Paid Memberships Pro - Version 1.9.5.1

Version Description

  • 2018-06-08 =
  • BUG FIX: Fixed issue with the PayPal IPN Handler where existing users checking out for a new level would sometimes have their membership and new subscription cancelled.
  • BUG FIX: Fixed PayPal IPN Handler to set the status of old levels to 'changed' (instead of 'inactive') when processing checkouts. This will improve the accuracy of reports.
  • BUG FIX/ENHANCEMENT: Now checking for the recurring_payment_skipped transaction type in the PayPal IPN handler. When a payment is skipped and this message is sent, we will now fire off the failed payment email to the customer and admin. (Thanks, mjulian87 on GitHub)
  • ENHANCEMENT: Removed validation info from the IPN log.
  • ENHANCEMENT: Updated German (de_DE) language files.
Download this release

Release Info

Developer strangerstudios
Plugin Icon 128x128 Paid Memberships Pro
Version 1.9.5.1
Comparing to
See all releases

Code changes from version 1.9.5 to 1.9.5.1

CHANGELOG.txt CHANGED
@@ -1,5 +1,12 @@
1
  == Changelog ==
2
 
 
 
 
 
 
 
 
3
  = 1.9.5 - 2018-05-24 =
4
  * BUG FIX: Added 'error' to the list of default order statuses.
5
  * BUG FIX: Fixed issue where PayPal recurring_payment messages with status "Pending" were treated as "Failed" by our IPN handler. (Thanks, Matt Julian)
1
  == Changelog ==
2
 
3
+ = 1.9.5.1 - 2018-06-08 =
4
+ * BUG FIX: Fixed issue with the PayPal IPN Handler where existing users checking out for a new level would sometimes have their membership and new subscription cancelled.
5
+ * BUG FIX: Fixed PayPal IPN Handler to set the status of old levels to 'changed' (instead of 'inactive') when processing checkouts. This will improve the accuracy of reports.
6
+ * BUG FIX/ENHANCEMENT: Now checking for the recurring_payment_skipped transaction type in the PayPal IPN handler. When a payment is skipped and this message is sent, we will now fire off the failed payment email to the customer and admin. (Thanks, mjulian87 on GitHub)
7
+ * ENHANCEMENT: Removed validation info from the IPN log.
8
+ * ENHANCEMENT: Updated German (de_DE) language files.
9
+
10
  = 1.9.5 - 2018-05-24 =
11
  * BUG FIX: Added 'error' to the list of default order statuses.
12
  * BUG FIX: Fixed issue where PayPal recurring_payment messages with status "Pending" were treated as "Failed" by our IPN handler. (Thanks, Matt Julian)
includes/init.php CHANGED
@@ -247,7 +247,8 @@ function pmpro_manage_users_columns($columns) {
247
 
248
  function pmpro_sortable_column($columns)
249
  {
250
- $columns['pmpro_membership_level'] = ['level', 'desc'];
 
251
  return $columns;
252
  }
253
 
247
 
248
  function pmpro_sortable_column($columns)
249
  {
250
+ // $columns['pmpro_membership_level'] = ['level', 'desc'];
251
+ $columns['pmpro_membership_level'] = array( 'level', 'desc' );
252
  return $columns;
253
  }
254
 
languages/paid-memberships-pro-de_DE.mo CHANGED
Binary file
languages/paid-memberships-pro-de_DE.po CHANGED
@@ -5,15 +5,16 @@
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: pmpro\n"
8
- "POT-Creation-Date: 2017-03-10 10:17+0100\n"
9
- "PO-Revision-Date: 2017-03-10 12:11+0100\n"
 
10
  "Last-Translator: \n"
11
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
12
  "Language: de_DE\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "X-Generator: Poedit 1.8.12\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
 
19
  #: adminpages/addons.php:5 adminpages/advancedsettings.php:5
@@ -28,11 +29,12 @@ msgstr ""
28
  msgid "You do not have permissions to perform this action."
29
  msgstr "Sie haben keine Berechtigung für diesen Vorgang."
30
 
31
- #: adminpages/addons.php:67 adminpages/admin_header.php:179
32
  #: includes/adminpages.php:53 includes/adminpages.php:151
33
  #: adminpages/addons.php:64 adminpages/addons.php:80
34
  #: adminpages/admin_header.php:133 adminpages/admin_header.php:154
35
- #: adminpages/admin_header.php:170 includes/adminpages.php:14
 
36
  #: includes/adminpages.php:52 includes/adminpages.php:69
37
  #: includes/adminpages.php:135 includes/adminpages.php:142
38
  #: includes/adminpages.php:146
@@ -48,9 +50,10 @@ msgstr "Zuletzt überprüft am %s um a%s."
48
  msgid "Check Again"
49
  msgstr "Nochmal überprüfen"
50
 
51
- #: adminpages/addons.php:79 adminpages/orders.php:881 adminpages/addons.php:76
52
  #: adminpages/addons.php:92 adminpages/orders.php:605 adminpages/orders.php:712
53
  #: adminpages/orders.php:741 adminpages/orders.php:850
 
54
  msgid "All"
55
  msgstr "Alle"
56
 
@@ -78,10 +81,10 @@ msgstr "Add-On Name"
78
  msgid "Type"
79
  msgstr "Typ"
80
 
81
- #: adminpages/addons.php:98 adminpages/membershiplevels.php:324
82
  #: adminpages/addons.php:95 adminpages/addons.php:111
83
  #: adminpages/membershiplevels.php:296 adminpages/membershiplevels.php:298
84
- #: adminpages/membershiplevels.php:300
85
  msgid "Description"
86
  msgstr "Beschreibung"
87
 
@@ -166,9 +169,11 @@ msgstr "PMPro Plus"
166
  msgid "WordPress.org"
167
  msgstr "WordPress.org"
168
 
169
- #: adminpages/addons.php:234 shortcodes/pmpro_account.php:146
 
 
170
  #: adminpages/addons.php:231 adminpages/addons.php:247
171
- #: shortcodes/pmpro_account.php:145
172
  msgid "N/A"
173
  msgstr "Nicht verfügbar"
174
 
@@ -198,7 +203,7 @@ msgstr "Zeige Details"
198
  #: adminpages/addons.php:262 adminpages/addons.php:259
199
  #: adminpages/addons.php:275
200
  msgid "Visit plugin site"
201
- msgstr "Gehe zu Plugin-Seite"
202
 
203
  #: adminpages/admin_header.php:25
204
  msgid "Add a membership level to get started."
@@ -229,16 +234,18 @@ msgstr ""
229
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
230
 
231
  #: adminpages/admin_header.php:51 adminpages/admin_header.php:71
232
- #: adminpages/admin_header.php:91 adminpages/admin_header.php:112
233
  #: adminpages/admin_header.php:50 adminpages/admin_header.php:70
234
- #: adminpages/admin_header.php:90 adminpages/admin_header.php:111
 
235
  msgid "The levels with issues are highlighted below."
236
  msgstr "Die Pakete mit Fehlern sind unten hervorgehoben."
237
 
238
  #: adminpages/admin_header.php:53 adminpages/admin_header.php:73
239
- #: adminpages/admin_header.php:93 adminpages/admin_header.php:114
240
  #: adminpages/admin_header.php:52 adminpages/admin_header.php:72
241
- #: adminpages/admin_header.php:92 adminpages/admin_header.php:113
 
242
  msgid "Please edit your levels"
243
  msgstr "Ändern Sie bitte Ihre Pakete"
244
 
@@ -258,7 +265,8 @@ msgstr ""
258
  "Die Zahlungs-Einstellungen für dieses Paket werden von Payflow nicht "
259
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
260
 
261
- #: adminpages/admin_header.php:79 adminpages/admin_header.php:78
 
262
  msgid ""
263
  "The billing details for some of your membership levels is not supported by "
264
  "Braintree."
@@ -266,7 +274,8 @@ msgstr ""
266
  "Die Zahlungs-Einstellungen für einige Ihrer Pakete werden von Braintree "
267
  "nicht unterstützt."
268
 
269
- #: adminpages/admin_header.php:87 adminpages/admin_header.php:86
 
270
  msgid ""
271
  "The billing details for this level are not supported by Braintree. Please "
272
  "review the notes in the Billing Details section below."
@@ -274,7 +283,8 @@ msgstr ""
274
  "Die Zahlungs-Einstellungen für dieses Paket werden von Braintree nicht "
275
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
276
 
277
- #: adminpages/admin_header.php:99 adminpages/admin_header.php:98
 
278
  msgid ""
279
  "The billing details for some of your membership levels is not supported by "
280
  "TwoCheckout."
@@ -282,7 +292,8 @@ msgstr ""
282
  "Die Zahlungs-Einstellungen für einige Ihrer Pakete werden von TwoCheckout "
283
  "nicht unterstützt."
284
 
285
- #: adminpages/admin_header.php:108 adminpages/admin_header.php:107
 
286
  msgid ""
287
  "The billing details for this level are not supported by 2Checkout. Please "
288
  "review the notes in the Billing Details section below."
@@ -290,65 +301,105 @@ msgstr ""
290
  "Die Zahlungs-Einstellungen für dieses Paket werden von 2Checkout nicht "
291
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
292
 
293
- #: adminpages/admin_header.php:136 adminpages/admin_header.php:106
294
- #: adminpages/admin_header.php:127
295
- msgid "Plugin Support"
296
- msgstr "Plugin Support"
 
 
 
 
297
 
298
- #: adminpages/admin_header.php:136 adminpages/admin_header.php:106
299
- #: adminpages/admin_header.php:127
300
- msgid "User Forum"
301
- msgstr "User Forum"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
302
 
303
- #: adminpages/admin_header.php:159 adminpages/membershiplevels.php:631
304
- #: adminpages/pagesettings.php:70 includes/adminpages.php:69
 
 
 
 
305
  #: includes/adminpages.php:70 includes/adminpages.php:116
306
- #: includes/metaboxes.php:131 adminpages/admin_header.php:128
307
  #: adminpages/admin_header.php:149 adminpages/admin_header.php:150
 
308
  #: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
309
  #: adminpages/membershiplevels.php:498 adminpages/membershiplevels.php:525
310
  #: adminpages/membershiplevels.php:526 adminpages/membershiplevels.php:569
311
  #: adminpages/membershiplevels.php:607 adminpages/membershiplevels.php:609
312
  #: adminpages/membershiplevels.php:618 adminpages/membershiplevels.php:619
313
- #: adminpages/pagesettings.php:69 includes/adminpages.php:44
314
- #: includes/adminpages.php:64 includes/adminpages.php:65
315
- #: includes/adminpages.php:100 includes/adminpages.php:107
316
- #: includes/adminpages.php:111 includes/metaboxes.php:126
 
 
317
  msgid "Membership Levels"
318
  msgstr "Pakete"
319
 
320
- #: adminpages/admin_header.php:163 adminpages/pagesettings.php:92
321
  #: adminpages/admin_header.php:129 adminpages/admin_header.php:150
322
- #: adminpages/admin_header.php:154 adminpages/pagesettings.php:120
 
 
323
  msgid "Pages"
324
  msgstr "Seiten"
325
 
326
- #: adminpages/admin_header.php:167 adminpages/admin_header.php:130
327
  #: adminpages/admin_header.php:151 adminpages/admin_header.php:158
 
328
  msgid "Payment Gateway &amp; SSL"
329
  msgstr "Zahlungsdienstleister &amp; SSL"
330
 
331
- #: adminpages/admin_header.php:171 adminpages/memberslist.php:168
332
- #: shortcodes/pmpro_account.php:109 adminpages/admin_header.php:131
333
  #: adminpages/admin_header.php:152 adminpages/admin_header.php:162
 
334
  #: adminpages/memberslist.php:115 adminpages/memberslist.php:148
335
  #: adminpages/memberslist.php:158 pages/account.php:52 pages/account.php:56
336
  #: pages/account.php:77 shortcodes/pmpro_account.php:106
337
- #: shortcodes/pmpro_account.php:108
338
  msgid "Email"
339
  msgstr "Email"
340
 
341
- #: adminpages/admin_header.php:175 adminpages/admin_header.php:132
342
  #: adminpages/admin_header.php:153 adminpages/admin_header.php:166
 
343
  msgid "Advanced"
344
  msgstr "Erweitert"
345
 
346
- #: adminpages/advancedsettings.php:43 adminpages/advancedsettings.php:35
347
- #: adminpages/advancedsettings.php:42
 
 
 
 
 
 
 
 
 
348
  msgid "Your advanced settings have been updated."
349
  msgstr "Ihre erweiterten Einstellungen wurden gespeichert."
350
 
351
- #: adminpages/advancedsettings.php:68 adminpages/advancedsettings.php:66
 
352
  #, php-format
353
  msgid ""
354
  "This content is for !!levels!! members only. <a href=\"%s\">Register here</"
@@ -357,7 +408,8 @@ msgstr ""
357
  "Dieser Inhalt ist nur für !!levels!! Mitglieder. <a href=\"%s\">Hier "
358
  "anmelden</a>."
359
 
360
- #: adminpages/advancedsettings.php:73 adminpages/advancedsettings.php:71
 
361
  #, php-format
362
  msgid ""
363
  "Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
@@ -367,105 +419,124 @@ msgstr ""
367
  "(Wenn Sie noch keinen Account haben, können Sie sich <a href=\"%s\">Hier "
368
  "anmelden</a>.)"
369
 
370
- #: adminpages/advancedsettings.php:78 adminpages/advancedsettings.php:76
 
371
  msgid ""
372
  "This content is for members only. Visit the site and log in/register to read."
373
  msgstr ""
374
  "Diese Inhalte sind nur für angemeldete User sichtbar. Bitte melden Sie sich "
375
  "an oder registrieren Sie sich, um die Inhalte zu sehen."
376
 
377
- #: adminpages/advancedsettings.php:88 includes/adminpages.php:52
378
  #: includes/adminpages.php:144 adminpages/advancedsettings.php:79
379
- #: adminpages/advancedsettings.php:86 includes/adminpages.php:13
 
380
  #: includes/adminpages.php:51 includes/adminpages.php:64
381
  #: includes/adminpages.php:128 includes/adminpages.php:135
382
  #: includes/adminpages.php:139
383
  msgid "Advanced Settings"
384
  msgstr "Erweiterte Einstellungen"
385
 
386
- #: adminpages/advancedsettings.php:94 adminpages/advancedsettings.php:85
387
- #: adminpages/advancedsettings.php:92
 
388
  msgid "Message for Logged-in Non-members"
389
  msgstr "Nachricht für eingeloggte Nicht-Mitglieder"
390
 
391
- #: adminpages/advancedsettings.php:98 adminpages/advancedsettings.php:89
392
- #: adminpages/advancedsettings.php:96
 
393
  msgid ""
394
  "This message replaces the post content for non-members. Available variables"
395
  msgstr ""
396
  "Diese Nachricht ersetzt den Artikel-Inhalt für Nicht-Mitglieder. Verfügbare "
397
  "Variablen"
398
 
399
- #: adminpages/advancedsettings.php:103 adminpages/advancedsettings.php:94
400
- #: adminpages/advancedsettings.php:101
 
401
  msgid "Message for Logged-out Users"
402
  msgstr "Nachricht für ausgeloggte User"
403
 
404
- #: adminpages/advancedsettings.php:107 adminpages/advancedsettings.php:98
405
- #: adminpages/advancedsettings.php:105
 
406
  msgid "This message replaces the post content for logged-out visitors."
407
  msgstr "Diese Nachricht ersetzt den Artikel-Inhalt für ausgeloggte Besucher."
408
 
409
- #: adminpages/advancedsettings.php:112 adminpages/advancedsettings.php:103
410
- #: adminpages/advancedsettings.php:110
 
411
  msgid "Message for RSS Feed"
412
  msgstr "Nachricht für RSS Feed"
413
 
414
- #: adminpages/advancedsettings.php:116 adminpages/advancedsettings.php:107
415
- #: adminpages/advancedsettings.php:114
 
416
  msgid "This message replaces the post content in RSS feeds."
417
  msgstr "Diese Nachricht ersetzt den Artikel-Inhalt in RSS-feeds."
418
 
419
- #: adminpages/advancedsettings.php:122
 
420
  msgid "Filter searches and archives?"
421
  msgstr "Suchen und Archive filtern?"
422
 
423
- #: adminpages/advancedsettings.php:126
 
424
  msgid ""
425
  "No - Non-members will see restricted posts/pages in searches and archives."
426
  msgstr ""
427
  "Nein - Nicht-Mitglieder werden eingeschränkte Beiträge/Seiten in Suchen und "
428
  "Archiven sehen."
429
 
430
- #: adminpages/advancedsettings.php:127
 
431
  msgid ""
432
  "Yes - Only members will see restricted posts/pages in searches and archives."
433
  msgstr ""
434
  "Ja - Nur Mitglieder werden eingeschränkte Beiträge/Seiten in Suchen und "
435
  "Archiven sehen."
436
 
437
- #: adminpages/advancedsettings.php:133 adminpages/advancedsettings.php:113
438
- #: adminpages/advancedsettings.php:120
 
439
  msgid "Show Excerpts to Non-Members?"
440
  msgstr "Soll Nicht-Mitgliedern ein Ausschnitt gezeigt werden?"
441
 
442
- #: adminpages/advancedsettings.php:137 adminpages/advancedsettings.php:117
443
- #: adminpages/advancedsettings.php:124
 
444
  msgid "No - Hide excerpts."
445
  msgstr "Nein - Ausschnitt verbergen."
446
 
447
- #: adminpages/advancedsettings.php:138 adminpages/advancedsettings.php:118
448
- #: adminpages/advancedsettings.php:125
 
449
  msgid "Yes - Show excerpts."
450
  msgstr "Ja - Ausschnitt anzeigen."
451
 
452
- #: adminpages/advancedsettings.php:144
 
453
  msgid "Hide Ads From Members?"
454
  msgstr "Werbung vor Mitgliedern verstecken?"
455
 
456
- #: adminpages/advancedsettings.php:148 adminpages/advancedsettings.php:207
457
- #: adminpages/advancedsettings.php:219 adminpages/membershiplevels.php:684
458
- #: adminpages/paymentsettings.php:219
459
- #: classes/gateways/class.pmprogateway_stripe.php:222 includes/profile.php:125
460
  #: adminpages/advancedsettings.php:128 adminpages/advancedsettings.php:135
 
461
  #: adminpages/advancedsettings.php:187 adminpages/advancedsettings.php:194
462
  #: adminpages/advancedsettings.php:199 adminpages/advancedsettings.php:206
 
 
463
  #: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
464
  #: adminpages/membershiplevels.php:571 adminpages/membershiplevels.php:578
465
  #: adminpages/membershiplevels.php:598 adminpages/membershiplevels.php:658
466
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
467
  #: adminpages/membershiplevels.php:667 adminpages/membershiplevels.php:668
468
- #: adminpages/membershiplevels.php:672 adminpages/paymentsettings.php:210
 
469
  #: adminpages/paymentsettings.php:414 adminpages/paymentsettings.php:429
470
  #: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:436
471
  #: adminpages/paymentsettings.php:454 adminpages/paymentsettings.php:459
@@ -476,59 +547,73 @@ msgstr "Werbung vor Mitgliedern verstecken?"
476
  #: classes/gateways/class.pmprogateway_stripe.php:206
477
  #: classes/gateways/class.pmprogateway_stripe.php:208
478
  #: classes/gateways/class.pmprogateway_stripe.php:209
479
- #: classes/gateways/class.pmprogateway_stripe.php:220 includes/profile.php:101
 
 
 
 
 
480
  #: includes/profile.php:105 includes/profile.php:110 includes/profile.php:117
481
  #: includes/profile.php:121 includes/profile.php:123
482
  msgid "No"
483
  msgstr "Nein"
484
 
485
- #: adminpages/advancedsettings.php:149 adminpages/advancedsettings.php:129
486
- #: adminpages/advancedsettings.php:136
 
487
  msgid "Hide Ads From All Members"
488
- msgstr "Werbung für alle Mitgleider ausblenden"
489
 
490
- #: adminpages/advancedsettings.php:150 adminpages/advancedsettings.php:130
491
- #: adminpages/advancedsettings.php:137
 
492
  msgid "Hide Ads From Certain Members"
493
  msgstr "Werbung für bestimmte Mitglieder ausblenden"
494
 
495
- #: adminpages/advancedsettings.php:157 adminpages/advancedsettings.php:137
496
- #: adminpages/advancedsettings.php:144
 
497
  msgid "Ads from the following plugins will be automatically turned off"
498
  msgstr "Werbung von den folgenden Plugins wird automatisch deaktiviert"
499
 
500
- #: adminpages/advancedsettings.php:158 adminpages/advancedsettings.php:138
501
- #: adminpages/advancedsettings.php:145
 
502
  msgid "To hide ads in your template code, use code like the following"
503
  msgstr ""
504
  "Um Werbung in Ihrem Template Code zu verbergen, verwenden Sie den folgenden "
505
  "Code"
506
 
507
- #: adminpages/advancedsettings.php:169 adminpages/advancedsettings.php:149
508
- #: adminpages/advancedsettings.php:156
 
509
  msgid "Choose Levels to Hide Ads From"
510
  msgstr "Pakete auswählen, für die Werbung ausgeblendet werden soll"
511
 
512
- #: adminpages/advancedsettings.php:203 adminpages/advancedsettings.php:183
513
- #: adminpages/advancedsettings.php:190
 
514
  msgid "Redirect all traffic from registration page to /susbcription/?"
515
  msgstr "Alle Besucher der Registrierungs-Seite zu /susbcription/ weiterleiten?"
516
 
517
- #: adminpages/advancedsettings.php:203 adminpages/advancedsettings.php:183
518
- #: adminpages/advancedsettings.php:190
 
519
  msgid "multisite only"
520
  msgstr "nur multisite"
521
 
522
- #: adminpages/advancedsettings.php:208 adminpages/membershiplevels.php:684
523
- #: adminpages/paymentsettings.php:220
524
- #: classes/gateways/class.pmprogateway_stripe.php:223 includes/profile.php:126
525
  #: adminpages/advancedsettings.php:188 adminpages/advancedsettings.php:195
 
526
  #: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
527
  #: adminpages/membershiplevels.php:571 adminpages/membershiplevels.php:578
528
  #: adminpages/membershiplevels.php:598 adminpages/membershiplevels.php:658
529
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
530
  #: adminpages/membershiplevels.php:667 adminpages/membershiplevels.php:668
531
- #: adminpages/membershiplevels.php:672 adminpages/paymentsettings.php:211
 
532
  #: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
533
  #: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:435
534
  #: adminpages/paymentsettings.php:437 adminpages/paymentsettings.php:455
@@ -539,54 +624,64 @@ msgstr "nur multisite"
539
  #: classes/gateways/class.pmprogateway_stripe.php:207
540
  #: classes/gateways/class.pmprogateway_stripe.php:209
541
  #: classes/gateways/class.pmprogateway_stripe.php:210
542
- #: classes/gateways/class.pmprogateway_stripe.php:221 includes/profile.php:102
 
 
 
 
 
543
  #: includes/profile.php:106 includes/profile.php:111 includes/profile.php:118
544
  #: includes/profile.php:122 includes/profile.php:124
545
  msgid "Yes"
546
  msgstr "Ja"
547
 
548
- #: adminpages/advancedsettings.php:215 adminpages/advancedsettings.php:195
549
- #: adminpages/advancedsettings.php:202
 
550
  msgid "Use reCAPTCHA?"
551
  msgstr "reCAPTCHA verwenden?"
552
 
553
- #: adminpages/advancedsettings.php:220 adminpages/advancedsettings.php:200
554
- #: adminpages/advancedsettings.php:207
 
555
  msgid "Yes - Free memberships only."
556
  msgstr "Ja - nur Gratis-Mitgliedschaft"
557
 
558
- #: adminpages/advancedsettings.php:221 adminpages/advancedsettings.php:201
559
- #: adminpages/advancedsettings.php:208
 
560
  msgid "Yes - All memberships."
561
  msgstr "Ja - jede Mitgliedschaft"
562
 
563
- #: adminpages/advancedsettings.php:223 adminpages/advancedsettings.php:203
564
- #: adminpages/advancedsettings.php:210
 
565
  msgid "A free reCAPTCHA key is required."
566
  msgstr "Ein kostenloser reCAPTCHA key ist erforderlich."
567
 
568
- #: adminpages/advancedsettings.php:223 adminpages/advancedsettings.php:203
569
- #: adminpages/advancedsettings.php:210
 
570
  msgid "Click here to signup for reCAPTCHA"
571
  msgstr "Klicken Sie hier um sich bei reCAPTCHA anzumelden"
572
 
573
- #: adminpages/advancedsettings.php:229 adminpages/advancedsettings.php:209
574
- #: adminpages/advancedsettings.php:216
575
- msgid "reCAPTCHA Public Key"
576
- msgstr "reCAPTCHA Public Key"
577
 
578
- #: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:212
579
- #: adminpages/advancedsettings.php:219
580
- msgid "reCAPTCHA Private Key"
581
- msgstr "reCAPTCHA Private Key"
582
 
583
- #: adminpages/advancedsettings.php:238 adminpages/advancedsettings.php:218
584
- #: adminpages/advancedsettings.php:225
 
585
  msgid "Require Terms of Service on signups?"
586
  msgstr "Geschäftsbedingungen bei Registrierung bestätigen?"
587
 
588
- #: adminpages/advancedsettings.php:245 adminpages/advancedsettings.php:225
589
- #: adminpages/advancedsettings.php:232
 
590
  msgid ""
591
  "If yes, create a WordPress page containing your TOS agreement and assign it "
592
  "using the dropdown above."
@@ -594,65 +689,72 @@ msgstr ""
594
  "Falls Ja, erstellen Sie eine WordPress Seite mit Ihren AGB und wählen Sie "
595
  "diese in obigem Dropdown-Menü aus."
596
 
597
- #: adminpages/advancedsettings.php:285 adminpages/advancedsettings.php:272
598
- msgid "selected"
599
- msgstr "ausgewählt"
600
-
601
- #: adminpages/advancedsettings.php:368 adminpages/pagesettings.php:294
602
- #: adminpages/paymentsettings.php:250 adminpages/advancedsettings.php:284
603
- #: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:209
604
  #: adminpages/pagesettings.php:223 adminpages/pagesettings.php:251
605
- #: adminpages/pagesettings.php:254 adminpages/paymentsettings.php:238
606
- #: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:526
607
- #: adminpages/paymentsettings.php:532 adminpages/paymentsettings.php:534
 
 
608
  msgid "Save Settings"
609
  msgstr "Einstellungen speichern"
610
 
611
- #: adminpages/discountcodes.php:54 adminpages/discountcodes.php:48
612
- #: adminpages/discountcodes.php:49
613
- msgid "Discount code updated successfully."
614
- msgstr "Gutscheincode erfolgreich bearbeitet."
615
-
616
- #: adminpages/discountcodes.php:61 adminpages/discountcodes.php:55
617
- #: adminpages/discountcodes.php:56
618
- msgid "Error updating discount code. That code may already be in use."
619
- msgstr ""
620
- "Fehler beim Bearbeiten des Gutscheincodes. Der Code wird möglicherweise "
621
- "bereits verwendet."
622
-
623
- #: adminpages/discountcodes.php:70 adminpages/discountcodes.php:64
624
- #: adminpages/discountcodes.php:65
625
  msgid "Discount code added successfully."
626
  msgstr "Gutscheincode erfolgreich hinzugefügt."
627
 
628
- #: adminpages/discountcodes.php:78 adminpages/discountcodes.php:71
 
 
 
 
 
 
629
  #: adminpages/discountcodes.php:72 adminpages/discountcodes.php:73
 
630
  msgid "Error adding discount code. That code may already be in use."
631
  msgstr ""
632
  "Fehler beim Hinzufügen des Gutscheincodes. Dieser Code wird möglicherweise "
633
  "bereits verwendet."
634
 
635
- #: adminpages/discountcodes.php:203 adminpages/discountcodes.php:196
 
 
 
 
 
 
 
 
636
  #: adminpages/discountcodes.php:197 adminpages/discountcodes.php:198
 
637
  #, php-format
638
  msgid "Error saving values for the %s level."
639
  msgstr "Fehler beim Speichern der Einstellungen für das %s Paket."
640
 
641
- #: adminpages/discountcodes.php:211 adminpages/discountcodes.php:204
642
  #: adminpages/discountcodes.php:205 adminpages/discountcodes.php:206
 
643
  msgid "There were errors updating the level values: "
644
  msgstr "Es gab Fehler beim aktualisieren der Paket-Einstellugen:"
645
 
646
- #: adminpages/discountcodes.php:244 adminpages/discountcodes.php:234
647
  #: adminpages/discountcodes.php:237 adminpages/discountcodes.php:238
648
- #: adminpages/discountcodes.php:239
 
649
  #, php-format
650
  msgid "Code %s deleted successfully."
651
  msgstr "Code %s erfolgreich gelöscht."
652
 
653
- #: adminpages/discountcodes.php:249 adminpages/discountcodes.php:239
654
  #: adminpages/discountcodes.php:242 adminpages/discountcodes.php:243
655
- #: adminpages/discountcodes.php:244
 
656
  msgid ""
657
  "Error deleting discount code. The code was only partially deleted. Please "
658
  "try again."
@@ -660,100 +762,119 @@ msgstr ""
660
  "Fehler beim Löschen des Gutscheincodes. Der Code wurde nur teilweise "
661
  "gelöscht. Bitte versuchen Sie es erneut."
662
 
663
- #: adminpages/discountcodes.php:255 adminpages/discountcodes.php:245
664
  #: adminpages/discountcodes.php:248 adminpages/discountcodes.php:249
665
- #: adminpages/discountcodes.php:250
 
666
  msgid "Error deleting code. Please try again."
667
  msgstr "Fehler beim Löschen des Codes. Bitte versuchen Sie es erneut."
668
 
669
- #: adminpages/discountcodes.php:261 adminpages/discountcodes.php:251
670
  #: adminpages/discountcodes.php:254 adminpages/discountcodes.php:255
671
- #: adminpages/discountcodes.php:256
 
672
  msgid "Code not found."
673
  msgstr "Code nicht gefunden."
674
 
675
- #: adminpages/discountcodes.php:274 adminpages/discountcodes.php:264
676
  #: adminpages/discountcodes.php:267 adminpages/discountcodes.php:268
677
- #: adminpages/discountcodes.php:269
 
678
  msgid "Edit Discount Code"
679
  msgstr "Gutscheincode bearbeiten"
680
 
681
- #: adminpages/discountcodes.php:276 adminpages/discountcodes.php:564
682
  #: adminpages/discountcodes.php:266 adminpages/discountcodes.php:269
683
  #: adminpages/discountcodes.php:270 adminpages/discountcodes.php:271
 
684
  #: adminpages/discountcodes.php:526 adminpages/discountcodes.php:529
685
  #: adminpages/discountcodes.php:557 adminpages/discountcodes.php:558
686
- #: adminpages/discountcodes.php:559
 
687
  msgid "Add New Discount Code"
688
  msgstr "Neuen Gutscheincode hinzufügen."
689
 
690
- #: adminpages/discountcodes.php:316 adminpages/discountcodes.php:592
691
- #: adminpages/membershiplevels.php:312 adminpages/membershiplevels.php:653
692
- #: adminpages/memberslist.php:164 adminpages/orders.php:1134
693
- #: adminpages/reports/login.php:158 adminpages/templates/orders-email.php:46
694
  #: adminpages/templates/orders-print.php:75 adminpages/discountcodes.php:306
695
  #: adminpages/discountcodes.php:309 adminpages/discountcodes.php:310
696
- #: adminpages/discountcodes.php:311 adminpages/discountcodes.php:547
 
697
  #: adminpages/discountcodes.php:557 adminpages/discountcodes.php:585
698
  #: adminpages/discountcodes.php:586 adminpages/discountcodes.php:587
 
699
  #: adminpages/membershiplevels.php:284 adminpages/membershiplevels.php:286
700
- #: adminpages/membershiplevels.php:288 adminpages/membershiplevels.php:505
701
- #: adminpages/membershiplevels.php:511 adminpages/membershiplevels.php:513
702
- #: adminpages/membershiplevels.php:540 adminpages/membershiplevels.php:541
703
- #: adminpages/membershiplevels.php:583 adminpages/membershiplevels.php:629
704
- #: adminpages/membershiplevels.php:631 adminpages/membershiplevels.php:636
705
- #: adminpages/membershiplevels.php:637 adminpages/membershiplevels.php:641
 
706
  #: adminpages/memberslist.php:111 adminpages/memberslist.php:144
707
  #: adminpages/memberslist.php:154 adminpages/orders.php:597
708
  #: adminpages/orders.php:900 adminpages/orders.php:910
709
  #: adminpages/orders.php:937 adminpages/orders.php:966
710
- #: adminpages/orders.php:1103 adminpages/reports/login.php:140
711
- #: adminpages/reports/login.php:142
 
712
  msgid "ID"
713
  msgstr "ID"
714
 
715
- #: adminpages/discountcodes.php:317 adminpages/orders.php:375
716
  #: adminpages/discountcodes.php:307 adminpages/discountcodes.php:310
717
  #: adminpages/discountcodes.php:311 adminpages/discountcodes.php:312
 
718
  #: adminpages/orders.php:211 adminpages/orders.php:261
719
  #: adminpages/orders.php:333 adminpages/orders.php:344
720
- #: adminpages/orders.php:362
 
721
  msgid "This will be generated when you save."
722
  msgstr "Wird beim Speichern automatisch generiert."
723
 
724
- #: adminpages/discountcodes.php:321 adminpages/discountcodes.php:593
725
- #: adminpages/orders.php:380 adminpages/orders.php:1135
726
  #: adminpages/discountcodes.php:311 adminpages/discountcodes.php:314
727
  #: adminpages/discountcodes.php:315 adminpages/discountcodes.php:316
 
728
  #: adminpages/discountcodes.php:548 adminpages/discountcodes.php:558
729
  #: adminpages/discountcodes.php:586 adminpages/discountcodes.php:587
730
- #: adminpages/discountcodes.php:588 adminpages/orders.php:215
 
731
  #: adminpages/orders.php:265 adminpages/orders.php:337
732
  #: adminpages/orders.php:349 adminpages/orders.php:366
 
733
  #: adminpages/orders.php:598 adminpages/orders.php:901
734
  #: adminpages/orders.php:911 adminpages/orders.php:938
735
  #: adminpages/orders.php:967 adminpages/orders.php:1104
 
736
  msgid "Code"
737
  msgstr "Code"
738
 
739
- #: adminpages/discountcodes.php:359 adminpages/discountcodes.php:349
740
- #: adminpages/discountcodes.php:352 adminpages/discountcodes.php:353
741
- #: adminpages/discountcodes.php:354
 
742
  msgid "Start Date"
743
  msgstr "Start Datum"
744
 
745
- #: adminpages/discountcodes.php:377
746
- #: classes/gateways/class.pmprogateway_braintree.php:361
747
- #: classes/gateways/class.pmprogateway_stripe.php:570 pages/billing.php:316
748
- #: pages/checkout.php:582 adminpages/discountcodes.php:367
749
  #: adminpages/discountcodes.php:370 adminpages/discountcodes.php:371
750
- #: adminpages/discountcodes.php:372
 
751
  #: classes/gateways/class.pmprogateway_braintree.php:308
752
  #: classes/gateways/class.pmprogateway_braintree.php:321
753
  #: classes/gateways/class.pmprogateway_braintree.php:323
754
  #: classes/gateways/class.pmprogateway_braintree.php:326
755
  #: classes/gateways/class.pmprogateway_braintree.php:327
756
  #: classes/gateways/class.pmprogateway_braintree.php:359
 
 
757
  #: classes/gateways/class.pmprogateway_stripe.php:454
758
  #: classes/gateways/class.pmprogateway_stripe.php:455
759
  #: classes/gateways/class.pmprogateway_stripe.php:465
@@ -763,94 +884,116 @@ msgstr "Start Datum"
763
  #: classes/gateways/class.pmprogateway_stripe.php:500
764
  #: classes/gateways/class.pmprogateway_stripe.php:503
765
  #: classes/gateways/class.pmprogateway_stripe.php:521
766
- #: classes/gateways/class.pmprogateway_stripe.php:532 pages/billing.php:249
 
 
 
 
 
767
  #: pages/billing.php:253 pages/billing.php:262 pages/billing.php:265
768
- #: pages/billing.php:268 pages/billing.php:310 pages/billing.php:319
 
769
  #: pages/checkout.php:508 pages/checkout.php:524 pages/checkout.php:525
770
  #: pages/checkout.php:532 pages/checkout.php:553 pages/checkout.php:562
771
- #: pages/checkout.php:571 pages/checkout.php:575
 
772
  msgid "Expiration Date"
773
- msgstr "End Datum"
774
 
775
- #: adminpages/discountcodes.php:395 adminpages/discountcodes.php:596
776
  #: adminpages/discountcodes.php:385 adminpages/discountcodes.php:388
777
  #: adminpages/discountcodes.php:389 adminpages/discountcodes.php:390
 
778
  #: adminpages/discountcodes.php:551 adminpages/discountcodes.php:561
779
  #: adminpages/discountcodes.php:589 adminpages/discountcodes.php:590
780
- #: adminpages/discountcodes.php:591
 
781
  msgid "Uses"
782
  msgstr "Nutzungen"
783
 
784
- #: adminpages/discountcodes.php:398 adminpages/discountcodes.php:388
785
  #: adminpages/discountcodes.php:391 adminpages/discountcodes.php:392
786
- #: adminpages/discountcodes.php:393
 
787
  msgid "Leave blank for unlimited uses."
788
  msgstr "Für unbeschränkte Anzahl an Nutzungen leer lassen."
789
 
790
- #: adminpages/discountcodes.php:407 adminpages/discountcodes.php:400
791
  #: adminpages/discountcodes.php:401 adminpages/discountcodes.php:402
 
792
  msgid "Which Levels Will This Code Apply To?"
793
  msgstr "Für welche Pakete wird dieser Code angewandt?"
794
 
795
- #: adminpages/discountcodes.php:437 adminpages/membershiplevels.php:365
796
  #: adminpages/discountcodes.php:427 adminpages/discountcodes.php:430
797
  #: adminpages/discountcodes.php:431 adminpages/discountcodes.php:432
 
798
  #: adminpages/membershiplevels.php:337 adminpages/membershiplevels.php:339
799
  #: adminpages/membershiplevels.php:341 adminpages/membershiplevels.php:342
800
- #: adminpages/membershiplevels.php:507 adminpages/membershiplevels.php:513
801
- #: adminpages/membershiplevels.php:515 adminpages/membershiplevels.php:542
802
- #: pages/levels.php:14
803
  msgid "Initial Payment"
804
  msgstr "Einmal-Zahlung"
805
 
806
- #: adminpages/discountcodes.php:448 adminpages/membershiplevels.php:376
807
  #: adminpages/discountcodes.php:428 adminpages/discountcodes.php:431
808
  #: adminpages/discountcodes.php:441 adminpages/discountcodes.php:442
809
- #: adminpages/discountcodes.php:443 adminpages/membershiplevels.php:338
 
810
  #: adminpages/membershiplevels.php:340 adminpages/membershiplevels.php:350
811
  #: adminpages/membershiplevels.php:352 adminpages/membershiplevels.php:353
 
812
  msgid "The initial amount collected at registration."
813
  msgstr "Einmal-Zahlung, die bei Anmeldung fällig wird."
814
 
815
- #: adminpages/discountcodes.php:453 adminpages/membershiplevels.php:380
816
  #: adminpages/discountcodes.php:432 adminpages/discountcodes.php:435
817
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:447
818
- #: adminpages/discountcodes.php:448 adminpages/membershiplevels.php:342
 
819
  #: adminpages/membershiplevels.php:344 adminpages/membershiplevels.php:354
820
  #: adminpages/membershiplevels.php:356 adminpages/membershiplevels.php:357
 
821
  msgid "Recurring Subscription"
822
  msgstr "Abo-Mitgliedschaft"
823
 
824
- #: adminpages/discountcodes.php:454 adminpages/membershiplevels.php:381
825
  #: adminpages/discountcodes.php:433 adminpages/discountcodes.php:436
826
  #: adminpages/discountcodes.php:447 adminpages/discountcodes.php:448
827
- #: adminpages/discountcodes.php:449 adminpages/membershiplevels.php:343
 
828
  #: adminpages/membershiplevels.php:345 adminpages/membershiplevels.php:355
829
  #: adminpages/membershiplevels.php:357 adminpages/membershiplevels.php:358
 
830
  msgid "Check if this level has a recurring subscription payment."
831
  msgstr "Auswählen, wenn dieses Paket eine Abo-Mitgliedschaft haben soll."
832
 
833
- #: adminpages/discountcodes.php:458 adminpages/membershiplevels.php:385
834
  #: adminpages/discountcodes.php:440 adminpages/discountcodes.php:451
835
  #: adminpages/discountcodes.php:452 adminpages/discountcodes.php:453
 
836
  #: adminpages/membershiplevels.php:347 adminpages/membershiplevels.php:349
837
  #: adminpages/membershiplevels.php:359 adminpages/membershiplevels.php:361
838
- #: adminpages/membershiplevels.php:362
839
  msgid "Billing Amount"
840
  msgstr "Gesamtbetrag"
841
 
842
- #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:527
843
- #: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:501
844
- #: classes/gateways/class.pmprogateway_stripe.php:637
845
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
846
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
847
- #: adminpages/discountcodes.php:492 adminpages/discountcodes.php:520
848
- #: adminpages/discountcodes.php:521 adminpages/discountcodes.php:522
 
 
849
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
850
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
851
- #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:449
852
- #: adminpages/membershiplevels.php:476 adminpages/membershiplevels.php:477
853
- #: adminpages/membershiplevels.php:479 adminpages/membershiplevels.php:480
 
854
  #: classes/gateways/class.pmprogateway_stripe.php:521
855
  #: classes/gateways/class.pmprogateway_stripe.php:522
856
  #: classes/gateways/class.pmprogateway_stripe.php:532
@@ -861,21 +1004,29 @@ msgstr "Gesamtbetrag"
861
  #: classes/gateways/class.pmprogateway_stripe.php:570
862
  #: classes/gateways/class.pmprogateway_stripe.php:588
863
  #: classes/gateways/class.pmprogateway_stripe.php:599
 
 
 
 
 
864
  msgid "Day(s)"
865
  msgstr "Tag(e)"
866
 
867
- #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:527
868
- #: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:501
869
- #: classes/gateways/class.pmprogateway_stripe.php:637
870
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
871
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
872
- #: adminpages/discountcodes.php:492 adminpages/discountcodes.php:520
873
- #: adminpages/discountcodes.php:521 adminpages/discountcodes.php:522
 
 
874
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
875
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
876
- #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:449
877
- #: adminpages/membershiplevels.php:476 adminpages/membershiplevels.php:477
878
- #: adminpages/membershiplevels.php:479 adminpages/membershiplevels.php:480
 
879
  #: classes/gateways/class.pmprogateway_stripe.php:521
880
  #: classes/gateways/class.pmprogateway_stripe.php:522
881
  #: classes/gateways/class.pmprogateway_stripe.php:532
@@ -886,21 +1037,29 @@ msgstr "Tag(e)"
886
  #: classes/gateways/class.pmprogateway_stripe.php:570
887
  #: classes/gateways/class.pmprogateway_stripe.php:588
888
  #: classes/gateways/class.pmprogateway_stripe.php:599
 
 
 
 
 
889
  msgid "Month(s)"
890
  msgstr "Monat(e)"
891
 
892
- #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:527
893
- #: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:501
894
- #: classes/gateways/class.pmprogateway_stripe.php:637
895
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
896
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
897
- #: adminpages/discountcodes.php:492 adminpages/discountcodes.php:520
898
- #: adminpages/discountcodes.php:521 adminpages/discountcodes.php:522
 
 
899
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
900
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
901
- #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:449
902
- #: adminpages/membershiplevels.php:476 adminpages/membershiplevels.php:477
903
- #: adminpages/membershiplevels.php:479 adminpages/membershiplevels.php:480
 
904
  #: classes/gateways/class.pmprogateway_stripe.php:521
905
  #: classes/gateways/class.pmprogateway_stripe.php:522
906
  #: classes/gateways/class.pmprogateway_stripe.php:532
@@ -911,21 +1070,29 @@ msgstr "Monat(e)"
911
  #: classes/gateways/class.pmprogateway_stripe.php:570
912
  #: classes/gateways/class.pmprogateway_stripe.php:588
913
  #: classes/gateways/class.pmprogateway_stripe.php:599
 
 
 
 
 
914
  msgid "Week(s)"
915
  msgstr "Woche(n)"
916
 
917
- #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:527
918
- #: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:501
919
- #: classes/gateways/class.pmprogateway_stripe.php:637
920
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
921
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
922
- #: adminpages/discountcodes.php:492 adminpages/discountcodes.php:520
923
- #: adminpages/discountcodes.php:521 adminpages/discountcodes.php:522
 
 
924
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
925
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
926
- #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:449
927
- #: adminpages/membershiplevels.php:476 adminpages/membershiplevels.php:477
928
- #: adminpages/membershiplevels.php:479 adminpages/membershiplevels.php:480
 
929
  #: classes/gateways/class.pmprogateway_stripe.php:521
930
  #: classes/gateways/class.pmprogateway_stripe.php:522
931
  #: classes/gateways/class.pmprogateway_stripe.php:532
@@ -936,33 +1103,44 @@ msgstr "Woche(n)"
936
  #: classes/gateways/class.pmprogateway_stripe.php:570
937
  #: classes/gateways/class.pmprogateway_stripe.php:588
938
  #: classes/gateways/class.pmprogateway_stripe.php:599
 
 
 
 
 
939
  msgid "Year(s)"
940
  msgstr "Jahr(e)"
941
 
942
- #: adminpages/discountcodes.php:481 adminpages/membershiplevels.php:409
943
  #: adminpages/discountcodes.php:451 adminpages/discountcodes.php:454
944
  #: adminpages/discountcodes.php:474 adminpages/discountcodes.php:475
945
- #: adminpages/discountcodes.php:476 adminpages/membershiplevels.php:362
 
946
  #: adminpages/membershiplevels.php:364 adminpages/membershiplevels.php:383
947
  #: adminpages/membershiplevels.php:385 adminpages/membershiplevels.php:386
 
948
  msgid "The amount to be billed one cycle after the initial payment."
949
  msgstr "Der Betrag, der eine Periode nach der Einmal-Zahlung fällig wird."
950
 
951
- #: adminpages/discountcodes.php:486 adminpages/membershiplevels.php:425
952
  #: adminpages/discountcodes.php:456 adminpages/discountcodes.php:459
953
  #: adminpages/discountcodes.php:479 adminpages/discountcodes.php:480
954
- #: adminpages/discountcodes.php:481 adminpages/membershiplevels.php:380
 
955
  #: adminpages/membershiplevels.php:382 adminpages/membershiplevels.php:401
956
  #: adminpages/membershiplevels.php:403 adminpages/membershiplevels.php:404
 
957
  msgid "Billing Cycle Limit"
958
  msgstr "Limit an Zahlungs-Perioden"
959
 
960
- #: adminpages/discountcodes.php:489 adminpages/membershiplevels.php:429
961
  #: adminpages/discountcodes.php:459 adminpages/discountcodes.php:462
962
  #: adminpages/discountcodes.php:482 adminpages/discountcodes.php:483
963
- #: adminpages/discountcodes.php:484 adminpages/membershiplevels.php:384
 
964
  #: adminpages/membershiplevels.php:386 adminpages/membershiplevels.php:405
965
  #: adminpages/membershiplevels.php:407 adminpages/membershiplevels.php:408
 
966
  msgid ""
967
  "The <strong>total</strong> number of recurring billing cycles for this "
968
  "level, including the trial period (if applicable) but not including the "
@@ -972,92 +1150,104 @@ msgstr ""
972
  "inklusive der Test-Periode (falls zutreffend) aber ohne die Einmal-Zahlung. "
973
  "Auf Null setzen, falls der Zugang unbegrenzt ist."
974
 
975
- #: adminpages/discountcodes.php:494 adminpages/membershiplevels.php:438
976
  #: adminpages/discountcodes.php:464 adminpages/discountcodes.php:467
977
  #: adminpages/discountcodes.php:487 adminpages/discountcodes.php:488
978
- #: adminpages/discountcodes.php:489 adminpages/membershiplevels.php:393
 
979
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:414
980
  #: adminpages/membershiplevels.php:416 adminpages/membershiplevels.php:417
 
981
  msgid "Custom Trial"
982
  msgstr "Testperiode"
983
 
984
- #: adminpages/discountcodes.php:495 adminpages/membershiplevels.php:440
985
  #: adminpages/discountcodes.php:465 adminpages/discountcodes.php:468
986
  #: adminpages/discountcodes.php:488 adminpages/discountcodes.php:489
987
- #: adminpages/discountcodes.php:490 adminpages/membershiplevels.php:394
 
988
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:397
989
  #: adminpages/membershiplevels.php:416 adminpages/membershiplevels.php:418
990
- #: adminpages/membershiplevels.php:419
991
  msgid "Check to add a custom trial period."
992
  msgstr "Aktivieren, um eine Testperiode hinzuzufügen."
993
 
994
- #: adminpages/discountcodes.php:499 adminpages/membershiplevels.php:449
995
  #: adminpages/discountcodes.php:469 adminpages/discountcodes.php:472
996
  #: adminpages/discountcodes.php:492 adminpages/discountcodes.php:493
997
- #: adminpages/discountcodes.php:494 adminpages/membershiplevels.php:398
 
998
  #: adminpages/membershiplevels.php:404 adminpages/membershiplevels.php:406
999
  #: adminpages/membershiplevels.php:425 adminpages/membershiplevels.php:427
1000
- #: adminpages/membershiplevels.php:428
1001
  msgid "Trial Billing Amount"
1002
  msgstr "Betrag für Testperiode"
1003
 
1004
- #: adminpages/discountcodes.php:510 adminpages/membershiplevels.php:460
1005
  #: adminpages/discountcodes.php:472 adminpages/discountcodes.php:475
1006
  #: adminpages/discountcodes.php:503 adminpages/discountcodes.php:504
1007
- #: adminpages/discountcodes.php:505 adminpages/membershiplevels.php:401
 
1008
  #: adminpages/membershiplevels.php:407 adminpages/membershiplevels.php:409
1009
  #: adminpages/membershiplevels.php:436 adminpages/membershiplevels.php:438
1010
- #: adminpages/membershiplevels.php:439
1011
  msgid "for the first"
1012
  msgstr "für die ersten"
1013
 
1014
- #: adminpages/discountcodes.php:512 adminpages/membershiplevels.php:462
1015
  #: adminpages/discountcodes.php:474 adminpages/discountcodes.php:477
1016
  #: adminpages/discountcodes.php:505 adminpages/discountcodes.php:506
1017
- #: adminpages/discountcodes.php:507 adminpages/membershiplevels.php:403
 
1018
  #: adminpages/membershiplevels.php:409 adminpages/membershiplevels.php:411
1019
  #: adminpages/membershiplevels.php:438 adminpages/membershiplevels.php:440
1020
- #: adminpages/membershiplevels.php:441
1021
  msgid "subscription payments"
1022
  msgstr "Abonnement Zahlungen"
1023
 
1024
- #: adminpages/discountcodes.php:517 adminpages/membershiplevels.php:491
1025
  #: adminpages/discountcodes.php:479 adminpages/discountcodes.php:482
1026
  #: adminpages/discountcodes.php:510 adminpages/discountcodes.php:511
1027
- #: adminpages/discountcodes.php:512 adminpages/membershiplevels.php:431
 
1028
  #: adminpages/membershiplevels.php:437 adminpages/membershiplevels.php:439
1029
  #: adminpages/membershiplevels.php:466 adminpages/membershiplevels.php:467
1030
  #: adminpages/membershiplevels.php:469 adminpages/membershiplevels.php:470
 
1031
  msgid "Membership Expiration"
1032
  msgstr "Zugang läuft ab"
1033
 
1034
- #: adminpages/discountcodes.php:518 adminpages/membershiplevels.php:492
1035
  #: adminpages/discountcodes.php:483 adminpages/discountcodes.php:511
1036
  #: adminpages/discountcodes.php:512 adminpages/discountcodes.php:513
 
1037
  #: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:438
1038
  #: adminpages/membershiplevels.php:440 adminpages/membershiplevels.php:467
1039
  #: adminpages/membershiplevels.php:468 adminpages/membershiplevels.php:470
1040
- #: adminpages/membershiplevels.php:471
1041
  msgid "Check this to set when membership access expires."
1042
  msgstr "Wählen Sie diese Option, wenn der Zugang ablaufen soll."
1043
 
1044
- #: adminpages/discountcodes.php:522 adminpages/membershiplevels.php:496
1045
  #: adminpages/discountcodes.php:484 adminpages/discountcodes.php:487
1046
  #: adminpages/discountcodes.php:515 adminpages/discountcodes.php:516
1047
- #: adminpages/discountcodes.php:517 adminpages/membershiplevels.php:436
 
1048
  #: adminpages/membershiplevels.php:442 adminpages/membershiplevels.php:444
1049
  #: adminpages/membershiplevels.php:471 adminpages/membershiplevels.php:472
1050
  #: adminpages/membershiplevels.php:474 adminpages/membershiplevels.php:475
 
1051
  msgid "Expires In"
1052
  msgstr "Läuft ab in"
1053
 
1054
- #: adminpages/discountcodes.php:535 adminpages/membershiplevels.php:509
1055
  #: adminpages/discountcodes.php:500 adminpages/discountcodes.php:528
1056
  #: adminpages/discountcodes.php:529 adminpages/discountcodes.php:530
 
1057
  #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:455
1058
  #: adminpages/membershiplevels.php:457 adminpages/membershiplevels.php:484
1059
  #: adminpages/membershiplevels.php:485 adminpages/membershiplevels.php:487
1060
- #: adminpages/membershiplevels.php:488
1061
  msgid ""
1062
  "Set the duration of membership access. Note that the any future payments "
1063
  "(recurring subscription, if any) will be cancelled when the membership "
@@ -1066,59 +1256,73 @@ msgstr ""
1066
  " Dauer des Zugangs bestimmen. Beachten Sie, dass zukünftige Zahlungen (Abo-"
1067
  "Zahlungen, falls welche anfallen) storniert werden, wenn der Zugang abläuft. "
1068
 
1069
- #: adminpages/discountcodes.php:563 adminpages/discountcodes.php:525
1070
  #: adminpages/discountcodes.php:528 adminpages/discountcodes.php:556
1071
  #: adminpages/discountcodes.php:557 adminpages/discountcodes.php:558
 
1072
  msgid "Memberships Discount Codes"
1073
  msgstr "Membership Gutscheincodes"
1074
 
1075
- #: adminpages/discountcodes.php:573 adminpages/discountcodes.php:535
 
 
 
 
 
1076
  #: adminpages/discountcodes.php:538 adminpages/discountcodes.php:566
1077
  #: adminpages/discountcodes.php:567 adminpages/discountcodes.php:568
 
1078
  msgid "Search Discount Codes"
1079
  msgstr "Gutscheincodes durchsuchen"
1080
 
1081
- #: adminpages/discountcodes.php:576 adminpages/reports/login.php:99
1082
  #: adminpages/discountcodes.php:538 adminpages/discountcodes.php:541
1083
  #: adminpages/discountcodes.php:569 adminpages/discountcodes.php:570
1084
- #: adminpages/discountcodes.php:571 adminpages/reports/login.php:81
1085
- #: adminpages/reports/login.php:83
 
1086
  msgid "Search"
1087
  msgstr "Suchen"
1088
 
1089
- #: adminpages/discountcodes.php:594 adminpages/discountcodes.php:549
1090
  #: adminpages/discountcodes.php:559 adminpages/discountcodes.php:587
1091
  #: adminpages/discountcodes.php:588 adminpages/discountcodes.php:589
 
1092
  msgid "Starts"
1093
  msgstr "Beginnt"
1094
 
1095
- #: adminpages/discountcodes.php:595 adminpages/memberslist.php:179
1096
- #: adminpages/reports/login.php:163 includes/profile.php:122
1097
  #: adminpages/discountcodes.php:550 adminpages/discountcodes.php:560
1098
  #: adminpages/discountcodes.php:588 adminpages/discountcodes.php:589
1099
- #: adminpages/discountcodes.php:590 adminpages/memberslist.php:121
 
1100
  #: adminpages/memberslist.php:159 adminpages/memberslist.php:169
1101
- #: adminpages/reports/login.php:145 adminpages/reports/login.php:147
 
1102
  #: includes/profile.php:98 includes/profile.php:102 includes/profile.php:107
1103
  #: includes/profile.php:114 includes/profile.php:118 includes/profile.php:120
1104
  msgid "Expires"
1105
  msgstr "Endet"
1106
 
1107
- #: adminpages/discountcodes.php:597 adminpages/discountcodes.php:552
1108
  #: adminpages/discountcodes.php:562 adminpages/discountcodes.php:590
1109
  #: adminpages/discountcodes.php:591 adminpages/discountcodes.php:592
 
1110
  msgid "Levels"
1111
  msgstr "Levels"
1112
 
1113
- #: adminpages/discountcodes.php:609 adminpages/discountcodes.php:570
1114
  #: adminpages/discountcodes.php:574 adminpages/discountcodes.php:602
1115
  #: adminpages/discountcodes.php:603 adminpages/discountcodes.php:604
 
1116
  msgid "Create your first discount code now"
1117
  msgstr "Erstellen Sie Ihren ersten Gutscheincode"
1118
 
1119
- #: adminpages/discountcodes.php:609 adminpages/discountcodes.php:570
1120
  #: adminpages/discountcodes.php:574 adminpages/discountcodes.php:602
1121
  #: adminpages/discountcodes.php:603 adminpages/discountcodes.php:604
 
1122
  msgid ""
1123
  "Discount codes allow you to offer your memberships at discounted prices to "
1124
  "select customers."
@@ -1126,27 +1330,31 @@ msgstr ""
1126
  "Gutscheincodes erlauben Ihnen, Zugänge zu günstigeren Preisen an ausgewählte "
1127
  "Kunden zu vergeben."
1128
 
1129
- #: adminpages/discountcodes.php:655 adminpages/membershiplevels.php:686
1130
- #: adminpages/orders.php:1239 adminpages/discountcodes.php:614
1131
  #: adminpages/discountcodes.php:619 adminpages/discountcodes.php:647
1132
  #: adminpages/discountcodes.php:648 adminpages/discountcodes.php:649
1133
- #: adminpages/discountcodes.php:650 adminpages/membershiplevels.php:564
 
1134
  #: adminpages/membershiplevels.php:570 adminpages/membershiplevels.php:572
1135
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:599
1136
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
1137
  #: adminpages/membershiplevels.php:664 adminpages/membershiplevels.php:669
1138
  #: adminpages/membershiplevels.php:670 adminpages/membershiplevels.php:674
1139
- #: adminpages/orders.php:658 adminpages/orders.php:961
1140
- #: adminpages/orders.php:979 adminpages/orders.php:989
1141
- #: adminpages/orders.php:992 adminpages/orders.php:1021
1142
- #: adminpages/orders.php:1050 adminpages/orders.php:1205
 
 
1143
  msgid "edit"
1144
  msgstr "bearbeiten"
1145
 
1146
- #: adminpages/discountcodes.php:658 adminpages/discountcodes.php:617
1147
  #: adminpages/discountcodes.php:622 adminpages/discountcodes.php:650
1148
  #: adminpages/discountcodes.php:651 adminpages/discountcodes.php:652
1149
- #: adminpages/discountcodes.php:653
 
1150
  #, php-format
1151
  msgid ""
1152
  "Are you sure you want to delete the %s discount code? The subscriptions for "
@@ -1157,32 +1365,37 @@ msgstr ""
1157
  "Mitgliedschaften für bestehende Kunden wird nicht verändert, aber neue "
1158
  "Kunden werden diesen Code nicht mehr nutzen können."
1159
 
1160
- #: adminpages/discountcodes.php:658 adminpages/membershiplevels.php:686
1161
- #: adminpages/orders.php:1245 adminpages/discountcodes.php:617
1162
  #: adminpages/discountcodes.php:622 adminpages/discountcodes.php:650
1163
  #: adminpages/discountcodes.php:651 adminpages/discountcodes.php:652
1164
- #: adminpages/discountcodes.php:653 adminpages/membershiplevels.php:566
 
1165
  #: adminpages/membershiplevels.php:572 adminpages/membershiplevels.php:574
1166
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:601
1167
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
1168
  #: adminpages/membershiplevels.php:664 adminpages/membershiplevels.php:669
1169
  #: adminpages/membershiplevels.php:670 adminpages/membershiplevels.php:674
1170
- #: adminpages/orders.php:664 adminpages/orders.php:967
1171
- #: adminpages/orders.php:985 adminpages/orders.php:995
1172
- #: adminpages/orders.php:998 adminpages/orders.php:1027
1173
- #: adminpages/orders.php:1056 adminpages/orders.php:1211
 
 
1174
  msgid "delete"
1175
  msgstr "löschen"
1176
 
1177
- #: adminpages/emailsettings.php:69 includes/adminpages.php:51
1178
  #: includes/adminpages.php:137 adminpages/emailsettings.php:60
1179
- #: includes/adminpages.php:12 includes/adminpages.php:50
1180
- #: includes/adminpages.php:59 includes/adminpages.php:121
1181
- #: includes/adminpages.php:128 includes/adminpages.php:132
 
1182
  msgid "Email Settings"
1183
  msgstr "Email Einstellungen"
1184
 
1185
- #: adminpages/emailsettings.php:70 adminpages/emailsettings.php:61
 
1186
  msgid ""
1187
  "By default, system generated emails are sent from "
1188
  "<em><strong>wordpress@yourdomain.com</strong></em>. You can update this from "
@@ -1192,37 +1405,40 @@ msgstr ""
1192
  "Absender für vom System verschickte e-mails verwendet. Sie können diese e-"
1193
  "mail Adresse über die untenstehenden Felder ändern."
1194
 
1195
- #: adminpages/emailsettings.php:72 adminpages/emailsettings.php:63
1196
  msgid ""
1197
  "To modify the appearance of system generated emails, add the files "
1198
  "<em>email_header.html</em> and <em>email_footer.html</em> to your theme's "
1199
  "directory. This will modify both the WordPress default messages as well as "
1200
  "messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro "
1201
  "- Member Communications\" target=\"_blank\" href=\"http://www."
1202
- "paidmembershipspro.com/documentation/member-communications/\">Click here to "
1203
- "learn more about Paid Memberships Pro emails</a>."
 
1204
  msgstr ""
1205
  "Um das Design von system-generierten e-mails anzupassen, fügen Sie die "
1206
  "Dateien <em>email_header.html</em> und <em>email_footer.html</em> Ihrem "
1207
  "Theme-Ordner hinzu. Damit werden sowohl die Wordpress-Default-Nachrichten, "
1208
- "als auch die von Paid Memberships Pro generiereten Nachrichten angepasst. <a "
1209
  "title=\"Paid Memberships Pro - Member Communications\" target=\"_blank\" "
1210
  "href=\"http://www.paidmembershipspro.com/documentation/member-communications/"
1211
  "\">Klicken Sie hier um mehr über Paid Memberships Pro emails zu erfahren</a>."
1212
 
1213
- #: adminpages/emailsettings.php:78 adminpages/emailsettings.php:69
 
1214
  msgid "From Email"
1215
  msgstr "Von Email"
1216
 
1217
- #: adminpages/emailsettings.php:86 adminpages/emailsettings.php:77
 
1218
  msgid "From Name"
1219
  msgstr "Von Name"
1220
 
1221
- #: adminpages/emailsettings.php:94
1222
  msgid "Only Filter PMPro Emails?"
1223
  msgstr "Nur PMPro e-mails filtern?"
1224
 
1225
- #: adminpages/emailsettings.php:98
1226
  #, php-format
1227
  msgid ""
1228
  "If unchecked, all emails from \"WordPress &lt;%s&gt;\" will be filtered to "
@@ -1231,63 +1447,63 @@ msgstr ""
1231
  "Wenn deaktiviert werden alle E-Mails von \"WordPress &lt;%s&gt;\" gefiltert, "
1232
  "um die obigen Einstellungen zu verwenden."
1233
 
1234
- #: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
1235
- #: adminpages/emailsettings.php:104
1236
  msgid "Send the site admin emails"
1237
  msgstr "e-mails an den Admin senden, wenn"
1238
 
1239
- #: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
1240
- #: adminpages/emailsettings.php:110
1241
  msgid "Checkout"
1242
  msgstr "Abschließen"
1243
 
1244
- #: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
1245
- #: adminpages/emailsettings.php:114
1246
  msgid "when a member checks out."
1247
  msgstr "wenn ein Kunde die Anmeldung abschließt."
1248
 
1249
- #: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
1250
- #: adminpages/emailsettings.php:119
1251
  msgid "Admin Changes"
1252
  msgstr "Admin Änderungen"
1253
 
1254
- #: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
1255
- #: adminpages/emailsettings.php:123
1256
  msgid "when an admin changes a user's membership level through the dashboard."
1257
  msgstr "wenn ein Admin über das Dashboard das Paket eines Kunden ändert."
1258
 
1259
- #: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
1260
- #: adminpages/emailsettings.php:128
1261
  msgid "Cancellation"
1262
  msgstr "Stornierung"
1263
 
1264
- #: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
1265
- #: adminpages/emailsettings.php:132
1266
  msgid "when a user cancels his or her account."
1267
  msgstr "wenn ein User seinen Account storniert."
1268
 
1269
- #: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
1270
- #: adminpages/emailsettings.php:137
1271
  msgid "Bill Updates"
1272
  msgstr "Zahlungs-Updates"
1273
 
1274
- #: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
1275
- #: adminpages/emailsettings.php:141
1276
  msgid "when a user updates his or her billing information."
1277
  msgstr "wenn ein User seine Zahlungsinformationen aktualisiert"
1278
 
1279
- #: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
1280
- #: adminpages/emailsettings.php:147
1281
  msgid "Send members emails"
1282
  msgstr "e-mails an Mitglieder versenden"
1283
 
1284
- #: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
1285
- #: adminpages/emailsettings.php:153
1286
  msgid "New Users"
1287
  msgstr "Neue User"
1288
 
1289
- #: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
1290
- #: adminpages/emailsettings.php:157
1291
  msgid ""
1292
  "Default WP notification email. (Recommended: Leave unchecked. Members will "
1293
  "still get an email confirmation from PMPro after checkout.)"
@@ -1295,28 +1511,29 @@ msgstr ""
1295
  "Default WP Benachrichtigungs e-mail. (Empfohlen: nicht auswählen. Kunden "
1296
  "bekommen trotzdem eine e-mail Bestätigung von PMPro nach dem Checkout)"
1297
 
1298
- #: adminpages/membershiplevels.php:137 adminpages/membershiplevels.php:141
1299
- #: adminpages/membershiplevels.php:143
1300
  msgid "Membership level added successfully."
1301
  msgstr "Paket erfolgreich hinzugefügt."
1302
 
1303
- #: adminpages/membershiplevels.php:140 adminpages/membershiplevels.php:146
1304
- #: adminpages/membershiplevels.php:148
1305
  msgid "Error adding membership level."
1306
  msgstr "Fehler beim Hinzfügen eines Pakets."
1307
 
1308
- #: adminpages/membershiplevels.php:148 adminpages/membershiplevels.php:118
1309
- #: adminpages/membershiplevels.php:120
1310
  msgid "Membership level updated successfully."
1311
  msgstr "Paket erfolgreich bearbeitet."
1312
 
1313
- #: adminpages/membershiplevels.php:152 adminpages/membershiplevels.php:124
1314
- #: adminpages/membershiplevels.php:126
1315
  msgid "Error updating membership level."
1316
  msgstr "Fehler beim bearbeiten des Pakets."
1317
 
1318
- #: adminpages/membershiplevels.php:193 adminpages/membershiplevels.php:179
1319
  #: adminpages/membershiplevels.php:181 adminpages/membershiplevels.php:183
 
1320
  #, php-format
1321
  msgid ""
1322
  "There was an error canceling the subscription for user with ID=%d. You will "
@@ -1328,66 +1545,74 @@ msgstr ""
1328
  "überprüfen, ob die Mitgliedschaft noch aktiv ist."
1329
 
1330
  # Da keine gesetzlichen Kriterien für Rechnungen erfüllt werden Rechnung in Zahlungsbestätigung umbenannt.
1331
- #: adminpages/membershiplevels.php:201 adminpages/membershiplevels.php:182
1332
  #: adminpages/membershiplevels.php:184 adminpages/membershiplevels.php:186
 
1333
  msgid "Last Invoice"
1334
  msgstr "Letzte Rechnung"
1335
 
1336
- #: adminpages/membershiplevels.php:218 adminpages/membershiplevels.php:196
1337
  #: adminpages/membershiplevels.php:198 adminpages/membershiplevels.php:200
 
1338
  msgid "Membership level deleted successfully."
1339
  msgstr "Paket erfolgreich gelöscht."
1340
 
1341
- #: adminpages/membershiplevels.php:221 adminpages/membershiplevels.php:226
1342
  #: adminpages/membershiplevels.php:201 adminpages/membershiplevels.php:203
1343
  #: adminpages/membershiplevels.php:205 adminpages/membershiplevels.php:207
1344
  #: adminpages/membershiplevels.php:209 adminpages/membershiplevels.php:211
 
1345
  msgid "Error deleting membership level."
1346
  msgstr "Fehler beim Löschen des Pakets."
1347
 
1348
- #: adminpages/membershiplevels.php:240 adminpages/membershiplevels.php:222
1349
  #: adminpages/membershiplevels.php:224 adminpages/membershiplevels.php:226
 
1350
  msgid "Edit Membership Level"
1351
  msgstr "Paket bearbeiten"
1352
 
1353
- #: adminpages/membershiplevels.php:242 adminpages/membershiplevels.php:224
1354
  #: adminpages/membershiplevels.php:226 adminpages/membershiplevels.php:228
 
1355
  msgid "Add New Membership Level"
1356
  msgstr "Neues Paket hinzufügen"
1357
 
1358
- #: adminpages/membershiplevels.php:319 adminpages/membershiplevels.php:654
1359
- #: adminpages/reports/login.php:160 adminpages/membershiplevels.php:291
1360
  #: adminpages/membershiplevels.php:293 adminpages/membershiplevels.php:295
1361
- #: adminpages/membershiplevels.php:506 adminpages/membershiplevels.php:512
1362
- #: adminpages/membershiplevels.php:514 adminpages/membershiplevels.php:541
1363
- #: adminpages/membershiplevels.php:542 adminpages/membershiplevels.php:584
1364
- #: adminpages/membershiplevels.php:630 adminpages/membershiplevels.php:632
1365
- #: adminpages/membershiplevels.php:637 adminpages/membershiplevels.php:638
1366
- #: adminpages/membershiplevels.php:642 adminpages/reports/login.php:142
1367
- #: adminpages/reports/login.php:144
 
1368
  msgid "Name"
1369
  msgstr "Name"
1370
 
1371
- #: adminpages/membershiplevels.php:342 adminpages/membershiplevels.php:314
1372
  #: adminpages/membershiplevels.php:316 adminpages/membershiplevels.php:318
 
1373
  msgid "Confirmation Message"
1374
  msgstr "Bestätigungs-Nachricht"
1375
 
1376
- #: adminpages/membershiplevels.php:361 adminpages/membershiplevels.php:655
1377
  #: adminpages/membershiplevels.php:333 adminpages/membershiplevels.php:335
1378
  #: adminpages/membershiplevels.php:337 adminpages/membershiplevels.php:338
1379
- #: adminpages/membershiplevels.php:543 adminpages/membershiplevels.php:585
1380
- #: adminpages/membershiplevels.php:631 adminpages/membershiplevels.php:633
1381
- #: adminpages/membershiplevels.php:638 adminpages/membershiplevels.php:639
1382
- #: adminpages/membershiplevels.php:643
 
1383
  msgid "Billing Details"
1384
  msgstr "Zahlungs-Einstellungen"
1385
 
1386
- #: adminpages/membershiplevels.php:396
1387
- #: classes/gateways/class.pmprogateway_stripe.php:735
1388
  #: adminpages/membershiplevels.php:349 adminpages/membershiplevels.php:351
1389
  #: adminpages/membershiplevels.php:370 adminpages/membershiplevels.php:372
1390
- #: adminpages/membershiplevels.php:373
1391
  #: classes/gateways/class.pmprogateway_stripe.php:619
1392
  #: classes/gateways/class.pmprogateway_stripe.php:620
1393
  #: classes/gateways/class.pmprogateway_stripe.php:630
@@ -1398,12 +1623,17 @@ msgstr "Zahlungs-Einstellungen"
1398
  #: classes/gateways/class.pmprogateway_stripe.php:668
1399
  #: classes/gateways/class.pmprogateway_stripe.php:686
1400
  #: classes/gateways/class.pmprogateway_stripe.php:697
 
 
 
 
 
1401
  msgid "per"
1402
  msgstr "pro"
1403
 
1404
- #: adminpages/membershiplevels.php:411 adminpages/membershiplevels.php:366
1405
  #: adminpages/membershiplevels.php:385 adminpages/membershiplevels.php:387
1406
- #: adminpages/membershiplevels.php:388
1407
  msgid ""
1408
  "Stripe integration currently only supports billing periods of \"Week\", "
1409
  "\"Month\" or \"Year\"."
@@ -1411,9 +1641,10 @@ msgstr ""
1411
  "Stripe unterstützt derzeit nur \"Wochen\", \"Monate\" oder \"Jahre\" als "
1412
  "Zahlungsperioden."
1413
 
1414
- #: adminpages/membershiplevels.php:413 adminpages/membershiplevels.php:366
1415
  #: adminpages/membershiplevels.php:368 adminpages/membershiplevels.php:387
1416
  #: adminpages/membershiplevels.php:389 adminpages/membershiplevels.php:390
 
1417
  msgid ""
1418
  "Braintree integration currently only supports billing periods of \"Month\" "
1419
  "or \"Year\"."
@@ -1421,9 +1652,10 @@ msgstr ""
1421
  "Braintree unterstützt derzeit nur \"Monate\" oder \"Jahre\" als "
1422
  "Zahlungsperioden."
1423
 
1424
- #: adminpages/membershiplevels.php:417 adminpages/membershiplevels.php:372
1425
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:393
1426
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:396
 
1427
  msgid ""
1428
  "After saving this level, make note of the ID and create a \"Plan\" in your "
1429
  "Braintree dashboard with the same settings and the \"Plan ID\" set to "
@@ -1433,26 +1665,29 @@ msgstr ""
1433
  "einen \"Plan\" in Ihrem Braintree Dashboard mit den gleichen Einstellungen "
1434
  "und der \"Plan ID\" wie in <em>pmpro_#</em>, wobei # die Level ID ist."
1435
 
1436
- #: adminpages/membershiplevels.php:417 adminpages/membershiplevels.php:419
1437
  #: classes/gateways/class.pmprogateway_cybersource.php:101
1438
  #: classes/gateways/class.pmprogateway_paypal.php:130
1439
  #: classes/gateways/class.pmprogateway_paypalexpress.php:145
1440
- #: classes/gateways/class.pmprogateway_paypalstandard.php:117
1441
  #: adminpages/membershiplevels.php:372 adminpages/membershiplevels.php:374
1442
  #: adminpages/membershiplevels.php:376 adminpages/membershiplevels.php:393
1443
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:396
1444
  #: adminpages/membershiplevels.php:397 adminpages/membershiplevels.php:398
 
1445
  #: adminpages/paymentsettings.php:170 adminpages/paymentsettings.php:174
1446
  #: adminpages/paymentsettings.php:179
1447
  #: classes/gateways/class.pmprogateway_paypal.php:118
1448
  #: classes/gateways/class.pmprogateway_paypalexpress.php:123
1449
  #: classes/gateways/class.pmprogateway_paypalexpress.php:133
 
1450
  msgid "Note"
1451
  msgstr "Hinweis"
1452
 
1453
- #: adminpages/membershiplevels.php:419 adminpages/membershiplevels.php:374
1454
  #: adminpages/membershiplevels.php:376 adminpages/membershiplevels.php:395
1455
  #: adminpages/membershiplevels.php:397 adminpages/membershiplevels.php:398
 
1456
  msgid ""
1457
  "You will need to create a \"Plan\" in your Braintree dashboard with the same "
1458
  "settings and the \"Plan ID\" set to"
@@ -1460,9 +1695,10 @@ msgstr ""
1460
  "Sie müssen in Ihrem Braintree Dashboard einen \"Plan\" anlegen mit den "
1461
  "gleichen Einstellungen und der \"Plan ID\" "
1462
 
1463
- #: adminpages/membershiplevels.php:431 adminpages/membershiplevels.php:386
1464
  #: adminpages/membershiplevels.php:388 adminpages/membershiplevels.php:407
1465
  #: adminpages/membershiplevels.php:409 adminpages/membershiplevels.php:410
 
1466
  msgid ""
1467
  "Stripe integration currently does not support billing limits. You can still "
1468
  "set an expiration date below."
@@ -1470,9 +1706,10 @@ msgstr ""
1470
  "Stripe unterstützt derzeit keine Zahlungs-Limits. Sie können unten dennoch "
1471
  "ein Ablaufdatum festlegen."
1472
 
1473
- #: adminpages/membershiplevels.php:443 adminpages/membershiplevels.php:398
1474
  #: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:419
1475
  #: adminpages/membershiplevels.php:421 adminpages/membershiplevels.php:422
 
1476
  msgid ""
1477
  "2Checkout integration does not support custom trials. You can do one period "
1478
  "trials by setting an initial payment different from the billing amount."
@@ -1481,20 +1718,20 @@ msgstr ""
1481
  "einrichten, indem Sie eine Erst-Zahlung einstellen, die sich von den anderen "
1482
  "Beträgen unterscheidet."
1483
 
1484
- #: adminpages/membershiplevels.php:465 adminpages/membershiplevels.php:406
1485
  #: adminpages/membershiplevels.php:412 adminpages/membershiplevels.php:414
1486
  #: adminpages/membershiplevels.php:441 adminpages/membershiplevels.php:443
1487
- #: adminpages/membershiplevels.php:444
1488
  msgid ""
1489
  "Stripe integration currently does not support trial amounts greater than $0."
1490
  msgstr ""
1491
  "Stripe unterstützt derzeit keine Beträge für Testperioden, die größer als $0 "
1492
  "sind."
1493
 
1494
- #: adminpages/membershiplevels.php:469 adminpages/membershiplevels.php:410
1495
  #: adminpages/membershiplevels.php:416 adminpages/membershiplevels.php:418
1496
  #: adminpages/membershiplevels.php:445 adminpages/membershiplevels.php:447
1497
- #: adminpages/membershiplevels.php:448
1498
  msgid ""
1499
  "Braintree integration currently does not support trial amounts greater than "
1500
  "$0."
@@ -1502,34 +1739,37 @@ msgstr ""
1502
  "Braintree unterstützt derzeit keine Beträge für Testperioden, die größer als "
1503
  "$0 sind."
1504
 
1505
- #: adminpages/membershiplevels.php:473 adminpages/membershiplevels.php:414
1506
  #: adminpages/membershiplevels.php:420 adminpages/membershiplevels.php:422
1507
  #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:451
1508
- #: adminpages/membershiplevels.php:452
1509
  msgid ""
1510
  "Payflow integration currently does not support trial amounts greater than $0."
1511
  msgstr ""
1512
  "Payflow unterstützt derzeit keine Beträge für Testperioden, die größer als "
1513
  "$0 sind."
1514
 
1515
- #: adminpages/membershiplevels.php:482 adminpages/membershiplevels.php:422
1516
  #: adminpages/membershiplevels.php:428 adminpages/membershiplevels.php:430
1517
  #: adminpages/membershiplevels.php:457 adminpages/membershiplevels.php:458
1518
  #: adminpages/membershiplevels.php:460 adminpages/membershiplevels.php:461
 
1519
  msgid "Other Settings"
1520
  msgstr "Andere Einstellungen"
1521
 
1522
- #: adminpages/membershiplevels.php:486 adminpages/membershiplevels.php:426
1523
  #: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:434
1524
  #: adminpages/membershiplevels.php:461 adminpages/membershiplevels.php:462
1525
  #: adminpages/membershiplevels.php:464 adminpages/membershiplevels.php:465
 
1526
  msgid "Disable New Signups"
1527
  msgstr "Neuanmeldungen deaktivieren"
1528
 
1529
- #: adminpages/membershiplevels.php:487 adminpages/membershiplevels.php:427
1530
  #: adminpages/membershiplevels.php:433 adminpages/membershiplevels.php:435
1531
  #: adminpages/membershiplevels.php:462 adminpages/membershiplevels.php:463
1532
  #: adminpages/membershiplevels.php:465 adminpages/membershiplevels.php:466
 
1533
  msgid ""
1534
  "Check to hide this level from the membership levels page and disable "
1535
  "registration."
@@ -1537,51 +1777,56 @@ msgstr ""
1537
  "Auswählen, um dieses Paket auf der Paket-Seite zu verbergen und die "
1538
  "Anmeldung dafür zu deaktivieren."
1539
 
1540
- #: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:457
1541
  #: adminpages/membershiplevels.php:463 adminpages/membershiplevels.php:465
1542
  #: adminpages/membershiplevels.php:492 adminpages/membershiplevels.php:493
1543
  #: adminpages/membershiplevels.php:495 adminpages/membershiplevels.php:496
 
1544
  msgid "Content Settings"
1545
  msgstr "Content Einstellungen"
1546
 
1547
- #: adminpages/membershiplevels.php:521 adminpages/membershiplevels.php:461
1548
  #: adminpages/membershiplevels.php:467 adminpages/membershiplevels.php:469
1549
  #: adminpages/membershiplevels.php:496 adminpages/membershiplevels.php:497
1550
  #: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:500
 
1551
  msgid "Categories"
1552
  msgstr "Kategorien"
1553
 
1554
- #: adminpages/membershiplevels.php:529 adminpages/membershiplevels.php:505
1555
  #: adminpages/membershiplevels.php:507 adminpages/membershiplevels.php:516
1556
- #: adminpages/membershiplevels.php:517
1557
  msgid "Save Level"
1558
  msgstr "Paket speichern"
1559
 
1560
- #: adminpages/membershiplevels.php:530 adminpages/orders.php:796
1561
- #: pages/billing.php:371 pages/cancel.php:84 shortcodes/pmpro_account.php:72
1562
  #: adminpages/membershiplevels.php:506 adminpages/membershiplevels.php:508
1563
  #: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:518
1564
- #: adminpages/orders.php:511 adminpages/orders.php:561
1565
- #: adminpages/orders.php:633 adminpages/orders.php:662
1566
- #: adminpages/orders.php:765 pages/account.php:44 pages/billing.php:295
1567
- #: pages/billing.php:299 pages/billing.php:330 pages/billing.php:339
1568
- #: pages/billing.php:342 pages/billing.php:344 pages/billing.php:348
1569
- #: pages/billing.php:392 pages/billing.php:401 pages/billing.php:406
1570
- #: pages/cancel.php:71 pages/cancel.php:83 shortcodes/pmpro_account.php:70
 
 
 
1571
  #: shortcodes/pmpro_account.php:73
1572
  msgid "Cancel"
1573
  msgstr "Stornieren"
1574
 
1575
- #: adminpages/membershiplevels.php:631 adminpages/membershiplevels.php:490
1576
  #: adminpages/membershiplevels.php:496 adminpages/membershiplevels.php:498
1577
  #: adminpages/membershiplevels.php:525 adminpages/membershiplevels.php:526
1578
  #: adminpages/membershiplevels.php:569 adminpages/membershiplevels.php:607
1579
  #: adminpages/membershiplevels.php:609 adminpages/membershiplevels.php:618
1580
- #: adminpages/membershiplevels.php:619
1581
  msgid "Add New Level"
1582
  msgstr "Neues Paket hinzufügen"
1583
 
1584
- #: adminpages/membershiplevels.php:634 adminpages/membershiplevels.php:637
1585
  #: adminpages/membershiplevels.php:493 adminpages/membershiplevels.php:496
1586
  #: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:501
1587
  #: adminpages/membershiplevels.php:502 adminpages/membershiplevels.php:504
@@ -1592,63 +1837,70 @@ msgstr "Neues Paket hinzufügen"
1592
  #: adminpages/membershiplevels.php:613 adminpages/membershiplevels.php:615
1593
  #: adminpages/membershiplevels.php:621 adminpages/membershiplevels.php:622
1594
  #: adminpages/membershiplevels.php:624 adminpages/membershiplevels.php:625
 
1595
  msgid "Search Levels"
1596
  msgstr "Pakete durchsuchen"
1597
 
1598
- #: adminpages/membershiplevels.php:643 adminpages/membershiplevels.php:579
1599
  #: adminpages/membershiplevels.php:619 adminpages/membershiplevels.php:621
1600
  #: adminpages/membershiplevels.php:630 adminpages/membershiplevels.php:631
 
1601
  msgid "Drag and drop membership levels to reorder them on the Levels page."
1602
  msgstr ""
1603
  "Pakete mit der Maus verschieben, um sie auf der Pakete-Seite zu sortieren."
1604
 
1605
- #: adminpages/membershiplevels.php:656 pages/cancel.php:62
1606
- #: pages/confirmation.php:89 pages/invoice.php:70
1607
  #: shortcodes/pmpro_account.php:46 adminpages/membershiplevels.php:510
1608
  #: adminpages/membershiplevels.php:516 adminpages/membershiplevels.php:518
1609
  #: adminpages/membershiplevels.php:544 adminpages/membershiplevels.php:545
1610
  #: adminpages/membershiplevels.php:586 adminpages/membershiplevels.php:632
1611
  #: adminpages/membershiplevels.php:634 adminpages/membershiplevels.php:639
1612
  #: adminpages/membershiplevels.php:640 adminpages/membershiplevels.php:644
1613
- #: pages/account.php:20 pages/cancel.php:53 pages/cancel.php:61
1614
- #: pages/confirmation.php:81 pages/confirmation.php:83 pages/invoice.php:68
 
1615
  #: shortcodes/pmpro_account.php:45
1616
  msgid "Expiration"
1617
- msgstr "Gütlig bis"
1618
 
1619
- #: adminpages/membershiplevels.php:657 adminpages/membershiplevels.php:511
1620
  #: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:519
1621
  #: adminpages/membershiplevels.php:545 adminpages/membershiplevels.php:546
1622
  #: adminpages/membershiplevels.php:587 adminpages/membershiplevels.php:633
1623
  #: adminpages/membershiplevels.php:635 adminpages/membershiplevels.php:640
1624
  #: adminpages/membershiplevels.php:641 adminpages/membershiplevels.php:645
 
1625
  msgid "Allow Signups"
1626
  msgstr "Anmeldungen zulassen"
1627
 
1628
- #: adminpages/membershiplevels.php:672 adminpages/membershiplevels.php:534
1629
  #: adminpages/membershiplevels.php:540 adminpages/membershiplevels.php:542
1630
  #: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:569
1631
  #: adminpages/membershiplevels.php:646 adminpages/membershiplevels.php:648
1632
  #: adminpages/membershiplevels.php:650 adminpages/membershiplevels.php:655
1633
  #: adminpages/membershiplevels.php:656 adminpages/membershiplevels.php:660
 
1634
  msgid "FREE"
1635
  msgstr "Kostenlos"
1636
 
1637
- #: adminpages/membershiplevels.php:681 adminpages/membershiplevels.php:560
1638
  #: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:568
1639
  #: adminpages/membershiplevels.php:575 adminpages/membershiplevels.php:595
1640
  #: adminpages/membershiplevels.php:655 adminpages/membershiplevels.php:657
1641
  #: adminpages/membershiplevels.php:659 adminpages/membershiplevels.php:664
1642
  #: adminpages/membershiplevels.php:665 adminpages/membershiplevels.php:669
 
1643
  msgid "After"
1644
  msgstr "Nach"
1645
 
1646
- #: adminpages/membershiplevels.php:686 adminpages/membershiplevels.php:566
1647
  #: adminpages/membershiplevels.php:572 adminpages/membershiplevels.php:574
1648
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:601
1649
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
1650
  #: adminpages/membershiplevels.php:664 adminpages/membershiplevels.php:669
1651
  #: adminpages/membershiplevels.php:670 adminpages/membershiplevels.php:674
 
1652
  #, php-format
1653
  msgid ""
1654
  "Are you sure you want to delete membership level %s? All subscriptions will "
@@ -1657,17 +1909,18 @@ msgstr ""
1657
  "Sind Sie sicher, dass sie Membership Level %s löschen möchten? Alle "
1658
  "Anmeldungen werden storniert."
1659
 
1660
- #: adminpages/membershiplevels.php:686 adminpages/orders.php:1242
1661
  #: adminpages/membershiplevels.php:565 adminpages/membershiplevels.php:571
1662
  #: adminpages/membershiplevels.php:573 adminpages/membershiplevels.php:580
1663
  #: adminpages/membershiplevels.php:600 adminpages/membershiplevels.php:660
1664
  #: adminpages/membershiplevels.php:662 adminpages/membershiplevels.php:664
1665
  #: adminpages/membershiplevels.php:669 adminpages/membershiplevels.php:670
1666
- #: adminpages/membershiplevels.php:674 adminpages/orders.php:661
1667
- #: adminpages/orders.php:964 adminpages/orders.php:982
1668
- #: adminpages/orders.php:992 adminpages/orders.php:995
1669
- #: adminpages/orders.php:1024 adminpages/orders.php:1053
1670
- #: adminpages/orders.php:1208
 
1671
  msgid "copy"
1672
  msgstr "kopieren"
1673
 
@@ -1679,35 +1932,44 @@ msgstr "kopieren"
1679
  msgid "Members List"
1680
  msgstr "MItglieder Liste"
1681
 
1682
- #: adminpages/memberslist.php:26 adminpages/orders.php:864
1683
  #: adminpages/orders.php:522 adminpages/orders.php:591
1684
  #: adminpages/orders.php:698 adminpages/orders.php:727
1685
- #: adminpages/orders.php:833
 
1686
  msgid "Export to CSV"
1687
  msgstr "Als CSV exportieren"
1688
 
1689
- #: adminpages/memberslist.php:30 adminpages/orders.php:879
1690
- #: adminpages/reports/login.php:83 adminpages/reports/memberships.php:304
1691
- #: adminpages/reports/sales.php:202 adminpages/orders.php:603
1692
  #: adminpages/orders.php:710 adminpages/orders.php:739
1693
- #: adminpages/orders.php:848 adminpages/reports/login.php:65
1694
- #: adminpages/reports/login.php:67 adminpages/reports/memberships.php:256
 
 
1695
  #: adminpages/reports/memberships.php:263
1696
  #: adminpages/reports/memberships.php:276
1697
- #: adminpages/reports/memberships.php:292 adminpages/reports/sales.php:185
 
1698
  #: adminpages/reports/sales.php:193 adminpages/reports/sales.php:194
 
1699
  msgid "Show"
1700
  msgstr "Anzeigen"
1701
 
1702
- #: adminpages/memberslist.php:32 adminpages/reports/login.php:85
1703
- #: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:225
1704
- #: classes/class.pmproemail.php:145 classes/class.pmproemail.php:189
1705
  #: adminpages/reports/login.php:67 adminpages/reports/login.php:69
1706
- #: adminpages/reports/memberships.php:281
1707
  #: adminpages/reports/memberships.php:290
1708
  #: adminpages/reports/memberships.php:303
1709
- #: adminpages/reports/memberships.php:317 adminpages/reports/sales.php:208
 
1710
  #: adminpages/reports/sales.php:216 adminpages/reports/sales.php:217
 
 
 
1711
  msgid "All Levels"
1712
  msgstr "Alle Levels"
1713
 
@@ -1735,13 +1997,15 @@ msgstr "Mitglieder suchen"
1735
  msgid "%d members found."
1736
  msgstr "%d Mitglieder gefunden."
1737
 
1738
- #: adminpages/memberslist.php:165 pages/checkout.php:191
1739
- #: shortcodes/pmpro_account.php:108 adminpages/memberslist.php:112
1740
  #: adminpages/memberslist.php:145 adminpages/memberslist.php:155
1741
  #: pages/account.php:51 pages/account.php:55 pages/account.php:76
1742
  #: pages/checkout.php:168 pages/checkout.php:171 pages/checkout.php:173
1743
  #: pages/checkout.php:180 pages/checkout.php:182 pages/checkout.php:184
 
1744
  #: shortcodes/pmpro_account.php:105 shortcodes/pmpro_account.php:107
 
1745
  msgid "Username"
1746
  msgstr "Username"
1747
 
@@ -1755,24 +2019,27 @@ msgstr "Vorname"
1755
  msgid "Last&nbsp;Name"
1756
  msgstr "Nachname"
1757
 
1758
- #: adminpages/memberslist.php:170 pages/billing.php:77 pages/checkout.php:326
1759
- #: pages/confirmation.php:67 pages/invoice.php:48
1760
  #: adminpages/memberslist.php:117 adminpages/memberslist.php:150
1761
  #: adminpages/memberslist.php:160 pages/account.php:90 pages/account.php:94
1762
  #: pages/billing.php:58 pages/billing.php:62 pages/billing.php:71
1763
- #: pages/billing.php:74 pages/billing.php:76 pages/billing.php:80
 
1764
  #: pages/checkout.php:298 pages/checkout.php:300 pages/checkout.php:302
1765
  #: pages/checkout.php:311 pages/checkout.php:314 pages/checkout.php:317
1766
- #: pages/checkout.php:319 pages/checkout.php:321 pages/confirmation.php:59
1767
- #: pages/confirmation.php:61 pages/invoice.php:46
 
1768
  msgid "Billing Address"
1769
- msgstr "Zahlungsadresse"
1770
 
1771
- #: adminpages/memberslist.php:171 adminpages/reports/login.php:161
1772
  #: classes/gateways/class.pmprogateway_authorizenet.php:303
1773
  #: adminpages/memberslist.php:118 adminpages/memberslist.php:151
1774
  #: adminpages/memberslist.php:161 adminpages/pagesettings.php:51
1775
  #: adminpages/reports/login.php:143 adminpages/reports/login.php:145
 
1776
  #: classes/gateways/class.pmprogateway_authorizenet.php:187
1777
  msgid "Membership"
1778
  msgstr "Membership"
@@ -1782,10 +2049,10 @@ msgstr "Membership"
1782
  msgid "Fee"
1783
  msgstr "Gebühr"
1784
 
1785
- #: adminpages/memberslist.php:173 adminpages/reports/login.php:162
1786
  #: adminpages/memberslist.php:120 adminpages/memberslist.php:153
1787
  #: adminpages/memberslist.php:163 adminpages/reports/login.php:144
1788
- #: adminpages/reports/login.php:146
1789
  msgid "Joined"
1790
  msgstr "Beigetreten"
1791
 
@@ -1794,17 +2061,27 @@ msgstr "Beigetreten"
1794
  msgid "Ended"
1795
  msgstr "Beendet"
1796
 
1797
- #: adminpages/memberslist.php:262 adminpages/reports/login.php:228
 
 
 
 
 
 
 
 
1798
  #: adminpages/memberslist.php:195 adminpages/memberslist.php:223
1799
  #: adminpages/memberslist.php:251 adminpages/memberslist.php:261
1800
- #: adminpages/reports/login.php:210 adminpages/reports/login.php:212
 
1801
  msgid "No members found."
1802
  msgstr "Keine Mitglieder gefunden."
1803
 
1804
- #: adminpages/memberslist.php:262 adminpages/reports/login.php:228
1805
  #: adminpages/memberslist.php:195 adminpages/memberslist.php:223
1806
  #: adminpages/memberslist.php:251 adminpages/memberslist.php:261
1807
- #: adminpages/reports/login.php:210 adminpages/reports/login.php:212
 
1808
  msgid "Search all levels"
1809
  msgstr "Alle Pakete durchsuchen"
1810
 
@@ -1826,158 +2103,192 @@ msgstr "Bestellung erfolgreich gelöscht."
1826
  msgid "Error deleting order."
1827
  msgstr "Fehler beim Löschen der Bestellung."
1828
 
1829
- #: adminpages/orders.php:285 adminpages/orders.php:119
1830
  #: adminpages/orders.php:169 adminpages/orders.php:270
1831
- #: adminpages/orders.php:284
 
1832
  msgid "Order saved successfully."
1833
  msgstr "Bestellung erfolgreich gespeichert."
1834
 
1835
- #: adminpages/orders.php:288 adminpages/orders.php:124
1836
  #: adminpages/orders.php:174 adminpages/orders.php:275
1837
- #: adminpages/orders.php:287
 
1838
  msgid "Error updating order timestamp."
1839
  msgstr "Fehler beim aktualisieren des timestamps für die Bestellung."
1840
 
1841
- #: adminpages/orders.php:292 adminpages/orders.php:130
1842
  #: adminpages/orders.php:180 adminpages/orders.php:281
1843
- #: adminpages/orders.php:291
 
1844
  msgid "Error saving order."
1845
  msgstr "Fehler beim Speichern der Bestellung."
1846
 
1847
- #: adminpages/orders.php:352 adminpages/orders.php:195
1848
- #: adminpages/orders.php:245 adminpages/orders.php:317
1849
- #: adminpages/orders.php:321 adminpages/orders.php:346
 
 
 
1850
  msgid "Order"
1851
  msgstr "Bestellung"
1852
 
1853
- #: adminpages/orders.php:354 adminpages/orders.php:197
1854
  #: adminpages/orders.php:247 adminpages/orders.php:319
1855
  #: adminpages/orders.php:323 adminpages/orders.php:348
 
1856
  msgid "New Order"
1857
  msgstr "Neue Bestellung"
1858
 
1859
- #: adminpages/orders.php:390 adminpages/orders.php:220
1860
  #: adminpages/orders.php:270 adminpages/orders.php:342
1861
  #: adminpages/orders.php:359 adminpages/orders.php:371
 
1862
  msgid "Randomly generated for you."
1863
  msgstr "Automatisch generiert."
1864
 
1865
- #: adminpages/orders.php:395 adminpages/orders.php:225
1866
  #: adminpages/orders.php:275 adminpages/orders.php:347
1867
  #: adminpages/orders.php:364 adminpages/orders.php:376
 
1868
  msgid "User ID"
1869
  msgstr "User ID"
1870
 
1871
- #: adminpages/orders.php:407 adminpages/orders.php:234
1872
  #: adminpages/orders.php:284 adminpages/orders.php:356
1873
  #: adminpages/orders.php:376 adminpages/orders.php:385
 
1874
  msgid "Membership Level ID"
1875
  msgstr "Paket ID"
1876
 
1877
- #: adminpages/orders.php:420 adminpages/orders.php:243
1878
  #: adminpages/orders.php:293 adminpages/orders.php:365
1879
  #: adminpages/orders.php:389 adminpages/orders.php:394
 
1880
  msgid "Billing Name"
1881
  msgstr "Name"
1882
 
1883
- #: adminpages/orders.php:432 adminpages/orders.php:251
1884
  #: adminpages/orders.php:301 adminpages/orders.php:373
1885
  #: adminpages/orders.php:401 adminpages/orders.php:402
 
1886
  msgid "Billing Street"
1887
  msgstr "Straße"
1888
 
1889
- #: adminpages/orders.php:443 adminpages/orders.php:258
1890
- #: adminpages/orders.php:308 adminpages/orders.php:380
1891
- #: adminpages/orders.php:409 adminpages/orders.php:412
 
 
1892
  msgid "Billing City"
1893
  msgstr "Ort"
1894
 
1895
- #: adminpages/orders.php:454 adminpages/orders.php:265
1896
  #: adminpages/orders.php:315 adminpages/orders.php:387
1897
  #: adminpages/orders.php:416 adminpages/orders.php:423
 
1898
  msgid "Billing State"
1899
  msgstr "Bundesland"
1900
 
1901
- #: adminpages/orders.php:465 adminpages/orders.php:272
1902
- #: adminpages/orders.php:322 adminpages/orders.php:394
1903
- #: adminpages/orders.php:423 adminpages/orders.php:434
 
 
1904
  msgid "Billing Postal Code"
1905
  msgstr "Postleitzahl"
1906
 
1907
- #: adminpages/orders.php:476 adminpages/orders.php:279
1908
- #: adminpages/orders.php:329 adminpages/orders.php:401
1909
- #: adminpages/orders.php:430 adminpages/orders.php:445
 
 
1910
  msgid "Billing Country"
1911
  msgstr "Land"
1912
 
1913
- #: adminpages/orders.php:488 adminpages/orders.php:287
1914
  #: adminpages/orders.php:337 adminpages/orders.php:409
1915
  #: adminpages/orders.php:438 adminpages/orders.php:457
 
1916
  msgid "Billing Phone"
1917
  msgstr "Telefon"
1918
 
1919
- #: adminpages/orders.php:501 adminpages/orders.php:296
1920
  #: adminpages/orders.php:346 adminpages/orders.php:418
1921
  #: adminpages/orders.php:447 adminpages/orders.php:470
 
1922
  msgid "Sub Total"
1923
  msgstr "Zwischensumme"
1924
 
1925
- #: adminpages/orders.php:512 adminpages/templates/orders-email.php:60
1926
- #: adminpages/templates/orders-print.php:89 pages/invoice.php:80
1927
- #: adminpages/orders.php:304 adminpages/orders.php:354
1928
- #: adminpages/orders.php:426 adminpages/orders.php:455
1929
- #: adminpages/orders.php:481 pages/invoice.php:78
 
 
1930
  msgid "Tax"
1931
  msgstr "Steuern"
1932
 
1933
- #: adminpages/orders.php:523 adminpages/orders.php:312
1934
  #: adminpages/orders.php:362 adminpages/orders.php:434
1935
  #: adminpages/orders.php:463 adminpages/orders.php:492
 
1936
  msgid "Coupon Amount"
1937
  msgstr "Gutscheinbetrag"
1938
 
1939
- #: adminpages/orders.php:535 adminpages/orders.php:1139
1940
  #: adminpages/templates/orders-email.php:64
1941
- #: adminpages/templates/orders-print.php:93 pages/invoice.php:84
1942
- #: adminpages/orders.php:320 adminpages/orders.php:370
1943
- #: adminpages/orders.php:442 adminpages/orders.php:471
1944
- #: adminpages/orders.php:504 adminpages/orders.php:602
1945
- #: adminpages/orders.php:905 adminpages/orders.php:915
1946
- #: adminpages/orders.php:942 adminpages/orders.php:971
1947
- #: adminpages/orders.php:1108 pages/invoice.php:82
 
 
 
1948
  msgid "Total"
1949
  msgstr "Gesamt"
1950
 
1951
- #: adminpages/orders.php:544 adminpages/orders.php:325
1952
  #: adminpages/orders.php:375 adminpages/orders.php:447
1953
  #: adminpages/orders.php:476 adminpages/orders.php:513
 
1954
  msgid "Should be subtotal + tax - couponamount."
1955
  msgstr "Sollte Zwischensumme + Steuern - Gutscheinwert entsprechen."
1956
 
1957
- #: adminpages/orders.php:549 adminpages/orders.php:330
1958
  #: adminpages/orders.php:380 adminpages/orders.php:452
1959
  #: adminpages/orders.php:481 adminpages/orders.php:518
 
1960
  msgid "Payment Type"
1961
  msgstr "Zahlungsart"
1962
 
1963
- #: adminpages/orders.php:559 adminpages/orders.php:335
1964
  #: adminpages/orders.php:385 adminpages/orders.php:457
1965
  #: adminpages/orders.php:486 adminpages/orders.php:528
 
1966
  msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
1967
  msgstr "z.B. PayPal Express, PayPal Standard, Kreditkarte."
1968
 
1969
- #: adminpages/orders.php:563
1970
- #: classes/gateways/class.pmprogateway_braintree.php:344
1971
- #: classes/gateways/class.pmprogateway_stripe.php:522 pages/billing.php:268
1972
- #: pages/checkout.php:534 adminpages/orders.php:339 adminpages/orders.php:389
1973
- #: adminpages/orders.php:461 adminpages/orders.php:490
1974
- #: adminpages/orders.php:532
 
1975
  #: classes/gateways/class.pmprogateway_braintree.php:291
1976
  #: classes/gateways/class.pmprogateway_braintree.php:304
1977
  #: classes/gateways/class.pmprogateway_braintree.php:306
1978
  #: classes/gateways/class.pmprogateway_braintree.php:309
1979
  #: classes/gateways/class.pmprogateway_braintree.php:310
1980
  #: classes/gateways/class.pmprogateway_braintree.php:342
 
 
 
1981
  #: classes/gateways/class.pmprogateway_stripe.php:408
1982
  #: classes/gateways/class.pmprogateway_stripe.php:409
1983
  #: classes/gateways/class.pmprogateway_stripe.php:419
@@ -1987,323 +2298,389 @@ msgstr "z.B. PayPal Express, PayPal Standard, Kreditkarte."
1987
  #: classes/gateways/class.pmprogateway_stripe.php:452
1988
  #: classes/gateways/class.pmprogateway_stripe.php:455
1989
  #: classes/gateways/class.pmprogateway_stripe.php:473
1990
- #: classes/gateways/class.pmprogateway_stripe.php:484 pages/billing.php:234
 
 
 
 
 
1991
  #: pages/billing.php:238 pages/billing.php:247 pages/billing.php:250
1992
- #: pages/billing.php:253 pages/billing.php:262 pages/billing.php:271
 
1993
  #: pages/checkout.php:493 pages/checkout.php:507 pages/checkout.php:510
1994
  #: pages/checkout.php:516 pages/checkout.php:517 pages/checkout.php:525
1995
- #: pages/checkout.php:527
1996
  msgid "Card Type"
1997
  msgstr "Kreditkarte"
1998
 
1999
- #: adminpages/orders.php:571 adminpages/orders.php:344
2000
  #: adminpages/orders.php:394 adminpages/orders.php:466
2001
  #: adminpages/orders.php:495 adminpages/orders.php:540
 
2002
  msgid "e.g. Visa, MasterCard, AMEX, etc"
2003
  msgstr "z.B. Visa, MasterCard, AMEX, etc"
2004
 
2005
- #: adminpages/orders.php:575
2006
  #: classes/gateways/class.pmprogateway_twocheckout.php:137
2007
- #: adminpages/orders.php:348 adminpages/orders.php:398
2008
  #: adminpages/orders.php:470 adminpages/orders.php:499
2009
- #: adminpages/orders.php:544 adminpages/paymentsettings.php:347
 
2010
  #: adminpages/paymentsettings.php:352
2011
  #: classes/gateways/class.pmprogateway_twocheckout.php:129
2012
  #: classes/gateways/class.pmprogateway_twocheckout.php:148
2013
  msgid "Account Number"
2014
  msgstr "Account Nummer"
2015
 
2016
- #: adminpages/orders.php:584 adminpages/orders.php:353
2017
  #: adminpages/orders.php:403 adminpages/orders.php:475
2018
  #: adminpages/orders.php:504 adminpages/orders.php:553
 
2019
  msgid "Obscure all but last 4 digits."
2020
  msgstr "alle Stellen verbergen, außer die letzten 4 "
2021
 
2022
- #: adminpages/orders.php:592 adminpages/orders.php:358
2023
  #: adminpages/orders.php:408 adminpages/orders.php:480
2024
  #: adminpages/orders.php:509 adminpages/orders.php:561
 
2025
  msgid "Expiration Month"
2026
  msgstr "Ablaufdatum Monat"
2027
 
2028
- #: adminpages/orders.php:600 adminpages/orders.php:365
2029
  #: adminpages/orders.php:415 adminpages/orders.php:487
2030
  #: adminpages/orders.php:516 adminpages/orders.php:569
 
2031
  msgid "Expiration Year"
2032
  msgstr "Ablaufdatum Jahr"
2033
 
2034
- #: adminpages/orders.php:610 adminpages/orders.php:1143
2035
- #: adminpages/orders.php:373 adminpages/orders.php:423
2036
- #: adminpages/orders.php:495 adminpages/orders.php:524
2037
- #: adminpages/orders.php:579 adminpages/orders.php:606
2038
- #: adminpages/orders.php:909 adminpages/orders.php:919
2039
- #: adminpages/orders.php:946 adminpages/orders.php:975
2040
- #: adminpages/orders.php:1112
 
 
2041
  msgid "Status"
2042
  msgstr "Status"
2043
 
2044
- #: adminpages/orders.php:643 adminpages/orders.php:1141
 
2045
  #: adminpages/orders.php:394 adminpages/orders.php:444
2046
  #: adminpages/orders.php:516 adminpages/orders.php:545
2047
  #: adminpages/orders.php:604 adminpages/orders.php:612
 
2048
  #: adminpages/orders.php:907 adminpages/orders.php:917
2049
  #: adminpages/orders.php:944 adminpages/orders.php:973
2050
- #: adminpages/orders.php:1110
 
 
2051
  msgid "Gateway"
2052
  msgstr "Zahlungsdienstleister"
2053
 
2054
- #: adminpages/orders.php:664 adminpages/paymentsettings.php:124
2055
- #: adminpages/orders.php:411 adminpages/orders.php:461
2056
  #: adminpages/orders.php:462 adminpages/orders.php:534
2057
  #: adminpages/orders.php:563 adminpages/orders.php:633
2058
- #: adminpages/paymentsettings.php:175 adminpages/paymentsettings.php:179
2059
- #: adminpages/paymentsettings.php:184
 
2060
  msgid "Gateway Environment"
2061
  msgstr "Zahlungsfunktion"
2062
 
2063
- #: adminpages/orders.php:671 adminpages/paymentsettings.php:128
2064
  #: adminpages/orders.php:415 adminpages/orders.php:465
2065
  #: adminpages/orders.php:466 adminpages/orders.php:538
2066
  #: adminpages/orders.php:567 adminpages/orders.php:640
2067
- #: adminpages/paymentsettings.php:179 adminpages/paymentsettings.php:183
2068
- #: adminpages/paymentsettings.php:188
 
2069
  msgid "Sandbox/Testing"
2070
  msgstr "Sandbox/Testing"
2071
 
2072
- #: adminpages/orders.php:673 adminpages/paymentsettings.php:129
2073
  #: adminpages/orders.php:416 adminpages/orders.php:466
2074
  #: adminpages/orders.php:467 adminpages/orders.php:539
2075
  #: adminpages/orders.php:568 adminpages/orders.php:642
2076
- #: adminpages/paymentsettings.php:180 adminpages/paymentsettings.php:184
2077
- #: adminpages/paymentsettings.php:189
 
2078
  msgid "Live/Production"
2079
  msgstr "Live/Production"
2080
 
2081
- #: adminpages/orders.php:681 adminpages/orders.php:423
2082
  #: adminpages/orders.php:473 adminpages/orders.php:474
2083
  #: adminpages/orders.php:546 adminpages/orders.php:575
2084
- #: adminpages/orders.php:650
 
2085
  msgid "Payment Transaction ID"
2086
  msgstr "Payment Transaction ID"
2087
 
2088
- #: adminpages/orders.php:690 adminpages/orders.php:428
2089
  #: adminpages/orders.php:478 adminpages/orders.php:479
2090
  #: adminpages/orders.php:551 adminpages/orders.php:580
2091
- #: adminpages/orders.php:659
 
2092
  msgid "Generated by the gateway. Useful to cross reference orders."
2093
  msgstr ""
2094
  "Vom Zahlungsdienstleister generiert. Hilfreich um Bestellungen zuzuordnen."
2095
 
2096
- #: adminpages/orders.php:695 adminpages/orders.php:432
2097
- #: adminpages/orders.php:482 adminpages/orders.php:483
2098
- #: adminpages/orders.php:555 adminpages/orders.php:584
2099
- #: adminpages/orders.php:664
 
 
2100
  msgid "Subscription Transaction ID"
2101
  msgstr "Mitlgieds-Transaktions-ID"
2102
 
2103
- #: adminpages/orders.php:705 adminpages/orders.php:437
2104
  #: adminpages/orders.php:487 adminpages/orders.php:488
2105
  #: adminpages/orders.php:560 adminpages/orders.php:589
2106
- #: adminpages/orders.php:674
 
2107
  msgid "Generated by the gateway. Useful to cross reference subscriptions."
2108
  msgstr ""
2109
  "Vom Zahlungsdienstleister generiert. Hilfreich um Zahlungen zuzuordnen."
2110
 
2111
- #: adminpages/orders.php:710 adminpages/orders.php:1144 pages/invoice.php:107
2112
- #: shortcodes/pmpro_account.php:125 adminpages/orders.php:442
2113
  #: adminpages/orders.php:492 adminpages/orders.php:493
2114
  #: adminpages/orders.php:565 adminpages/orders.php:594
2115
  #: adminpages/orders.php:607 adminpages/orders.php:679
 
2116
  #: adminpages/orders.php:910 adminpages/orders.php:920
2117
  #: adminpages/orders.php:947 adminpages/orders.php:976
2118
- #: adminpages/orders.php:1113 pages/account.php:91 pages/invoice.php:105
2119
- #: shortcodes/pmpro_account.php:122 shortcodes/pmpro_account.php:124
 
 
2120
  msgid "Date"
2121
  msgstr "Datum"
2122
 
2123
- #: adminpages/orders.php:747 adminpages/orders.php:477
2124
  #: adminpages/orders.php:527 adminpages/orders.php:599
2125
  #: adminpages/orders.php:628 adminpages/orders.php:716
 
2126
  msgid "Affiliate ID"
2127
  msgstr "Affiliate ID"
2128
 
2129
- #: adminpages/orders.php:759 adminpages/orders.php:485
2130
  #: adminpages/orders.php:535 adminpages/orders.php:607
2131
  #: adminpages/orders.php:636 adminpages/orders.php:728
 
2132
  msgid "Affiliate SubID"
2133
  msgstr "Affiliate SubID"
2134
 
2135
- #: adminpages/orders.php:773 adminpages/orders.php:495
 
 
 
 
2136
  #: adminpages/orders.php:545 adminpages/orders.php:617
2137
  #: adminpages/orders.php:646 adminpages/orders.php:742
 
2138
  msgid "Notes"
2139
  msgstr "Anmerkungen"
2140
 
2141
- #: adminpages/orders.php:795 adminpages/orders.php:510
2142
  #: adminpages/orders.php:560 adminpages/orders.php:632
2143
  #: adminpages/orders.php:661 adminpages/orders.php:764
 
2144
  msgid "Save Order"
2145
  msgstr "Auftrag speichern"
2146
 
2147
- #: adminpages/orders.php:831 adminpages/orders.php:667
2148
  #: adminpages/orders.php:696 adminpages/orders.php:800
 
2149
  msgid "Email Invoice"
2150
  msgstr "E-Mail-Rechnung"
2151
 
2152
- #: adminpages/orders.php:834 adminpages/orders.php:670
2153
  #: adminpages/orders.php:699 adminpages/orders.php:803
 
2154
  msgid "Send an invoice for this order to: "
2155
  msgstr "Sende eine Rechnung für diese Bestellung an:"
2156
 
2157
- #: adminpages/orders.php:836 adminpages/orders.php:672
2158
  #: adminpages/orders.php:701 adminpages/orders.php:805
 
2159
  msgid "Send Email"
2160
  msgstr "E-Mail senden"
2161
 
2162
- #: adminpages/orders.php:841 includes/adminpages.php:56
2163
  #: includes/adminpages.php:172 adminpages/orders.php:520
2164
  #: adminpages/orders.php:570 adminpages/orders.php:677
2165
  #: adminpages/orders.php:706 adminpages/orders.php:810
 
2166
  #: includes/adminpages.php:17 includes/adminpages.php:55
2167
  #: includes/adminpages.php:84 includes/adminpages.php:156
2168
  #: includes/adminpages.php:163 includes/adminpages.php:167
2169
  msgid "Orders"
2170
  msgstr "Bestellungen"
2171
 
2172
- #: adminpages/orders.php:843 adminpages/orders.php:521
2173
  #: adminpages/orders.php:571 adminpages/orders.php:678
2174
  #: adminpages/orders.php:707 adminpages/orders.php:812
 
2175
  msgid "Add New Order"
2176
  msgstr "Neuen Auftrag hinzufügen"
2177
 
2178
- #: adminpages/orders.php:883 adminpages/orders.php:606
2179
  #: adminpages/orders.php:713 adminpages/orders.php:742
2180
- #: adminpages/orders.php:852
 
2181
  msgid "Within a Date Range"
2182
  msgstr "Innerhalb eines Zeitraums"
2183
 
2184
- #: adminpages/orders.php:885 adminpages/orders.php:607
2185
  #: adminpages/orders.php:714 adminpages/orders.php:743
2186
- #: adminpages/orders.php:854
 
2187
  msgid "Predefined Date Range"
2188
  msgstr "Vorgegebener Zeitraum"
2189
 
2190
- #: adminpages/orders.php:887 adminpages/orders.php:608
2191
  #: adminpages/orders.php:715 adminpages/orders.php:744
2192
- #: adminpages/orders.php:856
 
2193
  msgid "Within a Level"
2194
  msgstr "innerhalb eines Pakets"
2195
 
2196
- #: adminpages/orders.php:889 adminpages/orders.php:609
2197
  #: adminpages/orders.php:716 adminpages/orders.php:745
2198
- #: adminpages/orders.php:858
 
2199
  msgid "Within a Status"
2200
  msgstr "innerhalb eines Status"
2201
 
2202
- #: adminpages/orders.php:892 adminpages/orders.php:612
2203
  #: adminpages/orders.php:719 adminpages/orders.php:748
2204
- #: adminpages/orders.php:861
 
2205
  msgid "From"
2206
  msgstr "Von"
2207
 
2208
- #: adminpages/orders.php:907 adminpages/orders.php:624
2209
  #: adminpages/orders.php:731 adminpages/orders.php:760
2210
- #: adminpages/orders.php:876
 
2211
  msgid "To"
2212
  msgstr "An"
2213
 
2214
- #: adminpages/orders.php:920 adminpages/orders.php:636
2215
  #: adminpages/orders.php:743 adminpages/orders.php:772
2216
- #: adminpages/orders.php:889
 
2217
  msgid "filter by "
2218
  msgstr "filtern nach "
2219
 
2220
- #: adminpages/orders.php:963 adminpages/orders.php:674
2221
  #: adminpages/orders.php:780 adminpages/orders.php:809
2222
- #: adminpages/orders.php:932
 
2223
  msgid "Filter"
2224
  msgstr "Filter"
2225
 
2226
- #: adminpages/orders.php:1060 adminpages/orders.php:1063
2227
  #: adminpages/orders.php:535 adminpages/orders.php:538
2228
  #: adminpages/orders.php:777 adminpages/orders.php:780
2229
  #: adminpages/orders.php:883 adminpages/orders.php:886
2230
  #: adminpages/orders.php:912 adminpages/orders.php:915
2231
  #: adminpages/orders.php:1029 adminpages/orders.php:1032
 
 
2232
  msgid "Search Orders"
2233
  msgstr "Bestellungen suchen"
2234
 
2235
- #: adminpages/orders.php:1127 adminpages/orders.php:590
2236
  #: adminpages/orders.php:893 adminpages/orders.php:903
2237
  #: adminpages/orders.php:930 adminpages/orders.php:959
2238
- #: adminpages/orders.php:1096
 
2239
  #, php-format
2240
  msgid "%d orders found."
2241
  msgstr "%d Bestellungen gefunden."
2242
 
2243
- #: adminpages/orders.php:1136 adminpages/reports/login.php:159
2244
  #: classes/gateways/class.pmprogateway_payflowpro.php:116
2245
  #: adminpages/orders.php:599 adminpages/orders.php:902
2246
  #: adminpages/orders.php:912 adminpages/orders.php:939
2247
  #: adminpages/orders.php:968 adminpages/orders.php:1105
 
2248
  #: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:215
2249
  #: adminpages/paymentsettings.php:220 adminpages/reports/login.php:141
2250
- #: adminpages/reports/login.php:143
2251
  msgid "User"
2252
  msgstr "User"
2253
 
2254
- #: adminpages/orders.php:1138 includes/init.php:244 includes/profile.php:36
2255
- #: pages/checkout.php:42 pages/confirmation.php:53 pages/confirmation.php:70
2256
- #: pages/confirmation.php:116 pages/invoice.php:28 pages/invoice.php:51
2257
- #: adminpages/orders.php:601 adminpages/orders.php:904
2258
  #: adminpages/orders.php:914 adminpages/orders.php:941
2259
- #: adminpages/orders.php:970 adminpages/orders.php:1107 includes/init.php:214
 
2260
  #: includes/init.php:217 includes/init.php:218 includes/init.php:220
2261
  #: includes/init.php:222 includes/init.php:230 includes/init.php:238
2262
  #: includes/init.php:243 includes/profile.php:25 includes/profile.php:27
2263
- #: includes/profile.php:30 pages/checkout.php:33 pages/checkout.php:34
2264
- #: pages/checkout.php:35 pages/confirmation.php:46 pages/confirmation.php:47
2265
- #: pages/confirmation.php:62 pages/confirmation.php:64
2266
- #: pages/confirmation.php:103 pages/confirmation.php:105 pages/invoice.php:27
2267
- #: pages/invoice.php:49
 
 
 
2268
  msgid "Membership Level"
2269
  msgstr "Paket"
2270
 
2271
- #: adminpages/orders.php:1140 adminpages/orders.php:1220
2272
  #: adminpages/orders.php:603 adminpages/orders.php:651
2273
  #: adminpages/orders.php:906 adminpages/orders.php:916
2274
  #: adminpages/orders.php:943 adminpages/orders.php:954
2275
  #: adminpages/orders.php:972 adminpages/orders.php:982
2276
  #: adminpages/orders.php:1011 adminpages/orders.php:1040
2277
- #: adminpages/orders.php:1109 adminpages/orders.php:1186
 
 
2278
  msgid "Payment"
2279
  msgstr "Zahlung"
2280
 
2281
- #: adminpages/orders.php:1142 adminpages/orders.php:605
2282
  #: adminpages/orders.php:908 adminpages/orders.php:918
2283
  #: adminpages/orders.php:945 adminpages/orders.php:974
2284
- #: adminpages/orders.php:1111
 
2285
  msgid "Transaction IDs"
2286
  msgstr "Transaktions-IDs"
2287
 
2288
- #: adminpages/orders.php:1172 adminpages/orders.php:630
2289
  #: adminpages/orders.php:933 adminpages/orders.php:943
2290
  #: adminpages/orders.php:972 adminpages/orders.php:1001
2291
- #: adminpages/orders.php:1141
 
2292
  msgid "deleted"
2293
  msgstr "gelöscht"
2294
 
2295
- #: adminpages/orders.php:1226 adminpages/orders.php:653
 
 
 
 
2296
  #: adminpages/orders.php:956 adminpages/orders.php:974
2297
  #: adminpages/orders.php:984 adminpages/orders.php:1013
2298
  #: adminpages/orders.php:1042 adminpages/orders.php:1192
 
2299
  msgid "Subscription"
2300
  msgstr "Mitgliedschaft"
2301
 
2302
- #: adminpages/orders.php:1245 adminpages/orders.php:664
2303
  #: adminpages/orders.php:967 adminpages/orders.php:985
2304
  #: adminpages/orders.php:995 adminpages/orders.php:998
2305
  #: adminpages/orders.php:1027 adminpages/orders.php:1056
2306
- #: adminpages/orders.php:1211
 
2307
  #, php-format
2308
  msgid ""
2309
  "Deleting orders is permanent and can affect active users. Are you sure you "
@@ -2312,58 +2689,69 @@ msgstr ""
2312
  "Das Löschen von Bestellungen ist dauerhaft und kann aktive User betreffen. "
2313
  "Sind Sie sicher, dass Sie die Bestellung %s löschen wollen?"
2314
 
2315
- #: adminpages/orders.php:1249 adminpages/orders.php:1030
2316
  #: adminpages/orders.php:1059 adminpages/orders.php:1215
 
2317
  msgid "print"
2318
  msgstr "Drucken"
2319
 
2320
- #: adminpages/orders.php:1253 adminpages/orders.php:1033
2321
  #: adminpages/orders.php:1062 adminpages/orders.php:1219
 
2322
  msgid "email"
2323
  msgstr "E-Mail"
2324
 
2325
- #: adminpages/orders.php:1262 adminpages/orders.php:674
2326
  #: adminpages/orders.php:977 adminpages/orders.php:995
2327
  #: adminpages/orders.php:1005 adminpages/orders.php:1008
2328
  #: adminpages/orders.php:1043 adminpages/orders.php:1072
2329
- #: adminpages/orders.php:1228
 
2330
  msgid "No orders found."
2331
  msgstr "Keine Bestellungen gefunden."
2332
 
2333
- #: adminpages/pagesettings.php:54
 
2334
  msgid "Your page settings have been updated."
2335
  msgstr "Ihre Seiteneinstellungen wurden aktualisiert."
2336
 
2337
- #: adminpages/pagesettings.php:64 adminpages/pagesettings.php:51
 
2338
  msgid "Membership Account"
2339
  msgstr "Kontodaten"
2340
 
2341
- #: adminpages/pagesettings.php:65 adminpages/pagesettings.php:54
 
2342
  msgid "Membership Billing"
2343
  msgstr "Zahlungsinformationen"
2344
 
2345
- #: adminpages/pagesettings.php:66 adminpages/pagesettings.php:57
 
2346
  msgid "Membership Cancel"
2347
  msgstr "Account löschen"
2348
 
2349
- #: adminpages/pagesettings.php:67 adminpages/pagesettings.php:60
 
2350
  msgid "Membership Checkout"
2351
  msgstr "Checkout"
2352
 
2353
- #: adminpages/pagesettings.php:68 adminpages/pagesettings.php:63
 
2354
  msgid "Membership Confirmation"
2355
  msgstr "Bestätigung"
2356
 
2357
- #: adminpages/pagesettings.php:69 adminpages/pagesettings.php:66
 
2358
  msgid "Membership Invoice"
2359
  msgstr "Rechnung"
2360
 
2361
- #: adminpages/pagesettings.php:83 adminpages/pagesettings.php:111
 
2362
  msgid "The following pages have been created for you"
2363
  msgstr "Folgende Seiten wurden für Sie erstellt"
2364
 
2365
- #: adminpages/pagesettings.php:97 adminpages/pagesettings.php:98
2366
- #: adminpages/pagesettings.php:126
2367
  msgid ""
2368
  "Manage the WordPress pages assigned to each required Paid Memberships Pro "
2369
  "page."
@@ -2371,7 +2759,8 @@ msgstr ""
2371
  "Bearbeiten der WordPress Seiten, die den erforderlichen Paid Memberships Pro "
2372
  "Seiten zugeordnet sind."
2373
 
2374
- #: adminpages/pagesettings.php:101 adminpages/pagesettings.php:104
 
2375
  #: adminpages/pagesettings.php:132
2376
  msgid ""
2377
  "Assign the WordPress pages for each required Paid Memberships Pro page or"
@@ -2379,147 +2768,186 @@ msgstr ""
2379
  "Ordnen Sie Ihre WordPress Seiten allen erforderlichen Paid Memberships Pro "
2380
  "Seiten zu oder "
2381
 
2382
- #: adminpages/pagesettings.php:102 adminpages/pagesettings.php:104
 
2383
  #: adminpages/pagesettings.php:132
2384
  msgid "click here to let us generate them for you"
2385
  msgstr "klicken Sie hier, um sie automatisch zu generieren"
2386
 
2387
- #: adminpages/pagesettings.php:111 adminpages/pagesettings.php:112
2388
- #: adminpages/pagesettings.php:140
2389
  msgid "Account Page"
2390
  msgstr "Account Seite"
2391
 
2392
- #: adminpages/pagesettings.php:115 adminpages/pagesettings.php:133
2393
- #: adminpages/pagesettings.php:151 adminpages/pagesettings.php:170
2394
- #: adminpages/pagesettings.php:189 adminpages/pagesettings.php:209
2395
- #: adminpages/pagesettings.php:228 adminpages/pagesettings.php:268
 
 
2396
  #: adminpages/pagesettings.php:144 adminpages/pagesettings.php:147
 
2397
  #: adminpages/pagesettings.php:159 adminpages/pagesettings.php:162
 
2398
  #: adminpages/pagesettings.php:174 adminpages/pagesettings.php:177
2399
- #: adminpages/pagesettings.php:190 adminpages/pagesettings.php:193
2400
- #: adminpages/pagesettings.php:206 adminpages/pagesettings.php:222
2401
- #: adminpages/pagesettings.php:225 adminpages/pagesettings.php:238
2402
- #: adminpages/pagesettings.php:241
 
 
 
2403
  msgid "Choose One"
2404
  msgstr "Bitte wählen"
2405
 
2406
- #: adminpages/pagesettings.php:119 adminpages/pagesettings.php:137
2407
- #: adminpages/pagesettings.php:155 adminpages/pagesettings.php:174
2408
- #: adminpages/pagesettings.php:193 adminpages/pagesettings.php:213
2409
- #: adminpages/pagesettings.php:232 adminpages/pagesettings.php:274
 
2410
  #: adminpages/pagesettings.php:132 adminpages/pagesettings.php:134
 
2411
  #: adminpages/pagesettings.php:145 adminpages/pagesettings.php:147
2412
  #: adminpages/pagesettings.php:149 adminpages/pagesettings.php:150
 
2413
  #: adminpages/pagesettings.php:159 adminpages/pagesettings.php:162
2414
  #: adminpages/pagesettings.php:165 adminpages/pagesettings.php:173
 
2415
  #: adminpages/pagesettings.php:177 adminpages/pagesettings.php:180
2416
  #: adminpages/pagesettings.php:181 adminpages/pagesettings.php:187
 
2417
  #: adminpages/pagesettings.php:196 adminpages/pagesettings.php:197
2418
- #: adminpages/pagesettings.php:201 adminpages/pagesettings.php:209
2419
- #: adminpages/pagesettings.php:212 adminpages/pagesettings.php:225
2420
- #: adminpages/pagesettings.php:228 adminpages/pagesettings.php:241
2421
- #: adminpages/pagesettings.php:244
 
 
2422
  msgid "edit page"
2423
  msgstr "Seite bearbeiten"
2424
 
2425
- #: adminpages/pagesettings.php:122 adminpages/pagesettings.php:140
2426
- #: adminpages/pagesettings.php:158 adminpages/pagesettings.php:177
2427
- #: adminpages/pagesettings.php:196 adminpages/pagesettings.php:216
2428
- #: adminpages/pagesettings.php:235 adminpages/pagesettings.php:277
2429
- #: adminpages/pagesettings.php:121 adminpages/pagesettings.php:136
 
 
2430
  #: adminpages/pagesettings.php:149 adminpages/pagesettings.php:151
2431
- #: adminpages/pagesettings.php:152 adminpages/pagesettings.php:164
2432
- #: adminpages/pagesettings.php:167 adminpages/pagesettings.php:179
 
 
2433
  #: adminpages/pagesettings.php:182 adminpages/pagesettings.php:183
2434
- #: adminpages/pagesettings.php:195 adminpages/pagesettings.php:198
 
2435
  #: adminpages/pagesettings.php:199 adminpages/pagesettings.php:211
2436
  #: adminpages/pagesettings.php:214 adminpages/pagesettings.php:215
 
2437
  #: adminpages/pagesettings.php:227 adminpages/pagesettings.php:230
 
2438
  #: adminpages/pagesettings.php:243 adminpages/pagesettings.php:246
 
2439
  msgid "view page"
2440
  msgstr "Seite ansehen"
2441
 
2442
- #: adminpages/pagesettings.php:125 adminpages/pagesettings.php:143
2443
- #: adminpages/pagesettings.php:161 adminpages/pagesettings.php:180
2444
- #: adminpages/pagesettings.php:199 adminpages/pagesettings.php:219
2445
- #: adminpages/pagesettings.php:238 adminpages/pagesettings.php:121
2446
- #: adminpages/pagesettings.php:123 adminpages/pagesettings.php:134
2447
- #: adminpages/pagesettings.php:138 adminpages/pagesettings.php:147
 
 
2448
  #: adminpages/pagesettings.php:151 adminpages/pagesettings.php:153
2449
- #: adminpages/pagesettings.php:154 adminpages/pagesettings.php:166
 
2450
  #: adminpages/pagesettings.php:169 adminpages/pagesettings.php:175
2451
- #: adminpages/pagesettings.php:181 adminpages/pagesettings.php:184
2452
- #: adminpages/pagesettings.php:185 adminpages/pagesettings.php:189
2453
- #: adminpages/pagesettings.php:197 adminpages/pagesettings.php:200
 
2454
  #: adminpages/pagesettings.php:201 adminpages/pagesettings.php:203
2455
  #: adminpages/pagesettings.php:213 adminpages/pagesettings.php:216
2456
- #: adminpages/pagesettings.php:217 adminpages/pagesettings.php:229
2457
- #: adminpages/pagesettings.php:232 adminpages/pagesettings.php:245
 
 
2458
  #: adminpages/pagesettings.php:248
2459
  msgid "Include the shortcode"
2460
  msgstr "Shortcode einfügen"
2461
 
2462
- #: adminpages/pagesettings.php:129 adminpages/pagesettings.php:125
2463
- #: adminpages/pagesettings.php:127 adminpages/pagesettings.php:155
 
2464
  #: adminpages/pagesettings.php:158
2465
  msgid "Billing Information Page"
2466
  msgstr "Zahlungsinfos-Seite"
2467
 
2468
- #: adminpages/pagesettings.php:147 adminpages/pagesettings.php:138
2469
- #: adminpages/pagesettings.php:142 adminpages/pagesettings.php:170
 
2470
  #: adminpages/pagesettings.php:173
2471
  msgid "Cancel Page"
2472
  msgstr "Storno-Seite"
2473
 
2474
- #: adminpages/pagesettings.php:166 adminpages/pagesettings.php:152
2475
- #: adminpages/pagesettings.php:158 adminpages/pagesettings.php:186
 
2476
  #: adminpages/pagesettings.php:189
2477
  msgid "Checkout Page"
2478
  msgstr "Checkout-Seite"
2479
 
2480
- #: adminpages/pagesettings.php:185 adminpages/pagesettings.php:166
2481
- #: adminpages/pagesettings.php:174 adminpages/pagesettings.php:202
 
2482
  #: adminpages/pagesettings.php:205
2483
  msgid "Confirmation Page"
2484
  msgstr "Bestätigungs-Seite"
2485
 
2486
- #: adminpages/pagesettings.php:205 adminpages/pagesettings.php:180
2487
- #: adminpages/pagesettings.php:190 adminpages/pagesettings.php:218
2488
- #: adminpages/pagesettings.php:221
2489
  msgid "Invoice Page"
2490
  msgstr "Rechnungs-Seite"
2491
 
2492
- #: adminpages/pagesettings.php:224 adminpages/pagesettings.php:194
2493
- #: adminpages/pagesettings.php:206 adminpages/pagesettings.php:234
 
2494
  #: adminpages/pagesettings.php:237
2495
  msgid "Levels Page"
2496
  msgstr "Paket-Seite"
2497
 
2498
- #: adminpages/pagesettings.php:245
 
2499
  msgid "Additional Page Settings"
2500
  msgstr "Zusätzliche Seiteneinstellungen"
2501
 
2502
- #: adminpages/pagesettings.php:280
 
2503
  msgid "Generate Page"
2504
  msgstr "Seite erstellen"
2505
 
2506
- #: adminpages/paymentsettings.php:49 adminpages/paymentsettings.php:77
2507
- #: adminpages/paymentsettings.php:82
2508
  msgid "Your payment settings have been updated."
2509
  msgstr "Ihre Zahlungs-Einstellungen wurden gespeichert."
2510
 
 
2511
  #: adminpages/paymentsettings.php:93 adminpages/paymentsettings.php:106
2512
  #: adminpages/paymentsettings.php:144 adminpages/paymentsettings.php:146
2513
  #: adminpages/paymentsettings.php:152 adminpages/paymentsettings.php:154
2514
  msgid "Payment Gateway"
2515
  msgstr "Zahlungsdienstleister"
2516
 
2517
- #: adminpages/paymentsettings.php:93 adminpages/paymentsettings.php:201
2518
- #: adminpages/paymentsettings.php:144 adminpages/paymentsettings.php:146
 
2519
  msgid "SSL Settings"
2520
  msgstr "SSL Einstellungen"
2521
 
2522
- #: adminpages/paymentsettings.php:95 adminpages/paymentsettings.php:148
 
2523
  msgid ""
2524
  "Learn more about <a title=\"Paid Memberships Pro - SSL Settings\" target="
2525
  "\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-plugin-"
@@ -2534,22 +2962,23 @@ msgstr ""
2534
  "com/support/initial-plugin-setup/payment-gateway/\">Zahlungsdienstleister "
2535
  "Einstellungen</a>."
2536
 
2537
- #: adminpages/paymentsettings.php:101
2538
  msgid "Choose a Gateway"
2539
  msgstr "Gateway wählen"
2540
 
2541
- #: adminpages/paymentsettings.php:148
2542
  msgid "Currency and Tax Settings"
2543
  msgstr "Währungs- und Steuereinstellungen"
2544
 
2545
- #: adminpages/paymentsettings.php:153 adminpages/paymentsettings.php:327
2546
- #: adminpages/paymentsettings.php:337 adminpages/paymentsettings.php:356
2547
- #: adminpages/paymentsettings.php:381 adminpages/paymentsettings.php:386
 
2548
  msgid "Currency"
2549
  msgstr "Währung"
2550
 
2551
- #: adminpages/paymentsettings.php:169 adminpages/paymentsettings.php:400
2552
- #: adminpages/paymentsettings.php:402
2553
  msgid ""
2554
  "Not all currencies will be supported by every gateway. Please check with "
2555
  "your gateway."
@@ -2557,68 +2986,73 @@ msgstr ""
2557
  "Nicht alle Währungen werden von allen Zahlungsdienstleistern unterstützt. "
2558
  "Bitte überprüfen Sie dies bei Ihrem Zahlungsdienstleister."
2559
 
2560
- #: adminpages/paymentsettings.php:174 adminpages/paymentsettings.php:375
2561
- #: adminpages/paymentsettings.php:401 adminpages/paymentsettings.php:406
2562
- #: adminpages/paymentsettings.php:408
2563
  msgid "Accepted Credit Card Types"
2564
  msgstr "Akzeptierete Kreditkarten"
2565
 
2566
- #: adminpages/paymentsettings.php:188 adminpages/paymentsettings.php:398
2567
- #: adminpages/paymentsettings.php:438 adminpages/paymentsettings.php:443
2568
- #: adminpages/paymentsettings.php:445
2569
  msgid "Sales Tax"
2570
  msgstr "Mehrwertsteuer"
2571
 
2572
- #: adminpages/paymentsettings.php:188 pages/billing.php:97
2573
- #: adminpages/paymentsettings.php:398 adminpages/paymentsettings.php:438
2574
- #: adminpages/paymentsettings.php:443 adminpages/paymentsettings.php:445
2575
- #: pages/billing.php:78 pages/billing.php:82 pages/billing.php:91
2576
- #: pages/billing.php:94 pages/billing.php:96 pages/billing.php:100
 
 
2577
  msgid "optional"
2578
  msgstr "optional"
2579
 
2580
- #: adminpages/paymentsettings.php:191 adminpages/paymentsettings.php:401
2581
- #: adminpages/paymentsettings.php:441 adminpages/paymentsettings.php:446
2582
- #: adminpages/paymentsettings.php:448
2583
  msgid "Tax State"
2584
  msgstr "Steuerstaat"
2585
 
2586
- #: adminpages/paymentsettings.php:192 adminpages/paymentsettings.php:402
2587
- #: adminpages/paymentsettings.php:442 adminpages/paymentsettings.php:447
2588
- #: adminpages/paymentsettings.php:449
2589
  msgid "abbreviation, e.g. \"PA\""
2590
  msgstr "Abkürzung, z.B. \"PA\""
2591
 
2592
- #: adminpages/paymentsettings.php:193
2593
  msgid "Tax Rate"
2594
  msgstr "Steuersatz"
2595
 
2596
- #: adminpages/paymentsettings.php:194 adminpages/paymentsettings.php:404
2597
- #: adminpages/paymentsettings.php:444 adminpages/paymentsettings.php:449
2598
- #: adminpages/paymentsettings.php:451
2599
  msgid "decimal, e.g. \"0.06\""
2600
  msgstr "dezimal, z.B. \"0.06\""
2601
 
2602
- #: adminpages/paymentsettings.php:195 adminpages/paymentsettings.php:450
2603
- #: adminpages/paymentsettings.php:452
2604
  msgid ""
2605
  "US only. If values are given, tax will be applied for any members ordering "
2606
  "from the selected state.<br />For non-US or more complex tax rules, use the "
2607
  "<a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
2608
- "taxes-paid-memberships-pro/\">pmpro_tax filter</a>."
2609
- msgstr ""
2610
- "Nur für USA. Wenn Werte vergeben werden, werden die Steuern für Kunden aus "
2611
- "den jeweiligen Staaten verreichnet.<br />Für Nicht-US oder komplexere "
2612
- "Steuersätze, verwenden Sie die <a target=\"_blank\" href=\"http://www."
2613
- "paidmembershipspro.com/2013/10/non-us-taxes-paid-memberships-pro/"
2614
  "\">pmpro_tax filter</a>."
 
 
 
 
 
 
 
2615
 
2616
- #: adminpages/paymentsettings.php:206 adminpages/paymentsettings.php:450
2617
- #: adminpages/paymentsettings.php:455 adminpages/paymentsettings.php:457
 
2618
  msgid "Force SSL"
2619
  msgstr "Erzwinge SSL"
2620
 
2621
- #: adminpages/paymentsettings.php:213
2622
  msgid ""
2623
  "Your Site URL starts with https:// and so PMPro will allow your entire site "
2624
  "to be served over HTTPS."
@@ -2626,13 +3060,14 @@ msgstr ""
2626
  "Ihre Seite URL beginnt mit https:// daher wird PMPro zulassen dass Ihre "
2627
  "gesamte Seite über HTTPS bedient wird."
2628
 
2629
- #: adminpages/paymentsettings.php:221 adminpages/paymentsettings.php:212
2630
- #: adminpages/paymentsettings.php:456 adminpages/paymentsettings.php:461
2631
- #: adminpages/paymentsettings.php:463
2632
  msgid "Yes (with JavaScript redirects)"
2633
  msgstr "Ja (mit JavaScript Weiterleitungen)"
2634
 
2635
- #: adminpages/paymentsettings.php:223 adminpages/paymentsettings.php:214
 
2636
  msgid ""
2637
  "Recommended: Yes. Try the JavaScript redirects setting if you are having "
2638
  "issues with infinite redirect loops."
@@ -2640,29 +3075,36 @@ msgstr ""
2640
  "Empfehlung: Ja. Versuchen Sie die JavaScript Weiterleitungseinstellungen "
2641
  "wenn Sie probleme mit unendlichen Umleitungsschleifen haben."
2642
 
2643
- #: adminpages/paymentsettings.php:231 adminpages/paymentsettings.php:219
2644
- #: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:463
2645
- #: adminpages/paymentsettings.php:468 adminpages/paymentsettings.php:470
 
2646
  msgid "SSL Seal Code"
2647
  msgstr "SSL Seal Code"
2648
 
2649
- #: adminpages/paymentsettings.php:235 adminpages/paymentsettings.php:223
2650
  msgid ""
2651
  "Your <strong><a target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
2652
- "documentation/initial-plugin-setup/ssl/\">SSL Certificate</a></strong> must "
2653
- "be installed by your web host. Your <strong>SSL Seal</strong> will be a "
2654
- "short HTML or JavaScript snippet that can be pasted here."
2655
- msgstr ""
2656
- "Ihr <strong><a target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
2657
- "documentation/initial-plugin-setup/ssl/\">SSL Zertifikat</a></strong> muss "
2658
- "von Ihrem Webhost installiert werden. Ihr <strong>SSL Siegel</strong> ist "
2659
- "ein kurzer HTML oder JavaScript Text, der hier eingefügt werden kann."
2660
-
2661
- #: adminpages/paymentsettings.php:240 adminpages/paymentsettings.php:228
 
 
 
 
 
2662
  msgid "Extra HTTPS URL Filter"
2663
  msgstr "Extra HTTPS URL Filter"
2664
 
2665
- #: adminpages/paymentsettings.php:243 adminpages/paymentsettings.php:231
 
2666
  msgid ""
2667
  "Pass all generated HTML through a URL filter to add HTTPS to URLs used on "
2668
  "secure pages. Check this if you are using SSL and have warnings on your "
@@ -2697,150 +3139,165 @@ msgstr "Anzeigen"
2697
  msgid "Logins"
2698
  msgstr "Anmeldungen"
2699
 
2700
- #: adminpages/reports/login.php:38 adminpages/reports/memberships.php:46
2701
- #: adminpages/reports/sales.php:51 adminpages/reports/memberships.php:43
2702
- #: adminpages/reports/memberships.php:62 adminpages/reports/memberships.php:81
 
2703
  msgid "Today"
2704
  msgstr "Heute"
2705
 
2706
- #: adminpages/reports/login.php:44 adminpages/reports/memberships.php:47
2707
- #: adminpages/reports/sales.php:56 adminpages/reports/memberships.php:48
2708
- #: adminpages/reports/memberships.php:58 adminpages/reports/memberships.php:77
 
2709
  msgid "This Month"
2710
  msgstr "Dieser Monat"
2711
 
2712
- #: adminpages/reports/login.php:50 adminpages/reports/memberships.php:49
2713
- #: adminpages/reports/sales.php:66 adminpages/reports/memberships.php:50
2714
- #: adminpages/reports/memberships.php:58 adminpages/reports/memberships.php:69
 
2715
  msgid "All Time"
2716
  msgstr "Gesamte Zeit"
2717
 
2718
- #: adminpages/reports/login.php:79 adminpages/reports/login.php:61
2719
- #: adminpages/reports/login.php:63
2720
  msgid "Visits, Views, and Logins Report"
2721
  msgstr "Besucher, Views und Login Reports"
2722
 
2723
- #: adminpages/reports/login.php:84 adminpages/reports/login.php:66
2724
- #: adminpages/reports/login.php:68
2725
  msgid "All Users"
2726
  msgstr "Alle User"
2727
 
2728
- #: adminpages/reports/login.php:164 adminpages/reports/login.php:146
2729
- #: adminpages/reports/login.php:148
2730
  msgid "Last Visit"
2731
  msgstr "Letzter Besuch"
2732
 
2733
- #: adminpages/reports/login.php:165 adminpages/reports/login.php:27
2734
  #: adminpages/reports/login.php:28 adminpages/reports/login.php:147
2735
- #: adminpages/reports/login.php:149
2736
  msgid "Visits This Month"
2737
  msgstr "Besuche diesen Monat"
2738
 
2739
- #: adminpages/reports/login.php:166 adminpages/reports/login.php:148
2740
- #: adminpages/reports/login.php:150
2741
  msgid "Total Visits"
2742
  msgstr "Besucher Gesamt"
2743
 
2744
- #: adminpages/reports/login.php:167 adminpages/reports/login.php:32
2745
  #: adminpages/reports/login.php:33 adminpages/reports/login.php:149
2746
- #: adminpages/reports/login.php:151
2747
  msgid "Views This Month"
2748
  msgstr "Views diesen Monat"
2749
 
2750
- #: adminpages/reports/login.php:168 adminpages/reports/login.php:150
2751
- #: adminpages/reports/login.php:152
2752
  msgid "Total Views"
2753
  msgstr "Views Gesamt"
2754
 
2755
- #: adminpages/reports/login.php:169 adminpages/reports/login.php:151
2756
- #: adminpages/reports/login.php:153
2757
  msgid "Last Login"
2758
  msgstr "Letztes Login"
2759
 
2760
- #: adminpages/reports/login.php:170 adminpages/reports/login.php:37
2761
  #: adminpages/reports/login.php:38 adminpages/reports/login.php:152
2762
- #: adminpages/reports/login.php:154
2763
  msgid "Logins This Month"
2764
  msgstr "Logins diesen Monat"
2765
 
2766
- #: adminpages/reports/login.php:171 adminpages/reports/login.php:153
2767
- #: adminpages/reports/login.php:155
2768
  msgid "Total Logins"
2769
  msgstr "Logins Gesamt"
2770
 
2771
- #: adminpages/reports/memberships.php:18 adminpages/reports/memberships.php:300
2772
  #: adminpages/reports/memberships.php:252
2773
  #: adminpages/reports/memberships.php:259
2774
  #: adminpages/reports/memberships.php:272
2775
  #: adminpages/reports/memberships.php:288
 
2776
  msgid "Membership Stats"
2777
  msgstr "Mitgleider-Statistiken"
2778
 
2779
- #: adminpages/reports/memberships.php:40 adminpages/reports/memberships.php:37
2780
- #: adminpages/reports/memberships.php:48
2781
  msgid "Signups"
2782
  msgstr "Anmeldungen"
2783
 
2784
- #: adminpages/reports/memberships.php:41 adminpages/reports/memberships.php:38
 
2785
  msgid "All Cancellations"
2786
  msgstr "Alle Stornierungen"
2787
 
2788
- #: adminpages/reports/memberships.php:48 adminpages/reports/sales.php:61
2789
- #: adminpages/reports/memberships.php:53 adminpages/reports/memberships.php:54
2790
- #: adminpages/reports/memberships.php:73
 
2791
  msgid "This Year"
2792
  msgstr "Dieses Jahr"
2793
 
2794
- #: adminpages/reports/memberships.php:306 adminpages/reports/sales.php:204
2795
  #: adminpages/reports/memberships.php:258
2796
  #: adminpages/reports/memberships.php:265
2797
  #: adminpages/reports/memberships.php:278
2798
- #: adminpages/reports/memberships.php:294 adminpages/reports/sales.php:187
 
2799
  #: adminpages/reports/sales.php:195 adminpages/reports/sales.php:196
 
2800
  msgid "Daily"
2801
  msgstr "täglich"
2802
 
2803
- #: adminpages/reports/memberships.php:307 adminpages/reports/sales.php:205
2804
  #: adminpages/reports/memberships.php:259
2805
  #: adminpages/reports/memberships.php:266
2806
  #: adminpages/reports/memberships.php:279
2807
- #: adminpages/reports/memberships.php:295 adminpages/reports/sales.php:188
 
2808
  #: adminpages/reports/sales.php:196 adminpages/reports/sales.php:197
 
2809
  msgid "Monthly"
2810
  msgstr "monatlich"
2811
 
2812
- #: adminpages/reports/memberships.php:308 adminpages/reports/sales.php:206
2813
  #: adminpages/reports/memberships.php:260
2814
  #: adminpages/reports/memberships.php:267
2815
  #: adminpages/reports/memberships.php:280
2816
- #: adminpages/reports/memberships.php:296 adminpages/reports/sales.php:189
 
2817
  #: adminpages/reports/sales.php:197 adminpages/reports/sales.php:198
 
2818
  msgid "Annual"
2819
  msgstr "jährlich"
2820
 
2821
- #: adminpages/reports/memberships.php:311
2822
  #: adminpages/reports/memberships.php:270
2823
  #: adminpages/reports/memberships.php:283
 
2824
  msgid "Signups vs. All Cancellations"
2825
  msgstr "Anmeldungen vs. Alle Stornierungen"
2826
 
2827
- #: adminpages/reports/memberships.php:312
2828
  #: adminpages/reports/memberships.php:263
2829
  #: adminpages/reports/memberships.php:271
2830
  #: adminpages/reports/memberships.php:284
2831
  #: adminpages/reports/memberships.php:299
 
2832
  msgid "Signups vs. Cancellations"
2833
  msgstr "Anmeldungen vs. Abmeldungen"
2834
 
2835
- #: adminpages/reports/memberships.php:313
2836
  #: adminpages/reports/memberships.php:272
2837
  #: adminpages/reports/memberships.php:285
 
2838
  msgid "Signups vs. Expirations"
2839
  msgstr "Anmeldungen vs. Ausgelaufene"
2840
 
2841
- #: adminpages/reports/memberships.php:318
2842
- #: adminpages/reports/memberships.php:329 adminpages/reports/sales.php:212
2843
- #: adminpages/reports/sales.php:223 adminpages/membershiplevels.php:545
2844
  #: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:553
2845
  #: adminpages/membershiplevels.php:559 adminpages/membershiplevels.php:561
2846
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:588
@@ -2851,19 +3308,24 @@ msgstr "Anmeldungen vs. Ausgelaufene"
2851
  #: adminpages/reports/memberships.php:290
2852
  #: adminpages/reports/memberships.php:301
2853
  #: adminpages/reports/memberships.php:304
2854
- #: adminpages/reports/memberships.php:315 adminpages/reports/sales.php:195
 
 
2855
  #: adminpages/reports/sales.php:203 adminpages/reports/sales.php:204
2856
- #: adminpages/reports/sales.php:206 adminpages/reports/sales.php:214
2857
- #: adminpages/reports/sales.php:215
 
2858
  msgid "for"
2859
  msgstr "für"
2860
 
2861
- #: adminpages/reports/memberships.php:345 adminpages/reports/sales.php:239
2862
  #: adminpages/reports/memberships.php:295
2863
  #: adminpages/reports/memberships.php:304
2864
  #: adminpages/reports/memberships.php:317
2865
- #: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:222
 
2866
  #: adminpages/reports/sales.php:230 adminpages/reports/sales.php:231
 
2867
  msgid "Generate Report"
2868
  msgstr "Bericht erstellen"
2869
 
@@ -2871,20 +3333,23 @@ msgstr "Bericht erstellen"
2871
  msgid "Sales and Revenue (Testing/Sandbox)"
2872
  msgstr "Verkäufe und Umsatz (Testing/Sandbox)"
2873
 
2874
- #: adminpages/reports/sales.php:20 adminpages/reports/sales.php:198
2875
  #: adminpages/reports/sales.php:180 adminpages/reports/sales.php:189
 
2876
  msgid "Sales and Revenue"
2877
  msgstr "Verkäufe und Umsatz"
2878
 
2879
- #: adminpages/reports/sales.php:45 adminpages/reports/sales.php:210
2880
- #: adminpages/reports/sales.php:193 adminpages/reports/sales.php:201
2881
- #: adminpages/reports/sales.php:202
 
2882
  msgid "Sales"
2883
  msgstr "Verkäufe"
2884
 
2885
- #: adminpages/reports/sales.php:46 adminpages/reports/sales.php:209
2886
- #: adminpages/reports/sales.php:192 adminpages/reports/sales.php:200
2887
- #: adminpages/reports/sales.php:201
 
2888
  msgid "Revenue"
2889
  msgstr "Umsatz"
2890
 
@@ -2914,8 +3379,8 @@ msgid "Price"
2914
  msgstr "Preis"
2915
 
2916
  #: adminpages/templates/orders-email.php:56
2917
- #: adminpages/templates/orders-print.php:85 pages/invoice.php:79
2918
- #: pages/invoice.php:77
2919
  msgid "Subtotal"
2920
  msgstr "Zwischensumme"
2921
 
@@ -2933,12 +3398,24 @@ msgstr ""
2933
  msgid "Update complete."
2934
  msgstr "Update vollständig durchgeführt."
2935
 
2936
- #: classes/class.memberorder.php:720 classes/class.memberorder.php:553
 
 
 
 
 
 
 
 
 
 
2937
  #: classes/class.memberorder.php:561 classes/class.memberorder.php:564
2938
  #: classes/class.memberorder.php:573 classes/class.memberorder.php:644
2939
  #: classes/class.memberorder.php:697 classes/class.memberorder.php:699
2940
  #: classes/class.memberorder.php:706 classes/class.memberorder.php:716
2941
- #: classes/class.memberorder.php:719 includes/cleanup.php:24
 
 
2942
  #, php-format
2943
  msgid ""
2944
  "There was an error canceling the subscription for user with ID=%s. You will "
@@ -2949,37 +3426,51 @@ msgstr ""
2949
  "Fehler aufgetreten. Bitte überprüfen Sie bei Ihrem Zahlungsdienstleister, ob "
2950
  "das Abonnement noch aktiv ist."
2951
 
 
 
 
 
 
 
 
 
 
 
2952
  #: classes/class.pmproemail.php:37
2953
  #, php-format
2954
  msgid "An Email From %s"
2955
  msgstr "Eine Email von %s"
2956
 
2957
- #: classes/class.pmproemail.php:134 classes/class.pmproemail.php:120
2958
  #: classes/class.pmproemail.php:122 classes/class.pmproemail.php:125
 
2959
  #, php-format
2960
  msgid "Your membership at %s has been CANCELLED"
2961
  msgstr "Ihr Account bei %s wurde gelöscht"
2962
 
2963
- #: classes/class.pmproemail.php:166 classes/class.pmproemail.php:142
2964
  #: classes/class.pmproemail.php:144 classes/class.pmproemail.php:147
2965
- #: classes/class.pmproemail.php:156
 
2966
  #, php-format
2967
  msgid "Membership for %s at %s has been CANCELLED"
2968
  msgstr "Account für %s bei %s wurde gelöscht"
2969
 
2970
- #: classes/class.pmproemail.php:207 classes/class.pmproemail.php:172
2971
  #: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
2972
  #: classes/class.pmproemail.php:178 classes/class.pmproemail.php:187
 
2973
  #, php-format
2974
  msgid "Your membership confirmation for %s"
2975
  msgstr "Bestätigung Ihrer Anmeldung bei %s"
2976
 
2977
- #: classes/class.pmproemail.php:260 classes/class.pmproemail.php:269
2978
- #: classes/class.pmproemail.php:278 classes/class.pmproemail.php:357
2979
- #: classes/class.pmproemail.php:366 classes/class.pmproemail.php:679
2980
- #: classes/gateways/class.pmprogateway_braintree.php:402
2981
- #: classes/gateways/class.pmprogateway_stripe.php:611 pages/checkout.php:83
2982
- #: pages/checkout.php:93 pages/checkout.php:619 pages/confirmation.php:58
 
2983
  #: pages/invoice.php:33 classes/class.pmproemail.php:216
2984
  #: classes/class.pmproemail.php:218 classes/class.pmproemail.php:225
2985
  #: classes/class.pmproemail.php:227 classes/class.pmproemail.php:228
@@ -2987,20 +3478,28 @@ msgstr "Bestätigung Ihrer Anmeldung bei %s"
2987
  #: classes/class.pmproemail.php:236 classes/class.pmproemail.php:237
2988
  #: classes/class.pmproemail.php:240 classes/class.pmproemail.php:246
2989
  #: classes/class.pmproemail.php:249 classes/class.pmproemail.php:258
 
 
2990
  #: classes/class.pmproemail.php:304 classes/class.pmproemail.php:307
2991
  #: classes/class.pmproemail.php:313 classes/class.pmproemail.php:316
2992
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
2993
  #: classes/class.pmproemail.php:334 classes/class.pmproemail.php:337
2994
- #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:532
 
 
2995
  #: classes/class.pmproemail.php:580 classes/class.pmproemail.php:645
2996
  #: classes/class.pmproemail.php:648 classes/class.pmproemail.php:657
2997
- #: classes/class.pmproemail.php:659
 
2998
  #: classes/gateways/class.pmprogateway_braintree.php:349
2999
  #: classes/gateways/class.pmprogateway_braintree.php:362
3000
  #: classes/gateways/class.pmprogateway_braintree.php:364
3001
  #: classes/gateways/class.pmprogateway_braintree.php:367
3002
  #: classes/gateways/class.pmprogateway_braintree.php:368
3003
  #: classes/gateways/class.pmprogateway_braintree.php:400
 
 
 
3004
  #: classes/gateways/class.pmprogateway_stripe.php:495
3005
  #: classes/gateways/class.pmprogateway_stripe.php:496
3006
  #: classes/gateways/class.pmprogateway_stripe.php:506
@@ -3010,167 +3509,232 @@ msgstr "Bestätigung Ihrer Anmeldung bei %s"
3010
  #: classes/gateways/class.pmprogateway_stripe.php:541
3011
  #: classes/gateways/class.pmprogateway_stripe.php:544
3012
  #: classes/gateways/class.pmprogateway_stripe.php:562
3013
- #: classes/gateways/class.pmprogateway_stripe.php:573 pages/checkout.php:66
 
 
 
 
 
3014
  #: pages/checkout.php:67 pages/checkout.php:68 pages/checkout.php:75
3015
- #: pages/checkout.php:76 pages/checkout.php:77 pages/checkout.php:78
3016
- #: pages/checkout.php:85 pages/checkout.php:86 pages/checkout.php:549
3017
- #: pages/checkout.php:565 pages/checkout.php:566 pages/checkout.php:573
3018
- #: pages/checkout.php:594 pages/checkout.php:603 pages/checkout.php:612
3019
- #: pages/checkout.php:616 pages/checkout.php:617 pages/confirmation.php:51
3020
- #: pages/confirmation.php:52 pages/invoice.php:32
 
3021
  msgid "Discount Code"
3022
  msgstr "Gutscheincode"
3023
 
3024
- #: classes/class.pmproemail.php:285 classes/class.pmproemail.php:378
3025
- #: classes/class.pmproemail.php:685 classes/class.pmproemail.php:241
3026
  #: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
3027
  #: classes/class.pmproemail.php:256 classes/class.pmproemail.php:265
 
3028
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
3029
  #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:349
3030
- #: classes/class.pmproemail.php:358 classes/class.pmproemail.php:538
 
3031
  #: classes/class.pmproemail.php:586 classes/class.pmproemail.php:651
3032
  #: classes/class.pmproemail.php:654 classes/class.pmproemail.php:663
3033
- #: classes/class.pmproemail.php:665
 
3034
  #, php-format
3035
  msgid "This membership will expire on %s."
3036
  msgstr "Diese Mitgliedschaft läuft am %s ab."
3037
 
3038
- #: classes/class.pmproemail.php:307 classes/class.pmproemail.php:263
3039
  #: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
3040
  #: classes/class.pmproemail.php:278 classes/class.pmproemail.php:287
 
3041
  #, php-format
3042
  msgid "Member Checkout for %s at %s"
3043
  msgstr "Registrierung für %s bei %s"
3044
 
3045
- #: classes/class.pmproemail.php:395 classes/class.pmproemail.php:375
 
3046
  #, php-format
3047
  msgid "Your billing information has been updated at %s"
3048
  msgstr "Ihre Zahlungsinformationen wurden aktualisiert um %s"
3049
 
3050
- #: classes/class.pmproemail.php:448 classes/class.pmproemail.php:428
 
3051
  #, php-format
3052
  msgid "Billing information has been updated for %s at %s"
3053
  msgstr "Zahlungsinformationen wurden aktualisiert für %s um %s"
3054
 
3055
- #: classes/class.pmproemail.php:496 classes/class.pmproemail.php:425
3056
  #: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
3057
  #: classes/class.pmproemail.php:467 classes/class.pmproemail.php:476
 
3058
  #, php-format
3059
  msgid "Membership Payment Failed at %s"
3060
  msgstr "Mitgliedschafts-Zahlung bei %s fehlgeschlagen"
3061
 
3062
- #: classes/class.pmproemail.php:542 classes/class.pmproemail.php:462
3063
  #: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
3064
  #: classes/class.pmproemail.php:513 classes/class.pmproemail.php:522
 
3065
  #, php-format
3066
  msgid "Membership Payment Failed For %s at %s"
3067
  msgstr "Mitgliedschafts-Zahlung für %s bei %s fehlgeschlagen"
3068
 
3069
- #: classes/class.pmproemail.php:589 classes/class.pmproemail.php:508
3070
  #: classes/class.pmproemail.php:557 classes/class.pmproemail.php:560
3071
- #: classes/class.pmproemail.php:569
 
3072
  #, php-format
3073
  msgid "Credit Card on File Expiring Soon at %s"
3074
  msgstr "Kreditkarte läuft am %s ab."
3075
 
3076
- #: classes/class.pmproemail.php:639 classes/class.pmproemail.php:501
3077
  #: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
3078
  #: classes/class.pmproemail.php:608 classes/class.pmproemail.php:617
3079
- #: classes/class.pmproemail.php:619
 
3080
  #, php-format
3081
  msgid "INVOICE for %s membership"
3082
  msgstr "ZAHLUNGSBESTÄTIGUNG für %s Mitgliedschaft"
3083
 
3084
- #: classes/class.pmproemail.php:710 classes/class.pmproemail.php:563
3085
  #: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
3086
  #: classes/class.pmproemail.php:679 classes/class.pmproemail.php:688
3087
- #: classes/class.pmproemail.php:690
 
3088
  #, php-format
3089
  msgid "Your trial at %s is ending soon"
3090
  msgstr "Ihre Testperiode bei %s endet bald"
3091
 
3092
- #: classes/class.pmproemail.php:744 classes/class.pmproemail.php:596
3093
  #: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
3094
  #: classes/class.pmproemail.php:713 classes/class.pmproemail.php:722
3095
- #: classes/class.pmproemail.php:724
 
3096
  #, php-format
3097
  msgid "Your membership at %s has ended"
3098
  msgstr "Ihre Mitgliedschaft bei %s wurde beendet"
3099
 
3100
- #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:621
3101
  #: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
3102
  #: classes/class.pmproemail.php:738 classes/class.pmproemail.php:747
3103
- #: classes/class.pmproemail.php:749
 
3104
  #, php-format
3105
  msgid "Your membership at %s will end soon"
3106
  msgstr "Ihre Mitgliedschaft bei %s endet bald"
3107
 
3108
- #: classes/class.pmproemail.php:789 classes/class.pmproemail.php:641
3109
  #: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
3110
  #: classes/class.pmproemail.php:758 classes/class.pmproemail.php:767
3111
- #: classes/class.pmproemail.php:769
 
3112
  #, php-format
3113
  msgid "Your membership at %s has been changed"
3114
  msgstr "Ihre Mitgliedschaft bei %s wurde geändert"
3115
 
3116
- #: classes/class.pmproemail.php:793 classes/class.pmproemail.php:830
3117
  #: classes/class.pmproemail.php:759 classes/class.pmproemail.php:762
3118
  #: classes/class.pmproemail.php:771 classes/class.pmproemail.php:773
3119
- #: classes/class.pmproemail.php:800 classes/class.pmproemail.php:809
3120
- #: classes/class.pmproemail.php:810 classes/class.pmproemail.php:811
 
 
3121
  #, php-format
3122
  msgid "The new level is %s"
3123
  msgstr "Das neue Paket ist %s"
3124
 
3125
- #: classes/class.pmproemail.php:795 classes/class.pmproemail.php:647
3126
  #: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
3127
  #: classes/class.pmproemail.php:764 classes/class.pmproemail.php:773
3128
- #: classes/class.pmproemail.php:775
 
3129
  msgid "Your membership has been cancelled"
3130
  msgstr "Ihr Account wurde gelöscht"
3131
 
3132
- #: classes/class.pmproemail.php:798 classes/class.pmproemail.php:836
3133
  #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
3134
  #: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
3135
  #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:768
3136
  #: classes/class.pmproemail.php:777 classes/class.pmproemail.php:778
3137
- #: classes/class.pmproemail.php:779 classes/class.pmproemail.php:803
3138
- #: classes/class.pmproemail.php:806 classes/class.pmproemail.php:815
3139
- #: classes/class.pmproemail.php:816 classes/class.pmproemail.php:817
 
 
3140
  #, php-format
3141
  msgid "This membership will expire on %s"
3142
  msgstr "Diese Mitgliedschaft endet am %s"
3143
 
3144
- #: classes/class.pmproemail.php:802 classes/class.pmproemail.php:840
3145
  #: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
3146
  #: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
3147
  #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:772
3148
  #: classes/class.pmproemail.php:781 classes/class.pmproemail.php:782
3149
- #: classes/class.pmproemail.php:783 classes/class.pmproemail.php:807
3150
- #: classes/class.pmproemail.php:810 classes/class.pmproemail.php:819
3151
- #: classes/class.pmproemail.php:820 classes/class.pmproemail.php:821
 
 
3152
  msgid "This membership does not expire"
3153
  msgstr "Diese Mitgliedschaft läuft nicht ab"
3154
 
3155
- #: classes/class.pmproemail.php:826 classes/class.pmproemail.php:679
 
 
 
 
 
 
 
 
 
3156
  #: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
3157
  #: classes/class.pmproemail.php:796 classes/class.pmproemail.php:805
3158
  #: classes/class.pmproemail.php:806 classes/class.pmproemail.php:807
 
 
3159
  #, php-format
3160
  msgid "Membership for %s at %s has been changed"
3161
  msgstr "Mitgliedschaft für %s bei %s wurde geändert "
3162
 
3163
- #: classes/class.pmproemail.php:832 classes/class.pmproemail.php:799
3164
  #: classes/class.pmproemail.php:802 classes/class.pmproemail.php:811
3165
  #: classes/class.pmproemail.php:812 classes/class.pmproemail.php:813
 
 
3166
  msgid "Membership has been cancelled"
3167
  msgstr "Mitgliedschaft wurde storniert."
3168
 
3169
- #: classes/class.pmproemail.php:869 classes/class.pmproemail.php:848
3170
  #: classes/class.pmproemail.php:849 classes/class.pmproemail.php:850
 
 
3171
  msgid "Invoice for Order #: "
3172
  msgstr "Rechnung für Bestellung #:"
3173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3174
  #: classes/gateways/class.pmprogateway.php:55
3175
  #: classes/gateways/class.pmprogateway_authorizenet.php:171
3176
  #: classes/gateways/class.pmprogateway_check.php:210
@@ -3242,10 +3806,11 @@ msgstr ""
3242
  "kontaktieren Sie den Betreiber der Seite um das Problem zu klären."
3243
 
3244
  #: classes/gateways/class.pmprogateway_authorizenet.php:39
3245
- #: paid-memberships-pro.php:132 paid-memberships-pro.php:122
3246
  #: paid-memberships-pro.php:123 paid-memberships-pro.php:130
3247
- #: paid-memberships-pro.php:131 paid-memberships-pro.php:133
3248
- #: paid-memberships-pro.php:135
 
3249
  msgid "Authorize.net"
3250
  msgstr "Authorize.net"
3251
 
@@ -3291,7 +3856,15 @@ msgstr ""
3291
  msgid "Could not connect to Authorize.net"
3292
  msgstr "Verbindung mit Authorize.net fehlgeschlagen"
3293
 
 
 
 
 
 
 
 
3294
  #: classes/gateways/class.pmprogateway_braintree.php:49
 
3295
  #: classes/gateways/class.pmprogateway_stripe.php:58
3296
  #, php-format
3297
  msgid ""
@@ -3301,27 +3874,46 @@ msgstr ""
3301
  "Das %s Gateway benötigt die %s PHP-Erweiterung. Bitte aktivieren Sie sie "
3302
  "oder bitten Sie Ihren Hostinganbieter es zu aktivieren."
3303
 
3304
- #: classes/gateways/class.pmprogateway_braintree.php:111
3305
- #: paid-memberships-pro.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
3306
  #: classes/gateways/class.pmprogateway_braintree.php:63
3307
  #: classes/gateways/class.pmprogateway_braintree.php:76
3308
  #: classes/gateways/class.pmprogateway_braintree.php:77
3309
  #: classes/gateways/class.pmprogateway_braintree.php:109
 
 
3310
  #: paid-memberships-pro.php:123 paid-memberships-pro.php:124
3311
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
3312
- #: paid-memberships-pro.php:134 paid-memberships-pro.php:136
 
 
3313
  msgid "Braintree Payments"
3314
  msgstr "Braintree Payments"
3315
 
3316
- #: classes/gateways/class.pmprogateway_braintree.php:167
3317
  #: classes/gateways/class.pmprogateway_braintree.php:119
3318
  #: classes/gateways/class.pmprogateway_braintree.php:132
3319
  #: classes/gateways/class.pmprogateway_braintree.php:133
3320
  #: classes/gateways/class.pmprogateway_braintree.php:165
 
 
3321
  msgid "Braintree Settings"
3322
  msgstr "Braintree Einstellungen"
3323
 
3324
- #: classes/gateways/class.pmprogateway_braintree.php:172
3325
  #: classes/gateways/class.pmprogateway_cybersource.php:106
3326
  #: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:298
3327
  #: adminpages/paymentsettings.php:303 adminpages/paymentsettings.php:364
@@ -3330,41 +3922,49 @@ msgstr "Braintree Einstellungen"
3330
  #: classes/gateways/class.pmprogateway_braintree.php:137
3331
  #: classes/gateways/class.pmprogateway_braintree.php:138
3332
  #: classes/gateways/class.pmprogateway_braintree.php:170
 
 
3333
  msgid "Merchant ID"
3334
  msgstr "Händler ID"
3335
 
3336
- #: classes/gateways/class.pmprogateway_braintree.php:180
3337
  #: adminpages/paymentsettings.php:302 adminpages/paymentsettings.php:306
3338
  #: adminpages/paymentsettings.php:311
3339
  #: classes/gateways/class.pmprogateway_braintree.php:132
3340
  #: classes/gateways/class.pmprogateway_braintree.php:145
3341
  #: classes/gateways/class.pmprogateway_braintree.php:146
3342
  #: classes/gateways/class.pmprogateway_braintree.php:178
 
 
3343
  msgid "Public Key"
3344
  msgstr "Public Key"
3345
 
3346
- #: classes/gateways/class.pmprogateway_braintree.php:188
3347
  #: adminpages/paymentsettings.php:310 adminpages/paymentsettings.php:314
3348
  #: adminpages/paymentsettings.php:319
3349
  #: classes/gateways/class.pmprogateway_braintree.php:140
3350
  #: classes/gateways/class.pmprogateway_braintree.php:153
3351
  #: classes/gateways/class.pmprogateway_braintree.php:154
3352
  #: classes/gateways/class.pmprogateway_braintree.php:186
 
 
3353
  msgid "Private Key"
3354
  msgstr "Private Key"
3355
 
3356
- #: classes/gateways/class.pmprogateway_braintree.php:196
3357
  #: adminpages/paymentsettings.php:318 adminpages/paymentsettings.php:322
3358
  #: adminpages/paymentsettings.php:327
3359
  #: classes/gateways/class.pmprogateway_braintree.php:148
3360
  #: classes/gateways/class.pmprogateway_braintree.php:161
3361
  #: classes/gateways/class.pmprogateway_braintree.php:162
3362
  #: classes/gateways/class.pmprogateway_braintree.php:194
 
 
3363
  msgid "Client-Side Encryption Key"
3364
  msgstr "Client-Side Encryption Key"
3365
 
3366
- #: classes/gateways/class.pmprogateway_braintree.php:204
3367
- #: classes/gateways/class.pmprogateway_stripe.php:230
3368
  #: adminpages/paymentsettings.php:462 adminpages/paymentsettings.php:470
3369
  #: adminpages/paymentsettings.php:503 adminpages/paymentsettings.php:509
3370
  #: adminpages/paymentsettings.php:511 adminpages/paymentsettings.php:517
@@ -3373,6 +3973,8 @@ msgstr "Client-Side Encryption Key"
3373
  #: classes/gateways/class.pmprogateway_braintree.php:169
3374
  #: classes/gateways/class.pmprogateway_braintree.php:170
3375
  #: classes/gateways/class.pmprogateway_braintree.php:202
 
 
3376
  #: classes/gateways/class.pmprogateway_stripe.php:181
3377
  #: classes/gateways/class.pmprogateway_stripe.php:182
3378
  #: classes/gateways/class.pmprogateway_stripe.php:192
@@ -3380,28 +3982,38 @@ msgstr "Client-Side Encryption Key"
3380
  #: classes/gateways/class.pmprogateway_stripe.php:216
3381
  #: classes/gateways/class.pmprogateway_stripe.php:217
3382
  #: classes/gateways/class.pmprogateway_stripe.php:228
 
 
 
 
 
3383
  msgid "Web Hook URL"
3384
  msgstr "Web Hook URL"
3385
 
3386
- #: classes/gateways/class.pmprogateway_braintree.php:208
3387
  #: adminpages/paymentsettings.php:474 adminpages/paymentsettings.php:515
3388
  #: adminpages/paymentsettings.php:521 adminpages/paymentsettings.php:523
3389
  #: classes/gateways/class.pmprogateway_braintree.php:160
3390
  #: classes/gateways/class.pmprogateway_braintree.php:173
3391
  #: classes/gateways/class.pmprogateway_braintree.php:174
3392
  #: classes/gateways/class.pmprogateway_braintree.php:206
 
 
3393
  msgid "To fully integrate with Braintree, be sure to set your Web Hook URL to"
3394
  msgstr ""
3395
  "Um Braintree vollständig zu integrieren, stellen Sie Ihre Web Hook URL auf "
3396
 
3397
- #: classes/gateways/class.pmprogateway_braintree.php:321
3398
- #: classes/gateways/class.pmprogateway_stripe.php:499 pages/checkout.php:510
3399
  #: classes/gateways/class.pmprogateway_braintree.php:270
3400
  #: classes/gateways/class.pmprogateway_braintree.php:283
3401
  #: classes/gateways/class.pmprogateway_braintree.php:285
3402
  #: classes/gateways/class.pmprogateway_braintree.php:286
3403
  #: classes/gateways/class.pmprogateway_braintree.php:287
3404
  #: classes/gateways/class.pmprogateway_braintree.php:319
 
 
 
3405
  #: classes/gateways/class.pmprogateway_stripe.php:387
3406
  #: classes/gateways/class.pmprogateway_stripe.php:388
3407
  #: classes/gateways/class.pmprogateway_stripe.php:398
@@ -3411,21 +4023,29 @@ msgstr ""
3411
  #: classes/gateways/class.pmprogateway_stripe.php:429
3412
  #: classes/gateways/class.pmprogateway_stripe.php:432
3413
  #: classes/gateways/class.pmprogateway_stripe.php:450
3414
- #: classes/gateways/class.pmprogateway_stripe.php:461 pages/checkout.php:476
 
 
 
 
 
3415
  #: pages/checkout.php:478 pages/checkout.php:485 pages/checkout.php:493
3416
  #: pages/checkout.php:494 pages/checkout.php:500 pages/checkout.php:501
3417
- #: pages/checkout.php:503
3418
  msgid "Payment Information"
3419
- msgstr "Zahlungs Informationen"
3420
 
3421
- #: classes/gateways/class.pmprogateway_braintree.php:322
3422
- #: classes/gateways/class.pmprogateway_stripe.php:500 pages/checkout.php:511
3423
  #: classes/gateways/class.pmprogateway_braintree.php:270
3424
  #: classes/gateways/class.pmprogateway_braintree.php:283
3425
  #: classes/gateways/class.pmprogateway_braintree.php:285
3426
  #: classes/gateways/class.pmprogateway_braintree.php:287
3427
  #: classes/gateways/class.pmprogateway_braintree.php:288
3428
  #: classes/gateways/class.pmprogateway_braintree.php:320
 
 
 
3429
  #: classes/gateways/class.pmprogateway_stripe.php:387
3430
  #: classes/gateways/class.pmprogateway_stripe.php:388
3431
  #: classes/gateways/class.pmprogateway_stripe.php:398
@@ -3435,22 +4055,29 @@ msgstr "Zahlungs Informationen"
3435
  #: classes/gateways/class.pmprogateway_stripe.php:430
3436
  #: classes/gateways/class.pmprogateway_stripe.php:433
3437
  #: classes/gateways/class.pmprogateway_stripe.php:451
3438
- #: classes/gateways/class.pmprogateway_stripe.php:462 pages/checkout.php:476
 
 
 
 
 
3439
  #: pages/checkout.php:478 pages/checkout.php:485 pages/checkout.php:493
3440
  #: pages/checkout.php:494 pages/checkout.php:500 pages/checkout.php:502
3441
- #: pages/checkout.php:504
3442
  #, php-format
3443
  msgid "We Accept %s"
3444
  msgstr "Wir aktzeptieren %s"
3445
 
3446
- #: classes/gateways/class.pmprogateway_braintree.php:356
3447
- #: classes/gateways/class.pmprogateway_stripe.php:565 pages/billing.php:311
3448
- #: pages/checkout.php:577 classes/gateways/class.pmprogateway_braintree.php:303
3449
  #: classes/gateways/class.pmprogateway_braintree.php:316
3450
  #: classes/gateways/class.pmprogateway_braintree.php:318
3451
  #: classes/gateways/class.pmprogateway_braintree.php:321
3452
  #: classes/gateways/class.pmprogateway_braintree.php:322
3453
  #: classes/gateways/class.pmprogateway_braintree.php:354
 
 
3454
  #: classes/gateways/class.pmprogateway_stripe.php:449
3455
  #: classes/gateways/class.pmprogateway_stripe.php:450
3456
  #: classes/gateways/class.pmprogateway_stripe.php:460
@@ -3460,23 +4087,31 @@ msgstr "Wir aktzeptieren %s"
3460
  #: classes/gateways/class.pmprogateway_stripe.php:495
3461
  #: classes/gateways/class.pmprogateway_stripe.php:498
3462
  #: classes/gateways/class.pmprogateway_stripe.php:516
3463
- #: classes/gateways/class.pmprogateway_stripe.php:527 pages/billing.php:244
 
 
 
 
 
3464
  #: pages/billing.php:248 pages/billing.php:257 pages/billing.php:260
3465
- #: pages/billing.php:263 pages/billing.php:305 pages/billing.php:314
3466
- #: pages/checkout.php:503 pages/checkout.php:519 pages/checkout.php:520
3467
- #: pages/checkout.php:527 pages/checkout.php:548 pages/checkout.php:557
3468
- #: pages/checkout.php:566 pages/checkout.php:570
 
 
3469
  msgid "Card Number"
3470
  msgstr "Kartennummer"
3471
 
3472
- #: classes/gateways/class.pmprogateway_braintree.php:393
3473
- #: classes/gateways/class.pmprogateway_stripe.php:602 pages/billing.php:354
3474
- #: pages/checkout.php:612 classes/gateways/class.pmprogateway_braintree.php:340
3475
  #: classes/gateways/class.pmprogateway_braintree.php:353
3476
  #: classes/gateways/class.pmprogateway_braintree.php:355
3477
  #: classes/gateways/class.pmprogateway_braintree.php:358
3478
  #: classes/gateways/class.pmprogateway_braintree.php:359
3479
  #: classes/gateways/class.pmprogateway_braintree.php:391
 
 
3480
  #: classes/gateways/class.pmprogateway_stripe.php:486
3481
  #: classes/gateways/class.pmprogateway_stripe.php:487
3482
  #: classes/gateways/class.pmprogateway_stripe.php:497
@@ -3486,24 +4121,30 @@ msgstr "Kartennummer"
3486
  #: classes/gateways/class.pmprogateway_stripe.php:532
3487
  #: classes/gateways/class.pmprogateway_stripe.php:535
3488
  #: classes/gateways/class.pmprogateway_stripe.php:553
3489
- #: classes/gateways/class.pmprogateway_stripe.php:564 pages/billing.php:281
 
 
3490
  #: pages/billing.php:285 pages/billing.php:294 pages/billing.php:297
3491
- #: pages/billing.php:301 pages/billing.php:343 pages/billing.php:352
3492
- #: pages/billing.php:357 pages/checkout.php:540 pages/checkout.php:556
 
3493
  #: pages/checkout.php:557 pages/checkout.php:564 pages/checkout.php:585
3494
  #: pages/checkout.php:594 pages/checkout.php:603 pages/checkout.php:605
3495
- #: pages/checkout.php:607 pages/checkout.php:608
 
3496
  msgid "CVV"
3497
  msgstr "Kartenprüfwert"
3498
 
3499
- #: classes/gateways/class.pmprogateway_braintree.php:394
3500
- #: classes/gateways/class.pmprogateway_stripe.php:603 pages/billing.php:355
3501
- #: pages/checkout.php:613 classes/gateways/class.pmprogateway_braintree.php:341
3502
  #: classes/gateways/class.pmprogateway_braintree.php:354
3503
  #: classes/gateways/class.pmprogateway_braintree.php:356
3504
  #: classes/gateways/class.pmprogateway_braintree.php:359
3505
  #: classes/gateways/class.pmprogateway_braintree.php:360
3506
  #: classes/gateways/class.pmprogateway_braintree.php:392
 
 
3507
  #: classes/gateways/class.pmprogateway_stripe.php:487
3508
  #: classes/gateways/class.pmprogateway_stripe.php:488
3509
  #: classes/gateways/class.pmprogateway_stripe.php:498
@@ -3513,24 +4154,34 @@ msgstr "Kartenprüfwert"
3513
  #: classes/gateways/class.pmprogateway_stripe.php:533
3514
  #: classes/gateways/class.pmprogateway_stripe.php:536
3515
  #: classes/gateways/class.pmprogateway_stripe.php:554
3516
- #: classes/gateways/class.pmprogateway_stripe.php:565 pages/billing.php:282
 
 
 
 
 
3517
  #: pages/billing.php:286 pages/billing.php:295 pages/billing.php:298
3518
- #: pages/billing.php:302 pages/billing.php:344 pages/billing.php:353
3519
- #: pages/billing.php:358 pages/checkout.php:541 pages/checkout.php:557
 
3520
  #: pages/checkout.php:558 pages/checkout.php:565 pages/checkout.php:586
3521
  #: pages/checkout.php:595 pages/checkout.php:604 pages/checkout.php:606
3522
- #: pages/checkout.php:608 pages/checkout.php:609
 
3523
  msgid "what's this?"
3524
  msgstr "Was ist das?"
3525
 
3526
- #: classes/gateways/class.pmprogateway_braintree.php:404
3527
- #: classes/gateways/class.pmprogateway_stripe.php:613 pages/checkout.php:95
3528
- #: pages/checkout.php:621 classes/gateways/class.pmprogateway_braintree.php:351
3529
  #: classes/gateways/class.pmprogateway_braintree.php:364
3530
  #: classes/gateways/class.pmprogateway_braintree.php:366
3531
  #: classes/gateways/class.pmprogateway_braintree.php:369
3532
  #: classes/gateways/class.pmprogateway_braintree.php:370
3533
  #: classes/gateways/class.pmprogateway_braintree.php:402
 
 
 
3534
  #: classes/gateways/class.pmprogateway_stripe.php:497
3535
  #: classes/gateways/class.pmprogateway_stripe.php:498
3536
  #: classes/gateways/class.pmprogateway_stripe.php:508
@@ -3540,17 +4191,46 @@ msgstr "Was ist das?"
3540
  #: classes/gateways/class.pmprogateway_stripe.php:543
3541
  #: classes/gateways/class.pmprogateway_stripe.php:546
3542
  #: classes/gateways/class.pmprogateway_stripe.php:564
3543
- #: classes/gateways/class.pmprogateway_stripe.php:575 pages/checkout.php:78
3544
- #: pages/checkout.php:79 pages/checkout.php:80 pages/checkout.php:87
3545
- #: pages/checkout.php:88 pages/checkout.php:551 pages/checkout.php:567
3546
- #: pages/checkout.php:568 pages/checkout.php:575 pages/checkout.php:596
3547
- #: pages/checkout.php:605 pages/checkout.php:614 pages/checkout.php:618
3548
- #: pages/checkout.php:619
 
 
 
 
 
 
3549
  msgid "Apply"
3550
  msgstr "übernehmen"
3551
 
3552
- #: classes/gateways/class.pmprogateway_braintree.php:459
3553
- #: classes/gateways/class.pmprogateway_stripe.php:1143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3554
  #: classes/gateways/class.pmprogateway_braintree.php:61
3555
  #: classes/gateways/class.pmprogateway_braintree.php:406
3556
  #: classes/gateways/class.pmprogateway_braintree.php:419
@@ -3558,6 +4238,9 @@ msgstr "übernehmen"
3558
  #: classes/gateways/class.pmprogateway_braintree.php:424
3559
  #: classes/gateways/class.pmprogateway_braintree.php:425
3560
  #: classes/gateways/class.pmprogateway_braintree.php:457
 
 
 
3561
  #: classes/gateways/class.pmprogateway_stripe.php:53
3562
  #: classes/gateways/class.pmprogateway_stripe.php:1011
3563
  #: classes/gateways/class.pmprogateway_stripe.php:1025
@@ -3570,10 +4253,15 @@ msgstr "übernehmen"
3570
  #: classes/gateways/class.pmprogateway_stripe.php:1076
3571
  #: classes/gateways/class.pmprogateway_stripe.php:1094
3572
  #: classes/gateways/class.pmprogateway_stripe.php:1105
 
 
 
 
 
3573
  msgid "Unknown error: Initial payment failed."
3574
  msgstr "Unbekannter Fehler: Einmal-Zahlung fehlgeschlagen."
3575
 
3576
- #: classes/gateways/class.pmprogateway_braintree.php:518
3577
  #: classes/gateways/class.pmprogateway_braintree.php:120
3578
  #: classes/gateways/class.pmprogateway_braintree.php:465
3579
  #: classes/gateways/class.pmprogateway_braintree.php:478
@@ -3581,10 +4269,13 @@ msgstr "Unbekannter Fehler: Einmal-Zahlung fehlgeschlagen."
3581
  #: classes/gateways/class.pmprogateway_braintree.php:483
3582
  #: classes/gateways/class.pmprogateway_braintree.php:484
3583
  #: classes/gateways/class.pmprogateway_braintree.php:516
 
 
 
3584
  msgid "Error during settlement:"
3585
  msgstr "Fehler während der Abrechnung:"
3586
 
3587
- #: classes/gateways/class.pmprogateway_braintree.php:527
3588
  #: classes/gateways/class.pmprogateway_braintree.php:129
3589
  #: classes/gateways/class.pmprogateway_braintree.php:474
3590
  #: classes/gateways/class.pmprogateway_braintree.php:487
@@ -3592,10 +4283,19 @@ msgstr "Fehler während der Abrechnung:"
3592
  #: classes/gateways/class.pmprogateway_braintree.php:492
3593
  #: classes/gateways/class.pmprogateway_braintree.php:493
3594
  #: classes/gateways/class.pmprogateway_braintree.php:525
 
 
 
3595
  msgid "Error during charge:"
3596
  msgstr "Fehler während der Abbuchung:"
3597
 
3598
- #: classes/gateways/class.pmprogateway_braintree.php:619
 
 
 
 
 
 
3599
  #: classes/gateways/class.pmprogateway_braintree.php:198
3600
  #: classes/gateways/class.pmprogateway_braintree.php:221
3601
  #: classes/gateways/class.pmprogateway_braintree.php:566
@@ -3604,10 +4304,13 @@ msgstr "Fehler während der Abbuchung:"
3604
  #: classes/gateways/class.pmprogateway_braintree.php:584
3605
  #: classes/gateways/class.pmprogateway_braintree.php:585
3606
  #: classes/gateways/class.pmprogateway_braintree.php:617
 
 
 
3607
  msgid "Failed to update customer."
3608
  msgstr "Kunde konnte nicht aktualisiert werden."
3609
 
3610
- #: classes/gateways/class.pmprogateway_braintree.php:667
3611
  #: classes/gateways/class.pmprogateway_braintree.php:246
3612
  #: classes/gateways/class.pmprogateway_braintree.php:269
3613
  #: classes/gateways/class.pmprogateway_braintree.php:614
@@ -3616,10 +4319,13 @@ msgstr "Kunde konnte nicht aktualisiert werden."
3616
  #: classes/gateways/class.pmprogateway_braintree.php:632
3617
  #: classes/gateways/class.pmprogateway_braintree.php:633
3618
  #: classes/gateways/class.pmprogateway_braintree.php:665
 
 
 
3619
  msgid "Failed to create customer."
3620
  msgstr "Kunde konnte nicht angelegt werden."
3621
 
3622
- #: classes/gateways/class.pmprogateway_braintree.php:674
3623
  #: classes/gateways/class.pmprogateway_braintree.php:253
3624
  #: classes/gateways/class.pmprogateway_braintree.php:276
3625
  #: classes/gateways/class.pmprogateway_braintree.php:621
@@ -3628,11 +4334,14 @@ msgstr "Kunde konnte nicht angelegt werden."
3628
  #: classes/gateways/class.pmprogateway_braintree.php:639
3629
  #: classes/gateways/class.pmprogateway_braintree.php:640
3630
  #: classes/gateways/class.pmprogateway_braintree.php:672
 
 
 
3631
  msgid "Error creating customer record with Braintree:"
3632
  msgstr ""
3633
  "Braintree meldet einen Fehler bei der Erstellung des Kunden Protokolls:"
3634
 
3635
- #: classes/gateways/class.pmprogateway_braintree.php:774
3636
  #: classes/gateways/class.pmprogateway_braintree.php:344
3637
  #: classes/gateways/class.pmprogateway_braintree.php:345
3638
  #: classes/gateways/class.pmprogateway_braintree.php:376
@@ -3642,10 +4351,13 @@ msgstr ""
3642
  #: classes/gateways/class.pmprogateway_braintree.php:739
3643
  #: classes/gateways/class.pmprogateway_braintree.php:740
3644
  #: classes/gateways/class.pmprogateway_braintree.php:772
 
 
 
3645
  msgid "Error subscribing customer to plan with Braintree:"
3646
  msgstr "Braintree meldet einen Fehler beim Einrichten des Abos für den Kunden:"
3647
 
3648
- #: classes/gateways/class.pmprogateway_braintree.php:789
3649
  #: classes/gateways/class.pmprogateway_braintree.php:359
3650
  #: classes/gateways/class.pmprogateway_braintree.php:360
3651
  #: classes/gateways/class.pmprogateway_braintree.php:391
@@ -3655,12 +4367,15 @@ msgstr "Braintree meldet einen Fehler beim Einrichten des Abos für den Kunden:"
3655
  #: classes/gateways/class.pmprogateway_braintree.php:754
3656
  #: classes/gateways/class.pmprogateway_braintree.php:755
3657
  #: classes/gateways/class.pmprogateway_braintree.php:787
 
 
 
3658
  msgid "Failed to subscribe with Braintree:"
3659
  msgstr "Braintree meldet einen Fehler beim Einrichten des Abos für den Kunden:"
3660
 
3661
- #: classes/gateways/class.pmprogateway_braintree.php:827
3662
- #: classes/gateways/class.pmprogateway_braintree.php:840
3663
- #: classes/gateways/class.pmprogateway_braintree.php:847
3664
  #: classes/gateways/class.pmprogateway_braintree.php:397
3665
  #: classes/gateways/class.pmprogateway_braintree.php:398
3666
  #: classes/gateways/class.pmprogateway_braintree.php:410
@@ -3685,8 +4400,17 @@ msgstr "Braintree meldet einen Fehler beim Einrichten des Abos für den Kunden:"
3685
  #: classes/gateways/class.pmprogateway_braintree.php:812
3686
  #: classes/gateways/class.pmprogateway_braintree.php:813
3687
  #: classes/gateways/class.pmprogateway_braintree.php:825
 
3688
  #: classes/gateways/class.pmprogateway_braintree.php:838
 
3689
  #: classes/gateways/class.pmprogateway_braintree.php:845
 
 
 
 
 
 
 
3690
  #: classes/gateways/class.pmprogateway_stripe.php:343
3691
  #: classes/gateways/class.pmprogateway_stripe.php:344
3692
  #: classes/gateways/class.pmprogateway_stripe.php:351
@@ -3700,13 +4424,15 @@ msgid "Could not find the subscription."
3700
  msgstr "Abonnement konnte nicht gefunden werden."
3701
 
3702
  #: classes/gateways/class.pmprogateway_check.php:49
3703
- #: paid-memberships-pro.php:126 adminpages/orders.php:399
3704
  #: adminpages/orders.php:449 adminpages/paymentsettings.php:157
3705
  #: adminpages/paymentsettings.php:159
3706
  #: classes/gateways/class.pmprogateway_check.php:48
3707
  #: paid-memberships-pro.php:116 paid-memberships-pro.php:117
3708
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
3709
- #: paid-memberships-pro.php:127 paid-memberships-pro.php:129
 
 
3710
  msgid "Pay by Check"
3711
  msgstr "Zahlen auf Rechnung"
3712
 
@@ -3780,10 +4506,11 @@ msgid "Vendor"
3780
  msgstr "Anbieter"
3781
 
3782
  #: classes/gateways/class.pmprogateway_payflowpro.php:124
3783
- #: pages/checkout.php:200 adminpages/paymentsettings.php:219
3784
  #: adminpages/paymentsettings.php:223 adminpages/paymentsettings.php:228
3785
  #: pages/checkout.php:177 pages/checkout.php:180 pages/checkout.php:182
3786
  #: pages/checkout.php:189 pages/checkout.php:191 pages/checkout.php:193
 
3787
  msgid "Password"
3788
  msgstr "Passwort"
3789
 
@@ -3814,30 +4541,34 @@ msgstr ""
3814
  "Kontaktieren Sie bitte den Betreiber der Seite um das zu klären."
3815
 
3816
  #: classes/gateways/class.pmprogateway_paypal.php:68
3817
- #: paid-memberships-pro.php:129
3818
  #: classes/gateways/class.pmprogateway_paypal.php:57
3819
  #: paid-memberships-pro.php:119 paid-memberships-pro.php:120
3820
  #: paid-memberships-pro.php:127 paid-memberships-pro.php:128
3821
- #: paid-memberships-pro.php:130 paid-memberships-pro.php:132
 
 
3822
  msgid "PayPal Website Payments Pro"
3823
  msgstr "PayPal Website Payments Pro"
3824
 
3825
  #: classes/gateways/class.pmprogateway_paypal.php:125
3826
  #: classes/gateways/class.pmprogateway_paypalexpress.php:140
3827
- #: classes/gateways/class.pmprogateway_paypalstandard.php:112
3828
  #: classes/gateways/class.pmprogateway_paypal.php:113
3829
  #: classes/gateways/class.pmprogateway_paypalexpress.php:118
3830
  #: classes/gateways/class.pmprogateway_paypalexpress.php:128
 
3831
  msgid "PayPal Settings"
3832
  msgstr "PayPal Einstellungen"
3833
 
3834
  #: classes/gateways/class.pmprogateway_paypal.php:130
3835
  #: classes/gateways/class.pmprogateway_paypalexpress.php:145
3836
- #: classes/gateways/class.pmprogateway_paypalstandard.php:117
3837
  #: adminpages/paymentsettings.php:179
3838
  #: classes/gateways/class.pmprogateway_paypal.php:118
3839
  #: classes/gateways/class.pmprogateway_paypalexpress.php:123
3840
  #: classes/gateways/class.pmprogateway_paypalexpress.php:133
 
3841
  msgid ""
3842
  "We do not recommend using PayPal Standard. We suggest using PayPal Express, "
3843
  "Website Payments Pro (Legacy), or PayPal Pro (Payflow Pro). <a target="
@@ -3853,18 +4584,19 @@ msgstr ""
3853
 
3854
  #: classes/gateways/class.pmprogateway_paypal.php:135
3855
  #: classes/gateways/class.pmprogateway_paypalexpress.php:150
3856
- #: classes/gateways/class.pmprogateway_paypalstandard.php:122
3857
  #: adminpages/paymentsettings.php:227 adminpages/paymentsettings.php:231
3858
  #: adminpages/paymentsettings.php:236
3859
  #: classes/gateways/class.pmprogateway_paypal.php:123
3860
  #: classes/gateways/class.pmprogateway_paypalexpress.php:128
3861
  #: classes/gateways/class.pmprogateway_paypalexpress.php:138
 
3862
  msgid "Gateway Account Email"
3863
  msgstr "Zahlungsdienstleister Account Email"
3864
 
3865
  #: classes/gateways/class.pmprogateway_paypal.php:143
3866
  #: classes/gateways/class.pmprogateway_paypalexpress.php:158
3867
- #: classes/gateways/class.pmprogateway_paypalstandard.php:130
3868
  #: classes/gateways/class.pmprogateway_twocheckout.php:119
3869
  #: adminpages/paymentsettings.php:235 adminpages/paymentsettings.php:239
3870
  #: adminpages/paymentsettings.php:244 adminpages/paymentsettings.php:331
@@ -3872,6 +4604,7 @@ msgstr "Zahlungsdienstleister Account Email"
3872
  #: classes/gateways/class.pmprogateway_paypal.php:131
3873
  #: classes/gateways/class.pmprogateway_paypalexpress.php:136
3874
  #: classes/gateways/class.pmprogateway_paypalexpress.php:146
 
3875
  #: classes/gateways/class.pmprogateway_twocheckout.php:113
3876
  #: classes/gateways/class.pmprogateway_twocheckout.php:121
3877
  msgid "API Username"
@@ -3879,7 +4612,7 @@ msgstr "API Username"
3879
 
3880
  #: classes/gateways/class.pmprogateway_paypal.php:151
3881
  #: classes/gateways/class.pmprogateway_paypalexpress.php:166
3882
- #: classes/gateways/class.pmprogateway_paypalstandard.php:138
3883
  #: classes/gateways/class.pmprogateway_twocheckout.php:128
3884
  #: adminpages/paymentsettings.php:243 adminpages/paymentsettings.php:247
3885
  #: adminpages/paymentsettings.php:252 adminpages/paymentsettings.php:339
@@ -3887,6 +4620,7 @@ msgstr "API Username"
3887
  #: classes/gateways/class.pmprogateway_paypal.php:139
3888
  #: classes/gateways/class.pmprogateway_paypalexpress.php:144
3889
  #: classes/gateways/class.pmprogateway_paypalexpress.php:154
 
3890
  #: classes/gateways/class.pmprogateway_twocheckout.php:121
3891
  #: classes/gateways/class.pmprogateway_twocheckout.php:130
3892
  msgid "API Password"
@@ -3894,12 +4628,13 @@ msgstr "API Password"
3894
 
3895
  #: classes/gateways/class.pmprogateway_paypal.php:159
3896
  #: classes/gateways/class.pmprogateway_paypalexpress.php:174
3897
- #: classes/gateways/class.pmprogateway_paypalstandard.php:146
3898
  #: adminpages/paymentsettings.php:251 adminpages/paymentsettings.php:255
3899
  #: adminpages/paymentsettings.php:260
3900
  #: classes/gateways/class.pmprogateway_paypal.php:147
3901
  #: classes/gateways/class.pmprogateway_paypalexpress.php:152
3902
  #: classes/gateways/class.pmprogateway_paypalexpress.php:162
 
3903
  msgid "API Signature"
3904
  msgstr "API Signature"
3905
 
@@ -3910,12 +4645,13 @@ msgstr "Bestätigungsschritt"
3910
 
3911
  #: classes/gateways/class.pmprogateway_paypal.php:178
3912
  #: classes/gateways/class.pmprogateway_paypalexpress.php:193
3913
- #: classes/gateways/class.pmprogateway_paypalstandard.php:154
3914
  #: adminpages/paymentsettings.php:446 adminpages/paymentsettings.php:479
3915
  #: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:487
3916
  #: classes/gateways/class.pmprogateway_paypal.php:155
3917
  #: classes/gateways/class.pmprogateway_paypalexpress.php:160
3918
  #: classes/gateways/class.pmprogateway_paypalexpress.php:170
 
3919
  msgid "IPN Handler URL"
3920
  msgstr "IPN Handler URL"
3921
 
@@ -3930,52 +4666,59 @@ msgstr ""
3930
  "einstellen."
3931
 
3932
  #: classes/gateways/class.pmprogateway_paypal.php:201
3933
- #: classes/gateways/class.pmprogateway_paypalexpress.php:438
3934
- #: classes/gateways/class.pmprogateway_paypalstandard.php:201
3935
- #: pages/checkout.php:309 classes/gateways/class.pmprogateway_paypal.php:178
3936
  #: classes/gateways/class.pmprogateway_paypalexpress.php:402
3937
  #: classes/gateways/class.pmprogateway_paypalexpress.php:412
 
 
3938
  #: classes/gateways/class.pmprogateway_paypalstandard.php:202
3939
  #: pages/checkout.php:286 pages/checkout.php:288 pages/checkout.php:295
3940
- #: pages/checkout.php:300 pages/checkout.php:302 pages/checkout.php:675
3941
- #: pages/checkout.php:682 pages/checkout.php:685 pages/checkout.php:701
 
3942
  msgid "Check Out with PayPal"
3943
  msgstr "Zahlung mit PayPal abschließen"
3944
 
3945
  #: classes/gateways/class.pmprogateway_paypal.php:207
3946
- #: classes/gateways/class.pmprogateway_paypalexpress.php:443
3947
- #: classes/gateways/class.pmprogateway_paypalstandard.php:206
3948
- #: pages/checkout.php:725 classes/gateways/class.pmprogateway_paypal.php:184
3949
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
3950
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
 
 
3951
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
3952
  #: pages/checkout.php:681 pages/checkout.php:688 pages/checkout.php:691
3953
  #: pages/checkout.php:704 pages/checkout.php:707 pages/checkout.php:713
3954
  #: pages/checkout.php:718 pages/checkout.php:722 pages/checkout.php:724
3955
- #: pages/checkout.php:728 pages/checkout.php:729
3956
  msgid "Submit and Check Out"
3957
  msgstr "Zahlung bestätigen"
3958
 
3959
  #: classes/gateways/class.pmprogateway_paypal.php:207
3960
- #: classes/gateways/class.pmprogateway_paypalexpress.php:443
3961
- #: classes/gateways/class.pmprogateway_paypalstandard.php:206
3962
  #: classes/gateways/class.pmprogateway_twocheckout.php:203
3963
- #: pages/checkout.php:725 classes/gateways/class.pmprogateway_paypal.php:184
3964
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
3965
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
 
 
3966
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
3967
  #: classes/gateways/class.pmprogateway_twocheckout.php:192
3968
  #: classes/gateways/class.pmprogateway_twocheckout.php:214
3969
  #: pages/checkout.php:681 pages/checkout.php:688 pages/checkout.php:691
3970
  #: pages/checkout.php:704 pages/checkout.php:707 pages/checkout.php:713
3971
  #: pages/checkout.php:718 pages/checkout.php:722 pages/checkout.php:724
3972
- #: pages/checkout.php:728 pages/checkout.php:729
3973
  msgid "Submit and Confirm"
3974
  msgstr "Senden und Bestätigen"
3975
 
3976
  #: classes/gateways/class.pmprogateway_paypal.php:631
3977
- #: classes/gateways/class.pmprogateway_paypalexpress.php:777
3978
- #: classes/gateways/class.pmprogateway_paypalstandard.php:464
3979
  #: classes/gateways/class.pmprogateway_paypal.php:385
3980
  #: classes/gateways/class.pmprogateway_paypal.php:605
3981
  #: classes/gateways/class.pmprogateway_paypal.php:607
@@ -3987,10 +4730,12 @@ msgstr "Senden und Bestätigen"
3987
  #: classes/gateways/class.pmprogateway_paypalexpress.php:740
3988
  #: classes/gateways/class.pmprogateway_paypalexpress.php:750
3989
  #: classes/gateways/class.pmprogateway_paypalexpress.php:752
 
3990
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
3991
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
3992
  #: classes/gateways/class.pmprogateway_paypalstandard.php:230
3993
  #: classes/gateways/class.pmprogateway_paypalstandard.php:231
 
3994
  #: classes/gateways/class.pmprogateway_paypalstandard.php:466
3995
  msgid ""
3996
  "Please contact the site owner or cancel your subscription from within PayPal "
@@ -4001,12 +4746,14 @@ msgstr ""
4001
  "belastet wird."
4002
 
4003
  #: classes/gateways/class.pmprogateway_paypalexpress.php:84
4004
- #: paid-memberships-pro.php:128
4005
  #: classes/gateways/class.pmprogateway_paypalexpress.php:63
4006
  #: classes/gateways/class.pmprogateway_paypalexpress.php:73
4007
  #: paid-memberships-pro.php:118 paid-memberships-pro.php:119
4008
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
4009
- #: paid-memberships-pro.php:129 paid-memberships-pro.php:131
 
 
4010
  msgid "PayPal Express"
4011
  msgstr "PayPal Express"
4012
 
@@ -4018,12 +4765,14 @@ msgstr "PayPal Express"
4018
  msgid "To fully integrate with PayPal, be sure to set your IPN Handler URL to "
4019
  msgstr "2Checkout INS URL"
4020
 
4021
- #: classes/gateways/class.pmprogateway_paypalexpress.php:301
4022
- #: classes/gateways/class.pmprogateway_paypalexpress.php:357
4023
  #: classes/gateways/class.pmprogateway_paypalexpress.php:268
4024
  #: classes/gateways/class.pmprogateway_paypalexpress.php:278
 
4025
  #: classes/gateways/class.pmprogateway_paypalexpress.php:320
4026
  #: classes/gateways/class.pmprogateway_paypalexpress.php:330
 
4027
  #: preheaders/checkout.php:690 preheaders/checkout.php:697
4028
  #: preheaders/checkout.php:702 preheaders/checkout.php:735
4029
  #: preheaders/checkout.php:750 preheaders/checkout.php:753
@@ -4033,14 +4782,18 @@ msgstr "2Checkout INS URL"
4033
  msgid "The PayPal Token was lost."
4034
  msgstr "Der PayPal Token ging verloren."
4035
 
 
 
4036
  #: classes/gateways/class.pmprogateway_paypalstandard.php:60
4037
- #: paid-memberships-pro.php:131 paid-memberships-pro.php:121
4038
- #: paid-memberships-pro.php:122 paid-memberships-pro.php:129
4039
- #: paid-memberships-pro.php:130 paid-memberships-pro.php:132
4040
- #: paid-memberships-pro.php:134
 
4041
  msgid "PayPal Standard"
4042
  msgstr "PayPal Standard"
4043
 
 
4044
  #: classes/gateways/class.pmprogateway_paypalstandard.php:157
4045
  msgid ""
4046
  "Here is your IPN URL for reference. You SHOULD NOT set this in your PayPal "
@@ -4049,8 +4802,12 @@ msgstr ""
4049
  "Hier ist Ihre IPN URL als Referenz. Sie sollten diese NICHT in Ihren PayPal-"
4050
  "Einstellungen angeben."
4051
 
4052
- #: classes/gateways/class.pmprogateway_stripe.php:142
4053
- #: paid-memberships-pro.php:127
 
 
 
 
4054
  #: classes/gateways/class.pmprogateway_stripe.php:93
4055
  #: classes/gateways/class.pmprogateway_stripe.php:94
4056
  #: classes/gateways/class.pmprogateway_stripe.php:104
@@ -4058,13 +4815,17 @@ msgstr ""
4058
  #: classes/gateways/class.pmprogateway_stripe.php:128
4059
  #: classes/gateways/class.pmprogateway_stripe.php:129
4060
  #: classes/gateways/class.pmprogateway_stripe.php:140
 
 
4061
  #: paid-memberships-pro.php:117 paid-memberships-pro.php:118
4062
  #: paid-memberships-pro.php:125 paid-memberships-pro.php:126
4063
- #: paid-memberships-pro.php:128 paid-memberships-pro.php:130
 
 
4064
  msgid "Stripe"
4065
  msgstr "Stripe"
4066
 
4067
- #: classes/gateways/class.pmprogateway_stripe.php:197
4068
  #: classes/gateways/class.pmprogateway_stripe.php:148
4069
  #: classes/gateways/class.pmprogateway_stripe.php:149
4070
  #: classes/gateways/class.pmprogateway_stripe.php:159
@@ -4072,23 +4833,12 @@ msgstr "Stripe"
4072
  #: classes/gateways/class.pmprogateway_stripe.php:183
4073
  #: classes/gateways/class.pmprogateway_stripe.php:184
4074
  #: classes/gateways/class.pmprogateway_stripe.php:195
 
 
4075
  msgid "Stripe Settings"
4076
  msgstr "Stripe Einstellungen"
4077
 
4078
- #: classes/gateways/class.pmprogateway_stripe.php:202
4079
- #: adminpages/paymentsettings.php:277 adminpages/paymentsettings.php:281
4080
- #: adminpages/paymentsettings.php:286
4081
- #: classes/gateways/class.pmprogateway_stripe.php:153
4082
- #: classes/gateways/class.pmprogateway_stripe.php:154
4083
- #: classes/gateways/class.pmprogateway_stripe.php:164
4084
- #: classes/gateways/class.pmprogateway_stripe.php:186
4085
- #: classes/gateways/class.pmprogateway_stripe.php:188
4086
- #: classes/gateways/class.pmprogateway_stripe.php:189
4087
- #: classes/gateways/class.pmprogateway_stripe.php:200
4088
- msgid "Secret Key"
4089
- msgstr "Secret Key"
4090
-
4091
- #: classes/gateways/class.pmprogateway_stripe.php:210
4092
  #: adminpages/paymentsettings.php:285 adminpages/paymentsettings.php:289
4093
  #: adminpages/paymentsettings.php:294
4094
  #: classes/gateways/class.pmprogateway_stripe.php:161
@@ -4098,10 +4848,33 @@ msgstr "Secret Key"
4098
  #: classes/gateways/class.pmprogateway_stripe.php:196
4099
  #: classes/gateways/class.pmprogateway_stripe.php:197
4100
  #: classes/gateways/class.pmprogateway_stripe.php:208
 
 
 
4101
  msgid "Publishable Key"
4102
  msgstr "Publishable Key"
4103
 
4104
- #: classes/gateways/class.pmprogateway_stripe.php:218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4105
  #: adminpages/paymentsettings.php:425 adminpages/paymentsettings.php:430
4106
  #: adminpages/paymentsettings.php:432
4107
  #: classes/gateways/class.pmprogateway_stripe.php:169
@@ -4111,10 +4884,15 @@ msgstr "Publishable Key"
4111
  #: classes/gateways/class.pmprogateway_stripe.php:204
4112
  #: classes/gateways/class.pmprogateway_stripe.php:205
4113
  #: classes/gateways/class.pmprogateway_stripe.php:216
 
 
 
 
 
4114
  msgid "Show Billing Address Fields"
4115
- msgstr "Felder für Zahlungsadresse anzeigen"
4116
 
4117
- #: classes/gateways/class.pmprogateway_stripe.php:225
4118
  #: adminpages/paymentsettings.php:437 adminpages/paymentsettings.php:439
4119
  #: classes/gateways/class.pmprogateway_stripe.php:176
4120
  #: classes/gateways/class.pmprogateway_stripe.php:177
@@ -4123,6 +4901,11 @@ msgstr "Felder für Zahlungsadresse anzeigen"
4123
  #: classes/gateways/class.pmprogateway_stripe.php:211
4124
  #: classes/gateways/class.pmprogateway_stripe.php:212
4125
  #: classes/gateways/class.pmprogateway_stripe.php:223
 
 
 
 
 
4126
  msgid ""
4127
  "Stripe doesn't require billing address fields. Choose 'No' to hide them on "
4128
  "the checkout page.<br /><strong>If No, make sure you disable address "
@@ -4133,7 +4916,7 @@ msgstr ""
4133
  "><strong>Wenn Sie Nein auswählen, stellen Sie sicher, dass Sie die Adresen-"
4134
  "Verifizierung in den Stripe Dashboard Settings deaktivieren.</strong>"
4135
 
4136
- #: classes/gateways/class.pmprogateway_stripe.php:233
4137
  #: adminpages/paymentsettings.php:465 adminpages/paymentsettings.php:506
4138
  #: adminpages/paymentsettings.php:512 adminpages/paymentsettings.php:514
4139
  #: classes/gateways/class.pmprogateway_stripe.php:184
@@ -4143,11 +4926,36 @@ msgstr ""
4143
  #: classes/gateways/class.pmprogateway_stripe.php:219
4144
  #: classes/gateways/class.pmprogateway_stripe.php:220
4145
  #: classes/gateways/class.pmprogateway_stripe.php:231
 
 
 
 
 
4146
  msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
4147
  msgstr ""
4148
  "Um Stripe vollständig zu integrieren, stellen Sie Ihre Web Hook URL auf "
4149
 
4150
- #: classes/gateways/class.pmprogateway_stripe.php:683
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4151
  #: classes/gateways/class.pmprogateway_stripe.php:567
4152
  #: classes/gateways/class.pmprogateway_stripe.php:568
4153
  #: classes/gateways/class.pmprogateway_stripe.php:578
@@ -4158,10 +4966,15 @@ msgstr ""
4158
  #: classes/gateways/class.pmprogateway_stripe.php:616
4159
  #: classes/gateways/class.pmprogateway_stripe.php:634
4160
  #: classes/gateways/class.pmprogateway_stripe.php:645
 
 
 
 
 
4161
  msgid "Subscription Updates"
4162
- msgstr ""
4163
 
4164
- #: classes/gateways/class.pmprogateway_stripe.php:687
4165
  #: classes/gateways/class.pmprogateway_stripe.php:571
4166
  #: classes/gateways/class.pmprogateway_stripe.php:572
4167
  #: classes/gateways/class.pmprogateway_stripe.php:582
@@ -4172,12 +4985,20 @@ msgstr ""
4172
  #: classes/gateways/class.pmprogateway_stripe.php:620
4173
  #: classes/gateways/class.pmprogateway_stripe.php:638
4174
  #: classes/gateways/class.pmprogateway_stripe.php:649
 
 
 
 
 
4175
  msgid ""
4176
  "Subscription updates, allow you to change the member's subscription values "
4177
  "at predefined times. Be sure to click Update Profile after making changes."
4178
  msgstr ""
 
 
 
4179
 
4180
- #: classes/gateways/class.pmprogateway_stripe.php:689
4181
  #: classes/gateways/class.pmprogateway_stripe.php:573
4182
  #: classes/gateways/class.pmprogateway_stripe.php:574
4183
  #: classes/gateways/class.pmprogateway_stripe.php:584
@@ -4188,12 +5009,20 @@ msgstr ""
4188
  #: classes/gateways/class.pmprogateway_stripe.php:622
4189
  #: classes/gateways/class.pmprogateway_stripe.php:640
4190
  #: classes/gateways/class.pmprogateway_stripe.php:651
 
 
 
 
 
4191
  msgid ""
4192
  "Subscription updates, allow you to change the member's subscription values "
4193
  "at predefined times. Be sure to click Update User after making changes."
4194
  msgstr ""
 
 
 
4195
 
4196
- #: classes/gateways/class.pmprogateway_stripe.php:694 pages/billing.php:370
4197
  #: classes/gateways/class.pmprogateway_stripe.php:578
4198
  #: classes/gateways/class.pmprogateway_stripe.php:579
4199
  #: classes/gateways/class.pmprogateway_stripe.php:589
@@ -4203,30 +5032,30 @@ msgstr ""
4203
  #: classes/gateways/class.pmprogateway_stripe.php:624
4204
  #: classes/gateways/class.pmprogateway_stripe.php:627
4205
  #: classes/gateways/class.pmprogateway_stripe.php:645
4206
- #: classes/gateways/class.pmprogateway_stripe.php:656 pages/billing.php:294
 
 
 
 
 
4207
  #: pages/billing.php:298 pages/billing.php:329 pages/billing.php:338
4208
  #: pages/billing.php:341 pages/billing.php:343 pages/billing.php:347
4209
- #: pages/billing.php:391 pages/billing.php:400 pages/billing.php:405
 
 
4210
  msgid "Update"
4211
  msgstr "Aktualisieren"
4212
 
4213
- #: classes/gateways/class.pmprogateway_stripe.php:887
4214
- #: classes/gateways/class.pmprogateway_stripe.php:769
4215
- #: classes/gateways/class.pmprogateway_stripe.php:770
4216
- #: classes/gateways/class.pmprogateway_stripe.php:780
4217
- #: classes/gateways/class.pmprogateway_stripe.php:784
4218
- #: classes/gateways/class.pmprogateway_stripe.php:812
4219
- #: classes/gateways/class.pmprogateway_stripe.php:816
4220
- #: classes/gateways/class.pmprogateway_stripe.php:817
4221
- #: classes/gateways/class.pmprogateway_stripe.php:820
4222
- #: classes/gateways/class.pmprogateway_stripe.php:838
4223
- #: classes/gateways/class.pmprogateway_stripe.php:849
4224
- msgid "Could not cancel the old subscription. Updates have not been processed."
4225
  msgstr ""
4226
- "Die alte Mitgliedschaft konnte nicht gekündigt werden. Aktualisierungen "
4227
- "wurden nicht durchgeführt."
4228
 
4229
- #: classes/gateways/class.pmprogateway_stripe.php:1374
4230
  #: classes/gateways/class.pmprogateway_stripe.php:190
4231
  #: classes/gateways/class.pmprogateway_stripe.php:192
4232
  #: classes/gateways/class.pmprogateway_stripe.php:199
@@ -4246,10 +5075,14 @@ msgstr ""
4246
  #: classes/gateways/class.pmprogateway_stripe.php:1325
4247
  #: classes/gateways/class.pmprogateway_stripe.php:1326
4248
  #: classes/gateways/class.pmprogateway_stripe.php:1336
 
 
 
 
4249
  msgid "Error creating customer record with Stripe:"
4250
- msgstr "Stripe meldet einen Fehler bei der Erstellung des Kunden Protokolls:"
4251
 
4252
- #: classes/gateways/class.pmprogateway_stripe.php:1433
4253
  #: classes/gateways/class.pmprogateway_stripe.php:1275
4254
  #: classes/gateways/class.pmprogateway_stripe.php:1303
4255
  #: classes/gateways/class.pmprogateway_stripe.php:1313
@@ -4259,10 +5092,14 @@ msgstr "Stripe meldet einen Fehler bei der Erstellung des Kunden Protokolls:"
4259
  #: classes/gateways/class.pmprogateway_stripe.php:1384
4260
  #: classes/gateways/class.pmprogateway_stripe.php:1385
4261
  #: classes/gateways/class.pmprogateway_stripe.php:1395
 
 
 
 
4262
  msgid "Error getting subscription with Stripe:"
4263
- msgstr ""
4264
 
4265
- #: classes/gateways/class.pmprogateway_stripe.php:1589
4266
  #: classes/gateways/class.pmprogateway_stripe.php:278
4267
  #: classes/gateways/class.pmprogateway_stripe.php:279
4268
  #: classes/gateways/class.pmprogateway_stripe.php:286
@@ -4290,10 +5127,14 @@ msgstr ""
4290
  #: classes/gateways/class.pmprogateway_stripe.php:1540
4291
  #: classes/gateways/class.pmprogateway_stripe.php:1541
4292
  #: classes/gateways/class.pmprogateway_stripe.php:1551
 
 
 
 
4293
  msgid "Error creating plan with Stripe:"
4294
  msgstr "Fehler beim Erstellen eines Plans mit Stripe:"
4295
 
4296
- #: classes/gateways/class.pmprogateway_stripe.php:1620
4297
  #: classes/gateways/class.pmprogateway_stripe.php:294
4298
  #: classes/gateways/class.pmprogateway_stripe.php:295
4299
  #: classes/gateways/class.pmprogateway_stripe.php:302
@@ -4316,10 +5157,35 @@ msgstr "Fehler beim Erstellen eines Plans mit Stripe:"
4316
  #: classes/gateways/class.pmprogateway_stripe.php:1571
4317
  #: classes/gateways/class.pmprogateway_stripe.php:1572
4318
  #: classes/gateways/class.pmprogateway_stripe.php:1582
 
 
 
 
4319
  msgid "Error subscribing customer to plan with Stripe:"
4320
  msgstr "Stripe meldet einen Fehler beim Einrichten des Abos für den Kunden:"
4321
 
4322
- #: classes/gateways/class.pmprogateway_stripe.php:1716
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4323
  #: classes/gateways/class.pmprogateway_stripe.php:383
4324
  #: classes/gateways/class.pmprogateway_stripe.php:389
4325
  #: classes/gateways/class.pmprogateway_stripe.php:410
@@ -4339,10 +5205,15 @@ msgstr "Stripe meldet einen Fehler beim Einrichten des Abos für den Kunden:"
4339
  #: classes/gateways/class.pmprogateway_stripe.php:1667
4340
  #: classes/gateways/class.pmprogateway_stripe.php:1668
4341
  #: classes/gateways/class.pmprogateway_stripe.php:1678
 
 
 
 
 
4342
  msgid "Could not cancel old subscription."
4343
  msgstr "Das alte Abonnement konnte nicht storniert werden."
4344
 
4345
- #: classes/gateways/class.pmprogateway_stripe.php:1733
4346
  #: classes/gateways/class.pmprogateway_stripe.php:1533
4347
  #: classes/gateways/class.pmprogateway_stripe.php:1534
4348
  #: classes/gateways/class.pmprogateway_stripe.php:1535
@@ -4359,31 +5230,48 @@ msgstr "Das alte Abonnement konnte nicht storniert werden."
4359
  #: classes/gateways/class.pmprogateway_stripe.php:1684
4360
  #: classes/gateways/class.pmprogateway_stripe.php:1685
4361
  #: classes/gateways/class.pmprogateway_stripe.php:1695
 
 
 
 
 
4362
  msgid "Could not find the customer."
4363
  msgstr "Konnte den Kunden nicht finden."
4364
 
4365
- #: classes/gateways/class.pmprogateway_stripe.php:1885
4366
  #: classes/gateways/class.pmprogateway_stripe.php:1836
4367
  #: classes/gateways/class.pmprogateway_stripe.php:1837
4368
  #: classes/gateways/class.pmprogateway_stripe.php:1847
 
 
 
 
 
4369
  msgid "Error: "
4370
  msgstr "Fehler:"
4371
 
4372
- #: classes/gateways/class.pmprogateway_stripe.php:1898
4373
  #: classes/gateways/class.pmprogateway_stripe.php:1849
4374
  #: classes/gateways/class.pmprogateway_stripe.php:1850
4375
  #: classes/gateways/class.pmprogateway_stripe.php:1860
 
 
 
 
 
4376
  #, php-format
4377
  msgid "Error: Unkown error while refunding charge #%s"
4378
- msgstr ""
4379
 
4380
  #: classes/gateways/class.pmprogateway_twocheckout.php:59
4381
- #: paid-memberships-pro.php:134
4382
  #: classes/gateways/class.pmprogateway_twocheckout.php:53
4383
  #: classes/gateways/class.pmprogateway_twocheckout.php:60
4384
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
4385
  #: paid-memberships-pro.php:132 paid-memberships-pro.php:133
4386
- #: paid-memberships-pro.php:135 paid-memberships-pro.php:137
 
 
4387
  msgid "2Checkout"
4388
  msgstr "2Checkout"
4389
 
@@ -4445,6 +5333,40 @@ msgstr ""
4445
  msgid "Check Out with 2Checkout"
4446
  msgstr "Mit 2Checkout bezahlen"
4447
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4448
  #: includes/adminpages.php:48 includes/adminpages.php:9
4449
  #: includes/adminpages.php:39 includes/adminpages.php:47
4450
  #: includes/adminpages.php:93 includes/adminpages.php:100
@@ -4508,100 +5430,1090 @@ msgstr "Support"
4508
  msgid "Visit Customer Support Forum"
4509
  msgstr "Support Forum besuchen"
4510
 
4511
- #: includes/currencies.php:17 includes/currencies.php:94
4512
- #: includes/currencies.php:7 includes/currencies.php:37
4513
- #: includes/currencies.php:44 includes/currencies.php:64
4514
- #: includes/currencies.php:68 includes/currencies.php:75
4515
- #: includes/currencies.php:85 includes/currencies.php:87
4516
- msgid "US Dollars (&#36;)"
4517
- msgstr "US Dollar (&#36;)"
4518
 
4519
- #: includes/currencies.php:19 includes/currencies.php:97
4520
- #: includes/currencies.php:8 includes/currencies.php:9
4521
- #: includes/currencies.php:40 includes/currencies.php:47
4522
- #: includes/currencies.php:67 includes/currencies.php:71
4523
- #: includes/currencies.php:78 includes/currencies.php:88
4524
- #: includes/currencies.php:90
4525
- msgid "Euros (&euro;)"
4526
- msgstr "Euro (&euro;)"
4527
 
4528
- #: includes/currencies.php:24 includes/currencies.php:96
4529
- #: includes/currencies.php:9 includes/currencies.php:14
4530
- #: includes/currencies.php:39 includes/currencies.php:46
4531
- #: includes/currencies.php:66 includes/currencies.php:70
4532
- #: includes/currencies.php:77 includes/currencies.php:87
4533
- #: includes/currencies.php:89
4534
- msgid "Pounds Sterling (&pound;)"
4535
- msgstr "Britische Pfund (&pound;)"
4536
 
4537
- #: includes/currencies.php:28
4538
- msgid "Argentine Peso (&#36;)"
4539
- msgstr "Argentinischer Peso (&#36;)"
4540
 
4541
- #: includes/currencies.php:29 includes/currencies.php:10
4542
- #: includes/currencies.php:18 includes/currencies.php:28
4543
- msgid "Australian Dollars (&#36;)"
4544
- msgstr "Australische Dollar (&#36;)"
4545
 
4546
- #: includes/currencies.php:31 includes/currencies.php:20
4547
- #: includes/currencies.php:30
4548
- msgid "Brazilian Real (R&#36;)"
4549
- msgstr "Brasilianischer Real (R&#36;)"
4550
 
4551
- #: includes/currencies.php:35 includes/currencies.php:95
4552
- #: includes/currencies.php:12 includes/currencies.php:24
4553
- #: includes/currencies.php:34 includes/currencies.php:38
4554
- #: includes/currencies.php:45 includes/currencies.php:65
4555
- #: includes/currencies.php:69 includes/currencies.php:76
4556
- #: includes/currencies.php:86 includes/currencies.php:88
4557
- msgid "Canadian Dollars (&#36;)"
4558
- msgstr "Kanadische Dollar (&#36;)"
4559
 
4560
- #: includes/currencies.php:36 includes/currencies.php:13
4561
- #: includes/currencies.php:25 includes/currencies.php:35
4562
- msgid "Chinese Yuan"
4563
- msgstr "Chinesische Yuan"
4564
 
4565
- #: includes/currencies.php:38 includes/currencies.php:13
4566
- #: includes/currencies.php:14 includes/currencies.php:26
4567
- #: includes/currencies.php:27 includes/currencies.php:37
4568
- msgid "Czech Koruna"
4569
- msgstr "Tschechische Krone"
4570
 
4571
- #: includes/currencies.php:45 includes/currencies.php:14
4572
- #: includes/currencies.php:15 includes/currencies.php:27
4573
- #: includes/currencies.php:34 includes/currencies.php:44
4574
- msgid "Danish Krone"
4575
- msgstr "Dänsiche Krone"
4576
 
4577
- #: includes/currencies.php:46 includes/currencies.php:15
4578
- #: includes/currencies.php:16 includes/currencies.php:28
4579
- #: includes/currencies.php:35 includes/currencies.php:45
4580
- msgid "Hong Kong Dollar (&#36;)"
4581
- msgstr "Hong Kong Dollar (&#36;)"
4582
 
4583
- #: includes/currencies.php:47 includes/currencies.php:16
4584
- #: includes/currencies.php:17 includes/currencies.php:29
4585
- #: includes/currencies.php:36 includes/currencies.php:46
4586
- msgid "Hungarian Forint"
4587
- msgstr "Ungarische Forint"
4588
 
4589
- #: includes/currencies.php:48 includes/currencies.php:18
4590
- #: includes/currencies.php:30 includes/currencies.php:37
4591
- #: includes/currencies.php:47
4592
- msgid "Indian Rupee"
4593
- msgstr "Indische Rupie"
4594
 
4595
- #: includes/currencies.php:49 includes/currencies.php:19
4596
- #: includes/currencies.php:31 includes/currencies.php:38
4597
- #: includes/currencies.php:48
4598
- msgid "Indonesia Rupiah"
4599
- msgstr "Indonesischer Rupiah"
4600
 
4601
- #: includes/currencies.php:50 includes/currencies.php:17
4602
- #: includes/currencies.php:20 includes/currencies.php:32
4603
- #: includes/currencies.php:39 includes/currencies.php:49
4604
- msgid "Israeli Shekel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4605
  msgstr "Israelische Shekel"
4606
 
4607
  #: includes/currencies.php:52 includes/currencies.php:18
@@ -4656,274 +6568,269 @@ msgstr "Philippinische Pesos"
4656
  msgid "Polish Zloty"
4657
  msgstr "Polnische Zloty"
4658
 
4659
- #: includes/currencies.php:65 includes/currencies.php:25
 
 
 
 
4660
  #: includes/currencies.php:28 includes/currencies.php:45
4661
  #: includes/currencies.php:52 includes/currencies.php:62
4662
- #: includes/currencies.php:64
4663
  msgid "Singapore Dollar (&#36;)"
4664
  msgstr "Singapur Dollar (&#36;)"
4665
 
4666
- #: includes/currencies.php:70 includes/currencies.php:50
4667
  #: includes/currencies.php:57 includes/currencies.php:67
4668
- #: includes/currencies.php:69
4669
  msgid "South African Rand (R)"
4670
  msgstr "Südafrikanischer Rand (R)"
4671
 
4672
- #: includes/currencies.php:75 includes/currencies.php:30
4673
  #: includes/currencies.php:50 includes/currencies.php:54
4674
  #: includes/currencies.php:61 includes/currencies.php:71
4675
- #: includes/currencies.php:73
4676
  msgid "South Korean Won"
4677
  msgstr "Südkoreanische Won"
4678
 
4679
- #: includes/currencies.php:78 includes/currencies.php:26
4680
  #: includes/currencies.php:31 includes/currencies.php:51
4681
  #: includes/currencies.php:55 includes/currencies.php:62
4682
  #: includes/currencies.php:72 includes/currencies.php:74
 
4683
  msgid "Swedish Krona"
4684
  msgstr "Schwedische Krone"
4685
 
4686
- #: includes/currencies.php:79 includes/currencies.php:27
4687
  #: includes/currencies.php:32 includes/currencies.php:52
4688
  #: includes/currencies.php:56 includes/currencies.php:63
4689
  #: includes/currencies.php:73 includes/currencies.php:75
 
4690
  msgid "Swiss Franc"
4691
  msgstr "Schweizer Franken"
4692
 
4693
- #: includes/currencies.php:80 includes/currencies.php:28
4694
  #: includes/currencies.php:33 includes/currencies.php:53
4695
  #: includes/currencies.php:57 includes/currencies.php:64
4696
  #: includes/currencies.php:74 includes/currencies.php:76
 
4697
  msgid "Taiwan New Dollars"
4698
  msgstr "Taiwanesischer Neuer Dollar"
4699
 
4700
- #: includes/currencies.php:81 includes/currencies.php:29
4701
  #: includes/currencies.php:34 includes/currencies.php:54
4702
  #: includes/currencies.php:58 includes/currencies.php:65
4703
  #: includes/currencies.php:75 includes/currencies.php:77
 
4704
  msgid "Thai Baht"
4705
  msgstr "Thailändische Baht"
4706
 
4707
- #: includes/currencies.php:82 includes/currencies.php:35
4708
  #: includes/currencies.php:55 includes/currencies.php:59
4709
  #: includes/currencies.php:66 includes/currencies.php:76
4710
- #: includes/currencies.php:78
4711
  msgid "Turkish Lira"
4712
  msgstr "Türkische Lira"
4713
 
4714
- #: includes/currencies.php:84 includes/currencies.php:36
4715
  #: includes/currencies.php:56 includes/currencies.php:60
4716
  #: includes/currencies.php:67 includes/currencies.php:77
4717
- #: includes/currencies.php:79
4718
  msgid "Vietnamese Dong"
4719
  msgstr "Vietnamesische Dong"
4720
 
4721
- #: includes/functions.php:320 includes/functions.php:455
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4722
  #: includes/functions.php:160 includes/functions.php:196
4723
  #: includes/functions.php:200 includes/functions.php:202
4724
  #: includes/functions.php:203 includes/functions.php:204
4725
  #: includes/functions.php:207 includes/functions.php:243
4726
  #: includes/functions.php:309 includes/functions.php:315
 
 
4727
  #, php-format
4728
  msgid "The price for membership is <strong>%s</strong> now"
4729
  msgstr "Der Preis für den Zugang beträgt <strong>%s</strong>"
4730
 
4731
- #: includes/functions.php:322 includes/functions.php:457
4732
  #: includes/functions.php:202 includes/functions.php:204
4733
  #: includes/functions.php:205 includes/functions.php:206
4734
  #: includes/functions.php:209 includes/functions.php:245
4735
  #: includes/functions.php:311 includes/functions.php:317
 
 
4736
  #, php-format
4737
  msgid "<strong>%s</strong> now"
4738
  msgstr "<strong>%s</strong>"
4739
 
4740
- #: includes/functions.php:331 includes/functions.php:169
4741
- #: includes/functions.php:205 includes/functions.php:211
4742
- #: includes/functions.php:213 includes/functions.php:214
4743
- #: includes/functions.php:215 includes/functions.php:218
4744
- #: includes/functions.php:254 includes/functions.php:320
4745
- #: includes/functions.php:326
4746
  #, php-format
4747
- msgid " and then <strong>%s per %s for %d more %s</strong>."
4748
- msgstr " und dann <strong>%s pro %s für %d weitere %s</strong>."
4749
 
4750
- #: includes/functions.php:335 includes/functions.php:258
4751
- #: includes/functions.php:324 includes/functions.php:330
4752
  #, php-format
4753
- msgid " and then <strong>%s every %d %s for %d more payments</strong>."
4754
- msgstr " und dann <strong>%s jede(n) %d %s für %d weitere Zahlungen</strong>."
 
4755
 
4756
- #: includes/functions.php:340 includes/functions.php:178
4757
- #: includes/functions.php:214 includes/functions.php:220
4758
- #: includes/functions.php:222 includes/functions.php:223
4759
- #: includes/functions.php:224 includes/functions.php:227
4760
- #: includes/functions.php:263 includes/functions.php:329
4761
  #: includes/functions.php:335
4762
  #, php-format
4763
- msgid " and then <strong>%s after %d %s</strong>."
4764
- msgstr " und dann <strong>%s nach %d %s</strong>."
4765
 
4766
- #: includes/functions.php:348 includes/functions.php:228
4767
- #: includes/functions.php:229 includes/functions.php:230
4768
- #: includes/functions.php:231 includes/functions.php:235
4769
- #: includes/functions.php:271 includes/functions.php:337
4770
- #: includes/functions.php:343
4771
  #, php-format
4772
- msgid "The price for membership is <strong>%s per %s</strong>."
4773
- msgstr "Der Preis für den Zugang beträgt <strong>%s pro %s</strong>."
4774
 
4775
- #: includes/functions.php:350 includes/functions.php:230
4776
- #: includes/functions.php:233 includes/functions.php:237
4777
- #: includes/functions.php:273 includes/functions.php:339
4778
- #: includes/functions.php:345
4779
  #, php-format
4780
- msgid "<strong>%s per %s</strong>."
4781
- msgstr "<strong>%s pro %s</strong>."
4782
 
4783
- #: includes/functions.php:355 includes/functions.php:233
4784
- #: includes/functions.php:234 includes/functions.php:235
4785
- #: includes/functions.php:238 includes/functions.php:242
4786
- #: includes/functions.php:278 includes/functions.php:344
4787
- #: includes/functions.php:350
4788
  #, php-format
4789
- msgid "The price for membership is <strong>%s every %d %s</strong>."
4790
- msgstr "Der Preis für den Zugang beträgt <strong>%s jede(n) %d %s</strong>."
 
4791
 
4792
- #: includes/functions.php:357 includes/functions.php:237
4793
- #: includes/functions.php:240 includes/functions.php:244
4794
- #: includes/functions.php:280 includes/functions.php:346
4795
- #: includes/functions.php:352
4796
  #, php-format
4797
- msgid "<strong>%s every %d %s</strong>."
4798
- msgstr "<strong>%s jede(n) %d %s</strong>."
4799
 
4800
- #: includes/functions.php:362 includes/functions.php:184
4801
- #: includes/functions.php:220 includes/functions.php:228
4802
- #: includes/functions.php:238 includes/functions.php:239
4803
- #: includes/functions.php:240 includes/functions.php:242
4804
- #: includes/functions.php:245 includes/functions.php:249
4805
- #: includes/functions.php:285 includes/functions.php:351
4806
- #: includes/functions.php:357
4807
  #, php-format
4808
- msgid " and then <strong>%s per %s</strong>."
4809
- msgstr " und dann <strong>%s pro %s</strong>."
4810
 
4811
- #: includes/functions.php:366 includes/functions.php:188
4812
- #: includes/functions.php:224 includes/functions.php:232
4813
- #: includes/functions.php:242 includes/functions.php:243
4814
- #: includes/functions.php:244 includes/functions.php:246
4815
- #: includes/functions.php:249 includes/functions.php:253
4816
- #: includes/functions.php:289 includes/functions.php:355
4817
- #: includes/functions.php:361
4818
  #, php-format
4819
- msgid " and then <strong>%s every %d %s</strong>."
4820
- msgstr " und dann <strong>%s jede(n) %d %s</strong>."
4821
 
4822
- #: includes/functions.php:384 includes/functions.php:202
4823
  #: includes/functions.php:238 includes/functions.php:249
4824
  #: includes/functions.php:260 includes/functions.php:261
4825
  #: includes/functions.php:262 includes/functions.php:264
4826
  #: includes/functions.php:267 includes/functions.php:271
4827
  #: includes/functions.php:307 includes/functions.php:373
4828
- #: includes/functions.php:379 pages/levels.php:82
 
4829
  msgid "After your initial payment, your first payment is Free."
4830
  msgstr "Nach Ihrer Erst-Zahlung ist die nächste Zahlung kostenlos."
4831
 
4832
- #: includes/functions.php:388 includes/functions.php:206
4833
  #: includes/functions.php:242 includes/functions.php:253
4834
  #: includes/functions.php:264 includes/functions.php:265
4835
  #: includes/functions.php:266 includes/functions.php:268
4836
  #: includes/functions.php:271 includes/functions.php:275
4837
  #: includes/functions.php:311 includes/functions.php:377
4838
- #: includes/functions.php:383 pages/levels.php:86
 
4839
  #, php-format
4840
  msgid "After your initial payment, your first %d payments are Free."
4841
  msgstr "Nach Ihrer Erst-Zahlung ist die nächste %d Zahlung kostenlos."
4842
 
4843
- #: includes/functions.php:395 includes/functions.php:213
4844
  #: includes/functions.php:249 includes/functions.php:260
4845
  #: includes/functions.php:271 includes/functions.php:272
4846
  #: includes/functions.php:273 includes/functions.php:275
4847
  #: includes/functions.php:278 includes/functions.php:282
4848
  #: includes/functions.php:318 includes/functions.php:384
4849
- #: includes/functions.php:390 pages/levels.php:93
 
4850
  #, php-format
4851
  msgid "After your initial payment, your first payment will cost %s."
4852
  msgstr "Nach Ihrer Erst-Zahlung wird die nächste Zahlung %s betragen."
4853
 
4854
- #: includes/functions.php:399 includes/functions.php:217
4855
- #: includes/functions.php:253 includes/functions.php:264
4856
- #: includes/functions.php:275 includes/functions.php:276
4857
- #: includes/functions.php:277 includes/functions.php:279
4858
- #: includes/functions.php:282 includes/functions.php:286
4859
- #: includes/functions.php:322 includes/functions.php:388
4860
- #: includes/functions.php:394 pages/levels.php:97
4861
  #, php-format
4862
- msgid "After your initial payment, your first %d payments will cost %s."
4863
- msgstr "Nach Ihrer Erst-Zahlung wird die nächste %d Zahlung %s betragen."
 
4864
 
4865
- #: includes/functions.php:410 includes/functions.php:523
4866
- #: includes/functions.php:228 includes/functions.php:264
4867
- #: includes/functions.php:275 includes/functions.php:286
4868
- #: includes/functions.php:287 includes/functions.php:288
4869
- #: includes/functions.php:290 includes/functions.php:293
4870
- #: includes/functions.php:297 includes/functions.php:333
4871
- #: includes/functions.php:399 includes/functions.php:405
4872
  #, php-format
4873
- msgid "Customers in %s will be charged %s%% tax."
4874
- msgstr "Kunden aus %s werden zusätzlich %s%% Steuern verrechnet."
4875
 
4876
- #: includes/functions.php:469
4877
  #, php-format
4878
- msgid "<strong>%s per %s for %d more %s</strong>"
4879
- msgstr "<strong>%s pro %s für %d weitere %s</strong>"
4880
 
4881
- #: includes/functions.php:473
4882
  #, php-format
4883
- msgid "<strong>%s every %d %s for %d more payments</strong>"
4884
- msgstr "<strong>%s jede(n) %d %s für %d weitere Zahlungen</strong>"
4885
 
4886
- #: includes/functions.php:478
4887
  #, php-format
4888
- msgid "<strong>%s after %d %s</strong>"
4889
- msgstr "<strong>%s nach %d %s</strong>"
4890
 
4891
- #: includes/functions.php:484
4892
  #, php-format
4893
- msgid "<strong>%s every %s</strong>"
4894
- msgstr "<strong>%s jede(n) %s</strong>"
4895
 
4896
- #: includes/functions.php:488
4897
  #, php-format
4898
- msgid "<strong>%s every %d %s</strong>"
4899
- msgstr "<strong>%s jede(n) %d %s</strong>"
4900
 
4901
- #: includes/functions.php:511
 
4902
  msgid "Trial pricing has been applied to the first payment."
4903
  msgstr ""
4904
 
4905
- #: includes/functions.php:513
 
4906
  #, php-format
4907
  msgid "Trial pricing has been applied to the first %d payments."
4908
  msgstr ""
4909
 
4910
- #: includes/functions.php:540 includes/functions.php:242
4911
- #: includes/functions.php:278 includes/functions.php:289
4912
- #: includes/functions.php:300 includes/functions.php:301
4913
- #: includes/functions.php:302 includes/functions.php:304
4914
- #: includes/functions.php:307 includes/functions.php:311
4915
- #: includes/functions.php:347 includes/functions.php:413
4916
- #: includes/functions.php:419
4917
  #, php-format
4918
- msgid "Membership expires after %d %s."
4919
- msgstr "Zugang endet nach %d %s."
4920
 
4921
- #: includes/functions.php:557 includes/functions.php:556
4922
  #, php-format
4923
- msgid "%s membership expires after %d %s"
4924
- msgstr "%s Mitgliedschaft läuft nach %d %s aus"
4925
 
4926
- #: includes/functions.php:947 includes/functions.php:491
4927
  #: includes/functions.php:514 includes/functions.php:525
4928
  #: includes/functions.php:536 includes/functions.php:537
4929
  #: includes/functions.php:538 includes/functions.php:545
@@ -4931,23 +6838,30 @@ msgstr "%s Mitgliedschaft läuft nach %d %s aus"
4931
  #: includes/functions.php:576 includes/functions.php:592
4932
  #: includes/functions.php:615 includes/functions.php:694
4933
  #: includes/functions.php:760 includes/functions.php:766
4934
- #: includes/functions.php:945
 
4935
  msgid "User ID not found."
4936
  msgstr "User ID nicht gefunden."
4937
 
4938
- #: includes/functions.php:967 includes/functions.php:508
4939
- #: includes/functions.php:531 includes/functions.php:542
4940
- #: includes/functions.php:553 includes/functions.php:554
4941
- #: includes/functions.php:555 includes/functions.php:562
4942
- #: includes/functions.php:586 includes/functions.php:587
4943
- #: includes/functions.php:589 includes/functions.php:596
4944
- #: includes/functions.php:612 includes/functions.php:635
4945
- #: includes/functions.php:714 includes/functions.php:780
4946
- #: includes/functions.php:786 includes/functions.php:965
 
 
 
 
 
 
4947
  msgid "Invalid level."
4948
  msgstr "Ungültiges Paket."
4949
 
4950
- #: includes/functions.php:978 includes/functions.php:520
4951
  #: includes/functions.php:542 includes/functions.php:553
4952
  #: includes/functions.php:564 includes/functions.php:565
4953
  #: includes/functions.php:566 includes/functions.php:573
@@ -4956,10 +6870,11 @@ msgstr "Ungültiges Paket."
4956
  #: includes/functions.php:623 includes/functions.php:646
4957
  #: includes/functions.php:725 includes/functions.php:791
4958
  #: includes/functions.php:797 includes/functions.php:976
 
4959
  msgid "not changing?"
4960
  msgstr "nicht ändern?"
4961
 
4962
- #: includes/functions.php:1037 includes/functions.php:537
4963
  #: includes/functions.php:559 includes/functions.php:570
4964
  #: includes/functions.php:581 includes/functions.php:582
4965
  #: includes/functions.php:583 includes/functions.php:590
@@ -4982,17 +6897,19 @@ msgstr "nicht ändern?"
4982
  #: includes/functions.php:815 includes/functions.php:839
4983
  #: includes/functions.php:881 includes/functions.php:887
4984
  #: includes/functions.php:905 includes/functions.php:911
4985
- #: includes/functions.php:1017
 
4986
  msgid "Error interacting with database"
4987
  msgstr "Fehler bei der Datenbank-Abfrage."
4988
 
4989
- #: includes/functions.php:1127 includes/functions.php:907
4990
- #: includes/functions.php:1123
 
4991
  #, php-format
4992
  msgid "Error interacting with database: %s"
4993
  msgstr "Fehler bei Datenbankverbindung: %s"
4994
 
4995
- #: includes/functions.php:1202 includes/functions.php:1241
4996
  #: includes/functions.php:629 includes/functions.php:651
4997
  #: includes/functions.php:667 includes/functions.php:668
4998
  #: includes/functions.php:678 includes/functions.php:681
@@ -5011,22 +6928,26 @@ msgstr "Fehler bei Datenbankverbindung: %s"
5011
  #: includes/functions.php:948 includes/functions.php:953
5012
  #: includes/functions.php:986 includes/functions.php:987
5013
  #: includes/functions.php:992 includes/functions.php:1198
5014
- #: includes/functions.php:1237
 
 
 
5015
  msgid "Membership level not found."
5016
  msgstr "Paket nicht gefunden."
5017
 
5018
- #: includes/functions.php:1609 includes/functions.php:1100
5019
  #: includes/functions.php:1101 includes/functions.php:1118
5020
  #: includes/functions.php:1142 includes/functions.php:1143
5021
  #: includes/functions.php:1150 includes/functions.php:1157
5022
  #: includes/functions.php:1173 includes/functions.php:1196
5023
  #: includes/functions.php:1290 includes/functions.php:1356
5024
  #: includes/functions.php:1357 includes/functions.php:1362
5025
- #: includes/functions.php:1605
 
5026
  msgid "No code was given to check."
5027
  msgstr "Kein Code zur Überprüfung eingegeben."
5028
 
5029
- #: includes/functions.php:1618 includes/functions.php:1050
5030
  #: includes/functions.php:1072 includes/functions.php:1088
5031
  #: includes/functions.php:1099 includes/functions.php:1102
5032
  #: includes/functions.php:1109 includes/functions.php:1110
@@ -5037,10 +6958,12 @@ msgstr "Kein Code zur Überprüfung eingegeben."
5037
  #: includes/functions.php:1205 includes/functions.php:1299
5038
  #: includes/functions.php:1365 includes/functions.php:1366
5039
  #: includes/functions.php:1371 includes/functions.php:1614
 
 
5040
  msgid "The discount code could not be found."
5041
  msgstr "Der Gutscheincode konnte nicht gefunden werden."
5042
 
5043
- #: includes/functions.php:1633 includes/functions.php:1066
5044
  #: includes/functions.php:1088 includes/functions.php:1104
5045
  #: includes/functions.php:1115 includes/functions.php:1118
5046
  #: includes/functions.php:1124 includes/functions.php:1125
@@ -5051,11 +6974,13 @@ msgstr "Der Gutscheincode konnte nicht gefunden werden."
5051
  #: includes/functions.php:1220 includes/functions.php:1314
5052
  #: includes/functions.php:1380 includes/functions.php:1381
5053
  #: includes/functions.php:1386 includes/functions.php:1629
 
 
5054
  #, php-format
5055
  msgid "This discount code goes into effect on %s."
5056
  msgstr "Dieser Gutscheincode gilt ab %s."
5057
 
5058
- #: includes/functions.php:1640 includes/functions.php:1075
5059
  #: includes/functions.php:1097 includes/functions.php:1113
5060
  #: includes/functions.php:1124 includes/functions.php:1127
5061
  #: includes/functions.php:1131 includes/functions.php:1132
@@ -5066,11 +6991,13 @@ msgstr "Dieser Gutscheincode gilt ab %s."
5066
  #: includes/functions.php:1227 includes/functions.php:1321
5067
  #: includes/functions.php:1387 includes/functions.php:1388
5068
  #: includes/functions.php:1393 includes/functions.php:1636
 
 
5069
  #, php-format
5070
  msgid "This discount code expired on %s."
5071
  msgstr "Dieser Gutscheincode läuft am %s ab."
5072
 
5073
- #: includes/functions.php:1650 includes/functions.php:1087
5074
  #: includes/functions.php:1109 includes/functions.php:1125
5075
  #: includes/functions.php:1136 includes/functions.php:1139
5076
  #: includes/functions.php:1141 includes/functions.php:1142
@@ -5081,10 +7008,12 @@ msgstr "Dieser Gutscheincode läuft am %s ab."
5081
  #: includes/functions.php:1237 includes/functions.php:1331
5082
  #: includes/functions.php:1397 includes/functions.php:1398
5083
  #: includes/functions.php:1403 includes/functions.php:1646
 
 
5084
  msgid "This discount code is no longer valid."
5085
  msgstr "Dieser Gutscheincode ist nicht mehr gültig."
5086
 
5087
- #: includes/functions.php:1670 includes/functions.php:1102
5088
  #: includes/functions.php:1124 includes/functions.php:1140
5089
  #: includes/functions.php:1151 includes/functions.php:1154
5090
  #: includes/functions.php:1155 includes/functions.php:1164
@@ -5094,13 +7023,14 @@ msgstr "Dieser Gutscheincode ist nicht mehr gültig."
5094
  #: includes/functions.php:1227 includes/functions.php:1250
5095
  #: includes/functions.php:1344 includes/functions.php:1410
5096
  #: includes/functions.php:1411 includes/functions.php:1416
5097
- #: includes/functions.php:1666
 
5098
  msgid "This discount code does not apply to this membership level."
5099
  msgstr ""
5100
  "Dieser Gutscheincode kann für dieses Membership Level nicht angewendet "
5101
  "werden."
5102
 
5103
- #: includes/functions.php:1707 includes/functions.php:1110
5104
  #: includes/functions.php:1132 includes/functions.php:1148
5105
  #: includes/functions.php:1159 includes/functions.php:1162
5106
  #: includes/functions.php:1172 includes/functions.php:1180
@@ -5111,10 +7041,12 @@ msgstr ""
5111
  #: includes/functions.php:1276 includes/functions.php:1370
5112
  #: includes/functions.php:1436 includes/functions.php:1442
5113
  #: includes/functions.php:1448 includes/functions.php:1703
 
 
5114
  msgid "This discount code is okay."
5115
  msgstr "Dieser Gutscheincode ist in Ordnung."
5116
 
5117
- #: includes/functions.php:1734 includes/functions.php:1134
5118
  #: includes/functions.php:1156 includes/functions.php:1172
5119
  #: includes/functions.php:1183 includes/functions.php:1186
5120
  #: includes/functions.php:1196 includes/functions.php:1205
@@ -5125,10 +7057,12 @@ msgstr "Dieser Gutscheincode ist in Ordnung."
5125
  #: includes/functions.php:1395 includes/functions.php:1397
5126
  #: includes/functions.php:1463 includes/functions.php:1469
5127
  #: includes/functions.php:1475 includes/functions.php:1730
 
 
5128
  msgid "and"
5129
  msgstr "und"
5130
 
5131
- #: includes/functions.php:2019 includes/functions.php:1319
5132
  #: includes/functions.php:1341 includes/functions.php:1361
5133
  #: includes/functions.php:1372 includes/functions.php:1375
5134
  #: includes/functions.php:1385 includes/functions.php:1394
@@ -5139,11 +7073,13 @@ msgstr "und"
5139
  #: includes/functions.php:1501 includes/functions.php:1620
5140
  #: includes/functions.php:1624 includes/functions.php:1691
5141
  #: includes/functions.php:1697 includes/functions.php:1703
5142
- #: includes/functions.php:2015
 
 
5143
  msgid "Sign Up for !!name!! Now"
5144
  msgstr "Jetzt für !!name!! anmelden"
5145
 
5146
- #: includes/functions.php:2025 includes/functions.php:1325
5147
  #: includes/functions.php:1347 includes/functions.php:1367
5148
  #: includes/functions.php:1378 includes/functions.php:1381
5149
  #: includes/functions.php:1391 includes/functions.php:1400
@@ -5154,50 +7090,53 @@ msgstr "Jetzt für !!name!! anmelden"
5154
  #: includes/functions.php:1507 includes/functions.php:1626
5155
  #: includes/functions.php:1630 includes/functions.php:1697
5156
  #: includes/functions.php:1703 includes/functions.php:1709
5157
- #: includes/functions.php:2021
 
 
5158
  msgid "Please specify a level id."
5159
  msgstr "BItte geben Sie eine Paket ID an."
5160
 
5161
- #: includes/init.php:259 includes/profile.php:48 includes/init.php:229
5162
- #: includes/init.php:232 includes/init.php:233 includes/init.php:235
5163
- #: includes/init.php:237 includes/init.php:245 includes/init.php:253
5164
- #: includes/init.php:258 includes/profile.php:37 includes/profile.php:39
5165
- #: includes/profile.php:42
5166
- msgid "None"
5167
- msgstr "Kein"
5168
 
5169
- #: includes/license.php:51
5170
  msgid "Your license key has been validated."
5171
  msgstr "Ihr Lizenzschlüssel wurde bestätigt."
5172
 
5173
- #: includes/license.php:81
5174
  msgid "Paid Memberships Pro Support License"
5175
  msgstr "Paid Memberships Pro Support Lizenz"
5176
 
5177
- #: includes/license.php:86
5178
  msgid "License Key"
5179
  msgstr "Lizenzschlüssel"
5180
 
5181
- #: includes/license.php:89
5182
  msgid ""
5183
  "Enter your support license key.</strong> Your license key can be found in "
5184
  "your membership email receipt or in your <a href=\"http://www."
5185
- "paidmembershipspro.com/login/?redirect_to=/membership-account/\" target="
 
5186
  "\"_blank\">Membership Account</a>."
5187
  msgstr ""
5188
 
5189
- #: includes/license.php:91
5190
  msgid ""
5191
  "Visit the PMPro <a href=\"http://www.paidmembershipspro.com/login/?"
5192
- "redirect_to=/membership-account/\" target=\"_blank\">Membership Account</a> "
5193
- "page to confirm that your account is active and to find your license key."
 
 
5194
  msgstr ""
5195
 
5196
- #: includes/license.php:91
5197
  msgid "Your license is invalid or expired."
5198
  msgstr "Ihre Lizenz ist ungültig oder abgelaufen."
5199
 
5200
- #: includes/license.php:93
5201
  #, php-format
5202
  msgid ""
5203
  "<p><strong>Thank you!</strong> A valid <strong>%s</strong> license key has "
@@ -5206,15 +7145,21 @@ msgstr ""
5206
  "<p><strong>Danke!</strong> Ein gültiger <strong>%s</strong> Lizenzschlüssel "
5207
  "wurde verwenet um Ihre Supportlizenz auf dieser Seite zu aktivieren.</p>"
5208
 
5209
- #: includes/license.php:100
5210
  msgid "Enter license key here..."
5211
  msgstr "Lizenzschlüssel hier eingeben..."
5212
 
5213
- #: includes/license.php:102
5214
  msgid "Verify Key"
5215
  msgstr "Schlüssel bestätigen"
5216
 
5217
- #: includes/license.php:278 includes/license.php:273 includes/license.php:288
 
 
 
 
 
 
5218
  msgid ""
5219
  "If you're running Paid Memberships Pro on a production website, we recommend "
5220
  "an annual support license."
@@ -5222,77 +7167,260 @@ msgstr ""
5222
  "Wenn Sie Paid Memberships Pro auf einer öffentlichen Webseite verwenden, "
5223
  "empfehlen wir eine jährliche Supportlizenz."
5224
 
5225
- #: includes/license.php:278 includes/license.php:273 includes/license.php:288
5226
- msgid "Invalid PMPro License Key."
5227
- msgstr "Ungültiger PMPro Lizenzschlüssel."
5228
-
5229
- #: includes/license.php:279 includes/license.php:274 includes/license.php:289
5230
  msgid "Dismiss"
5231
  msgstr "Abweisen"
5232
 
5233
- #: includes/license.php:279 includes/license.php:274 includes/license.php:289
 
5234
  msgid "More Info"
5235
  msgstr "Mehr Informationen"
5236
 
5237
- #: includes/localization.php:26 includes/localization.php:23
 
5238
  msgid "Day"
5239
  msgstr "Tag"
5240
 
5241
- #: includes/localization.php:28 includes/localization.php:25
 
5242
  msgid "Week"
5243
  msgstr "Woche"
5244
 
5245
- #: includes/localization.php:30 includes/localization.php:27
 
5246
  msgid "Month"
5247
  msgstr "Monat"
5248
 
5249
- #: includes/localization.php:32 includes/localization.php:29
 
5250
  msgid "Year"
5251
  msgstr "Jahr"
5252
 
5253
- #: includes/localization.php:37
5254
- msgid "Days"
5255
- msgstr "Tage"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5256
 
5257
- #: includes/localization.php:39
5258
- msgid "Weeks"
5259
- msgstr "Wochen"
5260
 
5261
- #: includes/localization.php:41
5262
- msgid "Months"
5263
- msgstr "Monate"
5264
 
5265
- #: includes/localization.php:43
5266
- msgid "Years"
5267
- msgstr "Jahre"
5268
 
5269
- #: includes/metaboxes.php:39 includes/metaboxes.php:38
5270
- msgid ""
5271
- "This post is already protected for this level because it is within a "
5272
- "category that requires membership."
5273
- msgstr ""
5274
- "Dieser Artikel ist für dieses Paket bereits geschützt, weil er in einer "
5275
- "Kategorie liegt, die Mitgliedschaft erfordert."
5276
 
5277
- #: includes/metaboxes.php:104 includes/metaboxes.php:105
5278
- #: includes/metaboxes.php:99 includes/metaboxes.php:100
5279
- msgid "Require Membership"
5280
- msgstr "Mitgliedschaft erforderlich"
5281
 
5282
- #: includes/metaboxes.php:135 includes/metaboxes.php:130
5283
- msgid ""
5284
- "Only members of these levels will be able to view posts in this category."
5285
- msgstr ""
5286
- "Nur Mitglieder dieses Pakets werden in der Lage sein, diese Posts in dieser "
5287
- "Kategorie zu sehen."
 
 
5288
 
5289
  #: includes/profile.php:45 includes/profile.php:34 includes/profile.php:36
5290
  #: includes/profile.php:39
5291
  msgid "Current Level"
5292
  msgstr "Aktuelles Paket"
5293
 
5294
- #: includes/profile.php:74 includes/profile.php:54 includes/profile.php:60
5295
- #: includes/profile.php:65 includes/profile.php:68
 
5296
  msgid "Not paying."
5297
  msgstr "Nicht bezahlen."
5298
 
@@ -5303,6 +7431,18 @@ msgid ""
5303
  "checkbox is selected below."
5304
  msgstr ""
5305
 
 
 
 
 
 
 
 
 
 
 
 
 
5306
  #: includes/updates.php:110 includes/updates.php:97
5307
  msgid "Paid Memberships Pro Data Update Required"
5308
  msgstr "Paid Memberships Pro Daten-Update benötigt"
@@ -5355,54 +7495,64 @@ msgstr ""
5355
  "Diese Inhalte sind nur für !!levels!! Mitglieder sichtbar. Bitte melden Sie "
5356
  "sich an oder registrieren Sie sich, um die Inhalte zu sehen."
5357
 
5358
- #: pages/billing.php:25 pages/billing.php:14 pages/billing.php:23
5359
- #: pages/billing.php:26 pages/billing.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5360
  #, php-format
5361
  msgid "Logged in as <strong>%s</strong>."
5362
  msgstr "Eingeloggt als <strong>%s</strong>."
5363
 
5364
- #: pages/billing.php:25 pages/billing.php:14 pages/billing.php:23
5365
- #: pages/billing.php:26 pages/billing.php:28
5366
  msgid "logout"
5367
  msgstr "logout"
5368
 
5369
- #: pages/billing.php:27 pages/cancel.php:61 pages/invoice.php:109
5370
- #: pages/levels.php:35 shortcodes/pmpro_account.php:44
5371
- #: shortcodes/pmpro_account.php:126 pages/account.php:12 pages/account.php:18
5372
- #: pages/account.php:92 pages/billing.php:16 pages/billing.php:25
5373
- #: pages/billing.php:28 pages/billing.php:30 pages/cancel.php:52
5374
- #: pages/cancel.php:60 pages/levels.php:13 shortcodes/pmpro_account.php:43
5375
- #: shortcodes/pmpro_account.php:123 shortcodes/pmpro_account.php:125
5376
- msgid "Level"
5377
- msgstr "Paket"
5378
-
5379
- #: pages/billing.php:29 pages/account.php:14 pages/billing.php:18
5380
- #: pages/billing.php:27 pages/billing.php:30 pages/billing.php:32
5381
  msgid "Membership Fee"
5382
  msgstr "Gebühr"
5383
 
5384
- #: pages/billing.php:33 pages/account.php:18 pages/billing.php:22
5385
- #: pages/billing.php:31 pages/billing.php:34 pages/billing.php:36
 
5386
  #: pages/levels.php:70
5387
  #, php-format
5388
  msgid "%s every %d %s."
5389
  msgstr "%s jede(n) %d %s."
5390
 
5391
- #: pages/billing.php:35 pages/account.php:20 pages/billing.php:24
5392
- #: pages/billing.php:33 pages/billing.php:36 pages/billing.php:38
 
5393
  #: pages/levels.php:66
5394
  #, php-format
5395
  msgid "%s per %s."
5396
  msgstr "%s pro %s."
5397
 
5398
- #: pages/billing.php:44 pages/account.php:25 pages/account.php:29
5399
  #: pages/billing.php:29 pages/billing.php:33 pages/billing.php:42
5400
- #: pages/billing.php:45 pages/billing.php:47
 
5401
  msgid "Duration"
5402
  msgstr "Zeitraum"
5403
 
5404
- #: pages/billing.php:54 pages/billing.php:39 pages/billing.php:43
5405
- #: pages/billing.php:52 pages/billing.php:55 pages/billing.php:57
 
5406
  msgid ""
5407
  "Your payment subscription is managed by PayPal. Please <a href=\"http://www."
5408
  "paypal.com\">login to PayPal here</a> to update your billing information."
@@ -5411,133 +7561,162 @@ msgstr ""
5411
  "\"http://www.paypal.com\">hier bei PayPal einloggen</a> um Ihre "
5412
  "Zahlungsinformationen zu aktualisieren."
5413
 
5414
- #: pages/billing.php:84 pages/checkout.php:333 pages/billing.php:65
5415
  #: pages/billing.php:69 pages/billing.php:78 pages/billing.php:81
5416
- #: pages/billing.php:83 pages/billing.php:87 pages/checkout.php:305
5417
- #: pages/checkout.php:307 pages/checkout.php:309 pages/checkout.php:318
5418
- #: pages/checkout.php:321 pages/checkout.php:324 pages/checkout.php:326
5419
- #: pages/checkout.php:328
 
 
5420
  msgid "First Name"
5421
  msgstr "Vorname"
5422
 
5423
- #: pages/billing.php:88 pages/checkout.php:337 pages/billing.php:69
5424
  #: pages/billing.php:73 pages/billing.php:82 pages/billing.php:85
5425
- #: pages/billing.php:87 pages/billing.php:91 pages/checkout.php:309
5426
- #: pages/checkout.php:311 pages/checkout.php:313 pages/checkout.php:322
5427
- #: pages/checkout.php:325 pages/checkout.php:328 pages/checkout.php:330
5428
- #: pages/checkout.php:332
 
 
5429
  msgid "Last Name"
5430
  msgstr "Nachname"
5431
 
5432
- #: pages/billing.php:92 pages/checkout.php:341 pages/billing.php:73
5433
  #: pages/billing.php:77 pages/billing.php:86 pages/billing.php:89
5434
- #: pages/billing.php:91 pages/billing.php:95 pages/checkout.php:313
5435
- #: pages/checkout.php:315 pages/checkout.php:317 pages/checkout.php:326
5436
- #: pages/checkout.php:329 pages/checkout.php:332 pages/checkout.php:334
5437
- #: pages/checkout.php:336
 
 
5438
  msgid "Address 1"
5439
  msgstr "Adresse 1"
5440
 
5441
- #: pages/billing.php:96 pages/checkout.php:345 pages/billing.php:77
5442
  #: pages/billing.php:81 pages/billing.php:90 pages/billing.php:93
5443
- #: pages/billing.php:95 pages/billing.php:99 pages/checkout.php:317
5444
- #: pages/checkout.php:319 pages/checkout.php:321 pages/checkout.php:330
5445
- #: pages/checkout.php:333 pages/checkout.php:336 pages/checkout.php:338
5446
- #: pages/checkout.php:340
 
 
5447
  msgid "Address 2"
5448
  msgstr "Adresse 2"
5449
 
5450
- #: pages/billing.php:106 pages/checkout.php:355 pages/billing.php:87
5451
  #: pages/billing.php:91 pages/billing.php:100 pages/billing.php:103
5452
- #: pages/billing.php:105 pages/billing.php:109 pages/checkout.php:327
5453
- #: pages/checkout.php:329 pages/checkout.php:331 pages/checkout.php:340
5454
- #: pages/checkout.php:343 pages/checkout.php:346 pages/checkout.php:348
5455
- #: pages/checkout.php:350
 
 
5456
  msgid "City"
5457
  msgstr "Ort"
5458
 
5459
- #: pages/billing.php:110 pages/checkout.php:359 pages/billing.php:91
5460
  #: pages/billing.php:95 pages/billing.php:104 pages/billing.php:107
5461
- #: pages/billing.php:109 pages/billing.php:113 pages/checkout.php:331
5462
- #: pages/checkout.php:333 pages/checkout.php:335 pages/checkout.php:344
5463
- #: pages/checkout.php:347 pages/checkout.php:350 pages/checkout.php:352
5464
- #: pages/checkout.php:354
 
 
5465
  msgid "State"
5466
  msgstr "Bundesland"
5467
 
5468
- #: pages/billing.php:114 pages/checkout.php:363 pages/billing.php:95
5469
  #: pages/billing.php:99 pages/billing.php:108 pages/billing.php:111
5470
- #: pages/billing.php:113 pages/billing.php:117 pages/checkout.php:335
5471
- #: pages/checkout.php:337 pages/checkout.php:339 pages/checkout.php:348
5472
- #: pages/checkout.php:351 pages/checkout.php:354 pages/checkout.php:356
5473
- #: pages/checkout.php:358
 
 
5474
  msgid "Postal Code"
5475
  msgstr "Postleitzahl"
5476
 
5477
- #: pages/billing.php:123 pages/checkout.php:372 pages/billing.php:104
5478
  #: pages/billing.php:108 pages/billing.php:117 pages/billing.php:120
5479
- #: pages/billing.php:122 pages/billing.php:126 pages/checkout.php:344
5480
- #: pages/checkout.php:346 pages/checkout.php:348 pages/checkout.php:357
5481
- #: pages/checkout.php:360 pages/checkout.php:363 pages/checkout.php:365
5482
- #: pages/checkout.php:367
 
 
5483
  msgid "City, State Zip"
5484
  msgstr "Ort, Bundesland"
5485
 
5486
- #: pages/billing.php:176 pages/checkout.php:425 pages/billing.php:157
5487
  #: pages/billing.php:161 pages/billing.php:170 pages/billing.php:173
5488
- #: pages/billing.php:175 pages/billing.php:179 pages/checkout.php:397
5489
- #: pages/checkout.php:399 pages/checkout.php:401 pages/checkout.php:410
5490
- #: pages/checkout.php:413 pages/checkout.php:416 pages/checkout.php:418
5491
- #: pages/checkout.php:420
 
 
5492
  msgid "Country"
5493
  msgstr "Land"
5494
 
5495
- #: pages/billing.php:201 pages/checkout.php:450 pages/billing.php:182
5496
  #: pages/billing.php:186 pages/billing.php:195 pages/billing.php:198
5497
- #: pages/billing.php:200 pages/billing.php:204 pages/checkout.php:422
5498
- #: pages/checkout.php:424 pages/checkout.php:426 pages/checkout.php:435
5499
- #: pages/checkout.php:438 pages/checkout.php:441 pages/checkout.php:443
5500
- #: pages/checkout.php:445
 
 
5501
  msgid "Phone"
5502
  msgstr "Telefon"
5503
 
5504
- #: pages/billing.php:212 pages/checkout.php:227 pages/checkout.php:464
5505
  #: pages/billing.php:193 pages/billing.php:197 pages/billing.php:206
5506
- #: pages/billing.php:209 pages/billing.php:211 pages/billing.php:215
5507
- #: pages/checkout.php:204 pages/checkout.php:207 pages/checkout.php:209
5508
- #: pages/checkout.php:216 pages/checkout.php:218 pages/checkout.php:220
 
 
5509
  #: pages/checkout.php:436 pages/checkout.php:438 pages/checkout.php:440
5510
  #: pages/checkout.php:449 pages/checkout.php:453 pages/checkout.php:455
5511
- #: pages/checkout.php:457 pages/checkout.php:460
 
5512
  msgid "E-mail Address"
5513
  msgstr "e-mail Adresse"
5514
 
5515
- #: pages/billing.php:216 pages/checkout.php:473 pages/billing.php:197
5516
  #: pages/billing.php:201 pages/billing.php:210 pages/billing.php:213
5517
- #: pages/billing.php:215 pages/billing.php:219 pages/checkout.php:445
5518
- #: pages/checkout.php:447 pages/checkout.php:449 pages/checkout.php:458
5519
- #: pages/checkout.php:462 pages/checkout.php:464 pages/checkout.php:466
5520
- #: pages/checkout.php:469
 
 
5521
  msgid "Confirm E-mail"
5522
  msgstr "e-mail bestätigen"
5523
 
5524
- #: pages/billing.php:244 pages/billing.php:217 pages/billing.php:221
5525
  #: pages/billing.php:230 pages/billing.php:231 pages/billing.php:234
5526
- #: pages/billing.php:238 pages/billing.php:247
 
5527
  msgid "Credit Card Information"
5528
  msgstr "Kreditkarten Informationen"
5529
 
5530
- #: pages/billing.php:245 pages/billing.php:217 pages/billing.php:221
5531
  #: pages/billing.php:230 pages/billing.php:232 pages/billing.php:235
5532
- #: pages/billing.php:239 pages/billing.php:248
 
5533
  #, php-format
5534
  msgid "We accept %s"
5535
  msgstr "Wir aktzeptieren %s"
5536
 
5537
- #: pages/billing.php:387 pages/billing.php:309 pages/billing.php:313
5538
  #: pages/billing.php:344 pages/billing.php:353 pages/billing.php:356
5539
- #: pages/billing.php:360 pages/billing.php:364 pages/billing.php:408
5540
- #: pages/billing.php:417 pages/billing.php:422
 
 
5541
  msgid ""
5542
  "This subscription is not recurring. So you don't need to update your billing "
5543
  "information."
@@ -5577,8 +7756,8 @@ msgstr "Alle Mitgliedschaften kündigen"
5577
  msgid "Click here to go to the home page."
5578
  msgstr "Klicken Sie hier, um zur Startseite zu gelangen."
5579
 
5580
- #: pages/checkout.php:35 pages/checkout.php:26 pages/checkout.php:27
5581
- #: pages/checkout.php:28
5582
  msgid ""
5583
  "Almost done. Review the membership information and pricing below then "
5584
  "<strong>click the \"Complete Payment\" button</strong> to finish your order."
@@ -5587,19 +7766,21 @@ msgstr ""
5587
  "<strong>klicken Sie auf \"Zahlung abschließen\" </strong> um Ihre Bestellung "
5588
  "abzuschließen."
5589
 
5590
- #: pages/checkout.php:43 pages/checkout.php:33 pages/checkout.php:34
5591
- #: pages/checkout.php:35 pages/checkout.php:42
5592
  msgid "change"
5593
  msgstr "ändern"
5594
 
5595
- #: pages/checkout.php:51 pages/checkout.php:41 pages/checkout.php:42
5596
- #: pages/checkout.php:43 pages/checkout.php:50
 
5597
  #, php-format
5598
  msgid "You have selected the <strong>%s</strong> membership level."
5599
  msgstr "Sie haben das <strong>%s</strong> Paket gewählt."
5600
 
5601
- #: pages/checkout.php:68 pages/checkout.php:51 pages/checkout.php:53
5602
- #: pages/checkout.php:60 pages/checkout.php:61
 
5603
  #, php-format
5604
  msgid ""
5605
  "<p class=\"pmpro_level_discount_applied\">The <strong>%s</strong> code has "
@@ -5608,69 +7789,72 @@ msgstr ""
5608
  "<p class=\"pmpro_level_discount_applied\">Der <strong>%s</strong> Code wurde "
5609
  "für Ihre Bestellung übernommen.</p>"
5610
 
5611
- #: pages/checkout.php:79 services/applydiscountcode.php:92
5612
  #: pages/checkout.php:62 pages/checkout.php:63 pages/checkout.php:64
5613
- #: pages/checkout.php:71 pages/checkout.php:72
5614
- #: services/applydiscountcode.php:74 services/applydiscountcode.php:75
5615
- #: services/applydiscountcode.php:78 services/applydiscountcode.php:89
 
5616
  msgid "Click here to change your discount code"
5617
  msgstr "Klicken Sie hier, um Ihren Gutscheincode ändern"
5618
 
5619
- #: pages/checkout.php:81 pages/checkout.php:64 pages/checkout.php:65
5620
  #: pages/checkout.php:66 pages/checkout.php:73 pages/checkout.php:74
 
5621
  msgid "Click here to enter your discount code"
5622
  msgstr "Klicken Sie hier, um Ihren Gutscheincode einzugeben"
5623
 
5624
- #: pages/checkout.php:81 pages/checkout.php:64 pages/checkout.php:65
5625
  #: pages/checkout.php:66 pages/checkout.php:73 pages/checkout.php:74
 
5626
  msgid "Do you have a discount code?"
5627
  msgstr "Haben Sie einen Gutscheincode?"
5628
 
5629
- #: pages/checkout.php:182 pages/checkout.php:160 pages/checkout.php:163
5630
  #: pages/checkout.php:165 pages/checkout.php:172 pages/checkout.php:173
5631
- #: pages/checkout.php:175
5632
  msgid "Account Information"
5633
  msgstr "Account Informationen"
5634
 
5635
- #: pages/checkout.php:183 pages/checkout.php:160 pages/checkout.php:163
5636
- #: pages/checkout.php:165 pages/checkout.php:172 pages/checkout.php:174
5637
- #: pages/checkout.php:176
5638
  msgid "Already have an account?"
5639
  msgstr "Sie haben schon einen Account?"
5640
 
5641
- #: pages/checkout.php:183 pages/checkout.php:160 pages/checkout.php:163
5642
- #: pages/checkout.php:165 pages/checkout.php:172 pages/checkout.php:174
5643
- #: pages/checkout.php:176
5644
  msgid "Log in here"
5645
  msgstr "Hier einloggen"
5646
 
5647
- #: pages/checkout.php:209 pages/checkout.php:186 pages/checkout.php:189
5648
  #: pages/checkout.php:191 pages/checkout.php:198 pages/checkout.php:200
5649
- #: pages/checkout.php:202
5650
  msgid "Confirm Password"
5651
  msgstr "Passwort bestätigen"
5652
 
5653
- #: pages/checkout.php:236 pages/checkout.php:213 pages/checkout.php:216
5654
  #: pages/checkout.php:218 pages/checkout.php:225 pages/checkout.php:227
5655
- #: pages/checkout.php:229
5656
  msgid "Confirm E-mail Address"
5657
  msgstr "e-mail Adresse bestätigen"
5658
 
5659
- #: pages/checkout.php:255 pages/checkout.php:232 pages/checkout.php:235
5660
  #: pages/checkout.php:237 pages/checkout.php:244 pages/checkout.php:246
5661
- #: pages/checkout.php:248
5662
  msgid "Full Name"
5663
  msgstr "Vollständiger Name"
5664
 
5665
- #: pages/checkout.php:256 pages/checkout.php:233 pages/checkout.php:236
5666
  #: pages/checkout.php:238 pages/checkout.php:245 pages/checkout.php:247
5667
- #: pages/checkout.php:249
5668
  msgid "LEAVE THIS BLANK"
5669
  msgstr "FREI LASSEN"
5670
 
5671
- #: pages/checkout.php:280 pages/checkout.php:257 pages/checkout.php:260
5672
  #: pages/checkout.php:262 pages/checkout.php:269 pages/checkout.php:271
5673
- #: pages/checkout.php:273
5674
  #, php-format
5675
  msgid ""
5676
  "You are logged in as <strong>%s</strong>. If you would like to use a "
@@ -5680,37 +7864,41 @@ msgstr ""
5680
  "Mitgliedschaft einen anderen Account verwenden wollen, <a href=\"%s\">loggen "
5681
  "Sie sich hier aus</a>."
5682
 
5683
- #: pages/checkout.php:296 pages/checkout.php:276 pages/checkout.php:278
5684
  #: pages/checkout.php:285 pages/checkout.php:287 pages/checkout.php:289
5685
- #: pages/checkout.php:292 pages/checkout.php:299
5686
  msgid "Choose your Payment Method"
5687
  msgstr "Wählen Sie Ihre Zahlungsmethode"
5688
 
5689
- #: pages/checkout.php:305 pages/checkout.php:284 pages/checkout.php:286
5690
  #: pages/checkout.php:293 pages/checkout.php:296 pages/checkout.php:298
5691
- #: pages/checkout.php:300 pages/checkout.php:307
 
5692
  msgid "Check Out with a Credit Card Here"
5693
  msgstr "Mit Kreditkarte bezahlen"
5694
 
5695
- #: pages/checkout.php:693 pages/checkout.php:277 pages/checkout.php:284
5696
  #: pages/checkout.php:657 pages/checkout.php:672 pages/checkout.php:673
5697
  #: pages/checkout.php:681 pages/checkout.php:686 pages/checkout.php:690
5698
- #: pages/checkout.php:692 pages/checkout.php:696 pages/checkout.php:697
 
5699
  #, php-format
5700
  msgid "I agree to the %s"
5701
- msgstr "Ich stimme den %s zu"
5702
 
5703
- #: pages/checkout.php:713 pages/checkout.php:667 pages/checkout.php:674
5704
  #: pages/checkout.php:677 pages/checkout.php:692 pages/checkout.php:693
5705
  #: pages/checkout.php:701 pages/checkout.php:706 pages/checkout.php:710
5706
- #: pages/checkout.php:712 pages/checkout.php:716 pages/checkout.php:717
 
5707
  msgid "Complete Payment"
5708
  msgstr "Zahlung abschließen"
5709
 
5710
- #: pages/checkout.php:735 pages/checkout.php:687 pages/checkout.php:694
5711
  #: pages/checkout.php:697 pages/checkout.php:713 pages/checkout.php:714
5712
  #: pages/checkout.php:723 pages/checkout.php:728 pages/checkout.php:732
5713
- #: pages/checkout.php:734 pages/checkout.php:738 pages/checkout.php:739
 
5714
  msgid "Processing..."
5715
  msgstr "wird bearbeitet..."
5716
 
@@ -5744,9 +7932,10 @@ msgstr "Rechnung Nr. %s vom %s"
5744
  msgid "Print"
5745
  msgstr "Drucken"
5746
 
5747
- #: pages/confirmation.php:52 pages/confirmation.php:115 pages/invoice.php:27
5748
  #: pages/confirmation.php:45 pages/confirmation.php:46
5749
- #: pages/confirmation.php:102 pages/confirmation.php:104 pages/invoice.php:26
 
5750
  msgid "Account"
5751
  msgstr "Account"
5752
 
@@ -5756,24 +7945,34 @@ msgstr "Account"
5756
  msgid "Membership Expires"
5757
  msgstr "Zugang endet am"
5758
 
5759
- #: pages/confirmation.php:69 pages/invoice.php:50 pages/account.php:105
5760
  #: pages/account.php:109 pages/confirmation.php:61 pages/confirmation.php:63
5761
- #: pages/invoice.php:48
 
5762
  msgid "Payment Method"
5763
  msgstr "Zahlungsmethode"
5764
 
5765
- #: pages/confirmation.php:71 pages/invoice.php:52 pages/invoice.php:110
5766
- #: pages/confirmation.php:63 pages/confirmation.php:65 pages/invoice.php:50
5767
- #: pages/invoice.php:107 pages/invoice.php:109
 
 
 
 
 
 
 
 
5768
  msgid "Total Billed"
5769
  msgstr "Summe"
5770
 
5771
- #: pages/confirmation.php:88 pages/invoice.php:69 pages/confirmation.php:80
5772
- #: pages/confirmation.php:82 pages/invoice.php:67
5773
- msgid "ending in"
5774
- msgstr "endet mit"
5775
 
5776
- #: pages/confirmation.php:103 pages/confirmation.php:97
 
5777
  #, php-format
5778
  msgid ""
5779
  "Below are details about your membership account. A welcome email has been "
@@ -5782,18 +7981,22 @@ msgstr ""
5782
  "Unten finden Sie Details zu Ihrem Mitgliedskonto. Eine Wilkommens-E-Mail "
5783
  "wurde an %s gesendet."
5784
 
5785
- #: pages/confirmation.php:116 pages/confirmation.php:103
5786
- #: pages/confirmation.php:105
 
5787
  msgid "Pending"
5788
  msgstr "ausstehend"
5789
 
5790
- #: pages/confirmation.php:124 pages/invoice.php:141 pages/confirmation.php:111
5791
- #: pages/confirmation.php:113 pages/invoice.php:139
 
 
5792
  msgid "View Your Membership Account &rarr;"
5793
  msgstr "Ihren Account anzeigen &rarr;"
5794
 
5795
- #: pages/confirmation.php:126 pages/confirmation.php:113
5796
- #: pages/confirmation.php:115
 
5797
  msgid ""
5798
  "If your account is not activated within a few minutes, please contact the "
5799
  "site owner."
@@ -5801,19 +8004,18 @@ msgstr ""
5801
  "Wenn Ihr Account nicht innerhalb der nächsten Minuten aktiviert wird, "
5802
  "kontaktieren Sie bitte den Betreiber der Seite."
5803
 
5804
- #: pages/invoice.php:82 pages/invoice.php:80
5805
- msgid "Coupon"
5806
- msgstr "Gutschein"
5807
-
5808
- #: pages/invoice.php:108 pages/invoice.php:106
5809
  msgid "Invoice #"
5810
  msgstr "Rechnung Nr."
5811
 
5812
- #: pages/invoice.php:134 pages/invoice.php:132
 
5813
  msgid "No invoices found."
5814
  msgstr "Keine Rechnungen gefunden."
5815
 
5816
- #: pages/invoice.php:145 pages/invoice.php:143
 
5817
  msgid "&larr; View All Invoices"
5818
  msgstr "&larr; alle Rechnungen anzeigen"
5819
 
@@ -5847,30 +8049,34 @@ msgstr "&larr; zurück zu Ihrem Account"
5847
  msgid "&larr; Return to Home"
5848
  msgstr "&larr; zurück zur Startseite"
5849
 
5850
- #: paid-memberships-pro.php:125 adminpages/orders.php:398
5851
  #: adminpages/orders.php:448 paid-memberships-pro.php:115
5852
  #: paid-memberships-pro.php:116 paid-memberships-pro.php:123
5853
- #: paid-memberships-pro.php:124 paid-memberships-pro.php:126
5854
- #: paid-memberships-pro.php:128
 
5855
  msgid "Testing Only"
5856
  msgstr "Nur Test"
5857
 
5858
- #: paid-memberships-pro.php:130 paid-memberships-pro.php:120
5859
  #: paid-memberships-pro.php:121 paid-memberships-pro.php:128
5860
- #: paid-memberships-pro.php:129 paid-memberships-pro.php:131
5861
- #: paid-memberships-pro.php:133
 
5862
  msgid "PayPal Payflow Pro/PayPal Pro"
5863
  msgstr "PayPal Payflow Pro/PayPal Pro"
5864
 
5865
- #: paid-memberships-pro.php:135 paid-memberships-pro.php:125
5866
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:133
5867
- #: paid-memberships-pro.php:134 paid-memberships-pro.php:136
5868
- #: paid-memberships-pro.php:138
 
5869
  msgid "Cybersource"
5870
  msgstr "Cybersource"
5871
 
5872
- #: paid-memberships-pro.php:156 paid-memberships-pro.php:157
5873
- #: paid-memberships-pro.php:159
 
5874
  msgid "Once a month"
5875
  msgstr "Einmal monatlich"
5876
 
@@ -5888,7 +8094,8 @@ msgstr ""
5888
  "Leider konnte Ihre Anfrage nicht durchgeführt werden. Bitte versuchen Sie es "
5889
  "in einigen Momenten erneut."
5890
 
5891
- #: preheaders/billing.php:145 preheaders/checkout.php:322
 
5892
  #: preheaders/billing.php:258 preheaders/billing.php:265
5893
  #: preheaders/billing.php:266 preheaders/billing.php:270
5894
  #: preheaders/billing.php:273 preheaders/billing.php:279
@@ -5900,7 +8107,8 @@ msgstr ""
5900
  msgid "Please complete all required fields."
5901
  msgstr "Füllen Sie bitte alle erforderlichen Felder aus."
5902
 
5903
- #: preheaders/billing.php:148 preheaders/checkout.php:330
 
5904
  #: preheaders/billing.php:263 preheaders/billing.php:268
5905
  #: preheaders/billing.php:269 preheaders/billing.php:273
5906
  #: preheaders/billing.php:276 preheaders/billing.php:284
@@ -5913,7 +8121,8 @@ msgid "Your email addresses do not match. Please try again."
5913
  msgstr ""
5914
  "Ihre e-mail Adressen stimmen nicht überein. Bitte versuchen Sie es erneut."
5915
 
5916
- #: preheaders/billing.php:151 preheaders/checkout.php:335
 
5917
  #: preheaders/billing.php:268 preheaders/billing.php:271
5918
  #: preheaders/billing.php:272 preheaders/billing.php:276
5919
  #: preheaders/billing.php:279 preheaders/billing.php:289
@@ -5926,14 +8135,16 @@ msgid "The email address entered is in an invalid format. Please try again."
5926
  msgstr ""
5927
  "Dein eingegebene e-mail Adresse ist ungültig. Bitte versuchen Sie es erneut."
5928
 
5929
- #: preheaders/billing.php:155 preheaders/billing.php:274
 
5930
  #: preheaders/billing.php:275 preheaders/billing.php:276
5931
  #: preheaders/billing.php:280 preheaders/billing.php:283
5932
  #: preheaders/billing.php:295
5933
  msgid "All good!"
5934
  msgstr "Alles erledigt!"
5935
 
5936
- #: preheaders/billing.php:222 preheaders/billing.php:340
 
5937
  #: preheaders/billing.php:345 preheaders/billing.php:346
5938
  #: preheaders/billing.php:350 preheaders/billing.php:353
5939
  #: preheaders/billing.php:370
@@ -5943,15 +8154,16 @@ msgstr ""
5943
  "Informationen aktualisiert. <a href=\"%s\">&laquo; zurück zu meinem Account</"
5944
  "a>"
5945
 
5946
- #: preheaders/billing.php:228 preheaders/billing.php:347
 
5947
  #: preheaders/billing.php:351 preheaders/billing.php:352
5948
  #: preheaders/billing.php:356 preheaders/billing.php:359
5949
  #: preheaders/billing.php:378 preheaders/billing.php:380
5950
  msgid "Error updating billing information."
5951
  msgstr "Fehler beim aktualisieren der Zahlungsinformationen."
5952
 
5953
- #: preheaders/cancel.php:59 preheaders/cancel.php:24 preheaders/cancel.php:25
5954
- #: preheaders/cancel.php:28
5955
  msgid "Your membership has been cancelled."
5956
  msgstr "Ihre Mitgliedschaft wurde storniert."
5957
 
@@ -5970,7 +8182,7 @@ msgstr "Ungültiger Zugang."
5970
  #: preheaders/checkout.php:89 preheaders/checkout.php:91
5971
  #: preheaders/checkout.php:95 preheaders/checkout.php:96
5972
  msgid "Checkout: Payment Information"
5973
- msgstr "Checkout: Zahlungs Informationen"
5974
 
5975
  #: preheaders/checkout.php:59 preheaders/checkout.php:100
5976
  #: preheaders/checkout.php:101
@@ -6000,7 +8212,7 @@ msgstr "Die Passwörter stimmen nicht überein. Bitte versuchen Sie es erneut."
6000
  #: preheaders/checkout.php:503 preheaders/checkout.php:504
6001
  #, php-format
6002
  msgid "Please check the box to agree to the %s."
6003
- msgstr "Bestätigen Sie bitte, dass Sie mit den %s einverstanden sind."
6004
 
6005
  #: preheaders/checkout.php:347 preheaders/checkout.php:357
6006
  #: preheaders/checkout.php:361 preheaders/checkout.php:389
@@ -6020,15 +8232,13 @@ msgstr ""
6020
  "Dieser Benutzername wird bereits verwendet. Bitte versuchen Sie einen "
6021
  "anderen."
6022
 
6023
- #: preheaders/checkout.php:373 preheaders/checkout.php:382
6024
- #: preheaders/checkout.php:386 preheaders/checkout.php:415
6025
- #: preheaders/checkout.php:508 preheaders/checkout.php:515
6026
- #: preheaders/checkout.php:520 preheaders/checkout.php:524
6027
- #: preheaders/checkout.php:541 preheaders/checkout.php:542
6028
- msgid "That email address is already taken. Please try another."
6029
  msgstr ""
6030
- "Diese e-mail Adresse wird bereits verwendet. Bitte versuchen Sie es mit "
6031
- "einer anderen."
6032
 
6033
  #: preheaders/checkout.php:404 preheaders/checkout.php:397
6034
  #: preheaders/checkout.php:399 preheaders/checkout.php:416
@@ -6192,14 +8402,6 @@ msgstr ""
6192
  "<p>Eine Zahlung wird von Authorize.net zur Überprüfung zurückgehalten.</"
6193
  "p><p>Zahlungs-Information von Authorize.net"
6194
 
6195
- #: services/stripe-webhook.php:193
6196
- #, php-format
6197
- msgid ""
6198
- "While processing an update to the subscription for %s, we failed to cancel "
6199
- "their old subscription in Stripe. Please check that this user's original "
6200
- "subscription (%s) is cancelled in the Stripe dashboard."
6201
- msgstr ""
6202
-
6203
  #: shortcodes/pmpro_account.php:45 pages/account.php:19
6204
  #: shortcodes/pmpro_account.php:44
6205
  msgid "Billing"
@@ -6215,49 +8417,51 @@ msgstr "Zahlungsinformationen ändern"
6215
  msgid "Change"
6216
  msgstr "Ändern"
6217
 
6218
- #: shortcodes/pmpro_account.php:93 pages/account.php:64
6219
  #: shortcodes/pmpro_account.php:90 shortcodes/pmpro_account.php:92
 
6220
  msgid "View all Membership Options"
6221
  msgstr "Alle Mitgliedschafts-Optionen zeigen"
6222
 
6223
- #: shortcodes/pmpro_account.php:102 pages/account.php:46 pages/account.php:50
6224
  #: pages/account.php:71 shortcodes/pmpro_account.php:99
6225
- #: shortcodes/pmpro_account.php:101
6226
  msgid "My Account"
6227
  msgstr "Ihr Account"
6228
 
6229
- #: shortcodes/pmpro_account.php:113 pages/account.php:55 pages/account.php:59
6230
  #: pages/account.php:80 shortcodes/pmpro_account.php:110
6231
- #: shortcodes/pmpro_account.php:112
6232
  msgid "Edit Profile"
6233
  msgstr "Profil editieren"
6234
 
6235
- #: shortcodes/pmpro_account.php:114 pages/account.php:56 pages/account.php:60
6236
  #: pages/account.php:81 shortcodes/pmpro_account.php:111
6237
- #: shortcodes/pmpro_account.php:113
6238
  msgid "Change Password"
6239
  msgstr "Passwort ändern"
6240
 
6241
- #: shortcodes/pmpro_account.php:121 pages/account.php:87 pages/account.php:125
6242
  #: pages/account.php:129 shortcodes/pmpro_account.php:118
6243
- #: shortcodes/pmpro_account.php:120
6244
  msgid "Past Invoices"
6245
  msgstr "Rechnungen"
6246
 
6247
- #: shortcodes/pmpro_account.php:127 pages/account.php:93
6248
  #: shortcodes/pmpro_account.php:124 shortcodes/pmpro_account.php:126
 
6249
  msgid "Amount"
6250
  msgstr "Betrag"
6251
 
6252
- #: shortcodes/pmpro_account.php:155 pages/account.php:121 pages/account.php:140
6253
  #: pages/account.php:144 shortcodes/pmpro_account.php:152
6254
- #: shortcodes/pmpro_account.php:154
6255
  msgid "View All Invoices"
6256
  msgstr "Alle Rechnungen anzeigen"
6257
 
6258
- #: shortcodes/pmpro_account.php:162 pages/account.php:128 pages/account.php:146
6259
  #: pages/account.php:150 shortcodes/pmpro_account.php:159
6260
- #: shortcodes/pmpro_account.php:161
6261
  msgid "Member Links"
6262
  msgstr "Account bearbeiten"
6263
 
@@ -6269,6 +8473,32 @@ msgstr "Deaktiviert"
6269
  msgid "Enabled"
6270
  msgstr "Aktiviert"
6271
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6272
  #: adminpages/discountcodes.php:437
6273
  msgid "Billing Ammount"
6274
  msgstr "Betrag"
@@ -6285,6 +8515,24 @@ msgstr ""
6285
  "Wie lange vor Ende des Ablaufdatums. Beachten Sie, dass alle zukünftigen "
6286
  "Zahlungen storniert werden, wenn die Mitgliedschaft ausläuft."
6287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6288
  #: adminpages/emailsettings.php:98
6289
  msgid "If unchecked, all emails from \"WordPress &lt;"
6290
  msgstr ""
@@ -6332,10 +8580,6 @@ msgstr "Testperiode"
6332
  msgid "every"
6333
  msgstr "jede(n)"
6334
 
6335
- #: adminpages/memberslist.php:184 adminpages/memberslist.php:212
6336
- msgid "Never"
6337
- msgstr "Nie"
6338
-
6339
  #: adminpages/pagesettings.php:73
6340
  #, php-format
6341
  msgid "Membership %s"
@@ -6349,6 +8593,32 @@ msgstr ""
6349
  "Payflow Pro unterstützt derzeit nur einmalige Zahlungen. User können "
6350
  "Anmeldungen für Level mit wiederkehrenden Zahlungen nicht abschließen."
6351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6352
  #: adminpages/paymentsettings.php:405 adminpages/paymentsettings.php:445
6353
  msgid ""
6354
  "If values are given, tax will be applied for any members ordering from the "
@@ -6371,7 +8641,7 @@ msgid ""
6371
  "Stripe doesn't require billing address fields. Choose 'No' to hide them on "
6372
  "the checkout page."
6373
  msgstr ""
6374
- "Stripe erfodert keine Zahlungsadressen-Felder. Wählen Sie \"Nein\" im diese "
6375
  "auf der Checkout-Seite auszublenden."
6376
 
6377
  #: adminpages/paymentsettings.php:438 adminpages/paymentsettings.php:471
@@ -6471,6 +8741,11 @@ msgstr ""
6471
  "Das %s Gateway benötigt die %s PHP Erweiterung. Bitte aktivieren Sie sie "
6472
  "oder bitten Sie ihren Hostingprovider es zu aktivieren."
6473
 
 
 
 
 
 
6474
  #: classes/gateways/class.pmprogateway_twocheckout.php:139
6475
  msgid "API Private Key"
6476
  msgstr ""
@@ -6489,6 +8764,24 @@ msgstr "Brasilianische Real (&#36;)"
6489
  msgid "South African Rand"
6490
  msgstr "Südafrikanische Rand"
6491
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6492
  #: includes/functions.php:173 includes/functions.php:209
6493
  #: includes/functions.php:215 includes/functions.php:217
6494
  #: includes/functions.php:218 includes/functions.php:219
@@ -6497,6 +8790,159 @@ msgstr "Südafrikanische Rand"
6497
  msgid " and then <strong>%s every %d %s for %d more %s</strong>."
6498
  msgstr " und dann <strong>%s jede(n) %d %s für %d weitere %s</strong>."
6499
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6500
  #: includes/profile.php:82 includes/profile.php:84
6501
  msgid "User is not paying."
6502
  msgstr "User bezahlt nicht."
@@ -6588,7 +9034,7 @@ msgstr "--"
6588
  #: pages/levels.php:51
6589
  #, php-format
6590
  msgid "%s per %s for %d more %s."
6591
- msgstr "%s per %s für %d weitere %s."
6592
 
6593
  #: pages/levels.php:55
6594
  #, php-format
@@ -6605,6 +9051,16 @@ msgstr "%s nach %d %s."
6605
  msgid "Set up Your Account"
6606
  msgstr "Account einrichten"
6607
 
 
 
 
 
 
 
 
 
 
 
6608
  #: services/stripe-webhook.php:176 services/stripe-webhook.php:194
6609
  #: services/stripe-webhook.php:270 services/stripe-webhook.php:271
6610
  #: services/stripe-webhook.php:272 services/stripe-webhook.php:283
@@ -6618,6 +9074,14 @@ msgstr ""
6618
  "Die Abo-Zahlung von %s wurde von Stripe storniert. Überprüfen Sie, ob die "
6619
  "Mitgliedschaft dieses Users deaktiviert ist, falls sie dies sein sollte."
6620
 
 
 
 
 
 
 
 
 
6621
  #~ msgid "The new level is %s."
6622
  #~ msgstr "Das neue Paket ist %s."
6623
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: pmpro\n"
8
+ "Report-Msgid-Bugs-To: jason@strangerstudios.com\n"
9
+ "POT-Creation-Date: 2018-05-27 09:47+0200\n"
10
+ "PO-Revision-Date: 2018-05-27 10:56+0200\n"
11
  "Last-Translator: \n"
12
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
13
  "Language: de_DE\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: Poedit 2.0.7\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
 
20
  #: adminpages/addons.php:5 adminpages/advancedsettings.php:5
29
  msgid "You do not have permissions to perform this action."
30
  msgstr "Sie haben keine Berechtigung für diesen Vorgang."
31
 
32
+ #: adminpages/addons.php:67 adminpages/admin_header.php:204
33
  #: includes/adminpages.php:53 includes/adminpages.php:151
34
  #: adminpages/addons.php:64 adminpages/addons.php:80
35
  #: adminpages/admin_header.php:133 adminpages/admin_header.php:154
36
+ #: adminpages/admin_header.php:170 adminpages/admin_header.php:179
37
+ #: adminpages/admin_header.php:191 includes/adminpages.php:14
38
  #: includes/adminpages.php:52 includes/adminpages.php:69
39
  #: includes/adminpages.php:135 includes/adminpages.php:142
40
  #: includes/adminpages.php:146
50
  msgid "Check Again"
51
  msgstr "Nochmal überprüfen"
52
 
53
+ #: adminpages/addons.php:79 adminpages/orders.php:983 adminpages/addons.php:76
54
  #: adminpages/addons.php:92 adminpages/orders.php:605 adminpages/orders.php:712
55
  #: adminpages/orders.php:741 adminpages/orders.php:850
56
+ #: adminpages/orders.php:881 adminpages/orders.php:892
57
  msgid "All"
58
  msgstr "Alle"
59
 
81
  msgid "Type"
82
  msgstr "Typ"
83
 
84
+ #: adminpages/addons.php:98 adminpages/membershiplevels.php:334
85
  #: adminpages/addons.php:95 adminpages/addons.php:111
86
  #: adminpages/membershiplevels.php:296 adminpages/membershiplevels.php:298
87
+ #: adminpages/membershiplevels.php:300 adminpages/membershiplevels.php:324
88
  msgid "Description"
89
  msgstr "Beschreibung"
90
 
169
  msgid "WordPress.org"
170
  msgstr "WordPress.org"
171
 
172
+ #: adminpages/addons.php:234 adminpages/orders.php:855
173
+ #: adminpages/orders.php:1340 adminpages/orders.php:1350
174
+ #: includes/profile.php:186 shortcodes/pmpro_account.php:148
175
  #: adminpages/addons.php:231 adminpages/addons.php:247
176
+ #: shortcodes/pmpro_account.php:145 shortcodes/pmpro_account.php:146
177
  msgid "N/A"
178
  msgstr "Nicht verfügbar"
179
 
203
  #: adminpages/addons.php:262 adminpages/addons.php:259
204
  #: adminpages/addons.php:275
205
  msgid "Visit plugin site"
206
+ msgstr "Gehe zur Plugin-Seite"
207
 
208
  #: adminpages/admin_header.php:25
209
  msgid "Add a membership level to get started."
234
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
235
 
236
  #: adminpages/admin_header.php:51 adminpages/admin_header.php:71
237
+ #: adminpages/admin_header.php:98 adminpages/admin_header.php:122
238
  #: adminpages/admin_header.php:50 adminpages/admin_header.php:70
239
+ #: adminpages/admin_header.php:90 adminpages/admin_header.php:91
240
+ #: adminpages/admin_header.php:111 adminpages/admin_header.php:112
241
  msgid "The levels with issues are highlighted below."
242
  msgstr "Die Pakete mit Fehlern sind unten hervorgehoben."
243
 
244
  #: adminpages/admin_header.php:53 adminpages/admin_header.php:73
245
+ #: adminpages/admin_header.php:101 adminpages/admin_header.php:124
246
  #: adminpages/admin_header.php:52 adminpages/admin_header.php:72
247
+ #: adminpages/admin_header.php:92 adminpages/admin_header.php:93
248
+ #: adminpages/admin_header.php:113 adminpages/admin_header.php:114
249
  msgid "Please edit your levels"
250
  msgstr "Ändern Sie bitte Ihre Pakete"
251
 
265
  "Die Zahlungs-Einstellungen für dieses Paket werden von Payflow nicht "
266
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
267
 
268
+ #: adminpages/admin_header.php:82 adminpages/admin_header.php:78
269
+ #: adminpages/admin_header.php:79
270
  msgid ""
271
  "The billing details for some of your membership levels is not supported by "
272
  "Braintree."
274
  "Die Zahlungs-Einstellungen für einige Ihrer Pakete werden von Braintree "
275
  "nicht unterstützt."
276
 
277
+ #: adminpages/admin_header.php:93 adminpages/admin_header.php:86
278
+ #: adminpages/admin_header.php:87
279
  msgid ""
280
  "The billing details for this level are not supported by Braintree. Please "
281
  "review the notes in the Billing Details section below."
283
  "Die Zahlungs-Einstellungen für dieses Paket werden von Braintree nicht "
284
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
285
 
286
+ #: adminpages/admin_header.php:109 adminpages/admin_header.php:98
287
+ #: adminpages/admin_header.php:99
288
  msgid ""
289
  "The billing details for some of your membership levels is not supported by "
290
  "TwoCheckout."
292
  "Die Zahlungs-Einstellungen für einige Ihrer Pakete werden von TwoCheckout "
293
  "nicht unterstützt."
294
 
295
+ #: adminpages/admin_header.php:118 adminpages/admin_header.php:107
296
+ #: adminpages/admin_header.php:108
297
  msgid ""
298
  "The billing details for this level are not supported by 2Checkout. Please "
299
  "review the notes in the Billing Details section below."
301
  "Die Zahlungs-Einstellungen für dieses Paket werden von 2Checkout nicht "
302
  "unterstützt. Bitte überprüfen Sie die Angaben unter Zahlungs-Einstellungen."
303
 
304
+ #: adminpages/admin_header.php:135
305
+ #: classes/gateways/class.pmprogateway_stripe.php:66
306
+ #: adminpages/admin_header.php:125
307
+ #, php-format
308
+ msgid ""
309
+ "The Stripe Gateway requires PHP 5.3.29 or greater. We recommend upgrading to "
310
+ "PHP %s or greater. Ask your host to upgrade."
311
+ msgstr ""
312
 
313
+ #: adminpages/admin_header.php:138
314
+ #: classes/gateways/class.pmprogateway_braintree.php:70
315
+ #: adminpages/admin_header.php:128
316
+ #: classes/gateways/class.pmprogateway_braintree.php:50
317
+ #, php-format
318
+ msgid ""
319
+ "The Braintree Gateway requires PHP 5.4.45 or greater. We recommend upgrading "
320
+ "to PHP %s or greater. Ask your host to upgrade."
321
+ msgstr ""
322
+
323
+ #: adminpages/admin_header.php:144 adminpages/admin_header.php:134
324
+ #, php-format
325
+ msgid "We recommend upgrading to PHP %s or greater. Ask your host to upgrade."
326
+ msgstr ""
327
+
328
+ #: adminpages/admin_header.php:160
329
+ msgid "Documentation"
330
+ msgstr "Dokumentation"
331
 
332
+ #: adminpages/admin_header.php:161
333
+ msgid "Get Support"
334
+ msgstr "Support bekommen"
335
+
336
+ #: adminpages/admin_header.php:184 adminpages/membershiplevels.php:641
337
+ #: adminpages/pagesettings.php:85 includes/adminpages.php:69
338
  #: includes/adminpages.php:70 includes/adminpages.php:116
339
+ #: includes/metaboxes.php:132 adminpages/admin_header.php:128
340
  #: adminpages/admin_header.php:149 adminpages/admin_header.php:150
341
+ #: adminpages/admin_header.php:159 adminpages/admin_header.php:171
342
  #: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
343
  #: adminpages/membershiplevels.php:498 adminpages/membershiplevels.php:525
344
  #: adminpages/membershiplevels.php:526 adminpages/membershiplevels.php:569
345
  #: adminpages/membershiplevels.php:607 adminpages/membershiplevels.php:609
346
  #: adminpages/membershiplevels.php:618 adminpages/membershiplevels.php:619
347
+ #: adminpages/membershiplevels.php:631 adminpages/pagesettings.php:69
348
+ #: adminpages/pagesettings.php:70 adminpages/pagesettings.php:71
349
+ #: includes/adminpages.php:44 includes/adminpages.php:64
350
+ #: includes/adminpages.php:65 includes/adminpages.php:100
351
+ #: includes/adminpages.php:107 includes/adminpages.php:111
352
+ #: includes/metaboxes.php:126 includes/metaboxes.php:131
353
  msgid "Membership Levels"
354
  msgstr "Pakete"
355
 
356
+ #: adminpages/admin_header.php:188 adminpages/pagesettings.php:108
357
  #: adminpages/admin_header.php:129 adminpages/admin_header.php:150
358
+ #: adminpages/admin_header.php:154 adminpages/admin_header.php:163
359
+ #: adminpages/admin_header.php:175 adminpages/pagesettings.php:92
360
+ #: adminpages/pagesettings.php:93 adminpages/pagesettings.php:120
361
  msgid "Pages"
362
  msgstr "Seiten"
363
 
364
+ #: adminpages/admin_header.php:192 adminpages/admin_header.php:130
365
  #: adminpages/admin_header.php:151 adminpages/admin_header.php:158
366
+ #: adminpages/admin_header.php:167 adminpages/admin_header.php:179
367
  msgid "Payment Gateway &amp; SSL"
368
  msgstr "Zahlungsdienstleister &amp; SSL"
369
 
370
+ #: adminpages/admin_header.php:196 adminpages/memberslist.php:168
371
+ #: shortcodes/pmpro_account.php:111 adminpages/admin_header.php:131
372
  #: adminpages/admin_header.php:152 adminpages/admin_header.php:162
373
+ #: adminpages/admin_header.php:171 adminpages/admin_header.php:183
374
  #: adminpages/memberslist.php:115 adminpages/memberslist.php:148
375
  #: adminpages/memberslist.php:158 pages/account.php:52 pages/account.php:56
376
  #: pages/account.php:77 shortcodes/pmpro_account.php:106
377
+ #: shortcodes/pmpro_account.php:108 shortcodes/pmpro_account.php:109
378
  msgid "Email"
379
  msgstr "Email"
380
 
381
+ #: adminpages/admin_header.php:200 adminpages/admin_header.php:132
382
  #: adminpages/admin_header.php:153 adminpages/admin_header.php:166
383
+ #: adminpages/admin_header.php:175 adminpages/admin_header.php:187
384
  msgid "Advanced"
385
  msgstr "Erweitert"
386
 
387
+ #: adminpages/advancedsettings.php:13 adminpages/discountcodes.php:58
388
+ #: adminpages/discountcodes.php:304 adminpages/emailsettings.php:16
389
+ #: adminpages/membershiplevels.php:43 adminpages/pagesettings.php:29
390
+ #: adminpages/pagesettings.php:68 adminpages/paymentsettings.php:19
391
+ msgid "Are you sure you want to do that? Try again."
392
+ msgstr ""
393
+ "Sind Sie sicher, dass Sie das tun wollen? Versuchen Sie es noch einmal."
394
+
395
+ #: adminpages/advancedsettings.php:60 adminpages/advancedsettings.php:35
396
+ #: adminpages/advancedsettings.php:42 adminpages/advancedsettings.php:43
397
+ #: adminpages/advancedsettings.php:46
398
  msgid "Your advanced settings have been updated."
399
  msgstr "Ihre erweiterten Einstellungen wurden gespeichert."
400
 
401
+ #: adminpages/advancedsettings.php:85 adminpages/advancedsettings.php:66
402
+ #: adminpages/advancedsettings.php:68 adminpages/advancedsettings.php:71
403
  #, php-format
404
  msgid ""
405
  "This content is for !!levels!! members only. <a href=\"%s\">Register here</"
408
  "Dieser Inhalt ist nur für !!levels!! Mitglieder. <a href=\"%s\">Hier "
409
  "anmelden</a>."
410
 
411
+ #: adminpages/advancedsettings.php:90 adminpages/advancedsettings.php:71
412
+ #: adminpages/advancedsettings.php:73 adminpages/advancedsettings.php:76
413
  #, php-format
414
  msgid ""
415
  "Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
419
  "(Wenn Sie noch keinen Account haben, können Sie sich <a href=\"%s\">Hier "
420
  "anmelden</a>.)"
421
 
422
+ #: adminpages/advancedsettings.php:95 adminpages/advancedsettings.php:76
423
+ #: adminpages/advancedsettings.php:78 adminpages/advancedsettings.php:81
424
  msgid ""
425
  "This content is for members only. Visit the site and log in/register to read."
426
  msgstr ""
427
  "Diese Inhalte sind nur für angemeldete User sichtbar. Bitte melden Sie sich "
428
  "an oder registrieren Sie sich, um die Inhalte zu sehen."
429
 
430
+ #: adminpages/advancedsettings.php:107 includes/adminpages.php:52
431
  #: includes/adminpages.php:144 adminpages/advancedsettings.php:79
432
+ #: adminpages/advancedsettings.php:86 adminpages/advancedsettings.php:88
433
+ #: adminpages/advancedsettings.php:91 includes/adminpages.php:13
434
  #: includes/adminpages.php:51 includes/adminpages.php:64
435
  #: includes/adminpages.php:128 includes/adminpages.php:135
436
  #: includes/adminpages.php:139
437
  msgid "Advanced Settings"
438
  msgstr "Erweiterte Einstellungen"
439
 
440
+ #: adminpages/advancedsettings.php:113 adminpages/advancedsettings.php:85
441
+ #: adminpages/advancedsettings.php:92 adminpages/advancedsettings.php:94
442
+ #: adminpages/advancedsettings.php:97
443
  msgid "Message for Logged-in Non-members"
444
  msgstr "Nachricht für eingeloggte Nicht-Mitglieder"
445
 
446
+ #: adminpages/advancedsettings.php:117 adminpages/advancedsettings.php:89
447
+ #: adminpages/advancedsettings.php:96 adminpages/advancedsettings.php:98
448
+ #: adminpages/advancedsettings.php:101
449
  msgid ""
450
  "This message replaces the post content for non-members. Available variables"
451
  msgstr ""
452
  "Diese Nachricht ersetzt den Artikel-Inhalt für Nicht-Mitglieder. Verfügbare "
453
  "Variablen"
454
 
455
+ #: adminpages/advancedsettings.php:122 adminpages/advancedsettings.php:94
456
+ #: adminpages/advancedsettings.php:101 adminpages/advancedsettings.php:103
457
+ #: adminpages/advancedsettings.php:106
458
  msgid "Message for Logged-out Users"
459
  msgstr "Nachricht für ausgeloggte User"
460
 
461
+ #: adminpages/advancedsettings.php:126 adminpages/advancedsettings.php:98
462
+ #: adminpages/advancedsettings.php:105 adminpages/advancedsettings.php:107
463
+ #: adminpages/advancedsettings.php:110
464
  msgid "This message replaces the post content for logged-out visitors."
465
  msgstr "Diese Nachricht ersetzt den Artikel-Inhalt für ausgeloggte Besucher."
466
 
467
+ #: adminpages/advancedsettings.php:131 adminpages/advancedsettings.php:103
468
+ #: adminpages/advancedsettings.php:110 adminpages/advancedsettings.php:112
469
+ #: adminpages/advancedsettings.php:115
470
  msgid "Message for RSS Feed"
471
  msgstr "Nachricht für RSS Feed"
472
 
473
+ #: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:107
474
+ #: adminpages/advancedsettings.php:114 adminpages/advancedsettings.php:116
475
+ #: adminpages/advancedsettings.php:119
476
  msgid "This message replaces the post content in RSS feeds."
477
  msgstr "Diese Nachricht ersetzt den Artikel-Inhalt in RSS-feeds."
478
 
479
+ #: adminpages/advancedsettings.php:141 adminpages/advancedsettings.php:122
480
+ #: adminpages/advancedsettings.php:125
481
  msgid "Filter searches and archives?"
482
  msgstr "Suchen und Archive filtern?"
483
 
484
+ #: adminpages/advancedsettings.php:145 adminpages/advancedsettings.php:126
485
+ #: adminpages/advancedsettings.php:129
486
  msgid ""
487
  "No - Non-members will see restricted posts/pages in searches and archives."
488
  msgstr ""
489
  "Nein - Nicht-Mitglieder werden eingeschränkte Beiträge/Seiten in Suchen und "
490
  "Archiven sehen."
491
 
492
+ #: adminpages/advancedsettings.php:146 adminpages/advancedsettings.php:127
493
+ #: adminpages/advancedsettings.php:130
494
  msgid ""
495
  "Yes - Only members will see restricted posts/pages in searches and archives."
496
  msgstr ""
497
  "Ja - Nur Mitglieder werden eingeschränkte Beiträge/Seiten in Suchen und "
498
  "Archiven sehen."
499
 
500
+ #: adminpages/advancedsettings.php:152 adminpages/advancedsettings.php:113
501
+ #: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:133
502
+ #: adminpages/advancedsettings.php:136
503
  msgid "Show Excerpts to Non-Members?"
504
  msgstr "Soll Nicht-Mitgliedern ein Ausschnitt gezeigt werden?"
505
 
506
+ #: adminpages/advancedsettings.php:156 adminpages/advancedsettings.php:117
507
+ #: adminpages/advancedsettings.php:124 adminpages/advancedsettings.php:137
508
+ #: adminpages/advancedsettings.php:140
509
  msgid "No - Hide excerpts."
510
  msgstr "Nein - Ausschnitt verbergen."
511
 
512
+ #: adminpages/advancedsettings.php:157 adminpages/advancedsettings.php:118
513
+ #: adminpages/advancedsettings.php:125 adminpages/advancedsettings.php:138
514
+ #: adminpages/advancedsettings.php:141
515
  msgid "Yes - Show excerpts."
516
  msgstr "Ja - Ausschnitt anzeigen."
517
 
518
+ #: adminpages/advancedsettings.php:163 adminpages/advancedsettings.php:144
519
+ #: adminpages/advancedsettings.php:147
520
  msgid "Hide Ads From Members?"
521
  msgstr "Werbung vor Mitgliedern verstecken?"
522
 
523
+ #: adminpages/advancedsettings.php:167 adminpages/advancedsettings.php:226
524
+ #: adminpages/advancedsettings.php:238 adminpages/membershiplevels.php:694
525
+ #: adminpages/paymentsettings.php:236
526
+ #: classes/gateways/class.pmprogateway_stripe.php:289 includes/profile.php:125
527
  #: adminpages/advancedsettings.php:128 adminpages/advancedsettings.php:135
528
+ #: adminpages/advancedsettings.php:148 adminpages/advancedsettings.php:151
529
  #: adminpages/advancedsettings.php:187 adminpages/advancedsettings.php:194
530
  #: adminpages/advancedsettings.php:199 adminpages/advancedsettings.php:206
531
+ #: adminpages/advancedsettings.php:207 adminpages/advancedsettings.php:210
532
+ #: adminpages/advancedsettings.php:219 adminpages/advancedsettings.php:222
533
  #: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
534
  #: adminpages/membershiplevels.php:571 adminpages/membershiplevels.php:578
535
  #: adminpages/membershiplevels.php:598 adminpages/membershiplevels.php:658
536
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
537
  #: adminpages/membershiplevels.php:667 adminpages/membershiplevels.php:668
538
+ #: adminpages/membershiplevels.php:672 adminpages/membershiplevels.php:684
539
+ #: adminpages/paymentsettings.php:210 adminpages/paymentsettings.php:219
540
  #: adminpages/paymentsettings.php:414 adminpages/paymentsettings.php:429
541
  #: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:436
542
  #: adminpages/paymentsettings.php:454 adminpages/paymentsettings.php:459
547
  #: classes/gateways/class.pmprogateway_stripe.php:206
548
  #: classes/gateways/class.pmprogateway_stripe.php:208
549
  #: classes/gateways/class.pmprogateway_stripe.php:209
550
+ #: classes/gateways/class.pmprogateway_stripe.php:220
551
+ #: classes/gateways/class.pmprogateway_stripe.php:222
552
+ #: classes/gateways/class.pmprogateway_stripe.php:249
553
+ #: classes/gateways/class.pmprogateway_stripe.php:281
554
+ #: classes/gateways/class.pmprogateway_stripe.php:297
555
+ #: classes/gateways/class.pmprogateway_stripe.php:298 includes/profile.php:101
556
  #: includes/profile.php:105 includes/profile.php:110 includes/profile.php:117
557
  #: includes/profile.php:121 includes/profile.php:123
558
  msgid "No"
559
  msgstr "Nein"
560
 
561
+ #: adminpages/advancedsettings.php:168 adminpages/advancedsettings.php:129
562
+ #: adminpages/advancedsettings.php:136 adminpages/advancedsettings.php:149
563
+ #: adminpages/advancedsettings.php:152
564
  msgid "Hide Ads From All Members"
565
+ msgstr "Werbung für alle Mitglieder ausblenden"
566
 
567
+ #: adminpages/advancedsettings.php:169 adminpages/advancedsettings.php:130
568
+ #: adminpages/advancedsettings.php:137 adminpages/advancedsettings.php:150
569
+ #: adminpages/advancedsettings.php:153
570
  msgid "Hide Ads From Certain Members"
571
  msgstr "Werbung für bestimmte Mitglieder ausblenden"
572
 
573
+ #: adminpages/advancedsettings.php:176 adminpages/advancedsettings.php:137
574
+ #: adminpages/advancedsettings.php:144 adminpages/advancedsettings.php:157
575
+ #: adminpages/advancedsettings.php:160
576
  msgid "Ads from the following plugins will be automatically turned off"
577
  msgstr "Werbung von den folgenden Plugins wird automatisch deaktiviert"
578
 
579
+ #: adminpages/advancedsettings.php:177 adminpages/advancedsettings.php:138
580
+ #: adminpages/advancedsettings.php:145 adminpages/advancedsettings.php:158
581
+ #: adminpages/advancedsettings.php:161
582
  msgid "To hide ads in your template code, use code like the following"
583
  msgstr ""
584
  "Um Werbung in Ihrem Template Code zu verbergen, verwenden Sie den folgenden "
585
  "Code"
586
 
587
+ #: adminpages/advancedsettings.php:188 adminpages/advancedsettings.php:149
588
+ #: adminpages/advancedsettings.php:156 adminpages/advancedsettings.php:169
589
+ #: adminpages/advancedsettings.php:172
590
  msgid "Choose Levels to Hide Ads From"
591
  msgstr "Pakete auswählen, für die Werbung ausgeblendet werden soll"
592
 
593
+ #: adminpages/advancedsettings.php:222 adminpages/advancedsettings.php:183
594
+ #: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:203
595
+ #: adminpages/advancedsettings.php:206
596
  msgid "Redirect all traffic from registration page to /susbcription/?"
597
  msgstr "Alle Besucher der Registrierungs-Seite zu /susbcription/ weiterleiten?"
598
 
599
+ #: adminpages/advancedsettings.php:222 adminpages/advancedsettings.php:183
600
+ #: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:203
601
+ #: adminpages/advancedsettings.php:206
602
  msgid "multisite only"
603
  msgstr "nur multisite"
604
 
605
+ #: adminpages/advancedsettings.php:227 adminpages/membershiplevels.php:694
606
+ #: adminpages/paymentsettings.php:237
607
+ #: classes/gateways/class.pmprogateway_stripe.php:290 includes/profile.php:126
608
  #: adminpages/advancedsettings.php:188 adminpages/advancedsettings.php:195
609
+ #: adminpages/advancedsettings.php:208 adminpages/advancedsettings.php:211
610
  #: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
611
  #: adminpages/membershiplevels.php:571 adminpages/membershiplevels.php:578
612
  #: adminpages/membershiplevels.php:598 adminpages/membershiplevels.php:658
613
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
614
  #: adminpages/membershiplevels.php:667 adminpages/membershiplevels.php:668
615
+ #: adminpages/membershiplevels.php:672 adminpages/membershiplevels.php:684
616
+ #: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:220
617
  #: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
618
  #: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:435
619
  #: adminpages/paymentsettings.php:437 adminpages/paymentsettings.php:455
624
  #: classes/gateways/class.pmprogateway_stripe.php:207
625
  #: classes/gateways/class.pmprogateway_stripe.php:209
626
  #: classes/gateways/class.pmprogateway_stripe.php:210
627
+ #: classes/gateways/class.pmprogateway_stripe.php:221
628
+ #: classes/gateways/class.pmprogateway_stripe.php:223
629
+ #: classes/gateways/class.pmprogateway_stripe.php:250
630
+ #: classes/gateways/class.pmprogateway_stripe.php:282
631
+ #: classes/gateways/class.pmprogateway_stripe.php:298
632
+ #: classes/gateways/class.pmprogateway_stripe.php:299 includes/profile.php:102
633
  #: includes/profile.php:106 includes/profile.php:111 includes/profile.php:118
634
  #: includes/profile.php:122 includes/profile.php:124
635
  msgid "Yes"
636
  msgstr "Ja"
637
 
638
+ #: adminpages/advancedsettings.php:234 adminpages/advancedsettings.php:195
639
+ #: adminpages/advancedsettings.php:202 adminpages/advancedsettings.php:215
640
+ #: adminpages/advancedsettings.php:218
641
  msgid "Use reCAPTCHA?"
642
  msgstr "reCAPTCHA verwenden?"
643
 
644
+ #: adminpages/advancedsettings.php:239 adminpages/advancedsettings.php:200
645
+ #: adminpages/advancedsettings.php:207 adminpages/advancedsettings.php:220
646
+ #: adminpages/advancedsettings.php:223
647
  msgid "Yes - Free memberships only."
648
  msgstr "Ja - nur Gratis-Mitgliedschaft"
649
 
650
+ #: adminpages/advancedsettings.php:240 adminpages/advancedsettings.php:201
651
+ #: adminpages/advancedsettings.php:208 adminpages/advancedsettings.php:221
652
+ #: adminpages/advancedsettings.php:224
653
  msgid "Yes - All memberships."
654
  msgstr "Ja - jede Mitgliedschaft"
655
 
656
+ #: adminpages/advancedsettings.php:242 adminpages/advancedsettings.php:203
657
+ #: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:223
658
+ #: adminpages/advancedsettings.php:226
659
  msgid "A free reCAPTCHA key is required."
660
  msgstr "Ein kostenloser reCAPTCHA key ist erforderlich."
661
 
662
+ #: adminpages/advancedsettings.php:242 adminpages/advancedsettings.php:203
663
+ #: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:223
664
+ #: adminpages/advancedsettings.php:226
665
  msgid "Click here to signup for reCAPTCHA"
666
  msgstr "Klicken Sie hier um sich bei reCAPTCHA anzumelden"
667
 
668
+ #: adminpages/advancedsettings.php:248
669
+ msgid "reCAPTCHA Site Key"
670
+ msgstr "reCAPTCHA Site Key"
 
671
 
672
+ #: adminpages/advancedsettings.php:251
673
+ msgid "reCAPTCHA Secret Key"
674
+ msgstr "reCAPTCHA Secret Key"
 
675
 
676
+ #: adminpages/advancedsettings.php:257 adminpages/advancedsettings.php:218
677
+ #: adminpages/advancedsettings.php:225 adminpages/advancedsettings.php:238
678
+ #: adminpages/advancedsettings.php:241
679
  msgid "Require Terms of Service on signups?"
680
  msgstr "Geschäftsbedingungen bei Registrierung bestätigen?"
681
 
682
+ #: adminpages/advancedsettings.php:264 adminpages/advancedsettings.php:225
683
+ #: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:245
684
+ #: adminpages/advancedsettings.php:248
685
  msgid ""
686
  "If yes, create a WordPress page containing your TOS agreement and assign it "
687
  "using the dropdown above."
689
  "Falls Ja, erstellen Sie eine WordPress Seite mit Ihren AGB und wählen Sie "
690
  "diese in obigem Dropdown-Menü aus."
691
 
692
+ #: adminpages/advancedsettings.php:375 adminpages/pagesettings.php:310
693
+ #: adminpages/paymentsettings.php:267 adminpages/advancedsettings.php:284
694
+ #: adminpages/advancedsettings.php:355 adminpages/advancedsettings.php:359
695
+ #: adminpages/advancedsettings.php:368 adminpages/pagesettings.php:209
 
 
 
696
  #: adminpages/pagesettings.php:223 adminpages/pagesettings.php:251
697
+ #: adminpages/pagesettings.php:254 adminpages/pagesettings.php:294
698
+ #: adminpages/pagesettings.php:295 adminpages/paymentsettings.php:238
699
+ #: adminpages/paymentsettings.php:250 adminpages/paymentsettings.php:485
700
+ #: adminpages/paymentsettings.php:526 adminpages/paymentsettings.php:532
701
+ #: adminpages/paymentsettings.php:534
702
  msgid "Save Settings"
703
  msgstr "Einstellungen speichern"
704
 
705
+ #: adminpages/discountcodes.php:102 adminpages/discountcodes.php:64
706
+ #: adminpages/discountcodes.php:65 adminpages/discountcodes.php:70
707
+ #: adminpages/discountcodes.php:71
 
 
 
 
 
 
 
 
 
 
 
708
  msgid "Discount code added successfully."
709
  msgstr "Gutscheincode erfolgreich hinzugefügt."
710
 
711
+ #: adminpages/discountcodes.php:108 adminpages/discountcodes.php:48
712
+ #: adminpages/discountcodes.php:49 adminpages/discountcodes.php:54
713
+ #: adminpages/discountcodes.php:77
714
+ msgid "Discount code updated successfully."
715
+ msgstr "Gutscheincode erfolgreich bearbeitet."
716
+
717
+ #: adminpages/discountcodes.php:116 adminpages/discountcodes.php:71
718
  #: adminpages/discountcodes.php:72 adminpages/discountcodes.php:73
719
+ #: adminpages/discountcodes.php:78 adminpages/discountcodes.php:85
720
  msgid "Error adding discount code. That code may already be in use."
721
  msgstr ""
722
  "Fehler beim Hinzufügen des Gutscheincodes. Dieser Code wird möglicherweise "
723
  "bereits verwendet."
724
 
725
+ #: adminpages/discountcodes.php:120 adminpages/discountcodes.php:55
726
+ #: adminpages/discountcodes.php:56 adminpages/discountcodes.php:61
727
+ #: adminpages/discountcodes.php:89
728
+ msgid "Error updating discount code. That code may already be in use."
729
+ msgstr ""
730
+ "Fehler beim Bearbeiten des Gutscheincodes. Der Code wird möglicherweise "
731
+ "bereits verwendet."
732
+
733
+ #: adminpages/discountcodes.php:280 adminpages/discountcodes.php:196
734
  #: adminpages/discountcodes.php:197 adminpages/discountcodes.php:198
735
+ #: adminpages/discountcodes.php:203 adminpages/discountcodes.php:247
736
  #, php-format
737
  msgid "Error saving values for the %s level."
738
  msgstr "Fehler beim Speichern der Einstellungen für das %s Paket."
739
 
740
+ #: adminpages/discountcodes.php:288 adminpages/discountcodes.php:204
741
  #: adminpages/discountcodes.php:205 adminpages/discountcodes.php:206
742
+ #: adminpages/discountcodes.php:211 adminpages/discountcodes.php:255
743
  msgid "There were errors updating the level values: "
744
  msgstr "Es gab Fehler beim aktualisieren der Paket-Einstellugen:"
745
 
746
+ #: adminpages/discountcodes.php:328 adminpages/discountcodes.php:234
747
  #: adminpages/discountcodes.php:237 adminpages/discountcodes.php:238
748
+ #: adminpages/discountcodes.php:239 adminpages/discountcodes.php:244
749
+ #: adminpages/discountcodes.php:288
750
  #, php-format
751
  msgid "Code %s deleted successfully."
752
  msgstr "Code %s erfolgreich gelöscht."
753
 
754
+ #: adminpages/discountcodes.php:333 adminpages/discountcodes.php:239
755
  #: adminpages/discountcodes.php:242 adminpages/discountcodes.php:243
756
+ #: adminpages/discountcodes.php:244 adminpages/discountcodes.php:249
757
+ #: adminpages/discountcodes.php:293
758
  msgid ""
759
  "Error deleting discount code. The code was only partially deleted. Please "
760
  "try again."
762
  "Fehler beim Löschen des Gutscheincodes. Der Code wurde nur teilweise "
763
  "gelöscht. Bitte versuchen Sie es erneut."
764
 
765
+ #: adminpages/discountcodes.php:339 adminpages/discountcodes.php:245
766
  #: adminpages/discountcodes.php:248 adminpages/discountcodes.php:249
767
+ #: adminpages/discountcodes.php:250 adminpages/discountcodes.php:255
768
+ #: adminpages/discountcodes.php:299
769
  msgid "Error deleting code. Please try again."
770
  msgstr "Fehler beim Löschen des Codes. Bitte versuchen Sie es erneut."
771
 
772
+ #: adminpages/discountcodes.php:345 adminpages/discountcodes.php:251
773
  #: adminpages/discountcodes.php:254 adminpages/discountcodes.php:255
774
+ #: adminpages/discountcodes.php:256 adminpages/discountcodes.php:261
775
+ #: adminpages/discountcodes.php:305
776
  msgid "Code not found."
777
  msgstr "Code nicht gefunden."
778
 
779
+ #: adminpages/discountcodes.php:358 adminpages/discountcodes.php:264
780
  #: adminpages/discountcodes.php:267 adminpages/discountcodes.php:268
781
+ #: adminpages/discountcodes.php:269 adminpages/discountcodes.php:274
782
+ #: adminpages/discountcodes.php:318
783
  msgid "Edit Discount Code"
784
  msgstr "Gutscheincode bearbeiten"
785
 
786
+ #: adminpages/discountcodes.php:360 adminpages/discountcodes.php:678
787
  #: adminpages/discountcodes.php:266 adminpages/discountcodes.php:269
788
  #: adminpages/discountcodes.php:270 adminpages/discountcodes.php:271
789
+ #: adminpages/discountcodes.php:276 adminpages/discountcodes.php:320
790
  #: adminpages/discountcodes.php:526 adminpages/discountcodes.php:529
791
  #: adminpages/discountcodes.php:557 adminpages/discountcodes.php:558
792
+ #: adminpages/discountcodes.php:559 adminpages/discountcodes.php:564
793
+ #: adminpages/discountcodes.php:637
794
  msgid "Add New Discount Code"
795
  msgstr "Neuen Gutscheincode hinzufügen."
796
 
797
+ #: adminpages/discountcodes.php:422 adminpages/discountcodes.php:719
798
+ #: adminpages/membershiplevels.php:322 adminpages/membershiplevels.php:663
799
+ #: adminpages/memberslist.php:164 adminpages/orders.php:1231
800
+ #: adminpages/reports/login.php:162 adminpages/templates/orders-email.php:46
801
  #: adminpages/templates/orders-print.php:75 adminpages/discountcodes.php:306
802
  #: adminpages/discountcodes.php:309 adminpages/discountcodes.php:310
803
+ #: adminpages/discountcodes.php:311 adminpages/discountcodes.php:316
804
+ #: adminpages/discountcodes.php:381 adminpages/discountcodes.php:547
805
  #: adminpages/discountcodes.php:557 adminpages/discountcodes.php:585
806
  #: adminpages/discountcodes.php:586 adminpages/discountcodes.php:587
807
+ #: adminpages/discountcodes.php:592 adminpages/discountcodes.php:665
808
  #: adminpages/membershiplevels.php:284 adminpages/membershiplevels.php:286
809
+ #: adminpages/membershiplevels.php:288 adminpages/membershiplevels.php:312
810
+ #: adminpages/membershiplevels.php:505 adminpages/membershiplevels.php:511
811
+ #: adminpages/membershiplevels.php:513 adminpages/membershiplevels.php:540
812
+ #: adminpages/membershiplevels.php:541 adminpages/membershiplevels.php:583
813
+ #: adminpages/membershiplevels.php:629 adminpages/membershiplevels.php:631
814
+ #: adminpages/membershiplevels.php:636 adminpages/membershiplevels.php:637
815
+ #: adminpages/membershiplevels.php:641 adminpages/membershiplevels.php:653
816
  #: adminpages/memberslist.php:111 adminpages/memberslist.php:144
817
  #: adminpages/memberslist.php:154 adminpages/orders.php:597
818
  #: adminpages/orders.php:900 adminpages/orders.php:910
819
  #: adminpages/orders.php:937 adminpages/orders.php:966
820
+ #: adminpages/orders.php:1103 adminpages/orders.php:1134
821
+ #: adminpages/orders.php:1140 adminpages/reports/login.php:140
822
+ #: adminpages/reports/login.php:142 adminpages/reports/login.php:158
823
  msgid "ID"
824
  msgstr "ID"
825
 
826
+ #: adminpages/discountcodes.php:423 adminpages/orders.php:394
827
  #: adminpages/discountcodes.php:307 adminpages/discountcodes.php:310
828
  #: adminpages/discountcodes.php:311 adminpages/discountcodes.php:312
829
+ #: adminpages/discountcodes.php:317 adminpages/discountcodes.php:382
830
  #: adminpages/orders.php:211 adminpages/orders.php:261
831
  #: adminpages/orders.php:333 adminpages/orders.php:344
832
+ #: adminpages/orders.php:362 adminpages/orders.php:375
833
+ #: adminpages/orders.php:386
834
  msgid "This will be generated when you save."
835
  msgstr "Wird beim Speichern automatisch generiert."
836
 
837
+ #: adminpages/discountcodes.php:427 adminpages/discountcodes.php:720
838
+ #: adminpages/orders.php:401 adminpages/orders.php:1232
839
  #: adminpages/discountcodes.php:311 adminpages/discountcodes.php:314
840
  #: adminpages/discountcodes.php:315 adminpages/discountcodes.php:316
841
+ #: adminpages/discountcodes.php:321 adminpages/discountcodes.php:386
842
  #: adminpages/discountcodes.php:548 adminpages/discountcodes.php:558
843
  #: adminpages/discountcodes.php:586 adminpages/discountcodes.php:587
844
+ #: adminpages/discountcodes.php:588 adminpages/discountcodes.php:593
845
+ #: adminpages/discountcodes.php:666 adminpages/orders.php:215
846
  #: adminpages/orders.php:265 adminpages/orders.php:337
847
  #: adminpages/orders.php:349 adminpages/orders.php:366
848
+ #: adminpages/orders.php:380 adminpages/orders.php:391
849
  #: adminpages/orders.php:598 adminpages/orders.php:901
850
  #: adminpages/orders.php:911 adminpages/orders.php:938
851
  #: adminpages/orders.php:967 adminpages/orders.php:1104
852
+ #: adminpages/orders.php:1135 adminpages/orders.php:1141
853
  msgid "Code"
854
  msgstr "Code"
855
 
856
+ #: adminpages/discountcodes.php:465 includes/privacy.php:186
857
+ #: adminpages/discountcodes.php:349 adminpages/discountcodes.php:352
858
+ #: adminpages/discountcodes.php:353 adminpages/discountcodes.php:354
859
+ #: adminpages/discountcodes.php:359 adminpages/discountcodes.php:424
860
  msgid "Start Date"
861
  msgstr "Start Datum"
862
 
863
+ #: adminpages/discountcodes.php:483
864
+ #: classes/gateways/class.pmprogateway_braintree.php:459
865
+ #: classes/gateways/class.pmprogateway_stripe.php:621 pages/billing.php:313
866
+ #: pages/checkout.php:463 adminpages/discountcodes.php:367
867
  #: adminpages/discountcodes.php:370 adminpages/discountcodes.php:371
868
+ #: adminpages/discountcodes.php:372 adminpages/discountcodes.php:377
869
+ #: adminpages/discountcodes.php:442
870
  #: classes/gateways/class.pmprogateway_braintree.php:308
871
  #: classes/gateways/class.pmprogateway_braintree.php:321
872
  #: classes/gateways/class.pmprogateway_braintree.php:323
873
  #: classes/gateways/class.pmprogateway_braintree.php:326
874
  #: classes/gateways/class.pmprogateway_braintree.php:327
875
  #: classes/gateways/class.pmprogateway_braintree.php:359
876
+ #: classes/gateways/class.pmprogateway_braintree.php:361
877
+ #: classes/gateways/class.pmprogateway_braintree.php:423
878
  #: classes/gateways/class.pmprogateway_stripe.php:454
879
  #: classes/gateways/class.pmprogateway_stripe.php:455
880
  #: classes/gateways/class.pmprogateway_stripe.php:465
884
  #: classes/gateways/class.pmprogateway_stripe.php:500
885
  #: classes/gateways/class.pmprogateway_stripe.php:503
886
  #: classes/gateways/class.pmprogateway_stripe.php:521
887
+ #: classes/gateways/class.pmprogateway_stripe.php:532
888
+ #: classes/gateways/class.pmprogateway_stripe.php:570
889
+ #: classes/gateways/class.pmprogateway_stripe.php:597
890
+ #: classes/gateways/class.pmprogateway_stripe.php:613
891
+ #: classes/gateways/class.pmprogateway_stripe.php:629
892
+ #: classes/gateways/class.pmprogateway_stripe.php:630 pages/billing.php:249
893
  #: pages/billing.php:253 pages/billing.php:262 pages/billing.php:265
894
+ #: pages/billing.php:268 pages/billing.php:310 pages/billing.php:316
895
+ #: pages/billing.php:317 pages/billing.php:319 pages/billing.php:342
896
  #: pages/checkout.php:508 pages/checkout.php:524 pages/checkout.php:525
897
  #: pages/checkout.php:532 pages/checkout.php:553 pages/checkout.php:562
898
+ #: pages/checkout.php:571 pages/checkout.php:575 pages/checkout.php:582
899
+ #: pages/checkout.php:585
900
  msgid "Expiration Date"
901
+ msgstr "Ablaufdatum"
902
 
903
+ #: adminpages/discountcodes.php:501 adminpages/discountcodes.php:723
904
  #: adminpages/discountcodes.php:385 adminpages/discountcodes.php:388
905
  #: adminpages/discountcodes.php:389 adminpages/discountcodes.php:390
906
+ #: adminpages/discountcodes.php:395 adminpages/discountcodes.php:460
907
  #: adminpages/discountcodes.php:551 adminpages/discountcodes.php:561
908
  #: adminpages/discountcodes.php:589 adminpages/discountcodes.php:590
909
+ #: adminpages/discountcodes.php:591 adminpages/discountcodes.php:596
910
+ #: adminpages/discountcodes.php:669
911
  msgid "Uses"
912
  msgstr "Nutzungen"
913
 
914
+ #: adminpages/discountcodes.php:504 adminpages/discountcodes.php:388
915
  #: adminpages/discountcodes.php:391 adminpages/discountcodes.php:392
916
+ #: adminpages/discountcodes.php:393 adminpages/discountcodes.php:398
917
+ #: adminpages/discountcodes.php:463
918
  msgid "Leave blank for unlimited uses."
919
  msgstr "Für unbeschränkte Anzahl an Nutzungen leer lassen."
920
 
921
+ #: adminpages/discountcodes.php:513 adminpages/discountcodes.php:400
922
  #: adminpages/discountcodes.php:401 adminpages/discountcodes.php:402
923
+ #: adminpages/discountcodes.php:407 adminpages/discountcodes.php:472
924
  msgid "Which Levels Will This Code Apply To?"
925
  msgstr "Für welche Pakete wird dieser Code angewandt?"
926
 
927
+ #: adminpages/discountcodes.php:551 adminpages/membershiplevels.php:375
928
  #: adminpages/discountcodes.php:427 adminpages/discountcodes.php:430
929
  #: adminpages/discountcodes.php:431 adminpages/discountcodes.php:432
930
+ #: adminpages/discountcodes.php:437 adminpages/discountcodes.php:510
931
  #: adminpages/membershiplevels.php:337 adminpages/membershiplevels.php:339
932
  #: adminpages/membershiplevels.php:341 adminpages/membershiplevels.php:342
933
+ #: adminpages/membershiplevels.php:365 adminpages/membershiplevels.php:507
934
+ #: adminpages/membershiplevels.php:513 adminpages/membershiplevels.php:515
935
+ #: adminpages/membershiplevels.php:542 pages/levels.php:14
936
  msgid "Initial Payment"
937
  msgstr "Einmal-Zahlung"
938
 
939
+ #: adminpages/discountcodes.php:562 adminpages/membershiplevels.php:386
940
  #: adminpages/discountcodes.php:428 adminpages/discountcodes.php:431
941
  #: adminpages/discountcodes.php:441 adminpages/discountcodes.php:442
942
+ #: adminpages/discountcodes.php:443 adminpages/discountcodes.php:448
943
+ #: adminpages/discountcodes.php:521 adminpages/membershiplevels.php:338
944
  #: adminpages/membershiplevels.php:340 adminpages/membershiplevels.php:350
945
  #: adminpages/membershiplevels.php:352 adminpages/membershiplevels.php:353
946
+ #: adminpages/membershiplevels.php:376
947
  msgid "The initial amount collected at registration."
948
  msgstr "Einmal-Zahlung, die bei Anmeldung fällig wird."
949
 
950
+ #: adminpages/discountcodes.php:567 adminpages/membershiplevels.php:390
951
  #: adminpages/discountcodes.php:432 adminpages/discountcodes.php:435
952
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:447
953
+ #: adminpages/discountcodes.php:448 adminpages/discountcodes.php:453
954
+ #: adminpages/discountcodes.php:526 adminpages/membershiplevels.php:342
955
  #: adminpages/membershiplevels.php:344 adminpages/membershiplevels.php:354
956
  #: adminpages/membershiplevels.php:356 adminpages/membershiplevels.php:357
957
+ #: adminpages/membershiplevels.php:380
958
  msgid "Recurring Subscription"
959
  msgstr "Abo-Mitgliedschaft"
960
 
961
+ #: adminpages/discountcodes.php:568 adminpages/membershiplevels.php:391
962
  #: adminpages/discountcodes.php:433 adminpages/discountcodes.php:436
963
  #: adminpages/discountcodes.php:447 adminpages/discountcodes.php:448
964
+ #: adminpages/discountcodes.php:449 adminpages/discountcodes.php:454
965
+ #: adminpages/discountcodes.php:527 adminpages/membershiplevels.php:343
966
  #: adminpages/membershiplevels.php:345 adminpages/membershiplevels.php:355
967
  #: adminpages/membershiplevels.php:357 adminpages/membershiplevels.php:358
968
+ #: adminpages/membershiplevels.php:381
969
  msgid "Check if this level has a recurring subscription payment."
970
  msgstr "Auswählen, wenn dieses Paket eine Abo-Mitgliedschaft haben soll."
971
 
972
+ #: adminpages/discountcodes.php:572 adminpages/membershiplevels.php:395
973
  #: adminpages/discountcodes.php:440 adminpages/discountcodes.php:451
974
  #: adminpages/discountcodes.php:452 adminpages/discountcodes.php:453
975
+ #: adminpages/discountcodes.php:458 adminpages/discountcodes.php:531
976
  #: adminpages/membershiplevels.php:347 adminpages/membershiplevels.php:349
977
  #: adminpages/membershiplevels.php:359 adminpages/membershiplevels.php:361
978
+ #: adminpages/membershiplevels.php:362 adminpages/membershiplevels.php:385
979
  msgid "Billing Amount"
980
  msgstr "Gesamtbetrag"
981
 
982
+ #: adminpages/discountcodes.php:587 adminpages/discountcodes.php:641
983
+ #: adminpages/membershiplevels.php:410 adminpages/membershiplevels.php:511
984
+ #: classes/gateways/class.pmprogateway_stripe.php:679
985
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
986
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
987
+ #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:492
988
+ #: adminpages/discountcodes.php:520 adminpages/discountcodes.php:521
989
+ #: adminpages/discountcodes.php:522 adminpages/discountcodes.php:527
990
+ #: adminpages/discountcodes.php:546 adminpages/discountcodes.php:600
991
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
992
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
993
+ #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:400
994
+ #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:476
995
+ #: adminpages/membershiplevels.php:477 adminpages/membershiplevels.php:479
996
+ #: adminpages/membershiplevels.php:480 adminpages/membershiplevels.php:501
997
  #: classes/gateways/class.pmprogateway_stripe.php:521
998
  #: classes/gateways/class.pmprogateway_stripe.php:522
999
  #: classes/gateways/class.pmprogateway_stripe.php:532
1004
  #: classes/gateways/class.pmprogateway_stripe.php:570
1005
  #: classes/gateways/class.pmprogateway_stripe.php:588
1006
  #: classes/gateways/class.pmprogateway_stripe.php:599
1007
+ #: classes/gateways/class.pmprogateway_stripe.php:637
1008
+ #: classes/gateways/class.pmprogateway_stripe.php:664
1009
+ #: classes/gateways/class.pmprogateway_stripe.php:671
1010
+ #: classes/gateways/class.pmprogateway_stripe.php:687
1011
+ #: classes/gateways/class.pmprogateway_stripe.php:688
1012
  msgid "Day(s)"
1013
  msgstr "Tag(e)"
1014
 
1015
+ #: adminpages/discountcodes.php:587 adminpages/discountcodes.php:641
1016
+ #: adminpages/membershiplevels.php:410 adminpages/membershiplevels.php:511
1017
+ #: classes/gateways/class.pmprogateway_stripe.php:679
1018
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
1019
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
1020
+ #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:492
1021
+ #: adminpages/discountcodes.php:520 adminpages/discountcodes.php:521
1022
+ #: adminpages/discountcodes.php:522 adminpages/discountcodes.php:527
1023
+ #: adminpages/discountcodes.php:546 adminpages/discountcodes.php:600
1024
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
1025
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
1026
+ #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:400
1027
+ #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:476
1028
+ #: adminpages/membershiplevels.php:477 adminpages/membershiplevels.php:479
1029
+ #: adminpages/membershiplevels.php:480 adminpages/membershiplevels.php:501
1030
  #: classes/gateways/class.pmprogateway_stripe.php:521
1031
  #: classes/gateways/class.pmprogateway_stripe.php:522
1032
  #: classes/gateways/class.pmprogateway_stripe.php:532
1037
  #: classes/gateways/class.pmprogateway_stripe.php:570
1038
  #: classes/gateways/class.pmprogateway_stripe.php:588
1039
  #: classes/gateways/class.pmprogateway_stripe.php:599
1040
+ #: classes/gateways/class.pmprogateway_stripe.php:637
1041
+ #: classes/gateways/class.pmprogateway_stripe.php:664
1042
+ #: classes/gateways/class.pmprogateway_stripe.php:671
1043
+ #: classes/gateways/class.pmprogateway_stripe.php:687
1044
+ #: classes/gateways/class.pmprogateway_stripe.php:688
1045
  msgid "Month(s)"
1046
  msgstr "Monat(e)"
1047
 
1048
+ #: adminpages/discountcodes.php:587 adminpages/discountcodes.php:641
1049
+ #: adminpages/membershiplevels.php:410 adminpages/membershiplevels.php:511
1050
+ #: classes/gateways/class.pmprogateway_stripe.php:679
1051
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
1052
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
1053
+ #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:492
1054
+ #: adminpages/discountcodes.php:520 adminpages/discountcodes.php:521
1055
+ #: adminpages/discountcodes.php:522 adminpages/discountcodes.php:527
1056
+ #: adminpages/discountcodes.php:546 adminpages/discountcodes.php:600
1057
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
1058
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
1059
+ #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:400
1060
+ #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:476
1061
+ #: adminpages/membershiplevels.php:477 adminpages/membershiplevels.php:479
1062
+ #: adminpages/membershiplevels.php:480 adminpages/membershiplevels.php:501
1063
  #: classes/gateways/class.pmprogateway_stripe.php:521
1064
  #: classes/gateways/class.pmprogateway_stripe.php:522
1065
  #: classes/gateways/class.pmprogateway_stripe.php:532
1070
  #: classes/gateways/class.pmprogateway_stripe.php:570
1071
  #: classes/gateways/class.pmprogateway_stripe.php:588
1072
  #: classes/gateways/class.pmprogateway_stripe.php:599
1073
+ #: classes/gateways/class.pmprogateway_stripe.php:637
1074
+ #: classes/gateways/class.pmprogateway_stripe.php:664
1075
+ #: classes/gateways/class.pmprogateway_stripe.php:671
1076
+ #: classes/gateways/class.pmprogateway_stripe.php:687
1077
+ #: classes/gateways/class.pmprogateway_stripe.php:688
1078
  msgid "Week(s)"
1079
  msgstr "Woche(n)"
1080
 
1081
+ #: adminpages/discountcodes.php:587 adminpages/discountcodes.php:641
1082
+ #: adminpages/membershiplevels.php:410 adminpages/membershiplevels.php:511
1083
+ #: classes/gateways/class.pmprogateway_stripe.php:679
1084
  #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:466
1085
  #: adminpages/discountcodes.php:467 adminpages/discountcodes.php:468
1086
+ #: adminpages/discountcodes.php:473 adminpages/discountcodes.php:492
1087
+ #: adminpages/discountcodes.php:520 adminpages/discountcodes.php:521
1088
+ #: adminpages/discountcodes.php:522 adminpages/discountcodes.php:527
1089
+ #: adminpages/discountcodes.php:546 adminpages/discountcodes.php:600
1090
  #: adminpages/membershiplevels.php:353 adminpages/membershiplevels.php:355
1091
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
1092
+ #: adminpages/membershiplevels.php:377 adminpages/membershiplevels.php:400
1093
+ #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:476
1094
+ #: adminpages/membershiplevels.php:477 adminpages/membershiplevels.php:479
1095
+ #: adminpages/membershiplevels.php:480 adminpages/membershiplevels.php:501
1096
  #: classes/gateways/class.pmprogateway_stripe.php:521
1097
  #: classes/gateways/class.pmprogateway_stripe.php:522
1098
  #: classes/gateways/class.pmprogateway_stripe.php:532
1103
  #: classes/gateways/class.pmprogateway_stripe.php:570
1104
  #: classes/gateways/class.pmprogateway_stripe.php:588
1105
  #: classes/gateways/class.pmprogateway_stripe.php:599
1106
+ #: classes/gateways/class.pmprogateway_stripe.php:637
1107
+ #: classes/gateways/class.pmprogateway_stripe.php:664
1108
+ #: classes/gateways/class.pmprogateway_stripe.php:671
1109
+ #: classes/gateways/class.pmprogateway_stripe.php:687
1110
+ #: classes/gateways/class.pmprogateway_stripe.php:688
1111
  msgid "Year(s)"
1112
  msgstr "Jahr(e)"
1113
 
1114
+ #: adminpages/discountcodes.php:595 adminpages/membershiplevels.php:419
1115
  #: adminpages/discountcodes.php:451 adminpages/discountcodes.php:454
1116
  #: adminpages/discountcodes.php:474 adminpages/discountcodes.php:475
1117
+ #: adminpages/discountcodes.php:476 adminpages/discountcodes.php:481
1118
+ #: adminpages/discountcodes.php:554 adminpages/membershiplevels.php:362
1119
  #: adminpages/membershiplevels.php:364 adminpages/membershiplevels.php:383
1120
  #: adminpages/membershiplevels.php:385 adminpages/membershiplevels.php:386
1121
+ #: adminpages/membershiplevels.php:409
1122
  msgid "The amount to be billed one cycle after the initial payment."
1123
  msgstr "Der Betrag, der eine Periode nach der Einmal-Zahlung fällig wird."
1124
 
1125
+ #: adminpages/discountcodes.php:600 adminpages/membershiplevels.php:435
1126
  #: adminpages/discountcodes.php:456 adminpages/discountcodes.php:459
1127
  #: adminpages/discountcodes.php:479 adminpages/discountcodes.php:480
1128
+ #: adminpages/discountcodes.php:481 adminpages/discountcodes.php:486
1129
+ #: adminpages/discountcodes.php:559 adminpages/membershiplevels.php:380
1130
  #: adminpages/membershiplevels.php:382 adminpages/membershiplevels.php:401
1131
  #: adminpages/membershiplevels.php:403 adminpages/membershiplevels.php:404
1132
+ #: adminpages/membershiplevels.php:425
1133
  msgid "Billing Cycle Limit"
1134
  msgstr "Limit an Zahlungs-Perioden"
1135
 
1136
+ #: adminpages/discountcodes.php:603 adminpages/membershiplevels.php:439
1137
  #: adminpages/discountcodes.php:459 adminpages/discountcodes.php:462
1138
  #: adminpages/discountcodes.php:482 adminpages/discountcodes.php:483
1139
+ #: adminpages/discountcodes.php:484 adminpages/discountcodes.php:489
1140
+ #: adminpages/discountcodes.php:562 adminpages/membershiplevels.php:384
1141
  #: adminpages/membershiplevels.php:386 adminpages/membershiplevels.php:405
1142
  #: adminpages/membershiplevels.php:407 adminpages/membershiplevels.php:408
1143
+ #: adminpages/membershiplevels.php:429
1144
  msgid ""
1145
  "The <strong>total</strong> number of recurring billing cycles for this "
1146
  "level, including the trial period (if applicable) but not including the "
1150
  "inklusive der Test-Periode (falls zutreffend) aber ohne die Einmal-Zahlung. "
1151
  "Auf Null setzen, falls der Zugang unbegrenzt ist."
1152
 
1153
+ #: adminpages/discountcodes.php:608 adminpages/membershiplevels.php:448
1154
  #: adminpages/discountcodes.php:464 adminpages/discountcodes.php:467
1155
  #: adminpages/discountcodes.php:487 adminpages/discountcodes.php:488
1156
+ #: adminpages/discountcodes.php:489 adminpages/discountcodes.php:494
1157
+ #: adminpages/discountcodes.php:567 adminpages/membershiplevels.php:393
1158
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:414
1159
  #: adminpages/membershiplevels.php:416 adminpages/membershiplevels.php:417
1160
+ #: adminpages/membershiplevels.php:438
1161
  msgid "Custom Trial"
1162
  msgstr "Testperiode"
1163
 
1164
+ #: adminpages/discountcodes.php:609 adminpages/membershiplevels.php:450
1165
  #: adminpages/discountcodes.php:465 adminpages/discountcodes.php:468
1166
  #: adminpages/discountcodes.php:488 adminpages/discountcodes.php:489
1167
+ #: adminpages/discountcodes.php:490 adminpages/discountcodes.php:495
1168
+ #: adminpages/discountcodes.php:568 adminpages/membershiplevels.php:394
1169
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:397
1170
  #: adminpages/membershiplevels.php:416 adminpages/membershiplevels.php:418
1171
+ #: adminpages/membershiplevels.php:419 adminpages/membershiplevels.php:440
1172
  msgid "Check to add a custom trial period."
1173
  msgstr "Aktivieren, um eine Testperiode hinzuzufügen."
1174
 
1175
+ #: adminpages/discountcodes.php:613 adminpages/membershiplevels.php:459
1176
  #: adminpages/discountcodes.php:469 adminpages/discountcodes.php:472
1177
  #: adminpages/discountcodes.php:492 adminpages/discountcodes.php:493
1178
+ #: adminpages/discountcodes.php:494 adminpages/discountcodes.php:499
1179
+ #: adminpages/discountcodes.php:572 adminpages/membershiplevels.php:398
1180
  #: adminpages/membershiplevels.php:404 adminpages/membershiplevels.php:406
1181
  #: adminpages/membershiplevels.php:425 adminpages/membershiplevels.php:427
1182
+ #: adminpages/membershiplevels.php:428 adminpages/membershiplevels.php:449
1183
  msgid "Trial Billing Amount"
1184
  msgstr "Betrag für Testperiode"
1185
 
1186
+ #: adminpages/discountcodes.php:624 adminpages/membershiplevels.php:470
1187
  #: adminpages/discountcodes.php:472 adminpages/discountcodes.php:475
1188
  #: adminpages/discountcodes.php:503 adminpages/discountcodes.php:504
1189
+ #: adminpages/discountcodes.php:505 adminpages/discountcodes.php:510
1190
+ #: adminpages/discountcodes.php:583 adminpages/membershiplevels.php:401
1191
  #: adminpages/membershiplevels.php:407 adminpages/membershiplevels.php:409
1192
  #: adminpages/membershiplevels.php:436 adminpages/membershiplevels.php:438
1193
+ #: adminpages/membershiplevels.php:439 adminpages/membershiplevels.php:460
1194
  msgid "for the first"
1195
  msgstr "für die ersten"
1196
 
1197
+ #: adminpages/discountcodes.php:626 adminpages/membershiplevels.php:472
1198
  #: adminpages/discountcodes.php:474 adminpages/discountcodes.php:477
1199
  #: adminpages/discountcodes.php:505 adminpages/discountcodes.php:506
1200
+ #: adminpages/discountcodes.php:507 adminpages/discountcodes.php:512
1201
+ #: adminpages/discountcodes.php:585 adminpages/membershiplevels.php:403
1202
  #: adminpages/membershiplevels.php:409 adminpages/membershiplevels.php:411
1203
  #: adminpages/membershiplevels.php:438 adminpages/membershiplevels.php:440
1204
+ #: adminpages/membershiplevels.php:441 adminpages/membershiplevels.php:462
1205
  msgid "subscription payments"
1206
  msgstr "Abonnement Zahlungen"
1207
 
1208
+ #: adminpages/discountcodes.php:631 adminpages/membershiplevels.php:501
1209
  #: adminpages/discountcodes.php:479 adminpages/discountcodes.php:482
1210
  #: adminpages/discountcodes.php:510 adminpages/discountcodes.php:511
1211
+ #: adminpages/discountcodes.php:512 adminpages/discountcodes.php:517
1212
+ #: adminpages/discountcodes.php:590 adminpages/membershiplevels.php:431
1213
  #: adminpages/membershiplevels.php:437 adminpages/membershiplevels.php:439
1214
  #: adminpages/membershiplevels.php:466 adminpages/membershiplevels.php:467
1215
  #: adminpages/membershiplevels.php:469 adminpages/membershiplevels.php:470
1216
+ #: adminpages/membershiplevels.php:491
1217
  msgid "Membership Expiration"
1218
  msgstr "Zugang läuft ab"
1219
 
1220
+ #: adminpages/discountcodes.php:632 adminpages/membershiplevels.php:502
1221
  #: adminpages/discountcodes.php:483 adminpages/discountcodes.php:511
1222
  #: adminpages/discountcodes.php:512 adminpages/discountcodes.php:513
1223
+ #: adminpages/discountcodes.php:518 adminpages/discountcodes.php:591
1224
  #: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:438
1225
  #: adminpages/membershiplevels.php:440 adminpages/membershiplevels.php:467
1226
  #: adminpages/membershiplevels.php:468 adminpages/membershiplevels.php:470
1227
+ #: adminpages/membershiplevels.php:471 adminpages/membershiplevels.php:492
1228
  msgid "Check this to set when membership access expires."
1229
  msgstr "Wählen Sie diese Option, wenn der Zugang ablaufen soll."
1230
 
1231
+ #: adminpages/discountcodes.php:636 adminpages/membershiplevels.php:506
1232
  #: adminpages/discountcodes.php:484 adminpages/discountcodes.php:487
1233
  #: adminpages/discountcodes.php:515 adminpages/discountcodes.php:516
1234
+ #: adminpages/discountcodes.php:517 adminpages/discountcodes.php:522
1235
+ #: adminpages/discountcodes.php:595 adminpages/membershiplevels.php:436
1236
  #: adminpages/membershiplevels.php:442 adminpages/membershiplevels.php:444
1237
  #: adminpages/membershiplevels.php:471 adminpages/membershiplevels.php:472
1238
  #: adminpages/membershiplevels.php:474 adminpages/membershiplevels.php:475
1239
+ #: adminpages/membershiplevels.php:496
1240
  msgid "Expires In"
1241
  msgstr "Läuft ab in"
1242
 
1243
+ #: adminpages/discountcodes.php:649 adminpages/membershiplevels.php:519
1244
  #: adminpages/discountcodes.php:500 adminpages/discountcodes.php:528
1245
  #: adminpages/discountcodes.php:529 adminpages/discountcodes.php:530
1246
+ #: adminpages/discountcodes.php:535 adminpages/discountcodes.php:608
1247
  #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:455
1248
  #: adminpages/membershiplevels.php:457 adminpages/membershiplevels.php:484
1249
  #: adminpages/membershiplevels.php:485 adminpages/membershiplevels.php:487
1250
+ #: adminpages/membershiplevels.php:488 adminpages/membershiplevels.php:509
1251
  msgid ""
1252
  "Set the duration of membership access. Note that the any future payments "
1253
  "(recurring subscription, if any) will be cancelled when the membership "
1256
  " Dauer des Zugangs bestimmen. Beachten Sie, dass zukünftige Zahlungen (Abo-"
1257
  "Zahlungen, falls welche anfallen) storniert werden, wenn der Zugang abläuft. "
1258
 
1259
+ #: adminpages/discountcodes.php:677 adminpages/discountcodes.php:525
1260
  #: adminpages/discountcodes.php:528 adminpages/discountcodes.php:556
1261
  #: adminpages/discountcodes.php:557 adminpages/discountcodes.php:558
1262
+ #: adminpages/discountcodes.php:563 adminpages/discountcodes.php:636
1263
  msgid "Memberships Discount Codes"
1264
  msgstr "Membership Gutscheincodes"
1265
 
1266
+ #: adminpages/discountcodes.php:700
1267
+ #, php-format
1268
+ msgid "%d discount codes found."
1269
+ msgstr "%d Gutscheincodes gefunden."
1270
+
1271
+ #: adminpages/discountcodes.php:707 adminpages/discountcodes.php:535
1272
  #: adminpages/discountcodes.php:538 adminpages/discountcodes.php:566
1273
  #: adminpages/discountcodes.php:567 adminpages/discountcodes.php:568
1274
+ #: adminpages/discountcodes.php:573 adminpages/discountcodes.php:646
1275
  msgid "Search Discount Codes"
1276
  msgstr "Gutscheincodes durchsuchen"
1277
 
1278
+ #: adminpages/discountcodes.php:710 adminpages/reports/login.php:103
1279
  #: adminpages/discountcodes.php:538 adminpages/discountcodes.php:541
1280
  #: adminpages/discountcodes.php:569 adminpages/discountcodes.php:570
1281
+ #: adminpages/discountcodes.php:571 adminpages/discountcodes.php:576
1282
+ #: adminpages/discountcodes.php:649 adminpages/reports/login.php:81
1283
+ #: adminpages/reports/login.php:83 adminpages/reports/login.php:99
1284
  msgid "Search"
1285
  msgstr "Suchen"
1286
 
1287
+ #: adminpages/discountcodes.php:721 adminpages/discountcodes.php:549
1288
  #: adminpages/discountcodes.php:559 adminpages/discountcodes.php:587
1289
  #: adminpages/discountcodes.php:588 adminpages/discountcodes.php:589
1290
+ #: adminpages/discountcodes.php:594 adminpages/discountcodes.php:667
1291
  msgid "Starts"
1292
  msgstr "Beginnt"
1293
 
1294
+ #: adminpages/discountcodes.php:722 adminpages/memberslist.php:183
1295
+ #: adminpages/reports/login.php:167 includes/profile.php:122
1296
  #: adminpages/discountcodes.php:550 adminpages/discountcodes.php:560
1297
  #: adminpages/discountcodes.php:588 adminpages/discountcodes.php:589
1298
+ #: adminpages/discountcodes.php:590 adminpages/discountcodes.php:595
1299
+ #: adminpages/discountcodes.php:668 adminpages/memberslist.php:121
1300
  #: adminpages/memberslist.php:159 adminpages/memberslist.php:169
1301
+ #: adminpages/memberslist.php:179 adminpages/reports/login.php:145
1302
+ #: adminpages/reports/login.php:147 adminpages/reports/login.php:163
1303
  #: includes/profile.php:98 includes/profile.php:102 includes/profile.php:107
1304
  #: includes/profile.php:114 includes/profile.php:118 includes/profile.php:120
1305
  msgid "Expires"
1306
  msgstr "Endet"
1307
 
1308
+ #: adminpages/discountcodes.php:724 adminpages/discountcodes.php:552
1309
  #: adminpages/discountcodes.php:562 adminpages/discountcodes.php:590
1310
  #: adminpages/discountcodes.php:591 adminpages/discountcodes.php:592
1311
+ #: adminpages/discountcodes.php:597 adminpages/discountcodes.php:670
1312
  msgid "Levels"
1313
  msgstr "Levels"
1314
 
1315
+ #: adminpages/discountcodes.php:736 adminpages/discountcodes.php:570
1316
  #: adminpages/discountcodes.php:574 adminpages/discountcodes.php:602
1317
  #: adminpages/discountcodes.php:603 adminpages/discountcodes.php:604
1318
+ #: adminpages/discountcodes.php:609 adminpages/discountcodes.php:682
1319
  msgid "Create your first discount code now"
1320
  msgstr "Erstellen Sie Ihren ersten Gutscheincode"
1321
 
1322
+ #: adminpages/discountcodes.php:736 adminpages/discountcodes.php:570
1323
  #: adminpages/discountcodes.php:574 adminpages/discountcodes.php:602
1324
  #: adminpages/discountcodes.php:603 adminpages/discountcodes.php:604
1325
+ #: adminpages/discountcodes.php:609 adminpages/discountcodes.php:682
1326
  msgid ""
1327
  "Discount codes allow you to offer your memberships at discounted prices to "
1328
  "select customers."
1330
  "Gutscheincodes erlauben Ihnen, Zugänge zu günstigeren Preisen an ausgewählte "
1331
  "Kunden zu vergeben."
1332
 
1333
+ #: adminpages/discountcodes.php:789 adminpages/membershiplevels.php:696
1334
+ #: adminpages/orders.php:1360 adminpages/discountcodes.php:614
1335
  #: adminpages/discountcodes.php:619 adminpages/discountcodes.php:647
1336
  #: adminpages/discountcodes.php:648 adminpages/discountcodes.php:649
1337
+ #: adminpages/discountcodes.php:650 adminpages/discountcodes.php:655
1338
+ #: adminpages/discountcodes.php:735 adminpages/membershiplevels.php:564
1339
  #: adminpages/membershiplevels.php:570 adminpages/membershiplevels.php:572
1340
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:599
1341
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
1342
  #: adminpages/membershiplevels.php:664 adminpages/membershiplevels.php:669
1343
  #: adminpages/membershiplevels.php:670 adminpages/membershiplevels.php:674
1344
+ #: adminpages/membershiplevels.php:686 adminpages/orders.php:658
1345
+ #: adminpages/orders.php:961 adminpages/orders.php:979
1346
+ #: adminpages/orders.php:989 adminpages/orders.php:992
1347
+ #: adminpages/orders.php:1021 adminpages/orders.php:1050
1348
+ #: adminpages/orders.php:1205 adminpages/orders.php:1239
1349
+ #: adminpages/orders.php:1245
1350
  msgid "edit"
1351
  msgstr "bearbeiten"
1352
 
1353
+ #: adminpages/discountcodes.php:792 adminpages/discountcodes.php:617
1354
  #: adminpages/discountcodes.php:622 adminpages/discountcodes.php:650
1355
  #: adminpages/discountcodes.php:651 adminpages/discountcodes.php:652
1356
+ #: adminpages/discountcodes.php:653 adminpages/discountcodes.php:658
1357
+ #: adminpages/discountcodes.php:738
1358
  #, php-format
1359
  msgid ""
1360
  "Are you sure you want to delete the %s discount code? The subscriptions for "
1365
  "Mitgliedschaften für bestehende Kunden wird nicht verändert, aber neue "
1366
  "Kunden werden diesen Code nicht mehr nutzen können."
1367
 
1368
+ #: adminpages/discountcodes.php:792 adminpages/membershiplevels.php:696
1369
+ #: adminpages/orders.php:1366 adminpages/discountcodes.php:617
1370
  #: adminpages/discountcodes.php:622 adminpages/discountcodes.php:650
1371
  #: adminpages/discountcodes.php:651 adminpages/discountcodes.php:652
1372
+ #: adminpages/discountcodes.php:653 adminpages/discountcodes.php:658
1373
+ #: adminpages/discountcodes.php:738 adminpages/membershiplevels.php:566
1374
  #: adminpages/membershiplevels.php:572 adminpages/membershiplevels.php:574
1375
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:601
1376
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
1377
  #: adminpages/membershiplevels.php:664 adminpages/membershiplevels.php:669
1378
  #: adminpages/membershiplevels.php:670 adminpages/membershiplevels.php:674
1379
+ #: adminpages/membershiplevels.php:686 adminpages/orders.php:664
1380
+ #: adminpages/orders.php:967 adminpages/orders.php:985
1381
+ #: adminpages/orders.php:995 adminpages/orders.php:998
1382
+ #: adminpages/orders.php:1027 adminpages/orders.php:1056
1383
+ #: adminpages/orders.php:1211 adminpages/orders.php:1245
1384
+ #: adminpages/orders.php:1251
1385
  msgid "delete"
1386
  msgstr "löschen"
1387
 
1388
+ #: adminpages/emailsettings.php:79 includes/adminpages.php:51
1389
  #: includes/adminpages.php:137 adminpages/emailsettings.php:60
1390
+ #: adminpages/emailsettings.php:69 includes/adminpages.php:12
1391
+ #: includes/adminpages.php:50 includes/adminpages.php:59
1392
+ #: includes/adminpages.php:121 includes/adminpages.php:128
1393
+ #: includes/adminpages.php:132
1394
  msgid "Email Settings"
1395
  msgstr "Email Einstellungen"
1396
 
1397
+ #: adminpages/emailsettings.php:80 adminpages/emailsettings.php:61
1398
+ #: adminpages/emailsettings.php:70
1399
  msgid ""
1400
  "By default, system generated emails are sent from "
1401
  "<em><strong>wordpress@yourdomain.com</strong></em>. You can update this from "
1405
  "Absender für vom System verschickte e-mails verwendet. Sie können diese e-"
1406
  "mail Adresse über die untenstehenden Felder ändern."
1407
 
1408
+ #: adminpages/emailsettings.php:82
1409
  msgid ""
1410
  "To modify the appearance of system generated emails, add the files "
1411
  "<em>email_header.html</em> and <em>email_footer.html</em> to your theme's "
1412
  "directory. This will modify both the WordPress default messages as well as "
1413
  "messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro "
1414
  "- Member Communications\" target=\"_blank\" href=\"http://www."
1415
+ "paidmembershipspro.com/documentation/member-communications/?"
1416
+ "utm_source=plugin&utm_medium=banner&utm_campaign=admin_email_settings"
1417
+ "\">Click here to learn more about Paid Memberships Pro emails</a>."
1418
  msgstr ""
1419
  "Um das Design von system-generierten e-mails anzupassen, fügen Sie die "
1420
  "Dateien <em>email_header.html</em> und <em>email_footer.html</em> Ihrem "
1421
  "Theme-Ordner hinzu. Damit werden sowohl die Wordpress-Default-Nachrichten, "
1422
+ "als auch die von Paid Memberships Pro generierten Nachrichten angepasst. <a "
1423
  "title=\"Paid Memberships Pro - Member Communications\" target=\"_blank\" "
1424
  "href=\"http://www.paidmembershipspro.com/documentation/member-communications/"
1425
  "\">Klicken Sie hier um mehr über Paid Memberships Pro emails zu erfahren</a>."
1426
 
1427
+ #: adminpages/emailsettings.php:88 adminpages/emailsettings.php:69
1428
+ #: adminpages/emailsettings.php:78
1429
  msgid "From Email"
1430
  msgstr "Von Email"
1431
 
1432
+ #: adminpages/emailsettings.php:96 adminpages/emailsettings.php:77
1433
+ #: adminpages/emailsettings.php:86
1434
  msgid "From Name"
1435
  msgstr "Von Name"
1436
 
1437
+ #: adminpages/emailsettings.php:104 adminpages/emailsettings.php:94
1438
  msgid "Only Filter PMPro Emails?"
1439
  msgstr "Nur PMPro e-mails filtern?"
1440
 
1441
+ #: adminpages/emailsettings.php:108 adminpages/emailsettings.php:98
1442
  #, php-format
1443
  msgid ""
1444
  "If unchecked, all emails from \"WordPress &lt;%s&gt;\" will be filtered to "
1447
  "Wenn deaktiviert werden alle E-Mails von \"WordPress &lt;%s&gt;\" gefiltert, "
1448
  "um die obigen Einstellungen zu verwenden."
1449
 
1450
+ #: adminpages/emailsettings.php:125 adminpages/emailsettings.php:86
1451
+ #: adminpages/emailsettings.php:104 adminpages/emailsettings.php:115
1452
  msgid "Send the site admin emails"
1453
  msgstr "e-mails an den Admin senden, wenn"
1454
 
1455
+ #: adminpages/emailsettings.php:131 adminpages/emailsettings.php:92
1456
+ #: adminpages/emailsettings.php:110 adminpages/emailsettings.php:121
1457
  msgid "Checkout"
1458
  msgstr "Abschließen"
1459
 
1460
+ #: adminpages/emailsettings.php:135 adminpages/emailsettings.php:96
1461
+ #: adminpages/emailsettings.php:114 adminpages/emailsettings.php:125
1462
  msgid "when a member checks out."
1463
  msgstr "wenn ein Kunde die Anmeldung abschließt."
1464
 
1465
+ #: adminpages/emailsettings.php:140 adminpages/emailsettings.php:101
1466
+ #: adminpages/emailsettings.php:119 adminpages/emailsettings.php:130
1467
  msgid "Admin Changes"
1468
  msgstr "Admin Änderungen"
1469
 
1470
+ #: adminpages/emailsettings.php:144 adminpages/emailsettings.php:105
1471
+ #: adminpages/emailsettings.php:123 adminpages/emailsettings.php:134
1472
  msgid "when an admin changes a user's membership level through the dashboard."
1473
  msgstr "wenn ein Admin über das Dashboard das Paket eines Kunden ändert."
1474
 
1475
+ #: adminpages/emailsettings.php:149 adminpages/emailsettings.php:110
1476
+ #: adminpages/emailsettings.php:128 adminpages/emailsettings.php:139
1477
  msgid "Cancellation"
1478
  msgstr "Stornierung"
1479
 
1480
+ #: adminpages/emailsettings.php:153 adminpages/emailsettings.php:114
1481
+ #: adminpages/emailsettings.php:132 adminpages/emailsettings.php:143
1482
  msgid "when a user cancels his or her account."
1483
  msgstr "wenn ein User seinen Account storniert."
1484
 
1485
+ #: adminpages/emailsettings.php:158 adminpages/emailsettings.php:119
1486
+ #: adminpages/emailsettings.php:137 adminpages/emailsettings.php:148
1487
  msgid "Bill Updates"
1488
  msgstr "Zahlungs-Updates"
1489
 
1490
+ #: adminpages/emailsettings.php:162 adminpages/emailsettings.php:123
1491
+ #: adminpages/emailsettings.php:141 adminpages/emailsettings.php:152
1492
  msgid "when a user updates his or her billing information."
1493
  msgstr "wenn ein User seine Zahlungsinformationen aktualisiert"
1494
 
1495
+ #: adminpages/emailsettings.php:168 adminpages/emailsettings.php:129
1496
+ #: adminpages/emailsettings.php:147 adminpages/emailsettings.php:158
1497
  msgid "Send members emails"
1498
  msgstr "e-mails an Mitglieder versenden"
1499
 
1500
+ #: adminpages/emailsettings.php:174 adminpages/emailsettings.php:135
1501
+ #: adminpages/emailsettings.php:153 adminpages/emailsettings.php:164
1502
  msgid "New Users"
1503
  msgstr "Neue User"
1504
 
1505
+ #: adminpages/emailsettings.php:178 adminpages/emailsettings.php:139
1506
+ #: adminpages/emailsettings.php:157 adminpages/emailsettings.php:168
1507
  msgid ""
1508
  "Default WP notification email. (Recommended: Leave unchecked. Members will "
1509
  "still get an email confirmation from PMPro after checkout.)"
1511
  "Default WP Benachrichtigungs e-mail. (Empfohlen: nicht auswählen. Kunden "
1512
  "bekommen trotzdem eine e-mail Bestätigung von PMPro nach dem Checkout)"
1513
 
1514
+ #: adminpages/membershiplevels.php:146 adminpages/membershiplevels.php:137
1515
+ #: adminpages/membershiplevels.php:141 adminpages/membershiplevels.php:143
1516
  msgid "Membership level added successfully."
1517
  msgstr "Paket erfolgreich hinzugefügt."
1518
 
1519
+ #: adminpages/membershiplevels.php:149 adminpages/membershiplevels.php:140
1520
+ #: adminpages/membershiplevels.php:146 adminpages/membershiplevels.php:148
1521
  msgid "Error adding membership level."
1522
  msgstr "Fehler beim Hinzfügen eines Pakets."
1523
 
1524
+ #: adminpages/membershiplevels.php:157 adminpages/membershiplevels.php:118
1525
+ #: adminpages/membershiplevels.php:120 adminpages/membershiplevels.php:148
1526
  msgid "Membership level updated successfully."
1527
  msgstr "Paket erfolgreich bearbeitet."
1528
 
1529
+ #: adminpages/membershiplevels.php:161 adminpages/membershiplevels.php:124
1530
+ #: adminpages/membershiplevels.php:126 adminpages/membershiplevels.php:152
1531
  msgid "Error updating membership level."
1532
  msgstr "Fehler beim bearbeiten des Pakets."
1533
 
1534
+ #: adminpages/membershiplevels.php:202 adminpages/membershiplevels.php:179
1535
  #: adminpages/membershiplevels.php:181 adminpages/membershiplevels.php:183
1536
+ #: adminpages/membershiplevels.php:193
1537
  #, php-format
1538
  msgid ""
1539
  "There was an error canceling the subscription for user with ID=%d. You will "
1545
  "überprüfen, ob die Mitgliedschaft noch aktiv ist."
1546
 
1547
  # Da keine gesetzlichen Kriterien für Rechnungen erfüllt werden Rechnung in Zahlungsbestätigung umbenannt.
1548
+ #: adminpages/membershiplevels.php:210 adminpages/membershiplevels.php:182
1549
  #: adminpages/membershiplevels.php:184 adminpages/membershiplevels.php:186
1550
+ #: adminpages/membershiplevels.php:201
1551
  msgid "Last Invoice"
1552
  msgstr "Letzte Rechnung"
1553
 
1554
+ #: adminpages/membershiplevels.php:227 adminpages/membershiplevels.php:196
1555
  #: adminpages/membershiplevels.php:198 adminpages/membershiplevels.php:200
1556
+ #: adminpages/membershiplevels.php:218
1557
  msgid "Membership level deleted successfully."
1558
  msgstr "Paket erfolgreich gelöscht."
1559
 
1560
+ #: adminpages/membershiplevels.php:230 adminpages/membershiplevels.php:235
1561
  #: adminpages/membershiplevels.php:201 adminpages/membershiplevels.php:203
1562
  #: adminpages/membershiplevels.php:205 adminpages/membershiplevels.php:207
1563
  #: adminpages/membershiplevels.php:209 adminpages/membershiplevels.php:211
1564
+ #: adminpages/membershiplevels.php:221 adminpages/membershiplevels.php:226
1565
  msgid "Error deleting membership level."
1566
  msgstr "Fehler beim Löschen des Pakets."
1567
 
1568
+ #: adminpages/membershiplevels.php:249 adminpages/membershiplevels.php:222
1569
  #: adminpages/membershiplevels.php:224 adminpages/membershiplevels.php:226
1570
+ #: adminpages/membershiplevels.php:240
1571
  msgid "Edit Membership Level"
1572
  msgstr "Paket bearbeiten"
1573
 
1574
+ #: adminpages/membershiplevels.php:251 adminpages/membershiplevels.php:224
1575
  #: adminpages/membershiplevels.php:226 adminpages/membershiplevels.php:228
1576
+ #: adminpages/membershiplevels.php:242
1577
  msgid "Add New Membership Level"
1578
  msgstr "Neues Paket hinzufügen"
1579
 
1580
+ #: adminpages/membershiplevels.php:329 adminpages/membershiplevels.php:664
1581
+ #: adminpages/reports/login.php:164 adminpages/membershiplevels.php:291
1582
  #: adminpages/membershiplevels.php:293 adminpages/membershiplevels.php:295
1583
+ #: adminpages/membershiplevels.php:319 adminpages/membershiplevels.php:506
1584
+ #: adminpages/membershiplevels.php:512 adminpages/membershiplevels.php:514
1585
+ #: adminpages/membershiplevels.php:541 adminpages/membershiplevels.php:542
1586
+ #: adminpages/membershiplevels.php:584 adminpages/membershiplevels.php:630
1587
+ #: adminpages/membershiplevels.php:632 adminpages/membershiplevels.php:637
1588
+ #: adminpages/membershiplevels.php:638 adminpages/membershiplevels.php:642
1589
+ #: adminpages/membershiplevels.php:654 adminpages/reports/login.php:142
1590
+ #: adminpages/reports/login.php:144 adminpages/reports/login.php:160
1591
  msgid "Name"
1592
  msgstr "Name"
1593
 
1594
+ #: adminpages/membershiplevels.php:352 adminpages/membershiplevels.php:314
1595
  #: adminpages/membershiplevels.php:316 adminpages/membershiplevels.php:318
1596
+ #: adminpages/membershiplevels.php:342
1597
  msgid "Confirmation Message"
1598
  msgstr "Bestätigungs-Nachricht"
1599
 
1600
+ #: adminpages/membershiplevels.php:371 adminpages/membershiplevels.php:665
1601
  #: adminpages/membershiplevels.php:333 adminpages/membershiplevels.php:335
1602
  #: adminpages/membershiplevels.php:337 adminpages/membershiplevels.php:338
1603
+ #: adminpages/membershiplevels.php:361 adminpages/membershiplevels.php:543
1604
+ #: adminpages/membershiplevels.php:585 adminpages/membershiplevels.php:631
1605
+ #: adminpages/membershiplevels.php:633 adminpages/membershiplevels.php:638
1606
+ #: adminpages/membershiplevels.php:639 adminpages/membershiplevels.php:643
1607
+ #: adminpages/membershiplevels.php:655
1608
  msgid "Billing Details"
1609
  msgstr "Zahlungs-Einstellungen"
1610
 
1611
+ #: adminpages/membershiplevels.php:406
1612
+ #: classes/gateways/class.pmprogateway_stripe.php:777
1613
  #: adminpages/membershiplevels.php:349 adminpages/membershiplevels.php:351
1614
  #: adminpages/membershiplevels.php:370 adminpages/membershiplevels.php:372
1615
+ #: adminpages/membershiplevels.php:373 adminpages/membershiplevels.php:396
1616
  #: classes/gateways/class.pmprogateway_stripe.php:619
1617
  #: classes/gateways/class.pmprogateway_stripe.php:620
1618
  #: classes/gateways/class.pmprogateway_stripe.php:630
1623
  #: classes/gateways/class.pmprogateway_stripe.php:668
1624
  #: classes/gateways/class.pmprogateway_stripe.php:686
1625
  #: classes/gateways/class.pmprogateway_stripe.php:697
1626
+ #: classes/gateways/class.pmprogateway_stripe.php:735
1627
+ #: classes/gateways/class.pmprogateway_stripe.php:762
1628
+ #: classes/gateways/class.pmprogateway_stripe.php:769
1629
+ #: classes/gateways/class.pmprogateway_stripe.php:785
1630
+ #: classes/gateways/class.pmprogateway_stripe.php:786
1631
  msgid "per"
1632
  msgstr "pro"
1633
 
1634
+ #: adminpages/membershiplevels.php:421 adminpages/membershiplevels.php:366
1635
  #: adminpages/membershiplevels.php:385 adminpages/membershiplevels.php:387
1636
+ #: adminpages/membershiplevels.php:388 adminpages/membershiplevels.php:411
1637
  msgid ""
1638
  "Stripe integration currently only supports billing periods of \"Week\", "
1639
  "\"Month\" or \"Year\"."
1641
  "Stripe unterstützt derzeit nur \"Wochen\", \"Monate\" oder \"Jahre\" als "
1642
  "Zahlungsperioden."
1643
 
1644
+ #: adminpages/membershiplevels.php:423 adminpages/membershiplevels.php:366
1645
  #: adminpages/membershiplevels.php:368 adminpages/membershiplevels.php:387
1646
  #: adminpages/membershiplevels.php:389 adminpages/membershiplevels.php:390
1647
+ #: adminpages/membershiplevels.php:413
1648
  msgid ""
1649
  "Braintree integration currently only supports billing periods of \"Month\" "
1650
  "or \"Year\"."
1652
  "Braintree unterstützt derzeit nur \"Monate\" oder \"Jahre\" als "
1653
  "Zahlungsperioden."
1654
 
1655
+ #: adminpages/membershiplevels.php:427 adminpages/membershiplevels.php:372
1656
  #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:393
1657
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:396
1658
+ #: adminpages/membershiplevels.php:417
1659
  msgid ""
1660
  "After saving this level, make note of the ID and create a \"Plan\" in your "
1661
  "Braintree dashboard with the same settings and the \"Plan ID\" set to "
1665
  "einen \"Plan\" in Ihrem Braintree Dashboard mit den gleichen Einstellungen "
1666
  "und der \"Plan ID\" wie in <em>pmpro_#</em>, wobei # die Level ID ist."
1667
 
1668
+ #: adminpages/membershiplevels.php:427 adminpages/membershiplevels.php:429
1669
  #: classes/gateways/class.pmprogateway_cybersource.php:101
1670
  #: classes/gateways/class.pmprogateway_paypal.php:130
1671
  #: classes/gateways/class.pmprogateway_paypalexpress.php:145
1672
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:137
1673
  #: adminpages/membershiplevels.php:372 adminpages/membershiplevels.php:374
1674
  #: adminpages/membershiplevels.php:376 adminpages/membershiplevels.php:393
1675
  #: adminpages/membershiplevels.php:395 adminpages/membershiplevels.php:396
1676
  #: adminpages/membershiplevels.php:397 adminpages/membershiplevels.php:398
1677
+ #: adminpages/membershiplevels.php:417 adminpages/membershiplevels.php:419
1678
  #: adminpages/paymentsettings.php:170 adminpages/paymentsettings.php:174
1679
  #: adminpages/paymentsettings.php:179
1680
  #: classes/gateways/class.pmprogateway_paypal.php:118
1681
  #: classes/gateways/class.pmprogateway_paypalexpress.php:123
1682
  #: classes/gateways/class.pmprogateway_paypalexpress.php:133
1683
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:117
1684
  msgid "Note"
1685
  msgstr "Hinweis"
1686
 
1687
+ #: adminpages/membershiplevels.php:429 adminpages/membershiplevels.php:374
1688
  #: adminpages/membershiplevels.php:376 adminpages/membershiplevels.php:395
1689
  #: adminpages/membershiplevels.php:397 adminpages/membershiplevels.php:398
1690
+ #: adminpages/membershiplevels.php:419
1691
  msgid ""
1692
  "You will need to create a \"Plan\" in your Braintree dashboard with the same "
1693
  "settings and the \"Plan ID\" set to"
1695
  "Sie müssen in Ihrem Braintree Dashboard einen \"Plan\" anlegen mit den "
1696
  "gleichen Einstellungen und der \"Plan ID\" "
1697
 
1698
+ #: adminpages/membershiplevels.php:441 adminpages/membershiplevels.php:386
1699
  #: adminpages/membershiplevels.php:388 adminpages/membershiplevels.php:407
1700
  #: adminpages/membershiplevels.php:409 adminpages/membershiplevels.php:410
1701
+ #: adminpages/membershiplevels.php:431
1702
  msgid ""
1703
  "Stripe integration currently does not support billing limits. You can still "
1704
  "set an expiration date below."
1706
  "Stripe unterstützt derzeit keine Zahlungs-Limits. Sie können unten dennoch "
1707
  "ein Ablaufdatum festlegen."
1708
 
1709
+ #: adminpages/membershiplevels.php:453 adminpages/membershiplevels.php:398
1710
  #: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:419
1711
  #: adminpages/membershiplevels.php:421 adminpages/membershiplevels.php:422
1712
+ #: adminpages/membershiplevels.php:443
1713
  msgid ""
1714
  "2Checkout integration does not support custom trials. You can do one period "
1715
  "trials by setting an initial payment different from the billing amount."
1718
  "einrichten, indem Sie eine Erst-Zahlung einstellen, die sich von den anderen "
1719
  "Beträgen unterscheidet."
1720
 
1721
+ #: adminpages/membershiplevels.php:475 adminpages/membershiplevels.php:406
1722
  #: adminpages/membershiplevels.php:412 adminpages/membershiplevels.php:414
1723
  #: adminpages/membershiplevels.php:441 adminpages/membershiplevels.php:443
1724
+ #: adminpages/membershiplevels.php:444 adminpages/membershiplevels.php:465
1725
  msgid ""
1726
  "Stripe integration currently does not support trial amounts greater than $0."
1727
  msgstr ""
1728
  "Stripe unterstützt derzeit keine Beträge für Testperioden, die größer als $0 "
1729
  "sind."
1730
 
1731
+ #: adminpages/membershiplevels.php:479 adminpages/membershiplevels.php:410
1732
  #: adminpages/membershiplevels.php:416 adminpages/membershiplevels.php:418
1733
  #: adminpages/membershiplevels.php:445 adminpages/membershiplevels.php:447
1734
+ #: adminpages/membershiplevels.php:448 adminpages/membershiplevels.php:469
1735
  msgid ""
1736
  "Braintree integration currently does not support trial amounts greater than "
1737
  "$0."
1739
  "Braintree unterstützt derzeit keine Beträge für Testperioden, die größer als "
1740
  "$0 sind."
1741
 
1742
+ #: adminpages/membershiplevels.php:483 adminpages/membershiplevels.php:414
1743
  #: adminpages/membershiplevels.php:420 adminpages/membershiplevels.php:422
1744
  #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:451
1745
+ #: adminpages/membershiplevels.php:452 adminpages/membershiplevels.php:473
1746
  msgid ""
1747
  "Payflow integration currently does not support trial amounts greater than $0."
1748
  msgstr ""
1749
  "Payflow unterstützt derzeit keine Beträge für Testperioden, die größer als "
1750
  "$0 sind."
1751
 
1752
+ #: adminpages/membershiplevels.php:492 adminpages/membershiplevels.php:422
1753
  #: adminpages/membershiplevels.php:428 adminpages/membershiplevels.php:430
1754
  #: adminpages/membershiplevels.php:457 adminpages/membershiplevels.php:458
1755
  #: adminpages/membershiplevels.php:460 adminpages/membershiplevels.php:461
1756
+ #: adminpages/membershiplevels.php:482
1757
  msgid "Other Settings"
1758
  msgstr "Andere Einstellungen"
1759
 
1760
+ #: adminpages/membershiplevels.php:496 adminpages/membershiplevels.php:426
1761
  #: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:434
1762
  #: adminpages/membershiplevels.php:461 adminpages/membershiplevels.php:462
1763
  #: adminpages/membershiplevels.php:464 adminpages/membershiplevels.php:465
1764
+ #: adminpages/membershiplevels.php:486
1765
  msgid "Disable New Signups"
1766
  msgstr "Neuanmeldungen deaktivieren"
1767
 
1768
+ #: adminpages/membershiplevels.php:497 adminpages/membershiplevels.php:427
1769
  #: adminpages/membershiplevels.php:433 adminpages/membershiplevels.php:435
1770
  #: adminpages/membershiplevels.php:462 adminpages/membershiplevels.php:463
1771
  #: adminpages/membershiplevels.php:465 adminpages/membershiplevels.php:466
1772
+ #: adminpages/membershiplevels.php:487
1773
  msgid ""
1774
  "Check to hide this level from the membership levels page and disable "
1775
  "registration."
1777
  "Auswählen, um dieses Paket auf der Paket-Seite zu verbergen und die "
1778
  "Anmeldung dafür zu deaktivieren."
1779
 
1780
+ #: adminpages/membershiplevels.php:527 adminpages/membershiplevels.php:457
1781
  #: adminpages/membershiplevels.php:463 adminpages/membershiplevels.php:465
1782
  #: adminpages/membershiplevels.php:492 adminpages/membershiplevels.php:493
1783
  #: adminpages/membershiplevels.php:495 adminpages/membershiplevels.php:496
1784
+ #: adminpages/membershiplevels.php:517
1785
  msgid "Content Settings"
1786
  msgstr "Content Einstellungen"
1787
 
1788
+ #: adminpages/membershiplevels.php:531 adminpages/membershiplevels.php:461
1789
  #: adminpages/membershiplevels.php:467 adminpages/membershiplevels.php:469
1790
  #: adminpages/membershiplevels.php:496 adminpages/membershiplevels.php:497
1791
  #: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:500
1792
+ #: adminpages/membershiplevels.php:521
1793
  msgid "Categories"
1794
  msgstr "Kategorien"
1795
 
1796
+ #: adminpages/membershiplevels.php:539 adminpages/membershiplevels.php:505
1797
  #: adminpages/membershiplevels.php:507 adminpages/membershiplevels.php:516
1798
+ #: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:529
1799
  msgid "Save Level"
1800
  msgstr "Paket speichern"
1801
 
1802
+ #: adminpages/membershiplevels.php:540 adminpages/orders.php:894
1803
+ #: pages/billing.php:363 pages/cancel.php:84 shortcodes/pmpro_account.php:72
1804
  #: adminpages/membershiplevels.php:506 adminpages/membershiplevels.php:508
1805
  #: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:518
1806
+ #: adminpages/membershiplevels.php:530 adminpages/orders.php:511
1807
+ #: adminpages/orders.php:561 adminpages/orders.php:633
1808
+ #: adminpages/orders.php:662 adminpages/orders.php:765
1809
+ #: adminpages/orders.php:796 adminpages/orders.php:807 pages/account.php:44
1810
+ #: pages/billing.php:295 pages/billing.php:299 pages/billing.php:330
1811
+ #: pages/billing.php:339 pages/billing.php:342 pages/billing.php:344
1812
+ #: pages/billing.php:348 pages/billing.php:364 pages/billing.php:365
1813
+ #: pages/billing.php:371 pages/billing.php:392 pages/billing.php:397
1814
+ #: pages/billing.php:401 pages/billing.php:406 pages/cancel.php:71
1815
+ #: pages/cancel.php:83 shortcodes/pmpro_account.php:70
1816
  #: shortcodes/pmpro_account.php:73
1817
  msgid "Cancel"
1818
  msgstr "Stornieren"
1819
 
1820
+ #: adminpages/membershiplevels.php:641 adminpages/membershiplevels.php:490
1821
  #: adminpages/membershiplevels.php:496 adminpages/membershiplevels.php:498
1822
  #: adminpages/membershiplevels.php:525 adminpages/membershiplevels.php:526
1823
  #: adminpages/membershiplevels.php:569 adminpages/membershiplevels.php:607
1824
  #: adminpages/membershiplevels.php:609 adminpages/membershiplevels.php:618
1825
+ #: adminpages/membershiplevels.php:619 adminpages/membershiplevels.php:631
1826
  msgid "Add New Level"
1827
  msgstr "Neues Paket hinzufügen"
1828
 
1829
+ #: adminpages/membershiplevels.php:644 adminpages/membershiplevels.php:647
1830
  #: adminpages/membershiplevels.php:493 adminpages/membershiplevels.php:496
1831
  #: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:501
1832
  #: adminpages/membershiplevels.php:502 adminpages/membershiplevels.php:504
1837
  #: adminpages/membershiplevels.php:613 adminpages/membershiplevels.php:615
1838
  #: adminpages/membershiplevels.php:621 adminpages/membershiplevels.php:622
1839
  #: adminpages/membershiplevels.php:624 adminpages/membershiplevels.php:625
1840
+ #: adminpages/membershiplevels.php:634 adminpages/membershiplevels.php:637
1841
  msgid "Search Levels"
1842
  msgstr "Pakete durchsuchen"
1843
 
1844
+ #: adminpages/membershiplevels.php:653 adminpages/membershiplevels.php:579
1845
  #: adminpages/membershiplevels.php:619 adminpages/membershiplevels.php:621
1846
  #: adminpages/membershiplevels.php:630 adminpages/membershiplevels.php:631
1847
+ #: adminpages/membershiplevels.php:643
1848
  msgid "Drag and drop membership levels to reorder them on the Levels page."
1849
  msgstr ""
1850
  "Pakete mit der Maus verschieben, um sie auf der Pakete-Seite zu sortieren."
1851
 
1852
+ #: adminpages/membershiplevels.php:666 pages/cancel.php:62
1853
+ #: pages/confirmation.php:81 pages/invoice.php:63
1854
  #: shortcodes/pmpro_account.php:46 adminpages/membershiplevels.php:510
1855
  #: adminpages/membershiplevels.php:516 adminpages/membershiplevels.php:518
1856
  #: adminpages/membershiplevels.php:544 adminpages/membershiplevels.php:545
1857
  #: adminpages/membershiplevels.php:586 adminpages/membershiplevels.php:632
1858
  #: adminpages/membershiplevels.php:634 adminpages/membershiplevels.php:639
1859
  #: adminpages/membershiplevels.php:640 adminpages/membershiplevels.php:644
1860
+ #: adminpages/membershiplevels.php:656 pages/account.php:20 pages/cancel.php:53
1861
+ #: pages/cancel.php:61 pages/confirmation.php:83 pages/confirmation.php:84
1862
+ #: pages/confirmation.php:89 pages/invoice.php:68 pages/invoice.php:70
1863
  #: shortcodes/pmpro_account.php:45
1864
  msgid "Expiration"
1865
+ msgstr "Gültig bis"
1866
 
1867
+ #: adminpages/membershiplevels.php:667 adminpages/membershiplevels.php:511
1868
  #: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:519
1869
  #: adminpages/membershiplevels.php:545 adminpages/membershiplevels.php:546
1870
  #: adminpages/membershiplevels.php:587 adminpages/membershiplevels.php:633
1871
  #: adminpages/membershiplevels.php:635 adminpages/membershiplevels.php:640
1872
  #: adminpages/membershiplevels.php:641 adminpages/membershiplevels.php:645
1873
+ #: adminpages/membershiplevels.php:657
1874
  msgid "Allow Signups"
1875
  msgstr "Anmeldungen zulassen"
1876
 
1877
+ #: adminpages/membershiplevels.php:682 adminpages/membershiplevels.php:534
1878
  #: adminpages/membershiplevels.php:540 adminpages/membershiplevels.php:542
1879
  #: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:569
1880
  #: adminpages/membershiplevels.php:646 adminpages/membershiplevels.php:648
1881
  #: adminpages/membershiplevels.php:650 adminpages/membershiplevels.php:655
1882
  #: adminpages/membershiplevels.php:656 adminpages/membershiplevels.php:660
1883
+ #: adminpages/membershiplevels.php:672
1884
  msgid "FREE"
1885
  msgstr "Kostenlos"
1886
 
1887
+ #: adminpages/membershiplevels.php:691 adminpages/membershiplevels.php:560
1888
  #: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:568
1889
  #: adminpages/membershiplevels.php:575 adminpages/membershiplevels.php:595
1890
  #: adminpages/membershiplevels.php:655 adminpages/membershiplevels.php:657
1891
  #: adminpages/membershiplevels.php:659 adminpages/membershiplevels.php:664
1892
  #: adminpages/membershiplevels.php:665 adminpages/membershiplevels.php:669
1893
+ #: adminpages/membershiplevels.php:681
1894
  msgid "After"
1895
  msgstr "Nach"
1896
 
1897
+ #: adminpages/membershiplevels.php:696 adminpages/membershiplevels.php:566
1898
  #: adminpages/membershiplevels.php:572 adminpages/membershiplevels.php:574
1899
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:601
1900
  #: adminpages/membershiplevels.php:660 adminpages/membershiplevels.php:662
1901
  #: adminpages/membershiplevels.php:664 adminpages/membershiplevels.php:669
1902
  #: adminpages/membershiplevels.php:670 adminpages/membershiplevels.php:674
1903
+ #: adminpages/membershiplevels.php:686
1904
  #, php-format
1905
  msgid ""
1906
  "Are you sure you want to delete membership level %s? All subscriptions will "
1909
  "Sind Sie sicher, dass sie Membership Level %s löschen möchten? Alle "
1910
  "Anmeldungen werden storniert."
1911
 
1912
+ #: adminpages/membershiplevels.php:696 adminpages/orders.php:1363
1913
  #: adminpages/membershiplevels.php:565 adminpages/membershiplevels.php:571
1914
  #: adminpages/membershiplevels.php:573 adminpages/membershiplevels.php:580
1915
  #: adminpages/membershiplevels.php:600 adminpages/membershiplevels.php:660
1916
  #: adminpages/membershiplevels.php:662 adminpages/membershiplevels.php:664
1917
  #: adminpages/membershiplevels.php:669 adminpages/membershiplevels.php:670
1918
+ #: adminpages/membershiplevels.php:674 adminpages/membershiplevels.php:686
1919
+ #: adminpages/orders.php:661 adminpages/orders.php:964
1920
+ #: adminpages/orders.php:982 adminpages/orders.php:992
1921
+ #: adminpages/orders.php:995 adminpages/orders.php:1024
1922
+ #: adminpages/orders.php:1053 adminpages/orders.php:1208
1923
+ #: adminpages/orders.php:1242 adminpages/orders.php:1248
1924
  msgid "copy"
1925
  msgstr "kopieren"
1926
 
1932
  msgid "Members List"
1933
  msgstr "MItglieder Liste"
1934
 
1935
+ #: adminpages/memberslist.php:26 adminpages/orders.php:962
1936
  #: adminpages/orders.php:522 adminpages/orders.php:591
1937
  #: adminpages/orders.php:698 adminpages/orders.php:727
1938
+ #: adminpages/orders.php:833 adminpages/orders.php:864
1939
+ #: adminpages/orders.php:875
1940
  msgid "Export to CSV"
1941
  msgstr "Als CSV exportieren"
1942
 
1943
+ #: adminpages/memberslist.php:30 adminpages/orders.php:981
1944
+ #: adminpages/reports/login.php:87 adminpages/reports/memberships.php:328
1945
+ #: adminpages/reports/sales.php:203 adminpages/orders.php:603
1946
  #: adminpages/orders.php:710 adminpages/orders.php:739
1947
+ #: adminpages/orders.php:848 adminpages/orders.php:879
1948
+ #: adminpages/orders.php:890 adminpages/reports/login.php:65
1949
+ #: adminpages/reports/login.php:67 adminpages/reports/login.php:83
1950
+ #: adminpages/reports/memberships.php:256
1951
  #: adminpages/reports/memberships.php:263
1952
  #: adminpages/reports/memberships.php:276
1953
+ #: adminpages/reports/memberships.php:292
1954
+ #: adminpages/reports/memberships.php:304 adminpages/reports/sales.php:185
1955
  #: adminpages/reports/sales.php:193 adminpages/reports/sales.php:194
1956
+ #: adminpages/reports/sales.php:202
1957
  msgid "Show"
1958
  msgstr "Anzeigen"
1959
 
1960
+ #: adminpages/memberslist.php:32 adminpages/reports/login.php:89
1961
+ #: adminpages/reports/memberships.php:355 adminpages/reports/sales.php:226
1962
+ #: classes/class.pmproemail.php:154 classes/class.pmproemail.php:199
1963
  #: adminpages/reports/login.php:67 adminpages/reports/login.php:69
1964
+ #: adminpages/reports/login.php:85 adminpages/reports/memberships.php:281
1965
  #: adminpages/reports/memberships.php:290
1966
  #: adminpages/reports/memberships.php:303
1967
+ #: adminpages/reports/memberships.php:317
1968
+ #: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:208
1969
  #: adminpages/reports/sales.php:216 adminpages/reports/sales.php:217
1970
+ #: adminpages/reports/sales.php:225 classes/class.pmproemail.php:145
1971
+ #: classes/class.pmproemail.php:147 classes/class.pmproemail.php:189
1972
+ #: classes/class.pmproemail.php:192
1973
  msgid "All Levels"
1974
  msgstr "Alle Levels"
1975
 
1997
  msgid "%d members found."
1998
  msgstr "%d Mitglieder gefunden."
1999
 
2000
+ #: adminpages/memberslist.php:165 pages/checkout.php:167
2001
+ #: shortcodes/pmpro_account.php:110 adminpages/memberslist.php:112
2002
  #: adminpages/memberslist.php:145 adminpages/memberslist.php:155
2003
  #: pages/account.php:51 pages/account.php:55 pages/account.php:76
2004
  #: pages/checkout.php:168 pages/checkout.php:171 pages/checkout.php:173
2005
  #: pages/checkout.php:180 pages/checkout.php:182 pages/checkout.php:184
2006
+ #: pages/checkout.php:191 pages/checkout.php:194
2007
  #: shortcodes/pmpro_account.php:105 shortcodes/pmpro_account.php:107
2008
+ #: shortcodes/pmpro_account.php:108
2009
  msgid "Username"
2010
  msgstr "Username"
2011
 
2019
  msgid "Last&nbsp;Name"
2020
  msgstr "Nachname"
2021
 
2022
+ #: adminpages/memberslist.php:170 pages/billing.php:100 pages/checkout.php:275
2023
+ #: pages/confirmation.php:66 pages/invoice.php:48
2024
  #: adminpages/memberslist.php:117 adminpages/memberslist.php:150
2025
  #: adminpages/memberslist.php:160 pages/account.php:90 pages/account.php:94
2026
  #: pages/billing.php:58 pages/billing.php:62 pages/billing.php:71
2027
+ #: pages/billing.php:74 pages/billing.php:76 pages/billing.php:77
2028
+ #: pages/billing.php:80 pages/billing.php:103 pages/billing.php:104
2029
  #: pages/checkout.php:298 pages/checkout.php:300 pages/checkout.php:302
2030
  #: pages/checkout.php:311 pages/checkout.php:314 pages/checkout.php:317
2031
+ #: pages/checkout.php:319 pages/checkout.php:321 pages/checkout.php:326
2032
+ #: pages/checkout.php:329 pages/confirmation.php:59 pages/confirmation.php:61
2033
+ #: pages/confirmation.php:67 pages/confirmation.php:69 pages/invoice.php:46
2034
  msgid "Billing Address"
2035
+ msgstr "Rechnungsadresse"
2036
 
2037
+ #: adminpages/memberslist.php:171 adminpages/reports/login.php:165
2038
  #: classes/gateways/class.pmprogateway_authorizenet.php:303
2039
  #: adminpages/memberslist.php:118 adminpages/memberslist.php:151
2040
  #: adminpages/memberslist.php:161 adminpages/pagesettings.php:51
2041
  #: adminpages/reports/login.php:143 adminpages/reports/login.php:145
2042
+ #: adminpages/reports/login.php:161
2043
  #: classes/gateways/class.pmprogateway_authorizenet.php:187
2044
  msgid "Membership"
2045
  msgstr "Membership"
2049
  msgid "Fee"
2050
  msgstr "Gebühr"
2051
 
2052
+ #: adminpages/memberslist.php:173 adminpages/reports/login.php:166
2053
  #: adminpages/memberslist.php:120 adminpages/memberslist.php:153
2054
  #: adminpages/memberslist.php:163 adminpages/reports/login.php:144
2055
+ #: adminpages/reports/login.php:146 adminpages/reports/login.php:162
2056
  msgid "Joined"
2057
  msgstr "Beigetreten"
2058
 
2061
  msgid "Ended"
2062
  msgstr "Beendet"
2063
 
2064
+ #: adminpages/memberslist.php:179
2065
+ msgid "Cancelled"
2066
+ msgstr "Storniert"
2067
+
2068
+ #: adminpages/memberslist.php:181
2069
+ msgid "Expired"
2070
+ msgstr "Abgelaufen"
2071
+
2072
+ #: adminpages/memberslist.php:266 adminpages/reports/login.php:232
2073
  #: adminpages/memberslist.php:195 adminpages/memberslist.php:223
2074
  #: adminpages/memberslist.php:251 adminpages/memberslist.php:261
2075
+ #: adminpages/memberslist.php:262 adminpages/reports/login.php:210
2076
+ #: adminpages/reports/login.php:212 adminpages/reports/login.php:228
2077
  msgid "No members found."
2078
  msgstr "Keine Mitglieder gefunden."
2079
 
2080
+ #: adminpages/memberslist.php:266 adminpages/reports/login.php:232
2081
  #: adminpages/memberslist.php:195 adminpages/memberslist.php:223
2082
  #: adminpages/memberslist.php:251 adminpages/memberslist.php:261
2083
+ #: adminpages/memberslist.php:262 adminpages/reports/login.php:210
2084
+ #: adminpages/reports/login.php:212 adminpages/reports/login.php:228
2085
  msgid "Search all levels"
2086
  msgstr "Alle Pakete durchsuchen"
2087
 
2103
  msgid "Error deleting order."
2104
  msgstr "Fehler beim Löschen der Bestellung."
2105
 
2106
+ #: adminpages/orders.php:297 adminpages/orders.php:119
2107
  #: adminpages/orders.php:169 adminpages/orders.php:270
2108
+ #: adminpages/orders.php:284 adminpages/orders.php:285
2109
+ #: adminpages/orders.php:295
2110
  msgid "Order saved successfully."
2111
  msgstr "Bestellung erfolgreich gespeichert."
2112
 
2113
+ #: adminpages/orders.php:300 adminpages/orders.php:124
2114
  #: adminpages/orders.php:174 adminpages/orders.php:275
2115
+ #: adminpages/orders.php:287 adminpages/orders.php:288
2116
+ #: adminpages/orders.php:298
2117
  msgid "Error updating order timestamp."
2118
  msgstr "Fehler beim aktualisieren des timestamps für die Bestellung."
2119
 
2120
+ #: adminpages/orders.php:304 adminpages/orders.php:130
2121
  #: adminpages/orders.php:180 adminpages/orders.php:281
2122
+ #: adminpages/orders.php:291 adminpages/orders.php:292
2123
+ #: adminpages/orders.php:302
2124
  msgid "Error saving order."
2125
  msgstr "Fehler beim Speichern der Bestellung."
2126
 
2127
+ #: adminpages/orders.php:364 classes/class.memberorder.php:763
2128
+ #: adminpages/orders.php:195 adminpages/orders.php:245
2129
+ #: adminpages/orders.php:317 adminpages/orders.php:321
2130
+ #: adminpages/orders.php:346 adminpages/orders.php:352
2131
+ #: adminpages/orders.php:362 classes/class.memberorder.php:743
2132
+ #: classes/class.memberorder.php:746
2133
  msgid "Order"
2134
  msgstr "Bestellung"
2135
 
2136
+ #: adminpages/orders.php:366 adminpages/orders.php:197
2137
  #: adminpages/orders.php:247 adminpages/orders.php:319
2138
  #: adminpages/orders.php:323 adminpages/orders.php:348
2139
+ #: adminpages/orders.php:354 adminpages/orders.php:364
2140
  msgid "New Order"
2141
  msgstr "Neue Bestellung"
2142
 
2143
+ #: adminpages/orders.php:413 adminpages/orders.php:220
2144
  #: adminpages/orders.php:270 adminpages/orders.php:342
2145
  #: adminpages/orders.php:359 adminpages/orders.php:371
2146
+ #: adminpages/orders.php:390 adminpages/orders.php:401
2147
  msgid "Randomly generated for you."
2148
  msgstr "Automatisch generiert."
2149
 
2150
+ #: adminpages/orders.php:418 adminpages/orders.php:225
2151
  #: adminpages/orders.php:275 adminpages/orders.php:347
2152
  #: adminpages/orders.php:364 adminpages/orders.php:376
2153
+ #: adminpages/orders.php:395 adminpages/orders.php:406
2154
  msgid "User ID"
2155
  msgstr "User ID"
2156
 
2157
+ #: adminpages/orders.php:432 adminpages/orders.php:234
2158
  #: adminpages/orders.php:284 adminpages/orders.php:356
2159
  #: adminpages/orders.php:376 adminpages/orders.php:385
2160
+ #: adminpages/orders.php:407 adminpages/orders.php:418
2161
  msgid "Membership Level ID"
2162
  msgstr "Paket ID"
2163
 
2164
+ #: adminpages/orders.php:447 includes/privacy.php:245 adminpages/orders.php:243
2165
  #: adminpages/orders.php:293 adminpages/orders.php:365
2166
  #: adminpages/orders.php:389 adminpages/orders.php:394
2167
+ #: adminpages/orders.php:420 adminpages/orders.php:431
2168
  msgid "Billing Name"
2169
  msgstr "Name"
2170
 
2171
+ #: adminpages/orders.php:461 includes/privacy.php:249 adminpages/orders.php:251
2172
  #: adminpages/orders.php:301 adminpages/orders.php:373
2173
  #: adminpages/orders.php:401 adminpages/orders.php:402
2174
+ #: adminpages/orders.php:432 adminpages/orders.php:443
2175
  msgid "Billing Street"
2176
  msgstr "Straße"
2177
 
2178
+ #: adminpages/orders.php:474 includes/privacy.php:253 includes/privacy.php:358
2179
+ #: adminpages/orders.php:258 adminpages/orders.php:308
2180
+ #: adminpages/orders.php:380 adminpages/orders.php:409
2181
+ #: adminpages/orders.php:412 adminpages/orders.php:443
2182
+ #: adminpages/orders.php:454
2183
  msgid "Billing City"
2184
  msgstr "Ort"
2185
 
2186
+ #: adminpages/orders.php:487 includes/privacy.php:257 adminpages/orders.php:265
2187
  #: adminpages/orders.php:315 adminpages/orders.php:387
2188
  #: adminpages/orders.php:416 adminpages/orders.php:423
2189
+ #: adminpages/orders.php:454 adminpages/orders.php:465
2190
  msgid "Billing State"
2191
  msgstr "Bundesland"
2192
 
2193
+ #: adminpages/orders.php:500 includes/privacy.php:261 includes/privacy.php:360
2194
+ #: adminpages/orders.php:272 adminpages/orders.php:322
2195
+ #: adminpages/orders.php:394 adminpages/orders.php:423
2196
+ #: adminpages/orders.php:434 adminpages/orders.php:465
2197
+ #: adminpages/orders.php:476
2198
  msgid "Billing Postal Code"
2199
  msgstr "Postleitzahl"
2200
 
2201
+ #: adminpages/orders.php:513 includes/privacy.php:265 includes/privacy.php:362
2202
+ #: adminpages/orders.php:279 adminpages/orders.php:329
2203
+ #: adminpages/orders.php:401 adminpages/orders.php:430
2204
+ #: adminpages/orders.php:445 adminpages/orders.php:476
2205
+ #: adminpages/orders.php:487
2206
  msgid "Billing Country"
2207
  msgstr "Land"
2208
 
2209
+ #: adminpages/orders.php:527 includes/privacy.php:269 adminpages/orders.php:287
2210
  #: adminpages/orders.php:337 adminpages/orders.php:409
2211
  #: adminpages/orders.php:438 adminpages/orders.php:457
2212
+ #: adminpages/orders.php:488 adminpages/orders.php:499
2213
  msgid "Billing Phone"
2214
  msgstr "Telefon"
2215
 
2216
+ #: adminpages/orders.php:542 includes/privacy.php:273 adminpages/orders.php:296
2217
  #: adminpages/orders.php:346 adminpages/orders.php:418
2218
  #: adminpages/orders.php:447 adminpages/orders.php:470
2219
+ #: adminpages/orders.php:501 adminpages/orders.php:512
2220
  msgid "Sub Total"
2221
  msgstr "Zwischensumme"
2222
 
2223
+ #: adminpages/orders.php:555 adminpages/templates/orders-email.php:60
2224
+ #: adminpages/templates/orders-print.php:89 includes/privacy.php:277
2225
+ #: pages/confirmation.php:92 pages/invoice.php:74 adminpages/orders.php:304
2226
+ #: adminpages/orders.php:354 adminpages/orders.php:426
2227
+ #: adminpages/orders.php:455 adminpages/orders.php:481
2228
+ #: adminpages/orders.php:512 adminpages/orders.php:523 pages/invoice.php:78
2229
+ #: pages/invoice.php:80
2230
  msgid "Tax"
2231
  msgstr "Steuern"
2232
 
2233
+ #: adminpages/orders.php:568 includes/privacy.php:281 adminpages/orders.php:312
2234
  #: adminpages/orders.php:362 adminpages/orders.php:434
2235
  #: adminpages/orders.php:463 adminpages/orders.php:492
2236
+ #: adminpages/orders.php:523 adminpages/orders.php:534
2237
  msgid "Coupon Amount"
2238
  msgstr "Gutscheinbetrag"
2239
 
2240
+ #: adminpages/orders.php:582 adminpages/orders.php:1236
2241
  #: adminpages/templates/orders-email.php:64
2242
+ #: adminpages/templates/orders-print.php:93 includes/privacy.php:285
2243
+ #: pages/confirmation.php:96 pages/invoice.php:78 adminpages/orders.php:320
2244
+ #: adminpages/orders.php:370 adminpages/orders.php:442
2245
+ #: adminpages/orders.php:471 adminpages/orders.php:504
2246
+ #: adminpages/orders.php:535 adminpages/orders.php:546
2247
+ #: adminpages/orders.php:602 adminpages/orders.php:905
2248
+ #: adminpages/orders.php:915 adminpages/orders.php:942
2249
+ #: adminpages/orders.php:971 adminpages/orders.php:1108
2250
+ #: adminpages/orders.php:1139 adminpages/orders.php:1145 pages/invoice.php:82
2251
+ #: pages/invoice.php:84
2252
  msgid "Total"
2253
  msgstr "Gesamt"
2254
 
2255
+ #: adminpages/orders.php:593 adminpages/orders.php:325
2256
  #: adminpages/orders.php:375 adminpages/orders.php:447
2257
  #: adminpages/orders.php:476 adminpages/orders.php:513
2258
+ #: adminpages/orders.php:544 adminpages/orders.php:555
2259
  msgid "Should be subtotal + tax - couponamount."
2260
  msgstr "Sollte Zwischensumme + Steuern - Gutscheinwert entsprechen."
2261
 
2262
+ #: adminpages/orders.php:598 includes/privacy.php:289 adminpages/orders.php:330
2263
  #: adminpages/orders.php:380 adminpages/orders.php:452
2264
  #: adminpages/orders.php:481 adminpages/orders.php:518
2265
+ #: adminpages/orders.php:549 adminpages/orders.php:560
2266
  msgid "Payment Type"
2267
  msgstr "Zahlungsart"
2268
 
2269
+ #: adminpages/orders.php:610 adminpages/orders.php:335
2270
  #: adminpages/orders.php:385 adminpages/orders.php:457
2271
  #: adminpages/orders.php:486 adminpages/orders.php:528
2272
+ #: adminpages/orders.php:559 adminpages/orders.php:570
2273
  msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
2274
  msgstr "z.B. PayPal Express, PayPal Standard, Kreditkarte."
2275
 
2276
+ #: adminpages/orders.php:614
2277
+ #: classes/gateways/class.pmprogateway_braintree.php:446
2278
+ #: classes/gateways/class.pmprogateway_stripe.php:581 includes/privacy.php:293
2279
+ #: pages/billing.php:271 pages/checkout.php:423 adminpages/orders.php:339
2280
+ #: adminpages/orders.php:389 adminpages/orders.php:461
2281
+ #: adminpages/orders.php:490 adminpages/orders.php:532
2282
+ #: adminpages/orders.php:563 adminpages/orders.php:574
2283
  #: classes/gateways/class.pmprogateway_braintree.php:291
2284
  #: classes/gateways/class.pmprogateway_braintree.php:304
2285
  #: classes/gateways/class.pmprogateway_braintree.php:306
2286
  #: classes/gateways/class.pmprogateway_braintree.php:309
2287
  #: classes/gateways/class.pmprogateway_braintree.php:310
2288
  #: classes/gateways/class.pmprogateway_braintree.php:342
2289
+ #: classes/gateways/class.pmprogateway_braintree.php:344
2290
+ #: classes/gateways/class.pmprogateway_braintree.php:406
2291
+ #: classes/gateways/class.pmprogateway_braintree.php:441
2292
  #: classes/gateways/class.pmprogateway_stripe.php:408
2293
  #: classes/gateways/class.pmprogateway_stripe.php:409
2294
  #: classes/gateways/class.pmprogateway_stripe.php:419
2298
  #: classes/gateways/class.pmprogateway_stripe.php:452
2299
  #: classes/gateways/class.pmprogateway_stripe.php:455
2300
  #: classes/gateways/class.pmprogateway_stripe.php:473
2301
+ #: classes/gateways/class.pmprogateway_stripe.php:484
2302
+ #: classes/gateways/class.pmprogateway_stripe.php:522
2303
+ #: classes/gateways/class.pmprogateway_stripe.php:549
2304
+ #: classes/gateways/class.pmprogateway_stripe.php:573
2305
+ #: classes/gateways/class.pmprogateway_stripe.php:589
2306
+ #: classes/gateways/class.pmprogateway_stripe.php:590 pages/billing.php:234
2307
  #: pages/billing.php:238 pages/billing.php:247 pages/billing.php:250
2308
+ #: pages/billing.php:253 pages/billing.php:262 pages/billing.php:268
2309
+ #: pages/billing.php:274 pages/billing.php:275 pages/billing.php:294
2310
  #: pages/checkout.php:493 pages/checkout.php:507 pages/checkout.php:510
2311
  #: pages/checkout.php:516 pages/checkout.php:517 pages/checkout.php:525
2312
+ #: pages/checkout.php:527 pages/checkout.php:534 pages/checkout.php:537
2313
  msgid "Card Type"
2314
  msgstr "Kreditkarte"
2315
 
2316
+ #: adminpages/orders.php:624 adminpages/orders.php:344
2317
  #: adminpages/orders.php:394 adminpages/orders.php:466
2318
  #: adminpages/orders.php:495 adminpages/orders.php:540
2319
+ #: adminpages/orders.php:571 adminpages/orders.php:582
2320
  msgid "e.g. Visa, MasterCard, AMEX, etc"
2321
  msgstr "z.B. Visa, MasterCard, AMEX, etc"
2322
 
2323
+ #: adminpages/orders.php:628
2324
  #: classes/gateways/class.pmprogateway_twocheckout.php:137
2325
+ #: includes/privacy.php:297 adminpages/orders.php:348 adminpages/orders.php:398
2326
  #: adminpages/orders.php:470 adminpages/orders.php:499
2327
+ #: adminpages/orders.php:544 adminpages/orders.php:575
2328
+ #: adminpages/orders.php:586 adminpages/paymentsettings.php:347
2329
  #: adminpages/paymentsettings.php:352
2330
  #: classes/gateways/class.pmprogateway_twocheckout.php:129
2331
  #: classes/gateways/class.pmprogateway_twocheckout.php:148
2332
  msgid "Account Number"
2333
  msgstr "Account Nummer"
2334
 
2335
+ #: adminpages/orders.php:639 adminpages/orders.php:353
2336
  #: adminpages/orders.php:403 adminpages/orders.php:475
2337
  #: adminpages/orders.php:504 adminpages/orders.php:553
2338
+ #: adminpages/orders.php:584 adminpages/orders.php:595
2339
  msgid "Obscure all but last 4 digits."
2340
  msgstr "alle Stellen verbergen, außer die letzten 4 "
2341
 
2342
+ #: adminpages/orders.php:649 includes/privacy.php:301 adminpages/orders.php:358
2343
  #: adminpages/orders.php:408 adminpages/orders.php:480
2344
  #: adminpages/orders.php:509 adminpages/orders.php:561
2345
+ #: adminpages/orders.php:592 adminpages/orders.php:603
2346
  msgid "Expiration Month"
2347
  msgstr "Ablaufdatum Monat"
2348
 
2349
+ #: adminpages/orders.php:657 includes/privacy.php:305 adminpages/orders.php:365
2350
  #: adminpages/orders.php:415 adminpages/orders.php:487
2351
  #: adminpages/orders.php:516 adminpages/orders.php:569
2352
+ #: adminpages/orders.php:600 adminpages/orders.php:611
2353
  msgid "Expiration Year"
2354
  msgstr "Ablaufdatum Jahr"
2355
 
2356
+ #: adminpages/orders.php:667 adminpages/orders.php:1240
2357
+ #: includes/privacy.php:202 includes/privacy.php:309 adminpages/orders.php:373
2358
+ #: adminpages/orders.php:423 adminpages/orders.php:495
2359
+ #: adminpages/orders.php:524 adminpages/orders.php:579
2360
+ #: adminpages/orders.php:606 adminpages/orders.php:610
2361
+ #: adminpages/orders.php:621 adminpages/orders.php:909
2362
+ #: adminpages/orders.php:919 adminpages/orders.php:946
2363
+ #: adminpages/orders.php:975 adminpages/orders.php:1112
2364
+ #: adminpages/orders.php:1143 adminpages/orders.php:1149
2365
  msgid "Status"
2366
  msgstr "Status"
2367
 
2368
+ #: adminpages/orders.php:689 adminpages/orders.php:1238
2369
+ #: classes/class.memberorder.php:764 includes/privacy.php:313
2370
  #: adminpages/orders.php:394 adminpages/orders.php:444
2371
  #: adminpages/orders.php:516 adminpages/orders.php:545
2372
  #: adminpages/orders.php:604 adminpages/orders.php:612
2373
+ #: adminpages/orders.php:643 adminpages/orders.php:654
2374
  #: adminpages/orders.php:907 adminpages/orders.php:917
2375
  #: adminpages/orders.php:944 adminpages/orders.php:973
2376
+ #: adminpages/orders.php:1110 adminpages/orders.php:1141
2377
+ #: adminpages/orders.php:1147 classes/class.memberorder.php:744
2378
+ #: classes/class.memberorder.php:747
2379
  msgid "Gateway"
2380
  msgstr "Zahlungsdienstleister"
2381
 
2382
+ #: adminpages/orders.php:712 adminpages/paymentsettings.php:141
2383
+ #: includes/privacy.php:317 adminpages/orders.php:411 adminpages/orders.php:461
2384
  #: adminpages/orders.php:462 adminpages/orders.php:534
2385
  #: adminpages/orders.php:563 adminpages/orders.php:633
2386
+ #: adminpages/orders.php:664 adminpages/orders.php:675
2387
+ #: adminpages/paymentsettings.php:124 adminpages/paymentsettings.php:175
2388
+ #: adminpages/paymentsettings.php:179 adminpages/paymentsettings.php:184
2389
  msgid "Gateway Environment"
2390
  msgstr "Zahlungsfunktion"
2391
 
2392
+ #: adminpages/orders.php:724 adminpages/paymentsettings.php:145
2393
  #: adminpages/orders.php:415 adminpages/orders.php:465
2394
  #: adminpages/orders.php:466 adminpages/orders.php:538
2395
  #: adminpages/orders.php:567 adminpages/orders.php:640
2396
+ #: adminpages/orders.php:671 adminpages/orders.php:682
2397
+ #: adminpages/paymentsettings.php:128 adminpages/paymentsettings.php:179
2398
+ #: adminpages/paymentsettings.php:183 adminpages/paymentsettings.php:188
2399
  msgid "Sandbox/Testing"
2400
  msgstr "Sandbox/Testing"
2401
 
2402
+ #: adminpages/orders.php:729 adminpages/paymentsettings.php:146
2403
  #: adminpages/orders.php:416 adminpages/orders.php:466
2404
  #: adminpages/orders.php:467 adminpages/orders.php:539
2405
  #: adminpages/orders.php:568 adminpages/orders.php:642
2406
+ #: adminpages/orders.php:673 adminpages/orders.php:684
2407
+ #: adminpages/paymentsettings.php:129 adminpages/paymentsettings.php:180
2408
+ #: adminpages/paymentsettings.php:184 adminpages/paymentsettings.php:189
2409
  msgid "Live/Production"
2410
  msgstr "Live/Production"
2411
 
2412
+ #: adminpages/orders.php:737 includes/privacy.php:321 adminpages/orders.php:423
2413
  #: adminpages/orders.php:473 adminpages/orders.php:474
2414
  #: adminpages/orders.php:546 adminpages/orders.php:575
2415
+ #: adminpages/orders.php:650 adminpages/orders.php:681
2416
+ #: adminpages/orders.php:692
2417
  msgid "Payment Transaction ID"
2418
  msgstr "Payment Transaction ID"
2419
 
2420
+ #: adminpages/orders.php:748 adminpages/orders.php:428
2421
  #: adminpages/orders.php:478 adminpages/orders.php:479
2422
  #: adminpages/orders.php:551 adminpages/orders.php:580
2423
+ #: adminpages/orders.php:659 adminpages/orders.php:690
2424
+ #: adminpages/orders.php:701
2425
  msgid "Generated by the gateway. Useful to cross reference orders."
2426
  msgstr ""
2427
  "Vom Zahlungsdienstleister generiert. Hilfreich um Bestellungen zuzuordnen."
2428
 
2429
+ #: adminpages/orders.php:753 classes/class.memberorder.php:765
2430
+ #: includes/privacy.php:325 adminpages/orders.php:432 adminpages/orders.php:482
2431
+ #: adminpages/orders.php:483 adminpages/orders.php:555
2432
+ #: adminpages/orders.php:584 adminpages/orders.php:664
2433
+ #: adminpages/orders.php:695 adminpages/orders.php:706
2434
+ #: classes/class.memberorder.php:745 classes/class.memberorder.php:748
2435
  msgid "Subscription Transaction ID"
2436
  msgstr "Mitlgieds-Transaktions-ID"
2437
 
2438
+ #: adminpages/orders.php:765 adminpages/orders.php:437
2439
  #: adminpages/orders.php:487 adminpages/orders.php:488
2440
  #: adminpages/orders.php:560 adminpages/orders.php:589
2441
+ #: adminpages/orders.php:674 adminpages/orders.php:705
2442
+ #: adminpages/orders.php:716
2443
  msgid "Generated by the gateway. Useful to cross reference subscriptions."
2444
  msgstr ""
2445
  "Vom Zahlungsdienstleister generiert. Hilfreich um Zahlungen zuzuordnen."
2446
 
2447
+ #: adminpages/orders.php:770 adminpages/orders.php:1241 pages/invoice.php:100
2448
+ #: shortcodes/pmpro_account.php:127 adminpages/orders.php:442
2449
  #: adminpages/orders.php:492 adminpages/orders.php:493
2450
  #: adminpages/orders.php:565 adminpages/orders.php:594
2451
  #: adminpages/orders.php:607 adminpages/orders.php:679
2452
+ #: adminpages/orders.php:710 adminpages/orders.php:721
2453
  #: adminpages/orders.php:910 adminpages/orders.php:920
2454
  #: adminpages/orders.php:947 adminpages/orders.php:976
2455
+ #: adminpages/orders.php:1113 adminpages/orders.php:1144
2456
+ #: adminpages/orders.php:1150 pages/account.php:91 pages/invoice.php:87
2457
+ #: pages/invoice.php:105 pages/invoice.php:107 shortcodes/pmpro_account.php:122
2458
+ #: shortcodes/pmpro_account.php:124 shortcodes/pmpro_account.php:125
2459
  msgid "Date"
2460
  msgstr "Datum"
2461
 
2462
+ #: adminpages/orders.php:812 adminpages/orders.php:477
2463
  #: adminpages/orders.php:527 adminpages/orders.php:599
2464
  #: adminpages/orders.php:628 adminpages/orders.php:716
2465
+ #: adminpages/orders.php:747 adminpages/orders.php:758
2466
  msgid "Affiliate ID"
2467
  msgstr "Affiliate ID"
2468
 
2469
+ #: adminpages/orders.php:826 adminpages/orders.php:485
2470
  #: adminpages/orders.php:535 adminpages/orders.php:607
2471
  #: adminpages/orders.php:636 adminpages/orders.php:728
2472
+ #: adminpages/orders.php:759 adminpages/orders.php:770
2473
  msgid "Affiliate SubID"
2474
  msgstr "Affiliate SubID"
2475
 
2476
+ #: adminpages/orders.php:848
2477
+ msgid "TOS Consent"
2478
+ msgstr "AGB Zustimmung"
2479
+
2480
+ #: adminpages/orders.php:865 adminpages/orders.php:495
2481
  #: adminpages/orders.php:545 adminpages/orders.php:617
2482
  #: adminpages/orders.php:646 adminpages/orders.php:742
2483
+ #: adminpages/orders.php:773 adminpages/orders.php:784
2484
  msgid "Notes"
2485
  msgstr "Anmerkungen"
2486
 
2487
+ #: adminpages/orders.php:893 adminpages/orders.php:510
2488
  #: adminpages/orders.php:560 adminpages/orders.php:632
2489
  #: adminpages/orders.php:661 adminpages/orders.php:764
2490
+ #: adminpages/orders.php:795 adminpages/orders.php:806
2491
  msgid "Save Order"
2492
  msgstr "Auftrag speichern"
2493
 
2494
+ #: adminpages/orders.php:929 adminpages/orders.php:667
2495
  #: adminpages/orders.php:696 adminpages/orders.php:800
2496
+ #: adminpages/orders.php:831 adminpages/orders.php:842
2497
  msgid "Email Invoice"
2498
  msgstr "E-Mail-Rechnung"
2499
 
2500
+ #: adminpages/orders.php:932 adminpages/orders.php:670
2501
  #: adminpages/orders.php:699 adminpages/orders.php:803
2502
+ #: adminpages/orders.php:834 adminpages/orders.php:845
2503
  msgid "Send an invoice for this order to: "
2504
  msgstr "Sende eine Rechnung für diese Bestellung an:"
2505
 
2506
+ #: adminpages/orders.php:934 adminpages/orders.php:672
2507
  #: adminpages/orders.php:701 adminpages/orders.php:805
2508
+ #: adminpages/orders.php:836 adminpages/orders.php:847
2509
  msgid "Send Email"
2510
  msgstr "E-Mail senden"
2511
 
2512
+ #: adminpages/orders.php:939 includes/adminpages.php:56
2513
  #: includes/adminpages.php:172 adminpages/orders.php:520
2514
  #: adminpages/orders.php:570 adminpages/orders.php:677
2515
  #: adminpages/orders.php:706 adminpages/orders.php:810
2516
+ #: adminpages/orders.php:841 adminpages/orders.php:852
2517
  #: includes/adminpages.php:17 includes/adminpages.php:55
2518
  #: includes/adminpages.php:84 includes/adminpages.php:156
2519
  #: includes/adminpages.php:163 includes/adminpages.php:167
2520
  msgid "Orders"
2521
  msgstr "Bestellungen"
2522
 
2523
+ #: adminpages/orders.php:941 adminpages/orders.php:521
2524
  #: adminpages/orders.php:571 adminpages/orders.php:678
2525
  #: adminpages/orders.php:707 adminpages/orders.php:812
2526
+ #: adminpages/orders.php:843 adminpages/orders.php:854
2527
  msgid "Add New Order"
2528
  msgstr "Neuen Auftrag hinzufügen"
2529
 
2530
+ #: adminpages/orders.php:985 adminpages/orders.php:606
2531
  #: adminpages/orders.php:713 adminpages/orders.php:742
2532
+ #: adminpages/orders.php:852 adminpages/orders.php:883
2533
+ #: adminpages/orders.php:894
2534
  msgid "Within a Date Range"
2535
  msgstr "Innerhalb eines Zeitraums"
2536
 
2537
+ #: adminpages/orders.php:987 adminpages/orders.php:607
2538
  #: adminpages/orders.php:714 adminpages/orders.php:743
2539
+ #: adminpages/orders.php:854 adminpages/orders.php:885
2540
+ #: adminpages/orders.php:896
2541
  msgid "Predefined Date Range"
2542
  msgstr "Vorgegebener Zeitraum"
2543
 
2544
+ #: adminpages/orders.php:989 adminpages/orders.php:608
2545
  #: adminpages/orders.php:715 adminpages/orders.php:744
2546
+ #: adminpages/orders.php:856 adminpages/orders.php:887
2547
+ #: adminpages/orders.php:898
2548
  msgid "Within a Level"
2549
  msgstr "innerhalb eines Pakets"
2550
 
2551
+ #: adminpages/orders.php:991 adminpages/orders.php:609
2552
  #: adminpages/orders.php:716 adminpages/orders.php:745
2553
+ #: adminpages/orders.php:858 adminpages/orders.php:889
2554
+ #: adminpages/orders.php:900
2555
  msgid "Within a Status"
2556
  msgstr "innerhalb eines Status"
2557
 
2558
+ #: adminpages/orders.php:994 adminpages/orders.php:612
2559
  #: adminpages/orders.php:719 adminpages/orders.php:748
2560
+ #: adminpages/orders.php:861 adminpages/orders.php:892
2561
+ #: adminpages/orders.php:903
2562
  msgid "From"
2563
  msgstr "Von"
2564
 
2565
+ #: adminpages/orders.php:1009 adminpages/orders.php:624
2566
  #: adminpages/orders.php:731 adminpages/orders.php:760
2567
+ #: adminpages/orders.php:876 adminpages/orders.php:907
2568
+ #: adminpages/orders.php:918
2569
  msgid "To"
2570
  msgstr "An"
2571
 
2572
+ #: adminpages/orders.php:1022 adminpages/orders.php:636
2573
  #: adminpages/orders.php:743 adminpages/orders.php:772
2574
+ #: adminpages/orders.php:889 adminpages/orders.php:920
2575
+ #: adminpages/orders.php:931
2576
  msgid "filter by "
2577
  msgstr "filtern nach "
2578
 
2579
+ #: adminpages/orders.php:1060 adminpages/orders.php:674
2580
  #: adminpages/orders.php:780 adminpages/orders.php:809
2581
+ #: adminpages/orders.php:932 adminpages/orders.php:963
2582
+ #: adminpages/orders.php:969
2583
  msgid "Filter"
2584
  msgstr "Filter"
2585
 
2586
+ #: adminpages/orders.php:1157 adminpages/orders.php:1160
2587
  #: adminpages/orders.php:535 adminpages/orders.php:538
2588
  #: adminpages/orders.php:777 adminpages/orders.php:780
2589
  #: adminpages/orders.php:883 adminpages/orders.php:886
2590
  #: adminpages/orders.php:912 adminpages/orders.php:915
2591
  #: adminpages/orders.php:1029 adminpages/orders.php:1032
2592
+ #: adminpages/orders.php:1060 adminpages/orders.php:1063
2593
+ #: adminpages/orders.php:1066 adminpages/orders.php:1069
2594
  msgid "Search Orders"
2595
  msgstr "Bestellungen suchen"
2596
 
2597
+ #: adminpages/orders.php:1224 adminpages/orders.php:590
2598
  #: adminpages/orders.php:893 adminpages/orders.php:903
2599
  #: adminpages/orders.php:930 adminpages/orders.php:959
2600
+ #: adminpages/orders.php:1096 adminpages/orders.php:1127
2601
+ #: adminpages/orders.php:1133
2602
  #, php-format
2603
  msgid "%d orders found."
2604
  msgstr "%d Bestellungen gefunden."
2605
 
2606
+ #: adminpages/orders.php:1233 adminpages/reports/login.php:163
2607
  #: classes/gateways/class.pmprogateway_payflowpro.php:116
2608
  #: adminpages/orders.php:599 adminpages/orders.php:902
2609
  #: adminpages/orders.php:912 adminpages/orders.php:939
2610
  #: adminpages/orders.php:968 adminpages/orders.php:1105
2611
+ #: adminpages/orders.php:1136 adminpages/orders.php:1142
2612
  #: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:215
2613
  #: adminpages/paymentsettings.php:220 adminpages/reports/login.php:141
2614
+ #: adminpages/reports/login.php:143 adminpages/reports/login.php:159
2615
  msgid "User"
2616
  msgstr "User"
2617
 
2618
+ #: adminpages/orders.php:1235 includes/init.php:244 includes/profile.php:36
2619
+ #: pages/checkout.php:34 pages/confirmation.php:53 pages/confirmation.php:124
2620
+ #: pages/invoice.php:28 adminpages/orders.php:601 adminpages/orders.php:904
 
2621
  #: adminpages/orders.php:914 adminpages/orders.php:941
2622
+ #: adminpages/orders.php:970 adminpages/orders.php:1107
2623
+ #: adminpages/orders.php:1138 adminpages/orders.php:1144 includes/init.php:214
2624
  #: includes/init.php:217 includes/init.php:218 includes/init.php:220
2625
  #: includes/init.php:222 includes/init.php:230 includes/init.php:238
2626
  #: includes/init.php:243 includes/profile.php:25 includes/profile.php:27
2627
+ #: includes/profile.php:30 pages/checkout.php:33 pages/checkout.php:35
2628
+ #: pages/checkout.php:42 pages/checkout.php:45 pages/confirmation.php:46
2629
+ #: pages/confirmation.php:47 pages/confirmation.php:62
2630
+ #: pages/confirmation.php:64 pages/confirmation.php:70
2631
+ #: pages/confirmation.php:91 pages/confirmation.php:103
2632
+ #: pages/confirmation.php:105 pages/confirmation.php:113
2633
+ #: pages/confirmation.php:116 pages/invoice.php:27 pages/invoice.php:49
2634
+ #: pages/invoice.php:51 pages/invoice.php:70
2635
  msgid "Membership Level"
2636
  msgstr "Paket"
2637
 
2638
+ #: adminpages/orders.php:1237 adminpages/orders.php:1335
2639
  #: adminpages/orders.php:603 adminpages/orders.php:651
2640
  #: adminpages/orders.php:906 adminpages/orders.php:916
2641
  #: adminpages/orders.php:943 adminpages/orders.php:954
2642
  #: adminpages/orders.php:972 adminpages/orders.php:982
2643
  #: adminpages/orders.php:1011 adminpages/orders.php:1040
2644
+ #: adminpages/orders.php:1109 adminpages/orders.php:1140
2645
+ #: adminpages/orders.php:1146 adminpages/orders.php:1186
2646
+ #: adminpages/orders.php:1220 adminpages/orders.php:1226
2647
  msgid "Payment"
2648
  msgstr "Zahlung"
2649
 
2650
+ #: adminpages/orders.php:1239 adminpages/orders.php:605
2651
  #: adminpages/orders.php:908 adminpages/orders.php:918
2652
  #: adminpages/orders.php:945 adminpages/orders.php:974
2653
+ #: adminpages/orders.php:1111 adminpages/orders.php:1142
2654
+ #: adminpages/orders.php:1148
2655
  msgid "Transaction IDs"
2656
  msgstr "Transaktions-IDs"
2657
 
2658
+ #: adminpages/orders.php:1273 adminpages/orders.php:630
2659
  #: adminpages/orders.php:933 adminpages/orders.php:943
2660
  #: adminpages/orders.php:972 adminpages/orders.php:1001
2661
+ #: adminpages/orders.php:1141 adminpages/orders.php:1172
2662
+ #: adminpages/orders.php:1178
2663
  msgid "deleted"
2664
  msgstr "gelöscht"
2665
 
2666
+ #: adminpages/orders.php:1275
2667
+ msgid "none"
2668
+ msgstr "keine"
2669
+
2670
+ #: adminpages/orders.php:1344 adminpages/orders.php:653
2671
  #: adminpages/orders.php:956 adminpages/orders.php:974
2672
  #: adminpages/orders.php:984 adminpages/orders.php:1013
2673
  #: adminpages/orders.php:1042 adminpages/orders.php:1192
2674
+ #: adminpages/orders.php:1226 adminpages/orders.php:1232
2675
  msgid "Subscription"
2676
  msgstr "Mitgliedschaft"
2677
 
2678
+ #: adminpages/orders.php:1366 adminpages/orders.php:664
2679
  #: adminpages/orders.php:967 adminpages/orders.php:985
2680
  #: adminpages/orders.php:995 adminpages/orders.php:998
2681
  #: adminpages/orders.php:1027 adminpages/orders.php:1056
2682
+ #: adminpages/orders.php:1211 adminpages/orders.php:1245
2683
+ #: adminpages/orders.php:1251
2684
  #, php-format
2685
  msgid ""
2686
  "Deleting orders is permanent and can affect active users. Are you sure you "
2689
  "Das Löschen von Bestellungen ist dauerhaft und kann aktive User betreffen. "
2690
  "Sind Sie sicher, dass Sie die Bestellung %s löschen wollen?"
2691
 
2692
+ #: adminpages/orders.php:1370 adminpages/orders.php:1030
2693
  #: adminpages/orders.php:1059 adminpages/orders.php:1215
2694
+ #: adminpages/orders.php:1249 adminpages/orders.php:1255
2695
  msgid "print"
2696
  msgstr "Drucken"
2697
 
2698
+ #: adminpages/orders.php:1374 adminpages/orders.php:1033
2699
  #: adminpages/orders.php:1062 adminpages/orders.php:1219
2700
+ #: adminpages/orders.php:1253 adminpages/orders.php:1259
2701
  msgid "email"
2702
  msgstr "E-Mail"
2703
 
2704
+ #: adminpages/orders.php:1383 adminpages/orders.php:674
2705
  #: adminpages/orders.php:977 adminpages/orders.php:995
2706
  #: adminpages/orders.php:1005 adminpages/orders.php:1008
2707
  #: adminpages/orders.php:1043 adminpages/orders.php:1072
2708
+ #: adminpages/orders.php:1228 adminpages/orders.php:1262
2709
+ #: adminpages/orders.php:1268
2710
  msgid "No orders found."
2711
  msgstr "Keine Bestellungen gefunden."
2712
 
2713
+ #: adminpages/pagesettings.php:62 adminpages/pagesettings.php:54
2714
+ #: adminpages/pagesettings.php:55
2715
  msgid "Your page settings have been updated."
2716
  msgstr "Ihre Seiteneinstellungen wurden aktualisiert."
2717
 
2718
+ #: adminpages/pagesettings.php:79 adminpages/pagesettings.php:51
2719
+ #: adminpages/pagesettings.php:64 adminpages/pagesettings.php:65
2720
  msgid "Membership Account"
2721
  msgstr "Kontodaten"
2722
 
2723
+ #: adminpages/pagesettings.php:80 adminpages/pagesettings.php:54
2724
+ #: adminpages/pagesettings.php:65 adminpages/pagesettings.php:66
2725
  msgid "Membership Billing"
2726
  msgstr "Zahlungsinformationen"
2727
 
2728
+ #: adminpages/pagesettings.php:81 adminpages/pagesettings.php:57
2729
+ #: adminpages/pagesettings.php:66 adminpages/pagesettings.php:67
2730
  msgid "Membership Cancel"
2731
  msgstr "Account löschen"
2732
 
2733
+ #: adminpages/pagesettings.php:82 adminpages/pagesettings.php:60
2734
+ #: adminpages/pagesettings.php:67 adminpages/pagesettings.php:68
2735
  msgid "Membership Checkout"
2736
  msgstr "Checkout"
2737
 
2738
+ #: adminpages/pagesettings.php:83 adminpages/pagesettings.php:63
2739
+ #: adminpages/pagesettings.php:68 adminpages/pagesettings.php:69
2740
  msgid "Membership Confirmation"
2741
  msgstr "Bestätigung"
2742
 
2743
+ #: adminpages/pagesettings.php:84 adminpages/pagesettings.php:66
2744
+ #: adminpages/pagesettings.php:69 adminpages/pagesettings.php:70
2745
  msgid "Membership Invoice"
2746
  msgstr "Rechnung"
2747
 
2748
+ #: adminpages/pagesettings.php:98 adminpages/pagesettings.php:83
2749
+ #: adminpages/pagesettings.php:84 adminpages/pagesettings.php:111
2750
  msgid "The following pages have been created for you"
2751
  msgstr "Folgende Seiten wurden für Sie erstellt"
2752
 
2753
+ #: adminpages/pagesettings.php:113 adminpages/pagesettings.php:97
2754
+ #: adminpages/pagesettings.php:98 adminpages/pagesettings.php:126
2755
  msgid ""
2756
  "Manage the WordPress pages assigned to each required Paid Memberships Pro "
2757
  "page."
2759
  "Bearbeiten der WordPress Seiten, die den erforderlichen Paid Memberships Pro "
2760
  "Seiten zugeordnet sind."
2761
 
2762
+ #: adminpages/pagesettings.php:117 adminpages/pagesettings.php:101
2763
+ #: adminpages/pagesettings.php:102 adminpages/pagesettings.php:104
2764
  #: adminpages/pagesettings.php:132
2765
  msgid ""
2766
  "Assign the WordPress pages for each required Paid Memberships Pro page or"
2768
  "Ordnen Sie Ihre WordPress Seiten allen erforderlichen Paid Memberships Pro "
2769
  "Seiten zu oder "
2770
 
2771
+ #: adminpages/pagesettings.php:118 adminpages/pagesettings.php:102
2772
+ #: adminpages/pagesettings.php:103 adminpages/pagesettings.php:104
2773
  #: adminpages/pagesettings.php:132
2774
  msgid "click here to let us generate them for you"
2775
  msgstr "klicken Sie hier, um sie automatisch zu generieren"
2776
 
2777
+ #: adminpages/pagesettings.php:127 adminpages/pagesettings.php:111
2778
+ #: adminpages/pagesettings.php:112 adminpages/pagesettings.php:140
2779
  msgid "Account Page"
2780
  msgstr "Account Seite"
2781
 
2782
+ #: adminpages/pagesettings.php:131 adminpages/pagesettings.php:149
2783
+ #: adminpages/pagesettings.php:167 adminpages/pagesettings.php:186
2784
+ #: adminpages/pagesettings.php:205 adminpages/pagesettings.php:225
2785
+ #: adminpages/pagesettings.php:244 adminpages/pagesettings.php:284
2786
+ #: adminpages/pagesettings.php:115 adminpages/pagesettings.php:116
2787
+ #: adminpages/pagesettings.php:133 adminpages/pagesettings.php:134
2788
  #: adminpages/pagesettings.php:144 adminpages/pagesettings.php:147
2789
+ #: adminpages/pagesettings.php:151 adminpages/pagesettings.php:152
2790
  #: adminpages/pagesettings.php:159 adminpages/pagesettings.php:162
2791
+ #: adminpages/pagesettings.php:170 adminpages/pagesettings.php:171
2792
  #: adminpages/pagesettings.php:174 adminpages/pagesettings.php:177
2793
+ #: adminpages/pagesettings.php:189 adminpages/pagesettings.php:190
2794
+ #: adminpages/pagesettings.php:193 adminpages/pagesettings.php:206
2795
+ #: adminpages/pagesettings.php:209 adminpages/pagesettings.php:210
2796
+ #: adminpages/pagesettings.php:222 adminpages/pagesettings.php:228
2797
+ #: adminpages/pagesettings.php:229 adminpages/pagesettings.php:238
2798
+ #: adminpages/pagesettings.php:241 adminpages/pagesettings.php:268
2799
+ #: adminpages/pagesettings.php:269
2800
  msgid "Choose One"
2801
  msgstr "Bitte wählen"
2802
 
2803
+ #: adminpages/pagesettings.php:135 adminpages/pagesettings.php:153
2804
+ #: adminpages/pagesettings.php:171 adminpages/pagesettings.php:190
2805
+ #: adminpages/pagesettings.php:209 adminpages/pagesettings.php:229
2806
+ #: adminpages/pagesettings.php:248 adminpages/pagesettings.php:290
2807
+ #: adminpages/pagesettings.php:119 adminpages/pagesettings.php:120
2808
  #: adminpages/pagesettings.php:132 adminpages/pagesettings.php:134
2809
+ #: adminpages/pagesettings.php:137 adminpages/pagesettings.php:138
2810
  #: adminpages/pagesettings.php:145 adminpages/pagesettings.php:147
2811
  #: adminpages/pagesettings.php:149 adminpages/pagesettings.php:150
2812
+ #: adminpages/pagesettings.php:155 adminpages/pagesettings.php:156
2813
  #: adminpages/pagesettings.php:159 adminpages/pagesettings.php:162
2814
  #: adminpages/pagesettings.php:165 adminpages/pagesettings.php:173
2815
+ #: adminpages/pagesettings.php:174 adminpages/pagesettings.php:175
2816
  #: adminpages/pagesettings.php:177 adminpages/pagesettings.php:180
2817
  #: adminpages/pagesettings.php:181 adminpages/pagesettings.php:187
2818
+ #: adminpages/pagesettings.php:193 adminpages/pagesettings.php:194
2819
  #: adminpages/pagesettings.php:196 adminpages/pagesettings.php:197
2820
+ #: adminpages/pagesettings.php:201 adminpages/pagesettings.php:212
2821
+ #: adminpages/pagesettings.php:213 adminpages/pagesettings.php:214
2822
+ #: adminpages/pagesettings.php:225 adminpages/pagesettings.php:228
2823
+ #: adminpages/pagesettings.php:232 adminpages/pagesettings.php:233
2824
+ #: adminpages/pagesettings.php:241 adminpages/pagesettings.php:244
2825
+ #: adminpages/pagesettings.php:274 adminpages/pagesettings.php:275
2826
  msgid "edit page"
2827
  msgstr "Seite bearbeiten"
2828
 
2829
+ #: adminpages/pagesettings.php:138 adminpages/pagesettings.php:156
2830
+ #: adminpages/pagesettings.php:174 adminpages/pagesettings.php:193
2831
+ #: adminpages/pagesettings.php:212 adminpages/pagesettings.php:232
2832
+ #: adminpages/pagesettings.php:251 adminpages/pagesettings.php:293
2833
+ #: adminpages/pagesettings.php:121 adminpages/pagesettings.php:122
2834
+ #: adminpages/pagesettings.php:123 adminpages/pagesettings.php:136
2835
+ #: adminpages/pagesettings.php:140 adminpages/pagesettings.php:141
2836
  #: adminpages/pagesettings.php:149 adminpages/pagesettings.php:151
2837
+ #: adminpages/pagesettings.php:152 adminpages/pagesettings.php:158
2838
+ #: adminpages/pagesettings.php:159 adminpages/pagesettings.php:164
2839
+ #: adminpages/pagesettings.php:167 adminpages/pagesettings.php:177
2840
+ #: adminpages/pagesettings.php:178 adminpages/pagesettings.php:179
2841
  #: adminpages/pagesettings.php:182 adminpages/pagesettings.php:183
2842
+ #: adminpages/pagesettings.php:195 adminpages/pagesettings.php:196
2843
+ #: adminpages/pagesettings.php:197 adminpages/pagesettings.php:198
2844
  #: adminpages/pagesettings.php:199 adminpages/pagesettings.php:211
2845
  #: adminpages/pagesettings.php:214 adminpages/pagesettings.php:215
2846
+ #: adminpages/pagesettings.php:216 adminpages/pagesettings.php:217
2847
  #: adminpages/pagesettings.php:227 adminpages/pagesettings.php:230
2848
+ #: adminpages/pagesettings.php:235 adminpages/pagesettings.php:236
2849
  #: adminpages/pagesettings.php:243 adminpages/pagesettings.php:246
2850
+ #: adminpages/pagesettings.php:277 adminpages/pagesettings.php:278
2851
  msgid "view page"
2852
  msgstr "Seite ansehen"
2853
 
2854
+ #: adminpages/pagesettings.php:141 adminpages/pagesettings.php:159
2855
+ #: adminpages/pagesettings.php:177 adminpages/pagesettings.php:196
2856
+ #: adminpages/pagesettings.php:215 adminpages/pagesettings.php:235
2857
+ #: adminpages/pagesettings.php:254 adminpages/pagesettings.php:121
2858
+ #: adminpages/pagesettings.php:123 adminpages/pagesettings.php:125
2859
+ #: adminpages/pagesettings.php:126 adminpages/pagesettings.php:134
2860
+ #: adminpages/pagesettings.php:138 adminpages/pagesettings.php:143
2861
+ #: adminpages/pagesettings.php:144 adminpages/pagesettings.php:147
2862
  #: adminpages/pagesettings.php:151 adminpages/pagesettings.php:153
2863
+ #: adminpages/pagesettings.php:154 adminpages/pagesettings.php:161
2864
+ #: adminpages/pagesettings.php:162 adminpages/pagesettings.php:166
2865
  #: adminpages/pagesettings.php:169 adminpages/pagesettings.php:175
2866
+ #: adminpages/pagesettings.php:180 adminpages/pagesettings.php:181
2867
+ #: adminpages/pagesettings.php:184 adminpages/pagesettings.php:185
2868
+ #: adminpages/pagesettings.php:189 adminpages/pagesettings.php:197
2869
+ #: adminpages/pagesettings.php:199 adminpages/pagesettings.php:200
2870
  #: adminpages/pagesettings.php:201 adminpages/pagesettings.php:203
2871
  #: adminpages/pagesettings.php:213 adminpages/pagesettings.php:216
2872
+ #: adminpages/pagesettings.php:217 adminpages/pagesettings.php:219
2873
+ #: adminpages/pagesettings.php:220 adminpages/pagesettings.php:229
2874
+ #: adminpages/pagesettings.php:232 adminpages/pagesettings.php:238
2875
+ #: adminpages/pagesettings.php:239 adminpages/pagesettings.php:245
2876
  #: adminpages/pagesettings.php:248
2877
  msgid "Include the shortcode"
2878
  msgstr "Shortcode einfügen"
2879
 
2880
+ #: adminpages/pagesettings.php:145 adminpages/pagesettings.php:125
2881
+ #: adminpages/pagesettings.php:127 adminpages/pagesettings.php:129
2882
+ #: adminpages/pagesettings.php:130 adminpages/pagesettings.php:155
2883
  #: adminpages/pagesettings.php:158
2884
  msgid "Billing Information Page"
2885
  msgstr "Zahlungsinfos-Seite"
2886
 
2887
+ #: adminpages/pagesettings.php:163 adminpages/pagesettings.php:138
2888
+ #: adminpages/pagesettings.php:142 adminpages/pagesettings.php:147
2889
+ #: adminpages/pagesettings.php:148 adminpages/pagesettings.php:170
2890
  #: adminpages/pagesettings.php:173
2891
  msgid "Cancel Page"
2892
  msgstr "Storno-Seite"
2893
 
2894
+ #: adminpages/pagesettings.php:182 adminpages/pagesettings.php:152
2895
+ #: adminpages/pagesettings.php:158 adminpages/pagesettings.php:166
2896
+ #: adminpages/pagesettings.php:167 adminpages/pagesettings.php:186
2897
  #: adminpages/pagesettings.php:189
2898
  msgid "Checkout Page"
2899
  msgstr "Checkout-Seite"
2900
 
2901
+ #: adminpages/pagesettings.php:201 adminpages/pagesettings.php:166
2902
+ #: adminpages/pagesettings.php:174 adminpages/pagesettings.php:185
2903
+ #: adminpages/pagesettings.php:186 adminpages/pagesettings.php:202
2904
  #: adminpages/pagesettings.php:205
2905
  msgid "Confirmation Page"
2906
  msgstr "Bestätigungs-Seite"
2907
 
2908
+ #: adminpages/pagesettings.php:221 adminpages/pagesettings.php:180
2909
+ #: adminpages/pagesettings.php:190 adminpages/pagesettings.php:205
2910
+ #: adminpages/pagesettings.php:206 adminpages/pagesettings.php:218
2911
  msgid "Invoice Page"
2912
  msgstr "Rechnungs-Seite"
2913
 
2914
+ #: adminpages/pagesettings.php:240 adminpages/pagesettings.php:194
2915
+ #: adminpages/pagesettings.php:206 adminpages/pagesettings.php:224
2916
+ #: adminpages/pagesettings.php:225 adminpages/pagesettings.php:234
2917
  #: adminpages/pagesettings.php:237
2918
  msgid "Levels Page"
2919
  msgstr "Paket-Seite"
2920
 
2921
+ #: adminpages/pagesettings.php:261 adminpages/pagesettings.php:245
2922
+ #: adminpages/pagesettings.php:246
2923
  msgid "Additional Page Settings"
2924
  msgstr "Zusätzliche Seiteneinstellungen"
2925
 
2926
+ #: adminpages/pagesettings.php:296 adminpages/pagesettings.php:280
2927
+ #: adminpages/pagesettings.php:281
2928
  msgid "Generate Page"
2929
  msgstr "Seite erstellen"
2930
 
2931
+ #: adminpages/paymentsettings.php:64 adminpages/paymentsettings.php:49
2932
+ #: adminpages/paymentsettings.php:77 adminpages/paymentsettings.php:82
2933
  msgid "Your payment settings have been updated."
2934
  msgstr "Ihre Zahlungs-Einstellungen wurden gespeichert."
2935
 
2936
+ #: adminpages/paymentsettings.php:110 adminpages/paymentsettings.php:123
2937
  #: adminpages/paymentsettings.php:93 adminpages/paymentsettings.php:106
2938
  #: adminpages/paymentsettings.php:144 adminpages/paymentsettings.php:146
2939
  #: adminpages/paymentsettings.php:152 adminpages/paymentsettings.php:154
2940
  msgid "Payment Gateway"
2941
  msgstr "Zahlungsdienstleister"
2942
 
2943
+ #: adminpages/paymentsettings.php:110 adminpages/paymentsettings.php:218
2944
+ #: adminpages/paymentsettings.php:93 adminpages/paymentsettings.php:144
2945
+ #: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:201
2946
  msgid "SSL Settings"
2947
  msgstr "SSL Einstellungen"
2948
 
2949
+ #: adminpages/paymentsettings.php:112 adminpages/paymentsettings.php:95
2950
+ #: adminpages/paymentsettings.php:148
2951
  msgid ""
2952
  "Learn more about <a title=\"Paid Memberships Pro - SSL Settings\" target="
2953
  "\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-plugin-"
2962
  "com/support/initial-plugin-setup/payment-gateway/\">Zahlungsdienstleister "
2963
  "Einstellungen</a>."
2964
 
2965
+ #: adminpages/paymentsettings.php:118 adminpages/paymentsettings.php:101
2966
  msgid "Choose a Gateway"
2967
  msgstr "Gateway wählen"
2968
 
2969
+ #: adminpages/paymentsettings.php:165 adminpages/paymentsettings.php:148
2970
  msgid "Currency and Tax Settings"
2971
  msgstr "Währungs- und Steuereinstellungen"
2972
 
2973
+ #: adminpages/paymentsettings.php:170 adminpages/paymentsettings.php:153
2974
+ #: adminpages/paymentsettings.php:327 adminpages/paymentsettings.php:337
2975
+ #: adminpages/paymentsettings.php:356 adminpages/paymentsettings.php:381
2976
+ #: adminpages/paymentsettings.php:386
2977
  msgid "Currency"
2978
  msgstr "Währung"
2979
 
2980
+ #: adminpages/paymentsettings.php:186 adminpages/paymentsettings.php:169
2981
+ #: adminpages/paymentsettings.php:400 adminpages/paymentsettings.php:402
2982
  msgid ""
2983
  "Not all currencies will be supported by every gateway. Please check with "
2984
  "your gateway."
2986
  "Nicht alle Währungen werden von allen Zahlungsdienstleistern unterstützt. "
2987
  "Bitte überprüfen Sie dies bei Ihrem Zahlungsdienstleister."
2988
 
2989
+ #: adminpages/paymentsettings.php:191 adminpages/paymentsettings.php:174
2990
+ #: adminpages/paymentsettings.php:375 adminpages/paymentsettings.php:401
2991
+ #: adminpages/paymentsettings.php:406 adminpages/paymentsettings.php:408
2992
  msgid "Accepted Credit Card Types"
2993
  msgstr "Akzeptierete Kreditkarten"
2994
 
2995
+ #: adminpages/paymentsettings.php:205 adminpages/paymentsettings.php:188
2996
+ #: adminpages/paymentsettings.php:398 adminpages/paymentsettings.php:438
2997
+ #: adminpages/paymentsettings.php:443 adminpages/paymentsettings.php:445
2998
  msgid "Sales Tax"
2999
  msgstr "Mehrwertsteuer"
3000
 
3001
+ #: adminpages/paymentsettings.php:205 pages/billing.php:117
3002
+ #: adminpages/paymentsettings.php:188 adminpages/paymentsettings.php:398
3003
+ #: adminpages/paymentsettings.php:438 adminpages/paymentsettings.php:443
3004
+ #: adminpages/paymentsettings.php:445 pages/billing.php:78 pages/billing.php:82
3005
+ #: pages/billing.php:91 pages/billing.php:94 pages/billing.php:96
3006
+ #: pages/billing.php:97 pages/billing.php:100 pages/billing.php:120
3007
+ #: pages/billing.php:121 pages/billing.php:123
3008
  msgid "optional"
3009
  msgstr "optional"
3010
 
3011
+ #: adminpages/paymentsettings.php:208 adminpages/paymentsettings.php:191
3012
+ #: adminpages/paymentsettings.php:401 adminpages/paymentsettings.php:441
3013
+ #: adminpages/paymentsettings.php:446 adminpages/paymentsettings.php:448
3014
  msgid "Tax State"
3015
  msgstr "Steuerstaat"
3016
 
3017
+ #: adminpages/paymentsettings.php:209 adminpages/paymentsettings.php:192
3018
+ #: adminpages/paymentsettings.php:402 adminpages/paymentsettings.php:442
3019
+ #: adminpages/paymentsettings.php:447 adminpages/paymentsettings.php:449
3020
  msgid "abbreviation, e.g. \"PA\""
3021
  msgstr "Abkürzung, z.B. \"PA\""
3022
 
3023
+ #: adminpages/paymentsettings.php:210 adminpages/paymentsettings.php:193
3024
  msgid "Tax Rate"
3025
  msgstr "Steuersatz"
3026
 
3027
+ #: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:194
3028
+ #: adminpages/paymentsettings.php:404 adminpages/paymentsettings.php:444
3029
+ #: adminpages/paymentsettings.php:449 adminpages/paymentsettings.php:451
3030
  msgid "decimal, e.g. \"0.06\""
3031
  msgstr "dezimal, z.B. \"0.06\""
3032
 
3033
+ #: adminpages/paymentsettings.php:212
 
3034
  msgid ""
3035
  "US only. If values are given, tax will be applied for any members ordering "
3036
  "from the selected state.<br />For non-US or more complex tax rules, use the "
3037
  "<a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
3038
+ "taxes-paid-memberships-pro/?"
3039
+ "utm_source=plugin&utm_medium=banner&utm_campaign=payment_settings"
 
 
 
 
3040
  "\">pmpro_tax filter</a>."
3041
+ msgstr ""
3042
+ "Nur für USA. Wenn Werte angegeben werden, werden die Steuern für Kunden aus "
3043
+ "dem jeweiligen Staat berechnet.<br />Für Nicht-US- oder komplexere "
3044
+ "Steuersätze, verwenden Sie die <a target=\"_blank\" href=“http://www."
3045
+ "paidmembershipspro.com/2013/10/non-us-taxes-paid-memberships-pro/?"
3046
+ "utm_source=plugin&utm_medium=banner&utm_campaign=payment_settings”>pmpro_tax-"
3047
+ "Filter</a>."
3048
 
3049
+ #: adminpages/paymentsettings.php:223 adminpages/paymentsettings.php:206
3050
+ #: adminpages/paymentsettings.php:450 adminpages/paymentsettings.php:455
3051
+ #: adminpages/paymentsettings.php:457
3052
  msgid "Force SSL"
3053
  msgstr "Erzwinge SSL"
3054
 
3055
+ #: adminpages/paymentsettings.php:230 adminpages/paymentsettings.php:213
3056
  msgid ""
3057
  "Your Site URL starts with https:// and so PMPro will allow your entire site "
3058
  "to be served over HTTPS."
3060
  "Ihre Seite URL beginnt mit https:// daher wird PMPro zulassen dass Ihre "
3061
  "gesamte Seite über HTTPS bedient wird."
3062
 
3063
+ #: adminpages/paymentsettings.php:238 adminpages/paymentsettings.php:212
3064
+ #: adminpages/paymentsettings.php:221 adminpages/paymentsettings.php:456
3065
+ #: adminpages/paymentsettings.php:461 adminpages/paymentsettings.php:463
3066
  msgid "Yes (with JavaScript redirects)"
3067
  msgstr "Ja (mit JavaScript Weiterleitungen)"
3068
 
3069
+ #: adminpages/paymentsettings.php:240 adminpages/paymentsettings.php:214
3070
+ #: adminpages/paymentsettings.php:223
3071
  msgid ""
3072
  "Recommended: Yes. Try the JavaScript redirects setting if you are having "
3073
  "issues with infinite redirect loops."
3075
  "Empfehlung: Ja. Versuchen Sie die JavaScript Weiterleitungseinstellungen "
3076
  "wenn Sie probleme mit unendlichen Umleitungsschleifen haben."
3077
 
3078
+ #: adminpages/paymentsettings.php:248 adminpages/paymentsettings.php:219
3079
+ #: adminpages/paymentsettings.php:231 adminpages/paymentsettings.php:430
3080
+ #: adminpages/paymentsettings.php:463 adminpages/paymentsettings.php:468
3081
+ #: adminpages/paymentsettings.php:470
3082
  msgid "SSL Seal Code"
3083
  msgstr "SSL Seal Code"
3084
 
3085
+ #: adminpages/paymentsettings.php:252
3086
  msgid ""
3087
  "Your <strong><a target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
3088
+ "documentation/initial-plugin-setup/ssl/?"
3089
+ "utm_source=plugin&utm_medium=banner&utm_campaign=payment_settings\">SSL "
3090
+ "Certificate</a></strong> must be installed by your web host. Your "
3091
+ "<strong>SSL Seal</strong> will be a short HTML or JavaScript snippet that "
3092
+ "can be pasted here."
3093
+ msgstr ""
3094
+ "Ihr <strong><a target=\"_blank\" href=“http://www.paidmembershipspro.com/"
3095
+ "documentation/initial-plugin-setup/ssl/?"
3096
+ "utm_source=plugin&utm_medium=banner&utm_campaign=payment_settings”>SSL "
3097
+ "Zertifikat</a></strong> muss von Ihrem Webhost installiert werden. Ihr "
3098
+ "<strong>SSL Siegel</strong> ist ein kurzer HTML- oder JavaScript-Text, der "
3099
+ "hier eingefügt werden kann."
3100
+
3101
+ #: adminpages/paymentsettings.php:257 adminpages/paymentsettings.php:228
3102
+ #: adminpages/paymentsettings.php:240
3103
  msgid "Extra HTTPS URL Filter"
3104
  msgstr "Extra HTTPS URL Filter"
3105
 
3106
+ #: adminpages/paymentsettings.php:260 adminpages/paymentsettings.php:231
3107
+ #: adminpages/paymentsettings.php:243
3108
  msgid ""
3109
  "Pass all generated HTML through a URL filter to add HTTPS to URLs used on "
3110
  "secure pages. Check this if you are using SSL and have warnings on your "
3139
  msgid "Logins"
3140
  msgstr "Anmeldungen"
3141
 
3142
+ #: adminpages/reports/login.php:38 adminpages/reports/memberships.php:68
3143
+ #: adminpages/reports/sales.php:52 adminpages/reports/memberships.php:43
3144
+ #: adminpages/reports/memberships.php:46 adminpages/reports/memberships.php:62
3145
+ #: adminpages/reports/memberships.php:81 adminpages/reports/sales.php:51
3146
  msgid "Today"
3147
  msgstr "Heute"
3148
 
3149
+ #: adminpages/reports/login.php:44 adminpages/reports/memberships.php:69
3150
+ #: adminpages/reports/sales.php:57 adminpages/reports/memberships.php:47
3151
+ #: adminpages/reports/memberships.php:48 adminpages/reports/memberships.php:58
3152
+ #: adminpages/reports/memberships.php:77 adminpages/reports/sales.php:56
3153
  msgid "This Month"
3154
  msgstr "Dieser Monat"
3155
 
3156
+ #: adminpages/reports/login.php:50 adminpages/reports/memberships.php:71
3157
+ #: adminpages/reports/sales.php:67 adminpages/reports/memberships.php:49
3158
+ #: adminpages/reports/memberships.php:50 adminpages/reports/memberships.php:58
3159
+ #: adminpages/reports/memberships.php:69 adminpages/reports/sales.php:66
3160
  msgid "All Time"
3161
  msgstr "Gesamte Zeit"
3162
 
3163
+ #: adminpages/reports/login.php:83 adminpages/reports/login.php:61
3164
+ #: adminpages/reports/login.php:63 adminpages/reports/login.php:79
3165
  msgid "Visits, Views, and Logins Report"
3166
  msgstr "Besucher, Views und Login Reports"
3167
 
3168
+ #: adminpages/reports/login.php:88 adminpages/reports/login.php:66
3169
+ #: adminpages/reports/login.php:68 adminpages/reports/login.php:84
3170
  msgid "All Users"
3171
  msgstr "Alle User"
3172
 
3173
+ #: adminpages/reports/login.php:168 adminpages/reports/login.php:146
3174
+ #: adminpages/reports/login.php:148 adminpages/reports/login.php:164
3175
  msgid "Last Visit"
3176
  msgstr "Letzter Besuch"
3177
 
3178
+ #: adminpages/reports/login.php:169 adminpages/reports/login.php:27
3179
  #: adminpages/reports/login.php:28 adminpages/reports/login.php:147
3180
+ #: adminpages/reports/login.php:149 adminpages/reports/login.php:165
3181
  msgid "Visits This Month"
3182
  msgstr "Besuche diesen Monat"
3183
 
3184
+ #: adminpages/reports/login.php:170 adminpages/reports/login.php:148
3185
+ #: adminpages/reports/login.php:150 adminpages/reports/login.php:166
3186
  msgid "Total Visits"
3187
  msgstr "Besucher Gesamt"
3188
 
3189
+ #: adminpages/reports/login.php:171 adminpages/reports/login.php:32
3190
  #: adminpages/reports/login.php:33 adminpages/reports/login.php:149
3191
+ #: adminpages/reports/login.php:151 adminpages/reports/login.php:167
3192
  msgid "Views This Month"
3193
  msgstr "Views diesen Monat"
3194
 
3195
+ #: adminpages/reports/login.php:172 adminpages/reports/login.php:150
3196
+ #: adminpages/reports/login.php:152 adminpages/reports/login.php:168
3197
  msgid "Total Views"
3198
  msgstr "Views Gesamt"
3199
 
3200
+ #: adminpages/reports/login.php:173 adminpages/reports/login.php:151
3201
+ #: adminpages/reports/login.php:153 adminpages/reports/login.php:169
3202
  msgid "Last Login"
3203
  msgstr "Letztes Login"
3204
 
3205
+ #: adminpages/reports/login.php:174 adminpages/reports/login.php:37
3206
  #: adminpages/reports/login.php:38 adminpages/reports/login.php:152
3207
+ #: adminpages/reports/login.php:154 adminpages/reports/login.php:170
3208
  msgid "Logins This Month"
3209
  msgstr "Logins diesen Monat"
3210
 
3211
+ #: adminpages/reports/login.php:175 adminpages/reports/login.php:153
3212
+ #: adminpages/reports/login.php:155 adminpages/reports/login.php:171
3213
  msgid "Total Logins"
3214
  msgstr "Logins Gesamt"
3215
 
3216
+ #: adminpages/reports/memberships.php:18 adminpages/reports/memberships.php:324
3217
  #: adminpages/reports/memberships.php:252
3218
  #: adminpages/reports/memberships.php:259
3219
  #: adminpages/reports/memberships.php:272
3220
  #: adminpages/reports/memberships.php:288
3221
+ #: adminpages/reports/memberships.php:300
3222
  msgid "Membership Stats"
3223
  msgstr "Mitgleider-Statistiken"
3224
 
3225
+ #: adminpages/reports/memberships.php:62 adminpages/reports/memberships.php:37
3226
+ #: adminpages/reports/memberships.php:40 adminpages/reports/memberships.php:48
3227
  msgid "Signups"
3228
  msgstr "Anmeldungen"
3229
 
3230
+ #: adminpages/reports/memberships.php:63 adminpages/reports/memberships.php:38
3231
+ #: adminpages/reports/memberships.php:41
3232
  msgid "All Cancellations"
3233
  msgstr "Alle Stornierungen"
3234
 
3235
+ #: adminpages/reports/memberships.php:70 adminpages/reports/sales.php:62
3236
+ #: adminpages/reports/memberships.php:48 adminpages/reports/memberships.php:53
3237
+ #: adminpages/reports/memberships.php:54 adminpages/reports/memberships.php:73
3238
+ #: adminpages/reports/sales.php:61
3239
  msgid "This Year"
3240
  msgstr "Dieses Jahr"
3241
 
3242
+ #: adminpages/reports/memberships.php:330 adminpages/reports/sales.php:205
3243
  #: adminpages/reports/memberships.php:258
3244
  #: adminpages/reports/memberships.php:265
3245
  #: adminpages/reports/memberships.php:278
3246
+ #: adminpages/reports/memberships.php:294
3247
+ #: adminpages/reports/memberships.php:306 adminpages/reports/sales.php:187
3248
  #: adminpages/reports/sales.php:195 adminpages/reports/sales.php:196
3249
+ #: adminpages/reports/sales.php:204
3250
  msgid "Daily"
3251
  msgstr "täglich"
3252
 
3253
+ #: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:206
3254
  #: adminpages/reports/memberships.php:259
3255
  #: adminpages/reports/memberships.php:266
3256
  #: adminpages/reports/memberships.php:279
3257
+ #: adminpages/reports/memberships.php:295
3258
+ #: adminpages/reports/memberships.php:307 adminpages/reports/sales.php:188
3259
  #: adminpages/reports/sales.php:196 adminpages/reports/sales.php:197
3260
+ #: adminpages/reports/sales.php:205
3261
  msgid "Monthly"
3262
  msgstr "monatlich"
3263
 
3264
+ #: adminpages/reports/memberships.php:332 adminpages/reports/sales.php:207
3265
  #: adminpages/reports/memberships.php:260
3266
  #: adminpages/reports/memberships.php:267
3267
  #: adminpages/reports/memberships.php:280
3268
+ #: adminpages/reports/memberships.php:296
3269
+ #: adminpages/reports/memberships.php:308 adminpages/reports/sales.php:189
3270
  #: adminpages/reports/sales.php:197 adminpages/reports/sales.php:198
3271
+ #: adminpages/reports/sales.php:206
3272
  msgid "Annual"
3273
  msgstr "jährlich"
3274
 
3275
+ #: adminpages/reports/memberships.php:335
3276
  #: adminpages/reports/memberships.php:270
3277
  #: adminpages/reports/memberships.php:283
3278
+ #: adminpages/reports/memberships.php:311
3279
  msgid "Signups vs. All Cancellations"
3280
  msgstr "Anmeldungen vs. Alle Stornierungen"
3281
 
3282
+ #: adminpages/reports/memberships.php:336
3283
  #: adminpages/reports/memberships.php:263
3284
  #: adminpages/reports/memberships.php:271
3285
  #: adminpages/reports/memberships.php:284
3286
  #: adminpages/reports/memberships.php:299
3287
+ #: adminpages/reports/memberships.php:312
3288
  msgid "Signups vs. Cancellations"
3289
  msgstr "Anmeldungen vs. Abmeldungen"
3290
 
3291
+ #: adminpages/reports/memberships.php:337
3292
  #: adminpages/reports/memberships.php:272
3293
  #: adminpages/reports/memberships.php:285
3294
+ #: adminpages/reports/memberships.php:313
3295
  msgid "Signups vs. Expirations"
3296
  msgstr "Anmeldungen vs. Ausgelaufene"
3297
 
3298
+ #: adminpages/reports/memberships.php:342
3299
+ #: adminpages/reports/memberships.php:353 adminpages/reports/sales.php:213
3300
+ #: adminpages/reports/sales.php:224 adminpages/membershiplevels.php:545
3301
  #: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:553
3302
  #: adminpages/membershiplevels.php:559 adminpages/membershiplevels.php:561
3303
  #: adminpages/membershiplevels.php:580 adminpages/membershiplevels.php:588
3308
  #: adminpages/reports/memberships.php:290
3309
  #: adminpages/reports/memberships.php:301
3310
  #: adminpages/reports/memberships.php:304
3311
+ #: adminpages/reports/memberships.php:315
3312
+ #: adminpages/reports/memberships.php:318
3313
+ #: adminpages/reports/memberships.php:329 adminpages/reports/sales.php:195
3314
  #: adminpages/reports/sales.php:203 adminpages/reports/sales.php:204
3315
+ #: adminpages/reports/sales.php:206 adminpages/reports/sales.php:212
3316
+ #: adminpages/reports/sales.php:214 adminpages/reports/sales.php:215
3317
+ #: adminpages/reports/sales.php:223
3318
  msgid "for"
3319
  msgstr "für"
3320
 
3321
+ #: adminpages/reports/memberships.php:369 adminpages/reports/sales.php:240
3322
  #: adminpages/reports/memberships.php:295
3323
  #: adminpages/reports/memberships.php:304
3324
  #: adminpages/reports/memberships.php:317
3325
+ #: adminpages/reports/memberships.php:331
3326
+ #: adminpages/reports/memberships.php:345 adminpages/reports/sales.php:222
3327
  #: adminpages/reports/sales.php:230 adminpages/reports/sales.php:231
3328
+ #: adminpages/reports/sales.php:239
3329
  msgid "Generate Report"
3330
  msgstr "Bericht erstellen"
3331
 
3333
  msgid "Sales and Revenue (Testing/Sandbox)"
3334
  msgstr "Verkäufe und Umsatz (Testing/Sandbox)"
3335
 
3336
+ #: adminpages/reports/sales.php:20 adminpages/reports/sales.php:199
3337
  #: adminpages/reports/sales.php:180 adminpages/reports/sales.php:189
3338
+ #: adminpages/reports/sales.php:198
3339
  msgid "Sales and Revenue"
3340
  msgstr "Verkäufe und Umsatz"
3341
 
3342
+ #: adminpages/reports/sales.php:46 adminpages/reports/sales.php:211
3343
+ #: adminpages/reports/sales.php:45 adminpages/reports/sales.php:193
3344
+ #: adminpages/reports/sales.php:201 adminpages/reports/sales.php:202
3345
+ #: adminpages/reports/sales.php:210
3346
  msgid "Sales"
3347
  msgstr "Verkäufe"
3348
 
3349
+ #: adminpages/reports/sales.php:47 adminpages/reports/sales.php:210
3350
+ #: adminpages/reports/sales.php:46 adminpages/reports/sales.php:192
3351
+ #: adminpages/reports/sales.php:200 adminpages/reports/sales.php:201
3352
+ #: adminpages/reports/sales.php:209
3353
  msgid "Revenue"
3354
  msgstr "Umsatz"
3355
 
3379
  msgstr "Preis"
3380
 
3381
  #: adminpages/templates/orders-email.php:56
3382
+ #: adminpages/templates/orders-print.php:85 pages/confirmation.php:91
3383
+ #: pages/invoice.php:73 pages/invoice.php:77 pages/invoice.php:79
3384
  msgid "Subtotal"
3385
  msgstr "Zwischensumme"
3386
 
3398
  msgid "Update complete."
3399
  msgstr "Update vollständig durchgeführt."
3400
 
3401
+ #: classes/class-deny-network-activation.php:41
3402
+ #: classes/class-deny-network-activation.php:45
3403
+ #, php-format
3404
+ msgid ""
3405
+ "The %s plugin should not be network activated. Activate on each individual "
3406
+ "site's plugin page."
3407
+ msgstr ""
3408
+ "Das %s Plugin sollte nicht im gesamten Netzwerk aktiviert werden. Aktivieren "
3409
+ "Sie es auf der Plugin-Seite jeder einzelnen Site."
3410
+
3411
+ #: classes/class.memberorder.php:760 classes/class.memberorder.php:553
3412
  #: classes/class.memberorder.php:561 classes/class.memberorder.php:564
3413
  #: classes/class.memberorder.php:573 classes/class.memberorder.php:644
3414
  #: classes/class.memberorder.php:697 classes/class.memberorder.php:699
3415
  #: classes/class.memberorder.php:706 classes/class.memberorder.php:716
3416
+ #: classes/class.memberorder.php:719 classes/class.memberorder.php:720
3417
+ #: classes/class.memberorder.php:729 classes/class.memberorder.php:740
3418
+ #: classes/class.memberorder.php:743 includes/cleanup.php:24
3419
  #, php-format
3420
  msgid ""
3421
  "There was an error canceling the subscription for user with ID=%s. You will "
3426
  "Fehler aufgetreten. Bitte überprüfen Sie bei Ihrem Zahlungsdienstleister, ob "
3427
  "das Abonnement noch aktiv ist."
3428
 
3429
+ #: classes/class.memberorder.php:761 classes/class.memberorder.php:741
3430
+ #: classes/class.memberorder.php:744
3431
+ msgid "User Email"
3432
+ msgstr "User Email"
3433
+
3434
+ #: classes/class.memberorder.php:762 classes/class.memberorder.php:742
3435
+ #: classes/class.memberorder.php:745
3436
+ msgid "User Display Name"
3437
+ msgstr "User Anzeige-Name"
3438
+
3439
  #: classes/class.pmproemail.php:37
3440
  #, php-format
3441
  msgid "An Email From %s"
3442
  msgstr "Eine Email von %s"
3443
 
3444
+ #: classes/class.pmproemail.php:143 classes/class.pmproemail.php:120
3445
  #: classes/class.pmproemail.php:122 classes/class.pmproemail.php:125
3446
+ #: classes/class.pmproemail.php:134 classes/class.pmproemail.php:136
3447
  #, php-format
3448
  msgid "Your membership at %s has been CANCELLED"
3449
  msgstr "Ihr Account bei %s wurde gelöscht"
3450
 
3451
+ #: classes/class.pmproemail.php:176 classes/class.pmproemail.php:142
3452
  #: classes/class.pmproemail.php:144 classes/class.pmproemail.php:147
3453
+ #: classes/class.pmproemail.php:156 classes/class.pmproemail.php:166
3454
+ #: classes/class.pmproemail.php:169
3455
  #, php-format
3456
  msgid "Membership for %s at %s has been CANCELLED"
3457
  msgstr "Account für %s bei %s wurde gelöscht"
3458
 
3459
+ #: classes/class.pmproemail.php:219 classes/class.pmproemail.php:172
3460
  #: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
3461
  #: classes/class.pmproemail.php:178 classes/class.pmproemail.php:187
3462
+ #: classes/class.pmproemail.php:207 classes/class.pmproemail.php:212
3463
  #, php-format
3464
  msgid "Your membership confirmation for %s"
3465
  msgstr "Bestätigung Ihrer Anmeldung bei %s"
3466
 
3467
+ #: classes/class.pmproemail.php:276 classes/class.pmproemail.php:285
3468
+ #: classes/class.pmproemail.php:294 classes/class.pmproemail.php:376
3469
+ #: classes/class.pmproemail.php:385 classes/class.pmproemail.php:703
3470
+ #: classes/class.pmproemail.php:705
3471
+ #: classes/gateways/class.pmprogateway_braintree.php:489
3472
+ #: classes/gateways/class.pmprogateway_stripe.php:652 pages/checkout.php:70
3473
+ #: pages/checkout.php:76 pages/checkout.php:498 pages/confirmation.php:58
3474
  #: pages/invoice.php:33 classes/class.pmproemail.php:216
3475
  #: classes/class.pmproemail.php:218 classes/class.pmproemail.php:225
3476
  #: classes/class.pmproemail.php:227 classes/class.pmproemail.php:228
3478
  #: classes/class.pmproemail.php:236 classes/class.pmproemail.php:237
3479
  #: classes/class.pmproemail.php:240 classes/class.pmproemail.php:246
3480
  #: classes/class.pmproemail.php:249 classes/class.pmproemail.php:258
3481
+ #: classes/class.pmproemail.php:260 classes/class.pmproemail.php:269
3482
+ #: classes/class.pmproemail.php:278 classes/class.pmproemail.php:287
3483
  #: classes/class.pmproemail.php:304 classes/class.pmproemail.php:307
3484
  #: classes/class.pmproemail.php:313 classes/class.pmproemail.php:316
3485
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
3486
  #: classes/class.pmproemail.php:334 classes/class.pmproemail.php:337
3487
+ #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:357
3488
+ #: classes/class.pmproemail.php:366 classes/class.pmproemail.php:369
3489
+ #: classes/class.pmproemail.php:378 classes/class.pmproemail.php:532
3490
  #: classes/class.pmproemail.php:580 classes/class.pmproemail.php:645
3491
  #: classes/class.pmproemail.php:648 classes/class.pmproemail.php:657
3492
+ #: classes/class.pmproemail.php:659 classes/class.pmproemail.php:679
3493
+ #: classes/class.pmproemail.php:696 classes/class.pmproemail.php:698
3494
  #: classes/gateways/class.pmprogateway_braintree.php:349
3495
  #: classes/gateways/class.pmprogateway_braintree.php:362
3496
  #: classes/gateways/class.pmprogateway_braintree.php:364
3497
  #: classes/gateways/class.pmprogateway_braintree.php:367
3498
  #: classes/gateways/class.pmprogateway_braintree.php:368
3499
  #: classes/gateways/class.pmprogateway_braintree.php:400
3500
+ #: classes/gateways/class.pmprogateway_braintree.php:402
3501
+ #: classes/gateways/class.pmprogateway_braintree.php:448
3502
+ #: classes/gateways/class.pmprogateway_braintree.php:464
3503
  #: classes/gateways/class.pmprogateway_stripe.php:495
3504
  #: classes/gateways/class.pmprogateway_stripe.php:496
3505
  #: classes/gateways/class.pmprogateway_stripe.php:506
3509
  #: classes/gateways/class.pmprogateway_stripe.php:541
3510
  #: classes/gateways/class.pmprogateway_stripe.php:544
3511
  #: classes/gateways/class.pmprogateway_stripe.php:562
3512
+ #: classes/gateways/class.pmprogateway_stripe.php:573
3513
+ #: classes/gateways/class.pmprogateway_stripe.php:611
3514
+ #: classes/gateways/class.pmprogateway_stripe.php:638
3515
+ #: classes/gateways/class.pmprogateway_stripe.php:644
3516
+ #: classes/gateways/class.pmprogateway_stripe.php:660
3517
+ #: classes/gateways/class.pmprogateway_stripe.php:661 pages/checkout.php:66
3518
  #: pages/checkout.php:67 pages/checkout.php:68 pages/checkout.php:75
3519
+ #: pages/checkout.php:77 pages/checkout.php:78 pages/checkout.php:83
3520
+ #: pages/checkout.php:85 pages/checkout.php:86 pages/checkout.php:93
3521
+ #: pages/checkout.php:96 pages/checkout.php:549 pages/checkout.php:565
3522
+ #: pages/checkout.php:566 pages/checkout.php:573 pages/checkout.php:594
3523
+ #: pages/checkout.php:603 pages/checkout.php:612 pages/checkout.php:616
3524
+ #: pages/checkout.php:617 pages/checkout.php:619 pages/checkout.php:622
3525
+ #: pages/confirmation.php:51 pages/confirmation.php:52 pages/invoice.php:32
3526
  msgid "Discount Code"
3527
  msgstr "Gutscheincode"
3528
 
3529
+ #: classes/class.pmproemail.php:301 classes/class.pmproemail.php:397
3530
+ #: classes/class.pmproemail.php:712 classes/class.pmproemail.php:241
3531
  #: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
3532
  #: classes/class.pmproemail.php:256 classes/class.pmproemail.php:265
3533
+ #: classes/class.pmproemail.php:285 classes/class.pmproemail.php:294
3534
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
3535
  #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:349
3536
+ #: classes/class.pmproemail.php:358 classes/class.pmproemail.php:378
3537
+ #: classes/class.pmproemail.php:390 classes/class.pmproemail.php:538
3538
  #: classes/class.pmproemail.php:586 classes/class.pmproemail.php:651
3539
  #: classes/class.pmproemail.php:654 classes/class.pmproemail.php:663
3540
+ #: classes/class.pmproemail.php:665 classes/class.pmproemail.php:685
3541
+ #: classes/class.pmproemail.php:705
3542
  #, php-format
3543
  msgid "This membership will expire on %s."
3544
  msgstr "Diese Mitgliedschaft läuft am %s ab."
3545
 
3546
+ #: classes/class.pmproemail.php:323 classes/class.pmproemail.php:263
3547
  #: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
3548
  #: classes/class.pmproemail.php:278 classes/class.pmproemail.php:287
3549
+ #: classes/class.pmproemail.php:307 classes/class.pmproemail.php:316
3550
  #, php-format
3551
  msgid "Member Checkout for %s at %s"
3552
  msgstr "Registrierung für %s bei %s"
3553
 
3554
+ #: classes/class.pmproemail.php:414 classes/class.pmproemail.php:375
3555
+ #: classes/class.pmproemail.php:395 classes/class.pmproemail.php:407
3556
  #, php-format
3557
  msgid "Your billing information has been updated at %s"
3558
  msgstr "Ihre Zahlungsinformationen wurden aktualisiert um %s"
3559
 
3560
+ #: classes/class.pmproemail.php:468 classes/class.pmproemail.php:428
3561
+ #: classes/class.pmproemail.php:448 classes/class.pmproemail.php:461
3562
  #, php-format
3563
  msgid "Billing information has been updated for %s at %s"
3564
  msgstr "Zahlungsinformationen wurden aktualisiert für %s um %s"
3565
 
3566
+ #: classes/class.pmproemail.php:517 classes/class.pmproemail.php:425
3567
  #: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
3568
  #: classes/class.pmproemail.php:467 classes/class.pmproemail.php:476
3569
+ #: classes/class.pmproemail.php:496 classes/class.pmproemail.php:510
3570
  #, php-format
3571
  msgid "Membership Payment Failed at %s"
3572
  msgstr "Mitgliedschafts-Zahlung bei %s fehlgeschlagen"
3573
 
3574
+ #: classes/class.pmproemail.php:564 classes/class.pmproemail.php:462
3575
  #: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
3576
  #: classes/class.pmproemail.php:513 classes/class.pmproemail.php:522
3577
+ #: classes/class.pmproemail.php:542 classes/class.pmproemail.php:557
3578
  #, php-format
3579
  msgid "Membership Payment Failed For %s at %s"
3580
  msgstr "Mitgliedschafts-Zahlung für %s bei %s fehlgeschlagen"
3581
 
3582
+ #: classes/class.pmproemail.php:612 classes/class.pmproemail.php:508
3583
  #: classes/class.pmproemail.php:557 classes/class.pmproemail.php:560
3584
+ #: classes/class.pmproemail.php:569 classes/class.pmproemail.php:589
3585
+ #: classes/class.pmproemail.php:605
3586
  #, php-format
3587
  msgid "Credit Card on File Expiring Soon at %s"
3588
  msgstr "Kreditkarte läuft am %s ab."
3589
 
3590
+ #: classes/class.pmproemail.php:663 classes/class.pmproemail.php:501
3591
  #: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
3592
  #: classes/class.pmproemail.php:608 classes/class.pmproemail.php:617
3593
+ #: classes/class.pmproemail.php:619 classes/class.pmproemail.php:639
3594
+ #: classes/class.pmproemail.php:656
3595
  #, php-format
3596
  msgid "INVOICE for %s membership"
3597
  msgstr "ZAHLUNGSBESTÄTIGUNG für %s Mitgliedschaft"
3598
 
3599
+ #: classes/class.pmproemail.php:740 classes/class.pmproemail.php:563
3600
  #: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
3601
  #: classes/class.pmproemail.php:679 classes/class.pmproemail.php:688
3602
+ #: classes/class.pmproemail.php:690 classes/class.pmproemail.php:710
3603
+ #: classes/class.pmproemail.php:733
3604
  #, php-format
3605
  msgid "Your trial at %s is ending soon"
3606
  msgstr "Ihre Testperiode bei %s endet bald"
3607
 
3608
+ #: classes/class.pmproemail.php:776 classes/class.pmproemail.php:596
3609
  #: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
3610
  #: classes/class.pmproemail.php:713 classes/class.pmproemail.php:722
3611
+ #: classes/class.pmproemail.php:724 classes/class.pmproemail.php:744
3612
+ #: classes/class.pmproemail.php:769
3613
  #, php-format
3614
  msgid "Your membership at %s has ended"
3615
  msgstr "Ihre Mitgliedschaft bei %s wurde beendet"
3616
 
3617
+ #: classes/class.pmproemail.php:803 classes/class.pmproemail.php:621
3618
  #: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
3619
  #: classes/class.pmproemail.php:738 classes/class.pmproemail.php:747
3620
+ #: classes/class.pmproemail.php:749 classes/class.pmproemail.php:769
3621
+ #: classes/class.pmproemail.php:796
3622
  #, php-format
3623
  msgid "Your membership at %s will end soon"
3624
  msgstr "Ihre Mitgliedschaft bei %s endet bald"
3625
 
3626
+ #: classes/class.pmproemail.php:825 classes/class.pmproemail.php:641
3627
  #: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
3628
  #: classes/class.pmproemail.php:758 classes/class.pmproemail.php:767
3629
+ #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:789
3630
+ #: classes/class.pmproemail.php:818
3631
  #, php-format
3632
  msgid "Your membership at %s has been changed"
3633
  msgstr "Ihre Mitgliedschaft bei %s wurde geändert"
3634
 
3635
+ #: classes/class.pmproemail.php:830 classes/class.pmproemail.php:877
3636
  #: classes/class.pmproemail.php:759 classes/class.pmproemail.php:762
3637
  #: classes/class.pmproemail.php:771 classes/class.pmproemail.php:773
3638
+ #: classes/class.pmproemail.php:793 classes/class.pmproemail.php:800
3639
+ #: classes/class.pmproemail.php:809 classes/class.pmproemail.php:810
3640
+ #: classes/class.pmproemail.php:811 classes/class.pmproemail.php:823
3641
+ #: classes/class.pmproemail.php:863 classes/class.pmproemail.php:870
3642
  #, php-format
3643
  msgid "The new level is %s"
3644
  msgstr "Das neue Paket ist %s"
3645
 
3646
+ #: classes/class.pmproemail.php:832 classes/class.pmproemail.php:647
3647
  #: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
3648
  #: classes/class.pmproemail.php:764 classes/class.pmproemail.php:773
3649
+ #: classes/class.pmproemail.php:775 classes/class.pmproemail.php:795
3650
+ #: classes/class.pmproemail.php:825
3651
  msgid "Your membership has been cancelled"
3652
  msgstr "Ihr Account wurde gelöscht"
3653
 
3654
+ #: classes/class.pmproemail.php:836 classes/class.pmproemail.php:884
3655
  #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
3656
  #: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
3657
  #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:768
3658
  #: classes/class.pmproemail.php:777 classes/class.pmproemail.php:778
3659
+ #: classes/class.pmproemail.php:779 classes/class.pmproemail.php:798
3660
+ #: classes/class.pmproemail.php:803 classes/class.pmproemail.php:806
3661
+ #: classes/class.pmproemail.php:815 classes/class.pmproemail.php:816
3662
+ #: classes/class.pmproemail.php:817 classes/class.pmproemail.php:829
3663
+ #: classes/class.pmproemail.php:869 classes/class.pmproemail.php:876
3664
  #, php-format
3665
  msgid "This membership will expire on %s"
3666
  msgstr "Diese Mitgliedschaft endet am %s"
3667
 
3668
+ #: classes/class.pmproemail.php:840 classes/class.pmproemail.php:888
3669
  #: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
3670
  #: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
3671
  #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:772
3672
  #: classes/class.pmproemail.php:781 classes/class.pmproemail.php:782
3673
+ #: classes/class.pmproemail.php:783 classes/class.pmproemail.php:802
3674
+ #: classes/class.pmproemail.php:807 classes/class.pmproemail.php:810
3675
+ #: classes/class.pmproemail.php:819 classes/class.pmproemail.php:820
3676
+ #: classes/class.pmproemail.php:821 classes/class.pmproemail.php:833
3677
+ #: classes/class.pmproemail.php:873 classes/class.pmproemail.php:880
3678
  msgid "This membership does not expire"
3679
  msgstr "Diese Mitgliedschaft läuft nicht ab"
3680
 
3681
+ #: classes/class.pmproemail.php:868 includes/init.php:265
3682
+ #: includes/profile.php:48 includes/init.php:229 includes/init.php:232
3683
+ #: includes/init.php:233 includes/init.php:235 includes/init.php:237
3684
+ #: includes/init.php:245 includes/init.php:253 includes/init.php:258
3685
+ #: includes/init.php:259 includes/profile.php:37 includes/profile.php:39
3686
+ #: includes/profile.php:42
3687
+ msgid "None"
3688
+ msgstr "Kein"
3689
+
3690
+ #: classes/class.pmproemail.php:872 classes/class.pmproemail.php:679
3691
  #: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
3692
  #: classes/class.pmproemail.php:796 classes/class.pmproemail.php:805
3693
  #: classes/class.pmproemail.php:806 classes/class.pmproemail.php:807
3694
+ #: classes/class.pmproemail.php:826 classes/class.pmproemail.php:859
3695
+ #: classes/class.pmproemail.php:866
3696
  #, php-format
3697
  msgid "Membership for %s at %s has been changed"
3698
  msgstr "Mitgliedschaft für %s bei %s wurde geändert "
3699
 
3700
+ #: classes/class.pmproemail.php:879 classes/class.pmproemail.php:799
3701
  #: classes/class.pmproemail.php:802 classes/class.pmproemail.php:811
3702
  #: classes/class.pmproemail.php:812 classes/class.pmproemail.php:813
3703
+ #: classes/class.pmproemail.php:832 classes/class.pmproemail.php:865
3704
+ #: classes/class.pmproemail.php:872
3705
  msgid "Membership has been cancelled"
3706
  msgstr "Mitgliedschaft wurde storniert."
3707
 
3708
+ #: classes/class.pmproemail.php:919 classes/class.pmproemail.php:848
3709
  #: classes/class.pmproemail.php:849 classes/class.pmproemail.php:850
3710
+ #: classes/class.pmproemail.php:869 classes/class.pmproemail.php:904
3711
+ #: classes/class.pmproemail.php:911
3712
  msgid "Invoice for Order #: "
3713
  msgstr "Rechnung für Bestellung #:"
3714
 
3715
+ #: classes/class.pmproemail.php:963 classes/class.pmproemail.php:948
3716
+ #: classes/class.pmproemail.php:955
3717
+ msgid ""
3718
+ "<p>An administrator at !!sitename!! has changed your membership level.</p>\n"
3719
+ "\n"
3720
+ "<p>!!membership_change!!.</p>\n"
3721
+ "\n"
3722
+ "<p>If you did not request this membership change and would like more "
3723
+ "information please contact us at !!siteemail!!</p>\n"
3724
+ "\n"
3725
+ "<p>Log in to your membership account here: !!login_link!!</p>"
3726
+ msgstr ""
3727
+ "<p>Ein Administrator bei !!sitename!! hat Ihre Mitgliedschaft (Paket) "
3728
+ "geändert.</p>\n"
3729
+ "\n"
3730
+ "<p>!!membership_change!!.</p>\n"
3731
+ "\n"
3732
+ "<p>Wenn Sie das nicht verlangt haben und mehr Informationen möchten, "
3733
+ "kontaktieren Sie uns bitte per !!siteemail!!</p>\n"
3734
+ "\n"
3735
+ "<p>Loggen Sie sich hier in Ihren Mitgliedschafts-Account ein: !!login_link!!"
3736
+ "</p>"
3737
+
3738
  #: classes/gateways/class.pmprogateway.php:55
3739
  #: classes/gateways/class.pmprogateway_authorizenet.php:171
3740
  #: classes/gateways/class.pmprogateway_check.php:210
3806
  "kontaktieren Sie den Betreiber der Seite um das Problem zu klären."
3807
 
3808
  #: classes/gateways/class.pmprogateway_authorizenet.php:39
3809
+ #: paid-memberships-pro.php:136 paid-memberships-pro.php:122
3810
  #: paid-memberships-pro.php:123 paid-memberships-pro.php:130
3811
+ #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
3812
+ #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
3813
+ #: paid-memberships-pro.php:135 paid-memberships-pro.php:142
3814
  msgid "Authorize.net"
3815
  msgstr "Authorize.net"
3816
 
3856
  msgid "Could not connect to Authorize.net"
3857
  msgstr "Verbindung mit Authorize.net fehlgeschlagen"
3858
 
3859
+ #: classes/gateways/class.pmprogateway_braintree.php:48
3860
+ #, php-format
3861
+ msgid "Attempting to load Braintree gateway: %s"
3862
+ msgstr "Versuche, das Braintree-Gateway zu laden: %s"
3863
+
3864
+ #: classes/gateways/class.pmprogateway_braintree.php:84
3865
+ #: classes/gateways/class.pmprogateway_stripe.php:81
3866
  #: classes/gateways/class.pmprogateway_braintree.php:49
3867
+ #: classes/gateways/class.pmprogateway_braintree.php:62
3868
  #: classes/gateways/class.pmprogateway_stripe.php:58
3869
  #, php-format
3870
  msgid ""
3874
  "Das %s Gateway benötigt die %s PHP-Erweiterung. Bitte aktivieren Sie sie "
3875
  "oder bitten Sie Ihren Hostinganbieter es zu aktivieren."
3876
 
3877
+ #: classes/gateways/class.pmprogateway_braintree.php:141
3878
+ #, php-format
3879
+ msgid "Problem loading plans: %s"
3880
+ msgstr "Problem, die Pläne zu laden: %s"
3881
+
3882
+ #: classes/gateways/class.pmprogateway_braintree.php:143
3883
+ msgid ""
3884
+ "Problem accessing the Braintree Gateway. Please verify your PMPro Payment "
3885
+ "Settings (Keys, etc)."
3886
+ msgstr ""
3887
+ "Problem beim Zugriff auf das Braintree Gateway. Bitte verifizieren Sie Ihre "
3888
+ "PMPro Zahlungseinstellungen (Schlüssel usw.)."
3889
+
3890
+ #: classes/gateways/class.pmprogateway_braintree.php:220
3891
+ #: paid-memberships-pro.php:137
3892
  #: classes/gateways/class.pmprogateway_braintree.php:63
3893
  #: classes/gateways/class.pmprogateway_braintree.php:76
3894
  #: classes/gateways/class.pmprogateway_braintree.php:77
3895
  #: classes/gateways/class.pmprogateway_braintree.php:109
3896
+ #: classes/gateways/class.pmprogateway_braintree.php:111
3897
+ #: classes/gateways/class.pmprogateway_braintree.php:172
3898
  #: paid-memberships-pro.php:123 paid-memberships-pro.php:124
3899
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
3900
+ #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
3901
+ #: paid-memberships-pro.php:135 paid-memberships-pro.php:136
3902
+ #: paid-memberships-pro.php:143
3903
  msgid "Braintree Payments"
3904
  msgstr "Braintree Payments"
3905
 
3906
+ #: classes/gateways/class.pmprogateway_braintree.php:276
3907
  #: classes/gateways/class.pmprogateway_braintree.php:119
3908
  #: classes/gateways/class.pmprogateway_braintree.php:132
3909
  #: classes/gateways/class.pmprogateway_braintree.php:133
3910
  #: classes/gateways/class.pmprogateway_braintree.php:165
3911
+ #: classes/gateways/class.pmprogateway_braintree.php:167
3912
+ #: classes/gateways/class.pmprogateway_braintree.php:228
3913
  msgid "Braintree Settings"
3914
  msgstr "Braintree Einstellungen"
3915
 
3916
+ #: classes/gateways/class.pmprogateway_braintree.php:281
3917
  #: classes/gateways/class.pmprogateway_cybersource.php:106
3918
  #: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:298
3919
  #: adminpages/paymentsettings.php:303 adminpages/paymentsettings.php:364
3922
  #: classes/gateways/class.pmprogateway_braintree.php:137
3923
  #: classes/gateways/class.pmprogateway_braintree.php:138
3924
  #: classes/gateways/class.pmprogateway_braintree.php:170
3925
+ #: classes/gateways/class.pmprogateway_braintree.php:172
3926
+ #: classes/gateways/class.pmprogateway_braintree.php:233
3927
  msgid "Merchant ID"
3928
  msgstr "Händler ID"
3929
 
3930
+ #: classes/gateways/class.pmprogateway_braintree.php:289
3931
  #: adminpages/paymentsettings.php:302 adminpages/paymentsettings.php:306
3932
  #: adminpages/paymentsettings.php:311
3933
  #: classes/gateways/class.pmprogateway_braintree.php:132
3934
  #: classes/gateways/class.pmprogateway_braintree.php:145
3935
  #: classes/gateways/class.pmprogateway_braintree.php:146
3936
  #: classes/gateways/class.pmprogateway_braintree.php:178
3937
+ #: classes/gateways/class.pmprogateway_braintree.php:180
3938
+ #: classes/gateways/class.pmprogateway_braintree.php:241
3939
  msgid "Public Key"
3940
  msgstr "Public Key"
3941
 
3942
+ #: classes/gateways/class.pmprogateway_braintree.php:297
3943
  #: adminpages/paymentsettings.php:310 adminpages/paymentsettings.php:314
3944
  #: adminpages/paymentsettings.php:319
3945
  #: classes/gateways/class.pmprogateway_braintree.php:140
3946
  #: classes/gateways/class.pmprogateway_braintree.php:153
3947
  #: classes/gateways/class.pmprogateway_braintree.php:154
3948
  #: classes/gateways/class.pmprogateway_braintree.php:186
3949
+ #: classes/gateways/class.pmprogateway_braintree.php:188
3950
+ #: classes/gateways/class.pmprogateway_braintree.php:249
3951
  msgid "Private Key"
3952
  msgstr "Private Key"
3953
 
3954
+ #: classes/gateways/class.pmprogateway_braintree.php:305
3955
  #: adminpages/paymentsettings.php:318 adminpages/paymentsettings.php:322
3956
  #: adminpages/paymentsettings.php:327
3957
  #: classes/gateways/class.pmprogateway_braintree.php:148
3958
  #: classes/gateways/class.pmprogateway_braintree.php:161
3959
  #: classes/gateways/class.pmprogateway_braintree.php:162
3960
  #: classes/gateways/class.pmprogateway_braintree.php:194
3961
+ #: classes/gateways/class.pmprogateway_braintree.php:196
3962
+ #: classes/gateways/class.pmprogateway_braintree.php:257
3963
  msgid "Client-Side Encryption Key"
3964
  msgstr "Client-Side Encryption Key"
3965
 
3966
+ #: classes/gateways/class.pmprogateway_braintree.php:313
3967
+ #: classes/gateways/class.pmprogateway_stripe.php:297
3968
  #: adminpages/paymentsettings.php:462 adminpages/paymentsettings.php:470
3969
  #: adminpages/paymentsettings.php:503 adminpages/paymentsettings.php:509
3970
  #: adminpages/paymentsettings.php:511 adminpages/paymentsettings.php:517
3973
  #: classes/gateways/class.pmprogateway_braintree.php:169
3974
  #: classes/gateways/class.pmprogateway_braintree.php:170
3975
  #: classes/gateways/class.pmprogateway_braintree.php:202
3976
+ #: classes/gateways/class.pmprogateway_braintree.php:204
3977
+ #: classes/gateways/class.pmprogateway_braintree.php:265
3978
  #: classes/gateways/class.pmprogateway_stripe.php:181
3979
  #: classes/gateways/class.pmprogateway_stripe.php:182
3980
  #: classes/gateways/class.pmprogateway_stripe.php:192
3982
  #: classes/gateways/class.pmprogateway_stripe.php:216
3983
  #: classes/gateways/class.pmprogateway_stripe.php:217
3984
  #: classes/gateways/class.pmprogateway_stripe.php:228
3985
+ #: classes/gateways/class.pmprogateway_stripe.php:230
3986
+ #: classes/gateways/class.pmprogateway_stripe.php:257
3987
+ #: classes/gateways/class.pmprogateway_stripe.php:289
3988
+ #: classes/gateways/class.pmprogateway_stripe.php:305
3989
+ #: classes/gateways/class.pmprogateway_stripe.php:306
3990
  msgid "Web Hook URL"
3991
  msgstr "Web Hook URL"
3992
 
3993
+ #: classes/gateways/class.pmprogateway_braintree.php:317
3994
  #: adminpages/paymentsettings.php:474 adminpages/paymentsettings.php:515
3995
  #: adminpages/paymentsettings.php:521 adminpages/paymentsettings.php:523
3996
  #: classes/gateways/class.pmprogateway_braintree.php:160
3997
  #: classes/gateways/class.pmprogateway_braintree.php:173
3998
  #: classes/gateways/class.pmprogateway_braintree.php:174
3999
  #: classes/gateways/class.pmprogateway_braintree.php:206
4000
+ #: classes/gateways/class.pmprogateway_braintree.php:208
4001
+ #: classes/gateways/class.pmprogateway_braintree.php:269
4002
  msgid "To fully integrate with Braintree, be sure to set your Web Hook URL to"
4003
  msgstr ""
4004
  "Um Braintree vollständig zu integrieren, stellen Sie Ihre Web Hook URL auf "
4005
 
4006
+ #: classes/gateways/class.pmprogateway_braintree.php:434
4007
+ #: classes/gateways/class.pmprogateway_stripe.php:569 pages/checkout.php:411
4008
  #: classes/gateways/class.pmprogateway_braintree.php:270
4009
  #: classes/gateways/class.pmprogateway_braintree.php:283
4010
  #: classes/gateways/class.pmprogateway_braintree.php:285
4011
  #: classes/gateways/class.pmprogateway_braintree.php:286
4012
  #: classes/gateways/class.pmprogateway_braintree.php:287
4013
  #: classes/gateways/class.pmprogateway_braintree.php:319
4014
+ #: classes/gateways/class.pmprogateway_braintree.php:321
4015
+ #: classes/gateways/class.pmprogateway_braintree.php:383
4016
+ #: classes/gateways/class.pmprogateway_braintree.php:429
4017
  #: classes/gateways/class.pmprogateway_stripe.php:387
4018
  #: classes/gateways/class.pmprogateway_stripe.php:388
4019
  #: classes/gateways/class.pmprogateway_stripe.php:398
4023
  #: classes/gateways/class.pmprogateway_stripe.php:429
4024
  #: classes/gateways/class.pmprogateway_stripe.php:432
4025
  #: classes/gateways/class.pmprogateway_stripe.php:450
4026
+ #: classes/gateways/class.pmprogateway_stripe.php:461
4027
+ #: classes/gateways/class.pmprogateway_stripe.php:499
4028
+ #: classes/gateways/class.pmprogateway_stripe.php:526
4029
+ #: classes/gateways/class.pmprogateway_stripe.php:561
4030
+ #: classes/gateways/class.pmprogateway_stripe.php:577
4031
+ #: classes/gateways/class.pmprogateway_stripe.php:578 pages/checkout.php:476
4032
  #: pages/checkout.php:478 pages/checkout.php:485 pages/checkout.php:493
4033
  #: pages/checkout.php:494 pages/checkout.php:500 pages/checkout.php:501
4034
+ #: pages/checkout.php:503 pages/checkout.php:510 pages/checkout.php:513
4035
  msgid "Payment Information"
4036
+ msgstr "Zahlungsinformationen"
4037
 
4038
+ #: classes/gateways/class.pmprogateway_braintree.php:435
4039
+ #: classes/gateways/class.pmprogateway_stripe.php:570 pages/checkout.php:412
4040
  #: classes/gateways/class.pmprogateway_braintree.php:270
4041
  #: classes/gateways/class.pmprogateway_braintree.php:283
4042
  #: classes/gateways/class.pmprogateway_braintree.php:285
4043
  #: classes/gateways/class.pmprogateway_braintree.php:287
4044
  #: classes/gateways/class.pmprogateway_braintree.php:288
4045
  #: classes/gateways/class.pmprogateway_braintree.php:320
4046
+ #: classes/gateways/class.pmprogateway_braintree.php:322
4047
+ #: classes/gateways/class.pmprogateway_braintree.php:384
4048
+ #: classes/gateways/class.pmprogateway_braintree.php:430
4049
  #: classes/gateways/class.pmprogateway_stripe.php:387
4050
  #: classes/gateways/class.pmprogateway_stripe.php:388
4051
  #: classes/gateways/class.pmprogateway_stripe.php:398
4055
  #: classes/gateways/class.pmprogateway_stripe.php:430
4056
  #: classes/gateways/class.pmprogateway_stripe.php:433
4057
  #: classes/gateways/class.pmprogateway_stripe.php:451
4058
+ #: classes/gateways/class.pmprogateway_stripe.php:462
4059
+ #: classes/gateways/class.pmprogateway_stripe.php:500
4060
+ #: classes/gateways/class.pmprogateway_stripe.php:527
4061
+ #: classes/gateways/class.pmprogateway_stripe.php:562
4062
+ #: classes/gateways/class.pmprogateway_stripe.php:578
4063
+ #: classes/gateways/class.pmprogateway_stripe.php:579 pages/checkout.php:476
4064
  #: pages/checkout.php:478 pages/checkout.php:485 pages/checkout.php:493
4065
  #: pages/checkout.php:494 pages/checkout.php:500 pages/checkout.php:502
4066
+ #: pages/checkout.php:504 pages/checkout.php:511 pages/checkout.php:514
4067
  #, php-format
4068
  msgid "We Accept %s"
4069
  msgstr "Wir aktzeptieren %s"
4070
 
4071
+ #: classes/gateways/class.pmprogateway_braintree.php:455
4072
+ #: classes/gateways/class.pmprogateway_stripe.php:617 pages/billing.php:309
4073
+ #: pages/checkout.php:459 classes/gateways/class.pmprogateway_braintree.php:303
4074
  #: classes/gateways/class.pmprogateway_braintree.php:316
4075
  #: classes/gateways/class.pmprogateway_braintree.php:318
4076
  #: classes/gateways/class.pmprogateway_braintree.php:321
4077
  #: classes/gateways/class.pmprogateway_braintree.php:322
4078
  #: classes/gateways/class.pmprogateway_braintree.php:354
4079
+ #: classes/gateways/class.pmprogateway_braintree.php:356
4080
+ #: classes/gateways/class.pmprogateway_braintree.php:418
4081
  #: classes/gateways/class.pmprogateway_stripe.php:449
4082
  #: classes/gateways/class.pmprogateway_stripe.php:450
4083
  #: classes/gateways/class.pmprogateway_stripe.php:460
4087
  #: classes/gateways/class.pmprogateway_stripe.php:495
4088
  #: classes/gateways/class.pmprogateway_stripe.php:498
4089
  #: classes/gateways/class.pmprogateway_stripe.php:516
4090
+ #: classes/gateways/class.pmprogateway_stripe.php:527
4091
+ #: classes/gateways/class.pmprogateway_stripe.php:565
4092
+ #: classes/gateways/class.pmprogateway_stripe.php:592
4093
+ #: classes/gateways/class.pmprogateway_stripe.php:609
4094
+ #: classes/gateways/class.pmprogateway_stripe.php:625
4095
+ #: classes/gateways/class.pmprogateway_stripe.php:626 pages/billing.php:244
4096
  #: pages/billing.php:248 pages/billing.php:257 pages/billing.php:260
4097
+ #: pages/billing.php:263 pages/billing.php:305 pages/billing.php:311
4098
+ #: pages/billing.php:312 pages/billing.php:313 pages/billing.php:314
4099
+ #: pages/billing.php:337 pages/checkout.php:503 pages/checkout.php:519
4100
+ #: pages/checkout.php:520 pages/checkout.php:527 pages/checkout.php:548
4101
+ #: pages/checkout.php:557 pages/checkout.php:566 pages/checkout.php:570
4102
+ #: pages/checkout.php:577 pages/checkout.php:580
4103
  msgid "Card Number"
4104
  msgstr "Kartennummer"
4105
 
4106
+ #: classes/gateways/class.pmprogateway_braintree.php:483 pages/billing.php:348
4107
+ #: classes/gateways/class.pmprogateway_braintree.php:340
 
4108
  #: classes/gateways/class.pmprogateway_braintree.php:353
4109
  #: classes/gateways/class.pmprogateway_braintree.php:355
4110
  #: classes/gateways/class.pmprogateway_braintree.php:358
4111
  #: classes/gateways/class.pmprogateway_braintree.php:359
4112
  #: classes/gateways/class.pmprogateway_braintree.php:391
4113
+ #: classes/gateways/class.pmprogateway_braintree.php:393
4114
+ #: classes/gateways/class.pmprogateway_braintree.php:455
4115
  #: classes/gateways/class.pmprogateway_stripe.php:486
4116
  #: classes/gateways/class.pmprogateway_stripe.php:487
4117
  #: classes/gateways/class.pmprogateway_stripe.php:497
4121
  #: classes/gateways/class.pmprogateway_stripe.php:532
4122
  #: classes/gateways/class.pmprogateway_stripe.php:535
4123
  #: classes/gateways/class.pmprogateway_stripe.php:553
4124
+ #: classes/gateways/class.pmprogateway_stripe.php:564
4125
+ #: classes/gateways/class.pmprogateway_stripe.php:602
4126
+ #: classes/gateways/class.pmprogateway_stripe.php:629 pages/billing.php:281
4127
  #: pages/billing.php:285 pages/billing.php:294 pages/billing.php:297
4128
+ #: pages/billing.php:301 pages/billing.php:343 pages/billing.php:351
4129
+ #: pages/billing.php:352 pages/billing.php:354 pages/billing.php:357
4130
+ #: pages/billing.php:380 pages/checkout.php:540 pages/checkout.php:556
4131
  #: pages/checkout.php:557 pages/checkout.php:564 pages/checkout.php:585
4132
  #: pages/checkout.php:594 pages/checkout.php:603 pages/checkout.php:605
4133
+ #: pages/checkout.php:607 pages/checkout.php:608 pages/checkout.php:612
4134
+ #: pages/checkout.php:615
4135
  msgid "CVV"
4136
  msgstr "Kartenprüfwert"
4137
 
4138
+ #: classes/gateways/class.pmprogateway_braintree.php:484
4139
+ #: classes/gateways/class.pmprogateway_stripe.php:647 pages/billing.php:349
4140
+ #: pages/checkout.php:493 classes/gateways/class.pmprogateway_braintree.php:341
4141
  #: classes/gateways/class.pmprogateway_braintree.php:354
4142
  #: classes/gateways/class.pmprogateway_braintree.php:356
4143
  #: classes/gateways/class.pmprogateway_braintree.php:359
4144
  #: classes/gateways/class.pmprogateway_braintree.php:360
4145
  #: classes/gateways/class.pmprogateway_braintree.php:392
4146
+ #: classes/gateways/class.pmprogateway_braintree.php:394
4147
+ #: classes/gateways/class.pmprogateway_braintree.php:456
4148
  #: classes/gateways/class.pmprogateway_stripe.php:487
4149
  #: classes/gateways/class.pmprogateway_stripe.php:488
4150
  #: classes/gateways/class.pmprogateway_stripe.php:498
4154
  #: classes/gateways/class.pmprogateway_stripe.php:533
4155
  #: classes/gateways/class.pmprogateway_stripe.php:536
4156
  #: classes/gateways/class.pmprogateway_stripe.php:554
4157
+ #: classes/gateways/class.pmprogateway_stripe.php:565
4158
+ #: classes/gateways/class.pmprogateway_stripe.php:603
4159
+ #: classes/gateways/class.pmprogateway_stripe.php:630
4160
+ #: classes/gateways/class.pmprogateway_stripe.php:639
4161
+ #: classes/gateways/class.pmprogateway_stripe.php:655
4162
+ #: classes/gateways/class.pmprogateway_stripe.php:656 pages/billing.php:282
4163
  #: pages/billing.php:286 pages/billing.php:295 pages/billing.php:298
4164
+ #: pages/billing.php:302 pages/billing.php:344 pages/billing.php:352
4165
+ #: pages/billing.php:353 pages/billing.php:355 pages/billing.php:358
4166
+ #: pages/billing.php:381 pages/checkout.php:541 pages/checkout.php:557
4167
  #: pages/checkout.php:558 pages/checkout.php:565 pages/checkout.php:586
4168
  #: pages/checkout.php:595 pages/checkout.php:604 pages/checkout.php:606
4169
+ #: pages/checkout.php:608 pages/checkout.php:609 pages/checkout.php:613
4170
+ #: pages/checkout.php:616
4171
  msgid "what's this?"
4172
  msgstr "Was ist das?"
4173
 
4174
+ #: classes/gateways/class.pmprogateway_braintree.php:491
4175
+ #: classes/gateways/class.pmprogateway_stripe.php:654 pages/checkout.php:78
4176
+ #: pages/checkout.php:500 classes/gateways/class.pmprogateway_braintree.php:351
4177
  #: classes/gateways/class.pmprogateway_braintree.php:364
4178
  #: classes/gateways/class.pmprogateway_braintree.php:366
4179
  #: classes/gateways/class.pmprogateway_braintree.php:369
4180
  #: classes/gateways/class.pmprogateway_braintree.php:370
4181
  #: classes/gateways/class.pmprogateway_braintree.php:402
4182
+ #: classes/gateways/class.pmprogateway_braintree.php:404
4183
+ #: classes/gateways/class.pmprogateway_braintree.php:450
4184
+ #: classes/gateways/class.pmprogateway_braintree.php:466
4185
  #: classes/gateways/class.pmprogateway_stripe.php:497
4186
  #: classes/gateways/class.pmprogateway_stripe.php:498
4187
  #: classes/gateways/class.pmprogateway_stripe.php:508
4191
  #: classes/gateways/class.pmprogateway_stripe.php:543
4192
  #: classes/gateways/class.pmprogateway_stripe.php:546
4193
  #: classes/gateways/class.pmprogateway_stripe.php:564
4194
+ #: classes/gateways/class.pmprogateway_stripe.php:575
4195
+ #: classes/gateways/class.pmprogateway_stripe.php:613
4196
+ #: classes/gateways/class.pmprogateway_stripe.php:640
4197
+ #: classes/gateways/class.pmprogateway_stripe.php:646
4198
+ #: classes/gateways/class.pmprogateway_stripe.php:662
4199
+ #: classes/gateways/class.pmprogateway_stripe.php:663 pages/checkout.php:79
4200
+ #: pages/checkout.php:80 pages/checkout.php:87 pages/checkout.php:88
4201
+ #: pages/checkout.php:95 pages/checkout.php:98 pages/checkout.php:551
4202
+ #: pages/checkout.php:567 pages/checkout.php:568 pages/checkout.php:575
4203
+ #: pages/checkout.php:596 pages/checkout.php:605 pages/checkout.php:614
4204
+ #: pages/checkout.php:618 pages/checkout.php:619 pages/checkout.php:621
4205
+ #: pages/checkout.php:624
4206
  msgid "Apply"
4207
  msgstr "übernehmen"
4208
 
4209
+ #: classes/gateways/class.pmprogateway_braintree.php:550
4210
+ #: classes/gateways/class.pmprogateway_braintree.php:567
4211
+ #: classes/gateways/class.pmprogateway_braintree.php:657
4212
+ #: classes/gateways/class.pmprogateway_braintree.php:822
4213
+ #: classes/gateways/class.pmprogateway_braintree.php:927
4214
+ #: classes/gateways/class.pmprogateway_braintree.php:947
4215
+ #: classes/gateways/class.pmprogateway_braintree.php:509
4216
+ #: classes/gateways/class.pmprogateway_braintree.php:524
4217
+ #: classes/gateways/class.pmprogateway_braintree.php:526
4218
+ #: classes/gateways/class.pmprogateway_braintree.php:541
4219
+ #: classes/gateways/class.pmprogateway_braintree.php:616
4220
+ #: classes/gateways/class.pmprogateway_braintree.php:623
4221
+ #: classes/gateways/class.pmprogateway_braintree.php:781
4222
+ #: classes/gateways/class.pmprogateway_braintree.php:782
4223
+ #: classes/gateways/class.pmprogateway_braintree.php:886
4224
+ #: classes/gateways/class.pmprogateway_braintree.php:887
4225
+ #: classes/gateways/class.pmprogateway_braintree.php:906
4226
+ #: classes/gateways/class.pmprogateway_braintree.php:907
4227
+ msgid "Payment error: Please contact the webmaster (braintree-load-error)"
4228
+ msgstr ""
4229
+ "Fehler bei der Zahlung: Bitte kontaktieren Sie Ihren Webmaster (braintree-"
4230
+ "load-error)"
4231
+
4232
+ #: classes/gateways/class.pmprogateway_braintree.php:554
4233
+ #: classes/gateways/class.pmprogateway_stripe.php:1131
4234
  #: classes/gateways/class.pmprogateway_braintree.php:61
4235
  #: classes/gateways/class.pmprogateway_braintree.php:406
4236
  #: classes/gateways/class.pmprogateway_braintree.php:419
4238
  #: classes/gateways/class.pmprogateway_braintree.php:424
4239
  #: classes/gateways/class.pmprogateway_braintree.php:425
4240
  #: classes/gateways/class.pmprogateway_braintree.php:457
4241
+ #: classes/gateways/class.pmprogateway_braintree.php:459
4242
+ #: classes/gateways/class.pmprogateway_braintree.php:513
4243
+ #: classes/gateways/class.pmprogateway_braintree.php:528
4244
  #: classes/gateways/class.pmprogateway_stripe.php:53
4245
  #: classes/gateways/class.pmprogateway_stripe.php:1011
4246
  #: classes/gateways/class.pmprogateway_stripe.php:1025
4253
  #: classes/gateways/class.pmprogateway_stripe.php:1076
4254
  #: classes/gateways/class.pmprogateway_stripe.php:1094
4255
  #: classes/gateways/class.pmprogateway_stripe.php:1105
4256
+ #: classes/gateways/class.pmprogateway_stripe.php:1123
4257
+ #: classes/gateways/class.pmprogateway_stripe.php:1139
4258
+ #: classes/gateways/class.pmprogateway_stripe.php:1140
4259
+ #: classes/gateways/class.pmprogateway_stripe.php:1143
4260
+ #: classes/gateways/class.pmprogateway_stripe.php:1176
4261
  msgid "Unknown error: Initial payment failed."
4262
  msgstr "Unbekannter Fehler: Einmal-Zahlung fehlgeschlagen."
4263
 
4264
+ #: classes/gateways/class.pmprogateway_braintree.php:630
4265
  #: classes/gateways/class.pmprogateway_braintree.php:120
4266
  #: classes/gateways/class.pmprogateway_braintree.php:465
4267
  #: classes/gateways/class.pmprogateway_braintree.php:478
4269
  #: classes/gateways/class.pmprogateway_braintree.php:483
4270
  #: classes/gateways/class.pmprogateway_braintree.php:484
4271
  #: classes/gateways/class.pmprogateway_braintree.php:516
4272
+ #: classes/gateways/class.pmprogateway_braintree.php:518
4273
+ #: classes/gateways/class.pmprogateway_braintree.php:589
4274
+ #: classes/gateways/class.pmprogateway_braintree.php:596
4275
  msgid "Error during settlement:"
4276
  msgstr "Fehler während der Abrechnung:"
4277
 
4278
+ #: classes/gateways/class.pmprogateway_braintree.php:639
4279
  #: classes/gateways/class.pmprogateway_braintree.php:129
4280
  #: classes/gateways/class.pmprogateway_braintree.php:474
4281
  #: classes/gateways/class.pmprogateway_braintree.php:487
4283
  #: classes/gateways/class.pmprogateway_braintree.php:492
4284
  #: classes/gateways/class.pmprogateway_braintree.php:493
4285
  #: classes/gateways/class.pmprogateway_braintree.php:525
4286
+ #: classes/gateways/class.pmprogateway_braintree.php:527
4287
+ #: classes/gateways/class.pmprogateway_braintree.php:598
4288
+ #: classes/gateways/class.pmprogateway_braintree.php:605
4289
  msgid "Error during charge:"
4290
  msgstr "Fehler während der Abbuchung:"
4291
 
4292
+ #: classes/gateways/class.pmprogateway_braintree.php:731
4293
+ #: classes/gateways/class.pmprogateway_braintree.php:690
4294
+ #, php-format
4295
+ msgid "Failed to update customer: %s"
4296
+ msgstr "Kunde konnte nicht aktualisiert werden: %s"
4297
+
4298
+ #: classes/gateways/class.pmprogateway_braintree.php:743
4299
  #: classes/gateways/class.pmprogateway_braintree.php:198
4300
  #: classes/gateways/class.pmprogateway_braintree.php:221
4301
  #: classes/gateways/class.pmprogateway_braintree.php:566
4304
  #: classes/gateways/class.pmprogateway_braintree.php:584
4305
  #: classes/gateways/class.pmprogateway_braintree.php:585
4306
  #: classes/gateways/class.pmprogateway_braintree.php:617
4307
+ #: classes/gateways/class.pmprogateway_braintree.php:619
4308
+ #: classes/gateways/class.pmprogateway_braintree.php:702
4309
+ #: classes/gateways/class.pmprogateway_braintree.php:703
4310
  msgid "Failed to update customer."
4311
  msgstr "Kunde konnte nicht aktualisiert werden."
4312
 
4313
+ #: classes/gateways/class.pmprogateway_braintree.php:791
4314
  #: classes/gateways/class.pmprogateway_braintree.php:246
4315
  #: classes/gateways/class.pmprogateway_braintree.php:269
4316
  #: classes/gateways/class.pmprogateway_braintree.php:614
4319
  #: classes/gateways/class.pmprogateway_braintree.php:632
4320
  #: classes/gateways/class.pmprogateway_braintree.php:633
4321
  #: classes/gateways/class.pmprogateway_braintree.php:665
4322
+ #: classes/gateways/class.pmprogateway_braintree.php:667
4323
+ #: classes/gateways/class.pmprogateway_braintree.php:750
4324
+ #: classes/gateways/class.pmprogateway_braintree.php:751
4325
  msgid "Failed to create customer."
4326
  msgstr "Kunde konnte nicht angelegt werden."
4327
 
4328
+ #: classes/gateways/class.pmprogateway_braintree.php:798
4329
  #: classes/gateways/class.pmprogateway_braintree.php:253
4330
  #: classes/gateways/class.pmprogateway_braintree.php:276
4331
  #: classes/gateways/class.pmprogateway_braintree.php:621
4334
  #: classes/gateways/class.pmprogateway_braintree.php:639
4335
  #: classes/gateways/class.pmprogateway_braintree.php:640
4336
  #: classes/gateways/class.pmprogateway_braintree.php:672
4337
+ #: classes/gateways/class.pmprogateway_braintree.php:674
4338
+ #: classes/gateways/class.pmprogateway_braintree.php:757
4339
+ #: classes/gateways/class.pmprogateway_braintree.php:758
4340
  msgid "Error creating customer record with Braintree:"
4341
  msgstr ""
4342
  "Braintree meldet einen Fehler bei der Erstellung des Kunden Protokolls:"
4343
 
4344
+ #: classes/gateways/class.pmprogateway_braintree.php:903
4345
  #: classes/gateways/class.pmprogateway_braintree.php:344
4346
  #: classes/gateways/class.pmprogateway_braintree.php:345
4347
  #: classes/gateways/class.pmprogateway_braintree.php:376
4351
  #: classes/gateways/class.pmprogateway_braintree.php:739
4352
  #: classes/gateways/class.pmprogateway_braintree.php:740
4353
  #: classes/gateways/class.pmprogateway_braintree.php:772
4354
+ #: classes/gateways/class.pmprogateway_braintree.php:774
4355
+ #: classes/gateways/class.pmprogateway_braintree.php:862
4356
+ #: classes/gateways/class.pmprogateway_braintree.php:863
4357
  msgid "Error subscribing customer to plan with Braintree:"
4358
  msgstr "Braintree meldet einen Fehler beim Einrichten des Abos für den Kunden:"
4359
 
4360
+ #: classes/gateways/class.pmprogateway_braintree.php:918
4361
  #: classes/gateways/class.pmprogateway_braintree.php:359
4362
  #: classes/gateways/class.pmprogateway_braintree.php:360
4363
  #: classes/gateways/class.pmprogateway_braintree.php:391
4367
  #: classes/gateways/class.pmprogateway_braintree.php:754
4368
  #: classes/gateways/class.pmprogateway_braintree.php:755
4369
  #: classes/gateways/class.pmprogateway_braintree.php:787
4370
+ #: classes/gateways/class.pmprogateway_braintree.php:789
4371
+ #: classes/gateways/class.pmprogateway_braintree.php:877
4372
+ #: classes/gateways/class.pmprogateway_braintree.php:878
4373
  msgid "Failed to subscribe with Braintree:"
4374
  msgstr "Braintree meldet einen Fehler beim Einrichten des Abos für den Kunden:"
4375
 
4376
+ #: classes/gateways/class.pmprogateway_braintree.php:966
4377
+ #: classes/gateways/class.pmprogateway_braintree.php:979
4378
+ #: classes/gateways/class.pmprogateway_braintree.php:986
4379
  #: classes/gateways/class.pmprogateway_braintree.php:397
4380
  #: classes/gateways/class.pmprogateway_braintree.php:398
4381
  #: classes/gateways/class.pmprogateway_braintree.php:410
4400
  #: classes/gateways/class.pmprogateway_braintree.php:812
4401
  #: classes/gateways/class.pmprogateway_braintree.php:813
4402
  #: classes/gateways/class.pmprogateway_braintree.php:825
4403
+ #: classes/gateways/class.pmprogateway_braintree.php:827
4404
  #: classes/gateways/class.pmprogateway_braintree.php:838
4405
+ #: classes/gateways/class.pmprogateway_braintree.php:840
4406
  #: classes/gateways/class.pmprogateway_braintree.php:845
4407
+ #: classes/gateways/class.pmprogateway_braintree.php:847
4408
+ #: classes/gateways/class.pmprogateway_braintree.php:925
4409
+ #: classes/gateways/class.pmprogateway_braintree.php:926
4410
+ #: classes/gateways/class.pmprogateway_braintree.php:938
4411
+ #: classes/gateways/class.pmprogateway_braintree.php:939
4412
+ #: classes/gateways/class.pmprogateway_braintree.php:945
4413
+ #: classes/gateways/class.pmprogateway_braintree.php:946
4414
  #: classes/gateways/class.pmprogateway_stripe.php:343
4415
  #: classes/gateways/class.pmprogateway_stripe.php:344
4416
  #: classes/gateways/class.pmprogateway_stripe.php:351
4424
  msgstr "Abonnement konnte nicht gefunden werden."
4425
 
4426
  #: classes/gateways/class.pmprogateway_check.php:49
4427
+ #: paid-memberships-pro.php:130 adminpages/orders.php:399
4428
  #: adminpages/orders.php:449 adminpages/paymentsettings.php:157
4429
  #: adminpages/paymentsettings.php:159
4430
  #: classes/gateways/class.pmprogateway_check.php:48
4431
  #: paid-memberships-pro.php:116 paid-memberships-pro.php:117
4432
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
4433
+ #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
4434
+ #: paid-memberships-pro.php:128 paid-memberships-pro.php:129
4435
+ #: paid-memberships-pro.php:136
4436
  msgid "Pay by Check"
4437
  msgstr "Zahlen auf Rechnung"
4438
 
4506
  msgstr "Anbieter"
4507
 
4508
  #: classes/gateways/class.pmprogateway_payflowpro.php:124
4509
+ #: pages/checkout.php:176 adminpages/paymentsettings.php:219
4510
  #: adminpages/paymentsettings.php:223 adminpages/paymentsettings.php:228
4511
  #: pages/checkout.php:177 pages/checkout.php:180 pages/checkout.php:182
4512
  #: pages/checkout.php:189 pages/checkout.php:191 pages/checkout.php:193
4513
+ #: pages/checkout.php:200 pages/checkout.php:203
4514
  msgid "Password"
4515
  msgstr "Passwort"
4516
 
4541
  "Kontaktieren Sie bitte den Betreiber der Seite um das zu klären."
4542
 
4543
  #: classes/gateways/class.pmprogateway_paypal.php:68
4544
+ #: paid-memberships-pro.php:133
4545
  #: classes/gateways/class.pmprogateway_paypal.php:57
4546
  #: paid-memberships-pro.php:119 paid-memberships-pro.php:120
4547
  #: paid-memberships-pro.php:127 paid-memberships-pro.php:128
4548
+ #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
4549
+ #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
4550
+ #: paid-memberships-pro.php:139
4551
  msgid "PayPal Website Payments Pro"
4552
  msgstr "PayPal Website Payments Pro"
4553
 
4554
  #: classes/gateways/class.pmprogateway_paypal.php:125
4555
  #: classes/gateways/class.pmprogateway_paypalexpress.php:140
4556
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:132
4557
  #: classes/gateways/class.pmprogateway_paypal.php:113
4558
  #: classes/gateways/class.pmprogateway_paypalexpress.php:118
4559
  #: classes/gateways/class.pmprogateway_paypalexpress.php:128
4560
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:112
4561
  msgid "PayPal Settings"
4562
  msgstr "PayPal Einstellungen"
4563
 
4564
  #: classes/gateways/class.pmprogateway_paypal.php:130
4565
  #: classes/gateways/class.pmprogateway_paypalexpress.php:145
4566
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:137
4567
  #: adminpages/paymentsettings.php:179
4568
  #: classes/gateways/class.pmprogateway_paypal.php:118
4569
  #: classes/gateways/class.pmprogateway_paypalexpress.php:123
4570
  #: classes/gateways/class.pmprogateway_paypalexpress.php:133
4571
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:117
4572
  msgid ""
4573
  "We do not recommend using PayPal Standard. We suggest using PayPal Express, "
4574
  "Website Payments Pro (Legacy), or PayPal Pro (Payflow Pro). <a target="
4584
 
4585
  #: classes/gateways/class.pmprogateway_paypal.php:135
4586
  #: classes/gateways/class.pmprogateway_paypalexpress.php:150
4587
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:142
4588
  #: adminpages/paymentsettings.php:227 adminpages/paymentsettings.php:231
4589
  #: adminpages/paymentsettings.php:236
4590
  #: classes/gateways/class.pmprogateway_paypal.php:123
4591
  #: classes/gateways/class.pmprogateway_paypalexpress.php:128
4592
  #: classes/gateways/class.pmprogateway_paypalexpress.php:138
4593
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:122
4594
  msgid "Gateway Account Email"
4595
  msgstr "Zahlungsdienstleister Account Email"
4596
 
4597
  #: classes/gateways/class.pmprogateway_paypal.php:143
4598
  #: classes/gateways/class.pmprogateway_paypalexpress.php:158
4599
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:150
4600
  #: classes/gateways/class.pmprogateway_twocheckout.php:119
4601
  #: adminpages/paymentsettings.php:235 adminpages/paymentsettings.php:239
4602
  #: adminpages/paymentsettings.php:244 adminpages/paymentsettings.php:331
4604
  #: classes/gateways/class.pmprogateway_paypal.php:131
4605
  #: classes/gateways/class.pmprogateway_paypalexpress.php:136
4606
  #: classes/gateways/class.pmprogateway_paypalexpress.php:146
4607
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:130
4608
  #: classes/gateways/class.pmprogateway_twocheckout.php:113
4609
  #: classes/gateways/class.pmprogateway_twocheckout.php:121
4610
  msgid "API Username"
4612
 
4613
  #: classes/gateways/class.pmprogateway_paypal.php:151
4614
  #: classes/gateways/class.pmprogateway_paypalexpress.php:166
4615
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:158
4616
  #: classes/gateways/class.pmprogateway_twocheckout.php:128
4617
  #: adminpages/paymentsettings.php:243 adminpages/paymentsettings.php:247
4618
  #: adminpages/paymentsettings.php:252 adminpages/paymentsettings.php:339
4620
  #: classes/gateways/class.pmprogateway_paypal.php:139
4621
  #: classes/gateways/class.pmprogateway_paypalexpress.php:144
4622
  #: classes/gateways/class.pmprogateway_paypalexpress.php:154
4623
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:138
4624
  #: classes/gateways/class.pmprogateway_twocheckout.php:121
4625
  #: classes/gateways/class.pmprogateway_twocheckout.php:130
4626
  msgid "API Password"
4628
 
4629
  #: classes/gateways/class.pmprogateway_paypal.php:159
4630
  #: classes/gateways/class.pmprogateway_paypalexpress.php:174
4631
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:166
4632
  #: adminpages/paymentsettings.php:251 adminpages/paymentsettings.php:255
4633
  #: adminpages/paymentsettings.php:260
4634
  #: classes/gateways/class.pmprogateway_paypal.php:147
4635
  #: classes/gateways/class.pmprogateway_paypalexpress.php:152
4636
  #: classes/gateways/class.pmprogateway_paypalexpress.php:162
4637
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:146
4638
  msgid "API Signature"
4639
  msgstr "API Signature"
4640
 
4645
 
4646
  #: classes/gateways/class.pmprogateway_paypal.php:178
4647
  #: classes/gateways/class.pmprogateway_paypalexpress.php:193
4648
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:174
4649
  #: adminpages/paymentsettings.php:446 adminpages/paymentsettings.php:479
4650
  #: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:487
4651
  #: classes/gateways/class.pmprogateway_paypal.php:155
4652
  #: classes/gateways/class.pmprogateway_paypalexpress.php:160
4653
  #: classes/gateways/class.pmprogateway_paypalexpress.php:170
4654
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:154
4655
  msgid "IPN Handler URL"
4656
  msgstr "IPN Handler URL"
4657
 
4666
  "einstellen."
4667
 
4668
  #: classes/gateways/class.pmprogateway_paypal.php:201
4669
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:444
4670
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:229
4671
+ #: pages/checkout.php:263 classes/gateways/class.pmprogateway_paypal.php:178
4672
  #: classes/gateways/class.pmprogateway_paypalexpress.php:402
4673
  #: classes/gateways/class.pmprogateway_paypalexpress.php:412
4674
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:438
4675
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:201
4676
  #: classes/gateways/class.pmprogateway_paypalstandard.php:202
4677
  #: pages/checkout.php:286 pages/checkout.php:288 pages/checkout.php:295
4678
+ #: pages/checkout.php:300 pages/checkout.php:302 pages/checkout.php:309
4679
+ #: pages/checkout.php:312 pages/checkout.php:675 pages/checkout.php:682
4680
+ #: pages/checkout.php:685 pages/checkout.php:701
4681
  msgid "Check Out with PayPal"
4682
  msgstr "Zahlung mit PayPal abschließen"
4683
 
4684
  #: classes/gateways/class.pmprogateway_paypal.php:207
4685
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:449
4686
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:234
4687
+ #: pages/checkout.php:598 classes/gateways/class.pmprogateway_paypal.php:184
4688
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
4689
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
4690
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:443
4691
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:206
4692
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
4693
  #: pages/checkout.php:681 pages/checkout.php:688 pages/checkout.php:691
4694
  #: pages/checkout.php:704 pages/checkout.php:707 pages/checkout.php:713
4695
  #: pages/checkout.php:718 pages/checkout.php:722 pages/checkout.php:724
4696
+ #: pages/checkout.php:725 pages/checkout.php:728 pages/checkout.php:729
4697
  msgid "Submit and Check Out"
4698
  msgstr "Zahlung bestätigen"
4699
 
4700
  #: classes/gateways/class.pmprogateway_paypal.php:207
4701
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:449
4702
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:234
4703
  #: classes/gateways/class.pmprogateway_twocheckout.php:203
4704
+ #: pages/checkout.php:598 classes/gateways/class.pmprogateway_paypal.php:184
4705
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
4706
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
4707
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:443
4708
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:206
4709
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
4710
  #: classes/gateways/class.pmprogateway_twocheckout.php:192
4711
  #: classes/gateways/class.pmprogateway_twocheckout.php:214
4712
  #: pages/checkout.php:681 pages/checkout.php:688 pages/checkout.php:691
4713
  #: pages/checkout.php:704 pages/checkout.php:707 pages/checkout.php:713
4714
  #: pages/checkout.php:718 pages/checkout.php:722 pages/checkout.php:724
4715
+ #: pages/checkout.php:725 pages/checkout.php:728 pages/checkout.php:729
4716
  msgid "Submit and Confirm"
4717
  msgstr "Senden und Bestätigen"
4718
 
4719
  #: classes/gateways/class.pmprogateway_paypal.php:631
4720
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:783
4721
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:575
4722
  #: classes/gateways/class.pmprogateway_paypal.php:385
4723
  #: classes/gateways/class.pmprogateway_paypal.php:605
4724
  #: classes/gateways/class.pmprogateway_paypal.php:607
4730
  #: classes/gateways/class.pmprogateway_paypalexpress.php:740
4731
  #: classes/gateways/class.pmprogateway_paypalexpress.php:750
4732
  #: classes/gateways/class.pmprogateway_paypalexpress.php:752
4733
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:777
4734
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
4735
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
4736
  #: classes/gateways/class.pmprogateway_paypalstandard.php:230
4737
  #: classes/gateways/class.pmprogateway_paypalstandard.php:231
4738
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:464
4739
  #: classes/gateways/class.pmprogateway_paypalstandard.php:466
4740
  msgid ""
4741
  "Please contact the site owner or cancel your subscription from within PayPal "
4746
  "belastet wird."
4747
 
4748
  #: classes/gateways/class.pmprogateway_paypalexpress.php:84
4749
+ #: paid-memberships-pro.php:132
4750
  #: classes/gateways/class.pmprogateway_paypalexpress.php:63
4751
  #: classes/gateways/class.pmprogateway_paypalexpress.php:73
4752
  #: paid-memberships-pro.php:118 paid-memberships-pro.php:119
4753
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
4754
+ #: paid-memberships-pro.php:128 paid-memberships-pro.php:129
4755
+ #: paid-memberships-pro.php:130 paid-memberships-pro.php:131
4756
+ #: paid-memberships-pro.php:138
4757
  msgid "PayPal Express"
4758
  msgstr "PayPal Express"
4759
 
4765
  msgid "To fully integrate with PayPal, be sure to set your IPN Handler URL to "
4766
  msgstr "2Checkout INS URL"
4767
 
4768
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:307
4769
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:363
4770
  #: classes/gateways/class.pmprogateway_paypalexpress.php:268
4771
  #: classes/gateways/class.pmprogateway_paypalexpress.php:278
4772
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:301
4773
  #: classes/gateways/class.pmprogateway_paypalexpress.php:320
4774
  #: classes/gateways/class.pmprogateway_paypalexpress.php:330
4775
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:357
4776
  #: preheaders/checkout.php:690 preheaders/checkout.php:697
4777
  #: preheaders/checkout.php:702 preheaders/checkout.php:735
4778
  #: preheaders/checkout.php:750 preheaders/checkout.php:753
4782
  msgid "The PayPal Token was lost."
4783
  msgstr "Der PayPal Token ging verloren."
4784
 
4785
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:71
4786
+ #: paid-memberships-pro.php:135
4787
  #: classes/gateways/class.pmprogateway_paypalstandard.php:60
4788
+ #: paid-memberships-pro.php:121 paid-memberships-pro.php:122
4789
+ #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
4790
+ #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
4791
+ #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
4792
+ #: paid-memberships-pro.php:141
4793
  msgid "PayPal Standard"
4794
  msgstr "PayPal Standard"
4795
 
4796
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:177
4797
  #: classes/gateways/class.pmprogateway_paypalstandard.php:157
4798
  msgid ""
4799
  "Here is your IPN URL for reference. You SHOULD NOT set this in your PayPal "
4802
  "Hier ist Ihre IPN URL als Referenz. Sie sollten diese NICHT in Ihren PayPal-"
4803
  "Einstellungen angeben."
4804
 
4805
+ #: classes/gateways/class.pmprogateway_paypalstandard.php:559
4806
+ msgid "User requested cancellation"
4807
+ msgstr "User verlangte Kündigung"
4808
+
4809
+ #: classes/gateways/class.pmprogateway_stripe.php:201
4810
+ #: paid-memberships-pro.php:131
4811
  #: classes/gateways/class.pmprogateway_stripe.php:93
4812
  #: classes/gateways/class.pmprogateway_stripe.php:94
4813
  #: classes/gateways/class.pmprogateway_stripe.php:104
4815
  #: classes/gateways/class.pmprogateway_stripe.php:128
4816
  #: classes/gateways/class.pmprogateway_stripe.php:129
4817
  #: classes/gateways/class.pmprogateway_stripe.php:140
4818
+ #: classes/gateways/class.pmprogateway_stripe.php:142
4819
+ #: classes/gateways/class.pmprogateway_stripe.php:169
4820
  #: paid-memberships-pro.php:117 paid-memberships-pro.php:118
4821
  #: paid-memberships-pro.php:125 paid-memberships-pro.php:126
4822
+ #: paid-memberships-pro.php:127 paid-memberships-pro.php:128
4823
+ #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
4824
+ #: paid-memberships-pro.php:137
4825
  msgid "Stripe"
4826
  msgstr "Stripe"
4827
 
4828
+ #: classes/gateways/class.pmprogateway_stripe.php:256
4829
  #: classes/gateways/class.pmprogateway_stripe.php:148
4830
  #: classes/gateways/class.pmprogateway_stripe.php:149
4831
  #: classes/gateways/class.pmprogateway_stripe.php:159
4833
  #: classes/gateways/class.pmprogateway_stripe.php:183
4834
  #: classes/gateways/class.pmprogateway_stripe.php:184
4835
  #: classes/gateways/class.pmprogateway_stripe.php:195
4836
+ #: classes/gateways/class.pmprogateway_stripe.php:197
4837
+ #: classes/gateways/class.pmprogateway_stripe.php:224
4838
  msgid "Stripe Settings"
4839
  msgstr "Stripe Einstellungen"
4840
 
4841
+ #: classes/gateways/class.pmprogateway_stripe.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
4842
  #: adminpages/paymentsettings.php:285 adminpages/paymentsettings.php:289
4843
  #: adminpages/paymentsettings.php:294
4844
  #: classes/gateways/class.pmprogateway_stripe.php:161
4848
  #: classes/gateways/class.pmprogateway_stripe.php:196
4849
  #: classes/gateways/class.pmprogateway_stripe.php:197
4850
  #: classes/gateways/class.pmprogateway_stripe.php:208
4851
+ #: classes/gateways/class.pmprogateway_stripe.php:210
4852
+ #: classes/gateways/class.pmprogateway_stripe.php:237
4853
+ #: classes/gateways/class.pmprogateway_stripe.php:269
4854
  msgid "Publishable Key"
4855
  msgstr "Publishable Key"
4856
 
4857
+ #: classes/gateways/class.pmprogateway_stripe.php:269
4858
+ msgid "Your Publishable Key appears incorrect."
4859
+ msgstr ""
4860
+
4861
+ #: classes/gateways/class.pmprogateway_stripe.php:277
4862
+ #: adminpages/paymentsettings.php:277 adminpages/paymentsettings.php:281
4863
+ #: adminpages/paymentsettings.php:286
4864
+ #: classes/gateways/class.pmprogateway_stripe.php:153
4865
+ #: classes/gateways/class.pmprogateway_stripe.php:154
4866
+ #: classes/gateways/class.pmprogateway_stripe.php:164
4867
+ #: classes/gateways/class.pmprogateway_stripe.php:186
4868
+ #: classes/gateways/class.pmprogateway_stripe.php:188
4869
+ #: classes/gateways/class.pmprogateway_stripe.php:189
4870
+ #: classes/gateways/class.pmprogateway_stripe.php:200
4871
+ #: classes/gateways/class.pmprogateway_stripe.php:202
4872
+ #: classes/gateways/class.pmprogateway_stripe.php:229
4873
+ #: classes/gateways/class.pmprogateway_stripe.php:261
4874
+ msgid "Secret Key"
4875
+ msgstr "Secret Key"
4876
+
4877
+ #: classes/gateways/class.pmprogateway_stripe.php:285
4878
  #: adminpages/paymentsettings.php:425 adminpages/paymentsettings.php:430
4879
  #: adminpages/paymentsettings.php:432
4880
  #: classes/gateways/class.pmprogateway_stripe.php:169
4884
  #: classes/gateways/class.pmprogateway_stripe.php:204
4885
  #: classes/gateways/class.pmprogateway_stripe.php:205
4886
  #: classes/gateways/class.pmprogateway_stripe.php:216
4887
+ #: classes/gateways/class.pmprogateway_stripe.php:218
4888
+ #: classes/gateways/class.pmprogateway_stripe.php:245
4889
+ #: classes/gateways/class.pmprogateway_stripe.php:277
4890
+ #: classes/gateways/class.pmprogateway_stripe.php:293
4891
+ #: classes/gateways/class.pmprogateway_stripe.php:294
4892
  msgid "Show Billing Address Fields"
4893
+ msgstr "Felder für Rechnungsadresse anzeigen"
4894
 
4895
+ #: classes/gateways/class.pmprogateway_stripe.php:292
4896
  #: adminpages/paymentsettings.php:437 adminpages/paymentsettings.php:439
4897
  #: classes/gateways/class.pmprogateway_stripe.php:176
4898
  #: classes/gateways/class.pmprogateway_stripe.php:177
4901
  #: classes/gateways/class.pmprogateway_stripe.php:211
4902
  #: classes/gateways/class.pmprogateway_stripe.php:212
4903
  #: classes/gateways/class.pmprogateway_stripe.php:223
4904
+ #: classes/gateways/class.pmprogateway_stripe.php:225
4905
+ #: classes/gateways/class.pmprogateway_stripe.php:252
4906
+ #: classes/gateways/class.pmprogateway_stripe.php:284
4907
+ #: classes/gateways/class.pmprogateway_stripe.php:300
4908
+ #: classes/gateways/class.pmprogateway_stripe.php:301
4909
  msgid ""
4910
  "Stripe doesn't require billing address fields. Choose 'No' to hide them on "
4911
  "the checkout page.<br /><strong>If No, make sure you disable address "
4916
  "><strong>Wenn Sie Nein auswählen, stellen Sie sicher, dass Sie die Adresen-"
4917
  "Verifizierung in den Stripe Dashboard Settings deaktivieren.</strong>"
4918
 
4919
+ #: classes/gateways/class.pmprogateway_stripe.php:300
4920
  #: adminpages/paymentsettings.php:465 adminpages/paymentsettings.php:506
4921
  #: adminpages/paymentsettings.php:512 adminpages/paymentsettings.php:514
4922
  #: classes/gateways/class.pmprogateway_stripe.php:184
4926
  #: classes/gateways/class.pmprogateway_stripe.php:219
4927
  #: classes/gateways/class.pmprogateway_stripe.php:220
4928
  #: classes/gateways/class.pmprogateway_stripe.php:231
4929
+ #: classes/gateways/class.pmprogateway_stripe.php:233
4930
+ #: classes/gateways/class.pmprogateway_stripe.php:260
4931
+ #: classes/gateways/class.pmprogateway_stripe.php:292
4932
+ #: classes/gateways/class.pmprogateway_stripe.php:308
4933
+ #: classes/gateways/class.pmprogateway_stripe.php:309
4934
  msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
4935
  msgstr ""
4936
  "Um Stripe vollständig zu integrieren, stellen Sie Ihre Web Hook URL auf "
4937
 
4938
+ #: classes/gateways/class.pmprogateway_stripe.php:646 pages/checkout.php:492
4939
+ #: classes/gateways/class.pmprogateway_stripe.php:638
4940
+ #: classes/gateways/class.pmprogateway_stripe.php:654
4941
+ #: classes/gateways/class.pmprogateway_stripe.php:655
4942
+ msgid "Security Code (CVC)"
4943
+ msgstr ""
4944
+
4945
+ #: classes/gateways/class.pmprogateway_stripe.php:718
4946
+ #: classes/gateways/class.pmprogateway_stripe.php:703
4947
+ #: classes/gateways/class.pmprogateway_stripe.php:710
4948
+ #: classes/gateways/class.pmprogateway_stripe.php:726
4949
+ #: classes/gateways/class.pmprogateway_stripe.php:727
4950
+ #, php-format
4951
+ msgid ""
4952
+ "%1$sNote:%2$s Subscription %3$s%4$s%5$s could not be found at Stripe. It may "
4953
+ "have been deleted."
4954
+ msgstr ""
4955
+ "%1$sAchtung:%2$s Subskription %3$s%4$s%5$s konnte bei Strips nicht gefunden "
4956
+ "werden. Sie könnte gelöscht worden sein."
4957
+
4958
+ #: classes/gateways/class.pmprogateway_stripe.php:725
4959
  #: classes/gateways/class.pmprogateway_stripe.php:567
4960
  #: classes/gateways/class.pmprogateway_stripe.php:568
4961
  #: classes/gateways/class.pmprogateway_stripe.php:578
4966
  #: classes/gateways/class.pmprogateway_stripe.php:616
4967
  #: classes/gateways/class.pmprogateway_stripe.php:634
4968
  #: classes/gateways/class.pmprogateway_stripe.php:645
4969
+ #: classes/gateways/class.pmprogateway_stripe.php:683
4970
+ #: classes/gateways/class.pmprogateway_stripe.php:710
4971
+ #: classes/gateways/class.pmprogateway_stripe.php:717
4972
+ #: classes/gateways/class.pmprogateway_stripe.php:733
4973
+ #: classes/gateways/class.pmprogateway_stripe.php:734
4974
  msgid "Subscription Updates"
4975
+ msgstr "Abonnement-Updates"
4976
 
4977
+ #: classes/gateways/class.pmprogateway_stripe.php:729
4978
  #: classes/gateways/class.pmprogateway_stripe.php:571
4979
  #: classes/gateways/class.pmprogateway_stripe.php:572
4980
  #: classes/gateways/class.pmprogateway_stripe.php:582
4985
  #: classes/gateways/class.pmprogateway_stripe.php:620
4986
  #: classes/gateways/class.pmprogateway_stripe.php:638
4987
  #: classes/gateways/class.pmprogateway_stripe.php:649
4988
+ #: classes/gateways/class.pmprogateway_stripe.php:687
4989
+ #: classes/gateways/class.pmprogateway_stripe.php:714
4990
+ #: classes/gateways/class.pmprogateway_stripe.php:721
4991
+ #: classes/gateways/class.pmprogateway_stripe.php:737
4992
+ #: classes/gateways/class.pmprogateway_stripe.php:738
4993
  msgid ""
4994
  "Subscription updates, allow you to change the member's subscription values "
4995
  "at predefined times. Be sure to click Update Profile after making changes."
4996
  msgstr ""
4997
+ "Mit Abonnement-Updates können Sie die Abonnementwerte des Mitglieds zu "
4998
+ "vordefinierten Zeiten ändern. Achten Sie darauf, nach dem Vornehmen von "
4999
+ "Änderungen auf Profil aktualisieren zu klicken."
5000
 
5001
+ #: classes/gateways/class.pmprogateway_stripe.php:731
5002
  #: classes/gateways/class.pmprogateway_stripe.php:573
5003
  #: classes/gateways/class.pmprogateway_stripe.php:574
5004
  #: classes/gateways/class.pmprogateway_stripe.php:584
5009
  #: classes/gateways/class.pmprogateway_stripe.php:622
5010
  #: classes/gateways/class.pmprogateway_stripe.php:640
5011
  #: classes/gateways/class.pmprogateway_stripe.php:651
5012
+ #: classes/gateways/class.pmprogateway_stripe.php:689
5013
+ #: classes/gateways/class.pmprogateway_stripe.php:716
5014
+ #: classes/gateways/class.pmprogateway_stripe.php:723
5015
+ #: classes/gateways/class.pmprogateway_stripe.php:739
5016
+ #: classes/gateways/class.pmprogateway_stripe.php:740
5017
  msgid ""
5018
  "Subscription updates, allow you to change the member's subscription values "
5019
  "at predefined times. Be sure to click Update User after making changes."
5020
  msgstr ""
5021
+ "Mit Abonnement-Updates können Sie die Abonnementwerte des Mitglieds zu "
5022
+ "vordefinierten Zeiten ändern. Vergewissern Sie sich, dass Sie nach der "
5023
+ "Durchführung von Änderungen auf Benutzer aktualisieren klicken."
5024
 
5025
+ #: classes/gateways/class.pmprogateway_stripe.php:736 pages/billing.php:362
5026
  #: classes/gateways/class.pmprogateway_stripe.php:578
5027
  #: classes/gateways/class.pmprogateway_stripe.php:579
5028
  #: classes/gateways/class.pmprogateway_stripe.php:589
5032
  #: classes/gateways/class.pmprogateway_stripe.php:624
5033
  #: classes/gateways/class.pmprogateway_stripe.php:627
5034
  #: classes/gateways/class.pmprogateway_stripe.php:645
5035
+ #: classes/gateways/class.pmprogateway_stripe.php:656
5036
+ #: classes/gateways/class.pmprogateway_stripe.php:694
5037
+ #: classes/gateways/class.pmprogateway_stripe.php:721
5038
+ #: classes/gateways/class.pmprogateway_stripe.php:728
5039
+ #: classes/gateways/class.pmprogateway_stripe.php:744
5040
+ #: classes/gateways/class.pmprogateway_stripe.php:745 pages/billing.php:294
5041
  #: pages/billing.php:298 pages/billing.php:329 pages/billing.php:338
5042
  #: pages/billing.php:341 pages/billing.php:343 pages/billing.php:347
5043
+ #: pages/billing.php:363 pages/billing.php:364 pages/billing.php:370
5044
+ #: pages/billing.php:391 pages/billing.php:396 pages/billing.php:400
5045
+ #: pages/billing.php:405
5046
  msgid "Update"
5047
  msgstr "Aktualisieren"
5048
 
5049
+ #: classes/gateways/class.pmprogateway_stripe.php:1127
5050
+ #: classes/gateways/class.pmprogateway_stripe.php:1119
5051
+ #: classes/gateways/class.pmprogateway_stripe.php:1135
5052
+ #: classes/gateways/class.pmprogateway_stripe.php:1136
5053
+ #: classes/gateways/class.pmprogateway_stripe.php:1172
5054
+ msgid "Payment error: Please contact the webmaster (stripe-load-error)"
 
 
 
 
 
 
5055
  msgstr ""
5056
+ "Zahlungsfehler: Bitte kontaktieren Sie den Webmaster (stripe-load-error)"
 
5057
 
5058
+ #: classes/gateways/class.pmprogateway_stripe.php:1365
5059
  #: classes/gateways/class.pmprogateway_stripe.php:190
5060
  #: classes/gateways/class.pmprogateway_stripe.php:192
5061
  #: classes/gateways/class.pmprogateway_stripe.php:199
5075
  #: classes/gateways/class.pmprogateway_stripe.php:1325
5076
  #: classes/gateways/class.pmprogateway_stripe.php:1326
5077
  #: classes/gateways/class.pmprogateway_stripe.php:1336
5078
+ #: classes/gateways/class.pmprogateway_stripe.php:1357
5079
+ #: classes/gateways/class.pmprogateway_stripe.php:1373
5080
+ #: classes/gateways/class.pmprogateway_stripe.php:1374
5081
+ #: classes/gateways/class.pmprogateway_stripe.php:1410
5082
  msgid "Error creating customer record with Stripe:"
5083
+ msgstr "Stripe meldet einen Fehler bei der Erstellung des Kunden-Satzes:"
5084
 
5085
+ #: classes/gateways/class.pmprogateway_stripe.php:1424
5086
  #: classes/gateways/class.pmprogateway_stripe.php:1275
5087
  #: classes/gateways/class.pmprogateway_stripe.php:1303
5088
  #: classes/gateways/class.pmprogateway_stripe.php:1313
5092
  #: classes/gateways/class.pmprogateway_stripe.php:1384
5093
  #: classes/gateways/class.pmprogateway_stripe.php:1385
5094
  #: classes/gateways/class.pmprogateway_stripe.php:1395
5095
+ #: classes/gateways/class.pmprogateway_stripe.php:1416
5096
+ #: classes/gateways/class.pmprogateway_stripe.php:1432
5097
+ #: classes/gateways/class.pmprogateway_stripe.php:1433
5098
+ #: classes/gateways/class.pmprogateway_stripe.php:1469
5099
  msgid "Error getting subscription with Stripe:"
5100
+ msgstr "Fehler beim Anlegen des Abonnements in Stripe:"
5101
 
5102
+ #: classes/gateways/class.pmprogateway_stripe.php:1580
5103
  #: classes/gateways/class.pmprogateway_stripe.php:278
5104
  #: classes/gateways/class.pmprogateway_stripe.php:279
5105
  #: classes/gateways/class.pmprogateway_stripe.php:286
5127
  #: classes/gateways/class.pmprogateway_stripe.php:1540
5128
  #: classes/gateways/class.pmprogateway_stripe.php:1541
5129
  #: classes/gateways/class.pmprogateway_stripe.php:1551
5130
+ #: classes/gateways/class.pmprogateway_stripe.php:1572
5131
+ #: classes/gateways/class.pmprogateway_stripe.php:1588
5132
+ #: classes/gateways/class.pmprogateway_stripe.php:1589
5133
+ #: classes/gateways/class.pmprogateway_stripe.php:1625
5134
  msgid "Error creating plan with Stripe:"
5135
  msgstr "Fehler beim Erstellen eines Plans mit Stripe:"
5136
 
5137
+ #: classes/gateways/class.pmprogateway_stripe.php:1611
5138
  #: classes/gateways/class.pmprogateway_stripe.php:294
5139
  #: classes/gateways/class.pmprogateway_stripe.php:295
5140
  #: classes/gateways/class.pmprogateway_stripe.php:302
5157
  #: classes/gateways/class.pmprogateway_stripe.php:1571
5158
  #: classes/gateways/class.pmprogateway_stripe.php:1572
5159
  #: classes/gateways/class.pmprogateway_stripe.php:1582
5160
+ #: classes/gateways/class.pmprogateway_stripe.php:1603
5161
+ #: classes/gateways/class.pmprogateway_stripe.php:1619
5162
+ #: classes/gateways/class.pmprogateway_stripe.php:1620
5163
+ #: classes/gateways/class.pmprogateway_stripe.php:1656
5164
  msgid "Error subscribing customer to plan with Stripe:"
5165
  msgstr "Stripe meldet einen Fehler beim Einrichten des Abos für den Kunden:"
5166
 
5167
+ #: classes/gateways/class.pmprogateway_stripe.php:1706
5168
+ #: classes/gateways/class.pmprogateway_stripe.php:769
5169
+ #: classes/gateways/class.pmprogateway_stripe.php:770
5170
+ #: classes/gateways/class.pmprogateway_stripe.php:780
5171
+ #: classes/gateways/class.pmprogateway_stripe.php:784
5172
+ #: classes/gateways/class.pmprogateway_stripe.php:812
5173
+ #: classes/gateways/class.pmprogateway_stripe.php:816
5174
+ #: classes/gateways/class.pmprogateway_stripe.php:817
5175
+ #: classes/gateways/class.pmprogateway_stripe.php:820
5176
+ #: classes/gateways/class.pmprogateway_stripe.php:838
5177
+ #: classes/gateways/class.pmprogateway_stripe.php:849
5178
+ #: classes/gateways/class.pmprogateway_stripe.php:887
5179
+ #: classes/gateways/class.pmprogateway_stripe.php:914
5180
+ #: classes/gateways/class.pmprogateway_stripe.php:1698
5181
+ #: classes/gateways/class.pmprogateway_stripe.php:1714
5182
+ #: classes/gateways/class.pmprogateway_stripe.php:1715
5183
+ msgid "Could not cancel the old subscription. Updates have not been processed."
5184
+ msgstr ""
5185
+ "Die alte Mitgliedschaft konnte nicht gekündigt werden. Aktualisierungen "
5186
+ "wurden nicht durchgeführt."
5187
+
5188
+ #: classes/gateways/class.pmprogateway_stripe.php:1809
5189
  #: classes/gateways/class.pmprogateway_stripe.php:383
5190
  #: classes/gateways/class.pmprogateway_stripe.php:389
5191
  #: classes/gateways/class.pmprogateway_stripe.php:410
5205
  #: classes/gateways/class.pmprogateway_stripe.php:1667
5206
  #: classes/gateways/class.pmprogateway_stripe.php:1668
5207
  #: classes/gateways/class.pmprogateway_stripe.php:1678
5208
+ #: classes/gateways/class.pmprogateway_stripe.php:1716
5209
+ #: classes/gateways/class.pmprogateway_stripe.php:1752
5210
+ #: classes/gateways/class.pmprogateway_stripe.php:1801
5211
+ #: classes/gateways/class.pmprogateway_stripe.php:1817
5212
+ #: classes/gateways/class.pmprogateway_stripe.php:1818
5213
  msgid "Could not cancel old subscription."
5214
  msgstr "Das alte Abonnement konnte nicht storniert werden."
5215
 
5216
+ #: classes/gateways/class.pmprogateway_stripe.php:1826
5217
  #: classes/gateways/class.pmprogateway_stripe.php:1533
5218
  #: classes/gateways/class.pmprogateway_stripe.php:1534
5219
  #: classes/gateways/class.pmprogateway_stripe.php:1535
5230
  #: classes/gateways/class.pmprogateway_stripe.php:1684
5231
  #: classes/gateways/class.pmprogateway_stripe.php:1685
5232
  #: classes/gateways/class.pmprogateway_stripe.php:1695
5233
+ #: classes/gateways/class.pmprogateway_stripe.php:1733
5234
+ #: classes/gateways/class.pmprogateway_stripe.php:1769
5235
+ #: classes/gateways/class.pmprogateway_stripe.php:1818
5236
+ #: classes/gateways/class.pmprogateway_stripe.php:1834
5237
+ #: classes/gateways/class.pmprogateway_stripe.php:1835
5238
  msgid "Could not find the customer."
5239
  msgstr "Konnte den Kunden nicht finden."
5240
 
5241
+ #: classes/gateways/class.pmprogateway_stripe.php:1986
5242
  #: classes/gateways/class.pmprogateway_stripe.php:1836
5243
  #: classes/gateways/class.pmprogateway_stripe.php:1837
5244
  #: classes/gateways/class.pmprogateway_stripe.php:1847
5245
+ #: classes/gateways/class.pmprogateway_stripe.php:1885
5246
+ #: classes/gateways/class.pmprogateway_stripe.php:1921
5247
+ #: classes/gateways/class.pmprogateway_stripe.php:1978
5248
+ #: classes/gateways/class.pmprogateway_stripe.php:1994
5249
+ #: classes/gateways/class.pmprogateway_stripe.php:1995
5250
  msgid "Error: "
5251
  msgstr "Fehler:"
5252
 
5253
+ #: classes/gateways/class.pmprogateway_stripe.php:1999
5254
  #: classes/gateways/class.pmprogateway_stripe.php:1849
5255
  #: classes/gateways/class.pmprogateway_stripe.php:1850
5256
  #: classes/gateways/class.pmprogateway_stripe.php:1860
5257
+ #: classes/gateways/class.pmprogateway_stripe.php:1898
5258
+ #: classes/gateways/class.pmprogateway_stripe.php:1934
5259
+ #: classes/gateways/class.pmprogateway_stripe.php:1991
5260
+ #: classes/gateways/class.pmprogateway_stripe.php:2007
5261
+ #: classes/gateways/class.pmprogateway_stripe.php:2008
5262
  #, php-format
5263
  msgid "Error: Unkown error while refunding charge #%s"
5264
+ msgstr "Fehler: Unbekannter Fehler bei der Erstattung der Zahlung #%s"
5265
 
5266
  #: classes/gateways/class.pmprogateway_twocheckout.php:59
5267
+ #: paid-memberships-pro.php:138
5268
  #: classes/gateways/class.pmprogateway_twocheckout.php:53
5269
  #: classes/gateways/class.pmprogateway_twocheckout.php:60
5270
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
5271
  #: paid-memberships-pro.php:132 paid-memberships-pro.php:133
5272
+ #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
5273
+ #: paid-memberships-pro.php:136 paid-memberships-pro.php:137
5274
+ #: paid-memberships-pro.php:144
5275
  msgid "2Checkout"
5276
  msgstr "2Checkout"
5277
 
5333
  msgid "Check Out with 2Checkout"
5334
  msgstr "Mit 2Checkout bezahlen"
5335
 
5336
+ #: includes/addons.php:225 includes/addons.php:222
5337
+ msgid ""
5338
+ "Important: This plugin requires a valid PMPro Plus license key to update."
5339
+ msgstr ""
5340
+
5341
+ #: includes/addons.php:278 includes/addons.php:274
5342
+ msgid ""
5343
+ "You must have a <a href=\"https://www.paidmembershipspro.com/pricing/?"
5344
+ "utm_source=wp-admin&utm_pluginlink=bulkupdate\">valid PMPro Plus License "
5345
+ "Key</a> to update PMPro Plus add ons. The following plugins will not be "
5346
+ "updated:"
5347
+ msgstr ""
5348
+
5349
+ #: includes/addons.php:296 includes/addons.php:292
5350
+ msgid "Update Plugin"
5351
+ msgstr "Plugin aktualisieren"
5352
+
5353
+ #: includes/addons.php:298 includes/addons.php:294
5354
+ msgid ""
5355
+ "You must have a <a href=\"https://www.paidmembershipspro.com/pricing/?"
5356
+ "utm_source=wp-admin&utm_pluginlink=addon_update\">valid PMPro Plus License "
5357
+ "Key</a> to update PMPro Plus add ons."
5358
+ msgstr ""
5359
+
5360
+ #: includes/addons.php:301 includes/addons.php:297
5361
+ msgid "Return to the PMPro Add Ons page"
5362
+ msgstr ""
5363
+
5364
+ #: includes/addons.php:320 includes/addons.php:316
5365
+ msgid ""
5366
+ "You must enter a valid PMPro Plus License Key under Settings > PMPro License "
5367
+ "to update this add on."
5368
+ msgstr ""
5369
+
5370
  #: includes/adminpages.php:48 includes/adminpages.php:9
5371
  #: includes/adminpages.php:39 includes/adminpages.php:47
5372
  #: includes/adminpages.php:93 includes/adminpages.php:100
5430
  msgid "Visit Customer Support Forum"
5431
  msgstr "Support Forum besuchen"
5432
 
5433
+ #: includes/countries.php:7
5434
+ msgid "Andorra"
5435
+ msgstr "Andorra"
 
 
 
 
5436
 
5437
+ #: includes/countries.php:8
5438
+ msgid "United Arab Emirates"
5439
+ msgstr "Vereinigte Arabische Emirate"
 
 
 
 
 
5440
 
5441
+ #: includes/countries.php:9
5442
+ msgid "Afghanistan"
5443
+ msgstr ""
 
 
 
 
 
5444
 
5445
+ #: includes/countries.php:10
5446
+ msgid "Antigua and Barbuda"
5447
+ msgstr "Antigua und Barbuda"
5448
 
5449
+ #: includes/countries.php:11
5450
+ msgid "Anguilla"
5451
+ msgstr ""
 
5452
 
5453
+ #: includes/countries.php:12
5454
+ msgid "Albania"
5455
+ msgstr "Albanien"
 
5456
 
5457
+ #: includes/countries.php:13
5458
+ msgid "Armenia"
5459
+ msgstr "Armenien"
 
 
 
 
 
5460
 
5461
+ #: includes/countries.php:14
5462
+ msgid "Netherlands Antilles"
5463
+ msgstr "Niederländische Antillen"
 
5464
 
5465
+ #: includes/countries.php:15
5466
+ msgid "Angola"
5467
+ msgstr ""
 
 
5468
 
5469
+ #: includes/countries.php:16
5470
+ msgid "Antarctica"
5471
+ msgstr "Antarktis"
 
 
5472
 
5473
+ #: includes/countries.php:17
5474
+ msgid "Argentina"
5475
+ msgstr "Argentinien"
 
 
5476
 
5477
+ #: includes/countries.php:18
5478
+ msgid "American Samoa"
5479
+ msgstr "Amerikanisch Samoa"
 
 
5480
 
5481
+ #: includes/countries.php:19
5482
+ msgid "Austria"
5483
+ msgstr "Österreich"
 
 
5484
 
5485
+ #: includes/countries.php:20
5486
+ msgid "Australia"
5487
+ msgstr "Australien"
 
 
5488
 
5489
+ #: includes/countries.php:21
5490
+ msgid "Aruba"
5491
+ msgstr ""
5492
+
5493
+ #: includes/countries.php:22
5494
+ msgid "Aland Islands"
5495
+ msgstr "Åland Inseln"
5496
+
5497
+ #: includes/countries.php:23
5498
+ msgid "Azerbaijan"
5499
+ msgstr "Aserbaidschan"
5500
+
5501
+ #: includes/countries.php:24
5502
+ msgid "Bosnia and Herzegovina"
5503
+ msgstr "Bosnien und Herzegowina"
5504
+
5505
+ #: includes/countries.php:25
5506
+ msgid "Barbados"
5507
+ msgstr ""
5508
+
5509
+ #: includes/countries.php:26
5510
+ msgid "Bangladesh"
5511
+ msgstr ""
5512
+
5513
+ #: includes/countries.php:27
5514
+ msgid "Belgium"
5515
+ msgstr "Belgien"
5516
+
5517
+ #: includes/countries.php:28
5518
+ msgid "Burkina Faso"
5519
+ msgstr ""
5520
+
5521
+ #: includes/countries.php:29
5522
+ msgid "Bulgaria"
5523
+ msgstr "Bulgarien"
5524
+
5525
+ #: includes/countries.php:30
5526
+ msgid "Bahrain"
5527
+ msgstr ""
5528
+
5529
+ #: includes/countries.php:31
5530
+ msgid "Burundi"
5531
+ msgstr ""
5532
+
5533
+ #: includes/countries.php:32
5534
+ msgid "Benin"
5535
+ msgstr ""
5536
+
5537
+ #: includes/countries.php:33
5538
+ msgid "Saint Barthelemy"
5539
+ msgstr "Saint-Barthélemy"
5540
+
5541
+ #: includes/countries.php:34
5542
+ msgid "Bermuda"
5543
+ msgstr ""
5544
+
5545
+ #: includes/countries.php:35
5546
+ msgid "Brunei"
5547
+ msgstr ""
5548
+
5549
+ #: includes/countries.php:36
5550
+ msgid "Bolivia"
5551
+ msgstr "Bolivien"
5552
+
5553
+ #: includes/countries.php:37
5554
+ msgid "Brazil"
5555
+ msgstr "Brasilien"
5556
+
5557
+ #: includes/countries.php:38
5558
+ msgid "Bahamas"
5559
+ msgstr ""
5560
+
5561
+ #: includes/countries.php:39
5562
+ msgid "Bhutan"
5563
+ msgstr ""
5564
+
5565
+ #: includes/countries.php:40
5566
+ msgid "Bouvet Island"
5567
+ msgstr "Bouvetinsel"
5568
+
5569
+ #: includes/countries.php:41
5570
+ msgid "Botswana"
5571
+ msgstr ""
5572
+
5573
+ #: includes/countries.php:42
5574
+ msgid "Belarus"
5575
+ msgstr "Weißrussland"
5576
+
5577
+ #: includes/countries.php:43
5578
+ msgid "Belize"
5579
+ msgstr ""
5580
+
5581
+ #: includes/countries.php:44
5582
+ msgid "Canada"
5583
+ msgstr "Kanada"
5584
+
5585
+ #: includes/countries.php:45
5586
+ msgid "Cocos (Keeling) Islands"
5587
+ msgstr "Kokosinseln"
5588
+
5589
+ #: includes/countries.php:46
5590
+ msgid "Congo (Kinshasa)"
5591
+ msgstr "Kongo (Kinshasa)"
5592
+
5593
+ #: includes/countries.php:47
5594
+ msgid "Central African Republic"
5595
+ msgstr "Zentralafrikanische Republik"
5596
+
5597
+ #: includes/countries.php:48
5598
+ msgid "Congo (Brazzaville)"
5599
+ msgstr "Kongo (Brazzaville)"
5600
+
5601
+ #: includes/countries.php:49
5602
+ msgid "Switzerland"
5603
+ msgstr "Schweiz"
5604
+
5605
+ #: includes/countries.php:50
5606
+ msgid "Ivory Coast"
5607
+ msgstr "Elfenbeinküste"
5608
+
5609
+ #: includes/countries.php:51
5610
+ msgid "Cook Islands"
5611
+ msgstr "Cook-Inseln"
5612
+
5613
+ #: includes/countries.php:52
5614
+ msgid "Chile"
5615
+ msgstr ""
5616
+
5617
+ #: includes/countries.php:53
5618
+ msgid "Cameroon"
5619
+ msgstr "Kamerun"
5620
+
5621
+ #: includes/countries.php:54
5622
+ msgid "China"
5623
+ msgstr ""
5624
+
5625
+ #: includes/countries.php:55
5626
+ msgid "Colombia"
5627
+ msgstr "Kolumbien"
5628
+
5629
+ #: includes/countries.php:56
5630
+ msgid "Costa Rica"
5631
+ msgstr ""
5632
+
5633
+ #: includes/countries.php:57
5634
+ msgid "Cuba"
5635
+ msgstr "Kuba"
5636
+
5637
+ #: includes/countries.php:58
5638
+ msgid "Cape Verde"
5639
+ msgstr "Kapverdische Inseln"
5640
+
5641
+ #: includes/countries.php:59
5642
+ msgid "Christmas Island"
5643
+ msgstr "Weihnachtsinsel"
5644
+
5645
+ #: includes/countries.php:60
5646
+ msgid "Cyprus"
5647
+ msgstr "Zypern"
5648
+
5649
+ #: includes/countries.php:61
5650
+ msgid "Czech Republic"
5651
+ msgstr "Tschechische Republik"
5652
+
5653
+ #: includes/countries.php:62
5654
+ msgid "Germany"
5655
+ msgstr "Deutschland"
5656
+
5657
+ #: includes/countries.php:63
5658
+ msgid "Djibouti"
5659
+ msgstr ""
5660
+
5661
+ #: includes/countries.php:64
5662
+ msgid "Denmark"
5663
+ msgstr "Dänemark"
5664
+
5665
+ #: includes/countries.php:65
5666
+ msgid "Dominica"
5667
+ msgstr ""
5668
+
5669
+ #: includes/countries.php:66
5670
+ msgid "Dominican Republic"
5671
+ msgstr "Dominikanische Republik"
5672
+
5673
+ #: includes/countries.php:67
5674
+ msgid "Algeria"
5675
+ msgstr "Algerien"
5676
+
5677
+ #: includes/countries.php:68
5678
+ msgid "Ecuador"
5679
+ msgstr ""
5680
+
5681
+ #: includes/countries.php:69
5682
+ msgid "Estonia"
5683
+ msgstr "Estland"
5684
+
5685
+ #: includes/countries.php:70
5686
+ msgid "Egypt"
5687
+ msgstr "Ägypten"
5688
+
5689
+ #: includes/countries.php:71
5690
+ msgid "Western Sahara"
5691
+ msgstr "Westliche Sahara"
5692
+
5693
+ #: includes/countries.php:72
5694
+ msgid "Eritrea"
5695
+ msgstr ""
5696
+
5697
+ #: includes/countries.php:73
5698
+ msgid "Spain"
5699
+ msgstr "Spanien"
5700
+
5701
+ #: includes/countries.php:74
5702
+ msgid "Ethiopia"
5703
+ msgstr "Äthiopien"
5704
+
5705
+ #: includes/countries.php:75
5706
+ msgid "Finland"
5707
+ msgstr "Finnland"
5708
+
5709
+ #: includes/countries.php:76
5710
+ msgid "Fiji"
5711
+ msgstr ""
5712
+
5713
+ #: includes/countries.php:77
5714
+ msgid "Falkland Islands"
5715
+ msgstr "Falkland-Inseln"
5716
+
5717
+ #: includes/countries.php:78
5718
+ msgid "Micronesia"
5719
+ msgstr "Mikronesien"
5720
+
5721
+ #: includes/countries.php:79
5722
+ msgid "Faroe Islands"
5723
+ msgstr "Färöer-Inseln"
5724
+
5725
+ #: includes/countries.php:80
5726
+ msgid "France"
5727
+ msgstr "Frankreich"
5728
+
5729
+ #: includes/countries.php:81
5730
+ msgid "Gabon"
5731
+ msgstr ""
5732
+
5733
+ #: includes/countries.php:82
5734
+ msgid "United Kingdom"
5735
+ msgstr "Vereinigtes Königreich"
5736
+
5737
+ #: includes/countries.php:83
5738
+ msgid "Grenada"
5739
+ msgstr ""
5740
+
5741
+ #: includes/countries.php:84
5742
+ msgid "Georgia"
5743
+ msgstr "Georgien"
5744
+
5745
+ #: includes/countries.php:85
5746
+ msgid "French Guiana"
5747
+ msgstr "Französisch-Guayana"
5748
+
5749
+ #: includes/countries.php:86
5750
+ msgid "Guernsey"
5751
+ msgstr ""
5752
+
5753
+ #: includes/countries.php:87
5754
+ msgid "Ghana"
5755
+ msgstr ""
5756
+
5757
+ #: includes/countries.php:88
5758
+ msgid "Gibraltar"
5759
+ msgstr ""
5760
+
5761
+ #: includes/countries.php:89
5762
+ msgid "Greenland"
5763
+ msgstr "Grönland"
5764
+
5765
+ #: includes/countries.php:90
5766
+ msgid "Gambia"
5767
+ msgstr ""
5768
+
5769
+ #: includes/countries.php:91
5770
+ msgid "Guinea"
5771
+ msgstr ""
5772
+
5773
+ #: includes/countries.php:92
5774
+ msgid "Guadeloupe"
5775
+ msgstr ""
5776
+
5777
+ #: includes/countries.php:93
5778
+ msgid "Equatorial Guinea"
5779
+ msgstr "Äquatorial-Guinea"
5780
+
5781
+ #: includes/countries.php:94
5782
+ msgid "Greece"
5783
+ msgstr "Griechenland"
5784
+
5785
+ #: includes/countries.php:95
5786
+ msgid "South Georgia and the South Sandwich Islands"
5787
+ msgstr "Südgeorgien und die Südlichen Sandwichinseln"
5788
+
5789
+ #: includes/countries.php:96
5790
+ msgid "Guatemala"
5791
+ msgstr ""
5792
+
5793
+ #: includes/countries.php:97
5794
+ msgid "Guam"
5795
+ msgstr ""
5796
+
5797
+ #: includes/countries.php:98
5798
+ msgid "Guinea-Bissau"
5799
+ msgstr ""
5800
+
5801
+ #: includes/countries.php:99
5802
+ msgid "Guyana"
5803
+ msgstr ""
5804
+
5805
+ #: includes/countries.php:100
5806
+ msgid "Hong Kong S.A.R., China"
5807
+ msgstr ""
5808
+
5809
+ #: includes/countries.php:101
5810
+ msgid "Heard Island and McDonald Islands"
5811
+ msgstr "Heard und McDonaldinseln"
5812
+
5813
+ #: includes/countries.php:102
5814
+ msgid "Honduras"
5815
+ msgstr ""
5816
+
5817
+ #: includes/countries.php:103
5818
+ msgid "Croatia"
5819
+ msgstr "Kroatien"
5820
+
5821
+ #: includes/countries.php:104
5822
+ msgid "Haiti"
5823
+ msgstr ""
5824
+
5825
+ #: includes/countries.php:105
5826
+ msgid "Hungary"
5827
+ msgstr "Ungarn"
5828
+
5829
+ #: includes/countries.php:106
5830
+ msgid "Indonesia"
5831
+ msgstr "Indonesien"
5832
+
5833
+ #: includes/countries.php:107
5834
+ msgid "Ireland"
5835
+ msgstr "Irland"
5836
+
5837
+ #: includes/countries.php:108
5838
+ msgid "Israel"
5839
+ msgstr "Israel"
5840
+
5841
+ #: includes/countries.php:109
5842
+ msgid "Isle of Man"
5843
+ msgstr ""
5844
+
5845
+ #: includes/countries.php:110
5846
+ msgid "India"
5847
+ msgstr "Indien"
5848
+
5849
+ #: includes/countries.php:111
5850
+ msgid "British Indian Ocean Territory"
5851
+ msgstr "Britisches Territorium im Indischen Ozean"
5852
+
5853
+ #: includes/countries.php:112
5854
+ msgid "Iraq"
5855
+ msgstr "Irak"
5856
+
5857
+ #: includes/countries.php:113
5858
+ msgid "Iran"
5859
+ msgstr ""
5860
+
5861
+ #: includes/countries.php:114
5862
+ msgid "Iceland"
5863
+ msgstr "Island"
5864
+
5865
+ #: includes/countries.php:115
5866
+ msgid "Italy"
5867
+ msgstr "Italien"
5868
+
5869
+ #: includes/countries.php:116
5870
+ msgid "Jersey"
5871
+ msgstr ""
5872
+
5873
+ #: includes/countries.php:117
5874
+ msgid "Jamaica"
5875
+ msgstr "Jamaika"
5876
+
5877
+ #: includes/countries.php:118
5878
+ msgid "Jordan"
5879
+ msgstr "Jordanien"
5880
+
5881
+ #: includes/countries.php:119
5882
+ msgid "Japan"
5883
+ msgstr ""
5884
+
5885
+ #: includes/countries.php:120
5886
+ msgid "Kenya"
5887
+ msgstr ""
5888
+
5889
+ #: includes/countries.php:121
5890
+ msgid "Kyrgyzstan"
5891
+ msgstr "Kirgistan"
5892
+
5893
+ #: includes/countries.php:122
5894
+ msgid "Cambodia"
5895
+ msgstr "Kambodscha"
5896
+
5897
+ #: includes/countries.php:123
5898
+ msgid "Kiribati"
5899
+ msgstr ""
5900
+
5901
+ #: includes/countries.php:124
5902
+ msgid "Comoros"
5903
+ msgstr ""
5904
+
5905
+ #: includes/countries.php:125
5906
+ msgid "Saint Kitts and Nevis"
5907
+ msgstr ""
5908
+
5909
+ #: includes/countries.php:126
5910
+ msgid "North Korea"
5911
+ msgstr "Nordkorea"
5912
+
5913
+ #: includes/countries.php:127
5914
+ msgid "South Korea"
5915
+ msgstr "Südkorea"
5916
+
5917
+ #: includes/countries.php:128
5918
+ msgid "Kuwait"
5919
+ msgstr ""
5920
+
5921
+ #: includes/countries.php:129
5922
+ msgid "Cayman Islands"
5923
+ msgstr "Kaiman-Inseln"
5924
+
5925
+ #: includes/countries.php:130
5926
+ msgid "Kazakhstan"
5927
+ msgstr "Kasachstan"
5928
+
5929
+ #: includes/countries.php:131
5930
+ msgid "Laos"
5931
+ msgstr ""
5932
+
5933
+ #: includes/countries.php:132
5934
+ msgid "Lebanon"
5935
+ msgstr "Libanon"
5936
+
5937
+ #: includes/countries.php:133
5938
+ msgid "Saint Lucia"
5939
+ msgstr ""
5940
+
5941
+ #: includes/countries.php:134
5942
+ msgid "Liechtenstein"
5943
+ msgstr ""
5944
+
5945
+ #: includes/countries.php:135
5946
+ msgid "Sri Lanka"
5947
+ msgstr ""
5948
+
5949
+ #: includes/countries.php:136
5950
+ msgid "Liberia"
5951
+ msgstr ""
5952
+
5953
+ #: includes/countries.php:137
5954
+ msgid "Lesotho"
5955
+ msgstr ""
5956
+
5957
+ #: includes/countries.php:138
5958
+ msgid "Lithuania"
5959
+ msgstr "Litauen"
5960
+
5961
+ #: includes/countries.php:139
5962
+ msgid "Luxembourg"
5963
+ msgstr "Luxemburg"
5964
+
5965
+ #: includes/countries.php:140
5966
+ msgid "Latvia"
5967
+ msgstr "Lettland"
5968
+
5969
+ #: includes/countries.php:141
5970
+ msgid "Libya"
5971
+ msgstr "Libyen"
5972
+
5973
+ #: includes/countries.php:142
5974
+ msgid "Morocco"
5975
+ msgstr "Marokko"
5976
+
5977
+ #: includes/countries.php:143
5978
+ msgid "Monaco"
5979
+ msgstr ""
5980
+
5981
+ #: includes/countries.php:144
5982
+ msgid "Moldova"
5983
+ msgstr "Moldawien"
5984
+
5985
+ #: includes/countries.php:145
5986
+ msgid "Montenegro"
5987
+ msgstr ""
5988
+
5989
+ #: includes/countries.php:146
5990
+ msgid "Saint Martin (French part)"
5991
+ msgstr "Saint Martin (französischer Teil)"
5992
+
5993
+ #: includes/countries.php:147
5994
+ msgid "Madagascar"
5995
+ msgstr "Madagaskar"
5996
+
5997
+ #: includes/countries.php:148
5998
+ msgid "Marshall Islands"
5999
+ msgstr "Marshall-Inseln"
6000
+
6001
+ #: includes/countries.php:149
6002
+ msgid "Macedonia"
6003
+ msgstr "Mazedonien"
6004
+
6005
+ #: includes/countries.php:150
6006
+ msgid "Mali"
6007
+ msgstr ""
6008
+
6009
+ #: includes/countries.php:151
6010
+ msgid "Myanmar"
6011
+ msgstr ""
6012
+
6013
+ #: includes/countries.php:152
6014
+ msgid "Mongolia"
6015
+ msgstr "Mongolei"
6016
+
6017
+ #: includes/countries.php:153
6018
+ msgid "Macao S.A.R., China"
6019
+ msgstr ""
6020
+
6021
+ #: includes/countries.php:154
6022
+ msgid "Northern Mariana Islands"
6023
+ msgstr ""
6024
+
6025
+ #: includes/countries.php:155
6026
+ msgid "Martinique"
6027
+ msgstr ""
6028
+
6029
+ #: includes/countries.php:156
6030
+ msgid "Mauritania"
6031
+ msgstr "Mauretanien"
6032
+
6033
+ #: includes/countries.php:157
6034
+ msgid "Montserrat"
6035
+ msgstr ""
6036
+
6037
+ #: includes/countries.php:158
6038
+ msgid "Malta"
6039
+ msgstr ""
6040
+
6041
+ #: includes/countries.php:159
6042
+ msgid "Mauritius"
6043
+ msgstr ""
6044
+
6045
+ #: includes/countries.php:160
6046
+ msgid "Maldives"
6047
+ msgstr "Malediven"
6048
+
6049
+ #: includes/countries.php:161
6050
+ msgid "Malawi"
6051
+ msgstr ""
6052
+
6053
+ #: includes/countries.php:162
6054
+ msgid "Mexico"
6055
+ msgstr ""
6056
+
6057
+ #: includes/countries.php:163
6058
+ msgid "Malaysia"
6059
+ msgstr "Malaysia"
6060
+
6061
+ #: includes/countries.php:164
6062
+ msgid "Mozambique"
6063
+ msgstr ""
6064
+
6065
+ #: includes/countries.php:165
6066
+ msgid "Namibia"
6067
+ msgstr ""
6068
+
6069
+ #: includes/countries.php:166
6070
+ msgid "New Caledonia"
6071
+ msgstr "Neu-Kaledonien"
6072
+
6073
+ #: includes/countries.php:167
6074
+ msgid "Niger"
6075
+ msgstr ""
6076
+
6077
+ #: includes/countries.php:168
6078
+ msgid "Norfolk Island"
6079
+ msgstr ""
6080
+
6081
+ #: includes/countries.php:169
6082
+ msgid "Nigeria"
6083
+ msgstr ""
6084
+
6085
+ #: includes/countries.php:170
6086
+ msgid "Nicaragua"
6087
+ msgstr ""
6088
+
6089
+ #: includes/countries.php:171
6090
+ msgid "Netherlands"
6091
+ msgstr "Niederlande"
6092
+
6093
+ #: includes/countries.php:172
6094
+ msgid "Norway"
6095
+ msgstr "Norwegen"
6096
+
6097
+ #: includes/countries.php:173
6098
+ msgid "Nepal"
6099
+ msgstr ""
6100
+
6101
+ #: includes/countries.php:174
6102
+ msgid "Nauru"
6103
+ msgstr ""
6104
+
6105
+ #: includes/countries.php:175
6106
+ msgid "Niue"
6107
+ msgstr ""
6108
+
6109
+ #: includes/countries.php:176
6110
+ msgid "New Zealand"
6111
+ msgstr "Neuseeland"
6112
+
6113
+ #: includes/countries.php:177
6114
+ msgid "Oman"
6115
+ msgstr ""
6116
+
6117
+ #: includes/countries.php:178
6118
+ msgid "Panama"
6119
+ msgstr ""
6120
+
6121
+ #: includes/countries.php:179
6122
+ msgid "Peru"
6123
+ msgstr ""
6124
+
6125
+ #: includes/countries.php:180
6126
+ msgid "French Polynesia"
6127
+ msgstr "Französisch-Polynesien"
6128
+
6129
+ #: includes/countries.php:181
6130
+ msgid "Papua New Guinea"
6131
+ msgstr "Papua-Neu-Guinea"
6132
+
6133
+ #: includes/countries.php:182
6134
+ msgid "Philippines"
6135
+ msgstr "Philippinen"
6136
+
6137
+ #: includes/countries.php:183
6138
+ msgid "Pakistan"
6139
+ msgstr ""
6140
+
6141
+ #: includes/countries.php:184
6142
+ msgid "Poland"
6143
+ msgstr "Polen"
6144
+
6145
+ #: includes/countries.php:185
6146
+ msgid "Saint Pierre and Miquelon"
6147
+ msgstr "Saint-Pierre und Miquelon"
6148
+
6149
+ #: includes/countries.php:186
6150
+ msgid "Pitcairn"
6151
+ msgstr ""
6152
+
6153
+ #: includes/countries.php:187
6154
+ msgid "Puerto Rico"
6155
+ msgstr ""
6156
+
6157
+ #: includes/countries.php:188
6158
+ msgid "Palestinian Territory"
6159
+ msgstr "Palästinische Gebiete"
6160
+
6161
+ #: includes/countries.php:189
6162
+ msgid "Portugal"
6163
+ msgstr ""
6164
+
6165
+ #: includes/countries.php:190
6166
+ msgid "Palau"
6167
+ msgstr ""
6168
+
6169
+ #: includes/countries.php:191
6170
+ msgid "Paraguay"
6171
+ msgstr ""
6172
+
6173
+ #: includes/countries.php:192
6174
+ msgid "Qatar"
6175
+ msgstr ""
6176
+
6177
+ #: includes/countries.php:193
6178
+ msgid "Reunion"
6179
+ msgstr ""
6180
+
6181
+ #: includes/countries.php:194
6182
+ msgid "Romania"
6183
+ msgstr "Rumänien"
6184
+
6185
+ #: includes/countries.php:195
6186
+ msgid "Serbia"
6187
+ msgstr "Serbien"
6188
+
6189
+ #: includes/countries.php:196
6190
+ msgid "Russia"
6191
+ msgstr "Russland"
6192
+
6193
+ #: includes/countries.php:197
6194
+ msgid "Rwanda"
6195
+ msgstr "Ruanda"
6196
+
6197
+ #: includes/countries.php:198
6198
+ msgid "Saudi Arabia"
6199
+ msgstr "Saudi-Arabien"
6200
+
6201
+ #: includes/countries.php:199
6202
+ msgid "Solomon Islands"
6203
+ msgstr "Solomon-Inseln"
6204
+
6205
+ #: includes/countries.php:200
6206
+ msgid "Seychelles"
6207
+ msgstr "Seychellen"
6208
+
6209
+ #: includes/countries.php:201
6210
+ msgid "Sudan"
6211
+ msgstr ""
6212
+
6213
+ #: includes/countries.php:202
6214
+ msgid "Sweden"
6215
+ msgstr "Schweden"
6216
+
6217
+ #: includes/countries.php:203
6218
+ msgid "Singapore"
6219
+ msgstr "Singapur"
6220
+
6221
+ #: includes/countries.php:204
6222
+ msgid "Saint Helena"
6223
+ msgstr "Sankt-Helena"
6224
+
6225
+ #: includes/countries.php:205
6226
+ msgid "Slovenia"
6227
+ msgstr "Slowenien"
6228
+
6229
+ #: includes/countries.php:206
6230
+ msgid "Svalbard and Jan Mayen"
6231
+ msgstr "Spitzbergen und Jan Mayen"
6232
+
6233
+ #: includes/countries.php:207
6234
+ msgid "Slovakia"
6235
+ msgstr "Slowakei"
6236
+
6237
+ #: includes/countries.php:208
6238
+ msgid "Sierra Leone"
6239
+ msgstr ""
6240
+
6241
+ #: includes/countries.php:209
6242
+ msgid "San Marino"
6243
+ msgstr ""
6244
+
6245
+ #: includes/countries.php:210
6246
+ msgid "Senegal"
6247
+ msgstr ""
6248
+
6249
+ #: includes/countries.php:211
6250
+ msgid "Somalia"
6251
+ msgstr ""
6252
+
6253
+ #: includes/countries.php:212
6254
+ msgid "Suriname"
6255
+ msgstr "Surinam"
6256
+
6257
+ #: includes/countries.php:213
6258
+ msgid "Sao Tome and Principe"
6259
+ msgstr "Sao Tome und Principe"
6260
+
6261
+ #: includes/countries.php:214
6262
+ msgid "El Salvador"
6263
+ msgstr ""
6264
+
6265
+ #: includes/countries.php:215
6266
+ msgid "Syria"
6267
+ msgstr "Syrien"
6268
+
6269
+ #: includes/countries.php:216
6270
+ msgid "Swaziland"
6271
+ msgstr "Swasiland"
6272
+
6273
+ #: includes/countries.php:217
6274
+ msgid "Turks and Caicos Islands"
6275
+ msgstr ""
6276
+
6277
+ #: includes/countries.php:218
6278
+ msgid "Chad"
6279
+ msgstr "Tschad"
6280
+
6281
+ #: includes/countries.php:219
6282
+ msgid "French Southern Territories"
6283
+ msgstr "Französische Süd- und Antarktisgebiete"
6284
+
6285
+ #: includes/countries.php:220
6286
+ msgid "Togo"
6287
+ msgstr ""
6288
+
6289
+ #: includes/countries.php:221
6290
+ msgid "Thailand"
6291
+ msgstr ""
6292
+
6293
+ #: includes/countries.php:222
6294
+ msgid "Tajikistan"
6295
+ msgstr "Tadschikistan"
6296
+
6297
+ #: includes/countries.php:223
6298
+ msgid "Tokelau"
6299
+ msgstr ""
6300
+
6301
+ #: includes/countries.php:224
6302
+ msgid "Timor-Leste"
6303
+ msgstr ""
6304
+
6305
+ #: includes/countries.php:225
6306
+ msgid "Turkmenistan"
6307
+ msgstr ""
6308
+
6309
+ #: includes/countries.php:226
6310
+ msgid "Tunisia"
6311
+ msgstr "Tunesien"
6312
+
6313
+ #: includes/countries.php:227
6314
+ msgid "Tonga"
6315
+ msgstr ""
6316
+
6317
+ #: includes/countries.php:228
6318
+ msgid "Turkey"
6319
+ msgstr "Türkei"
6320
+
6321
+ #: includes/countries.php:229
6322
+ msgid "Trinidad and Tobago"
6323
+ msgstr "Trinidad und Tobago"
6324
+
6325
+ #: includes/countries.php:230
6326
+ msgid "Tuvalu"
6327
+ msgstr ""
6328
+
6329
+ #: includes/countries.php:231
6330
+ msgid "Taiwan"
6331
+ msgstr ""
6332
+
6333
+ #: includes/countries.php:232
6334
+ msgid "Tanzania"
6335
+ msgstr "Tansania"
6336
+
6337
+ #: includes/countries.php:233
6338
+ msgid "Ukraine"
6339
+ msgstr ""
6340
+
6341
+ #: includes/countries.php:234
6342
+ msgid "Uganda"
6343
+ msgstr ""
6344
+
6345
+ #: includes/countries.php:235
6346
+ msgid "United States Minor Outlying Islands"
6347
+ msgstr ""
6348
+
6349
+ #: includes/countries.php:236
6350
+ msgid "United States"
6351
+ msgstr "Vereinigte Staaten von Amerika"
6352
+
6353
+ #: includes/countries.php:237
6354
+ msgid "Uruguay"
6355
+ msgstr ""
6356
+
6357
+ #: includes/countries.php:238
6358
+ msgid "Uzbekistan"
6359
+ msgstr "Usbekistan"
6360
+
6361
+ #: includes/countries.php:239
6362
+ msgid "Vatican"
6363
+ msgstr "Vatikan"
6364
+
6365
+ #: includes/countries.php:240
6366
+ msgid "Saint Vincent and the Grenadines"
6367
+ msgstr "Saint-Vincent und die Grenadinen"
6368
+
6369
+ #: includes/countries.php:241 includes/countries.php:254
6370
+ msgid "Venezuela"
6371
+ msgstr ""
6372
+
6373
+ #: includes/countries.php:242
6374
+ msgid "British Virgin Islands"
6375
+ msgstr "Britische Jungfraueninseln"
6376
+
6377
+ #: includes/countries.php:243
6378
+ msgid "U.S. Virgin Islands"
6379
+ msgstr "Amerikanische Jungfraueninseln"
6380
+
6381
+ #: includes/countries.php:244
6382
+ msgid "Vietnam"
6383
+ msgstr "Vietnam"
6384
+
6385
+ #: includes/countries.php:245
6386
+ msgid "Vanuatu"
6387
+ msgstr ""
6388
+
6389
+ #: includes/countries.php:246
6390
+ msgid "Wallis and Futuna"
6391
+ msgstr "Wallis und Futuna"
6392
+
6393
+ #: includes/countries.php:247
6394
+ msgid "Samoa"
6395
+ msgstr ""
6396
+
6397
+ #: includes/countries.php:248
6398
+ msgid "Yemen"
6399
+ msgstr "Jemen"
6400
+
6401
+ #: includes/countries.php:249
6402
+ msgid "Mayotte"
6403
+ msgstr ""
6404
+
6405
+ #: includes/countries.php:250
6406
+ msgid "South Africa"
6407
+ msgstr "Südafrika"
6408
+
6409
+ #: includes/countries.php:251
6410
+ msgid "Zambia"
6411
+ msgstr "Sambia"
6412
+
6413
+ #: includes/countries.php:252
6414
+ msgid "Zimbabwe"
6415
+ msgstr ""
6416
+
6417
+ #: includes/countries.php:253
6418
+ msgid "US Armed Forces"
6419
+ msgstr ""
6420
+
6421
+ #: includes/currencies.php:17 includes/currencies.php:99
6422
+ #: includes/currencies.php:7 includes/currencies.php:37
6423
+ #: includes/currencies.php:44 includes/currencies.php:64
6424
+ #: includes/currencies.php:68 includes/currencies.php:75
6425
+ #: includes/currencies.php:85 includes/currencies.php:87
6426
+ #: includes/currencies.php:94
6427
+ msgid "US Dollars (&#36;)"
6428
+ msgstr "US Dollar (&#36;)"
6429
+
6430
+ #: includes/currencies.php:19 includes/currencies.php:102
6431
+ #: includes/currencies.php:8 includes/currencies.php:9
6432
+ #: includes/currencies.php:40 includes/currencies.php:47
6433
+ #: includes/currencies.php:67 includes/currencies.php:71
6434
+ #: includes/currencies.php:78 includes/currencies.php:88
6435
+ #: includes/currencies.php:90 includes/currencies.php:97
6436
+ msgid "Euros (&euro;)"
6437
+ msgstr "Euro (&euro;)"
6438
+
6439
+ #: includes/currencies.php:24 includes/currencies.php:101
6440
+ #: includes/currencies.php:9 includes/currencies.php:14
6441
+ #: includes/currencies.php:39 includes/currencies.php:46
6442
+ #: includes/currencies.php:66 includes/currencies.php:70
6443
+ #: includes/currencies.php:77 includes/currencies.php:87
6444
+ #: includes/currencies.php:89 includes/currencies.php:96
6445
+ msgid "Pounds Sterling (&pound;)"
6446
+ msgstr "Britische Pfund (&pound;)"
6447
+
6448
+ #: includes/currencies.php:28
6449
+ msgid "Argentine Peso (&#36;)"
6450
+ msgstr "Argentinischer Peso (&#36;)"
6451
+
6452
+ #: includes/currencies.php:29 includes/currencies.php:10
6453
+ #: includes/currencies.php:18 includes/currencies.php:28
6454
+ msgid "Australian Dollars (&#36;)"
6455
+ msgstr "Australische Dollar (&#36;)"
6456
+
6457
+ #: includes/currencies.php:31 includes/currencies.php:20
6458
+ #: includes/currencies.php:30
6459
+ msgid "Brazilian Real (R&#36;)"
6460
+ msgstr "Brasilianischer Real (R&#36;)"
6461
+
6462
+ #: includes/currencies.php:35 includes/currencies.php:100
6463
+ #: includes/currencies.php:12 includes/currencies.php:24
6464
+ #: includes/currencies.php:34 includes/currencies.php:38
6465
+ #: includes/currencies.php:45 includes/currencies.php:65
6466
+ #: includes/currencies.php:69 includes/currencies.php:76
6467
+ #: includes/currencies.php:86 includes/currencies.php:88
6468
+ #: includes/currencies.php:95
6469
+ msgid "Canadian Dollars (&#36;)"
6470
+ msgstr "Kanadische Dollar (&#36;)"
6471
+
6472
+ #: includes/currencies.php:36 includes/currencies.php:13
6473
+ #: includes/currencies.php:25 includes/currencies.php:35
6474
+ msgid "Chinese Yuan"
6475
+ msgstr "Chinesische Yuan"
6476
+
6477
+ #: includes/currencies.php:38 includes/currencies.php:13
6478
+ #: includes/currencies.php:14 includes/currencies.php:26
6479
+ #: includes/currencies.php:27 includes/currencies.php:37
6480
+ msgid "Czech Koruna"
6481
+ msgstr "Tschechische Krone"
6482
+
6483
+ #: includes/currencies.php:45 includes/currencies.php:14
6484
+ #: includes/currencies.php:15 includes/currencies.php:27
6485
+ #: includes/currencies.php:34 includes/currencies.php:44
6486
+ msgid "Danish Krone"
6487
+ msgstr "Dänsiche Krone"
6488
+
6489
+ #: includes/currencies.php:46 includes/currencies.php:15
6490
+ #: includes/currencies.php:16 includes/currencies.php:28
6491
+ #: includes/currencies.php:35 includes/currencies.php:45
6492
+ msgid "Hong Kong Dollar (&#36;)"
6493
+ msgstr "Hong Kong Dollar (&#36;)"
6494
+
6495
+ #: includes/currencies.php:47 includes/currencies.php:16
6496
+ #: includes/currencies.php:17 includes/currencies.php:29
6497
+ #: includes/currencies.php:36 includes/currencies.php:46
6498
+ msgid "Hungarian Forint"
6499
+ msgstr "Ungarische Forint"
6500
+
6501
+ #: includes/currencies.php:48 includes/currencies.php:18
6502
+ #: includes/currencies.php:30 includes/currencies.php:37
6503
+ #: includes/currencies.php:47
6504
+ msgid "Indian Rupee"
6505
+ msgstr "Indische Rupie"
6506
+
6507
+ #: includes/currencies.php:49 includes/currencies.php:19
6508
+ #: includes/currencies.php:31 includes/currencies.php:38
6509
+ #: includes/currencies.php:48
6510
+ msgid "Indonesia Rupiah"
6511
+ msgstr "Indonesischer Rupiah"
6512
+
6513
+ #: includes/currencies.php:50 includes/currencies.php:17
6514
+ #: includes/currencies.php:20 includes/currencies.php:32
6515
+ #: includes/currencies.php:39 includes/currencies.php:49
6516
+ msgid "Israeli Shekel"
6517
  msgstr "Israelische Shekel"
6518
 
6519
  #: includes/currencies.php:52 includes/currencies.php:18
6568
  msgid "Polish Zloty"
6569
  msgstr "Polnische Zloty"
6570
 
6571
+ #: includes/currencies.php:65
6572
+ msgid "Russian Ruble (&#8381;)"
6573
+ msgstr ""
6574
+
6575
+ #: includes/currencies.php:70 includes/currencies.php:25
6576
  #: includes/currencies.php:28 includes/currencies.php:45
6577
  #: includes/currencies.php:52 includes/currencies.php:62
6578
+ #: includes/currencies.php:64 includes/currencies.php:65
6579
  msgid "Singapore Dollar (&#36;)"
6580
  msgstr "Singapur Dollar (&#36;)"
6581
 
6582
+ #: includes/currencies.php:75 includes/currencies.php:50
6583
  #: includes/currencies.php:57 includes/currencies.php:67
6584
+ #: includes/currencies.php:69 includes/currencies.php:70
6585
  msgid "South African Rand (R)"
6586
  msgstr "Südafrikanischer Rand (R)"
6587
 
6588
+ #: includes/currencies.php:80 includes/currencies.php:30
6589
  #: includes/currencies.php:50 includes/currencies.php:54
6590
  #: includes/currencies.php:61 includes/currencies.php:71
6591
+ #: includes/currencies.php:73 includes/currencies.php:75
6592
  msgid "South Korean Won"
6593
  msgstr "Südkoreanische Won"
6594
 
6595
+ #: includes/currencies.php:83 includes/currencies.php:26
6596
  #: includes/currencies.php:31 includes/currencies.php:51
6597
  #: includes/currencies.php:55 includes/currencies.php:62
6598
  #: includes/currencies.php:72 includes/currencies.php:74
6599
+ #: includes/currencies.php:78
6600
  msgid "Swedish Krona"
6601
  msgstr "Schwedische Krone"
6602
 
6603
+ #: includes/currencies.php:84 includes/currencies.php:27
6604
  #: includes/currencies.php:32 includes/currencies.php:52
6605
  #: includes/currencies.php:56 includes/currencies.php:63
6606
  #: includes/currencies.php:73 includes/currencies.php:75
6607
+ #: includes/currencies.php:79
6608
  msgid "Swiss Franc"
6609
  msgstr "Schweizer Franken"
6610
 
6611
+ #: includes/currencies.php:85 includes/currencies.php:28
6612
  #: includes/currencies.php:33 includes/currencies.php:53
6613
  #: includes/currencies.php:57 includes/currencies.php:64
6614
  #: includes/currencies.php:74 includes/currencies.php:76
6615
+ #: includes/currencies.php:80
6616
  msgid "Taiwan New Dollars"
6617
  msgstr "Taiwanesischer Neuer Dollar"
6618
 
6619
+ #: includes/currencies.php:86 includes/currencies.php:29
6620
  #: includes/currencies.php:34 includes/currencies.php:54
6621
  #: includes/currencies.php:58 includes/currencies.php:65
6622
  #: includes/currencies.php:75 includes/currencies.php:77
6623
+ #: includes/currencies.php:81
6624
  msgid "Thai Baht"
6625
  msgstr "Thailändische Baht"
6626
 
6627
+ #: includes/currencies.php:87 includes/currencies.php:35
6628
  #: includes/currencies.php:55 includes/currencies.php:59
6629
  #: includes/currencies.php:66 includes/currencies.php:76
6630
+ #: includes/currencies.php:78 includes/currencies.php:82
6631
  msgid "Turkish Lira"
6632
  msgstr "Türkische Lira"
6633
 
6634
+ #: includes/currencies.php:89 includes/currencies.php:36
6635
  #: includes/currencies.php:56 includes/currencies.php:60
6636
  #: includes/currencies.php:67 includes/currencies.php:77
6637
+ #: includes/currencies.php:79 includes/currencies.php:84
6638
  msgid "Vietnamese Dong"
6639
  msgstr "Vietnamesische Dong"
6640
 
6641
+ #: includes/filters.php:224 includes/filters.php:217
6642
+ msgid ""
6643
+ "There was a potential issue while setting the 'Profile Start Date' for a "
6644
+ "user's subscription at checkout. PayPal does not allow one to set a Profile "
6645
+ "Start Date further than 1 year out. Typically, this is not an issue, but "
6646
+ "sometimes a combination of custom code or add ons for PMPro (e.g. the "
6647
+ "Prorating or Auto-renewal Checkbox add ons) will try to set a Profile Start "
6648
+ "Date out past 1 year in order to respect an existing user's original "
6649
+ "expiration date before they checked out. The user's information is below. "
6650
+ "PMPro has allowed the checkout and simply restricted the Profile Start Date "
6651
+ "to 1 year out with a possible additional free Trial of up to 1 year. You "
6652
+ "should double check this information to determine if maybe the user has "
6653
+ "overpaid or otherwise needs to be addressed. If you get many of these "
6654
+ "emails, you should consider adjusting your custom code to avoid these "
6655
+ "situations."
6656
+ msgstr ""
6657
+
6658
+ #: includes/filters.php:225
6659
+ #, php-format
6660
+ msgid ""
6661
+ "User: %1$s<br />Email: %2$s<br />Membership Level: %3$s<br />Order #: "
6662
+ "%4$s<br />Original Profile Start Date: %5$s<br />Adjusted Profile Start "
6663
+ "Date: %6$s<br />Trial Period: %7$s<br />Trial Frequency: %8$s<br />"
6664
+ msgstr ""
6665
+
6666
+ #: includes/filters.php:227 includes/filters.php:220
6667
+ #, php-format
6668
+ msgid "Profile Start Date Issue Detected and Fixed at %s"
6669
+ msgstr ""
6670
+
6671
+ #: includes/functions.php:321 includes/functions.php:433
6672
  #: includes/functions.php:160 includes/functions.php:196
6673
  #: includes/functions.php:200 includes/functions.php:202
6674
  #: includes/functions.php:203 includes/functions.php:204
6675
  #: includes/functions.php:207 includes/functions.php:243
6676
  #: includes/functions.php:309 includes/functions.php:315
6677
+ #: includes/functions.php:320 includes/functions.php:329
6678
+ #: includes/functions.php:455 includes/functions.php:464
6679
  #, php-format
6680
  msgid "The price for membership is <strong>%s</strong> now"
6681
  msgstr "Der Preis für den Zugang beträgt <strong>%s</strong>"
6682
 
6683
+ #: includes/functions.php:323 includes/functions.php:435
6684
  #: includes/functions.php:202 includes/functions.php:204
6685
  #: includes/functions.php:205 includes/functions.php:206
6686
  #: includes/functions.php:209 includes/functions.php:245
6687
  #: includes/functions.php:311 includes/functions.php:317
6688
+ #: includes/functions.php:322 includes/functions.php:331
6689
+ #: includes/functions.php:457 includes/functions.php:466
6690
  #, php-format
6691
  msgid "<strong>%s</strong> now"
6692
  msgstr "<strong>%s</strong>"
6693
 
6694
+ #: includes/functions.php:330
 
 
 
 
 
6695
  #, php-format
6696
+ msgid " and then <strong>%1$s per %2$s for %3$d more %4$s</strong>."
6697
+ msgstr " und dann <strong>%1$s pro %2$s für %3$d weitere %4$s</strong>."
6698
 
6699
+ #: includes/functions.php:332
 
6700
  #, php-format
6701
+ msgid " and then <strong>%1$s every %2$d %3$s for %4$d more payments</strong>."
6702
+ msgstr ""
6703
+ " und dann <strong>%1$s jede(n) %2$d %3$s für %4$d weitere Zahlungen</strong>."
6704
 
 
 
 
 
 
6705
  #: includes/functions.php:335
6706
  #, php-format
6707
+ msgid " and then <strong>%1$s after %2$d %3$s</strong>."
6708
+ msgstr " und dann <strong>%1$s nach %2$d %3$s</strong>."
6709
 
6710
+ #: includes/functions.php:340
 
 
 
 
6711
  #, php-format
6712
+ msgid "The price for membership is <strong>%1$s per %2$s</strong>."
6713
+ msgstr "Der Preis für den Zugang beträgt <strong>%1$s pro %2$s</strong>."
6714
 
6715
+ #: includes/functions.php:342
 
 
 
6716
  #, php-format
6717
+ msgid "<strong>%1$s per %2$s</strong>."
6718
+ msgstr "<strong>%1$s pro %2$s</strong>."
6719
 
6720
+ #: includes/functions.php:346
 
 
 
 
6721
  #, php-format
6722
+ msgid "The price for membership is <strong>%1$s every %2$d %3$s</strong>."
6723
+ msgstr ""
6724
+ "Der Preis für den Zugang beträgt <strong>%1$s jede(n) %2$d %3$s</strong>."
6725
 
6726
+ #: includes/functions.php:348
 
 
 
6727
  #, php-format
6728
+ msgid "<strong>%1$s every %2$d %3$s</strong>."
6729
+ msgstr "<strong>%1$s jede(n) %2$d %3$s</strong>."
6730
 
6731
+ #: includes/functions.php:353
 
 
 
 
 
 
6732
  #, php-format
6733
+ msgid " and then <strong>%1$s per %2$s</strong>."
6734
+ msgstr " und dann <strong>%1$s pro %2$s</strong>."
6735
 
6736
+ #: includes/functions.php:355
 
 
 
 
 
 
6737
  #, php-format
6738
+ msgid " and then <strong>%1$s every %2$d %3$s</strong>."
6739
+ msgstr " und dann <strong>%1$s jede(n) %2$d %3$s</strong>."
6740
 
6741
+ #: includes/functions.php:370 includes/functions.php:202
6742
  #: includes/functions.php:238 includes/functions.php:249
6743
  #: includes/functions.php:260 includes/functions.php:261
6744
  #: includes/functions.php:262 includes/functions.php:264
6745
  #: includes/functions.php:267 includes/functions.php:271
6746
  #: includes/functions.php:307 includes/functions.php:373
6747
+ #: includes/functions.php:379 includes/functions.php:384
6748
+ #: includes/functions.php:393 pages/levels.php:82
6749
  msgid "After your initial payment, your first payment is Free."
6750
  msgstr "Nach Ihrer Erst-Zahlung ist die nächste Zahlung kostenlos."
6751
 
6752
+ #: includes/functions.php:372 includes/functions.php:206
6753
  #: includes/functions.php:242 includes/functions.php:253
6754
  #: includes/functions.php:264 includes/functions.php:265
6755
  #: includes/functions.php:266 includes/functions.php:268
6756
  #: includes/functions.php:271 includes/functions.php:275
6757
  #: includes/functions.php:311 includes/functions.php:377
6758
+ #: includes/functions.php:383 includes/functions.php:388
6759
+ #: includes/functions.php:397 pages/levels.php:86
6760
  #, php-format
6761
  msgid "After your initial payment, your first %d payments are Free."
6762
  msgstr "Nach Ihrer Erst-Zahlung ist die nächste %d Zahlung kostenlos."
6763
 
6764
+ #: includes/functions.php:376 includes/functions.php:213
6765
  #: includes/functions.php:249 includes/functions.php:260
6766
  #: includes/functions.php:271 includes/functions.php:272
6767
  #: includes/functions.php:273 includes/functions.php:275
6768
  #: includes/functions.php:278 includes/functions.php:282
6769
  #: includes/functions.php:318 includes/functions.php:384
6770
+ #: includes/functions.php:390 includes/functions.php:395
6771
+ #: includes/functions.php:404 pages/levels.php:93
6772
  #, php-format
6773
  msgid "After your initial payment, your first payment will cost %s."
6774
  msgstr "Nach Ihrer Erst-Zahlung wird die nächste Zahlung %s betragen."
6775
 
6776
+ #: includes/functions.php:378
 
 
 
 
 
 
6777
  #, php-format
6778
+ msgid "After your initial payment, your first %1$d payments will cost %2$s."
6779
+ msgstr ""
6780
+ "Nach Ihrer Erst-Zahlung werden die ersten %1$d Zahlungen %2$s betragen."
6781
 
6782
+ #: includes/functions.php:388 includes/functions.php:489
 
 
 
 
 
 
6783
  #, php-format
6784
+ msgid "Customers in %1$s will be charged %2$s%% tax."
6785
+ msgstr "Kunden aus %1$s werden zusätzlich %2$s%% Steuern berechnet."
6786
 
6787
+ #: includes/functions.php:446
6788
  #, php-format
6789
+ msgid "<strong>%1$s per %2$s for %3$d more %4$s</strong>"
6790
+ msgstr "<strong>%1$s pro %2$s für %3$d weitere %4$s</strong>"
6791
 
6792
+ #: includes/functions.php:448
6793
  #, php-format
6794
+ msgid "<strong>%1$s every %2$d %3$s for %4$d more payments</strong>"
6795
+ msgstr "<strong>%1$s jede(n) %2$d %3$s für %4$d weitere Zahlungen</strong>"
6796
 
6797
+ #: includes/functions.php:451
6798
  #, php-format
6799
+ msgid "<strong>%1$s after %2$d %3$s</strong>"
6800
+ msgstr "<strong>%1$s nach %2$d %3$s</strong>"
6801
 
6802
+ #: includes/functions.php:454
6803
  #, php-format
6804
+ msgid "<strong>%1$s every %2$s</strong>"
6805
+ msgstr "<strong>%1$s jede(n) %2$s</strong>"
6806
 
6807
+ #: includes/functions.php:456
6808
  #, php-format
6809
+ msgid "<strong>%1$s every %2$d %3$s</strong>"
6810
+ msgstr "<strong>%1$s jede(n) %2$d %3$s</strong>"
6811
 
6812
+ #: includes/functions.php:478 includes/functions.php:511
6813
+ #: includes/functions.php:520
6814
  msgid "Trial pricing has been applied to the first payment."
6815
  msgstr ""
6816
 
6817
+ #: includes/functions.php:480 includes/functions.php:513
6818
+ #: includes/functions.php:522
6819
  #, php-format
6820
  msgid "Trial pricing has been applied to the first %d payments."
6821
  msgstr ""
6822
 
6823
+ #: includes/functions.php:505
 
 
 
 
 
 
6824
  #, php-format
6825
+ msgid "Membership expires after %1$d %2$s."
6826
+ msgstr "Zugang endet nach %1$d %2$s."
6827
 
6828
+ #: includes/functions.php:524
6829
  #, php-format
6830
+ msgid "%1$s membership expires after %2$d %3$s"
6831
+ msgstr "%1$s Mitgliedschaft läuft nach %2$d %3$s aus"
6832
 
6833
+ #: includes/functions.php:877 includes/functions.php:491
6834
  #: includes/functions.php:514 includes/functions.php:525
6835
  #: includes/functions.php:536 includes/functions.php:537
6836
  #: includes/functions.php:538 includes/functions.php:545
6838
  #: includes/functions.php:576 includes/functions.php:592
6839
  #: includes/functions.php:615 includes/functions.php:694
6840
  #: includes/functions.php:760 includes/functions.php:766
6841
+ #: includes/functions.php:945 includes/functions.php:947
6842
+ #: includes/functions.php:956
6843
  msgid "User ID not found."
6844
  msgstr "User ID nicht gefunden."
6845
 
6846
+ #: includes/functions.php:889
6847
+ msgid "No membership_id specified in pmpro_changeMembershipLevel."
6848
+ msgstr ""
6849
+
6850
+ #: includes/functions.php:895 includes/functions.php:903
6851
+ #: includes/functions.php:508 includes/functions.php:531
6852
+ #: includes/functions.php:542 includes/functions.php:553
6853
+ #: includes/functions.php:554 includes/functions.php:555
6854
+ #: includes/functions.php:562 includes/functions.php:586
6855
+ #: includes/functions.php:587 includes/functions.php:589
6856
+ #: includes/functions.php:596 includes/functions.php:612
6857
+ #: includes/functions.php:635 includes/functions.php:714
6858
+ #: includes/functions.php:780 includes/functions.php:786
6859
+ #: includes/functions.php:965 includes/functions.php:967
6860
+ #: includes/functions.php:976
6861
  msgid "Invalid level."
6862
  msgstr "Ungültiges Paket."
6863
 
6864
+ #: includes/functions.php:914 includes/functions.php:520
6865
  #: includes/functions.php:542 includes/functions.php:553
6866
  #: includes/functions.php:564 includes/functions.php:565
6867
  #: includes/functions.php:566 includes/functions.php:573
6870
  #: includes/functions.php:623 includes/functions.php:646
6871
  #: includes/functions.php:725 includes/functions.php:791
6872
  #: includes/functions.php:797 includes/functions.php:976
6873
+ #: includes/functions.php:978 includes/functions.php:987
6874
  msgid "not changing?"
6875
  msgstr "nicht ändern?"
6876
 
6877
+ #: includes/functions.php:970 includes/functions.php:537
6878
  #: includes/functions.php:559 includes/functions.php:570
6879
  #: includes/functions.php:581 includes/functions.php:582
6880
  #: includes/functions.php:583 includes/functions.php:590
6897
  #: includes/functions.php:815 includes/functions.php:839
6898
  #: includes/functions.php:881 includes/functions.php:887
6899
  #: includes/functions.php:905 includes/functions.php:911
6900
+ #: includes/functions.php:1017 includes/functions.php:1037
6901
+ #: includes/functions.php:1046
6902
  msgid "Error interacting with database"
6903
  msgstr "Fehler bei der Datenbank-Abfrage."
6904
 
6905
+ #: includes/functions.php:1067 includes/functions.php:907
6906
+ #: includes/functions.php:1123 includes/functions.php:1127
6907
+ #: includes/functions.php:1129 includes/functions.php:1138
6908
  #, php-format
6909
  msgid "Error interacting with database: %s"
6910
  msgstr "Fehler bei Datenbankverbindung: %s"
6911
 
6912
+ #: includes/functions.php:1141 includes/functions.php:1179
6913
  #: includes/functions.php:629 includes/functions.php:651
6914
  #: includes/functions.php:667 includes/functions.php:668
6915
  #: includes/functions.php:678 includes/functions.php:681
6928
  #: includes/functions.php:948 includes/functions.php:953
6929
  #: includes/functions.php:986 includes/functions.php:987
6930
  #: includes/functions.php:992 includes/functions.php:1198
6931
+ #: includes/functions.php:1202 includes/functions.php:1204
6932
+ #: includes/functions.php:1213 includes/functions.php:1237
6933
+ #: includes/functions.php:1241 includes/functions.php:1243
6934
+ #: includes/functions.php:1252
6935
  msgid "Membership level not found."
6936
  msgstr "Paket nicht gefunden."
6937
 
6938
+ #: includes/functions.php:1533 includes/functions.php:1100
6939
  #: includes/functions.php:1101 includes/functions.php:1118
6940
  #: includes/functions.php:1142 includes/functions.php:1143
6941
  #: includes/functions.php:1150 includes/functions.php:1157
6942
  #: includes/functions.php:1173 includes/functions.php:1196
6943
  #: includes/functions.php:1290 includes/functions.php:1356
6944
  #: includes/functions.php:1357 includes/functions.php:1362
6945
+ #: includes/functions.php:1605 includes/functions.php:1609
6946
+ #: includes/functions.php:1611 includes/functions.php:1620
6947
  msgid "No code was given to check."
6948
  msgstr "Kein Code zur Überprüfung eingegeben."
6949
 
6950
+ #: includes/functions.php:1542 includes/functions.php:1050
6951
  #: includes/functions.php:1072 includes/functions.php:1088
6952
  #: includes/functions.php:1099 includes/functions.php:1102
6953
  #: includes/functions.php:1109 includes/functions.php:1110
6958
  #: includes/functions.php:1205 includes/functions.php:1299
6959
  #: includes/functions.php:1365 includes/functions.php:1366
6960
  #: includes/functions.php:1371 includes/functions.php:1614
6961
+ #: includes/functions.php:1618 includes/functions.php:1620
6962
+ #: includes/functions.php:1629
6963
  msgid "The discount code could not be found."
6964
  msgstr "Der Gutscheincode konnte nicht gefunden werden."
6965
 
6966
+ #: includes/functions.php:1557 includes/functions.php:1066
6967
  #: includes/functions.php:1088 includes/functions.php:1104
6968
  #: includes/functions.php:1115 includes/functions.php:1118
6969
  #: includes/functions.php:1124 includes/functions.php:1125
6974
  #: includes/functions.php:1220 includes/functions.php:1314
6975
  #: includes/functions.php:1380 includes/functions.php:1381
6976
  #: includes/functions.php:1386 includes/functions.php:1629
6977
+ #: includes/functions.php:1633 includes/functions.php:1635
6978
+ #: includes/functions.php:1644
6979
  #, php-format
6980
  msgid "This discount code goes into effect on %s."
6981
  msgstr "Dieser Gutscheincode gilt ab %s."
6982
 
6983
+ #: includes/functions.php:1564 includes/functions.php:1075
6984
  #: includes/functions.php:1097 includes/functions.php:1113
6985
  #: includes/functions.php:1124 includes/functions.php:1127
6986
  #: includes/functions.php:1131 includes/functions.php:1132
6991
  #: includes/functions.php:1227 includes/functions.php:1321
6992
  #: includes/functions.php:1387 includes/functions.php:1388
6993
  #: includes/functions.php:1393 includes/functions.php:1636
6994
+ #: includes/functions.php:1640 includes/functions.php:1642
6995
+ #: includes/functions.php:1651
6996
  #, php-format
6997
  msgid "This discount code expired on %s."
6998
  msgstr "Dieser Gutscheincode läuft am %s ab."
6999
 
7000
+ #: includes/functions.php:1573 includes/functions.php:1087
7001
  #: includes/functions.php:1109 includes/functions.php:1125
7002
  #: includes/functions.php:1136 includes/functions.php:1139
7003
  #: includes/functions.php:1141 includes/functions.php:1142
7008
  #: includes/functions.php:1237 includes/functions.php:1331
7009
  #: includes/functions.php:1397 includes/functions.php:1398
7010
  #: includes/functions.php:1403 includes/functions.php:1646
7011
+ #: includes/functions.php:1650 includes/functions.php:1652
7012
+ #: includes/functions.php:1661
7013
  msgid "This discount code is no longer valid."
7014
  msgstr "Dieser Gutscheincode ist nicht mehr gültig."
7015
 
7016
+ #: includes/functions.php:1592 includes/functions.php:1102
7017
  #: includes/functions.php:1124 includes/functions.php:1140
7018
  #: includes/functions.php:1151 includes/functions.php:1154
7019
  #: includes/functions.php:1155 includes/functions.php:1164
7023
  #: includes/functions.php:1227 includes/functions.php:1250
7024
  #: includes/functions.php:1344 includes/functions.php:1410
7025
  #: includes/functions.php:1411 includes/functions.php:1416
7026
+ #: includes/functions.php:1666 includes/functions.php:1670
7027
+ #: includes/functions.php:1672 includes/functions.php:1681
7028
  msgid "This discount code does not apply to this membership level."
7029
  msgstr ""
7030
  "Dieser Gutscheincode kann für dieses Membership Level nicht angewendet "
7031
  "werden."
7032
 
7033
+ #: includes/functions.php:1630 includes/functions.php:1110
7034
  #: includes/functions.php:1132 includes/functions.php:1148
7035
  #: includes/functions.php:1159 includes/functions.php:1162
7036
  #: includes/functions.php:1172 includes/functions.php:1180
7041
  #: includes/functions.php:1276 includes/functions.php:1370
7042
  #: includes/functions.php:1436 includes/functions.php:1442
7043
  #: includes/functions.php:1448 includes/functions.php:1703
7044
+ #: includes/functions.php:1707 includes/functions.php:1709
7045
+ #: includes/functions.php:1718
7046
  msgid "This discount code is okay."
7047
  msgstr "Dieser Gutscheincode ist in Ordnung."
7048
 
7049
+ #: includes/functions.php:1658 includes/functions.php:1134
7050
  #: includes/functions.php:1156 includes/functions.php:1172
7051
  #: includes/functions.php:1183 includes/functions.php:1186
7052
  #: includes/functions.php:1196 includes/functions.php:1205
7057
  #: includes/functions.php:1395 includes/functions.php:1397
7058
  #: includes/functions.php:1463 includes/functions.php:1469
7059
  #: includes/functions.php:1475 includes/functions.php:1730
7060
+ #: includes/functions.php:1734 includes/functions.php:1736
7061
+ #: includes/functions.php:1745
7062
  msgid "and"
7063
  msgstr "und"
7064
 
7065
+ #: includes/functions.php:1977 includes/functions.php:1319
7066
  #: includes/functions.php:1341 includes/functions.php:1361
7067
  #: includes/functions.php:1372 includes/functions.php:1375
7068
  #: includes/functions.php:1385 includes/functions.php:1394
7073
  #: includes/functions.php:1501 includes/functions.php:1620
7074
  #: includes/functions.php:1624 includes/functions.php:1691
7075
  #: includes/functions.php:1697 includes/functions.php:1703
7076
+ #: includes/functions.php:2015 includes/functions.php:2019
7077
+ #: includes/functions.php:2022 includes/functions.php:2024
7078
+ #: includes/functions.php:2033 includes/functions.php:2034
7079
  msgid "Sign Up for !!name!! Now"
7080
  msgstr "Jetzt für !!name!! anmelden"
7081
 
7082
+ #: includes/functions.php:1985 includes/functions.php:1325
7083
  #: includes/functions.php:1347 includes/functions.php:1367
7084
  #: includes/functions.php:1378 includes/functions.php:1381
7085
  #: includes/functions.php:1391 includes/functions.php:1400
7090
  #: includes/functions.php:1507 includes/functions.php:1626
7091
  #: includes/functions.php:1630 includes/functions.php:1697
7092
  #: includes/functions.php:1703 includes/functions.php:1709
7093
+ #: includes/functions.php:2021 includes/functions.php:2025
7094
+ #: includes/functions.php:2028 includes/functions.php:2030
7095
+ #: includes/functions.php:2039 includes/functions.php:2040
7096
  msgid "Please specify a level id."
7097
  msgstr "BItte geben Sie eine Paket ID an."
7098
 
7099
+ #: includes/functions.php:1991 includes/functions.php:2046
7100
+ #: includes/functions.php:2047
7101
+ #, php-format
7102
+ msgid "Level #%s not found."
7103
+ msgstr "Paket #%s nicht gefunden"
 
 
7104
 
7105
+ #: includes/license.php:54 includes/license.php:51
7106
  msgid "Your license key has been validated."
7107
  msgstr "Ihr Lizenzschlüssel wurde bestätigt."
7108
 
7109
+ #: includes/license.php:84 includes/license.php:81
7110
  msgid "Paid Memberships Pro Support License"
7111
  msgstr "Paid Memberships Pro Support Lizenz"
7112
 
7113
+ #: includes/license.php:89 includes/license.php:86
7114
  msgid "License Key"
7115
  msgstr "Lizenzschlüssel"
7116
 
7117
+ #: includes/license.php:92
7118
  msgid ""
7119
  "Enter your support license key.</strong> Your license key can be found in "
7120
  "your membership email receipt or in your <a href=\"http://www."
7121
+ "paidmembershipspro.com/login/?redirect_to=/membership-account/?"
7122
+ "utm_source=plugin&utm_medium=banner&utm_campaign=license_notice\" target="
7123
  "\"_blank\">Membership Account</a>."
7124
  msgstr ""
7125
 
7126
+ #: includes/license.php:94
7127
  msgid ""
7128
  "Visit the PMPro <a href=\"http://www.paidmembershipspro.com/login/?"
7129
+ "redirect_to=/membership-account/?"
7130
+ "utm_source=plugin&utm_medium=banner&utm_campaign=license_notice\" target="
7131
+ "\"_blank\">Membership Account</a> page to confirm that your account is "
7132
+ "active and to find your license key."
7133
  msgstr ""
7134
 
7135
+ #: includes/license.php:94 includes/license.php:91
7136
  msgid "Your license is invalid or expired."
7137
  msgstr "Ihre Lizenz ist ungültig oder abgelaufen."
7138
 
7139
+ #: includes/license.php:96 includes/license.php:93
7140
  #, php-format
7141
  msgid ""
7142
  "<p><strong>Thank you!</strong> A valid <strong>%s</strong> license key has "
7145
  "<p><strong>Danke!</strong> Ein gültiger <strong>%s</strong> Lizenzschlüssel "
7146
  "wurde verwenet um Ihre Supportlizenz auf dieser Seite zu aktivieren.</p>"
7147
 
7148
+ #: includes/license.php:103 includes/license.php:100
7149
  msgid "Enter license key here..."
7150
  msgstr "Lizenzschlüssel hier eingeben..."
7151
 
7152
+ #: includes/license.php:105 includes/license.php:102
7153
  msgid "Verify Key"
7154
  msgstr "Schlüssel bestätigen"
7155
 
7156
+ #: includes/license.php:298 includes/license.php:273 includes/license.php:278
7157
+ #: includes/license.php:288 includes/license.php:291
7158
+ msgid "Invalid PMPro License Key."
7159
+ msgstr "Ungültiger PMPro Lizenzschlüssel."
7160
+
7161
+ #: includes/license.php:301 includes/license.php:273 includes/license.php:278
7162
+ #: includes/license.php:288 includes/license.php:291
7163
  msgid ""
7164
  "If you're running Paid Memberships Pro on a production website, we recommend "
7165
  "an annual support license."
7167
  "Wenn Sie Paid Memberships Pro auf einer öffentlichen Webseite verwenden, "
7168
  "empfehlen wir eine jährliche Supportlizenz."
7169
 
7170
+ #: includes/license.php:302 includes/updates/upgrade_1_9_4.php:27
7171
+ #: includes/license.php:274 includes/license.php:279 includes/license.php:289
7172
+ #: includes/license.php:292
 
 
7173
  msgid "Dismiss"
7174
  msgstr "Abweisen"
7175
 
7176
+ #: includes/license.php:302 includes/license.php:274 includes/license.php:279
7177
+ #: includes/license.php:289 includes/license.php:292
7178
  msgid "More Info"
7179
  msgstr "Mehr Informationen"
7180
 
7181
+ #: includes/localization.php:33 includes/localization.php:23
7182
+ #: includes/localization.php:26
7183
  msgid "Day"
7184
  msgstr "Tag"
7185
 
7186
+ #: includes/localization.php:35 includes/localization.php:25
7187
+ #: includes/localization.php:28
7188
  msgid "Week"
7189
  msgstr "Woche"
7190
 
7191
+ #: includes/localization.php:37 includes/localization.php:27
7192
+ #: includes/localization.php:30
7193
  msgid "Month"
7194
  msgstr "Monat"
7195
 
7196
+ #: includes/localization.php:39 includes/localization.php:29
7197
+ #: includes/localization.php:32
7198
  msgid "Year"
7199
  msgstr "Jahr"
7200
 
7201
+ #: includes/localization.php:44 includes/localization.php:37
7202
+ msgid "Days"
7203
+ msgstr "Tage"
7204
+
7205
+ #: includes/localization.php:46 includes/localization.php:39
7206
+ msgid "Weeks"
7207
+ msgstr "Wochen"
7208
+
7209
+ #: includes/localization.php:48 includes/localization.php:41
7210
+ msgid "Months"
7211
+ msgstr "Monate"
7212
+
7213
+ #: includes/localization.php:50 includes/localization.php:43
7214
+ msgid "Years"
7215
+ msgstr "Jahre"
7216
+
7217
+ #: includes/metaboxes.php:40 includes/metaboxes.php:38
7218
+ #: includes/metaboxes.php:39
7219
+ msgid ""
7220
+ "This post is already protected for this level because it is within a "
7221
+ "category that requires membership."
7222
+ msgstr ""
7223
+ "Dieser Artikel ist für dieses Paket bereits geschützt, weil er in einer "
7224
+ "Kategorie liegt, die Mitgliedschaft erfordert."
7225
+
7226
+ #: includes/metaboxes.php:105 includes/metaboxes.php:106
7227
+ #: includes/metaboxes.php:99 includes/metaboxes.php:100
7228
+ #: includes/metaboxes.php:104
7229
+ msgid "Require Membership"
7230
+ msgstr "Mitgliedschaft erforderlich"
7231
+
7232
+ #: includes/metaboxes.php:136 includes/metaboxes.php:130
7233
+ #: includes/metaboxes.php:135
7234
+ msgid ""
7235
+ "Only members of these levels will be able to view posts in this category."
7236
+ msgstr ""
7237
+ "Nur Mitglieder dieses Pakets werden in der Lage sein, diese Posts in dieser "
7238
+ "Kategorie zu sehen."
7239
+
7240
+ #: includes/privacy.php:19
7241
+ msgid "Data Collected to Manage Your Membership"
7242
+ msgstr ""
7243
+
7244
+ #: includes/privacy.php:20
7245
+ msgid ""
7246
+ "At checkout, we will collect your name, email address, username, and "
7247
+ "password. This information is used to setup your account for our site. If "
7248
+ "you are redirected to an offsite payment gateway to complete your payment, "
7249
+ "we may store this information in a temporary session variable to setup your "
7250
+ "account when you return to our site."
7251
+ msgstr ""
7252
+
7253
+ #: includes/privacy.php:21
7254
+ msgid ""
7255
+ "At checkout, we may also collect your billing address and phone number. This "
7256
+ "information is used to confirm your credit card. The billing address and "
7257
+ "phone number are saved by our site to prepopulate the checkout form for "
7258
+ "future purchases and so we can get in touch with you if needed to discuss "
7259
+ "your order."
7260
+ msgstr ""
7261
+
7262
+ #: includes/privacy.php:22
7263
+ msgid ""
7264
+ "At checkout, we may also collect your credit card number, expiration date, "
7265
+ "and security code. This information is passed to our payment gateway to "
7266
+ "process your purchase. The last 4 digits of your credit card number and the "
7267
+ "expiration date are saved by our site to use for reference and to send you "
7268
+ "an email if your credit card will expire before the next recurring payment."
7269
+ msgstr ""
7270
+
7271
+ #: includes/privacy.php:23
7272
+ msgid ""
7273
+ "When logged in, we use cookies to track some of your activity on our site "
7274
+ "including logins, visits, and page views."
7275
+ msgstr ""
7276
+
7277
+ #: includes/privacy.php:35 includes/privacy.php:109
7278
+ msgid "Paid Memberships Pro Data"
7279
+ msgstr "Paid Memberships Pro Data"
7280
+
7281
+ #: includes/privacy.php:81
7282
+ msgid "1 PMPro order was retained for business records."
7283
+ msgstr ""
7284
+
7285
+ #: includes/privacy.php:83
7286
+ #, php-format
7287
+ msgid "%d PMPro orders were retained for business records."
7288
+ msgstr ""
7289
+
7290
+ #: includes/privacy.php:88
7291
+ msgid ""
7292
+ "Please note that data erasure will not cancel a user's membership level or "
7293
+ "any active subscriptions. Please edit or delete the user through the "
7294
+ "WordPress dashboard."
7295
+ msgstr ""
7296
+
7297
+ #: includes/privacy.php:160
7298
+ msgid "Paid Memberships Pro User Data"
7299
+ msgstr "Paid Memberships Pro User Data"
7300
+
7301
+ #: includes/privacy.php:175 adminpages/memberslist.php:184
7302
+ #: adminpages/memberslist.php:212
7303
+ msgid "Never"
7304
+ msgstr "Nie"
7305
+
7306
+ #: includes/privacy.php:182
7307
+ msgid "Level ID"
7308
+ msgstr "Paket-ID"
7309
+
7310
+ #: includes/privacy.php:190
7311
+ msgid "Date Modified"
7312
+ msgstr "Änderungsdatum"
7313
+
7314
+ #: includes/privacy.php:194
7315
+ msgid "End Date"
7316
+ msgstr "End-Datum"
7317
+
7318
+ #: includes/privacy.php:198
7319
+ msgid "Level Cost"
7320
+ msgstr "Paket-Preis"
7321
+
7322
+ #: includes/privacy.php:209
7323
+ msgid "Paid Memberships Pro Membership History"
7324
+ msgstr "Paid Memberships Pro Mitgliedschafts-Historie"
7325
+
7326
+ #: includes/privacy.php:229
7327
+ msgid "Order ID"
7328
+ msgstr "Bestellungs-ID"
7329
+
7330
+ #: includes/privacy.php:233
7331
+ msgid "Order Code"
7332
+ msgstr "Bestellungs-Code"
7333
+
7334
+ #: includes/privacy.php:237
7335
+ msgid "Order Date"
7336
+ msgstr "Bestelldatum"
7337
+
7338
+ #: includes/privacy.php:241 pages/billing.php:41 pages/cancel.php:61
7339
+ #: pages/invoice.php:102 pages/levels.php:35 shortcodes/pmpro_account.php:44
7340
+ #: shortcodes/pmpro_account.php:128 pages/account.php:12 pages/account.php:18
7341
+ #: pages/account.php:92 pages/billing.php:16 pages/billing.php:25
7342
+ #: pages/billing.php:27 pages/billing.php:28 pages/billing.php:30
7343
+ #: pages/billing.php:44 pages/billing.php:45 pages/cancel.php:52
7344
+ #: pages/cancel.php:60 pages/invoice.php:89 pages/invoice.php:109
7345
+ #: pages/levels.php:13 shortcodes/pmpro_account.php:43
7346
+ #: shortcodes/pmpro_account.php:123 shortcodes/pmpro_account.php:125
7347
+ #: shortcodes/pmpro_account.php:126
7348
+ msgid "Level"
7349
+ msgstr "Paket"
7350
+
7351
+ #: includes/privacy.php:333
7352
+ msgid "Paid Memberships Pro Order History"
7353
+ msgstr "Paid Memberships Pro Bestellungs-Historie"
7354
+
7355
+ #: includes/privacy.php:354
7356
+ msgid "Billing First Name"
7357
+ msgstr "Vorname"
7358
+
7359
+ #: includes/privacy.php:355
7360
+ msgid "Billing Last Name"
7361
+ msgstr "Name"
7362
+
7363
+ #: includes/privacy.php:356
7364
+ msgid "Billing Address 1"
7365
+ msgstr "Adresse 1"
7366
+
7367
+ #: includes/privacy.php:357
7368
+ msgid "Billing Address 2"
7369
+ msgstr "Adresse 2"
7370
+
7371
+ #: includes/privacy.php:359
7372
+ msgid "Billing State/Province"
7373
+ msgstr "Bundesland"
7374
+
7375
+ #: includes/privacy.php:361
7376
+ msgid "Billing Phone Number"
7377
+ msgstr "Telefon"
7378
+
7379
+ #: includes/privacy.php:363
7380
+ msgid "Credit Card Type"
7381
+ msgstr "Kartentyp"
7382
+
7383
+ #: includes/privacy.php:364
7384
+ msgid "Credit Card Account Number"
7385
+ msgstr "Kartennummer"
7386
 
7387
+ #: includes/privacy.php:365
7388
+ msgid "Credit Card Expiration Month"
7389
+ msgstr "Ablaufdatum Monat"
7390
 
7391
+ #: includes/privacy.php:366
7392
+ msgid "Credit Card Expiration Year"
7393
+ msgstr "Ablaufdatum Jahr"
7394
 
7395
+ #: includes/privacy.php:367
7396
+ msgid "Login Data"
7397
+ msgstr "Login-Daten"
7398
 
7399
+ #: includes/privacy.php:368
7400
+ msgid "Visits Data"
7401
+ msgstr "Besuche"
 
 
 
 
7402
 
7403
+ #: includes/privacy.php:369
7404
+ msgid "Views Data"
7405
+ msgstr "Ansichten"
 
7406
 
7407
+ #: includes/privacy.php:507
7408
+ #, php-format
7409
+ msgid "%s agreed to %s (ID #%d, last modified %s) on %s."
7410
+ msgstr "%s hat %s (ID #%d, zuletzt modifiziert %s) am %s zugestimmt."
7411
+
7412
+ #: includes/privacy.php:515
7413
+ msgid "That post has since been updated."
7414
+ msgstr "Dieser Eintrag wurde seither geändert."
7415
 
7416
  #: includes/profile.php:45 includes/profile.php:34 includes/profile.php:36
7417
  #: includes/profile.php:39
7418
  msgid "Current Level"
7419
  msgstr "Aktuelles Paket"
7420
 
7421
+ #: includes/profile.php:74 includes/profile.php:221 includes/profile.php:268
7422
+ #: includes/profile.php:54 includes/profile.php:60 includes/profile.php:65
7423
+ #: includes/profile.php:68 includes/profile.php:195 includes/profile.php:242
7424
  msgid "Not paying."
7425
  msgstr "Nicht bezahlen."
7426
 
7431
  "checkbox is selected below."
7432
  msgstr ""
7433
 
7434
+ #: includes/profile.php:156
7435
+ msgid "Send the user an email about this change."
7436
+ msgstr "Sende dem User eine Email über diese Änderung."
7437
+
7438
+ #: includes/profile.php:162
7439
+ msgid "Cancel this user's subscription at the gateway."
7440
+ msgstr ""
7441
+
7442
+ #: includes/profile.php:176
7443
+ msgid "TOS Consent History"
7444
+ msgstr ""
7445
+
7446
  #: includes/updates.php:110 includes/updates.php:97
7447
  msgid "Paid Memberships Pro Data Update Required"
7448
  msgstr "Paid Memberships Pro Daten-Update benötigt"
7495
  "Diese Inhalte sind nur für !!levels!! Mitglieder sichtbar. Bitte melden Sie "
7496
  "sich an oder registrieren Sie sich, um die Inhalte zu sehen."
7497
 
7498
+ #: includes/updates/upgrade_1_9_4.php:26
7499
+ msgid ""
7500
+ "We have detected that you are using a custom checkout page template for Paid "
7501
+ "Memberships Pro. This was recently changed and may need to be updated in "
7502
+ "order to display correctly."
7503
+ msgstr ""
7504
+
7505
+ #: includes/updates/upgrade_1_9_4.php:27
7506
+ msgid ""
7507
+ "If you notice UI issues after upgrading, <a href=\"https://www."
7508
+ "paidmembershipspro.com/add-ons/table-layout-plugin-pages/\">see this free "
7509
+ "add on to temporarily roll back to the table-based layout while you resolve "
7510
+ "the issues</a>."
7511
+ msgstr ""
7512
+
7513
+ #: pages/billing.php:23 pages/billing.php:14 pages/billing.php:25
7514
+ #: pages/billing.php:26 pages/billing.php:27 pages/billing.php:28
7515
  #, php-format
7516
  msgid "Logged in as <strong>%s</strong>."
7517
  msgstr "Eingeloggt als <strong>%s</strong>."
7518
 
7519
+ #: pages/billing.php:23 pages/billing.php:14 pages/billing.php:25
7520
+ #: pages/billing.php:26 pages/billing.php:27 pages/billing.php:28
7521
  msgid "logout"
7522
  msgstr "logout"
7523
 
7524
+ #: pages/billing.php:43 pages/account.php:14 pages/billing.php:18
7525
+ #: pages/billing.php:27 pages/billing.php:29 pages/billing.php:30
7526
+ #: pages/billing.php:32 pages/billing.php:46 pages/billing.php:47
 
 
 
 
 
 
 
 
 
7527
  msgid "Membership Fee"
7528
  msgstr "Gebühr"
7529
 
7530
+ #: pages/billing.php:47 pages/account.php:18 pages/billing.php:22
7531
+ #: pages/billing.php:31 pages/billing.php:33 pages/billing.php:34
7532
+ #: pages/billing.php:36 pages/billing.php:50 pages/billing.php:51
7533
  #: pages/levels.php:70
7534
  #, php-format
7535
  msgid "%s every %d %s."
7536
  msgstr "%s jede(n) %d %s."
7537
 
7538
+ #: pages/billing.php:49 pages/account.php:20 pages/billing.php:24
7539
+ #: pages/billing.php:33 pages/billing.php:35 pages/billing.php:36
7540
+ #: pages/billing.php:38 pages/billing.php:52 pages/billing.php:53
7541
  #: pages/levels.php:66
7542
  #, php-format
7543
  msgid "%s per %s."
7544
  msgstr "%s pro %s."
7545
 
7546
+ #: pages/billing.php:59 pages/account.php:25 pages/account.php:29
7547
  #: pages/billing.php:29 pages/billing.php:33 pages/billing.php:42
7548
+ #: pages/billing.php:44 pages/billing.php:45 pages/billing.php:47
7549
+ #: pages/billing.php:62 pages/billing.php:63
7550
  msgid "Duration"
7551
  msgstr "Zeitraum"
7552
 
7553
+ #: pages/billing.php:77 pages/billing.php:39 pages/billing.php:43
7554
+ #: pages/billing.php:52 pages/billing.php:54 pages/billing.php:55
7555
+ #: pages/billing.php:57 pages/billing.php:80 pages/billing.php:81
7556
  msgid ""
7557
  "Your payment subscription is managed by PayPal. Please <a href=\"http://www."
7558
  "paypal.com\">login to PayPal here</a> to update your billing information."
7561
  "\"http://www.paypal.com\">hier bei PayPal einloggen</a> um Ihre "
7562
  "Zahlungsinformationen zu aktualisieren."
7563
 
7564
+ #: pages/billing.php:104 pages/checkout.php:279 pages/billing.php:65
7565
  #: pages/billing.php:69 pages/billing.php:78 pages/billing.php:81
7566
+ #: pages/billing.php:83 pages/billing.php:84 pages/billing.php:87
7567
+ #: pages/billing.php:107 pages/billing.php:108 pages/billing.php:110
7568
+ #: pages/checkout.php:305 pages/checkout.php:307 pages/checkout.php:309
7569
+ #: pages/checkout.php:318 pages/checkout.php:321 pages/checkout.php:324
7570
+ #: pages/checkout.php:326 pages/checkout.php:328 pages/checkout.php:333
7571
+ #: pages/checkout.php:336
7572
  msgid "First Name"
7573
  msgstr "Vorname"
7574
 
7575
+ #: pages/billing.php:108 pages/checkout.php:283 pages/billing.php:69
7576
  #: pages/billing.php:73 pages/billing.php:82 pages/billing.php:85
7577
+ #: pages/billing.php:87 pages/billing.php:88 pages/billing.php:91
7578
+ #: pages/billing.php:111 pages/billing.php:112 pages/billing.php:114
7579
+ #: pages/checkout.php:309 pages/checkout.php:311 pages/checkout.php:313
7580
+ #: pages/checkout.php:322 pages/checkout.php:325 pages/checkout.php:328
7581
+ #: pages/checkout.php:330 pages/checkout.php:332 pages/checkout.php:337
7582
+ #: pages/checkout.php:340
7583
  msgid "Last Name"
7584
  msgstr "Nachname"
7585
 
7586
+ #: pages/billing.php:112 pages/checkout.php:287 pages/billing.php:73
7587
  #: pages/billing.php:77 pages/billing.php:86 pages/billing.php:89
7588
+ #: pages/billing.php:91 pages/billing.php:92 pages/billing.php:95
7589
+ #: pages/billing.php:115 pages/billing.php:116 pages/billing.php:118
7590
+ #: pages/checkout.php:313 pages/checkout.php:315 pages/checkout.php:317
7591
+ #: pages/checkout.php:326 pages/checkout.php:329 pages/checkout.php:332
7592
+ #: pages/checkout.php:334 pages/checkout.php:336 pages/checkout.php:341
7593
+ #: pages/checkout.php:344
7594
  msgid "Address 1"
7595
  msgstr "Adresse 1"
7596
 
7597
+ #: pages/billing.php:116 pages/checkout.php:291 pages/billing.php:77
7598
  #: pages/billing.php:81 pages/billing.php:90 pages/billing.php:93
7599
+ #: pages/billing.php:95 pages/billing.php:96 pages/billing.php:99
7600
+ #: pages/billing.php:119 pages/billing.php:120 pages/billing.php:122
7601
+ #: pages/checkout.php:317 pages/checkout.php:319 pages/checkout.php:321
7602
+ #: pages/checkout.php:330 pages/checkout.php:333 pages/checkout.php:336
7603
+ #: pages/checkout.php:338 pages/checkout.php:340 pages/checkout.php:345
7604
+ #: pages/checkout.php:348
7605
  msgid "Address 2"
7606
  msgstr "Adresse 2"
7607
 
7608
+ #: pages/billing.php:126 pages/checkout.php:298 pages/billing.php:87
7609
  #: pages/billing.php:91 pages/billing.php:100 pages/billing.php:103
7610
+ #: pages/billing.php:105 pages/billing.php:106 pages/billing.php:109
7611
+ #: pages/billing.php:129 pages/billing.php:130 pages/billing.php:132
7612
+ #: pages/checkout.php:327 pages/checkout.php:329 pages/checkout.php:331
7613
+ #: pages/checkout.php:340 pages/checkout.php:343 pages/checkout.php:346
7614
+ #: pages/checkout.php:348 pages/checkout.php:350 pages/checkout.php:355
7615
+ #: pages/checkout.php:358
7616
  msgid "City"
7617
  msgstr "Ort"
7618
 
7619
+ #: pages/billing.php:130 pages/checkout.php:302 pages/billing.php:91
7620
  #: pages/billing.php:95 pages/billing.php:104 pages/billing.php:107
7621
+ #: pages/billing.php:109 pages/billing.php:110 pages/billing.php:113
7622
+ #: pages/billing.php:133 pages/billing.php:134 pages/billing.php:136
7623
+ #: pages/checkout.php:331 pages/checkout.php:333 pages/checkout.php:335
7624
+ #: pages/checkout.php:344 pages/checkout.php:347 pages/checkout.php:350
7625
+ #: pages/checkout.php:352 pages/checkout.php:354 pages/checkout.php:359
7626
+ #: pages/checkout.php:362
7627
  msgid "State"
7628
  msgstr "Bundesland"
7629
 
7630
+ #: pages/billing.php:134 pages/checkout.php:306 pages/billing.php:95
7631
  #: pages/billing.php:99 pages/billing.php:108 pages/billing.php:111
7632
+ #: pages/billing.php:113 pages/billing.php:114 pages/billing.php:117
7633
+ #: pages/billing.php:137 pages/billing.php:138 pages/billing.php:140
7634
+ #: pages/checkout.php:335 pages/checkout.php:337 pages/checkout.php:339
7635
+ #: pages/checkout.php:348 pages/checkout.php:351 pages/checkout.php:354
7636
+ #: pages/checkout.php:356 pages/checkout.php:358 pages/checkout.php:363
7637
+ #: pages/checkout.php:366
7638
  msgid "Postal Code"
7639
  msgstr "Postleitzahl"
7640
 
7641
+ #: pages/billing.php:143 pages/checkout.php:311 pages/billing.php:104
7642
  #: pages/billing.php:108 pages/billing.php:117 pages/billing.php:120
7643
+ #: pages/billing.php:122 pages/billing.php:123 pages/billing.php:126
7644
+ #: pages/billing.php:146 pages/billing.php:147 pages/billing.php:149
7645
+ #: pages/checkout.php:344 pages/checkout.php:346 pages/checkout.php:348
7646
+ #: pages/checkout.php:357 pages/checkout.php:360 pages/checkout.php:363
7647
+ #: pages/checkout.php:365 pages/checkout.php:367 pages/checkout.php:372
7648
+ #: pages/checkout.php:375
7649
  msgid "City, State Zip"
7650
  msgstr "Ort, Bundesland"
7651
 
7652
+ #: pages/billing.php:196 pages/checkout.php:348 pages/billing.php:157
7653
  #: pages/billing.php:161 pages/billing.php:170 pages/billing.php:173
7654
+ #: pages/billing.php:175 pages/billing.php:176 pages/billing.php:179
7655
+ #: pages/billing.php:199 pages/billing.php:200 pages/billing.php:202
7656
+ #: pages/checkout.php:397 pages/checkout.php:399 pages/checkout.php:401
7657
+ #: pages/checkout.php:410 pages/checkout.php:413 pages/checkout.php:416
7658
+ #: pages/checkout.php:418 pages/checkout.php:420 pages/checkout.php:425
7659
+ #: pages/checkout.php:428
7660
  msgid "Country"
7661
  msgstr "Land"
7662
 
7663
+ #: pages/billing.php:221 pages/checkout.php:364 pages/billing.php:182
7664
  #: pages/billing.php:186 pages/billing.php:195 pages/billing.php:198
7665
+ #: pages/billing.php:200 pages/billing.php:201 pages/billing.php:204
7666
+ #: pages/billing.php:224 pages/billing.php:225 pages/billing.php:227
7667
+ #: pages/checkout.php:422 pages/checkout.php:424 pages/checkout.php:426
7668
+ #: pages/checkout.php:435 pages/checkout.php:438 pages/checkout.php:441
7669
+ #: pages/checkout.php:443 pages/checkout.php:445 pages/checkout.php:450
7670
+ #: pages/checkout.php:453
7671
  msgid "Phone"
7672
  msgstr "Telefon"
7673
 
7674
+ #: pages/billing.php:232 pages/checkout.php:197 pages/checkout.php:379
7675
  #: pages/billing.php:193 pages/billing.php:197 pages/billing.php:206
7676
+ #: pages/billing.php:209 pages/billing.php:211 pages/billing.php:212
7677
+ #: pages/billing.php:215 pages/billing.php:235 pages/billing.php:236
7678
+ #: pages/billing.php:238 pages/checkout.php:204 pages/checkout.php:207
7679
+ #: pages/checkout.php:209 pages/checkout.php:216 pages/checkout.php:218
7680
+ #: pages/checkout.php:220 pages/checkout.php:227 pages/checkout.php:230
7681
  #: pages/checkout.php:436 pages/checkout.php:438 pages/checkout.php:440
7682
  #: pages/checkout.php:449 pages/checkout.php:453 pages/checkout.php:455
7683
+ #: pages/checkout.php:457 pages/checkout.php:460 pages/checkout.php:464
7684
+ #: pages/checkout.php:467
7685
  msgid "E-mail Address"
7686
  msgstr "e-mail Adresse"
7687
 
7688
+ #: pages/billing.php:236 pages/checkout.php:386 pages/billing.php:197
7689
  #: pages/billing.php:201 pages/billing.php:210 pages/billing.php:213
7690
+ #: pages/billing.php:215 pages/billing.php:216 pages/billing.php:219
7691
+ #: pages/billing.php:239 pages/billing.php:240 pages/billing.php:242
7692
+ #: pages/checkout.php:445 pages/checkout.php:447 pages/checkout.php:449
7693
+ #: pages/checkout.php:458 pages/checkout.php:462 pages/checkout.php:464
7694
+ #: pages/checkout.php:466 pages/checkout.php:469 pages/checkout.php:473
7695
+ #: pages/checkout.php:476
7696
  msgid "Confirm E-mail"
7697
  msgstr "e-mail bestätigen"
7698
 
7699
+ #: pages/billing.php:259 pages/billing.php:217 pages/billing.php:221
7700
  #: pages/billing.php:230 pages/billing.php:231 pages/billing.php:234
7701
+ #: pages/billing.php:238 pages/billing.php:244 pages/billing.php:247
7702
+ #: pages/billing.php:262 pages/billing.php:263 pages/billing.php:270
7703
  msgid "Credit Card Information"
7704
  msgstr "Kreditkarten Informationen"
7705
 
7706
+ #: pages/billing.php:260 pages/billing.php:217 pages/billing.php:221
7707
  #: pages/billing.php:230 pages/billing.php:232 pages/billing.php:235
7708
+ #: pages/billing.php:239 pages/billing.php:245 pages/billing.php:248
7709
+ #: pages/billing.php:263 pages/billing.php:264 pages/billing.php:271
7710
  #, php-format
7711
  msgid "We accept %s"
7712
  msgstr "Wir aktzeptieren %s"
7713
 
7714
+ #: pages/billing.php:378 pages/billing.php:309 pages/billing.php:313
7715
  #: pages/billing.php:344 pages/billing.php:353 pages/billing.php:356
7716
+ #: pages/billing.php:360 pages/billing.php:364 pages/billing.php:380
7717
+ #: pages/billing.php:381 pages/billing.php:385 pages/billing.php:387
7718
+ #: pages/billing.php:408 pages/billing.php:413 pages/billing.php:417
7719
+ #: pages/billing.php:422
7720
  msgid ""
7721
  "This subscription is not recurring. So you don't need to update your billing "
7722
  "information."
7756
  msgid "Click here to go to the home page."
7757
  msgstr "Klicken Sie hier, um zur Startseite zu gelangen."
7758
 
7759
+ #: pages/checkout.php:30 pages/checkout.php:26 pages/checkout.php:27
7760
+ #: pages/checkout.php:28 pages/checkout.php:35 pages/checkout.php:38
7761
  msgid ""
7762
  "Almost done. Review the membership information and pricing below then "
7763
  "<strong>click the \"Complete Payment\" button</strong> to finish your order."
7766
  "<strong>klicken Sie auf \"Zahlung abschließen\" </strong> um Ihre Bestellung "
7767
  "abzuschließen."
7768
 
7769
+ #: pages/checkout.php:35 pages/checkout.php:33 pages/checkout.php:34
7770
+ #: pages/checkout.php:42 pages/checkout.php:43 pages/checkout.php:46
7771
  msgid "change"
7772
  msgstr "ändern"
7773
 
7774
+ #: pages/checkout.php:39 pages/checkout.php:41 pages/checkout.php:42
7775
+ #: pages/checkout.php:43 pages/checkout.php:50 pages/checkout.php:51
7776
+ #: pages/checkout.php:54
7777
  #, php-format
7778
  msgid "You have selected the <strong>%s</strong> membership level."
7779
  msgstr "Sie haben das <strong>%s</strong> Paket gewählt."
7780
 
7781
+ #: pages/checkout.php:56 pages/checkout.php:51 pages/checkout.php:53
7782
+ #: pages/checkout.php:60 pages/checkout.php:61 pages/checkout.php:68
7783
+ #: pages/checkout.php:71
7784
  #, php-format
7785
  msgid ""
7786
  "<p class=\"pmpro_level_discount_applied\">The <strong>%s</strong> code has "
7789
  "<p class=\"pmpro_level_discount_applied\">Der <strong>%s</strong> Code wurde "
7790
  "für Ihre Bestellung übernommen.</p>"
7791
 
7792
+ #: pages/checkout.php:66 services/applydiscountcode.php:92
7793
  #: pages/checkout.php:62 pages/checkout.php:63 pages/checkout.php:64
7794
+ #: pages/checkout.php:71 pages/checkout.php:72 pages/checkout.php:79
7795
+ #: pages/checkout.php:82 services/applydiscountcode.php:74
7796
+ #: services/applydiscountcode.php:75 services/applydiscountcode.php:78
7797
+ #: services/applydiscountcode.php:89
7798
  msgid "Click here to change your discount code"
7799
  msgstr "Klicken Sie hier, um Ihren Gutscheincode ändern"
7800
 
7801
+ #: pages/checkout.php:68 pages/checkout.php:64 pages/checkout.php:65
7802
  #: pages/checkout.php:66 pages/checkout.php:73 pages/checkout.php:74
7803
+ #: pages/checkout.php:81 pages/checkout.php:84
7804
  msgid "Click here to enter your discount code"
7805
  msgstr "Klicken Sie hier, um Ihren Gutscheincode einzugeben"
7806
 
7807
+ #: pages/checkout.php:68 pages/checkout.php:64 pages/checkout.php:65
7808
  #: pages/checkout.php:66 pages/checkout.php:73 pages/checkout.php:74
7809
+ #: pages/checkout.php:81 pages/checkout.php:84
7810
  msgid "Do you have a discount code?"
7811
  msgstr "Haben Sie einen Gutscheincode?"
7812
 
7813
+ #: pages/checkout.php:162 pages/checkout.php:160 pages/checkout.php:163
7814
  #: pages/checkout.php:165 pages/checkout.php:172 pages/checkout.php:173
7815
+ #: pages/checkout.php:175 pages/checkout.php:182 pages/checkout.php:185
7816
  msgid "Account Information"
7817
  msgstr "Account Informationen"
7818
 
7819
+ #: pages/checkout.php:163 pages/checkout.php:160 pages/checkout.php:165
7820
+ #: pages/checkout.php:172 pages/checkout.php:174 pages/checkout.php:176
7821
+ #: pages/checkout.php:183 pages/checkout.php:186
7822
  msgid "Already have an account?"
7823
  msgstr "Sie haben schon einen Account?"
7824
 
7825
+ #: pages/checkout.php:163 pages/checkout.php:160 pages/checkout.php:165
7826
+ #: pages/checkout.php:172 pages/checkout.php:174 pages/checkout.php:176
7827
+ #: pages/checkout.php:183 pages/checkout.php:186
7828
  msgid "Log in here"
7829
  msgstr "Hier einloggen"
7830
 
7831
+ #: pages/checkout.php:184 pages/checkout.php:186 pages/checkout.php:189
7832
  #: pages/checkout.php:191 pages/checkout.php:198 pages/checkout.php:200
7833
+ #: pages/checkout.php:202 pages/checkout.php:209 pages/checkout.php:212
7834
  msgid "Confirm Password"
7835
  msgstr "Passwort bestätigen"
7836
 
7837
+ #: pages/checkout.php:205 pages/checkout.php:213 pages/checkout.php:216
7838
  #: pages/checkout.php:218 pages/checkout.php:225 pages/checkout.php:227
7839
+ #: pages/checkout.php:229 pages/checkout.php:236 pages/checkout.php:239
7840
  msgid "Confirm E-mail Address"
7841
  msgstr "e-mail Adresse bestätigen"
7842
 
7843
+ #: pages/checkout.php:218 pages/checkout.php:232 pages/checkout.php:235
7844
  #: pages/checkout.php:237 pages/checkout.php:244 pages/checkout.php:246
7845
+ #: pages/checkout.php:248 pages/checkout.php:255 pages/checkout.php:258
7846
  msgid "Full Name"
7847
  msgstr "Vollständiger Name"
7848
 
7849
+ #: pages/checkout.php:219 pages/checkout.php:233 pages/checkout.php:236
7850
  #: pages/checkout.php:238 pages/checkout.php:245 pages/checkout.php:247
7851
+ #: pages/checkout.php:249 pages/checkout.php:256 pages/checkout.php:259
7852
  msgid "LEAVE THIS BLANK"
7853
  msgstr "FREI LASSEN"
7854
 
7855
+ #: pages/checkout.php:238 pages/checkout.php:257 pages/checkout.php:260
7856
  #: pages/checkout.php:262 pages/checkout.php:269 pages/checkout.php:271
7857
+ #: pages/checkout.php:273 pages/checkout.php:280 pages/checkout.php:283
7858
  #, php-format
7859
  msgid ""
7860
  "You are logged in as <strong>%s</strong>. If you would like to use a "
7864
  "Mitgliedschaft einen anderen Account verwenden wollen, <a href=\"%s\">loggen "
7865
  "Sie sich hier aus</a>."
7866
 
7867
+ #: pages/checkout.php:254 pages/checkout.php:276 pages/checkout.php:278
7868
  #: pages/checkout.php:285 pages/checkout.php:287 pages/checkout.php:289
7869
+ #: pages/checkout.php:292 pages/checkout.php:296 pages/checkout.php:299
7870
  msgid "Choose your Payment Method"
7871
  msgstr "Wählen Sie Ihre Zahlungsmethode"
7872
 
7873
+ #: pages/checkout.php:259 pages/checkout.php:284 pages/checkout.php:286
7874
  #: pages/checkout.php:293 pages/checkout.php:296 pages/checkout.php:298
7875
+ #: pages/checkout.php:300 pages/checkout.php:305 pages/checkout.php:307
7876
+ #: pages/checkout.php:308
7877
  msgid "Check Out with a Credit Card Here"
7878
  msgstr "Mit Kreditkarte bezahlen"
7879
 
7880
+ #: pages/checkout.php:567 pages/checkout.php:277 pages/checkout.php:284
7881
  #: pages/checkout.php:657 pages/checkout.php:672 pages/checkout.php:673
7882
  #: pages/checkout.php:681 pages/checkout.php:686 pages/checkout.php:690
7883
+ #: pages/checkout.php:692 pages/checkout.php:693 pages/checkout.php:696
7884
+ #: pages/checkout.php:697
7885
  #, php-format
7886
  msgid "I agree to the %s"
7887
+ msgstr "Ich stimme der %s zu"
7888
 
7889
+ #: pages/checkout.php:586 pages/checkout.php:667 pages/checkout.php:674
7890
  #: pages/checkout.php:677 pages/checkout.php:692 pages/checkout.php:693
7891
  #: pages/checkout.php:701 pages/checkout.php:706 pages/checkout.php:710
7892
+ #: pages/checkout.php:712 pages/checkout.php:713 pages/checkout.php:716
7893
+ #: pages/checkout.php:717
7894
  msgid "Complete Payment"
7895
  msgstr "Zahlung abschließen"
7896
 
7897
+ #: pages/checkout.php:608 pages/checkout.php:687 pages/checkout.php:694
7898
  #: pages/checkout.php:697 pages/checkout.php:713 pages/checkout.php:714
7899
  #: pages/checkout.php:723 pages/checkout.php:728 pages/checkout.php:732
7900
+ #: pages/checkout.php:734 pages/checkout.php:735 pages/checkout.php:738
7901
+ #: pages/checkout.php:739
7902
  msgid "Processing..."
7903
  msgstr "wird bearbeitet..."
7904
 
7932
  msgid "Print"
7933
  msgstr "Drucken"
7934
 
7935
+ #: pages/confirmation.php:52 pages/confirmation.php:123 pages/invoice.php:27
7936
  #: pages/confirmation.php:45 pages/confirmation.php:46
7937
+ #: pages/confirmation.php:102 pages/confirmation.php:104
7938
+ #: pages/confirmation.php:112 pages/confirmation.php:115 pages/invoice.php:26
7939
  msgid "Account"
7940
  msgstr "Account"
7941
 
7945
  msgid "Membership Expires"
7946
  msgstr "Zugang endet am"
7947
 
7948
+ #: pages/confirmation.php:79 pages/invoice.php:61 pages/account.php:105
7949
  #: pages/account.php:109 pages/confirmation.php:61 pages/confirmation.php:63
7950
+ #: pages/confirmation.php:69 pages/confirmation.php:82 pages/invoice.php:48
7951
+ #: pages/invoice.php:50
7952
  msgid "Payment Method"
7953
  msgstr "Zahlungsmethode"
7954
 
7955
+ #: pages/confirmation.php:80 pages/invoice.php:62 pages/confirmation.php:82
7956
+ #: pages/confirmation.php:83 pages/confirmation.php:88 pages/invoice.php:67
7957
+ #: pages/invoice.php:69
7958
+ msgid "ending in"
7959
+ msgstr "endet mit"
7960
+
7961
+ #: pages/confirmation.php:88 pages/invoice.php:70 pages/invoice.php:103
7962
+ #: pages/confirmation.php:61 pages/confirmation.php:63
7963
+ #: pages/confirmation.php:65 pages/confirmation.php:71 pages/invoice.php:50
7964
+ #: pages/invoice.php:52 pages/invoice.php:90 pages/invoice.php:107
7965
+ #: pages/invoice.php:109 pages/invoice.php:110
7966
  msgid "Total Billed"
7967
  msgstr "Summe"
7968
 
7969
+ #: pages/confirmation.php:94 pages/invoice.php:76 pages/invoice.php:80
7970
+ #: pages/invoice.php:82
7971
+ msgid "Coupon"
7972
+ msgstr "Gutschein"
7973
 
7974
+ #: pages/confirmation.php:111 pages/confirmation.php:97
7975
+ #: pages/confirmation.php:100 pages/confirmation.php:103
7976
  #, php-format
7977
  msgid ""
7978
  "Below are details about your membership account. A welcome email has been "
7981
  "Unten finden Sie Details zu Ihrem Mitgliedskonto. Eine Wilkommens-E-Mail "
7982
  "wurde an %s gesendet."
7983
 
7984
+ #: pages/confirmation.php:124 pages/confirmation.php:103
7985
+ #: pages/confirmation.php:105 pages/confirmation.php:113
7986
+ #: pages/confirmation.php:116
7987
  msgid "Pending"
7988
  msgstr "ausstehend"
7989
 
7990
+ #: pages/confirmation.php:132 pages/invoice.php:134 pages/confirmation.php:111
7991
+ #: pages/confirmation.php:113 pages/confirmation.php:121
7992
+ #: pages/confirmation.php:124 pages/invoice.php:121 pages/invoice.php:139
7993
+ #: pages/invoice.php:141
7994
  msgid "View Your Membership Account &rarr;"
7995
  msgstr "Ihren Account anzeigen &rarr;"
7996
 
7997
+ #: pages/confirmation.php:134 pages/confirmation.php:113
7998
+ #: pages/confirmation.php:115 pages/confirmation.php:123
7999
+ #: pages/confirmation.php:126
8000
  msgid ""
8001
  "If your account is not activated within a few minutes, please contact the "
8002
  "site owner."
8004
  "Wenn Ihr Account nicht innerhalb der nächsten Minuten aktiviert wird, "
8005
  "kontaktieren Sie bitte den Betreiber der Seite."
8006
 
8007
+ #: pages/invoice.php:101 pages/invoice.php:88 pages/invoice.php:106
8008
+ #: pages/invoice.php:108
 
 
 
8009
  msgid "Invoice #"
8010
  msgstr "Rechnung Nr."
8011
 
8012
+ #: pages/invoice.php:127 pages/invoice.php:114 pages/invoice.php:132
8013
+ #: pages/invoice.php:134
8014
  msgid "No invoices found."
8015
  msgstr "Keine Rechnungen gefunden."
8016
 
8017
+ #: pages/invoice.php:138 pages/invoice.php:125 pages/invoice.php:143
8018
+ #: pages/invoice.php:145
8019
  msgid "&larr; View All Invoices"
8020
  msgstr "&larr; alle Rechnungen anzeigen"
8021
 
8049
  msgid "&larr; Return to Home"
8050
  msgstr "&larr; zurück zur Startseite"
8051
 
8052
+ #: paid-memberships-pro.php:129 adminpages/orders.php:398
8053
  #: adminpages/orders.php:448 paid-memberships-pro.php:115
8054
  #: paid-memberships-pro.php:116 paid-memberships-pro.php:123
8055
+ #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
8056
+ #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
8057
+ #: paid-memberships-pro.php:128 paid-memberships-pro.php:135
8058
  msgid "Testing Only"
8059
  msgstr "Nur Test"
8060
 
8061
+ #: paid-memberships-pro.php:134 paid-memberships-pro.php:120
8062
  #: paid-memberships-pro.php:121 paid-memberships-pro.php:128
8063
+ #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
8064
+ #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
8065
+ #: paid-memberships-pro.php:133 paid-memberships-pro.php:140
8066
  msgid "PayPal Payflow Pro/PayPal Pro"
8067
  msgstr "PayPal Payflow Pro/PayPal Pro"
8068
 
8069
+ #: paid-memberships-pro.php:139 paid-memberships-pro.php:125
8070
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:133
8071
+ #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
8072
+ #: paid-memberships-pro.php:136 paid-memberships-pro.php:137
8073
+ #: paid-memberships-pro.php:138 paid-memberships-pro.php:145
8074
  msgid "Cybersource"
8075
  msgstr "Cybersource"
8076
 
8077
+ #: paid-memberships-pro.php:160 paid-memberships-pro.php:156
8078
+ #: paid-memberships-pro.php:157 paid-memberships-pro.php:158
8079
+ #: paid-memberships-pro.php:159 paid-memberships-pro.php:166
8080
  msgid "Once a month"
8081
  msgstr "Einmal monatlich"
8082
 
8094
  "Leider konnte Ihre Anfrage nicht durchgeführt werden. Bitte versuchen Sie es "
8095
  "in einigen Momenten erneut."
8096
 
8097
+ #: preheaders/billing.php:151 preheaders/checkout.php:322
8098
+ #: preheaders/billing.php:145 preheaders/billing.php:147
8099
  #: preheaders/billing.php:258 preheaders/billing.php:265
8100
  #: preheaders/billing.php:266 preheaders/billing.php:270
8101
  #: preheaders/billing.php:273 preheaders/billing.php:279
8107
  msgid "Please complete all required fields."
8108
  msgstr "Füllen Sie bitte alle erforderlichen Felder aus."
8109
 
8110
+ #: preheaders/billing.php:154 preheaders/checkout.php:330
8111
+ #: preheaders/billing.php:148 preheaders/billing.php:150
8112
  #: preheaders/billing.php:263 preheaders/billing.php:268
8113
  #: preheaders/billing.php:269 preheaders/billing.php:273
8114
  #: preheaders/billing.php:276 preheaders/billing.php:284
8121
  msgstr ""
8122
  "Ihre e-mail Adressen stimmen nicht überein. Bitte versuchen Sie es erneut."
8123
 
8124
+ #: preheaders/billing.php:157 preheaders/checkout.php:335
8125
+ #: preheaders/billing.php:151 preheaders/billing.php:153
8126
  #: preheaders/billing.php:268 preheaders/billing.php:271
8127
  #: preheaders/billing.php:272 preheaders/billing.php:276
8128
  #: preheaders/billing.php:279 preheaders/billing.php:289
8135
  msgstr ""
8136
  "Dein eingegebene e-mail Adresse ist ungültig. Bitte versuchen Sie es erneut."
8137
 
8138
+ #: preheaders/billing.php:161 preheaders/billing.php:155
8139
+ #: preheaders/billing.php:157 preheaders/billing.php:274
8140
  #: preheaders/billing.php:275 preheaders/billing.php:276
8141
  #: preheaders/billing.php:280 preheaders/billing.php:283
8142
  #: preheaders/billing.php:295
8143
  msgid "All good!"
8144
  msgstr "Alles erledigt!"
8145
 
8146
+ #: preheaders/billing.php:228 preheaders/billing.php:222
8147
+ #: preheaders/billing.php:224 preheaders/billing.php:340
8148
  #: preheaders/billing.php:345 preheaders/billing.php:346
8149
  #: preheaders/billing.php:350 preheaders/billing.php:353
8150
  #: preheaders/billing.php:370
8154
  "Informationen aktualisiert. <a href=\"%s\">&laquo; zurück zu meinem Account</"
8155
  "a>"
8156
 
8157
+ #: preheaders/billing.php:234 preheaders/billing.php:228
8158
+ #: preheaders/billing.php:230 preheaders/billing.php:347
8159
  #: preheaders/billing.php:351 preheaders/billing.php:352
8160
  #: preheaders/billing.php:356 preheaders/billing.php:359
8161
  #: preheaders/billing.php:378 preheaders/billing.php:380
8162
  msgid "Error updating billing information."
8163
  msgstr "Fehler beim aktualisieren der Zahlungsinformationen."
8164
 
8165
+ #: preheaders/cancel.php:60 preheaders/cancel.php:24 preheaders/cancel.php:25
8166
+ #: preheaders/cancel.php:28 preheaders/cancel.php:59
8167
  msgid "Your membership has been cancelled."
8168
  msgstr "Ihre Mitgliedschaft wurde storniert."
8169
 
8182
  #: preheaders/checkout.php:89 preheaders/checkout.php:91
8183
  #: preheaders/checkout.php:95 preheaders/checkout.php:96
8184
  msgid "Checkout: Payment Information"
8185
+ msgstr "Checkout: Zahlungs-Informationen"
8186
 
8187
  #: preheaders/checkout.php:59 preheaders/checkout.php:100
8188
  #: preheaders/checkout.php:101
8212
  #: preheaders/checkout.php:503 preheaders/checkout.php:504
8213
  #, php-format
8214
  msgid "Please check the box to agree to the %s."
8215
+ msgstr "Bestätigen Sie bitte, dass Sie mit der %s einverstanden sind."
8216
 
8217
  #: preheaders/checkout.php:347 preheaders/checkout.php:357
8218
  #: preheaders/checkout.php:361 preheaders/checkout.php:389
8232
  "Dieser Benutzername wird bereits verwendet. Bitte versuchen Sie einen "
8233
  "anderen."
8234
 
8235
+ #: preheaders/checkout.php:373
8236
+ msgid ""
8237
+ "That email address is already in use. Please log in, or use a different "
8238
+ "email address."
 
 
8239
  msgstr ""
8240
+ "Diese e-mail Adresse wird bereits verwendet. Bitte loggen Sie sich damit ein "
8241
+ "oder verrsuchen Sie es mit einer anderen."
8242
 
8243
  #: preheaders/checkout.php:404 preheaders/checkout.php:397
8244
  #: preheaders/checkout.php:399 preheaders/checkout.php:416
8402
  "<p>Eine Zahlung wird von Authorize.net zur Überprüfung zurückgehalten.</"
8403
  "p><p>Zahlungs-Information von Authorize.net"
8404
 
 
 
 
 
 
 
 
 
8405
  #: shortcodes/pmpro_account.php:45 pages/account.php:19
8406
  #: shortcodes/pmpro_account.php:44
8407
  msgid "Billing"
8417
  msgid "Change"
8418
  msgstr "Ändern"
8419
 
8420
+ #: shortcodes/pmpro_account.php:95 pages/account.php:64
8421
  #: shortcodes/pmpro_account.php:90 shortcodes/pmpro_account.php:92
8422
+ #: shortcodes/pmpro_account.php:93
8423
  msgid "View all Membership Options"
8424
  msgstr "Alle Mitgliedschafts-Optionen zeigen"
8425
 
8426
+ #: shortcodes/pmpro_account.php:104 pages/account.php:46 pages/account.php:50
8427
  #: pages/account.php:71 shortcodes/pmpro_account.php:99
8428
+ #: shortcodes/pmpro_account.php:101 shortcodes/pmpro_account.php:102
8429
  msgid "My Account"
8430
  msgstr "Ihr Account"
8431
 
8432
+ #: shortcodes/pmpro_account.php:115 pages/account.php:55 pages/account.php:59
8433
  #: pages/account.php:80 shortcodes/pmpro_account.php:110
8434
+ #: shortcodes/pmpro_account.php:112 shortcodes/pmpro_account.php:113
8435
  msgid "Edit Profile"
8436
  msgstr "Profil editieren"
8437
 
8438
+ #: shortcodes/pmpro_account.php:116 pages/account.php:56 pages/account.php:60
8439
  #: pages/account.php:81 shortcodes/pmpro_account.php:111
8440
+ #: shortcodes/pmpro_account.php:113 shortcodes/pmpro_account.php:114
8441
  msgid "Change Password"
8442
  msgstr "Passwort ändern"
8443
 
8444
+ #: shortcodes/pmpro_account.php:123 pages/account.php:87 pages/account.php:125
8445
  #: pages/account.php:129 shortcodes/pmpro_account.php:118
8446
+ #: shortcodes/pmpro_account.php:120 shortcodes/pmpro_account.php:121
8447
  msgid "Past Invoices"
8448
  msgstr "Rechnungen"
8449
 
8450
+ #: shortcodes/pmpro_account.php:129 pages/account.php:93
8451
  #: shortcodes/pmpro_account.php:124 shortcodes/pmpro_account.php:126
8452
+ #: shortcodes/pmpro_account.php:127
8453
  msgid "Amount"
8454
  msgstr "Betrag"
8455
 
8456
+ #: shortcodes/pmpro_account.php:157 pages/account.php:121 pages/account.php:140
8457
  #: pages/account.php:144 shortcodes/pmpro_account.php:152
8458
+ #: shortcodes/pmpro_account.php:154 shortcodes/pmpro_account.php:155
8459
  msgid "View All Invoices"
8460
  msgstr "Alle Rechnungen anzeigen"
8461
 
8462
+ #: shortcodes/pmpro_account.php:164 pages/account.php:128 pages/account.php:146
8463
  #: pages/account.php:150 shortcodes/pmpro_account.php:159
8464
+ #: shortcodes/pmpro_account.php:161 shortcodes/pmpro_account.php:162
8465
  msgid "Member Links"
8466
  msgstr "Account bearbeiten"
8467
 
8473
  msgid "Enabled"
8474
  msgstr "Aktiviert"
8475
 
8476
+ #: adminpages/admin_header.php:106 adminpages/admin_header.php:127
8477
+ #: adminpages/admin_header.php:136 adminpages/admin_header.php:148
8478
+ msgid "Plugin Support"
8479
+ msgstr "Plugin Support"
8480
+
8481
+ #: adminpages/admin_header.php:106 adminpages/admin_header.php:127
8482
+ #: adminpages/admin_header.php:136 adminpages/admin_header.php:148
8483
+ msgid "User Forum"
8484
+ msgstr "User Forum"
8485
+
8486
+ #: adminpages/advancedsettings.php:209 adminpages/advancedsettings.php:216
8487
+ #: adminpages/advancedsettings.php:229 adminpages/advancedsettings.php:232
8488
+ #: adminpages/advancedsettings.php:248
8489
+ msgid "reCAPTCHA Public Key"
8490
+ msgstr "reCAPTCHA Public Key"
8491
+
8492
+ #: adminpages/advancedsettings.php:212 adminpages/advancedsettings.php:219
8493
+ #: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:235
8494
+ #: adminpages/advancedsettings.php:251
8495
+ msgid "reCAPTCHA Private Key"
8496
+ msgstr "reCAPTCHA Private Key"
8497
+
8498
+ #: adminpages/advancedsettings.php:272 adminpages/advancedsettings.php:285
8499
+ msgid "selected"
8500
+ msgstr "ausgewählt"
8501
+
8502
  #: adminpages/discountcodes.php:437
8503
  msgid "Billing Ammount"
8504
  msgstr "Betrag"
8515
  "Wie lange vor Ende des Ablaufdatums. Beachten Sie, dass alle zukünftigen "
8516
  "Zahlungen storniert werden, wenn die Mitgliedschaft ausläuft."
8517
 
8518
+ #: adminpages/emailsettings.php:63 adminpages/emailsettings.php:72
8519
+ msgid ""
8520
+ "To modify the appearance of system generated emails, add the files "
8521
+ "<em>email_header.html</em> and <em>email_footer.html</em> to your theme's "
8522
+ "directory. This will modify both the WordPress default messages as well as "
8523
+ "messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro "
8524
+ "- Member Communications\" target=\"_blank\" href=\"http://www."
8525
+ "paidmembershipspro.com/documentation/member-communications/\">Click here to "
8526
+ "learn more about Paid Memberships Pro emails</a>."
8527
+ msgstr ""
8528
+ "Um das Design von system-generierten e-mails anzupassen, fügen Sie die "
8529
+ "Dateien <em>email_header.html</em> und <em>email_footer.html</em> Ihrem "
8530
+ "Theme-Ordner hinzu. Damit werden sowohl die Wordpress-Default-Nachrichten, "
8531
+ "als auch die von Paid Memberships Pro generiereten Nachrichten angepasst. <a "
8532
+ "title=\"Paid Memberships Pro - Member Communications\" target=\"_blank\" "
8533
+ "href=\"http://www.paidmembershipspro.com/documentation/member-communications/"
8534
+ "\">Klicken Sie hier um mehr über Paid Memberships Pro emails zu erfahren</a>."
8535
+
8536
  #: adminpages/emailsettings.php:98
8537
  msgid "If unchecked, all emails from \"WordPress &lt;"
8538
  msgstr ""
8580
  msgid "every"
8581
  msgstr "jede(n)"
8582
 
 
 
 
 
8583
  #: adminpages/pagesettings.php:73
8584
  #, php-format
8585
  msgid "Membership %s"
8593
  "Payflow Pro unterstützt derzeit nur einmalige Zahlungen. User können "
8594
  "Anmeldungen für Level mit wiederkehrenden Zahlungen nicht abschließen."
8595
 
8596
+ #: adminpages/paymentsettings.php:195 adminpages/paymentsettings.php:450
8597
+ #: adminpages/paymentsettings.php:452
8598
+ msgid ""
8599
+ "US only. If values are given, tax will be applied for any members ordering "
8600
+ "from the selected state.<br />For non-US or more complex tax rules, use the "
8601
+ "<a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
8602
+ "taxes-paid-memberships-pro/\">pmpro_tax filter</a>."
8603
+ msgstr ""
8604
+ "Nur für USA. Wenn Werte vergeben werden, werden die Steuern für Kunden aus "
8605
+ "den jeweiligen Staaten verreichnet.<br />Für Nicht-US oder komplexere "
8606
+ "Steuersätze, verwenden Sie die <a target=\"_blank\" href=\"http://www."
8607
+ "paidmembershipspro.com/2013/10/non-us-taxes-paid-memberships-pro/"
8608
+ "\">pmpro_tax filter</a>."
8609
+
8610
+ #: adminpages/paymentsettings.php:223 adminpages/paymentsettings.php:235
8611
+ msgid ""
8612
+ "Your <strong><a target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
8613
+ "documentation/initial-plugin-setup/ssl/\">SSL Certificate</a></strong> must "
8614
+ "be installed by your web host. Your <strong>SSL Seal</strong> will be a "
8615
+ "short HTML or JavaScript snippet that can be pasted here."
8616
+ msgstr ""
8617
+ "Ihr <strong><a target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
8618
+ "documentation/initial-plugin-setup/ssl/\">SSL Zertifikat</a></strong> muss "
8619
+ "von Ihrem Webhost installiert werden. Ihr <strong>SSL Siegel</strong> ist "
8620
+ "ein kurzer HTML oder JavaScript Text, der hier eingefügt werden kann."
8621
+
8622
  #: adminpages/paymentsettings.php:405 adminpages/paymentsettings.php:445
8623
  msgid ""
8624
  "If values are given, tax will be applied for any members ordering from the "
8641
  "Stripe doesn't require billing address fields. Choose 'No' to hide them on "
8642
  "the checkout page."
8643
  msgstr ""
8644
+ "Stripe erfodert keine Rechnungsadressen-Felder. Wählen Sie \"Nein\" im diese "
8645
  "auf der Checkout-Seite auszublenden."
8646
 
8647
  #: adminpages/paymentsettings.php:438 adminpages/paymentsettings.php:471
8741
  "Das %s Gateway benötigt die %s PHP Erweiterung. Bitte aktivieren Sie sie "
8742
  "oder bitten Sie ihren Hostingprovider es zu aktivieren."
8743
 
8744
+ #: classes/gateways/class.pmprogateway_stripe.php:285
8745
+ #: classes/gateways/class.pmprogateway_stripe.php:286
8746
+ msgid "Your Secret Key appears incorrect."
8747
+ msgstr ""
8748
+
8749
  #: classes/gateways/class.pmprogateway_twocheckout.php:139
8750
  msgid "API Private Key"
8751
  msgstr ""
8764
  msgid "South African Rand"
8765
  msgstr "Südafrikanische Rand"
8766
 
8767
+ #: includes/filters.php:218
8768
+ #, php-format
8769
+ msgid ""
8770
+ "User: %s<br />Email: %s<br />Membership Level: %s<br />Order #: %s<br /"
8771
+ ">Original Profile Start Date: %s<br />Adjusted Profile Start Date: %s<br /"
8772
+ ">Trial Period: %s<br />Trial Frequency: %s<br />"
8773
+ msgstr ""
8774
+
8775
+ #: includes/functions.php:169 includes/functions.php:205
8776
+ #: includes/functions.php:211 includes/functions.php:213
8777
+ #: includes/functions.php:214 includes/functions.php:215
8778
+ #: includes/functions.php:218 includes/functions.php:254
8779
+ #: includes/functions.php:320 includes/functions.php:326
8780
+ #: includes/functions.php:331 includes/functions.php:340
8781
+ #, php-format
8782
+ msgid " and then <strong>%s per %s for %d more %s</strong>."
8783
+ msgstr " und dann <strong>%s pro %s für %d weitere %s</strong>."
8784
+
8785
  #: includes/functions.php:173 includes/functions.php:209
8786
  #: includes/functions.php:215 includes/functions.php:217
8787
  #: includes/functions.php:218 includes/functions.php:219
8790
  msgid " and then <strong>%s every %d %s for %d more %s</strong>."
8791
  msgstr " und dann <strong>%s jede(n) %d %s für %d weitere %s</strong>."
8792
 
8793
+ #: includes/functions.php:178 includes/functions.php:214
8794
+ #: includes/functions.php:220 includes/functions.php:222
8795
+ #: includes/functions.php:223 includes/functions.php:224
8796
+ #: includes/functions.php:227 includes/functions.php:263
8797
+ #: includes/functions.php:329 includes/functions.php:335
8798
+ #: includes/functions.php:340 includes/functions.php:349
8799
+ #, php-format
8800
+ msgid " and then <strong>%s after %d %s</strong>."
8801
+ msgstr " und dann <strong>%s nach %d %s</strong>."
8802
+
8803
+ #: includes/functions.php:184 includes/functions.php:220
8804
+ #: includes/functions.php:228 includes/functions.php:238
8805
+ #: includes/functions.php:239 includes/functions.php:240
8806
+ #: includes/functions.php:242 includes/functions.php:245
8807
+ #: includes/functions.php:249 includes/functions.php:285
8808
+ #: includes/functions.php:351 includes/functions.php:357
8809
+ #: includes/functions.php:362 includes/functions.php:371
8810
+ #, php-format
8811
+ msgid " and then <strong>%s per %s</strong>."
8812
+ msgstr " und dann <strong>%s pro %s</strong>."
8813
+
8814
+ #: includes/functions.php:188 includes/functions.php:224
8815
+ #: includes/functions.php:232 includes/functions.php:242
8816
+ #: includes/functions.php:243 includes/functions.php:244
8817
+ #: includes/functions.php:246 includes/functions.php:249
8818
+ #: includes/functions.php:253 includes/functions.php:289
8819
+ #: includes/functions.php:355 includes/functions.php:361
8820
+ #: includes/functions.php:366 includes/functions.php:375
8821
+ #, php-format
8822
+ msgid " and then <strong>%s every %d %s</strong>."
8823
+ msgstr " und dann <strong>%s jede(n) %d %s</strong>."
8824
+
8825
+ #: includes/functions.php:217 includes/functions.php:253
8826
+ #: includes/functions.php:264 includes/functions.php:275
8827
+ #: includes/functions.php:276 includes/functions.php:277
8828
+ #: includes/functions.php:279 includes/functions.php:282
8829
+ #: includes/functions.php:286 includes/functions.php:322
8830
+ #: includes/functions.php:388 includes/functions.php:394
8831
+ #: includes/functions.php:399 includes/functions.php:408 pages/levels.php:97
8832
+ #, php-format
8833
+ msgid "After your initial payment, your first %d payments will cost %s."
8834
+ msgstr "Nach Ihrer Erst-Zahlung wird die nächste %d Zahlung %s betragen."
8835
+
8836
+ #: includes/functions.php:228 includes/functions.php:264
8837
+ #: includes/functions.php:275 includes/functions.php:286
8838
+ #: includes/functions.php:287 includes/functions.php:288
8839
+ #: includes/functions.php:290 includes/functions.php:293
8840
+ #: includes/functions.php:297 includes/functions.php:333
8841
+ #: includes/functions.php:399 includes/functions.php:405
8842
+ #: includes/functions.php:410 includes/functions.php:419
8843
+ #: includes/functions.php:523 includes/functions.php:532
8844
+ #, php-format
8845
+ msgid "Customers in %s will be charged %s%% tax."
8846
+ msgstr "Kunden aus %s werden zusätzlich %s%% Steuern verrechnet."
8847
+
8848
+ #: includes/functions.php:228 includes/functions.php:229
8849
+ #: includes/functions.php:230 includes/functions.php:231
8850
+ #: includes/functions.php:235 includes/functions.php:271
8851
+ #: includes/functions.php:337 includes/functions.php:343
8852
+ #: includes/functions.php:348 includes/functions.php:357
8853
+ #, php-format
8854
+ msgid "The price for membership is <strong>%s per %s</strong>."
8855
+ msgstr "Der Preis für den Zugang beträgt <strong>%s pro %s</strong>."
8856
+
8857
+ #: includes/functions.php:230 includes/functions.php:233
8858
+ #: includes/functions.php:237 includes/functions.php:273
8859
+ #: includes/functions.php:339 includes/functions.php:345
8860
+ #: includes/functions.php:350 includes/functions.php:359
8861
+ #, php-format
8862
+ msgid "<strong>%s per %s</strong>."
8863
+ msgstr "<strong>%s pro %s</strong>."
8864
+
8865
+ #: includes/functions.php:233 includes/functions.php:234
8866
+ #: includes/functions.php:235 includes/functions.php:238
8867
+ #: includes/functions.php:242 includes/functions.php:278
8868
+ #: includes/functions.php:344 includes/functions.php:350
8869
+ #: includes/functions.php:355 includes/functions.php:364
8870
+ #, php-format
8871
+ msgid "The price for membership is <strong>%s every %d %s</strong>."
8872
+ msgstr "Der Preis für den Zugang beträgt <strong>%s jede(n) %d %s</strong>."
8873
+
8874
+ #: includes/functions.php:237 includes/functions.php:240
8875
+ #: includes/functions.php:244 includes/functions.php:280
8876
+ #: includes/functions.php:346 includes/functions.php:352
8877
+ #: includes/functions.php:357 includes/functions.php:366
8878
+ #, php-format
8879
+ msgid "<strong>%s every %d %s</strong>."
8880
+ msgstr "<strong>%s jede(n) %d %s</strong>."
8881
+
8882
+ #: includes/functions.php:242 includes/functions.php:278
8883
+ #: includes/functions.php:289 includes/functions.php:300
8884
+ #: includes/functions.php:301 includes/functions.php:302
8885
+ #: includes/functions.php:304 includes/functions.php:307
8886
+ #: includes/functions.php:311 includes/functions.php:347
8887
+ #: includes/functions.php:413 includes/functions.php:419
8888
+ #: includes/functions.php:540 includes/functions.php:549
8889
+ #, php-format
8890
+ msgid "Membership expires after %d %s."
8891
+ msgstr "Zugang endet nach %d %s."
8892
+
8893
+ #: includes/functions.php:258 includes/functions.php:324
8894
+ #: includes/functions.php:330 includes/functions.php:335
8895
+ #: includes/functions.php:344
8896
+ #, php-format
8897
+ msgid " and then <strong>%s every %d %s for %d more payments</strong>."
8898
+ msgstr " und dann <strong>%s jede(n) %d %s für %d weitere Zahlungen</strong>."
8899
+
8900
+ #: includes/functions.php:469 includes/functions.php:478
8901
+ #, php-format
8902
+ msgid "<strong>%s per %s for %d more %s</strong>"
8903
+ msgstr "<strong>%s pro %s für %d weitere %s</strong>"
8904
+
8905
+ #: includes/functions.php:473 includes/functions.php:482
8906
+ #, php-format
8907
+ msgid "<strong>%s every %d %s for %d more payments</strong>"
8908
+ msgstr "<strong>%s jede(n) %d %s für %d weitere Zahlungen</strong>"
8909
+
8910
+ #: includes/functions.php:478 includes/functions.php:487
8911
+ #, php-format
8912
+ msgid "<strong>%s after %d %s</strong>"
8913
+ msgstr "<strong>%s nach %d %s</strong>"
8914
+
8915
+ #: includes/functions.php:484 includes/functions.php:493
8916
+ #, php-format
8917
+ msgid "<strong>%s every %s</strong>"
8918
+ msgstr "<strong>%s jede(n) %s</strong>"
8919
+
8920
+ #: includes/functions.php:488 includes/functions.php:497
8921
+ #, php-format
8922
+ msgid "<strong>%s every %d %s</strong>"
8923
+ msgstr "<strong>%s jede(n) %d %s</strong>"
8924
+
8925
+ #: includes/functions.php:556 includes/functions.php:557
8926
+ #: includes/functions.php:566
8927
+ #, php-format
8928
+ msgid "%s membership expires after %d %s"
8929
+ msgstr "%s Mitgliedschaft läuft nach %d %s aus"
8930
+
8931
+ #: includes/license.php:89 includes/license.php:92
8932
+ msgid ""
8933
+ "Enter your support license key.</strong> Your license key can be found in "
8934
+ "your membership email receipt or in your <a href=\"http://www."
8935
+ "paidmembershipspro.com/login/?redirect_to=/membership-account/\" target="
8936
+ "\"_blank\">Membership Account</a>."
8937
+ msgstr ""
8938
+
8939
+ #: includes/license.php:91 includes/license.php:94
8940
+ msgid ""
8941
+ "Visit the PMPro <a href=\"http://www.paidmembershipspro.com/login/?"
8942
+ "redirect_to=/membership-account/\" target=\"_blank\">Membership Account</a> "
8943
+ "page to confirm that your account is active and to find your license key."
8944
+ msgstr ""
8945
+
8946
  #: includes/profile.php:82 includes/profile.php:84
8947
  msgid "User is not paying."
8948
  msgstr "User bezahlt nicht."
9034
  #: pages/levels.php:51
9035
  #, php-format
9036
  msgid "%s per %s for %d more %s."
9037
+ msgstr "%s pro %s für %d weitere %s."
9038
 
9039
  #: pages/levels.php:55
9040
  #, php-format
9051
  msgid "Set up Your Account"
9052
  msgstr "Account einrichten"
9053
 
9054
+ #: preheaders/checkout.php:373 preheaders/checkout.php:382
9055
+ #: preheaders/checkout.php:386 preheaders/checkout.php:415
9056
+ #: preheaders/checkout.php:508 preheaders/checkout.php:515
9057
+ #: preheaders/checkout.php:520 preheaders/checkout.php:524
9058
+ #: preheaders/checkout.php:541 preheaders/checkout.php:542
9059
+ msgid "That email address is already taken. Please try another."
9060
+ msgstr ""
9061
+ "Diese e-mail Adresse wird bereits verwendet. Bitte versuchen Sie es mit "
9062
+ "einer anderen."
9063
+
9064
  #: services/stripe-webhook.php:176 services/stripe-webhook.php:194
9065
  #: services/stripe-webhook.php:270 services/stripe-webhook.php:271
9066
  #: services/stripe-webhook.php:272 services/stripe-webhook.php:283
9074
  "Die Abo-Zahlung von %s wurde von Stripe storniert. Überprüfen Sie, ob die "
9075
  "Mitgliedschaft dieses Users deaktiviert ist, falls sie dies sein sollte."
9076
 
9077
+ #: services/stripe-webhook.php:193 services/stripe-webhook.php:203
9078
+ #, php-format
9079
+ msgid ""
9080
+ "While processing an update to the subscription for %s, we failed to cancel "
9081
+ "their old subscription in Stripe. Please check that this user's original "
9082
+ "subscription (%s) is cancelled in the Stripe dashboard."
9083
+ msgstr ""
9084
+
9085
  #~ msgid "The new level is %s."
9086
  #~ msgstr "Das neue Paket ist %s."
9087
 
languages/paid-memberships-pro.pot CHANGED
@@ -6,7 +6,7 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: paid-memberships-pro\n"
8
  "Report-Msgid-Bugs-To: jason@strangerstudios.com\n"
9
- "POT-Creation-Date: 2018-05-24 14:48-0400\n"
10
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11
  "Last-Translator: \n"
12
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
@@ -61,7 +61,7 @@ msgstr ""
61
  #: adminpages/addons.php:79 adminpages/addons.php:92 adminpages/orders.php:605
62
  #: adminpages/orders.php:712 adminpages/orders.php:741
63
  #: adminpages/orders.php:850 adminpages/orders.php:881
64
- #: adminpages/orders.php:892
65
  msgid "All"
66
  msgstr ""
67
 
@@ -192,7 +192,9 @@ msgstr ""
192
  #: adminpages/orders.php:1340 adminpages/orders.php:1350
193
  #: includes/profile.php:186 shortcodes/pmpro_account.php:148
194
  #: adminpages/addons.php:231 adminpages/addons.php:234
195
- #: adminpages/addons.php:247 shortcodes/pmpro_account.php:145
 
 
196
  #: shortcodes/pmpro_account.php:146 shortcodes/pmpro_account.php:148
197
  msgid "N/A"
198
  msgstr ""
@@ -571,6 +573,7 @@ msgstr ""
571
  #: classes/gateways/class.pmprogateway_stripe.php:222
572
  #: classes/gateways/class.pmprogateway_stripe.php:249
573
  #: classes/gateways/class.pmprogateway_stripe.php:281
 
574
  #: classes/gateways/class.pmprogateway_stripe.php:297
575
  #: classes/gateways/class.pmprogateway_stripe.php:298 includes/profile.php:101
576
  #: includes/profile.php:105 includes/profile.php:110 includes/profile.php:117
@@ -648,6 +651,7 @@ msgstr ""
648
  #: classes/gateways/class.pmprogateway_stripe.php:223
649
  #: classes/gateways/class.pmprogateway_stripe.php:250
650
  #: classes/gateways/class.pmprogateway_stripe.php:282
 
651
  #: classes/gateways/class.pmprogateway_stripe.php:298
652
  #: classes/gateways/class.pmprogateway_stripe.php:299 includes/profile.php:102
653
  #: includes/profile.php:106 includes/profile.php:111 includes/profile.php:118
@@ -838,9 +842,9 @@ msgstr ""
838
  #: adminpages/orders.php:910 adminpages/orders.php:937
839
  #: adminpages/orders.php:966 adminpages/orders.php:1103
840
  #: adminpages/orders.php:1134 adminpages/orders.php:1140
841
- #: adminpages/reports/login.php:140 adminpages/reports/login.php:142
842
- #: adminpages/reports/login.php:158 adminpages/reports/login.php:162
843
- #: adminpages/templates/orders-email.php:46
844
  #: adminpages/templates/orders-print.php:75
845
  msgid "ID"
846
  msgstr ""
@@ -853,6 +857,7 @@ msgstr ""
853
  #: adminpages/orders.php:261 adminpages/orders.php:333
854
  #: adminpages/orders.php:344 adminpages/orders.php:362
855
  #: adminpages/orders.php:375 adminpages/orders.php:386
 
856
  msgid "This will be generated when you save."
857
  msgstr ""
858
 
@@ -869,10 +874,11 @@ msgstr ""
869
  #: adminpages/orders.php:265 adminpages/orders.php:337
870
  #: adminpages/orders.php:349 adminpages/orders.php:366
871
  #: adminpages/orders.php:380 adminpages/orders.php:391
872
- #: adminpages/orders.php:598 adminpages/orders.php:901
873
- #: adminpages/orders.php:911 adminpages/orders.php:938
874
- #: adminpages/orders.php:967 adminpages/orders.php:1104
875
- #: adminpages/orders.php:1135 adminpages/orders.php:1141
 
876
  msgid "Code"
877
  msgstr ""
878
 
@@ -880,7 +886,7 @@ msgstr ""
880
  #: adminpages/discountcodes.php:349 adminpages/discountcodes.php:352
881
  #: adminpages/discountcodes.php:353 adminpages/discountcodes.php:354
882
  #: adminpages/discountcodes.php:359 adminpages/discountcodes.php:424
883
- #: adminpages/discountcodes.php:465
884
  msgid "Start Date"
885
  msgstr ""
886
 
@@ -913,15 +919,16 @@ msgstr ""
913
  #: classes/gateways/class.pmprogateway_stripe.php:570
914
  #: classes/gateways/class.pmprogateway_stripe.php:597
915
  #: classes/gateways/class.pmprogateway_stripe.php:613
 
916
  #: classes/gateways/class.pmprogateway_stripe.php:629
917
  #: classes/gateways/class.pmprogateway_stripe.php:630 pages/billing.php:249
918
  #: pages/billing.php:253 pages/billing.php:262 pages/billing.php:265
919
- #: pages/billing.php:268 pages/billing.php:310 pages/billing.php:316
920
- #: pages/billing.php:317 pages/billing.php:319 pages/billing.php:342
921
- #: pages/checkout.php:463 pages/checkout.php:508 pages/checkout.php:524
922
- #: pages/checkout.php:525 pages/checkout.php:532 pages/checkout.php:553
923
- #: pages/checkout.php:562 pages/checkout.php:571 pages/checkout.php:575
924
- #: pages/checkout.php:582 pages/checkout.php:585
925
  msgid "Expiration Date"
926
  msgstr ""
927
 
@@ -1041,6 +1048,7 @@ msgstr ""
1041
  #: classes/gateways/class.pmprogateway_stripe.php:637
1042
  #: classes/gateways/class.pmprogateway_stripe.php:664
1043
  #: classes/gateways/class.pmprogateway_stripe.php:671
 
1044
  #: classes/gateways/class.pmprogateway_stripe.php:687
1045
  #: classes/gateways/class.pmprogateway_stripe.php:688
1046
  msgid "Day(s)"
@@ -1076,6 +1084,7 @@ msgstr ""
1076
  #: classes/gateways/class.pmprogateway_stripe.php:637
1077
  #: classes/gateways/class.pmprogateway_stripe.php:664
1078
  #: classes/gateways/class.pmprogateway_stripe.php:671
 
1079
  #: classes/gateways/class.pmprogateway_stripe.php:687
1080
  #: classes/gateways/class.pmprogateway_stripe.php:688
1081
  msgid "Month(s)"
@@ -1111,6 +1120,7 @@ msgstr ""
1111
  #: classes/gateways/class.pmprogateway_stripe.php:637
1112
  #: classes/gateways/class.pmprogateway_stripe.php:664
1113
  #: classes/gateways/class.pmprogateway_stripe.php:671
 
1114
  #: classes/gateways/class.pmprogateway_stripe.php:687
1115
  #: classes/gateways/class.pmprogateway_stripe.php:688
1116
  msgid "Week(s)"
@@ -1146,6 +1156,7 @@ msgstr ""
1146
  #: classes/gateways/class.pmprogateway_stripe.php:637
1147
  #: classes/gateways/class.pmprogateway_stripe.php:664
1148
  #: classes/gateways/class.pmprogateway_stripe.php:671
 
1149
  #: classes/gateways/class.pmprogateway_stripe.php:687
1150
  #: classes/gateways/class.pmprogateway_stripe.php:688
1151
  msgid "Year(s)"
@@ -1401,7 +1412,7 @@ msgstr ""
1401
  #: adminpages/orders.php:989 adminpages/orders.php:992
1402
  #: adminpages/orders.php:1021 adminpages/orders.php:1050
1403
  #: adminpages/orders.php:1205 adminpages/orders.php:1239
1404
- #: adminpages/orders.php:1245
1405
  msgid "edit"
1406
  msgstr ""
1407
 
@@ -1434,7 +1445,7 @@ msgstr ""
1434
  #: adminpages/orders.php:995 adminpages/orders.php:998
1435
  #: adminpages/orders.php:1027 adminpages/orders.php:1056
1436
  #: adminpages/orders.php:1211 adminpages/orders.php:1245
1437
- #: adminpages/orders.php:1251
1438
  msgid "delete"
1439
  msgstr ""
1440
 
@@ -1685,6 +1696,7 @@ msgstr ""
1685
  #: classes/gateways/class.pmprogateway_stripe.php:735
1686
  #: classes/gateways/class.pmprogateway_stripe.php:762
1687
  #: classes/gateways/class.pmprogateway_stripe.php:769
 
1688
  #: classes/gateways/class.pmprogateway_stripe.php:785
1689
  #: classes/gateways/class.pmprogateway_stripe.php:786
1690
  msgid "per"
@@ -1854,14 +1866,15 @@ msgstr ""
1854
  #: adminpages/orders.php:511 adminpages/orders.php:561
1855
  #: adminpages/orders.php:633 adminpages/orders.php:662
1856
  #: adminpages/orders.php:765 adminpages/orders.php:796
1857
- #: adminpages/orders.php:807 pages/account.php:44 pages/billing.php:295
1858
- #: pages/billing.php:299 pages/billing.php:330 pages/billing.php:339
1859
- #: pages/billing.php:342 pages/billing.php:344 pages/billing.php:348
1860
- #: pages/billing.php:364 pages/billing.php:365 pages/billing.php:371
1861
- #: pages/billing.php:392 pages/billing.php:397 pages/billing.php:401
1862
- #: pages/billing.php:406 pages/cancel.php:71 pages/cancel.php:83
1863
- #: pages/cancel.php:84 shortcodes/pmpro_account.php:70
1864
- #: shortcodes/pmpro_account.php:72 shortcodes/pmpro_account.php:73
 
1865
  msgid "Cancel"
1866
  msgstr ""
1867
 
@@ -1970,7 +1983,7 @@ msgstr ""
1970
  #: adminpages/orders.php:992 adminpages/orders.php:995
1971
  #: adminpages/orders.php:1024 adminpages/orders.php:1053
1972
  #: adminpages/orders.php:1208 adminpages/orders.php:1242
1973
- #: adminpages/orders.php:1248
1974
  msgid "copy"
1975
  msgstr ""
1976
 
@@ -1988,6 +2001,7 @@ msgstr ""
1988
  #: adminpages/orders.php:591 adminpages/orders.php:698
1989
  #: adminpages/orders.php:727 adminpages/orders.php:833
1990
  #: adminpages/orders.php:864 adminpages/orders.php:875
 
1991
  msgid "Export to CSV"
1992
  msgstr ""
1993
 
@@ -1997,9 +2011,9 @@ msgstr ""
1997
  #: adminpages/orders.php:603 adminpages/orders.php:710
1998
  #: adminpages/orders.php:739 adminpages/orders.php:848
1999
  #: adminpages/orders.php:879 adminpages/orders.php:890
2000
- #: adminpages/reports/login.php:65 adminpages/reports/login.php:67
2001
- #: adminpages/reports/login.php:83 adminpages/reports/login.php:87
2002
- #: adminpages/reports/memberships.php:256
2003
  #: adminpages/reports/memberships.php:263
2004
  #: adminpages/reports/memberships.php:276
2005
  #: adminpages/reports/memberships.php:292
@@ -2088,13 +2102,14 @@ msgstr ""
2088
  #: pages/account.php:90 pages/account.php:94 pages/billing.php:58
2089
  #: pages/billing.php:62 pages/billing.php:71 pages/billing.php:74
2090
  #: pages/billing.php:76 pages/billing.php:77 pages/billing.php:80
2091
- #: pages/billing.php:103 pages/billing.php:104 pages/checkout.php:275
2092
- #: pages/checkout.php:298 pages/checkout.php:300 pages/checkout.php:302
2093
- #: pages/checkout.php:311 pages/checkout.php:314 pages/checkout.php:317
2094
- #: pages/checkout.php:319 pages/checkout.php:321 pages/checkout.php:326
2095
- #: pages/checkout.php:329 pages/confirmation.php:59 pages/confirmation.php:61
2096
- #: pages/confirmation.php:66 pages/confirmation.php:67
2097
- #: pages/confirmation.php:69 pages/invoice.php:46 pages/invoice.php:48
 
2098
  msgid "Billing Address"
2099
  msgstr ""
2100
 
@@ -2178,21 +2193,21 @@ msgstr ""
2178
  #: adminpages/orders.php:297 adminpages/orders.php:119
2179
  #: adminpages/orders.php:169 adminpages/orders.php:270
2180
  #: adminpages/orders.php:284 adminpages/orders.php:285
2181
- #: adminpages/orders.php:295
2182
  msgid "Order saved successfully."
2183
  msgstr ""
2184
 
2185
  #: adminpages/orders.php:300 adminpages/orders.php:124
2186
  #: adminpages/orders.php:174 adminpages/orders.php:275
2187
  #: adminpages/orders.php:287 adminpages/orders.php:288
2188
- #: adminpages/orders.php:298
2189
  msgid "Error updating order timestamp."
2190
  msgstr ""
2191
 
2192
  #: adminpages/orders.php:304 adminpages/orders.php:130
2193
  #: adminpages/orders.php:180 adminpages/orders.php:281
2194
  #: adminpages/orders.php:291 adminpages/orders.php:292
2195
- #: adminpages/orders.php:302
2196
  msgid "Error saving order."
2197
  msgstr ""
2198
 
@@ -2200,8 +2215,9 @@ msgstr ""
2200
  #: adminpages/orders.php:195 adminpages/orders.php:245
2201
  #: adminpages/orders.php:317 adminpages/orders.php:321
2202
  #: adminpages/orders.php:346 adminpages/orders.php:352
2203
- #: adminpages/orders.php:362 classes/class.memberorder.php:743
2204
- #: classes/class.memberorder.php:746
 
2205
  msgid "Order"
2206
  msgstr ""
2207
 
@@ -2209,6 +2225,7 @@ msgstr ""
2209
  #: adminpages/orders.php:247 adminpages/orders.php:319
2210
  #: adminpages/orders.php:323 adminpages/orders.php:348
2211
  #: adminpages/orders.php:354 adminpages/orders.php:364
 
2212
  msgid "New Order"
2213
  msgstr ""
2214
 
@@ -2216,6 +2233,7 @@ msgstr ""
2216
  #: adminpages/orders.php:270 adminpages/orders.php:342
2217
  #: adminpages/orders.php:359 adminpages/orders.php:371
2218
  #: adminpages/orders.php:390 adminpages/orders.php:401
 
2219
  msgid "Randomly generated for you."
2220
  msgstr ""
2221
 
@@ -2223,6 +2241,7 @@ msgstr ""
2223
  #: adminpages/orders.php:275 adminpages/orders.php:347
2224
  #: adminpages/orders.php:364 adminpages/orders.php:376
2225
  #: adminpages/orders.php:395 adminpages/orders.php:406
 
2226
  msgid "User ID"
2227
  msgstr ""
2228
 
@@ -2230,6 +2249,7 @@ msgstr ""
2230
  #: adminpages/orders.php:284 adminpages/orders.php:356
2231
  #: adminpages/orders.php:376 adminpages/orders.php:385
2232
  #: adminpages/orders.php:407 adminpages/orders.php:418
 
2233
  msgid "Membership Level ID"
2234
  msgstr ""
2235
 
@@ -2237,6 +2257,7 @@ msgstr ""
2237
  #: adminpages/orders.php:293 adminpages/orders.php:365
2238
  #: adminpages/orders.php:389 adminpages/orders.php:394
2239
  #: adminpages/orders.php:420 adminpages/orders.php:431
 
2240
  msgid "Billing Name"
2241
  msgstr ""
2242
 
@@ -2244,6 +2265,7 @@ msgstr ""
2244
  #: adminpages/orders.php:301 adminpages/orders.php:373
2245
  #: adminpages/orders.php:401 adminpages/orders.php:402
2246
  #: adminpages/orders.php:432 adminpages/orders.php:443
 
2247
  msgid "Billing Street"
2248
  msgstr ""
2249
 
@@ -2251,7 +2273,8 @@ msgstr ""
2251
  #: adminpages/orders.php:258 adminpages/orders.php:308
2252
  #: adminpages/orders.php:380 adminpages/orders.php:409
2253
  #: adminpages/orders.php:412 adminpages/orders.php:443
2254
- #: adminpages/orders.php:454
 
2255
  msgid "Billing City"
2256
  msgstr ""
2257
 
@@ -2259,6 +2282,7 @@ msgstr ""
2259
  #: adminpages/orders.php:315 adminpages/orders.php:387
2260
  #: adminpages/orders.php:416 adminpages/orders.php:423
2261
  #: adminpages/orders.php:454 adminpages/orders.php:465
 
2262
  msgid "Billing State"
2263
  msgstr ""
2264
 
@@ -2266,7 +2290,8 @@ msgstr ""
2266
  #: adminpages/orders.php:272 adminpages/orders.php:322
2267
  #: adminpages/orders.php:394 adminpages/orders.php:423
2268
  #: adminpages/orders.php:434 adminpages/orders.php:465
2269
- #: adminpages/orders.php:476
 
2270
  msgid "Billing Postal Code"
2271
  msgstr ""
2272
 
@@ -2274,7 +2299,8 @@ msgstr ""
2274
  #: adminpages/orders.php:279 adminpages/orders.php:329
2275
  #: adminpages/orders.php:401 adminpages/orders.php:430
2276
  #: adminpages/orders.php:445 adminpages/orders.php:476
2277
- #: adminpages/orders.php:487
 
2278
  msgid "Billing Country"
2279
  msgstr ""
2280
 
@@ -2282,6 +2308,7 @@ msgstr ""
2282
  #: adminpages/orders.php:337 adminpages/orders.php:409
2283
  #: adminpages/orders.php:438 adminpages/orders.php:457
2284
  #: adminpages/orders.php:488 adminpages/orders.php:499
 
2285
  msgid "Billing Phone"
2286
  msgstr ""
2287
 
@@ -2289,6 +2316,7 @@ msgstr ""
2289
  #: adminpages/orders.php:346 adminpages/orders.php:418
2290
  #: adminpages/orders.php:447 adminpages/orders.php:470
2291
  #: adminpages/orders.php:501 adminpages/orders.php:512
 
2292
  msgid "Sub Total"
2293
  msgstr ""
2294
 
@@ -2298,9 +2326,10 @@ msgstr ""
2298
  #: adminpages/orders.php:354 adminpages/orders.php:426
2299
  #: adminpages/orders.php:455 adminpages/orders.php:481
2300
  #: adminpages/orders.php:512 adminpages/orders.php:523
2301
- #: adminpages/templates/orders-email.php:60
2302
- #: adminpages/templates/orders-print.php:89 pages/confirmation.php:92
2303
- #: pages/invoice.php:74 pages/invoice.php:78 pages/invoice.php:80
 
2304
  msgid "Tax"
2305
  msgstr ""
2306
 
@@ -2308,6 +2337,7 @@ msgstr ""
2308
  #: adminpages/orders.php:362 adminpages/orders.php:434
2309
  #: adminpages/orders.php:463 adminpages/orders.php:492
2310
  #: adminpages/orders.php:523 adminpages/orders.php:534
 
2311
  msgid "Coupon Amount"
2312
  msgstr ""
2313
 
@@ -2318,13 +2348,15 @@ msgstr ""
2318
  #: adminpages/orders.php:370 adminpages/orders.php:442
2319
  #: adminpages/orders.php:471 adminpages/orders.php:504
2320
  #: adminpages/orders.php:535 adminpages/orders.php:546
2321
- #: adminpages/orders.php:602 adminpages/orders.php:905
2322
- #: adminpages/orders.php:915 adminpages/orders.php:942
2323
- #: adminpages/orders.php:971 adminpages/orders.php:1108
2324
- #: adminpages/orders.php:1139 adminpages/orders.php:1145
 
2325
  #: adminpages/templates/orders-email.php:64
2326
- #: adminpages/templates/orders-print.php:93 pages/confirmation.php:96
2327
- #: pages/invoice.php:78 pages/invoice.php:82 pages/invoice.php:84
 
2328
  msgid "Total"
2329
  msgstr ""
2330
 
@@ -2332,6 +2364,7 @@ msgstr ""
2332
  #: adminpages/orders.php:375 adminpages/orders.php:447
2333
  #: adminpages/orders.php:476 adminpages/orders.php:513
2334
  #: adminpages/orders.php:544 adminpages/orders.php:555
 
2335
  msgid "Should be subtotal + tax - couponamount."
2336
  msgstr ""
2337
 
@@ -2339,6 +2372,7 @@ msgstr ""
2339
  #: adminpages/orders.php:380 adminpages/orders.php:452
2340
  #: adminpages/orders.php:481 adminpages/orders.php:518
2341
  #: adminpages/orders.php:549 adminpages/orders.php:560
 
2342
  msgid "Payment Type"
2343
  msgstr ""
2344
 
@@ -2346,6 +2380,7 @@ msgstr ""
2346
  #: adminpages/orders.php:385 adminpages/orders.php:457
2347
  #: adminpages/orders.php:486 adminpages/orders.php:528
2348
  #: adminpages/orders.php:559 adminpages/orders.php:570
 
2349
  msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
2350
  msgstr ""
2351
 
@@ -2356,6 +2391,7 @@ msgstr ""
2356
  #: adminpages/orders.php:389 adminpages/orders.php:461
2357
  #: adminpages/orders.php:490 adminpages/orders.php:532
2358
  #: adminpages/orders.php:563 adminpages/orders.php:574
 
2359
  #: classes/gateways/class.pmprogateway_braintree.php:291
2360
  #: classes/gateways/class.pmprogateway_braintree.php:304
2361
  #: classes/gateways/class.pmprogateway_braintree.php:306
@@ -2379,15 +2415,16 @@ msgstr ""
2379
  #: classes/gateways/class.pmprogateway_stripe.php:522
2380
  #: classes/gateways/class.pmprogateway_stripe.php:549
2381
  #: classes/gateways/class.pmprogateway_stripe.php:573
 
2382
  #: classes/gateways/class.pmprogateway_stripe.php:589
2383
- #: classes/gateways/class.pmprogateway_stripe.php:590 pages/billing.php:234
2384
- #: pages/billing.php:238 pages/billing.php:247 pages/billing.php:250
2385
- #: pages/billing.php:253 pages/billing.php:262 pages/billing.php:268
2386
- #: pages/billing.php:271 pages/billing.php:274 pages/billing.php:275
2387
- #: pages/billing.php:294 pages/checkout.php:423 pages/checkout.php:493
2388
- #: pages/checkout.php:507 pages/checkout.php:510 pages/checkout.php:516
2389
- #: pages/checkout.php:517 pages/checkout.php:525 pages/checkout.php:527
2390
- #: pages/checkout.php:534 pages/checkout.php:537
2391
  msgid "Card Type"
2392
  msgstr ""
2393
 
@@ -2395,6 +2432,7 @@ msgstr ""
2395
  #: adminpages/orders.php:394 adminpages/orders.php:466
2396
  #: adminpages/orders.php:495 adminpages/orders.php:540
2397
  #: adminpages/orders.php:571 adminpages/orders.php:582
 
2398
  msgid "e.g. Visa, MasterCard, AMEX, etc"
2399
  msgstr ""
2400
 
@@ -2403,11 +2441,12 @@ msgstr ""
2403
  #: includes/privacy.php:297 adminpages/orders.php:348 adminpages/orders.php:398
2404
  #: adminpages/orders.php:470 adminpages/orders.php:499
2405
  #: adminpages/orders.php:544 adminpages/orders.php:575
2406
- #: adminpages/orders.php:586 adminpages/paymentsettings.php:347
2407
- #: adminpages/paymentsettings.php:352
2408
  #: classes/gateways/class.pmprogateway_twocheckout.php:129
2409
  #: classes/gateways/class.pmprogateway_twocheckout.php:137
2410
  #: classes/gateways/class.pmprogateway_twocheckout.php:148
 
2411
  msgid "Account Number"
2412
  msgstr ""
2413
 
@@ -2415,6 +2454,7 @@ msgstr ""
2415
  #: adminpages/orders.php:403 adminpages/orders.php:475
2416
  #: adminpages/orders.php:504 adminpages/orders.php:553
2417
  #: adminpages/orders.php:584 adminpages/orders.php:595
 
2418
  msgid "Obscure all but last 4 digits."
2419
  msgstr ""
2420
 
@@ -2422,6 +2462,7 @@ msgstr ""
2422
  #: adminpages/orders.php:408 adminpages/orders.php:480
2423
  #: adminpages/orders.php:509 adminpages/orders.php:561
2424
  #: adminpages/orders.php:592 adminpages/orders.php:603
 
2425
  msgid "Expiration Month"
2426
  msgstr ""
2427
 
@@ -2429,6 +2470,7 @@ msgstr ""
2429
  #: adminpages/orders.php:415 adminpages/orders.php:487
2430
  #: adminpages/orders.php:516 adminpages/orders.php:569
2431
  #: adminpages/orders.php:600 adminpages/orders.php:611
 
2432
  msgid "Expiration Year"
2433
  msgstr ""
2434
 
@@ -2437,10 +2479,12 @@ msgstr ""
2437
  #: adminpages/orders.php:423 adminpages/orders.php:495
2438
  #: adminpages/orders.php:524 adminpages/orders.php:579
2439
  #: adminpages/orders.php:606 adminpages/orders.php:610
2440
- #: adminpages/orders.php:621 adminpages/orders.php:909
2441
- #: adminpages/orders.php:919 adminpages/orders.php:946
2442
- #: adminpages/orders.php:975 adminpages/orders.php:1112
2443
- #: adminpages/orders.php:1143 adminpages/orders.php:1149
 
 
2444
  msgid "Status"
2445
  msgstr ""
2446
 
@@ -2450,11 +2494,13 @@ msgstr ""
2450
  #: adminpages/orders.php:516 adminpages/orders.php:545
2451
  #: adminpages/orders.php:604 adminpages/orders.php:612
2452
  #: adminpages/orders.php:643 adminpages/orders.php:654
2453
- #: adminpages/orders.php:907 adminpages/orders.php:917
2454
- #: adminpages/orders.php:944 adminpages/orders.php:973
2455
- #: adminpages/orders.php:1110 adminpages/orders.php:1141
2456
- #: adminpages/orders.php:1147 classes/class.memberorder.php:744
2457
- #: classes/class.memberorder.php:747
 
 
2458
  msgid "Gateway"
2459
  msgstr ""
2460
 
@@ -2463,9 +2509,10 @@ msgstr ""
2463
  #: adminpages/orders.php:462 adminpages/orders.php:534
2464
  #: adminpages/orders.php:563 adminpages/orders.php:633
2465
  #: adminpages/orders.php:664 adminpages/orders.php:675
2466
- #: adminpages/paymentsettings.php:124 adminpages/paymentsettings.php:141
2467
- #: adminpages/paymentsettings.php:175 adminpages/paymentsettings.php:179
2468
- #: adminpages/paymentsettings.php:184
 
2469
  msgid "Gateway Environment"
2470
  msgstr ""
2471
 
@@ -2474,9 +2521,9 @@ msgstr ""
2474
  #: adminpages/orders.php:466 adminpages/orders.php:538
2475
  #: adminpages/orders.php:567 adminpages/orders.php:640
2476
  #: adminpages/orders.php:671 adminpages/orders.php:682
2477
- #: adminpages/paymentsettings.php:128 adminpages/paymentsettings.php:145
2478
- #: adminpages/paymentsettings.php:179 adminpages/paymentsettings.php:183
2479
- #: adminpages/paymentsettings.php:188
2480
  msgid "Sandbox/Testing"
2481
  msgstr ""
2482
 
@@ -2485,9 +2532,9 @@ msgstr ""
2485
  #: adminpages/orders.php:467 adminpages/orders.php:539
2486
  #: adminpages/orders.php:568 adminpages/orders.php:642
2487
  #: adminpages/orders.php:673 adminpages/orders.php:684
2488
- #: adminpages/paymentsettings.php:129 adminpages/paymentsettings.php:146
2489
- #: adminpages/paymentsettings.php:180 adminpages/paymentsettings.php:184
2490
- #: adminpages/paymentsettings.php:189
2491
  msgid "Live/Production"
2492
  msgstr ""
2493
 
@@ -2495,7 +2542,7 @@ msgstr ""
2495
  #: adminpages/orders.php:473 adminpages/orders.php:474
2496
  #: adminpages/orders.php:546 adminpages/orders.php:575
2497
  #: adminpages/orders.php:650 adminpages/orders.php:681
2498
- #: adminpages/orders.php:692
2499
  msgid "Payment Transaction ID"
2500
  msgstr ""
2501
 
@@ -2503,7 +2550,7 @@ msgstr ""
2503
  #: adminpages/orders.php:478 adminpages/orders.php:479
2504
  #: adminpages/orders.php:551 adminpages/orders.php:580
2505
  #: adminpages/orders.php:659 adminpages/orders.php:690
2506
- #: adminpages/orders.php:701
2507
  msgid "Generated by the gateway. Useful to cross reference orders."
2508
  msgstr ""
2509
 
@@ -2512,7 +2559,9 @@ msgstr ""
2512
  #: adminpages/orders.php:483 adminpages/orders.php:555
2513
  #: adminpages/orders.php:584 adminpages/orders.php:664
2514
  #: adminpages/orders.php:695 adminpages/orders.php:706
2515
- #: classes/class.memberorder.php:745 classes/class.memberorder.php:748
 
 
2516
  msgid "Subscription Transaction ID"
2517
  msgstr ""
2518
 
@@ -2520,7 +2569,7 @@ msgstr ""
2520
  #: adminpages/orders.php:487 adminpages/orders.php:488
2521
  #: adminpages/orders.php:560 adminpages/orders.php:589
2522
  #: adminpages/orders.php:674 adminpages/orders.php:705
2523
- #: adminpages/orders.php:716
2524
  msgid "Generated by the gateway. Useful to cross reference subscriptions."
2525
  msgstr ""
2526
 
@@ -2530,10 +2579,11 @@ msgstr ""
2530
  #: adminpages/orders.php:565 adminpages/orders.php:594
2531
  #: adminpages/orders.php:607 adminpages/orders.php:679
2532
  #: adminpages/orders.php:710 adminpages/orders.php:721
2533
- #: adminpages/orders.php:910 adminpages/orders.php:920
2534
- #: adminpages/orders.php:947 adminpages/orders.php:976
2535
- #: adminpages/orders.php:1113 adminpages/orders.php:1144
2536
- #: adminpages/orders.php:1150 pages/account.php:91 pages/invoice.php:87
 
2537
  #: pages/invoice.php:100 pages/invoice.php:105 pages/invoice.php:107
2538
  #: shortcodes/pmpro_account.php:122 shortcodes/pmpro_account.php:124
2539
  #: shortcodes/pmpro_account.php:125 shortcodes/pmpro_account.php:127
@@ -2544,6 +2594,7 @@ msgstr ""
2544
  #: adminpages/orders.php:527 adminpages/orders.php:599
2545
  #: adminpages/orders.php:628 adminpages/orders.php:716
2546
  #: adminpages/orders.php:747 adminpages/orders.php:758
 
2547
  msgid "Affiliate ID"
2548
  msgstr ""
2549
 
@@ -2551,10 +2602,11 @@ msgstr ""
2551
  #: adminpages/orders.php:535 adminpages/orders.php:607
2552
  #: adminpages/orders.php:636 adminpages/orders.php:728
2553
  #: adminpages/orders.php:759 adminpages/orders.php:770
 
2554
  msgid "Affiliate SubID"
2555
  msgstr ""
2556
 
2557
- #: adminpages/orders.php:848
2558
  msgid "TOS Consent"
2559
  msgstr ""
2560
 
@@ -2562,6 +2614,7 @@ msgstr ""
2562
  #: adminpages/orders.php:545 adminpages/orders.php:617
2563
  #: adminpages/orders.php:646 adminpages/orders.php:742
2564
  #: adminpages/orders.php:773 adminpages/orders.php:784
 
2565
  msgid "Notes"
2566
  msgstr ""
2567
 
@@ -2569,24 +2622,28 @@ msgstr ""
2569
  #: adminpages/orders.php:560 adminpages/orders.php:632
2570
  #: adminpages/orders.php:661 adminpages/orders.php:764
2571
  #: adminpages/orders.php:795 adminpages/orders.php:806
 
2572
  msgid "Save Order"
2573
  msgstr ""
2574
 
2575
  #: adminpages/orders.php:929 adminpages/orders.php:667
2576
  #: adminpages/orders.php:696 adminpages/orders.php:800
2577
  #: adminpages/orders.php:831 adminpages/orders.php:842
 
2578
  msgid "Email Invoice"
2579
  msgstr ""
2580
 
2581
  #: adminpages/orders.php:932 adminpages/orders.php:670
2582
  #: adminpages/orders.php:699 adminpages/orders.php:803
2583
  #: adminpages/orders.php:834 adminpages/orders.php:845
 
2584
  msgid "Send an invoice for this order to: "
2585
  msgstr ""
2586
 
2587
  #: adminpages/orders.php:934 adminpages/orders.php:672
2588
  #: adminpages/orders.php:701 adminpages/orders.php:805
2589
  #: adminpages/orders.php:836 adminpages/orders.php:847
 
2590
  msgid "Send Email"
2591
  msgstr ""
2592
 
@@ -2595,10 +2652,11 @@ msgstr ""
2595
  #: adminpages/orders.php:570 adminpages/orders.php:677
2596
  #: adminpages/orders.php:706 adminpages/orders.php:810
2597
  #: adminpages/orders.php:841 adminpages/orders.php:852
2598
- #: includes/adminpages.php:17 includes/adminpages.php:55
2599
- #: includes/adminpages.php:56 includes/adminpages.php:84
2600
- #: includes/adminpages.php:156 includes/adminpages.php:163
2601
- #: includes/adminpages.php:167 includes/adminpages.php:172
 
2602
  msgid "Orders"
2603
  msgstr ""
2604
 
@@ -2606,62 +2664,63 @@ msgstr ""
2606
  #: adminpages/orders.php:571 adminpages/orders.php:678
2607
  #: adminpages/orders.php:707 adminpages/orders.php:812
2608
  #: adminpages/orders.php:843 adminpages/orders.php:854
 
2609
  msgid "Add New Order"
2610
  msgstr ""
2611
 
2612
  #: adminpages/orders.php:985 adminpages/orders.php:606
2613
  #: adminpages/orders.php:713 adminpages/orders.php:742
2614
  #: adminpages/orders.php:852 adminpages/orders.php:883
2615
- #: adminpages/orders.php:894
2616
  msgid "Within a Date Range"
2617
  msgstr ""
2618
 
2619
  #: adminpages/orders.php:987 adminpages/orders.php:607
2620
  #: adminpages/orders.php:714 adminpages/orders.php:743
2621
  #: adminpages/orders.php:854 adminpages/orders.php:885
2622
- #: adminpages/orders.php:896
2623
  msgid "Predefined Date Range"
2624
  msgstr ""
2625
 
2626
  #: adminpages/orders.php:989 adminpages/orders.php:608
2627
  #: adminpages/orders.php:715 adminpages/orders.php:744
2628
  #: adminpages/orders.php:856 adminpages/orders.php:887
2629
- #: adminpages/orders.php:898
2630
  msgid "Within a Level"
2631
  msgstr ""
2632
 
2633
  #: adminpages/orders.php:991 adminpages/orders.php:609
2634
  #: adminpages/orders.php:716 adminpages/orders.php:745
2635
  #: adminpages/orders.php:858 adminpages/orders.php:889
2636
- #: adminpages/orders.php:900
2637
  msgid "Within a Status"
2638
  msgstr ""
2639
 
2640
  #: adminpages/orders.php:994 adminpages/orders.php:612
2641
  #: adminpages/orders.php:719 adminpages/orders.php:748
2642
  #: adminpages/orders.php:861 adminpages/orders.php:892
2643
- #: adminpages/orders.php:903
2644
  msgid "From"
2645
  msgstr ""
2646
 
2647
  #: adminpages/orders.php:1009 adminpages/orders.php:624
2648
  #: adminpages/orders.php:731 adminpages/orders.php:760
2649
  #: adminpages/orders.php:876 adminpages/orders.php:907
2650
- #: adminpages/orders.php:918
2651
  msgid "To"
2652
  msgstr ""
2653
 
2654
  #: adminpages/orders.php:1022 adminpages/orders.php:636
2655
  #: adminpages/orders.php:743 adminpages/orders.php:772
2656
  #: adminpages/orders.php:889 adminpages/orders.php:920
2657
- #: adminpages/orders.php:931
2658
  msgid "filter by "
2659
  msgstr ""
2660
 
2661
  #: adminpages/orders.php:1060 adminpages/orders.php:674
2662
  #: adminpages/orders.php:780 adminpages/orders.php:809
2663
  #: adminpages/orders.php:932 adminpages/orders.php:963
2664
- #: adminpages/orders.php:969
2665
  msgid "Filter"
2666
  msgstr ""
2667
 
@@ -2673,6 +2732,7 @@ msgstr ""
2673
  #: adminpages/orders.php:1029 adminpages/orders.php:1032
2674
  #: adminpages/orders.php:1060 adminpages/orders.php:1063
2675
  #: adminpages/orders.php:1066 adminpages/orders.php:1069
 
2676
  msgid "Search Orders"
2677
  msgstr ""
2678
 
@@ -2680,7 +2740,7 @@ msgstr ""
2680
  #: adminpages/orders.php:893 adminpages/orders.php:903
2681
  #: adminpages/orders.php:930 adminpages/orders.php:959
2682
  #: adminpages/orders.php:1096 adminpages/orders.php:1127
2683
- #: adminpages/orders.php:1133
2684
  #, php-format
2685
  msgid "%d orders found."
2686
  msgstr ""
@@ -2691,10 +2751,10 @@ msgstr ""
2691
  #: adminpages/orders.php:912 adminpages/orders.php:939
2692
  #: adminpages/orders.php:968 adminpages/orders.php:1105
2693
  #: adminpages/orders.php:1136 adminpages/orders.php:1142
2694
- #: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:215
2695
- #: adminpages/paymentsettings.php:220 adminpages/reports/login.php:141
2696
- #: adminpages/reports/login.php:143 adminpages/reports/login.php:159
2697
- #: adminpages/reports/login.php:163
2698
  #: classes/gateways/class.pmprogateway_payflowpro.php:116
2699
  msgid "User"
2700
  msgstr ""
@@ -2704,20 +2764,21 @@ msgstr ""
2704
  #: pages/invoice.php:28 adminpages/orders.php:601 adminpages/orders.php:904
2705
  #: adminpages/orders.php:914 adminpages/orders.php:941
2706
  #: adminpages/orders.php:970 adminpages/orders.php:1107
2707
- #: adminpages/orders.php:1138 adminpages/orders.php:1144 includes/init.php:214
2708
- #: includes/init.php:217 includes/init.php:218 includes/init.php:220
2709
- #: includes/init.php:222 includes/init.php:230 includes/init.php:238
2710
- #: includes/init.php:243 includes/init.php:244 includes/profile.php:25
2711
- #: includes/profile.php:27 includes/profile.php:30 includes/profile.php:36
2712
- #: pages/checkout.php:33 pages/checkout.php:34 pages/checkout.php:35
2713
- #: pages/checkout.php:42 pages/checkout.php:45 pages/confirmation.php:46
2714
- #: pages/confirmation.php:47 pages/confirmation.php:53
2715
- #: pages/confirmation.php:62 pages/confirmation.php:64
2716
- #: pages/confirmation.php:70 pages/confirmation.php:91
2717
- #: pages/confirmation.php:103 pages/confirmation.php:105
2718
- #: pages/confirmation.php:113 pages/confirmation.php:116
2719
- #: pages/confirmation.php:124 pages/invoice.php:27 pages/invoice.php:28
2720
- #: pages/invoice.php:49 pages/invoice.php:51 pages/invoice.php:70
 
2721
  msgid "Membership Level"
2722
  msgstr ""
2723
 
@@ -2730,6 +2791,7 @@ msgstr ""
2730
  #: adminpages/orders.php:1109 adminpages/orders.php:1140
2731
  #: adminpages/orders.php:1146 adminpages/orders.php:1186
2732
  #: adminpages/orders.php:1220 adminpages/orders.php:1226
 
2733
  msgid "Payment"
2734
  msgstr ""
2735
 
@@ -2737,7 +2799,7 @@ msgstr ""
2737
  #: adminpages/orders.php:908 adminpages/orders.php:918
2738
  #: adminpages/orders.php:945 adminpages/orders.php:974
2739
  #: adminpages/orders.php:1111 adminpages/orders.php:1142
2740
- #: adminpages/orders.php:1148
2741
  msgid "Transaction IDs"
2742
  msgstr ""
2743
 
@@ -2745,11 +2807,11 @@ msgstr ""
2745
  #: adminpages/orders.php:933 adminpages/orders.php:943
2746
  #: adminpages/orders.php:972 adminpages/orders.php:1001
2747
  #: adminpages/orders.php:1141 adminpages/orders.php:1172
2748
- #: adminpages/orders.php:1178
2749
  msgid "deleted"
2750
  msgstr ""
2751
 
2752
- #: adminpages/orders.php:1275
2753
  msgid "none"
2754
  msgstr ""
2755
 
@@ -2758,6 +2820,7 @@ msgstr ""
2758
  #: adminpages/orders.php:984 adminpages/orders.php:1013
2759
  #: adminpages/orders.php:1042 adminpages/orders.php:1192
2760
  #: adminpages/orders.php:1226 adminpages/orders.php:1232
 
2761
  msgid "Subscription"
2762
  msgstr ""
2763
 
@@ -2766,7 +2829,7 @@ msgstr ""
2766
  #: adminpages/orders.php:995 adminpages/orders.php:998
2767
  #: adminpages/orders.php:1027 adminpages/orders.php:1056
2768
  #: adminpages/orders.php:1211 adminpages/orders.php:1245
2769
- #: adminpages/orders.php:1251
2770
  #, php-format
2771
  msgid ""
2772
  "Deleting orders is permanent and can affect active users. Are you sure you "
@@ -2776,12 +2839,14 @@ msgstr ""
2776
  #: adminpages/orders.php:1370 adminpages/orders.php:1030
2777
  #: adminpages/orders.php:1059 adminpages/orders.php:1215
2778
  #: adminpages/orders.php:1249 adminpages/orders.php:1255
 
2779
  msgid "print"
2780
  msgstr ""
2781
 
2782
  #: adminpages/orders.php:1374 adminpages/orders.php:1033
2783
  #: adminpages/orders.php:1062 adminpages/orders.php:1219
2784
  #: adminpages/orders.php:1253 adminpages/orders.php:1259
 
2785
  msgid "email"
2786
  msgstr ""
2787
 
@@ -2790,7 +2855,7 @@ msgstr ""
2790
  #: adminpages/orders.php:1005 adminpages/orders.php:1008
2791
  #: adminpages/orders.php:1043 adminpages/orders.php:1072
2792
  #: adminpages/orders.php:1228 adminpages/orders.php:1262
2793
- #: adminpages/orders.php:1268
2794
  msgid "No orders found."
2795
  msgstr ""
2796
 
@@ -3109,8 +3174,8 @@ msgstr ""
3109
  #: adminpages/paymentsettings.php:443 adminpages/paymentsettings.php:445
3110
  #: pages/billing.php:78 pages/billing.php:82 pages/billing.php:91
3111
  #: pages/billing.php:94 pages/billing.php:96 pages/billing.php:97
3112
- #: pages/billing.php:100 pages/billing.php:120 pages/billing.php:121
3113
- #: pages/billing.php:123
3114
  msgid "optional"
3115
  msgstr ""
3116
 
@@ -3553,7 +3618,8 @@ msgstr ""
3553
  #: classes/class.memberorder.php:706 classes/class.memberorder.php:716
3554
  #: classes/class.memberorder.php:719 classes/class.memberorder.php:720
3555
  #: classes/class.memberorder.php:729 classes/class.memberorder.php:740
3556
- #: classes/class.memberorder.php:743 includes/cleanup.php:24
 
3557
  #, php-format
3558
  msgid ""
3559
  "There was an error canceling the subscription for user with ID=%s. You will "
@@ -3562,12 +3628,12 @@ msgid ""
3562
  msgstr ""
3563
 
3564
  #: classes/class.memberorder.php:761 classes/class.memberorder.php:741
3565
- #: classes/class.memberorder.php:744
3566
  msgid "User Email"
3567
  msgstr ""
3568
 
3569
  #: classes/class.memberorder.php:762 classes/class.memberorder.php:742
3570
- #: classes/class.memberorder.php:745
3571
  msgid "User Display Name"
3572
  msgstr ""
3573
 
@@ -3655,6 +3721,7 @@ msgstr ""
3655
  #: classes/gateways/class.pmprogateway_stripe.php:611
3656
  #: classes/gateways/class.pmprogateway_stripe.php:638
3657
  #: classes/gateways/class.pmprogateway_stripe.php:644
 
3658
  #: classes/gateways/class.pmprogateway_stripe.php:660
3659
  #: classes/gateways/class.pmprogateway_stripe.php:661 pages/checkout.php:66
3660
  #: pages/checkout.php:67 pages/checkout.php:68 pages/checkout.php:70
@@ -3789,7 +3856,7 @@ msgstr ""
3789
  #: classes/class.pmproemail.php:809 classes/class.pmproemail.php:810
3790
  #: classes/class.pmproemail.php:811 classes/class.pmproemail.php:823
3791
  #: classes/class.pmproemail.php:830 classes/class.pmproemail.php:863
3792
- #: classes/class.pmproemail.php:870
3793
  #, php-format
3794
  msgid "The new level is %s"
3795
  msgstr ""
@@ -3812,7 +3879,7 @@ msgstr ""
3812
  #: classes/class.pmproemail.php:815 classes/class.pmproemail.php:816
3813
  #: classes/class.pmproemail.php:817 classes/class.pmproemail.php:829
3814
  #: classes/class.pmproemail.php:836 classes/class.pmproemail.php:869
3815
- #: classes/class.pmproemail.php:876
3816
  #, php-format
3817
  msgid "This membership will expire on %s"
3818
  msgstr ""
@@ -3827,15 +3894,16 @@ msgstr ""
3827
  #: classes/class.pmproemail.php:819 classes/class.pmproemail.php:820
3828
  #: classes/class.pmproemail.php:821 classes/class.pmproemail.php:833
3829
  #: classes/class.pmproemail.php:840 classes/class.pmproemail.php:873
3830
- #: classes/class.pmproemail.php:880
3831
  msgid "This membership does not expire"
3832
  msgstr ""
3833
 
3834
  #: classes/class.pmproemail.php:868 includes/init.php:265
3835
- #: includes/profile.php:48 includes/init.php:229 includes/init.php:232
3836
- #: includes/init.php:233 includes/init.php:235 includes/init.php:237
3837
- #: includes/init.php:245 includes/init.php:253 includes/init.php:258
3838
- #: includes/init.php:259 includes/profile.php:37 includes/profile.php:39
 
3839
  #: includes/profile.php:42 includes/profile.php:48
3840
  msgid "None"
3841
  msgstr ""
@@ -3845,7 +3913,7 @@ msgstr ""
3845
  #: classes/class.pmproemail.php:796 classes/class.pmproemail.php:805
3846
  #: classes/class.pmproemail.php:806 classes/class.pmproemail.php:807
3847
  #: classes/class.pmproemail.php:826 classes/class.pmproemail.php:859
3848
- #: classes/class.pmproemail.php:866
3849
  #, php-format
3850
  msgid "Membership for %s at %s has been changed"
3851
  msgstr ""
@@ -3854,19 +3922,19 @@ msgstr ""
3854
  #: classes/class.pmproemail.php:802 classes/class.pmproemail.php:811
3855
  #: classes/class.pmproemail.php:812 classes/class.pmproemail.php:813
3856
  #: classes/class.pmproemail.php:832 classes/class.pmproemail.php:865
3857
- #: classes/class.pmproemail.php:872
3858
  msgid "Membership has been cancelled"
3859
  msgstr ""
3860
 
3861
  #: classes/class.pmproemail.php:919 classes/class.pmproemail.php:848
3862
  #: classes/class.pmproemail.php:849 classes/class.pmproemail.php:850
3863
  #: classes/class.pmproemail.php:869 classes/class.pmproemail.php:904
3864
- #: classes/class.pmproemail.php:911
3865
  msgid "Invoice for Order #: "
3866
  msgstr ""
3867
 
3868
  #: classes/class.pmproemail.php:963 classes/class.pmproemail.php:948
3869
- #: classes/class.pmproemail.php:955
3870
  msgid ""
3871
  "<p>An administrator at !!sitename!! has changed your membership level.</p>\n"
3872
  "\n"
@@ -3978,7 +4046,7 @@ msgstr ""
3978
  #: paid-memberships-pro.php:130 paid-memberships-pro.php:131
3979
  #: paid-memberships-pro.php:132 paid-memberships-pro.php:133
3980
  #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
3981
- #: paid-memberships-pro.php:142
3982
  msgid "Authorize.net"
3983
  msgstr ""
3984
 
@@ -4074,7 +4142,7 @@ msgstr ""
4074
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
4075
  #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
4076
  #: paid-memberships-pro.php:135 paid-memberships-pro.php:136
4077
- #: paid-memberships-pro.php:143
4078
  msgid "Braintree Payments"
4079
  msgstr ""
4080
 
@@ -4167,6 +4235,7 @@ msgstr ""
4167
  #: classes/gateways/class.pmprogateway_stripe.php:230
4168
  #: classes/gateways/class.pmprogateway_stripe.php:257
4169
  #: classes/gateways/class.pmprogateway_stripe.php:289
 
4170
  #: classes/gateways/class.pmprogateway_stripe.php:305
4171
  #: classes/gateways/class.pmprogateway_stripe.php:306
4172
  msgid "Web Hook URL"
@@ -4210,6 +4279,7 @@ msgstr ""
4210
  #: classes/gateways/class.pmprogateway_stripe.php:499
4211
  #: classes/gateways/class.pmprogateway_stripe.php:526
4212
  #: classes/gateways/class.pmprogateway_stripe.php:561
 
4213
  #: classes/gateways/class.pmprogateway_stripe.php:577
4214
  #: classes/gateways/class.pmprogateway_stripe.php:578 pages/checkout.php:411
4215
  #: pages/checkout.php:476 pages/checkout.php:478 pages/checkout.php:485
@@ -4244,6 +4314,7 @@ msgstr ""
4244
  #: classes/gateways/class.pmprogateway_stripe.php:500
4245
  #: classes/gateways/class.pmprogateway_stripe.php:527
4246
  #: classes/gateways/class.pmprogateway_stripe.php:562
 
4247
  #: classes/gateways/class.pmprogateway_stripe.php:578
4248
  #: classes/gateways/class.pmprogateway_stripe.php:579 pages/checkout.php:412
4249
  #: pages/checkout.php:476 pages/checkout.php:478 pages/checkout.php:485
@@ -4278,15 +4349,17 @@ msgstr ""
4278
  #: classes/gateways/class.pmprogateway_stripe.php:565
4279
  #: classes/gateways/class.pmprogateway_stripe.php:592
4280
  #: classes/gateways/class.pmprogateway_stripe.php:609
 
4281
  #: classes/gateways/class.pmprogateway_stripe.php:625
4282
  #: classes/gateways/class.pmprogateway_stripe.php:626 pages/billing.php:244
4283
  #: pages/billing.php:248 pages/billing.php:257 pages/billing.php:260
4284
- #: pages/billing.php:263 pages/billing.php:305 pages/billing.php:311
4285
- #: pages/billing.php:312 pages/billing.php:313 pages/billing.php:314
4286
- #: pages/billing.php:337 pages/checkout.php:459 pages/checkout.php:503
4287
- #: pages/checkout.php:519 pages/checkout.php:520 pages/checkout.php:527
4288
- #: pages/checkout.php:548 pages/checkout.php:557 pages/checkout.php:566
4289
- #: pages/checkout.php:570 pages/checkout.php:577 pages/checkout.php:580
 
4290
  msgid "Card Number"
4291
  msgstr ""
4292
 
@@ -4313,13 +4386,13 @@ msgstr ""
4313
  #: classes/gateways/class.pmprogateway_stripe.php:602
4314
  #: classes/gateways/class.pmprogateway_stripe.php:629 pages/billing.php:281
4315
  #: pages/billing.php:285 pages/billing.php:294 pages/billing.php:297
4316
- #: pages/billing.php:301 pages/billing.php:343 pages/billing.php:351
4317
- #: pages/billing.php:352 pages/billing.php:354 pages/billing.php:357
4318
- #: pages/billing.php:380 pages/checkout.php:540 pages/checkout.php:556
4319
- #: pages/checkout.php:557 pages/checkout.php:564 pages/checkout.php:585
4320
- #: pages/checkout.php:594 pages/checkout.php:603 pages/checkout.php:605
4321
- #: pages/checkout.php:607 pages/checkout.php:608 pages/checkout.php:612
4322
- #: pages/checkout.php:615
4323
  msgid "CVV"
4324
  msgstr ""
4325
 
@@ -4347,16 +4420,17 @@ msgstr ""
4347
  #: classes/gateways/class.pmprogateway_stripe.php:603
4348
  #: classes/gateways/class.pmprogateway_stripe.php:630
4349
  #: classes/gateways/class.pmprogateway_stripe.php:639
 
4350
  #: classes/gateways/class.pmprogateway_stripe.php:655
4351
  #: classes/gateways/class.pmprogateway_stripe.php:656 pages/billing.php:282
4352
  #: pages/billing.php:286 pages/billing.php:295 pages/billing.php:298
4353
- #: pages/billing.php:302 pages/billing.php:344 pages/billing.php:352
4354
- #: pages/billing.php:353 pages/billing.php:355 pages/billing.php:358
4355
- #: pages/billing.php:381 pages/checkout.php:493 pages/checkout.php:541
4356
- #: pages/checkout.php:557 pages/checkout.php:558 pages/checkout.php:565
4357
- #: pages/checkout.php:586 pages/checkout.php:595 pages/checkout.php:604
4358
- #: pages/checkout.php:606 pages/checkout.php:608 pages/checkout.php:609
4359
- #: pages/checkout.php:613 pages/checkout.php:616
4360
  msgid "what's this?"
4361
  msgstr ""
4362
 
@@ -4385,6 +4459,7 @@ msgstr ""
4385
  #: classes/gateways/class.pmprogateway_stripe.php:613
4386
  #: classes/gateways/class.pmprogateway_stripe.php:640
4387
  #: classes/gateways/class.pmprogateway_stripe.php:646
 
4388
  #: classes/gateways/class.pmprogateway_stripe.php:662
4389
  #: classes/gateways/class.pmprogateway_stripe.php:663 pages/checkout.php:78
4390
  #: pages/checkout.php:79 pages/checkout.php:80 pages/checkout.php:87
@@ -4449,6 +4524,7 @@ msgstr ""
4449
  #: classes/gateways/class.pmprogateway_stripe.php:1094
4450
  #: classes/gateways/class.pmprogateway_stripe.php:1105
4451
  #: classes/gateways/class.pmprogateway_stripe.php:1123
 
4452
  #: classes/gateways/class.pmprogateway_stripe.php:1139
4453
  #: classes/gateways/class.pmprogateway_stripe.php:1140
4454
  #: classes/gateways/class.pmprogateway_stripe.php:1143
@@ -4638,7 +4714,7 @@ msgstr ""
4638
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
4639
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
4640
  #: paid-memberships-pro.php:128 paid-memberships-pro.php:129
4641
- #: paid-memberships-pro.php:136
4642
  msgid "Pay by Check"
4643
  msgstr ""
4644
 
@@ -4760,7 +4836,7 @@ msgstr ""
4760
  #: paid-memberships-pro.php:127 paid-memberships-pro.php:128
4761
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
4762
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
4763
- #: paid-memberships-pro.php:139
4764
  msgid "PayPal Website Payments Pro"
4765
  msgstr ""
4766
 
@@ -4904,6 +4980,7 @@ msgstr ""
4904
  #: classes/gateways/class.pmprogateway_paypalexpress.php:402
4905
  #: classes/gateways/class.pmprogateway_paypalexpress.php:412
4906
  #: classes/gateways/class.pmprogateway_paypalexpress.php:438
 
4907
  #: classes/gateways/class.pmprogateway_paypalstandard.php:201
4908
  #: classes/gateways/class.pmprogateway_paypalstandard.php:202
4909
  #: classes/gateways/class.pmprogateway_paypalstandard.php:229
@@ -4922,6 +4999,7 @@ msgstr ""
4922
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
4923
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
4924
  #: classes/gateways/class.pmprogateway_paypalexpress.php:443
 
4925
  #: classes/gateways/class.pmprogateway_paypalstandard.php:206
4926
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
4927
  #: classes/gateways/class.pmprogateway_paypalstandard.php:234
@@ -4942,6 +5020,7 @@ msgstr ""
4942
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
4943
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
4944
  #: classes/gateways/class.pmprogateway_paypalexpress.php:443
 
4945
  #: classes/gateways/class.pmprogateway_paypalstandard.php:206
4946
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
4947
  #: classes/gateways/class.pmprogateway_paypalstandard.php:234
@@ -4972,6 +5051,7 @@ msgstr ""
4972
  #: classes/gateways/class.pmprogateway_paypalexpress.php:750
4973
  #: classes/gateways/class.pmprogateway_paypalexpress.php:752
4974
  #: classes/gateways/class.pmprogateway_paypalexpress.php:777
 
4975
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
4976
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
4977
  #: classes/gateways/class.pmprogateway_paypalstandard.php:230
@@ -4993,7 +5073,7 @@ msgstr ""
4993
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
4994
  #: paid-memberships-pro.php:128 paid-memberships-pro.php:129
4995
  #: paid-memberships-pro.php:130 paid-memberships-pro.php:131
4996
- #: paid-memberships-pro.php:138
4997
  msgid "PayPal Express"
4998
  msgstr ""
4999
 
@@ -5011,9 +5091,11 @@ msgstr ""
5011
  #: classes/gateways/class.pmprogateway_paypalexpress.php:268
5012
  #: classes/gateways/class.pmprogateway_paypalexpress.php:278
5013
  #: classes/gateways/class.pmprogateway_paypalexpress.php:301
 
5014
  #: classes/gateways/class.pmprogateway_paypalexpress.php:320
5015
  #: classes/gateways/class.pmprogateway_paypalexpress.php:330
5016
  #: classes/gateways/class.pmprogateway_paypalexpress.php:357
 
5017
  #: preheaders/checkout.php:690 preheaders/checkout.php:697
5018
  #: preheaders/checkout.php:702 preheaders/checkout.php:735
5019
  #: preheaders/checkout.php:750 preheaders/checkout.php:753
@@ -5031,7 +5113,7 @@ msgstr ""
5031
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
5032
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
5033
  #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
5034
- #: paid-memberships-pro.php:141
5035
  msgid "PayPal Standard"
5036
  msgstr ""
5037
 
@@ -5064,7 +5146,7 @@ msgstr ""
5064
  #: paid-memberships-pro.php:125 paid-memberships-pro.php:126
5065
  #: paid-memberships-pro.php:127 paid-memberships-pro.php:128
5066
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
5067
- #: paid-memberships-pro.php:137
5068
  msgid "Stripe"
5069
  msgstr ""
5070
 
@@ -5134,6 +5216,7 @@ msgstr ""
5134
  #: classes/gateways/class.pmprogateway_stripe.php:218
5135
  #: classes/gateways/class.pmprogateway_stripe.php:245
5136
  #: classes/gateways/class.pmprogateway_stripe.php:277
 
5137
  #: classes/gateways/class.pmprogateway_stripe.php:293
5138
  #: classes/gateways/class.pmprogateway_stripe.php:294
5139
  msgid "Show Billing Address Fields"
@@ -5151,6 +5234,7 @@ msgstr ""
5151
  #: classes/gateways/class.pmprogateway_stripe.php:225
5152
  #: classes/gateways/class.pmprogateway_stripe.php:252
5153
  #: classes/gateways/class.pmprogateway_stripe.php:284
 
5154
  #: classes/gateways/class.pmprogateway_stripe.php:300
5155
  #: classes/gateways/class.pmprogateway_stripe.php:301
5156
  msgid ""
@@ -5172,6 +5256,7 @@ msgstr ""
5172
  #: classes/gateways/class.pmprogateway_stripe.php:233
5173
  #: classes/gateways/class.pmprogateway_stripe.php:260
5174
  #: classes/gateways/class.pmprogateway_stripe.php:292
 
5175
  #: classes/gateways/class.pmprogateway_stripe.php:308
5176
  #: classes/gateways/class.pmprogateway_stripe.php:309
5177
  msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
@@ -5179,6 +5264,7 @@ msgstr ""
5179
 
5180
  #: classes/gateways/class.pmprogateway_stripe.php:646 pages/checkout.php:492
5181
  #: classes/gateways/class.pmprogateway_stripe.php:638
 
5182
  #: classes/gateways/class.pmprogateway_stripe.php:654
5183
  #: classes/gateways/class.pmprogateway_stripe.php:655 pages/checkout.php:492
5184
  msgid "Security Code (CVC)"
@@ -5187,6 +5273,7 @@ msgstr ""
5187
  #: classes/gateways/class.pmprogateway_stripe.php:718
5188
  #: classes/gateways/class.pmprogateway_stripe.php:703
5189
  #: classes/gateways/class.pmprogateway_stripe.php:710
 
5190
  #: classes/gateways/class.pmprogateway_stripe.php:726
5191
  #: classes/gateways/class.pmprogateway_stripe.php:727
5192
  #, php-format
@@ -5209,6 +5296,7 @@ msgstr ""
5209
  #: classes/gateways/class.pmprogateway_stripe.php:683
5210
  #: classes/gateways/class.pmprogateway_stripe.php:710
5211
  #: classes/gateways/class.pmprogateway_stripe.php:717
 
5212
  #: classes/gateways/class.pmprogateway_stripe.php:733
5213
  #: classes/gateways/class.pmprogateway_stripe.php:734
5214
  msgid "Subscription Updates"
@@ -5228,6 +5316,7 @@ msgstr ""
5228
  #: classes/gateways/class.pmprogateway_stripe.php:687
5229
  #: classes/gateways/class.pmprogateway_stripe.php:714
5230
  #: classes/gateways/class.pmprogateway_stripe.php:721
 
5231
  #: classes/gateways/class.pmprogateway_stripe.php:737
5232
  #: classes/gateways/class.pmprogateway_stripe.php:738
5233
  msgid ""
@@ -5249,6 +5338,7 @@ msgstr ""
5249
  #: classes/gateways/class.pmprogateway_stripe.php:689
5250
  #: classes/gateways/class.pmprogateway_stripe.php:716
5251
  #: classes/gateways/class.pmprogateway_stripe.php:723
 
5252
  #: classes/gateways/class.pmprogateway_stripe.php:739
5253
  #: classes/gateways/class.pmprogateway_stripe.php:740
5254
  msgid ""
@@ -5270,18 +5360,20 @@ msgstr ""
5270
  #: classes/gateways/class.pmprogateway_stripe.php:694
5271
  #: classes/gateways/class.pmprogateway_stripe.php:721
5272
  #: classes/gateways/class.pmprogateway_stripe.php:728
 
5273
  #: classes/gateways/class.pmprogateway_stripe.php:744
5274
  #: classes/gateways/class.pmprogateway_stripe.php:745 pages/billing.php:294
5275
  #: pages/billing.php:298 pages/billing.php:329 pages/billing.php:338
5276
  #: pages/billing.php:341 pages/billing.php:343 pages/billing.php:347
5277
- #: pages/billing.php:363 pages/billing.php:364 pages/billing.php:370
5278
- #: pages/billing.php:391 pages/billing.php:396 pages/billing.php:400
5279
- #: pages/billing.php:405
5280
  msgid "Update"
5281
  msgstr ""
5282
 
5283
  #: classes/gateways/class.pmprogateway_stripe.php:1127
5284
  #: classes/gateways/class.pmprogateway_stripe.php:1119
 
5285
  #: classes/gateways/class.pmprogateway_stripe.php:1135
5286
  #: classes/gateways/class.pmprogateway_stripe.php:1136
5287
  #: classes/gateways/class.pmprogateway_stripe.php:1172
@@ -5309,6 +5401,7 @@ msgstr ""
5309
  #: classes/gateways/class.pmprogateway_stripe.php:1326
5310
  #: classes/gateways/class.pmprogateway_stripe.php:1336
5311
  #: classes/gateways/class.pmprogateway_stripe.php:1357
 
5312
  #: classes/gateways/class.pmprogateway_stripe.php:1373
5313
  #: classes/gateways/class.pmprogateway_stripe.php:1374
5314
  #: classes/gateways/class.pmprogateway_stripe.php:1410
@@ -5326,6 +5419,7 @@ msgstr ""
5326
  #: classes/gateways/class.pmprogateway_stripe.php:1385
5327
  #: classes/gateways/class.pmprogateway_stripe.php:1395
5328
  #: classes/gateways/class.pmprogateway_stripe.php:1416
 
5329
  #: classes/gateways/class.pmprogateway_stripe.php:1432
5330
  #: classes/gateways/class.pmprogateway_stripe.php:1433
5331
  #: classes/gateways/class.pmprogateway_stripe.php:1469
@@ -5361,6 +5455,7 @@ msgstr ""
5361
  #: classes/gateways/class.pmprogateway_stripe.php:1541
5362
  #: classes/gateways/class.pmprogateway_stripe.php:1551
5363
  #: classes/gateways/class.pmprogateway_stripe.php:1572
 
5364
  #: classes/gateways/class.pmprogateway_stripe.php:1588
5365
  #: classes/gateways/class.pmprogateway_stripe.php:1589
5366
  #: classes/gateways/class.pmprogateway_stripe.php:1625
@@ -5391,6 +5486,7 @@ msgstr ""
5391
  #: classes/gateways/class.pmprogateway_stripe.php:1572
5392
  #: classes/gateways/class.pmprogateway_stripe.php:1582
5393
  #: classes/gateways/class.pmprogateway_stripe.php:1603
 
5394
  #: classes/gateways/class.pmprogateway_stripe.php:1619
5395
  #: classes/gateways/class.pmprogateway_stripe.php:1620
5396
  #: classes/gateways/class.pmprogateway_stripe.php:1656
@@ -5411,6 +5507,7 @@ msgstr ""
5411
  #: classes/gateways/class.pmprogateway_stripe.php:887
5412
  #: classes/gateways/class.pmprogateway_stripe.php:914
5413
  #: classes/gateways/class.pmprogateway_stripe.php:1698
 
5414
  #: classes/gateways/class.pmprogateway_stripe.php:1714
5415
  #: classes/gateways/class.pmprogateway_stripe.php:1715
5416
  msgid "Could not cancel the old subscription. Updates have not been processed."
@@ -5439,6 +5536,7 @@ msgstr ""
5439
  #: classes/gateways/class.pmprogateway_stripe.php:1716
5440
  #: classes/gateways/class.pmprogateway_stripe.php:1752
5441
  #: classes/gateways/class.pmprogateway_stripe.php:1801
 
5442
  #: classes/gateways/class.pmprogateway_stripe.php:1817
5443
  #: classes/gateways/class.pmprogateway_stripe.php:1818
5444
  msgid "Could not cancel old subscription."
@@ -5464,6 +5562,7 @@ msgstr ""
5464
  #: classes/gateways/class.pmprogateway_stripe.php:1733
5465
  #: classes/gateways/class.pmprogateway_stripe.php:1769
5466
  #: classes/gateways/class.pmprogateway_stripe.php:1818
 
5467
  #: classes/gateways/class.pmprogateway_stripe.php:1834
5468
  #: classes/gateways/class.pmprogateway_stripe.php:1835
5469
  msgid "Could not find the customer."
@@ -5476,6 +5575,7 @@ msgstr ""
5476
  #: classes/gateways/class.pmprogateway_stripe.php:1885
5477
  #: classes/gateways/class.pmprogateway_stripe.php:1921
5478
  #: classes/gateways/class.pmprogateway_stripe.php:1978
 
5479
  #: classes/gateways/class.pmprogateway_stripe.php:1994
5480
  #: classes/gateways/class.pmprogateway_stripe.php:1995
5481
  msgid "Error: "
@@ -5488,6 +5588,7 @@ msgstr ""
5488
  #: classes/gateways/class.pmprogateway_stripe.php:1898
5489
  #: classes/gateways/class.pmprogateway_stripe.php:1934
5490
  #: classes/gateways/class.pmprogateway_stripe.php:1991
 
5491
  #: classes/gateways/class.pmprogateway_stripe.php:2007
5492
  #: classes/gateways/class.pmprogateway_stripe.php:2008
5493
  #, php-format
@@ -5503,7 +5604,7 @@ msgstr ""
5503
  #: paid-memberships-pro.php:132 paid-memberships-pro.php:133
5504
  #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
5505
  #: paid-memberships-pro.php:136 paid-memberships-pro.php:137
5506
- #: paid-memberships-pro.php:144
5507
  msgid "2Checkout"
5508
  msgstr ""
5509
 
@@ -5574,12 +5675,12 @@ msgstr ""
5574
  msgid "Check Out with 2Checkout"
5575
  msgstr ""
5576
 
5577
- #: includes/addons.php:225 includes/addons.php:222
5578
  msgid ""
5579
  "Important: This plugin requires a valid PMPro Plus license key to update."
5580
  msgstr ""
5581
 
5582
- #: includes/addons.php:278 includes/addons.php:274
5583
  msgid ""
5584
  "You must have a <a href=\"https://www.paidmembershipspro.com/pricing/?"
5585
  "utm_source=wp-admin&utm_pluginlink=bulkupdate\">valid PMPro Plus License "
@@ -5587,22 +5688,22 @@ msgid ""
5587
  "updated:"
5588
  msgstr ""
5589
 
5590
- #: includes/addons.php:296 includes/addons.php:292
5591
  msgid "Update Plugin"
5592
  msgstr ""
5593
 
5594
- #: includes/addons.php:298 includes/addons.php:294
5595
  msgid ""
5596
  "You must have a <a href=\"https://www.paidmembershipspro.com/pricing/?"
5597
  "utm_source=wp-admin&utm_pluginlink=addon_update\">valid PMPro Plus License "
5598
  "Key</a> to update PMPro Plus add ons."
5599
  msgstr ""
5600
 
5601
- #: includes/addons.php:301 includes/addons.php:297
5602
  msgid "Return to the PMPro Add Ons page"
5603
  msgstr ""
5604
 
5605
- #: includes/addons.php:320 includes/addons.php:316
5606
  msgid ""
5607
  "You must enter a valid PMPro Plus License Key under Settings > PMPro License "
5608
  "to update this add on."
@@ -7506,11 +7607,11 @@ msgid ""
7506
  "Only members of these levels will be able to view posts in this category."
7507
  msgstr ""
7508
 
7509
- #: includes/privacy.php:19
7510
  msgid "Data Collected to Manage Your Membership"
7511
  msgstr ""
7512
 
7513
- #: includes/privacy.php:20
7514
  msgid ""
7515
  "At checkout, we will collect your name, email address, username, and "
7516
  "password. This information is used to setup your account for our site. If "
@@ -7519,7 +7620,7 @@ msgid ""
7519
  "account when you return to our site."
7520
  msgstr ""
7521
 
7522
- #: includes/privacy.php:21
7523
  msgid ""
7524
  "At checkout, we may also collect your billing address and phone number. This "
7525
  "information is used to confirm your credit card. The billing address and "
@@ -7528,7 +7629,7 @@ msgid ""
7528
  "your order."
7529
  msgstr ""
7530
 
7531
- #: includes/privacy.php:22
7532
  msgid ""
7533
  "At checkout, we may also collect your credit card number, expiration date, "
7534
  "and security code. This information is passed to our payment gateway to "
@@ -7537,78 +7638,80 @@ msgid ""
7537
  "an email if your credit card will expire before the next recurring payment."
7538
  msgstr ""
7539
 
7540
- #: includes/privacy.php:23
7541
  msgid ""
7542
  "When logged in, we use cookies to track some of your activity on our site "
7543
  "including logins, visits, and page views."
7544
  msgstr ""
7545
 
7546
- #: includes/privacy.php:35 includes/privacy.php:109
 
7547
  msgid "Paid Memberships Pro Data"
7548
  msgstr ""
7549
 
7550
- #: includes/privacy.php:81
7551
  msgid "1 PMPro order was retained for business records."
7552
  msgstr ""
7553
 
7554
- #: includes/privacy.php:83
7555
  #, php-format
7556
  msgid "%d PMPro orders were retained for business records."
7557
  msgstr ""
7558
 
7559
- #: includes/privacy.php:88
7560
  msgid ""
7561
  "Please note that data erasure will not cancel a user's membership level or "
7562
  "any active subscriptions. Please edit or delete the user through the "
7563
  "WordPress dashboard."
7564
  msgstr ""
7565
 
7566
- #: includes/privacy.php:160
7567
  msgid "Paid Memberships Pro User Data"
7568
  msgstr ""
7569
 
7570
  #: includes/privacy.php:175 adminpages/memberslist.php:184
7571
- #: adminpages/memberslist.php:212
7572
  msgid "Never"
7573
  msgstr ""
7574
 
7575
- #: includes/privacy.php:182
7576
  msgid "Level ID"
7577
  msgstr ""
7578
 
7579
- #: includes/privacy.php:190
7580
  msgid "Date Modified"
7581
  msgstr ""
7582
 
7583
- #: includes/privacy.php:194
7584
  msgid "End Date"
7585
  msgstr ""
7586
 
7587
- #: includes/privacy.php:198
7588
  msgid "Level Cost"
7589
  msgstr ""
7590
 
7591
- #: includes/privacy.php:209
7592
  msgid "Paid Memberships Pro Membership History"
7593
  msgstr ""
7594
 
7595
- #: includes/privacy.php:229
7596
  msgid "Order ID"
7597
  msgstr ""
7598
 
7599
- #: includes/privacy.php:233
7600
  msgid "Order Code"
7601
  msgstr ""
7602
 
7603
- #: includes/privacy.php:237
7604
  msgid "Order Date"
7605
  msgstr ""
7606
 
7607
  #: includes/privacy.php:241 pages/billing.php:41 pages/cancel.php:61
7608
  #: pages/invoice.php:102 pages/levels.php:35 shortcodes/pmpro_account.php:44
7609
- #: shortcodes/pmpro_account.php:128 pages/account.php:12 pages/account.php:18
7610
- #: pages/account.php:92 pages/billing.php:16 pages/billing.php:25
7611
- #: pages/billing.php:27 pages/billing.php:28 pages/billing.php:30
 
7612
  #: pages/billing.php:44 pages/billing.php:45 pages/cancel.php:52
7613
  #: pages/cancel.php:60 pages/cancel.php:61 pages/invoice.php:89
7614
  #: pages/invoice.php:102 pages/invoice.php:109 pages/levels.php:13
@@ -7619,68 +7722,68 @@ msgstr ""
7619
  msgid "Level"
7620
  msgstr ""
7621
 
7622
- #: includes/privacy.php:333
7623
  msgid "Paid Memberships Pro Order History"
7624
  msgstr ""
7625
 
7626
- #: includes/privacy.php:354
7627
  msgid "Billing First Name"
7628
  msgstr ""
7629
 
7630
- #: includes/privacy.php:355
7631
  msgid "Billing Last Name"
7632
  msgstr ""
7633
 
7634
- #: includes/privacy.php:356
7635
  msgid "Billing Address 1"
7636
  msgstr ""
7637
 
7638
- #: includes/privacy.php:357
7639
  msgid "Billing Address 2"
7640
  msgstr ""
7641
 
7642
- #: includes/privacy.php:359
7643
  msgid "Billing State/Province"
7644
  msgstr ""
7645
 
7646
- #: includes/privacy.php:361
7647
  msgid "Billing Phone Number"
7648
  msgstr ""
7649
 
7650
- #: includes/privacy.php:363
7651
  msgid "Credit Card Type"
7652
  msgstr ""
7653
 
7654
- #: includes/privacy.php:364
7655
  msgid "Credit Card Account Number"
7656
  msgstr ""
7657
 
7658
- #: includes/privacy.php:365
7659
  msgid "Credit Card Expiration Month"
7660
  msgstr ""
7661
 
7662
- #: includes/privacy.php:366
7663
  msgid "Credit Card Expiration Year"
7664
  msgstr ""
7665
 
7666
- #: includes/privacy.php:367
7667
  msgid "Login Data"
7668
  msgstr ""
7669
 
7670
- #: includes/privacy.php:368
7671
  msgid "Visits Data"
7672
  msgstr ""
7673
 
7674
- #: includes/privacy.php:369
7675
  msgid "Views Data"
7676
  msgstr ""
7677
 
7678
- #: includes/privacy.php:507
7679
  #, php-format
7680
  msgid "%s agreed to %s (ID #%d, last modified %s) on %s."
7681
  msgstr ""
7682
 
7683
- #: includes/privacy.php:515
7684
  msgid "That post has since been updated."
7685
  msgstr ""
7686
 
@@ -7692,7 +7795,7 @@ msgstr ""
7692
  #: includes/profile.php:74 includes/profile.php:221 includes/profile.php:268
7693
  #: includes/profile.php:54 includes/profile.php:60 includes/profile.php:65
7694
  #: includes/profile.php:68 includes/profile.php:74 includes/profile.php:195
7695
- #: includes/profile.php:242
7696
  msgid "Not paying."
7697
  msgstr ""
7698
 
@@ -7711,7 +7814,7 @@ msgstr ""
7711
  msgid "Cancel this user's subscription at the gateway."
7712
  msgstr ""
7713
 
7714
- #: includes/profile.php:176
7715
  msgid "TOS Consent History"
7716
  msgstr ""
7717
 
@@ -7792,22 +7895,23 @@ msgstr ""
7792
 
7793
  #: pages/billing.php:43 pages/account.php:14 pages/billing.php:18
7794
  #: pages/billing.php:27 pages/billing.php:29 pages/billing.php:30
7795
- #: pages/billing.php:32 pages/billing.php:46 pages/billing.php:47
 
7796
  msgid "Membership Fee"
7797
  msgstr ""
7798
 
7799
  #: pages/billing.php:47 pages/account.php:18 pages/billing.php:22
7800
  #: pages/billing.php:31 pages/billing.php:33 pages/billing.php:34
7801
- #: pages/billing.php:36 pages/billing.php:50 pages/billing.php:51
7802
- #: pages/levels.php:70
7803
  #, php-format
7804
  msgid "%s every %d %s."
7805
  msgstr ""
7806
 
7807
  #: pages/billing.php:49 pages/account.php:20 pages/billing.php:24
7808
  #: pages/billing.php:33 pages/billing.php:35 pages/billing.php:36
7809
- #: pages/billing.php:38 pages/billing.php:52 pages/billing.php:53
7810
- #: pages/levels.php:66
7811
  #, php-format
7812
  msgid "%s per %s."
7813
  msgstr ""
@@ -7815,13 +7919,14 @@ msgstr ""
7815
  #: pages/billing.php:59 pages/account.php:25 pages/account.php:29
7816
  #: pages/billing.php:29 pages/billing.php:33 pages/billing.php:42
7817
  #: pages/billing.php:44 pages/billing.php:45 pages/billing.php:47
7818
- #: pages/billing.php:62 pages/billing.php:63
7819
  msgid "Duration"
7820
  msgstr ""
7821
 
7822
  #: pages/billing.php:77 pages/billing.php:39 pages/billing.php:43
7823
  #: pages/billing.php:52 pages/billing.php:54 pages/billing.php:55
7824
- #: pages/billing.php:57 pages/billing.php:80 pages/billing.php:81
 
7825
  msgid ""
7826
  "Your payment subscription is managed by PayPal. Please <a href=\"http://www."
7827
  "paypal.com\">login to PayPal here</a> to update your billing information."
@@ -7830,159 +7935,162 @@ msgstr ""
7830
  #: pages/billing.php:104 pages/checkout.php:279 pages/billing.php:65
7831
  #: pages/billing.php:69 pages/billing.php:78 pages/billing.php:81
7832
  #: pages/billing.php:83 pages/billing.php:84 pages/billing.php:87
7833
- #: pages/billing.php:107 pages/billing.php:108 pages/billing.php:110
7834
- #: pages/checkout.php:279 pages/checkout.php:305 pages/checkout.php:307
7835
- #: pages/checkout.php:309 pages/checkout.php:318 pages/checkout.php:321
7836
- #: pages/checkout.php:324 pages/checkout.php:326 pages/checkout.php:328
7837
- #: pages/checkout.php:333 pages/checkout.php:336
7838
  msgid "First Name"
7839
  msgstr ""
7840
 
7841
  #: pages/billing.php:108 pages/checkout.php:283 pages/billing.php:69
7842
  #: pages/billing.php:73 pages/billing.php:82 pages/billing.php:85
7843
  #: pages/billing.php:87 pages/billing.php:88 pages/billing.php:91
7844
- #: pages/billing.php:111 pages/billing.php:112 pages/billing.php:114
7845
- #: pages/checkout.php:283 pages/checkout.php:309 pages/checkout.php:311
7846
- #: pages/checkout.php:313 pages/checkout.php:322 pages/checkout.php:325
7847
- #: pages/checkout.php:328 pages/checkout.php:330 pages/checkout.php:332
7848
- #: pages/checkout.php:337 pages/checkout.php:340
7849
  msgid "Last Name"
7850
  msgstr ""
7851
 
7852
  #: pages/billing.php:112 pages/checkout.php:287 pages/billing.php:73
7853
  #: pages/billing.php:77 pages/billing.php:86 pages/billing.php:89
7854
  #: pages/billing.php:91 pages/billing.php:92 pages/billing.php:95
7855
- #: pages/billing.php:115 pages/billing.php:116 pages/billing.php:118
7856
- #: pages/checkout.php:287 pages/checkout.php:313 pages/checkout.php:315
7857
- #: pages/checkout.php:317 pages/checkout.php:326 pages/checkout.php:329
7858
- #: pages/checkout.php:332 pages/checkout.php:334 pages/checkout.php:336
7859
- #: pages/checkout.php:341 pages/checkout.php:344
7860
  msgid "Address 1"
7861
  msgstr ""
7862
 
7863
  #: pages/billing.php:116 pages/checkout.php:291 pages/billing.php:77
7864
  #: pages/billing.php:81 pages/billing.php:90 pages/billing.php:93
7865
  #: pages/billing.php:95 pages/billing.php:96 pages/billing.php:99
7866
- #: pages/billing.php:119 pages/billing.php:120 pages/billing.php:122
7867
- #: pages/checkout.php:291 pages/checkout.php:317 pages/checkout.php:319
7868
- #: pages/checkout.php:321 pages/checkout.php:330 pages/checkout.php:333
7869
- #: pages/checkout.php:336 pages/checkout.php:338 pages/checkout.php:340
7870
- #: pages/checkout.php:345 pages/checkout.php:348
7871
  msgid "Address 2"
7872
  msgstr ""
7873
 
7874
  #: pages/billing.php:126 pages/checkout.php:298 pages/billing.php:87
7875
  #: pages/billing.php:91 pages/billing.php:100 pages/billing.php:103
7876
  #: pages/billing.php:105 pages/billing.php:106 pages/billing.php:109
7877
- #: pages/billing.php:129 pages/billing.php:130 pages/billing.php:132
7878
- #: pages/checkout.php:298 pages/checkout.php:327 pages/checkout.php:329
7879
- #: pages/checkout.php:331 pages/checkout.php:340 pages/checkout.php:343
7880
- #: pages/checkout.php:346 pages/checkout.php:348 pages/checkout.php:350
7881
- #: pages/checkout.php:355 pages/checkout.php:358
7882
  msgid "City"
7883
  msgstr ""
7884
 
7885
  #: pages/billing.php:130 pages/checkout.php:302 pages/billing.php:91
7886
  #: pages/billing.php:95 pages/billing.php:104 pages/billing.php:107
7887
  #: pages/billing.php:109 pages/billing.php:110 pages/billing.php:113
7888
- #: pages/billing.php:133 pages/billing.php:134 pages/billing.php:136
7889
- #: pages/checkout.php:302 pages/checkout.php:331 pages/checkout.php:333
7890
- #: pages/checkout.php:335 pages/checkout.php:344 pages/checkout.php:347
7891
- #: pages/checkout.php:350 pages/checkout.php:352 pages/checkout.php:354
7892
- #: pages/checkout.php:359 pages/checkout.php:362
7893
  msgid "State"
7894
  msgstr ""
7895
 
7896
  #: pages/billing.php:134 pages/checkout.php:306 pages/billing.php:95
7897
  #: pages/billing.php:99 pages/billing.php:108 pages/billing.php:111
7898
  #: pages/billing.php:113 pages/billing.php:114 pages/billing.php:117
7899
- #: pages/billing.php:137 pages/billing.php:138 pages/billing.php:140
7900
- #: pages/checkout.php:306 pages/checkout.php:335 pages/checkout.php:337
7901
- #: pages/checkout.php:339 pages/checkout.php:348 pages/checkout.php:351
7902
- #: pages/checkout.php:354 pages/checkout.php:356 pages/checkout.php:358
7903
- #: pages/checkout.php:363 pages/checkout.php:366
7904
  msgid "Postal Code"
7905
  msgstr ""
7906
 
7907
  #: pages/billing.php:143 pages/checkout.php:311 pages/billing.php:104
7908
  #: pages/billing.php:108 pages/billing.php:117 pages/billing.php:120
7909
  #: pages/billing.php:122 pages/billing.php:123 pages/billing.php:126
7910
- #: pages/billing.php:146 pages/billing.php:147 pages/billing.php:149
7911
- #: pages/checkout.php:311 pages/checkout.php:344 pages/checkout.php:346
7912
- #: pages/checkout.php:348 pages/checkout.php:357 pages/checkout.php:360
7913
- #: pages/checkout.php:363 pages/checkout.php:365 pages/checkout.php:367
7914
- #: pages/checkout.php:372 pages/checkout.php:375
7915
  msgid "City, State Zip"
7916
  msgstr ""
7917
 
7918
  #: pages/billing.php:196 pages/checkout.php:348 pages/billing.php:157
7919
  #: pages/billing.php:161 pages/billing.php:170 pages/billing.php:173
7920
  #: pages/billing.php:175 pages/billing.php:176 pages/billing.php:179
7921
- #: pages/billing.php:199 pages/billing.php:200 pages/billing.php:202
7922
- #: pages/checkout.php:348 pages/checkout.php:397 pages/checkout.php:399
7923
- #: pages/checkout.php:401 pages/checkout.php:410 pages/checkout.php:413
7924
- #: pages/checkout.php:416 pages/checkout.php:418 pages/checkout.php:420
7925
- #: pages/checkout.php:425 pages/checkout.php:428
7926
  msgid "Country"
7927
  msgstr ""
7928
 
7929
  #: pages/billing.php:221 pages/checkout.php:364 pages/billing.php:182
7930
  #: pages/billing.php:186 pages/billing.php:195 pages/billing.php:198
7931
  #: pages/billing.php:200 pages/billing.php:201 pages/billing.php:204
7932
- #: pages/billing.php:224 pages/billing.php:225 pages/billing.php:227
7933
- #: pages/checkout.php:364 pages/checkout.php:422 pages/checkout.php:424
7934
- #: pages/checkout.php:426 pages/checkout.php:435 pages/checkout.php:438
7935
- #: pages/checkout.php:441 pages/checkout.php:443 pages/checkout.php:445
7936
- #: pages/checkout.php:450 pages/checkout.php:453
7937
  msgid "Phone"
7938
  msgstr ""
7939
 
7940
  #: pages/billing.php:232 pages/checkout.php:197 pages/checkout.php:379
7941
  #: pages/billing.php:193 pages/billing.php:197 pages/billing.php:206
7942
  #: pages/billing.php:209 pages/billing.php:211 pages/billing.php:212
7943
- #: pages/billing.php:215 pages/billing.php:235 pages/billing.php:236
7944
- #: pages/billing.php:238 pages/checkout.php:197 pages/checkout.php:204
7945
- #: pages/checkout.php:207 pages/checkout.php:209 pages/checkout.php:216
7946
- #: pages/checkout.php:218 pages/checkout.php:220 pages/checkout.php:227
7947
- #: pages/checkout.php:230 pages/checkout.php:379 pages/checkout.php:436
7948
- #: pages/checkout.php:438 pages/checkout.php:440 pages/checkout.php:449
7949
- #: pages/checkout.php:453 pages/checkout.php:455 pages/checkout.php:457
7950
- #: pages/checkout.php:460 pages/checkout.php:464 pages/checkout.php:467
 
7951
  msgid "E-mail Address"
7952
  msgstr ""
7953
 
7954
  #: pages/billing.php:236 pages/checkout.php:386 pages/billing.php:197
7955
  #: pages/billing.php:201 pages/billing.php:210 pages/billing.php:213
7956
  #: pages/billing.php:215 pages/billing.php:216 pages/billing.php:219
7957
- #: pages/billing.php:239 pages/billing.php:240 pages/billing.php:242
7958
- #: pages/checkout.php:386 pages/checkout.php:445 pages/checkout.php:447
7959
- #: pages/checkout.php:449 pages/checkout.php:458 pages/checkout.php:462
7960
- #: pages/checkout.php:464 pages/checkout.php:466 pages/checkout.php:469
7961
- #: pages/checkout.php:473 pages/checkout.php:476
7962
  msgid "Confirm E-mail"
7963
  msgstr ""
7964
 
7965
  #: pages/billing.php:259 pages/billing.php:217 pages/billing.php:221
7966
  #: pages/billing.php:230 pages/billing.php:231 pages/billing.php:234
7967
  #: pages/billing.php:238 pages/billing.php:244 pages/billing.php:247
7968
- #: pages/billing.php:262 pages/billing.php:263 pages/billing.php:270
 
7969
  msgid "Credit Card Information"
7970
  msgstr ""
7971
 
7972
  #: pages/billing.php:260 pages/billing.php:217 pages/billing.php:221
7973
  #: pages/billing.php:230 pages/billing.php:232 pages/billing.php:235
7974
  #: pages/billing.php:239 pages/billing.php:245 pages/billing.php:248
7975
- #: pages/billing.php:263 pages/billing.php:264 pages/billing.php:271
 
7976
  #, php-format
7977
  msgid "We accept %s"
7978
  msgstr ""
7979
 
7980
  #: pages/billing.php:378 pages/billing.php:309 pages/billing.php:313
7981
  #: pages/billing.php:344 pages/billing.php:353 pages/billing.php:356
7982
- #: pages/billing.php:360 pages/billing.php:364 pages/billing.php:380
7983
- #: pages/billing.php:381 pages/billing.php:385 pages/billing.php:387
7984
- #: pages/billing.php:408 pages/billing.php:413 pages/billing.php:417
7985
- #: pages/billing.php:422
7986
  msgid ""
7987
  "This subscription is not recurring. So you don't need to update your billing "
7988
  "information."
@@ -8327,7 +8435,8 @@ msgstr ""
8327
  #: paid-memberships-pro.php:116 paid-memberships-pro.php:123
8328
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
8329
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
8330
- #: paid-memberships-pro.php:128 paid-memberships-pro.php:135
 
8331
  msgid "Testing Only"
8332
  msgstr ""
8333
 
@@ -8335,7 +8444,8 @@ msgstr ""
8335
  #: paid-memberships-pro.php:121 paid-memberships-pro.php:128
8336
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
8337
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
8338
- #: paid-memberships-pro.php:133 paid-memberships-pro.php:140
 
8339
  msgid "PayPal Payflow Pro/PayPal Pro"
8340
  msgstr ""
8341
 
@@ -8343,13 +8453,15 @@ msgstr ""
8343
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:133
8344
  #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
8345
  #: paid-memberships-pro.php:136 paid-memberships-pro.php:137
8346
- #: paid-memberships-pro.php:138 paid-memberships-pro.php:145
 
8347
  msgid "Cybersource"
8348
  msgstr ""
8349
 
8350
  #: paid-memberships-pro.php:160 paid-memberships-pro.php:156
8351
  #: paid-memberships-pro.php:157 paid-memberships-pro.php:158
8352
- #: paid-memberships-pro.php:159 paid-memberships-pro.php:166
 
8353
  msgid "Once a month"
8354
  msgstr ""
8355
 
@@ -8368,65 +8480,69 @@ msgstr ""
8368
 
8369
  #: preheaders/billing.php:151 preheaders/checkout.php:322
8370
  #: preheaders/billing.php:145 preheaders/billing.php:147
8371
- #: preheaders/billing.php:258 preheaders/billing.php:265
8372
- #: preheaders/billing.php:266 preheaders/billing.php:270
8373
- #: preheaders/billing.php:273 preheaders/billing.php:279
8374
- #: preheaders/checkout.php:322 preheaders/checkout.php:332
8375
- #: preheaders/checkout.php:336 preheaders/checkout.php:364
8376
- #: preheaders/checkout.php:458 preheaders/checkout.php:464
8377
- #: preheaders/checkout.php:465 preheaders/checkout.php:470
8378
- #: preheaders/checkout.php:481 preheaders/checkout.php:482
 
8379
  msgid "Please complete all required fields."
8380
  msgstr ""
8381
 
8382
  #: preheaders/billing.php:154 preheaders/checkout.php:330
8383
  #: preheaders/billing.php:148 preheaders/billing.php:150
8384
- #: preheaders/billing.php:263 preheaders/billing.php:268
8385
- #: preheaders/billing.php:269 preheaders/billing.php:273
8386
- #: preheaders/billing.php:276 preheaders/billing.php:284
8387
- #: preheaders/checkout.php:330 preheaders/checkout.php:340
8388
- #: preheaders/checkout.php:344 preheaders/checkout.php:372
8389
- #: preheaders/checkout.php:466 preheaders/checkout.php:473
8390
- #: preheaders/checkout.php:474 preheaders/checkout.php:478
8391
- #: preheaders/checkout.php:491 preheaders/checkout.php:492
 
8392
  msgid "Your email addresses do not match. Please try again."
8393
  msgstr ""
8394
 
8395
  #: preheaders/billing.php:157 preheaders/checkout.php:335
8396
  #: preheaders/billing.php:151 preheaders/billing.php:153
8397
- #: preheaders/billing.php:268 preheaders/billing.php:271
8398
- #: preheaders/billing.php:272 preheaders/billing.php:276
8399
- #: preheaders/billing.php:279 preheaders/billing.php:289
8400
- #: preheaders/checkout.php:335 preheaders/checkout.php:345
8401
- #: preheaders/checkout.php:349 preheaders/checkout.php:377
8402
- #: preheaders/checkout.php:471 preheaders/checkout.php:478
8403
- #: preheaders/checkout.php:480 preheaders/checkout.php:483
8404
- #: preheaders/checkout.php:497 preheaders/checkout.php:498
 
8405
  msgid "The email address entered is in an invalid format. Please try again."
8406
  msgstr ""
8407
 
8408
  #: preheaders/billing.php:161 preheaders/billing.php:155
8409
- #: preheaders/billing.php:157 preheaders/billing.php:274
8410
- #: preheaders/billing.php:275 preheaders/billing.php:276
8411
- #: preheaders/billing.php:280 preheaders/billing.php:283
8412
- #: preheaders/billing.php:295
8413
  msgid "All good!"
8414
  msgstr ""
8415
 
8416
  #: preheaders/billing.php:228 preheaders/billing.php:222
8417
- #: preheaders/billing.php:224 preheaders/billing.php:340
8418
- #: preheaders/billing.php:345 preheaders/billing.php:346
8419
- #: preheaders/billing.php:350 preheaders/billing.php:353
8420
- #: preheaders/billing.php:370
8421
  #, php-format
8422
  msgid "Information updated. <a href=\"%s\">&laquo; back to my account</a>"
8423
  msgstr ""
8424
 
8425
  #: preheaders/billing.php:234 preheaders/billing.php:228
8426
- #: preheaders/billing.php:230 preheaders/billing.php:347
8427
- #: preheaders/billing.php:351 preheaders/billing.php:352
8428
- #: preheaders/billing.php:356 preheaders/billing.php:359
8429
- #: preheaders/billing.php:378 preheaders/billing.php:380
 
8430
  msgid "Error updating billing information."
8431
  msgstr ""
8432
 
6
  msgstr ""
7
  "Project-Id-Version: paid-memberships-pro\n"
8
  "Report-Msgid-Bugs-To: jason@strangerstudios.com\n"
9
+ "POT-Creation-Date: 2018-05-27 09:47+0200\n"
10
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11
  "Last-Translator: \n"
12
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
61
  #: adminpages/addons.php:79 adminpages/addons.php:92 adminpages/orders.php:605
62
  #: adminpages/orders.php:712 adminpages/orders.php:741
63
  #: adminpages/orders.php:850 adminpages/orders.php:881
64
+ #: adminpages/orders.php:892 adminpages/orders.php:983
65
  msgid "All"
66
  msgstr ""
67
 
192
  #: adminpages/orders.php:1340 adminpages/orders.php:1350
193
  #: includes/profile.php:186 shortcodes/pmpro_account.php:148
194
  #: adminpages/addons.php:231 adminpages/addons.php:234
195
+ #: adminpages/addons.php:247 adminpages/orders.php:855
196
+ #: adminpages/orders.php:1340 adminpages/orders.php:1350
197
+ #: includes/profile.php:186 shortcodes/pmpro_account.php:145
198
  #: shortcodes/pmpro_account.php:146 shortcodes/pmpro_account.php:148
199
  msgid "N/A"
200
  msgstr ""
573
  #: classes/gateways/class.pmprogateway_stripe.php:222
574
  #: classes/gateways/class.pmprogateway_stripe.php:249
575
  #: classes/gateways/class.pmprogateway_stripe.php:281
576
+ #: classes/gateways/class.pmprogateway_stripe.php:289
577
  #: classes/gateways/class.pmprogateway_stripe.php:297
578
  #: classes/gateways/class.pmprogateway_stripe.php:298 includes/profile.php:101
579
  #: includes/profile.php:105 includes/profile.php:110 includes/profile.php:117
651
  #: classes/gateways/class.pmprogateway_stripe.php:223
652
  #: classes/gateways/class.pmprogateway_stripe.php:250
653
  #: classes/gateways/class.pmprogateway_stripe.php:282
654
+ #: classes/gateways/class.pmprogateway_stripe.php:290
655
  #: classes/gateways/class.pmprogateway_stripe.php:298
656
  #: classes/gateways/class.pmprogateway_stripe.php:299 includes/profile.php:102
657
  #: includes/profile.php:106 includes/profile.php:111 includes/profile.php:118
842
  #: adminpages/orders.php:910 adminpages/orders.php:937
843
  #: adminpages/orders.php:966 adminpages/orders.php:1103
844
  #: adminpages/orders.php:1134 adminpages/orders.php:1140
845
+ #: adminpages/orders.php:1231 adminpages/reports/login.php:140
846
+ #: adminpages/reports/login.php:142 adminpages/reports/login.php:158
847
+ #: adminpages/reports/login.php:162 adminpages/templates/orders-email.php:46
848
  #: adminpages/templates/orders-print.php:75
849
  msgid "ID"
850
  msgstr ""
857
  #: adminpages/orders.php:261 adminpages/orders.php:333
858
  #: adminpages/orders.php:344 adminpages/orders.php:362
859
  #: adminpages/orders.php:375 adminpages/orders.php:386
860
+ #: adminpages/orders.php:394
861
  msgid "This will be generated when you save."
862
  msgstr ""
863
 
874
  #: adminpages/orders.php:265 adminpages/orders.php:337
875
  #: adminpages/orders.php:349 adminpages/orders.php:366
876
  #: adminpages/orders.php:380 adminpages/orders.php:391
877
+ #: adminpages/orders.php:401 adminpages/orders.php:598
878
+ #: adminpages/orders.php:901 adminpages/orders.php:911
879
+ #: adminpages/orders.php:938 adminpages/orders.php:967
880
+ #: adminpages/orders.php:1104 adminpages/orders.php:1135
881
+ #: adminpages/orders.php:1141 adminpages/orders.php:1232
882
  msgid "Code"
883
  msgstr ""
884
 
886
  #: adminpages/discountcodes.php:349 adminpages/discountcodes.php:352
887
  #: adminpages/discountcodes.php:353 adminpages/discountcodes.php:354
888
  #: adminpages/discountcodes.php:359 adminpages/discountcodes.php:424
889
+ #: adminpages/discountcodes.php:465 includes/privacy.php:186
890
  msgid "Start Date"
891
  msgstr ""
892
 
919
  #: classes/gateways/class.pmprogateway_stripe.php:570
920
  #: classes/gateways/class.pmprogateway_stripe.php:597
921
  #: classes/gateways/class.pmprogateway_stripe.php:613
922
+ #: classes/gateways/class.pmprogateway_stripe.php:621
923
  #: classes/gateways/class.pmprogateway_stripe.php:629
924
  #: classes/gateways/class.pmprogateway_stripe.php:630 pages/billing.php:249
925
  #: pages/billing.php:253 pages/billing.php:262 pages/billing.php:265
926
+ #: pages/billing.php:268 pages/billing.php:310 pages/billing.php:313
927
+ #: pages/billing.php:316 pages/billing.php:317 pages/billing.php:319
928
+ #: pages/billing.php:342 pages/checkout.php:463 pages/checkout.php:508
929
+ #: pages/checkout.php:524 pages/checkout.php:525 pages/checkout.php:532
930
+ #: pages/checkout.php:553 pages/checkout.php:562 pages/checkout.php:571
931
+ #: pages/checkout.php:575 pages/checkout.php:582 pages/checkout.php:585
932
  msgid "Expiration Date"
933
  msgstr ""
934
 
1048
  #: classes/gateways/class.pmprogateway_stripe.php:637
1049
  #: classes/gateways/class.pmprogateway_stripe.php:664
1050
  #: classes/gateways/class.pmprogateway_stripe.php:671
1051
+ #: classes/gateways/class.pmprogateway_stripe.php:679
1052
  #: classes/gateways/class.pmprogateway_stripe.php:687
1053
  #: classes/gateways/class.pmprogateway_stripe.php:688
1054
  msgid "Day(s)"
1084
  #: classes/gateways/class.pmprogateway_stripe.php:637
1085
  #: classes/gateways/class.pmprogateway_stripe.php:664
1086
  #: classes/gateways/class.pmprogateway_stripe.php:671
1087
+ #: classes/gateways/class.pmprogateway_stripe.php:679
1088
  #: classes/gateways/class.pmprogateway_stripe.php:687
1089
  #: classes/gateways/class.pmprogateway_stripe.php:688
1090
  msgid "Month(s)"
1120
  #: classes/gateways/class.pmprogateway_stripe.php:637
1121
  #: classes/gateways/class.pmprogateway_stripe.php:664
1122
  #: classes/gateways/class.pmprogateway_stripe.php:671
1123
+ #: classes/gateways/class.pmprogateway_stripe.php:679
1124
  #: classes/gateways/class.pmprogateway_stripe.php:687
1125
  #: classes/gateways/class.pmprogateway_stripe.php:688
1126
  msgid "Week(s)"
1156
  #: classes/gateways/class.pmprogateway_stripe.php:637
1157
  #: classes/gateways/class.pmprogateway_stripe.php:664
1158
  #: classes/gateways/class.pmprogateway_stripe.php:671
1159
+ #: classes/gateways/class.pmprogateway_stripe.php:679
1160
  #: classes/gateways/class.pmprogateway_stripe.php:687
1161
  #: classes/gateways/class.pmprogateway_stripe.php:688
1162
  msgid "Year(s)"
1412
  #: adminpages/orders.php:989 adminpages/orders.php:992
1413
  #: adminpages/orders.php:1021 adminpages/orders.php:1050
1414
  #: adminpages/orders.php:1205 adminpages/orders.php:1239
1415
+ #: adminpages/orders.php:1245 adminpages/orders.php:1360
1416
  msgid "edit"
1417
  msgstr ""
1418
 
1445
  #: adminpages/orders.php:995 adminpages/orders.php:998
1446
  #: adminpages/orders.php:1027 adminpages/orders.php:1056
1447
  #: adminpages/orders.php:1211 adminpages/orders.php:1245
1448
+ #: adminpages/orders.php:1251 adminpages/orders.php:1366
1449
  msgid "delete"
1450
  msgstr ""
1451
 
1696
  #: classes/gateways/class.pmprogateway_stripe.php:735
1697
  #: classes/gateways/class.pmprogateway_stripe.php:762
1698
  #: classes/gateways/class.pmprogateway_stripe.php:769
1699
+ #: classes/gateways/class.pmprogateway_stripe.php:777
1700
  #: classes/gateways/class.pmprogateway_stripe.php:785
1701
  #: classes/gateways/class.pmprogateway_stripe.php:786
1702
  msgid "per"
1866
  #: adminpages/orders.php:511 adminpages/orders.php:561
1867
  #: adminpages/orders.php:633 adminpages/orders.php:662
1868
  #: adminpages/orders.php:765 adminpages/orders.php:796
1869
+ #: adminpages/orders.php:807 adminpages/orders.php:894 pages/account.php:44
1870
+ #: pages/billing.php:295 pages/billing.php:299 pages/billing.php:330
1871
+ #: pages/billing.php:339 pages/billing.php:342 pages/billing.php:344
1872
+ #: pages/billing.php:348 pages/billing.php:363 pages/billing.php:364
1873
+ #: pages/billing.php:365 pages/billing.php:371 pages/billing.php:392
1874
+ #: pages/billing.php:397 pages/billing.php:401 pages/billing.php:406
1875
+ #: pages/cancel.php:71 pages/cancel.php:83 pages/cancel.php:84
1876
+ #: shortcodes/pmpro_account.php:70 shortcodes/pmpro_account.php:72
1877
+ #: shortcodes/pmpro_account.php:73
1878
  msgid "Cancel"
1879
  msgstr ""
1880
 
1983
  #: adminpages/orders.php:992 adminpages/orders.php:995
1984
  #: adminpages/orders.php:1024 adminpages/orders.php:1053
1985
  #: adminpages/orders.php:1208 adminpages/orders.php:1242
1986
+ #: adminpages/orders.php:1248 adminpages/orders.php:1363
1987
  msgid "copy"
1988
  msgstr ""
1989
 
2001
  #: adminpages/orders.php:591 adminpages/orders.php:698
2002
  #: adminpages/orders.php:727 adminpages/orders.php:833
2003
  #: adminpages/orders.php:864 adminpages/orders.php:875
2004
+ #: adminpages/orders.php:962
2005
  msgid "Export to CSV"
2006
  msgstr ""
2007
 
2011
  #: adminpages/orders.php:603 adminpages/orders.php:710
2012
  #: adminpages/orders.php:739 adminpages/orders.php:848
2013
  #: adminpages/orders.php:879 adminpages/orders.php:890
2014
+ #: adminpages/orders.php:981 adminpages/reports/login.php:65
2015
+ #: adminpages/reports/login.php:67 adminpages/reports/login.php:83
2016
+ #: adminpages/reports/login.php:87 adminpages/reports/memberships.php:256
2017
  #: adminpages/reports/memberships.php:263
2018
  #: adminpages/reports/memberships.php:276
2019
  #: adminpages/reports/memberships.php:292
2102
  #: pages/account.php:90 pages/account.php:94 pages/billing.php:58
2103
  #: pages/billing.php:62 pages/billing.php:71 pages/billing.php:74
2104
  #: pages/billing.php:76 pages/billing.php:77 pages/billing.php:80
2105
+ #: pages/billing.php:100 pages/billing.php:103 pages/billing.php:104
2106
+ #: pages/checkout.php:275 pages/checkout.php:298 pages/checkout.php:300
2107
+ #: pages/checkout.php:302 pages/checkout.php:311 pages/checkout.php:314
2108
+ #: pages/checkout.php:317 pages/checkout.php:319 pages/checkout.php:321
2109
+ #: pages/checkout.php:326 pages/checkout.php:329 pages/confirmation.php:59
2110
+ #: pages/confirmation.php:61 pages/confirmation.php:66
2111
+ #: pages/confirmation.php:67 pages/confirmation.php:69 pages/invoice.php:46
2112
+ #: pages/invoice.php:48
2113
  msgid "Billing Address"
2114
  msgstr ""
2115
 
2193
  #: adminpages/orders.php:297 adminpages/orders.php:119
2194
  #: adminpages/orders.php:169 adminpages/orders.php:270
2195
  #: adminpages/orders.php:284 adminpages/orders.php:285
2196
+ #: adminpages/orders.php:295 adminpages/orders.php:297
2197
  msgid "Order saved successfully."
2198
  msgstr ""
2199
 
2200
  #: adminpages/orders.php:300 adminpages/orders.php:124
2201
  #: adminpages/orders.php:174 adminpages/orders.php:275
2202
  #: adminpages/orders.php:287 adminpages/orders.php:288
2203
+ #: adminpages/orders.php:298 adminpages/orders.php:300
2204
  msgid "Error updating order timestamp."
2205
  msgstr ""
2206
 
2207
  #: adminpages/orders.php:304 adminpages/orders.php:130
2208
  #: adminpages/orders.php:180 adminpages/orders.php:281
2209
  #: adminpages/orders.php:291 adminpages/orders.php:292
2210
+ #: adminpages/orders.php:302 adminpages/orders.php:304
2211
  msgid "Error saving order."
2212
  msgstr ""
2213
 
2215
  #: adminpages/orders.php:195 adminpages/orders.php:245
2216
  #: adminpages/orders.php:317 adminpages/orders.php:321
2217
  #: adminpages/orders.php:346 adminpages/orders.php:352
2218
+ #: adminpages/orders.php:362 adminpages/orders.php:364
2219
+ #: classes/class.memberorder.php:743 classes/class.memberorder.php:746
2220
+ #: classes/class.memberorder.php:763
2221
  msgid "Order"
2222
  msgstr ""
2223
 
2225
  #: adminpages/orders.php:247 adminpages/orders.php:319
2226
  #: adminpages/orders.php:323 adminpages/orders.php:348
2227
  #: adminpages/orders.php:354 adminpages/orders.php:364
2228
+ #: adminpages/orders.php:366
2229
  msgid "New Order"
2230
  msgstr ""
2231
 
2233
  #: adminpages/orders.php:270 adminpages/orders.php:342
2234
  #: adminpages/orders.php:359 adminpages/orders.php:371
2235
  #: adminpages/orders.php:390 adminpages/orders.php:401
2236
+ #: adminpages/orders.php:413
2237
  msgid "Randomly generated for you."
2238
  msgstr ""
2239
 
2241
  #: adminpages/orders.php:275 adminpages/orders.php:347
2242
  #: adminpages/orders.php:364 adminpages/orders.php:376
2243
  #: adminpages/orders.php:395 adminpages/orders.php:406
2244
+ #: adminpages/orders.php:418
2245
  msgid "User ID"
2246
  msgstr ""
2247
 
2249
  #: adminpages/orders.php:284 adminpages/orders.php:356
2250
  #: adminpages/orders.php:376 adminpages/orders.php:385
2251
  #: adminpages/orders.php:407 adminpages/orders.php:418
2252
+ #: adminpages/orders.php:432
2253
  msgid "Membership Level ID"
2254
  msgstr ""
2255
 
2257
  #: adminpages/orders.php:293 adminpages/orders.php:365
2258
  #: adminpages/orders.php:389 adminpages/orders.php:394
2259
  #: adminpages/orders.php:420 adminpages/orders.php:431
2260
+ #: adminpages/orders.php:447 includes/privacy.php:245
2261
  msgid "Billing Name"
2262
  msgstr ""
2263
 
2265
  #: adminpages/orders.php:301 adminpages/orders.php:373
2266
  #: adminpages/orders.php:401 adminpages/orders.php:402
2267
  #: adminpages/orders.php:432 adminpages/orders.php:443
2268
+ #: adminpages/orders.php:461 includes/privacy.php:249
2269
  msgid "Billing Street"
2270
  msgstr ""
2271
 
2273
  #: adminpages/orders.php:258 adminpages/orders.php:308
2274
  #: adminpages/orders.php:380 adminpages/orders.php:409
2275
  #: adminpages/orders.php:412 adminpages/orders.php:443
2276
+ #: adminpages/orders.php:454 adminpages/orders.php:474 includes/privacy.php:253
2277
+ #: includes/privacy.php:358
2278
  msgid "Billing City"
2279
  msgstr ""
2280
 
2282
  #: adminpages/orders.php:315 adminpages/orders.php:387
2283
  #: adminpages/orders.php:416 adminpages/orders.php:423
2284
  #: adminpages/orders.php:454 adminpages/orders.php:465
2285
+ #: adminpages/orders.php:487 includes/privacy.php:257
2286
  msgid "Billing State"
2287
  msgstr ""
2288
 
2290
  #: adminpages/orders.php:272 adminpages/orders.php:322
2291
  #: adminpages/orders.php:394 adminpages/orders.php:423
2292
  #: adminpages/orders.php:434 adminpages/orders.php:465
2293
+ #: adminpages/orders.php:476 adminpages/orders.php:500 includes/privacy.php:261
2294
+ #: includes/privacy.php:360
2295
  msgid "Billing Postal Code"
2296
  msgstr ""
2297
 
2299
  #: adminpages/orders.php:279 adminpages/orders.php:329
2300
  #: adminpages/orders.php:401 adminpages/orders.php:430
2301
  #: adminpages/orders.php:445 adminpages/orders.php:476
2302
+ #: adminpages/orders.php:487 adminpages/orders.php:513 includes/privacy.php:265
2303
+ #: includes/privacy.php:362
2304
  msgid "Billing Country"
2305
  msgstr ""
2306
 
2308
  #: adminpages/orders.php:337 adminpages/orders.php:409
2309
  #: adminpages/orders.php:438 adminpages/orders.php:457
2310
  #: adminpages/orders.php:488 adminpages/orders.php:499
2311
+ #: adminpages/orders.php:527 includes/privacy.php:269
2312
  msgid "Billing Phone"
2313
  msgstr ""
2314
 
2316
  #: adminpages/orders.php:346 adminpages/orders.php:418
2317
  #: adminpages/orders.php:447 adminpages/orders.php:470
2318
  #: adminpages/orders.php:501 adminpages/orders.php:512
2319
+ #: adminpages/orders.php:542 includes/privacy.php:273
2320
  msgid "Sub Total"
2321
  msgstr ""
2322
 
2326
  #: adminpages/orders.php:354 adminpages/orders.php:426
2327
  #: adminpages/orders.php:455 adminpages/orders.php:481
2328
  #: adminpages/orders.php:512 adminpages/orders.php:523
2329
+ #: adminpages/orders.php:555 adminpages/templates/orders-email.php:60
2330
+ #: adminpages/templates/orders-print.php:89 includes/privacy.php:277
2331
+ #: pages/confirmation.php:92 pages/invoice.php:74 pages/invoice.php:78
2332
+ #: pages/invoice.php:80
2333
  msgid "Tax"
2334
  msgstr ""
2335
 
2337
  #: adminpages/orders.php:362 adminpages/orders.php:434
2338
  #: adminpages/orders.php:463 adminpages/orders.php:492
2339
  #: adminpages/orders.php:523 adminpages/orders.php:534
2340
+ #: adminpages/orders.php:568 includes/privacy.php:281
2341
  msgid "Coupon Amount"
2342
  msgstr ""
2343
 
2348
  #: adminpages/orders.php:370 adminpages/orders.php:442
2349
  #: adminpages/orders.php:471 adminpages/orders.php:504
2350
  #: adminpages/orders.php:535 adminpages/orders.php:546
2351
+ #: adminpages/orders.php:582 adminpages/orders.php:602
2352
+ #: adminpages/orders.php:905 adminpages/orders.php:915
2353
+ #: adminpages/orders.php:942 adminpages/orders.php:971
2354
+ #: adminpages/orders.php:1108 adminpages/orders.php:1139
2355
+ #: adminpages/orders.php:1145 adminpages/orders.php:1236
2356
  #: adminpages/templates/orders-email.php:64
2357
+ #: adminpages/templates/orders-print.php:93 includes/privacy.php:285
2358
+ #: pages/confirmation.php:96 pages/invoice.php:78 pages/invoice.php:82
2359
+ #: pages/invoice.php:84
2360
  msgid "Total"
2361
  msgstr ""
2362
 
2364
  #: adminpages/orders.php:375 adminpages/orders.php:447
2365
  #: adminpages/orders.php:476 adminpages/orders.php:513
2366
  #: adminpages/orders.php:544 adminpages/orders.php:555
2367
+ #: adminpages/orders.php:593
2368
  msgid "Should be subtotal + tax - couponamount."
2369
  msgstr ""
2370
 
2372
  #: adminpages/orders.php:380 adminpages/orders.php:452
2373
  #: adminpages/orders.php:481 adminpages/orders.php:518
2374
  #: adminpages/orders.php:549 adminpages/orders.php:560
2375
+ #: adminpages/orders.php:598 includes/privacy.php:289
2376
  msgid "Payment Type"
2377
  msgstr ""
2378
 
2380
  #: adminpages/orders.php:385 adminpages/orders.php:457
2381
  #: adminpages/orders.php:486 adminpages/orders.php:528
2382
  #: adminpages/orders.php:559 adminpages/orders.php:570
2383
+ #: adminpages/orders.php:610
2384
  msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
2385
  msgstr ""
2386
 
2391
  #: adminpages/orders.php:389 adminpages/orders.php:461
2392
  #: adminpages/orders.php:490 adminpages/orders.php:532
2393
  #: adminpages/orders.php:563 adminpages/orders.php:574
2394
+ #: adminpages/orders.php:614
2395
  #: classes/gateways/class.pmprogateway_braintree.php:291
2396
  #: classes/gateways/class.pmprogateway_braintree.php:304
2397
  #: classes/gateways/class.pmprogateway_braintree.php:306
2415
  #: classes/gateways/class.pmprogateway_stripe.php:522
2416
  #: classes/gateways/class.pmprogateway_stripe.php:549
2417
  #: classes/gateways/class.pmprogateway_stripe.php:573
2418
+ #: classes/gateways/class.pmprogateway_stripe.php:581
2419
  #: classes/gateways/class.pmprogateway_stripe.php:589
2420
+ #: classes/gateways/class.pmprogateway_stripe.php:590 includes/privacy.php:293
2421
+ #: pages/billing.php:234 pages/billing.php:238 pages/billing.php:247
2422
+ #: pages/billing.php:250 pages/billing.php:253 pages/billing.php:262
2423
+ #: pages/billing.php:268 pages/billing.php:271 pages/billing.php:274
2424
+ #: pages/billing.php:275 pages/billing.php:294 pages/checkout.php:423
2425
+ #: pages/checkout.php:493 pages/checkout.php:507 pages/checkout.php:510
2426
+ #: pages/checkout.php:516 pages/checkout.php:517 pages/checkout.php:525
2427
+ #: pages/checkout.php:527 pages/checkout.php:534 pages/checkout.php:537
2428
  msgid "Card Type"
2429
  msgstr ""
2430
 
2432
  #: adminpages/orders.php:394 adminpages/orders.php:466
2433
  #: adminpages/orders.php:495 adminpages/orders.php:540
2434
  #: adminpages/orders.php:571 adminpages/orders.php:582
2435
+ #: adminpages/orders.php:624
2436
  msgid "e.g. Visa, MasterCard, AMEX, etc"
2437
  msgstr ""
2438
 
2441
  #: includes/privacy.php:297 adminpages/orders.php:348 adminpages/orders.php:398
2442
  #: adminpages/orders.php:470 adminpages/orders.php:499
2443
  #: adminpages/orders.php:544 adminpages/orders.php:575
2444
+ #: adminpages/orders.php:586 adminpages/orders.php:628
2445
+ #: adminpages/paymentsettings.php:347 adminpages/paymentsettings.php:352
2446
  #: classes/gateways/class.pmprogateway_twocheckout.php:129
2447
  #: classes/gateways/class.pmprogateway_twocheckout.php:137
2448
  #: classes/gateways/class.pmprogateway_twocheckout.php:148
2449
+ #: includes/privacy.php:297
2450
  msgid "Account Number"
2451
  msgstr ""
2452
 
2454
  #: adminpages/orders.php:403 adminpages/orders.php:475
2455
  #: adminpages/orders.php:504 adminpages/orders.php:553
2456
  #: adminpages/orders.php:584 adminpages/orders.php:595
2457
+ #: adminpages/orders.php:639
2458
  msgid "Obscure all but last 4 digits."
2459
  msgstr ""
2460
 
2462
  #: adminpages/orders.php:408 adminpages/orders.php:480
2463
  #: adminpages/orders.php:509 adminpages/orders.php:561
2464
  #: adminpages/orders.php:592 adminpages/orders.php:603
2465
+ #: adminpages/orders.php:649 includes/privacy.php:301
2466
  msgid "Expiration Month"
2467
  msgstr ""
2468
 
2470
  #: adminpages/orders.php:415 adminpages/orders.php:487
2471
  #: adminpages/orders.php:516 adminpages/orders.php:569
2472
  #: adminpages/orders.php:600 adminpages/orders.php:611
2473
+ #: adminpages/orders.php:657 includes/privacy.php:305
2474
  msgid "Expiration Year"
2475
  msgstr ""
2476
 
2479
  #: adminpages/orders.php:423 adminpages/orders.php:495
2480
  #: adminpages/orders.php:524 adminpages/orders.php:579
2481
  #: adminpages/orders.php:606 adminpages/orders.php:610
2482
+ #: adminpages/orders.php:621 adminpages/orders.php:667
2483
+ #: adminpages/orders.php:909 adminpages/orders.php:919
2484
+ #: adminpages/orders.php:946 adminpages/orders.php:975
2485
+ #: adminpages/orders.php:1112 adminpages/orders.php:1143
2486
+ #: adminpages/orders.php:1149 adminpages/orders.php:1240
2487
+ #: includes/privacy.php:202 includes/privacy.php:309
2488
  msgid "Status"
2489
  msgstr ""
2490
 
2494
  #: adminpages/orders.php:516 adminpages/orders.php:545
2495
  #: adminpages/orders.php:604 adminpages/orders.php:612
2496
  #: adminpages/orders.php:643 adminpages/orders.php:654
2497
+ #: adminpages/orders.php:689 adminpages/orders.php:907
2498
+ #: adminpages/orders.php:917 adminpages/orders.php:944
2499
+ #: adminpages/orders.php:973 adminpages/orders.php:1110
2500
+ #: adminpages/orders.php:1141 adminpages/orders.php:1147
2501
+ #: adminpages/orders.php:1238 classes/class.memberorder.php:744
2502
+ #: classes/class.memberorder.php:747 classes/class.memberorder.php:764
2503
+ #: includes/privacy.php:313
2504
  msgid "Gateway"
2505
  msgstr ""
2506
 
2509
  #: adminpages/orders.php:462 adminpages/orders.php:534
2510
  #: adminpages/orders.php:563 adminpages/orders.php:633
2511
  #: adminpages/orders.php:664 adminpages/orders.php:675
2512
+ #: adminpages/orders.php:712 adminpages/paymentsettings.php:124
2513
+ #: adminpages/paymentsettings.php:141 adminpages/paymentsettings.php:175
2514
+ #: adminpages/paymentsettings.php:179 adminpages/paymentsettings.php:184
2515
+ #: includes/privacy.php:317
2516
  msgid "Gateway Environment"
2517
  msgstr ""
2518
 
2521
  #: adminpages/orders.php:466 adminpages/orders.php:538
2522
  #: adminpages/orders.php:567 adminpages/orders.php:640
2523
  #: adminpages/orders.php:671 adminpages/orders.php:682
2524
+ #: adminpages/orders.php:724 adminpages/paymentsettings.php:128
2525
+ #: adminpages/paymentsettings.php:145 adminpages/paymentsettings.php:179
2526
+ #: adminpages/paymentsettings.php:183 adminpages/paymentsettings.php:188
2527
  msgid "Sandbox/Testing"
2528
  msgstr ""
2529
 
2532
  #: adminpages/orders.php:467 adminpages/orders.php:539
2533
  #: adminpages/orders.php:568 adminpages/orders.php:642
2534
  #: adminpages/orders.php:673 adminpages/orders.php:684
2535
+ #: adminpages/orders.php:729 adminpages/paymentsettings.php:129
2536
+ #: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:180
2537
+ #: adminpages/paymentsettings.php:184 adminpages/paymentsettings.php:189
2538
  msgid "Live/Production"
2539
  msgstr ""
2540
 
2542
  #: adminpages/orders.php:473 adminpages/orders.php:474
2543
  #: adminpages/orders.php:546 adminpages/orders.php:575
2544
  #: adminpages/orders.php:650 adminpages/orders.php:681
2545
+ #: adminpages/orders.php:692 adminpages/orders.php:737 includes/privacy.php:321
2546
  msgid "Payment Transaction ID"
2547
  msgstr ""
2548
 
2550
  #: adminpages/orders.php:478 adminpages/orders.php:479
2551
  #: adminpages/orders.php:551 adminpages/orders.php:580
2552
  #: adminpages/orders.php:659 adminpages/orders.php:690
2553
+ #: adminpages/orders.php:701 adminpages/orders.php:748
2554
  msgid "Generated by the gateway. Useful to cross reference orders."
2555
  msgstr ""
2556
 
2559
  #: adminpages/orders.php:483 adminpages/orders.php:555
2560
  #: adminpages/orders.php:584 adminpages/orders.php:664
2561
  #: adminpages/orders.php:695 adminpages/orders.php:706
2562
+ #: adminpages/orders.php:753 classes/class.memberorder.php:745
2563
+ #: classes/class.memberorder.php:748 classes/class.memberorder.php:765
2564
+ #: includes/privacy.php:325
2565
  msgid "Subscription Transaction ID"
2566
  msgstr ""
2567
 
2569
  #: adminpages/orders.php:487 adminpages/orders.php:488
2570
  #: adminpages/orders.php:560 adminpages/orders.php:589
2571
  #: adminpages/orders.php:674 adminpages/orders.php:705
2572
+ #: adminpages/orders.php:716 adminpages/orders.php:765
2573
  msgid "Generated by the gateway. Useful to cross reference subscriptions."
2574
  msgstr ""
2575
 
2579
  #: adminpages/orders.php:565 adminpages/orders.php:594
2580
  #: adminpages/orders.php:607 adminpages/orders.php:679
2581
  #: adminpages/orders.php:710 adminpages/orders.php:721
2582
+ #: adminpages/orders.php:770 adminpages/orders.php:910
2583
+ #: adminpages/orders.php:920 adminpages/orders.php:947
2584
+ #: adminpages/orders.php:976 adminpages/orders.php:1113
2585
+ #: adminpages/orders.php:1144 adminpages/orders.php:1150
2586
+ #: adminpages/orders.php:1241 pages/account.php:91 pages/invoice.php:87
2587
  #: pages/invoice.php:100 pages/invoice.php:105 pages/invoice.php:107
2588
  #: shortcodes/pmpro_account.php:122 shortcodes/pmpro_account.php:124
2589
  #: shortcodes/pmpro_account.php:125 shortcodes/pmpro_account.php:127
2594
  #: adminpages/orders.php:527 adminpages/orders.php:599
2595
  #: adminpages/orders.php:628 adminpages/orders.php:716
2596
  #: adminpages/orders.php:747 adminpages/orders.php:758
2597
+ #: adminpages/orders.php:812
2598
  msgid "Affiliate ID"
2599
  msgstr ""
2600
 
2602
  #: adminpages/orders.php:535 adminpages/orders.php:607
2603
  #: adminpages/orders.php:636 adminpages/orders.php:728
2604
  #: adminpages/orders.php:759 adminpages/orders.php:770
2605
+ #: adminpages/orders.php:826
2606
  msgid "Affiliate SubID"
2607
  msgstr ""
2608
 
2609
+ #: adminpages/orders.php:848 adminpages/orders.php:848
2610
  msgid "TOS Consent"
2611
  msgstr ""
2612
 
2614
  #: adminpages/orders.php:545 adminpages/orders.php:617
2615
  #: adminpages/orders.php:646 adminpages/orders.php:742
2616
  #: adminpages/orders.php:773 adminpages/orders.php:784
2617
+ #: adminpages/orders.php:865
2618
  msgid "Notes"
2619
  msgstr ""
2620
 
2622
  #: adminpages/orders.php:560 adminpages/orders.php:632
2623
  #: adminpages/orders.php:661 adminpages/orders.php:764
2624
  #: adminpages/orders.php:795 adminpages/orders.php:806
2625
+ #: adminpages/orders.php:893
2626
  msgid "Save Order"
2627
  msgstr ""
2628
 
2629
  #: adminpages/orders.php:929 adminpages/orders.php:667
2630
  #: adminpages/orders.php:696 adminpages/orders.php:800
2631
  #: adminpages/orders.php:831 adminpages/orders.php:842
2632
+ #: adminpages/orders.php:929
2633
  msgid "Email Invoice"
2634
  msgstr ""
2635
 
2636
  #: adminpages/orders.php:932 adminpages/orders.php:670
2637
  #: adminpages/orders.php:699 adminpages/orders.php:803
2638
  #: adminpages/orders.php:834 adminpages/orders.php:845
2639
+ #: adminpages/orders.php:932
2640
  msgid "Send an invoice for this order to: "
2641
  msgstr ""
2642
 
2643
  #: adminpages/orders.php:934 adminpages/orders.php:672
2644
  #: adminpages/orders.php:701 adminpages/orders.php:805
2645
  #: adminpages/orders.php:836 adminpages/orders.php:847
2646
+ #: adminpages/orders.php:934
2647
  msgid "Send Email"
2648
  msgstr ""
2649
 
2652
  #: adminpages/orders.php:570 adminpages/orders.php:677
2653
  #: adminpages/orders.php:706 adminpages/orders.php:810
2654
  #: adminpages/orders.php:841 adminpages/orders.php:852
2655
+ #: adminpages/orders.php:939 includes/adminpages.php:17
2656
+ #: includes/adminpages.php:55 includes/adminpages.php:56
2657
+ #: includes/adminpages.php:84 includes/adminpages.php:156
2658
+ #: includes/adminpages.php:163 includes/adminpages.php:167
2659
+ #: includes/adminpages.php:172
2660
  msgid "Orders"
2661
  msgstr ""
2662
 
2664
  #: adminpages/orders.php:571 adminpages/orders.php:678
2665
  #: adminpages/orders.php:707 adminpages/orders.php:812
2666
  #: adminpages/orders.php:843 adminpages/orders.php:854
2667
+ #: adminpages/orders.php:941
2668
  msgid "Add New Order"
2669
  msgstr ""
2670
 
2671
  #: adminpages/orders.php:985 adminpages/orders.php:606
2672
  #: adminpages/orders.php:713 adminpages/orders.php:742
2673
  #: adminpages/orders.php:852 adminpages/orders.php:883
2674
+ #: adminpages/orders.php:894 adminpages/orders.php:985
2675
  msgid "Within a Date Range"
2676
  msgstr ""
2677
 
2678
  #: adminpages/orders.php:987 adminpages/orders.php:607
2679
  #: adminpages/orders.php:714 adminpages/orders.php:743
2680
  #: adminpages/orders.php:854 adminpages/orders.php:885
2681
+ #: adminpages/orders.php:896 adminpages/orders.php:987
2682
  msgid "Predefined Date Range"
2683
  msgstr ""
2684
 
2685
  #: adminpages/orders.php:989 adminpages/orders.php:608
2686
  #: adminpages/orders.php:715 adminpages/orders.php:744
2687
  #: adminpages/orders.php:856 adminpages/orders.php:887
2688
+ #: adminpages/orders.php:898 adminpages/orders.php:989
2689
  msgid "Within a Level"
2690
  msgstr ""
2691
 
2692
  #: adminpages/orders.php:991 adminpages/orders.php:609
2693
  #: adminpages/orders.php:716 adminpages/orders.php:745
2694
  #: adminpages/orders.php:858 adminpages/orders.php:889
2695
+ #: adminpages/orders.php:900 adminpages/orders.php:991
2696
  msgid "Within a Status"
2697
  msgstr ""
2698
 
2699
  #: adminpages/orders.php:994 adminpages/orders.php:612
2700
  #: adminpages/orders.php:719 adminpages/orders.php:748
2701
  #: adminpages/orders.php:861 adminpages/orders.php:892
2702
+ #: adminpages/orders.php:903 adminpages/orders.php:994
2703
  msgid "From"
2704
  msgstr ""
2705
 
2706
  #: adminpages/orders.php:1009 adminpages/orders.php:624
2707
  #: adminpages/orders.php:731 adminpages/orders.php:760
2708
  #: adminpages/orders.php:876 adminpages/orders.php:907
2709
+ #: adminpages/orders.php:918 adminpages/orders.php:1009
2710
  msgid "To"
2711
  msgstr ""
2712
 
2713
  #: adminpages/orders.php:1022 adminpages/orders.php:636
2714
  #: adminpages/orders.php:743 adminpages/orders.php:772
2715
  #: adminpages/orders.php:889 adminpages/orders.php:920
2716
+ #: adminpages/orders.php:931 adminpages/orders.php:1022
2717
  msgid "filter by "
2718
  msgstr ""
2719
 
2720
  #: adminpages/orders.php:1060 adminpages/orders.php:674
2721
  #: adminpages/orders.php:780 adminpages/orders.php:809
2722
  #: adminpages/orders.php:932 adminpages/orders.php:963
2723
+ #: adminpages/orders.php:969 adminpages/orders.php:1060
2724
  msgid "Filter"
2725
  msgstr ""
2726
 
2732
  #: adminpages/orders.php:1029 adminpages/orders.php:1032
2733
  #: adminpages/orders.php:1060 adminpages/orders.php:1063
2734
  #: adminpages/orders.php:1066 adminpages/orders.php:1069
2735
+ #: adminpages/orders.php:1157 adminpages/orders.php:1160
2736
  msgid "Search Orders"
2737
  msgstr ""
2738
 
2740
  #: adminpages/orders.php:893 adminpages/orders.php:903
2741
  #: adminpages/orders.php:930 adminpages/orders.php:959
2742
  #: adminpages/orders.php:1096 adminpages/orders.php:1127
2743
+ #: adminpages/orders.php:1133 adminpages/orders.php:1224
2744
  #, php-format
2745
  msgid "%d orders found."
2746
  msgstr ""
2751
  #: adminpages/orders.php:912 adminpages/orders.php:939
2752
  #: adminpages/orders.php:968 adminpages/orders.php:1105
2753
  #: adminpages/orders.php:1136 adminpages/orders.php:1142
2754
+ #: adminpages/orders.php:1233 adminpages/paymentsettings.php:211
2755
+ #: adminpages/paymentsettings.php:215 adminpages/paymentsettings.php:220
2756
+ #: adminpages/reports/login.php:141 adminpages/reports/login.php:143
2757
+ #: adminpages/reports/login.php:159 adminpages/reports/login.php:163
2758
  #: classes/gateways/class.pmprogateway_payflowpro.php:116
2759
  msgid "User"
2760
  msgstr ""
2764
  #: pages/invoice.php:28 adminpages/orders.php:601 adminpages/orders.php:904
2765
  #: adminpages/orders.php:914 adminpages/orders.php:941
2766
  #: adminpages/orders.php:970 adminpages/orders.php:1107
2767
+ #: adminpages/orders.php:1138 adminpages/orders.php:1144
2768
+ #: adminpages/orders.php:1235 includes/init.php:214 includes/init.php:217
2769
+ #: includes/init.php:218 includes/init.php:220 includes/init.php:222
2770
+ #: includes/init.php:230 includes/init.php:238 includes/init.php:243
2771
+ #: includes/init.php:244 includes/profile.php:25 includes/profile.php:27
2772
+ #: includes/profile.php:30 includes/profile.php:36 pages/checkout.php:33
2773
+ #: pages/checkout.php:34 pages/checkout.php:35 pages/checkout.php:42
2774
+ #: pages/checkout.php:45 pages/confirmation.php:46 pages/confirmation.php:47
2775
+ #: pages/confirmation.php:53 pages/confirmation.php:62
2776
+ #: pages/confirmation.php:64 pages/confirmation.php:70
2777
+ #: pages/confirmation.php:91 pages/confirmation.php:103
2778
+ #: pages/confirmation.php:105 pages/confirmation.php:113
2779
+ #: pages/confirmation.php:116 pages/confirmation.php:124 pages/invoice.php:27
2780
+ #: pages/invoice.php:28 pages/invoice.php:49 pages/invoice.php:51
2781
+ #: pages/invoice.php:70
2782
  msgid "Membership Level"
2783
  msgstr ""
2784
 
2791
  #: adminpages/orders.php:1109 adminpages/orders.php:1140
2792
  #: adminpages/orders.php:1146 adminpages/orders.php:1186
2793
  #: adminpages/orders.php:1220 adminpages/orders.php:1226
2794
+ #: adminpages/orders.php:1237 adminpages/orders.php:1335
2795
  msgid "Payment"
2796
  msgstr ""
2797
 
2799
  #: adminpages/orders.php:908 adminpages/orders.php:918
2800
  #: adminpages/orders.php:945 adminpages/orders.php:974
2801
  #: adminpages/orders.php:1111 adminpages/orders.php:1142
2802
+ #: adminpages/orders.php:1148 adminpages/orders.php:1239
2803
  msgid "Transaction IDs"
2804
  msgstr ""
2805
 
2807
  #: adminpages/orders.php:933 adminpages/orders.php:943
2808
  #: adminpages/orders.php:972 adminpages/orders.php:1001
2809
  #: adminpages/orders.php:1141 adminpages/orders.php:1172
2810
+ #: adminpages/orders.php:1178 adminpages/orders.php:1273
2811
  msgid "deleted"
2812
  msgstr ""
2813
 
2814
+ #: adminpages/orders.php:1275 adminpages/orders.php:1275
2815
  msgid "none"
2816
  msgstr ""
2817
 
2820
  #: adminpages/orders.php:984 adminpages/orders.php:1013
2821
  #: adminpages/orders.php:1042 adminpages/orders.php:1192
2822
  #: adminpages/orders.php:1226 adminpages/orders.php:1232
2823
+ #: adminpages/orders.php:1344
2824
  msgid "Subscription"
2825
  msgstr ""
2826
 
2829
  #: adminpages/orders.php:995 adminpages/orders.php:998
2830
  #: adminpages/orders.php:1027 adminpages/orders.php:1056
2831
  #: adminpages/orders.php:1211 adminpages/orders.php:1245
2832
+ #: adminpages/orders.php:1251 adminpages/orders.php:1366
2833
  #, php-format
2834
  msgid ""
2835
  "Deleting orders is permanent and can affect active users. Are you sure you "
2839
  #: adminpages/orders.php:1370 adminpages/orders.php:1030
2840
  #: adminpages/orders.php:1059 adminpages/orders.php:1215
2841
  #: adminpages/orders.php:1249 adminpages/orders.php:1255
2842
+ #: adminpages/orders.php:1370
2843
  msgid "print"
2844
  msgstr ""
2845
 
2846
  #: adminpages/orders.php:1374 adminpages/orders.php:1033
2847
  #: adminpages/orders.php:1062 adminpages/orders.php:1219
2848
  #: adminpages/orders.php:1253 adminpages/orders.php:1259
2849
+ #: adminpages/orders.php:1374
2850
  msgid "email"
2851
  msgstr ""
2852
 
2855
  #: adminpages/orders.php:1005 adminpages/orders.php:1008
2856
  #: adminpages/orders.php:1043 adminpages/orders.php:1072
2857
  #: adminpages/orders.php:1228 adminpages/orders.php:1262
2858
+ #: adminpages/orders.php:1268 adminpages/orders.php:1383
2859
  msgid "No orders found."
2860
  msgstr ""
2861
 
3174
  #: adminpages/paymentsettings.php:443 adminpages/paymentsettings.php:445
3175
  #: pages/billing.php:78 pages/billing.php:82 pages/billing.php:91
3176
  #: pages/billing.php:94 pages/billing.php:96 pages/billing.php:97
3177
+ #: pages/billing.php:100 pages/billing.php:117 pages/billing.php:120
3178
+ #: pages/billing.php:121 pages/billing.php:123
3179
  msgid "optional"
3180
  msgstr ""
3181
 
3618
  #: classes/class.memberorder.php:706 classes/class.memberorder.php:716
3619
  #: classes/class.memberorder.php:719 classes/class.memberorder.php:720
3620
  #: classes/class.memberorder.php:729 classes/class.memberorder.php:740
3621
+ #: classes/class.memberorder.php:743 classes/class.memberorder.php:760
3622
+ #: includes/cleanup.php:24
3623
  #, php-format
3624
  msgid ""
3625
  "There was an error canceling the subscription for user with ID=%s. You will "
3628
  msgstr ""
3629
 
3630
  #: classes/class.memberorder.php:761 classes/class.memberorder.php:741
3631
+ #: classes/class.memberorder.php:744 classes/class.memberorder.php:761
3632
  msgid "User Email"
3633
  msgstr ""
3634
 
3635
  #: classes/class.memberorder.php:762 classes/class.memberorder.php:742
3636
+ #: classes/class.memberorder.php:745 classes/class.memberorder.php:762
3637
  msgid "User Display Name"
3638
  msgstr ""
3639
 
3721
  #: classes/gateways/class.pmprogateway_stripe.php:611
3722
  #: classes/gateways/class.pmprogateway_stripe.php:638
3723
  #: classes/gateways/class.pmprogateway_stripe.php:644
3724
+ #: classes/gateways/class.pmprogateway_stripe.php:652
3725
  #: classes/gateways/class.pmprogateway_stripe.php:660
3726
  #: classes/gateways/class.pmprogateway_stripe.php:661 pages/checkout.php:66
3727
  #: pages/checkout.php:67 pages/checkout.php:68 pages/checkout.php:70
3856
  #: classes/class.pmproemail.php:809 classes/class.pmproemail.php:810
3857
  #: classes/class.pmproemail.php:811 classes/class.pmproemail.php:823
3858
  #: classes/class.pmproemail.php:830 classes/class.pmproemail.php:863
3859
+ #: classes/class.pmproemail.php:870 classes/class.pmproemail.php:877
3860
  #, php-format
3861
  msgid "The new level is %s"
3862
  msgstr ""
3879
  #: classes/class.pmproemail.php:815 classes/class.pmproemail.php:816
3880
  #: classes/class.pmproemail.php:817 classes/class.pmproemail.php:829
3881
  #: classes/class.pmproemail.php:836 classes/class.pmproemail.php:869
3882
+ #: classes/class.pmproemail.php:876 classes/class.pmproemail.php:884
3883
  #, php-format
3884
  msgid "This membership will expire on %s"
3885
  msgstr ""
3894
  #: classes/class.pmproemail.php:819 classes/class.pmproemail.php:820
3895
  #: classes/class.pmproemail.php:821 classes/class.pmproemail.php:833
3896
  #: classes/class.pmproemail.php:840 classes/class.pmproemail.php:873
3897
+ #: classes/class.pmproemail.php:880 classes/class.pmproemail.php:888
3898
  msgid "This membership does not expire"
3899
  msgstr ""
3900
 
3901
  #: classes/class.pmproemail.php:868 includes/init.php:265
3902
+ #: includes/profile.php:48 classes/class.pmproemail.php:868
3903
+ #: includes/init.php:229 includes/init.php:232 includes/init.php:233
3904
+ #: includes/init.php:235 includes/init.php:237 includes/init.php:245
3905
+ #: includes/init.php:253 includes/init.php:258 includes/init.php:259
3906
+ #: includes/init.php:265 includes/profile.php:37 includes/profile.php:39
3907
  #: includes/profile.php:42 includes/profile.php:48
3908
  msgid "None"
3909
  msgstr ""
3913
  #: classes/class.pmproemail.php:796 classes/class.pmproemail.php:805
3914
  #: classes/class.pmproemail.php:806 classes/class.pmproemail.php:807
3915
  #: classes/class.pmproemail.php:826 classes/class.pmproemail.php:859
3916
+ #: classes/class.pmproemail.php:866 classes/class.pmproemail.php:872
3917
  #, php-format
3918
  msgid "Membership for %s at %s has been changed"
3919
  msgstr ""
3922
  #: classes/class.pmproemail.php:802 classes/class.pmproemail.php:811
3923
  #: classes/class.pmproemail.php:812 classes/class.pmproemail.php:813
3924
  #: classes/class.pmproemail.php:832 classes/class.pmproemail.php:865
3925
+ #: classes/class.pmproemail.php:872 classes/class.pmproemail.php:879
3926
  msgid "Membership has been cancelled"
3927
  msgstr ""
3928
 
3929
  #: classes/class.pmproemail.php:919 classes/class.pmproemail.php:848
3930
  #: classes/class.pmproemail.php:849 classes/class.pmproemail.php:850
3931
  #: classes/class.pmproemail.php:869 classes/class.pmproemail.php:904
3932
+ #: classes/class.pmproemail.php:911 classes/class.pmproemail.php:919
3933
  msgid "Invoice for Order #: "
3934
  msgstr ""
3935
 
3936
  #: classes/class.pmproemail.php:963 classes/class.pmproemail.php:948
3937
+ #: classes/class.pmproemail.php:955 classes/class.pmproemail.php:963
3938
  msgid ""
3939
  "<p>An administrator at !!sitename!! has changed your membership level.</p>\n"
3940
  "\n"
4046
  #: paid-memberships-pro.php:130 paid-memberships-pro.php:131
4047
  #: paid-memberships-pro.php:132 paid-memberships-pro.php:133
4048
  #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
4049
+ #: paid-memberships-pro.php:136 paid-memberships-pro.php:142
4050
  msgid "Authorize.net"
4051
  msgstr ""
4052
 
4142
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
4143
  #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
4144
  #: paid-memberships-pro.php:135 paid-memberships-pro.php:136
4145
+ #: paid-memberships-pro.php:137 paid-memberships-pro.php:143
4146
  msgid "Braintree Payments"
4147
  msgstr ""
4148
 
4235
  #: classes/gateways/class.pmprogateway_stripe.php:230
4236
  #: classes/gateways/class.pmprogateway_stripe.php:257
4237
  #: classes/gateways/class.pmprogateway_stripe.php:289
4238
+ #: classes/gateways/class.pmprogateway_stripe.php:297
4239
  #: classes/gateways/class.pmprogateway_stripe.php:305
4240
  #: classes/gateways/class.pmprogateway_stripe.php:306
4241
  msgid "Web Hook URL"
4279
  #: classes/gateways/class.pmprogateway_stripe.php:499
4280
  #: classes/gateways/class.pmprogateway_stripe.php:526
4281
  #: classes/gateways/class.pmprogateway_stripe.php:561
4282
+ #: classes/gateways/class.pmprogateway_stripe.php:569
4283
  #: classes/gateways/class.pmprogateway_stripe.php:577
4284
  #: classes/gateways/class.pmprogateway_stripe.php:578 pages/checkout.php:411
4285
  #: pages/checkout.php:476 pages/checkout.php:478 pages/checkout.php:485
4314
  #: classes/gateways/class.pmprogateway_stripe.php:500
4315
  #: classes/gateways/class.pmprogateway_stripe.php:527
4316
  #: classes/gateways/class.pmprogateway_stripe.php:562
4317
+ #: classes/gateways/class.pmprogateway_stripe.php:570
4318
  #: classes/gateways/class.pmprogateway_stripe.php:578
4319
  #: classes/gateways/class.pmprogateway_stripe.php:579 pages/checkout.php:412
4320
  #: pages/checkout.php:476 pages/checkout.php:478 pages/checkout.php:485
4349
  #: classes/gateways/class.pmprogateway_stripe.php:565
4350
  #: classes/gateways/class.pmprogateway_stripe.php:592
4351
  #: classes/gateways/class.pmprogateway_stripe.php:609
4352
+ #: classes/gateways/class.pmprogateway_stripe.php:617
4353
  #: classes/gateways/class.pmprogateway_stripe.php:625
4354
  #: classes/gateways/class.pmprogateway_stripe.php:626 pages/billing.php:244
4355
  #: pages/billing.php:248 pages/billing.php:257 pages/billing.php:260
4356
+ #: pages/billing.php:263 pages/billing.php:305 pages/billing.php:309
4357
+ #: pages/billing.php:311 pages/billing.php:312 pages/billing.php:313
4358
+ #: pages/billing.php:314 pages/billing.php:337 pages/checkout.php:459
4359
+ #: pages/checkout.php:503 pages/checkout.php:519 pages/checkout.php:520
4360
+ #: pages/checkout.php:527 pages/checkout.php:548 pages/checkout.php:557
4361
+ #: pages/checkout.php:566 pages/checkout.php:570 pages/checkout.php:577
4362
+ #: pages/checkout.php:580
4363
  msgid "Card Number"
4364
  msgstr ""
4365
 
4386
  #: classes/gateways/class.pmprogateway_stripe.php:602
4387
  #: classes/gateways/class.pmprogateway_stripe.php:629 pages/billing.php:281
4388
  #: pages/billing.php:285 pages/billing.php:294 pages/billing.php:297
4389
+ #: pages/billing.php:301 pages/billing.php:343 pages/billing.php:348
4390
+ #: pages/billing.php:351 pages/billing.php:352 pages/billing.php:354
4391
+ #: pages/billing.php:357 pages/billing.php:380 pages/checkout.php:540
4392
+ #: pages/checkout.php:556 pages/checkout.php:557 pages/checkout.php:564
4393
+ #: pages/checkout.php:585 pages/checkout.php:594 pages/checkout.php:603
4394
+ #: pages/checkout.php:605 pages/checkout.php:607 pages/checkout.php:608
4395
+ #: pages/checkout.php:612 pages/checkout.php:615
4396
  msgid "CVV"
4397
  msgstr ""
4398
 
4420
  #: classes/gateways/class.pmprogateway_stripe.php:603
4421
  #: classes/gateways/class.pmprogateway_stripe.php:630
4422
  #: classes/gateways/class.pmprogateway_stripe.php:639
4423
+ #: classes/gateways/class.pmprogateway_stripe.php:647
4424
  #: classes/gateways/class.pmprogateway_stripe.php:655
4425
  #: classes/gateways/class.pmprogateway_stripe.php:656 pages/billing.php:282
4426
  #: pages/billing.php:286 pages/billing.php:295 pages/billing.php:298
4427
+ #: pages/billing.php:302 pages/billing.php:344 pages/billing.php:349
4428
+ #: pages/billing.php:352 pages/billing.php:353 pages/billing.php:355
4429
+ #: pages/billing.php:358 pages/billing.php:381 pages/checkout.php:493
4430
+ #: pages/checkout.php:541 pages/checkout.php:557 pages/checkout.php:558
4431
+ #: pages/checkout.php:565 pages/checkout.php:586 pages/checkout.php:595
4432
+ #: pages/checkout.php:604 pages/checkout.php:606 pages/checkout.php:608
4433
+ #: pages/checkout.php:609 pages/checkout.php:613 pages/checkout.php:616
4434
  msgid "what's this?"
4435
  msgstr ""
4436
 
4459
  #: classes/gateways/class.pmprogateway_stripe.php:613
4460
  #: classes/gateways/class.pmprogateway_stripe.php:640
4461
  #: classes/gateways/class.pmprogateway_stripe.php:646
4462
+ #: classes/gateways/class.pmprogateway_stripe.php:654
4463
  #: classes/gateways/class.pmprogateway_stripe.php:662
4464
  #: classes/gateways/class.pmprogateway_stripe.php:663 pages/checkout.php:78
4465
  #: pages/checkout.php:79 pages/checkout.php:80 pages/checkout.php:87
4524
  #: classes/gateways/class.pmprogateway_stripe.php:1094
4525
  #: classes/gateways/class.pmprogateway_stripe.php:1105
4526
  #: classes/gateways/class.pmprogateway_stripe.php:1123
4527
+ #: classes/gateways/class.pmprogateway_stripe.php:1131
4528
  #: classes/gateways/class.pmprogateway_stripe.php:1139
4529
  #: classes/gateways/class.pmprogateway_stripe.php:1140
4530
  #: classes/gateways/class.pmprogateway_stripe.php:1143
4714
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
4715
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
4716
  #: paid-memberships-pro.php:128 paid-memberships-pro.php:129
4717
+ #: paid-memberships-pro.php:130 paid-memberships-pro.php:136
4718
  msgid "Pay by Check"
4719
  msgstr ""
4720
 
4836
  #: paid-memberships-pro.php:127 paid-memberships-pro.php:128
4837
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
4838
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
4839
+ #: paid-memberships-pro.php:133 paid-memberships-pro.php:139
4840
  msgid "PayPal Website Payments Pro"
4841
  msgstr ""
4842
 
4980
  #: classes/gateways/class.pmprogateway_paypalexpress.php:402
4981
  #: classes/gateways/class.pmprogateway_paypalexpress.php:412
4982
  #: classes/gateways/class.pmprogateway_paypalexpress.php:438
4983
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:444
4984
  #: classes/gateways/class.pmprogateway_paypalstandard.php:201
4985
  #: classes/gateways/class.pmprogateway_paypalstandard.php:202
4986
  #: classes/gateways/class.pmprogateway_paypalstandard.php:229
4999
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
5000
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
5001
  #: classes/gateways/class.pmprogateway_paypalexpress.php:443
5002
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:449
5003
  #: classes/gateways/class.pmprogateway_paypalstandard.php:206
5004
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
5005
  #: classes/gateways/class.pmprogateway_paypalstandard.php:234
5020
  #: classes/gateways/class.pmprogateway_paypalexpress.php:408
5021
  #: classes/gateways/class.pmprogateway_paypalexpress.php:418
5022
  #: classes/gateways/class.pmprogateway_paypalexpress.php:443
5023
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:449
5024
  #: classes/gateways/class.pmprogateway_paypalstandard.php:206
5025
  #: classes/gateways/class.pmprogateway_paypalstandard.php:208
5026
  #: classes/gateways/class.pmprogateway_paypalstandard.php:234
5051
  #: classes/gateways/class.pmprogateway_paypalexpress.php:750
5052
  #: classes/gateways/class.pmprogateway_paypalexpress.php:752
5053
  #: classes/gateways/class.pmprogateway_paypalexpress.php:777
5054
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:783
5055
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
5056
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
5057
  #: classes/gateways/class.pmprogateway_paypalstandard.php:230
5073
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
5074
  #: paid-memberships-pro.php:128 paid-memberships-pro.php:129
5075
  #: paid-memberships-pro.php:130 paid-memberships-pro.php:131
5076
+ #: paid-memberships-pro.php:132 paid-memberships-pro.php:138
5077
  msgid "PayPal Express"
5078
  msgstr ""
5079
 
5091
  #: classes/gateways/class.pmprogateway_paypalexpress.php:268
5092
  #: classes/gateways/class.pmprogateway_paypalexpress.php:278
5093
  #: classes/gateways/class.pmprogateway_paypalexpress.php:301
5094
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:307
5095
  #: classes/gateways/class.pmprogateway_paypalexpress.php:320
5096
  #: classes/gateways/class.pmprogateway_paypalexpress.php:330
5097
  #: classes/gateways/class.pmprogateway_paypalexpress.php:357
5098
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:363
5099
  #: preheaders/checkout.php:690 preheaders/checkout.php:697
5100
  #: preheaders/checkout.php:702 preheaders/checkout.php:735
5101
  #: preheaders/checkout.php:750 preheaders/checkout.php:753
5113
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
5114
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
5115
  #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
5116
+ #: paid-memberships-pro.php:135 paid-memberships-pro.php:141
5117
  msgid "PayPal Standard"
5118
  msgstr ""
5119
 
5146
  #: paid-memberships-pro.php:125 paid-memberships-pro.php:126
5147
  #: paid-memberships-pro.php:127 paid-memberships-pro.php:128
5148
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
5149
+ #: paid-memberships-pro.php:131 paid-memberships-pro.php:137
5150
  msgid "Stripe"
5151
  msgstr ""
5152
 
5216
  #: classes/gateways/class.pmprogateway_stripe.php:218
5217
  #: classes/gateways/class.pmprogateway_stripe.php:245
5218
  #: classes/gateways/class.pmprogateway_stripe.php:277
5219
+ #: classes/gateways/class.pmprogateway_stripe.php:285
5220
  #: classes/gateways/class.pmprogateway_stripe.php:293
5221
  #: classes/gateways/class.pmprogateway_stripe.php:294
5222
  msgid "Show Billing Address Fields"
5234
  #: classes/gateways/class.pmprogateway_stripe.php:225
5235
  #: classes/gateways/class.pmprogateway_stripe.php:252
5236
  #: classes/gateways/class.pmprogateway_stripe.php:284
5237
+ #: classes/gateways/class.pmprogateway_stripe.php:292
5238
  #: classes/gateways/class.pmprogateway_stripe.php:300
5239
  #: classes/gateways/class.pmprogateway_stripe.php:301
5240
  msgid ""
5256
  #: classes/gateways/class.pmprogateway_stripe.php:233
5257
  #: classes/gateways/class.pmprogateway_stripe.php:260
5258
  #: classes/gateways/class.pmprogateway_stripe.php:292
5259
+ #: classes/gateways/class.pmprogateway_stripe.php:300
5260
  #: classes/gateways/class.pmprogateway_stripe.php:308
5261
  #: classes/gateways/class.pmprogateway_stripe.php:309
5262
  msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
5264
 
5265
  #: classes/gateways/class.pmprogateway_stripe.php:646 pages/checkout.php:492
5266
  #: classes/gateways/class.pmprogateway_stripe.php:638
5267
+ #: classes/gateways/class.pmprogateway_stripe.php:646
5268
  #: classes/gateways/class.pmprogateway_stripe.php:654
5269
  #: classes/gateways/class.pmprogateway_stripe.php:655 pages/checkout.php:492
5270
  msgid "Security Code (CVC)"
5273
  #: classes/gateways/class.pmprogateway_stripe.php:718
5274
  #: classes/gateways/class.pmprogateway_stripe.php:703
5275
  #: classes/gateways/class.pmprogateway_stripe.php:710
5276
+ #: classes/gateways/class.pmprogateway_stripe.php:718
5277
  #: classes/gateways/class.pmprogateway_stripe.php:726
5278
  #: classes/gateways/class.pmprogateway_stripe.php:727
5279
  #, php-format
5296
  #: classes/gateways/class.pmprogateway_stripe.php:683
5297
  #: classes/gateways/class.pmprogateway_stripe.php:710
5298
  #: classes/gateways/class.pmprogateway_stripe.php:717
5299
+ #: classes/gateways/class.pmprogateway_stripe.php:725
5300
  #: classes/gateways/class.pmprogateway_stripe.php:733
5301
  #: classes/gateways/class.pmprogateway_stripe.php:734
5302
  msgid "Subscription Updates"
5316
  #: classes/gateways/class.pmprogateway_stripe.php:687
5317
  #: classes/gateways/class.pmprogateway_stripe.php:714
5318
  #: classes/gateways/class.pmprogateway_stripe.php:721
5319
+ #: classes/gateways/class.pmprogateway_stripe.php:729
5320
  #: classes/gateways/class.pmprogateway_stripe.php:737
5321
  #: classes/gateways/class.pmprogateway_stripe.php:738
5322
  msgid ""
5338
  #: classes/gateways/class.pmprogateway_stripe.php:689
5339
  #: classes/gateways/class.pmprogateway_stripe.php:716
5340
  #: classes/gateways/class.pmprogateway_stripe.php:723
5341
+ #: classes/gateways/class.pmprogateway_stripe.php:731
5342
  #: classes/gateways/class.pmprogateway_stripe.php:739
5343
  #: classes/gateways/class.pmprogateway_stripe.php:740
5344
  msgid ""
5360
  #: classes/gateways/class.pmprogateway_stripe.php:694
5361
  #: classes/gateways/class.pmprogateway_stripe.php:721
5362
  #: classes/gateways/class.pmprogateway_stripe.php:728
5363
+ #: classes/gateways/class.pmprogateway_stripe.php:736
5364
  #: classes/gateways/class.pmprogateway_stripe.php:744
5365
  #: classes/gateways/class.pmprogateway_stripe.php:745 pages/billing.php:294
5366
  #: pages/billing.php:298 pages/billing.php:329 pages/billing.php:338
5367
  #: pages/billing.php:341 pages/billing.php:343 pages/billing.php:347
5368
+ #: pages/billing.php:362 pages/billing.php:363 pages/billing.php:364
5369
+ #: pages/billing.php:370 pages/billing.php:391 pages/billing.php:396
5370
+ #: pages/billing.php:400 pages/billing.php:405
5371
  msgid "Update"
5372
  msgstr ""
5373
 
5374
  #: classes/gateways/class.pmprogateway_stripe.php:1127
5375
  #: classes/gateways/class.pmprogateway_stripe.php:1119
5376
+ #: classes/gateways/class.pmprogateway_stripe.php:1127
5377
  #: classes/gateways/class.pmprogateway_stripe.php:1135
5378
  #: classes/gateways/class.pmprogateway_stripe.php:1136
5379
  #: classes/gateways/class.pmprogateway_stripe.php:1172
5401
  #: classes/gateways/class.pmprogateway_stripe.php:1326
5402
  #: classes/gateways/class.pmprogateway_stripe.php:1336
5403
  #: classes/gateways/class.pmprogateway_stripe.php:1357
5404
+ #: classes/gateways/class.pmprogateway_stripe.php:1365
5405
  #: classes/gateways/class.pmprogateway_stripe.php:1373
5406
  #: classes/gateways/class.pmprogateway_stripe.php:1374
5407
  #: classes/gateways/class.pmprogateway_stripe.php:1410
5419
  #: classes/gateways/class.pmprogateway_stripe.php:1385
5420
  #: classes/gateways/class.pmprogateway_stripe.php:1395
5421
  #: classes/gateways/class.pmprogateway_stripe.php:1416
5422
+ #: classes/gateways/class.pmprogateway_stripe.php:1424
5423
  #: classes/gateways/class.pmprogateway_stripe.php:1432
5424
  #: classes/gateways/class.pmprogateway_stripe.php:1433
5425
  #: classes/gateways/class.pmprogateway_stripe.php:1469
5455
  #: classes/gateways/class.pmprogateway_stripe.php:1541
5456
  #: classes/gateways/class.pmprogateway_stripe.php:1551
5457
  #: classes/gateways/class.pmprogateway_stripe.php:1572
5458
+ #: classes/gateways/class.pmprogateway_stripe.php:1580
5459
  #: classes/gateways/class.pmprogateway_stripe.php:1588
5460
  #: classes/gateways/class.pmprogateway_stripe.php:1589
5461
  #: classes/gateways/class.pmprogateway_stripe.php:1625
5486
  #: classes/gateways/class.pmprogateway_stripe.php:1572
5487
  #: classes/gateways/class.pmprogateway_stripe.php:1582
5488
  #: classes/gateways/class.pmprogateway_stripe.php:1603
5489
+ #: classes/gateways/class.pmprogateway_stripe.php:1611
5490
  #: classes/gateways/class.pmprogateway_stripe.php:1619
5491
  #: classes/gateways/class.pmprogateway_stripe.php:1620
5492
  #: classes/gateways/class.pmprogateway_stripe.php:1656
5507
  #: classes/gateways/class.pmprogateway_stripe.php:887
5508
  #: classes/gateways/class.pmprogateway_stripe.php:914
5509
  #: classes/gateways/class.pmprogateway_stripe.php:1698
5510
+ #: classes/gateways/class.pmprogateway_stripe.php:1706
5511
  #: classes/gateways/class.pmprogateway_stripe.php:1714
5512
  #: classes/gateways/class.pmprogateway_stripe.php:1715
5513
  msgid "Could not cancel the old subscription. Updates have not been processed."
5536
  #: classes/gateways/class.pmprogateway_stripe.php:1716
5537
  #: classes/gateways/class.pmprogateway_stripe.php:1752
5538
  #: classes/gateways/class.pmprogateway_stripe.php:1801
5539
+ #: classes/gateways/class.pmprogateway_stripe.php:1809
5540
  #: classes/gateways/class.pmprogateway_stripe.php:1817
5541
  #: classes/gateways/class.pmprogateway_stripe.php:1818
5542
  msgid "Could not cancel old subscription."
5562
  #: classes/gateways/class.pmprogateway_stripe.php:1733
5563
  #: classes/gateways/class.pmprogateway_stripe.php:1769
5564
  #: classes/gateways/class.pmprogateway_stripe.php:1818
5565
+ #: classes/gateways/class.pmprogateway_stripe.php:1826
5566
  #: classes/gateways/class.pmprogateway_stripe.php:1834
5567
  #: classes/gateways/class.pmprogateway_stripe.php:1835
5568
  msgid "Could not find the customer."
5575
  #: classes/gateways/class.pmprogateway_stripe.php:1885
5576
  #: classes/gateways/class.pmprogateway_stripe.php:1921
5577
  #: classes/gateways/class.pmprogateway_stripe.php:1978
5578
+ #: classes/gateways/class.pmprogateway_stripe.php:1986
5579
  #: classes/gateways/class.pmprogateway_stripe.php:1994
5580
  #: classes/gateways/class.pmprogateway_stripe.php:1995
5581
  msgid "Error: "
5588
  #: classes/gateways/class.pmprogateway_stripe.php:1898
5589
  #: classes/gateways/class.pmprogateway_stripe.php:1934
5590
  #: classes/gateways/class.pmprogateway_stripe.php:1991
5591
+ #: classes/gateways/class.pmprogateway_stripe.php:1999
5592
  #: classes/gateways/class.pmprogateway_stripe.php:2007
5593
  #: classes/gateways/class.pmprogateway_stripe.php:2008
5594
  #, php-format
5604
  #: paid-memberships-pro.php:132 paid-memberships-pro.php:133
5605
  #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
5606
  #: paid-memberships-pro.php:136 paid-memberships-pro.php:137
5607
+ #: paid-memberships-pro.php:138 paid-memberships-pro.php:144
5608
  msgid "2Checkout"
5609
  msgstr ""
5610
 
5675
  msgid "Check Out with 2Checkout"
5676
  msgstr ""
5677
 
5678
+ #: includes/addons.php:225 includes/addons.php:222 includes/addons.php:225
5679
  msgid ""
5680
  "Important: This plugin requires a valid PMPro Plus license key to update."
5681
  msgstr ""
5682
 
5683
+ #: includes/addons.php:278 includes/addons.php:274 includes/addons.php:278
5684
  msgid ""
5685
  "You must have a <a href=\"https://www.paidmembershipspro.com/pricing/?"
5686
  "utm_source=wp-admin&utm_pluginlink=bulkupdate\">valid PMPro Plus License "
5688
  "updated:"
5689
  msgstr ""
5690
 
5691
+ #: includes/addons.php:296 includes/addons.php:292 includes/addons.php:296
5692
  msgid "Update Plugin"
5693
  msgstr ""
5694
 
5695
+ #: includes/addons.php:298 includes/addons.php:294 includes/addons.php:298
5696
  msgid ""
5697
  "You must have a <a href=\"https://www.paidmembershipspro.com/pricing/?"
5698
  "utm_source=wp-admin&utm_pluginlink=addon_update\">valid PMPro Plus License "
5699
  "Key</a> to update PMPro Plus add ons."
5700
  msgstr ""
5701
 
5702
+ #: includes/addons.php:301 includes/addons.php:297 includes/addons.php:301
5703
  msgid "Return to the PMPro Add Ons page"
5704
  msgstr ""
5705
 
5706
+ #: includes/addons.php:320 includes/addons.php:316 includes/addons.php:320
5707
  msgid ""
5708
  "You must enter a valid PMPro Plus License Key under Settings > PMPro License "
5709
  "to update this add on."
7607
  "Only members of these levels will be able to view posts in this category."
7608
  msgstr ""
7609
 
7610
+ #: includes/privacy.php:19 includes/privacy.php:19
7611
  msgid "Data Collected to Manage Your Membership"
7612
  msgstr ""
7613
 
7614
+ #: includes/privacy.php:20 includes/privacy.php:20
7615
  msgid ""
7616
  "At checkout, we will collect your name, email address, username, and "
7617
  "password. This information is used to setup your account for our site. If "
7620
  "account when you return to our site."
7621
  msgstr ""
7622
 
7623
+ #: includes/privacy.php:21 includes/privacy.php:21
7624
  msgid ""
7625
  "At checkout, we may also collect your billing address and phone number. This "
7626
  "information is used to confirm your credit card. The billing address and "
7629
  "your order."
7630
  msgstr ""
7631
 
7632
+ #: includes/privacy.php:22 includes/privacy.php:22
7633
  msgid ""
7634
  "At checkout, we may also collect your credit card number, expiration date, "
7635
  "and security code. This information is passed to our payment gateway to "
7638
  "an email if your credit card will expire before the next recurring payment."
7639
  msgstr ""
7640
 
7641
+ #: includes/privacy.php:23 includes/privacy.php:23
7642
  msgid ""
7643
  "When logged in, we use cookies to track some of your activity on our site "
7644
  "including logins, visits, and page views."
7645
  msgstr ""
7646
 
7647
+ #: includes/privacy.php:35 includes/privacy.php:109 includes/privacy.php:35
7648
+ #: includes/privacy.php:109
7649
  msgid "Paid Memberships Pro Data"
7650
  msgstr ""
7651
 
7652
+ #: includes/privacy.php:81 includes/privacy.php:81
7653
  msgid "1 PMPro order was retained for business records."
7654
  msgstr ""
7655
 
7656
+ #: includes/privacy.php:83 includes/privacy.php:83
7657
  #, php-format
7658
  msgid "%d PMPro orders were retained for business records."
7659
  msgstr ""
7660
 
7661
+ #: includes/privacy.php:88 includes/privacy.php:88
7662
  msgid ""
7663
  "Please note that data erasure will not cancel a user's membership level or "
7664
  "any active subscriptions. Please edit or delete the user through the "
7665
  "WordPress dashboard."
7666
  msgstr ""
7667
 
7668
+ #: includes/privacy.php:160 includes/privacy.php:160
7669
  msgid "Paid Memberships Pro User Data"
7670
  msgstr ""
7671
 
7672
  #: includes/privacy.php:175 adminpages/memberslist.php:184
7673
+ #: adminpages/memberslist.php:212 includes/privacy.php:175
7674
  msgid "Never"
7675
  msgstr ""
7676
 
7677
+ #: includes/privacy.php:182 includes/privacy.php:182
7678
  msgid "Level ID"
7679
  msgstr ""
7680
 
7681
+ #: includes/privacy.php:190 includes/privacy.php:190
7682
  msgid "Date Modified"
7683
  msgstr ""
7684
 
7685
+ #: includes/privacy.php:194 includes/privacy.php:194
7686
  msgid "End Date"
7687
  msgstr ""
7688
 
7689
+ #: includes/privacy.php:198 includes/privacy.php:198
7690
  msgid "Level Cost"
7691
  msgstr ""
7692
 
7693
+ #: includes/privacy.php:209 includes/privacy.php:209
7694
  msgid "Paid Memberships Pro Membership History"
7695
  msgstr ""
7696
 
7697
+ #: includes/privacy.php:229 includes/privacy.php:229
7698
  msgid "Order ID"
7699
  msgstr ""
7700
 
7701
+ #: includes/privacy.php:233 includes/privacy.php:233
7702
  msgid "Order Code"
7703
  msgstr ""
7704
 
7705
+ #: includes/privacy.php:237 includes/privacy.php:237
7706
  msgid "Order Date"
7707
  msgstr ""
7708
 
7709
  #: includes/privacy.php:241 pages/billing.php:41 pages/cancel.php:61
7710
  #: pages/invoice.php:102 pages/levels.php:35 shortcodes/pmpro_account.php:44
7711
+ #: shortcodes/pmpro_account.php:128 includes/privacy.php:241
7712
+ #: pages/account.php:12 pages/account.php:18 pages/account.php:92
7713
+ #: pages/billing.php:16 pages/billing.php:25 pages/billing.php:27
7714
+ #: pages/billing.php:28 pages/billing.php:30 pages/billing.php:41
7715
  #: pages/billing.php:44 pages/billing.php:45 pages/cancel.php:52
7716
  #: pages/cancel.php:60 pages/cancel.php:61 pages/invoice.php:89
7717
  #: pages/invoice.php:102 pages/invoice.php:109 pages/levels.php:13
7722
  msgid "Level"
7723
  msgstr ""
7724
 
7725
+ #: includes/privacy.php:333 includes/privacy.php:333
7726
  msgid "Paid Memberships Pro Order History"
7727
  msgstr ""
7728
 
7729
+ #: includes/privacy.php:354 includes/privacy.php:354
7730
  msgid "Billing First Name"
7731
  msgstr ""
7732
 
7733
+ #: includes/privacy.php:355 includes/privacy.php:355
7734
  msgid "Billing Last Name"
7735
  msgstr ""
7736
 
7737
+ #: includes/privacy.php:356 includes/privacy.php:356
7738
  msgid "Billing Address 1"
7739
  msgstr ""
7740
 
7741
+ #: includes/privacy.php:357 includes/privacy.php:357
7742
  msgid "Billing Address 2"
7743
  msgstr ""
7744
 
7745
+ #: includes/privacy.php:359 includes/privacy.php:359
7746
  msgid "Billing State/Province"
7747
  msgstr ""
7748
 
7749
+ #: includes/privacy.php:361 includes/privacy.php:361
7750
  msgid "Billing Phone Number"
7751
  msgstr ""
7752
 
7753
+ #: includes/privacy.php:363 includes/privacy.php:363
7754
  msgid "Credit Card Type"
7755
  msgstr ""
7756
 
7757
+ #: includes/privacy.php:364 includes/privacy.php:364
7758
  msgid "Credit Card Account Number"
7759
  msgstr ""
7760
 
7761
+ #: includes/privacy.php:365 includes/privacy.php:365
7762
  msgid "Credit Card Expiration Month"
7763
  msgstr ""
7764
 
7765
+ #: includes/privacy.php:366 includes/privacy.php:366
7766
  msgid "Credit Card Expiration Year"
7767
  msgstr ""
7768
 
7769
+ #: includes/privacy.php:367 includes/privacy.php:367
7770
  msgid "Login Data"
7771
  msgstr ""
7772
 
7773
+ #: includes/privacy.php:368 includes/privacy.php:368
7774
  msgid "Visits Data"
7775
  msgstr ""
7776
 
7777
+ #: includes/privacy.php:369 includes/privacy.php:369
7778
  msgid "Views Data"
7779
  msgstr ""
7780
 
7781
+ #: includes/privacy.php:507 includes/privacy.php:507
7782
  #, php-format
7783
  msgid "%s agreed to %s (ID #%d, last modified %s) on %s."
7784
  msgstr ""
7785
 
7786
+ #: includes/privacy.php:515 includes/privacy.php:515
7787
  msgid "That post has since been updated."
7788
  msgstr ""
7789
 
7795
  #: includes/profile.php:74 includes/profile.php:221 includes/profile.php:268
7796
  #: includes/profile.php:54 includes/profile.php:60 includes/profile.php:65
7797
  #: includes/profile.php:68 includes/profile.php:74 includes/profile.php:195
7798
+ #: includes/profile.php:221 includes/profile.php:242 includes/profile.php:268
7799
  msgid "Not paying."
7800
  msgstr ""
7801
 
7814
  msgid "Cancel this user's subscription at the gateway."
7815
  msgstr ""
7816
 
7817
+ #: includes/profile.php:176 includes/profile.php:176
7818
  msgid "TOS Consent History"
7819
  msgstr ""
7820
 
7895
 
7896
  #: pages/billing.php:43 pages/account.php:14 pages/billing.php:18
7897
  #: pages/billing.php:27 pages/billing.php:29 pages/billing.php:30
7898
+ #: pages/billing.php:32 pages/billing.php:43 pages/billing.php:46
7899
+ #: pages/billing.php:47
7900
  msgid "Membership Fee"
7901
  msgstr ""
7902
 
7903
  #: pages/billing.php:47 pages/account.php:18 pages/billing.php:22
7904
  #: pages/billing.php:31 pages/billing.php:33 pages/billing.php:34
7905
+ #: pages/billing.php:36 pages/billing.php:47 pages/billing.php:50
7906
+ #: pages/billing.php:51 pages/levels.php:70
7907
  #, php-format
7908
  msgid "%s every %d %s."
7909
  msgstr ""
7910
 
7911
  #: pages/billing.php:49 pages/account.php:20 pages/billing.php:24
7912
  #: pages/billing.php:33 pages/billing.php:35 pages/billing.php:36
7913
+ #: pages/billing.php:38 pages/billing.php:49 pages/billing.php:52
7914
+ #: pages/billing.php:53 pages/levels.php:66
7915
  #, php-format
7916
  msgid "%s per %s."
7917
  msgstr ""
7919
  #: pages/billing.php:59 pages/account.php:25 pages/account.php:29
7920
  #: pages/billing.php:29 pages/billing.php:33 pages/billing.php:42
7921
  #: pages/billing.php:44 pages/billing.php:45 pages/billing.php:47
7922
+ #: pages/billing.php:59 pages/billing.php:62 pages/billing.php:63
7923
  msgid "Duration"
7924
  msgstr ""
7925
 
7926
  #: pages/billing.php:77 pages/billing.php:39 pages/billing.php:43
7927
  #: pages/billing.php:52 pages/billing.php:54 pages/billing.php:55
7928
+ #: pages/billing.php:57 pages/billing.php:77 pages/billing.php:80
7929
+ #: pages/billing.php:81
7930
  msgid ""
7931
  "Your payment subscription is managed by PayPal. Please <a href=\"http://www."
7932
  "paypal.com\">login to PayPal here</a> to update your billing information."
7935
  #: pages/billing.php:104 pages/checkout.php:279 pages/billing.php:65
7936
  #: pages/billing.php:69 pages/billing.php:78 pages/billing.php:81
7937
  #: pages/billing.php:83 pages/billing.php:84 pages/billing.php:87
7938
+ #: pages/billing.php:104 pages/billing.php:107 pages/billing.php:108
7939
+ #: pages/billing.php:110 pages/checkout.php:279 pages/checkout.php:305
7940
+ #: pages/checkout.php:307 pages/checkout.php:309 pages/checkout.php:318
7941
+ #: pages/checkout.php:321 pages/checkout.php:324 pages/checkout.php:326
7942
+ #: pages/checkout.php:328 pages/checkout.php:333 pages/checkout.php:336
7943
  msgid "First Name"
7944
  msgstr ""
7945
 
7946
  #: pages/billing.php:108 pages/checkout.php:283 pages/billing.php:69
7947
  #: pages/billing.php:73 pages/billing.php:82 pages/billing.php:85
7948
  #: pages/billing.php:87 pages/billing.php:88 pages/billing.php:91
7949
+ #: pages/billing.php:108 pages/billing.php:111 pages/billing.php:112
7950
+ #: pages/billing.php:114 pages/checkout.php:283 pages/checkout.php:309
7951
+ #: pages/checkout.php:311 pages/checkout.php:313 pages/checkout.php:322
7952
+ #: pages/checkout.php:325 pages/checkout.php:328 pages/checkout.php:330
7953
+ #: pages/checkout.php:332 pages/checkout.php:337 pages/checkout.php:340
7954
  msgid "Last Name"
7955
  msgstr ""
7956
 
7957
  #: pages/billing.php:112 pages/checkout.php:287 pages/billing.php:73
7958
  #: pages/billing.php:77 pages/billing.php:86 pages/billing.php:89
7959
  #: pages/billing.php:91 pages/billing.php:92 pages/billing.php:95
7960
+ #: pages/billing.php:112 pages/billing.php:115 pages/billing.php:116
7961
+ #: pages/billing.php:118 pages/checkout.php:287 pages/checkout.php:313
7962
+ #: pages/checkout.php:315 pages/checkout.php:317 pages/checkout.php:326
7963
+ #: pages/checkout.php:329 pages/checkout.php:332 pages/checkout.php:334
7964
+ #: pages/checkout.php:336 pages/checkout.php:341 pages/checkout.php:344
7965
  msgid "Address 1"
7966
  msgstr ""
7967
 
7968
  #: pages/billing.php:116 pages/checkout.php:291 pages/billing.php:77
7969
  #: pages/billing.php:81 pages/billing.php:90 pages/billing.php:93
7970
  #: pages/billing.php:95 pages/billing.php:96 pages/billing.php:99
7971
+ #: pages/billing.php:116 pages/billing.php:119 pages/billing.php:120
7972
+ #: pages/billing.php:122 pages/checkout.php:291 pages/checkout.php:317
7973
+ #: pages/checkout.php:319 pages/checkout.php:321 pages/checkout.php:330
7974
+ #: pages/checkout.php:333 pages/checkout.php:336 pages/checkout.php:338
7975
+ #: pages/checkout.php:340 pages/checkout.php:345 pages/checkout.php:348
7976
  msgid "Address 2"
7977
  msgstr ""
7978
 
7979
  #: pages/billing.php:126 pages/checkout.php:298 pages/billing.php:87
7980
  #: pages/billing.php:91 pages/billing.php:100 pages/billing.php:103
7981
  #: pages/billing.php:105 pages/billing.php:106 pages/billing.php:109
7982
+ #: pages/billing.php:126 pages/billing.php:129 pages/billing.php:130
7983
+ #: pages/billing.php:132 pages/checkout.php:298 pages/checkout.php:327
7984
+ #: pages/checkout.php:329 pages/checkout.php:331 pages/checkout.php:340
7985
+ #: pages/checkout.php:343 pages/checkout.php:346 pages/checkout.php:348
7986
+ #: pages/checkout.php:350 pages/checkout.php:355 pages/checkout.php:358
7987
  msgid "City"
7988
  msgstr ""
7989
 
7990
  #: pages/billing.php:130 pages/checkout.php:302 pages/billing.php:91
7991
  #: pages/billing.php:95 pages/billing.php:104 pages/billing.php:107
7992
  #: pages/billing.php:109 pages/billing.php:110 pages/billing.php:113
7993
+ #: pages/billing.php:130 pages/billing.php:133 pages/billing.php:134
7994
+ #: pages/billing.php:136 pages/checkout.php:302 pages/checkout.php:331
7995
+ #: pages/checkout.php:333 pages/checkout.php:335 pages/checkout.php:344
7996
+ #: pages/checkout.php:347 pages/checkout.php:350 pages/checkout.php:352
7997
+ #: pages/checkout.php:354 pages/checkout.php:359 pages/checkout.php:362
7998
  msgid "State"
7999
  msgstr ""
8000
 
8001
  #: pages/billing.php:134 pages/checkout.php:306 pages/billing.php:95
8002
  #: pages/billing.php:99 pages/billing.php:108 pages/billing.php:111
8003
  #: pages/billing.php:113 pages/billing.php:114 pages/billing.php:117
8004
+ #: pages/billing.php:134 pages/billing.php:137 pages/billing.php:138
8005
+ #: pages/billing.php:140 pages/checkout.php:306 pages/checkout.php:335
8006
+ #: pages/checkout.php:337 pages/checkout.php:339 pages/checkout.php:348
8007
+ #: pages/checkout.php:351 pages/checkout.php:354 pages/checkout.php:356
8008
+ #: pages/checkout.php:358 pages/checkout.php:363 pages/checkout.php:366
8009
  msgid "Postal Code"
8010
  msgstr ""
8011
 
8012
  #: pages/billing.php:143 pages/checkout.php:311 pages/billing.php:104
8013
  #: pages/billing.php:108 pages/billing.php:117 pages/billing.php:120
8014
  #: pages/billing.php:122 pages/billing.php:123 pages/billing.php:126
8015
+ #: pages/billing.php:143 pages/billing.php:146 pages/billing.php:147
8016
+ #: pages/billing.php:149 pages/checkout.php:311 pages/checkout.php:344
8017
+ #: pages/checkout.php:346 pages/checkout.php:348 pages/checkout.php:357
8018
+ #: pages/checkout.php:360 pages/checkout.php:363 pages/checkout.php:365
8019
+ #: pages/checkout.php:367 pages/checkout.php:372 pages/checkout.php:375
8020
  msgid "City, State Zip"
8021
  msgstr ""
8022
 
8023
  #: pages/billing.php:196 pages/checkout.php:348 pages/billing.php:157
8024
  #: pages/billing.php:161 pages/billing.php:170 pages/billing.php:173
8025
  #: pages/billing.php:175 pages/billing.php:176 pages/billing.php:179
8026
+ #: pages/billing.php:196 pages/billing.php:199 pages/billing.php:200
8027
+ #: pages/billing.php:202 pages/checkout.php:348 pages/checkout.php:397
8028
+ #: pages/checkout.php:399 pages/checkout.php:401 pages/checkout.php:410
8029
+ #: pages/checkout.php:413 pages/checkout.php:416 pages/checkout.php:418
8030
+ #: pages/checkout.php:420 pages/checkout.php:425 pages/checkout.php:428
8031
  msgid "Country"
8032
  msgstr ""
8033
 
8034
  #: pages/billing.php:221 pages/checkout.php:364 pages/billing.php:182
8035
  #: pages/billing.php:186 pages/billing.php:195 pages/billing.php:198
8036
  #: pages/billing.php:200 pages/billing.php:201 pages/billing.php:204
8037
+ #: pages/billing.php:221 pages/billing.php:224 pages/billing.php:225
8038
+ #: pages/billing.php:227 pages/checkout.php:364 pages/checkout.php:422
8039
+ #: pages/checkout.php:424 pages/checkout.php:426 pages/checkout.php:435
8040
+ #: pages/checkout.php:438 pages/checkout.php:441 pages/checkout.php:443
8041
+ #: pages/checkout.php:445 pages/checkout.php:450 pages/checkout.php:453
8042
  msgid "Phone"
8043
  msgstr ""
8044
 
8045
  #: pages/billing.php:232 pages/checkout.php:197 pages/checkout.php:379
8046
  #: pages/billing.php:193 pages/billing.php:197 pages/billing.php:206
8047
  #: pages/billing.php:209 pages/billing.php:211 pages/billing.php:212
8048
+ #: pages/billing.php:215 pages/billing.php:232 pages/billing.php:235
8049
+ #: pages/billing.php:236 pages/billing.php:238 pages/checkout.php:197
8050
+ #: pages/checkout.php:204 pages/checkout.php:207 pages/checkout.php:209
8051
+ #: pages/checkout.php:216 pages/checkout.php:218 pages/checkout.php:220
8052
+ #: pages/checkout.php:227 pages/checkout.php:230 pages/checkout.php:379
8053
+ #: pages/checkout.php:436 pages/checkout.php:438 pages/checkout.php:440
8054
+ #: pages/checkout.php:449 pages/checkout.php:453 pages/checkout.php:455
8055
+ #: pages/checkout.php:457 pages/checkout.php:460 pages/checkout.php:464
8056
+ #: pages/checkout.php:467
8057
  msgid "E-mail Address"
8058
  msgstr ""
8059
 
8060
  #: pages/billing.php:236 pages/checkout.php:386 pages/billing.php:197
8061
  #: pages/billing.php:201 pages/billing.php:210 pages/billing.php:213
8062
  #: pages/billing.php:215 pages/billing.php:216 pages/billing.php:219
8063
+ #: pages/billing.php:236 pages/billing.php:239 pages/billing.php:240
8064
+ #: pages/billing.php:242 pages/checkout.php:386 pages/checkout.php:445
8065
+ #: pages/checkout.php:447 pages/checkout.php:449 pages/checkout.php:458
8066
+ #: pages/checkout.php:462 pages/checkout.php:464 pages/checkout.php:466
8067
+ #: pages/checkout.php:469 pages/checkout.php:473 pages/checkout.php:476
8068
  msgid "Confirm E-mail"
8069
  msgstr ""
8070
 
8071
  #: pages/billing.php:259 pages/billing.php:217 pages/billing.php:221
8072
  #: pages/billing.php:230 pages/billing.php:231 pages/billing.php:234
8073
  #: pages/billing.php:238 pages/billing.php:244 pages/billing.php:247
8074
+ #: pages/billing.php:259 pages/billing.php:262 pages/billing.php:263
8075
+ #: pages/billing.php:270
8076
  msgid "Credit Card Information"
8077
  msgstr ""
8078
 
8079
  #: pages/billing.php:260 pages/billing.php:217 pages/billing.php:221
8080
  #: pages/billing.php:230 pages/billing.php:232 pages/billing.php:235
8081
  #: pages/billing.php:239 pages/billing.php:245 pages/billing.php:248
8082
+ #: pages/billing.php:260 pages/billing.php:263 pages/billing.php:264
8083
+ #: pages/billing.php:271
8084
  #, php-format
8085
  msgid "We accept %s"
8086
  msgstr ""
8087
 
8088
  #: pages/billing.php:378 pages/billing.php:309 pages/billing.php:313
8089
  #: pages/billing.php:344 pages/billing.php:353 pages/billing.php:356
8090
+ #: pages/billing.php:360 pages/billing.php:364 pages/billing.php:378
8091
+ #: pages/billing.php:380 pages/billing.php:381 pages/billing.php:385
8092
+ #: pages/billing.php:387 pages/billing.php:408 pages/billing.php:413
8093
+ #: pages/billing.php:417 pages/billing.php:422
8094
  msgid ""
8095
  "This subscription is not recurring. So you don't need to update your billing "
8096
  "information."
8435
  #: paid-memberships-pro.php:116 paid-memberships-pro.php:123
8436
  #: paid-memberships-pro.php:124 paid-memberships-pro.php:125
8437
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:127
8438
+ #: paid-memberships-pro.php:128 paid-memberships-pro.php:129
8439
+ #: paid-memberships-pro.php:135
8440
  msgid "Testing Only"
8441
  msgstr ""
8442
 
8444
  #: paid-memberships-pro.php:121 paid-memberships-pro.php:128
8445
  #: paid-memberships-pro.php:129 paid-memberships-pro.php:130
8446
  #: paid-memberships-pro.php:131 paid-memberships-pro.php:132
8447
+ #: paid-memberships-pro.php:133 paid-memberships-pro.php:134
8448
+ #: paid-memberships-pro.php:140
8449
  msgid "PayPal Payflow Pro/PayPal Pro"
8450
  msgstr ""
8451
 
8453
  #: paid-memberships-pro.php:126 paid-memberships-pro.php:133
8454
  #: paid-memberships-pro.php:134 paid-memberships-pro.php:135
8455
  #: paid-memberships-pro.php:136 paid-memberships-pro.php:137
8456
+ #: paid-memberships-pro.php:138 paid-memberships-pro.php:139
8457
+ #: paid-memberships-pro.php:145
8458
  msgid "Cybersource"
8459
  msgstr ""
8460
 
8461
  #: paid-memberships-pro.php:160 paid-memberships-pro.php:156
8462
  #: paid-memberships-pro.php:157 paid-memberships-pro.php:158
8463
+ #: paid-memberships-pro.php:159 paid-memberships-pro.php:160
8464
+ #: paid-memberships-pro.php:166
8465
  msgid "Once a month"
8466
  msgstr ""
8467
 
8480
 
8481
  #: preheaders/billing.php:151 preheaders/checkout.php:322
8482
  #: preheaders/billing.php:145 preheaders/billing.php:147
8483
+ #: preheaders/billing.php:151 preheaders/billing.php:258
8484
+ #: preheaders/billing.php:265 preheaders/billing.php:266
8485
+ #: preheaders/billing.php:270 preheaders/billing.php:273
8486
+ #: preheaders/billing.php:279 preheaders/checkout.php:322
8487
+ #: preheaders/checkout.php:332 preheaders/checkout.php:336
8488
+ #: preheaders/checkout.php:364 preheaders/checkout.php:458
8489
+ #: preheaders/checkout.php:464 preheaders/checkout.php:465
8490
+ #: preheaders/checkout.php:470 preheaders/checkout.php:481
8491
+ #: preheaders/checkout.php:482
8492
  msgid "Please complete all required fields."
8493
  msgstr ""
8494
 
8495
  #: preheaders/billing.php:154 preheaders/checkout.php:330
8496
  #: preheaders/billing.php:148 preheaders/billing.php:150
8497
+ #: preheaders/billing.php:154 preheaders/billing.php:263
8498
+ #: preheaders/billing.php:268 preheaders/billing.php:269
8499
+ #: preheaders/billing.php:273 preheaders/billing.php:276
8500
+ #: preheaders/billing.php:284 preheaders/checkout.php:330
8501
+ #: preheaders/checkout.php:340 preheaders/checkout.php:344
8502
+ #: preheaders/checkout.php:372 preheaders/checkout.php:466
8503
+ #: preheaders/checkout.php:473 preheaders/checkout.php:474
8504
+ #: preheaders/checkout.php:478 preheaders/checkout.php:491
8505
+ #: preheaders/checkout.php:492
8506
  msgid "Your email addresses do not match. Please try again."
8507
  msgstr ""
8508
 
8509
  #: preheaders/billing.php:157 preheaders/checkout.php:335
8510
  #: preheaders/billing.php:151 preheaders/billing.php:153
8511
+ #: preheaders/billing.php:157 preheaders/billing.php:268
8512
+ #: preheaders/billing.php:271 preheaders/billing.php:272
8513
+ #: preheaders/billing.php:276 preheaders/billing.php:279
8514
+ #: preheaders/billing.php:289 preheaders/checkout.php:335
8515
+ #: preheaders/checkout.php:345 preheaders/checkout.php:349
8516
+ #: preheaders/checkout.php:377 preheaders/checkout.php:471
8517
+ #: preheaders/checkout.php:478 preheaders/checkout.php:480
8518
+ #: preheaders/checkout.php:483 preheaders/checkout.php:497
8519
+ #: preheaders/checkout.php:498
8520
  msgid "The email address entered is in an invalid format. Please try again."
8521
  msgstr ""
8522
 
8523
  #: preheaders/billing.php:161 preheaders/billing.php:155
8524
+ #: preheaders/billing.php:157 preheaders/billing.php:161
8525
+ #: preheaders/billing.php:274 preheaders/billing.php:275
8526
+ #: preheaders/billing.php:276 preheaders/billing.php:280
8527
+ #: preheaders/billing.php:283 preheaders/billing.php:295
8528
  msgid "All good!"
8529
  msgstr ""
8530
 
8531
  #: preheaders/billing.php:228 preheaders/billing.php:222
8532
+ #: preheaders/billing.php:224 preheaders/billing.php:228
8533
+ #: preheaders/billing.php:340 preheaders/billing.php:345
8534
+ #: preheaders/billing.php:346 preheaders/billing.php:350
8535
+ #: preheaders/billing.php:353 preheaders/billing.php:370
8536
  #, php-format
8537
  msgid "Information updated. <a href=\"%s\">&laquo; back to my account</a>"
8538
  msgstr ""
8539
 
8540
  #: preheaders/billing.php:234 preheaders/billing.php:228
8541
+ #: preheaders/billing.php:230 preheaders/billing.php:234
8542
+ #: preheaders/billing.php:347 preheaders/billing.php:351
8543
+ #: preheaders/billing.php:352 preheaders/billing.php:356
8544
+ #: preheaders/billing.php:359 preheaders/billing.php:378
8545
+ #: preheaders/billing.php:380
8546
  msgid "Error updating billing information."
8547
  msgstr ""
8548
 
pages/checkout.php CHANGED
@@ -63,7 +63,7 @@
63
 
64
  <?php if($pmpro_show_discount_code) { ?>
65
  <?php if($discount_code && !$pmpro_review) { ?>
66
- <p id="other_discount_code_p" class="pmpro_small"><a id="other_discount_code_a" href="#discount_code"><?php _e('Click here to change your discount code', 'paid-memberships-pro' );?></a>.</p>
67
  <?php } elseif(!$pmpro_review) { ?>
68
  <p id="other_discount_code_p" class="pmpro_small"><?php _e('Do you have a discount code?', 'paid-memberships-pro' );?> <a id="other_discount_code_a" href="#discount_code"><?php _e('Click here to enter your discount code', 'paid-memberships-pro' );?></a>.</p>
69
  <?php } elseif($pmpro_review && $discount_code) { ?>
63
 
64
  <?php if($pmpro_show_discount_code) { ?>
65
  <?php if($discount_code && !$pmpro_review) { ?>
66
+ <p id="other_discount_code_p" class="pmpro_small"><a id="other_discount_code_a" href="#discount_code"><?php _e('Click here to change your discount code.', 'paid-memberships-pro' );?></a></p>
67
  <?php } elseif(!$pmpro_review) { ?>
68
  <p id="other_discount_code_p" class="pmpro_small"><?php _e('Do you have a discount code?', 'paid-memberships-pro' );?> <a id="other_discount_code_a" href="#discount_code"><?php _e('Click here to enter your discount code', 'paid-memberships-pro' );?></a>.</p>
69
  <?php } elseif($pmpro_review && $discount_code) { ?>
paid-memberships-pro.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Paid Memberships Pro
4
  Plugin URI: http://www.paidmembershipspro.com
5
  Description: Plugin to Handle Memberships
6
- Version: 1.9.5
7
  Author: Stranger Studios
8
  Author URI: http://www.strangerstudios.com
9
  Text Domain: paid-memberships-pro
@@ -14,7 +14,7 @@ Domain Path: /languages
14
  GPLv2 Full license details in license.txt
15
  */
16
 
17
- // version constant
18
  define( 'PMPRO_VERSION', '1.9.5' );
19
  define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
20
  define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
3
  Plugin Name: Paid Memberships Pro
4
  Plugin URI: http://www.paidmembershipspro.com
5
  Description: Plugin to Handle Memberships
6
+ Version: 1.9.5.1
7
  Author: Stranger Studios
8
  Author URI: http://www.strangerstudios.com
9
  Text Domain: paid-memberships-pro
14
  GPLv2 Full license details in license.txt
15
  */
16
 
17
+ // version constant.1
18
  define( 'PMPRO_VERSION', '1.9.5' );
19
  define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
20
  define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: strangerstudios
3
  Tags: membership, memberships, member, members, ecommerce, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory
4
  Requires at least: 4
5
  Tested up to: 4.9.6
6
- Stable tag: 1.9.5
7
 
8
  Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
9
 
@@ -129,6 +129,13 @@ Not sure? You can find out by doing a bit a research.
129
 
130
  == Changelog ==
131
 
 
 
 
 
 
 
 
132
  = 1.9.5 - 2018-05-24 =
133
  * BUG FIX: Added 'error' to the list of default order statuses.
134
  * BUG FIX: Fixed issue where PayPal recurring_payment messages with status "Pending" were treated as "Failed" by our IPN handler. (Thanks, Matt Julian)
3
  Tags: membership, memberships, member, members, ecommerce, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory
4
  Requires at least: 4
5
  Tested up to: 4.9.6
6
+ Stable tag: 1.9.5.1
7
 
8
  Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
9
 
129
 
130
  == Changelog ==
131
 
132
+ = 1.9.5.1 - 2018-06-08 =
133
+ * BUG FIX: Fixed issue with the PayPal IPN Handler where existing users checking out for a new level would sometimes have their membership and new subscription cancelled.
134
+ * BUG FIX: Fixed PayPal IPN Handler to set the status of old levels to 'changed' (instead of 'inactive') when processing checkouts. This will improve the accuracy of reports.
135
+ * BUG FIX/ENHANCEMENT: Now checking for the recurring_payment_skipped transaction type in the PayPal IPN handler. When a payment is skipped and this message is sent, we will now fire off the failed payment email to the customer and admin. (Thanks, mjulian87 on GitHub)
136
+ * ENHANCEMENT: Removed validation info from the IPN log.
137
+ * ENHANCEMENT: Updated German (de_DE) language files.
138
+
139
  = 1.9.5 - 2018-05-24 =
140
  * BUG FIX: Added 'error' to the list of default order statuses.
141
  * BUG FIX: Fixed issue where PayPal recurring_payment messages with status "Pending" were treated as "Failed" by our IPN handler. (Thanks, Matt Julian)
services/ipnhandler.php CHANGED
@@ -104,8 +104,8 @@ if ( $txn_type == "subscr_signup" ) {
104
  //PayPal Standard Subscription Payment
105
  if ( $txn_type == "subscr_payment" ) {
106
  //is this a first payment?
107
- $last_subscr_order = new MemberOrder();
108
- if ( $last_subscr_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) == false ) {
109
  //first payment, get order
110
  $morder = new MemberOrder( $_POST['item_number'] );
111
 
@@ -143,9 +143,9 @@ if ( $txn_type == "subscr_payment" ) {
143
  } else {
144
  //subscription payment, completed or failure?
145
  if ( $_POST['payment_status'] == "Completed" ) {
146
- pmpro_ipnSaveOrder( $txn_id, $last_subscr_order );
147
  } elseif ( $_POST['payment_status'] == "Failed" ) {
148
- pmpro_ipnFailedPayment( $last_subscr_order );
149
  } else {
150
  ipnlog( 'Payment status is ' . $_POST['payment_status'] . '.' );
151
  }
@@ -194,28 +194,40 @@ if ( $txn_type == "web_accept" && ! empty( $item_number ) ) {
194
 
195
  //PayPal Express Recurring Payments
196
  if ( $txn_type == "recurring_payment" ) {
197
- $last_subscr_order = new MemberOrder();
198
- if ( $last_subscr_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) ) {
199
  //subscription payment, completed or failure?
200
  if ( $_POST['payment_status'] == "Completed" ) {
201
- pmpro_ipnSaveOrder( $txn_id, $last_subscr_order );
202
  } elseif ( $_POST['payment_status'] == "Failed" ) {
203
- pmpro_ipnFailedPayment( $last_subscr_order );
204
  } else {
205
  ipnlog( 'Payment status is ' . $_POST['payment_status'] . '.' );
206
  }
207
  } else {
208
  ipnlog( "ERROR: Couldn't find last order for this recurring payment (" . $subscr_id . ")." );
209
  }
 
210
  pmpro_ipnExit();
211
  }
212
 
213
- if ( $txn_type == "recurring_payment_suspended_due_to_max_failed_payment" && 'suspended' == $profile_status ) {
 
 
 
 
 
 
 
214
 
215
- $last_subscr_order = new MemberOrder();
216
- if ( $last_subscr_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) ) {
 
 
 
 
217
  // the payment failed
218
- pmpro_ipnFailedPayment( $last_subscr_order );
219
  } else {
220
  ipnlog( "ERROR: Couldn't find last order for this recurring payment (" . $subscr_id . ")." );
221
  }
@@ -226,17 +238,17 @@ if ( $txn_type == "recurring_payment_suspended_due_to_max_failed_payment" && 'su
226
  //Recurring Payment Profile Cancelled (PayPal Express)
227
  if ( $txn_type == "recurring_payment_profile_cancel" ) {
228
  //find last order
229
- $last_subscr_order = new MemberOrder();
230
- if ( $last_subscr_order->getLastMemberOrderBySubscriptionTransactionID( $recurring_payment_id ) == false ) {
231
  ipnlog( "ERROR: Couldn't find this order to cancel (subscription_transaction_id=" . $recurring_payment_id . ")." );
232
 
233
  pmpro_ipnExit();
234
  } else {
235
  //found order, let's cancel the membership
236
- $user = get_userdata( $last_subscr_order->user_id );
237
 
238
  if ( empty( $user ) || empty( $user->ID ) ) {
239
- ipnlog( "ERROR: Could not cancel membership. No user attached to order #" . $last_subscr_order->id . " with subscription transaction id = " . $recurring_payment_id . "." );
240
  } else {
241
  /*
242
  We want to make sure this is a cancel originating from PayPal and not one already handled by PMPro.
@@ -248,19 +260,19 @@ if ( $txn_type == "recurring_payment_profile_cancel" ) {
248
  (2) The user doesn't currently have the level attached to this order.
249
  */
250
 
251
- if ( $last_subscr_order->status == "cancelled" ) {
252
- ipnlog( "We've already processed this cancellation. Probably originated from WP/PMPro. (Order #" . $last_subscr_order->id . ", Subscription Transaction ID #" . $recurring_payment_id . ")" );
253
- } elseif ( ! pmpro_hasMembershipLevel( $last_subsc_order->membership_id, $user->ID ) ) {
254
- ipnlog( "This user has a different level than the one associated with this order. Their membership was probably changed by an admin or through an upgrade/downgrade. (Order #" . $last_subscr_order->id . ", Subscription Transaction ID #" . $recurring_payment_id . ")" );
255
  } else {
256
  //if the initial payment failed, cancel with status error instead of cancelled
257
  if ( $initial_payment_status === "Failed" ) {
258
- pmpro_cancelMembershipLevel( $last_subscr_order->membership_id, $last_subscr_order->user_id, 'error' );
259
  } else {
260
- pmpro_cancelMembershipLevel( $last_subscr_order->membership_id, $last_subscr_order->user_id, 'cancelled' );
261
  }
262
 
263
- ipnlog( "Cancelled membership for user with id = " . $last_subscr_order->user_id . ". Subscription transaction id = " . $recurring_payment_id . "." );
264
 
265
  //send an email to the member
266
  $myemail = new PMProEmail();
@@ -268,7 +280,7 @@ if ( $txn_type == "recurring_payment_profile_cancel" ) {
268
 
269
  //send an email to the admin
270
  $myemail = new PMProEmail();
271
- $myemail->sendCancelAdminEmail( $user, $last_subscr_order->membership_id );
272
  }
273
  }
274
 
@@ -279,17 +291,17 @@ if ( $txn_type == "recurring_payment_profile_cancel" ) {
279
  //Subscription Cancelled (PayPal Standard)
280
  if ( $txn_type == "subscr_cancel" ) {
281
  //find last order
282
- $last_subscr_order = new MemberOrder();
283
- if ( $last_subscr_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) == false ) {
284
  ipnlog( "ERROR: Couldn't find this order to cancel (subscription_transaction_id=" . $subscr_id . ")." );
285
 
286
  pmpro_ipnExit();
287
  } else {
288
  //found order, let's cancel the membership
289
- $user = get_userdata( $last_subscr_order->user_id );
290
 
291
  if ( empty( $user ) || empty( $user->ID ) ) {
292
- ipnlog( "ERROR: Could not cancel membership. No user attached to order #" . $last_subscr_order->id . " with subscription transaction id = " . $subscr_id . "." );
293
  } else {
294
  /*
295
  We want to make sure this is a cancel originating from PayPal and not one already handled by PMPro.
@@ -301,14 +313,14 @@ if ( $txn_type == "subscr_cancel" ) {
301
  (2) The user doesn't currently have the level attached to this order.
302
  */
303
 
304
- if ( isset($last_subsc_order->membership_id) && $last_subscr_order->status == "cancelled" ) {
305
- ipnlog( "We've already processed this cancellation. Probably originated from WP/PMPro. (Order #" . $last_subscr_order->id . ", Subscription Transaction ID #" . $subscr_id . ")" );
306
- } elseif ( isset($last_subsc_order->membership_id) && ! pmpro_hasMembershipLevel( $last_subsc_order->membership_id, $user->ID ) ) {
307
- ipnlog( "This user has a different level than the one associated with this order. Their membership was probably changed by an admin or through an upgrade/downgrade. (Order #" . $last_subscr_order->id . ", Subscription Transaction ID #" . $subscr_id . ")" );
308
  } else {
309
- pmpro_changeMembershipLevel( 0, $last_subscr_order->user_id, 'cancelled' );
310
 
311
- ipnlog( "Canceled membership for user with id = " . $last_subscr_order->user_id . ". Subscription transaction id = " . $subscr_id . "." );
312
 
313
  //send an email to the member
314
  $myemail = new PMProEmail();
@@ -316,7 +328,7 @@ if ( $txn_type == "subscr_cancel" ) {
316
 
317
  //send an email to the admin
318
  $myemail = new PMProEmail();
319
- $myemail->sendCancelAdminEmail( $user, $last_subscr_order->membership_id );
320
  }
321
  }
322
 
@@ -425,11 +437,11 @@ function pmpro_ipnValidate() {
425
  } else {
426
  ipnlog( "FP!" );
427
 
428
- //log fb object
429
- ipnlog( print_r( $fp, true ) );
430
 
431
  $res = wp_remote_retrieve_body( $fp );
432
- ipnlog( print_r( $res, true ) );
433
 
434
  if ( strcmp( $res, "VERIFIED" ) == 0 ) {
435
  //all good so far
@@ -551,7 +563,7 @@ function pmpro_ipnChangeMembershipLevel( $txn_id, &$morder ) {
551
  }
552
 
553
  //change level and continue "checkout"
554
- if ( pmpro_changeMembershipLevel( $custom_level, $morder->user_id ) !== false ) {
555
  //update order status and transaction ids
556
  $morder->status = "success";
557
  $morder->payment_transaction_id = $txn_id;
104
  //PayPal Standard Subscription Payment
105
  if ( $txn_type == "subscr_payment" ) {
106
  //is this a first payment?
107
+ $last_subscription_order = new MemberOrder();
108
+ if ( $last_subscription_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) == false ) {
109
  //first payment, get order
110
  $morder = new MemberOrder( $_POST['item_number'] );
111
 
143
  } else {
144
  //subscription payment, completed or failure?
145
  if ( $_POST['payment_status'] == "Completed" ) {
146
+ pmpro_ipnSaveOrder( $txn_id, $last_subscription_order );
147
  } elseif ( $_POST['payment_status'] == "Failed" ) {
148
+ pmpro_ipnFailedPayment( $last_subscription_order );
149
  } else {
150
  ipnlog( 'Payment status is ' . $_POST['payment_status'] . '.' );
151
  }
194
 
195
  //PayPal Express Recurring Payments
196
  if ( $txn_type == "recurring_payment" ) {
197
+ $last_subscription_order = new MemberOrder();
198
+ if ( $last_subscription_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) ) {
199
  //subscription payment, completed or failure?
200
  if ( $_POST['payment_status'] == "Completed" ) {
201
+ pmpro_ipnSaveOrder( $txn_id, $last_subscription_order );
202
  } elseif ( $_POST['payment_status'] == "Failed" ) {
203
+ pmpro_ipnFailedPayment( $last_subscription_order );
204
  } else {
205
  ipnlog( 'Payment status is ' . $_POST['payment_status'] . '.' );
206
  }
207
  } else {
208
  ipnlog( "ERROR: Couldn't find last order for this recurring payment (" . $subscr_id . ")." );
209
  }
210
+
211
  pmpro_ipnExit();
212
  }
213
 
214
+ if ( $txn_type == "recurring_payment_skipped" ) {
215
+ $last_subscription_order = new MemberOrder();
216
+ if ( $last_subscription_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) ) {
217
+ // the payment failed
218
+ pmpro_ipnFailedPayment( $last_subscription_order );
219
+ } else {
220
+ ipnlog( "ERROR: Couldn't find last order for this recurring payment (" . $subscr_id . ")." );
221
+ }
222
 
223
+ pmpro_ipnExit();
224
+ }
225
+
226
+ if ( $txn_type == "recurring_payment_suspended_due_to_max_failed_payment" && 'suspended' == $profile_status ) {
227
+ $last_subscription_order = new MemberOrder();
228
+ if ( $last_subscription_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) ) {
229
  // the payment failed
230
+ pmpro_ipnFailedPayment( $last_subscription_order );
231
  } else {
232
  ipnlog( "ERROR: Couldn't find last order for this recurring payment (" . $subscr_id . ")." );
233
  }
238
  //Recurring Payment Profile Cancelled (PayPal Express)
239
  if ( $txn_type == "recurring_payment_profile_cancel" ) {
240
  //find last order
241
+ $last_subscription_order = new MemberOrder();
242
+ if ( $last_subscription_order->getLastMemberOrderBySubscriptionTransactionID( $recurring_payment_id ) == false ) {
243
  ipnlog( "ERROR: Couldn't find this order to cancel (subscription_transaction_id=" . $recurring_payment_id . ")." );
244
 
245
  pmpro_ipnExit();
246
  } else {
247
  //found order, let's cancel the membership
248
+ $user = get_userdata( $last_subscription_order->user_id );
249
 
250
  if ( empty( $user ) || empty( $user->ID ) ) {
251
+ ipnlog( "ERROR: Could not cancel membership. No user attached to order #" . $last_subscription_order->id . " with subscription transaction id = " . $recurring_payment_id . "." );
252
  } else {
253
  /*
254
  We want to make sure this is a cancel originating from PayPal and not one already handled by PMPro.
260
  (2) The user doesn't currently have the level attached to this order.
261
  */
262
 
263
+ if ( $last_subscription_order->status == "cancelled" ) {
264
+ ipnlog( "We've already processed this cancellation. Probably originated from WP/PMPro. (Order #" . $last_subscription_order->id . ", Subscription Transaction ID #" . $recurring_payment_id . ")" );
265
+ } elseif ( ! pmpro_hasMembershipLevel( $last_subscription_order->membership_id, $user->ID ) ) {
266
+ ipnlog( "This user has a different level than the one associated with this order. Their membership was probably changed by an admin or through an upgrade/downgrade. (Order #" . $last_subscription_order->id . ", Subscription Transaction ID #" . $recurring_payment_id . ")" );
267
  } else {
268
  //if the initial payment failed, cancel with status error instead of cancelled
269
  if ( $initial_payment_status === "Failed" ) {
270
+ pmpro_cancelMembershipLevel( $last_subscription_order->membership_id, $last_subscription_order->user_id, 'error' );
271
  } else {
272
+ pmpro_cancelMembershipLevel( $last_subscription_order->membership_id, $last_subscription_order->user_id, 'cancelled' );
273
  }
274
 
275
+ ipnlog( "Cancelled membership for user with id = " . $last_subscription_order->user_id . ". Subscription transaction id = " . $recurring_payment_id . "." );
276
 
277
  //send an email to the member
278
  $myemail = new PMProEmail();
280
 
281
  //send an email to the admin
282
  $myemail = new PMProEmail();
283
+ $myemail->sendCancelAdminEmail( $user, $last_subscription_order->membership_id );
284
  }
285
  }
286
 
291
  //Subscription Cancelled (PayPal Standard)
292
  if ( $txn_type == "subscr_cancel" ) {
293
  //find last order
294
+ $last_subscription_order = new MemberOrder();
295
+ if ( $last_subscription_order->getLastMemberOrderBySubscriptionTransactionID( $subscr_id ) == false ) {
296
  ipnlog( "ERROR: Couldn't find this order to cancel (subscription_transaction_id=" . $subscr_id . ")." );
297
 
298
  pmpro_ipnExit();
299
  } else {
300
  //found order, let's cancel the membership
301
+ $user = get_userdata( $last_subscription_order->user_id );
302
 
303
  if ( empty( $user ) || empty( $user->ID ) ) {
304
+ ipnlog( "ERROR: Could not cancel membership. No user attached to order #" . $last_subscription_order->id . " with subscription transaction id = " . $subscr_id . "." );
305
  } else {
306
  /*
307
  We want to make sure this is a cancel originating from PayPal and not one already handled by PMPro.
313
  (2) The user doesn't currently have the level attached to this order.
314
  */
315
 
316
+ if ( isset($last_subscription_order->membership_id) && $last_subscription_order->status == "cancelled" ) {
317
+ ipnlog( "We've already processed this cancellation. Probably originated from WP/PMPro. (Order #" . $last_subscription_order->id . ", Subscription Transaction ID #" . $subscr_id . ")" );
318
+ } elseif ( isset($last_subscription_order->membership_id) && ! pmpro_hasMembershipLevel( $last_subscription_order->membership_id, $user->ID ) ) {
319
+ ipnlog( "This user has a different level than the one associated with this order. Their membership was probably changed by an admin or through an upgrade/downgrade. (Order #" . $last_subscription_order->id . ", Subscription Transaction ID #" . $subscr_id . ")" );
320
  } else {
321
+ pmpro_changeMembershipLevel( 0, $last_subscription_order->user_id, 'cancelled' );
322
 
323
+ ipnlog( "Canceled membership for user with id = " . $last_subscription_order->user_id . ". Subscription transaction id = " . $subscr_id . "." );
324
 
325
  //send an email to the member
326
  $myemail = new PMProEmail();
328
 
329
  //send an email to the admin
330
  $myemail = new PMProEmail();
331
+ $myemail->sendCancelAdminEmail( $user, $last_subscription_order->membership_id );
332
  }
333
  }
334
 
437
  } else {
438
  ipnlog( "FP!" );
439
 
440
+ //log fp object
441
+ ///ipnlog( print_r( $fp, true ) );
442
 
443
  $res = wp_remote_retrieve_body( $fp );
444
+ //ipnlog( print_r( $res, true ) );
445
 
446
  if ( strcmp( $res, "VERIFIED" ) == 0 ) {
447
  //all good so far
563
  }
564
 
565
  //change level and continue "checkout"
566
+ if ( pmpro_changeMembershipLevel( $custom_level, $morder->user_id, 'changed' ) !== false ) {
567
  //update order status and transaction ids
568
  $morder->status = "success";
569
  $morder->payment_transaction_id = $txn_id;