Paid Memberships Pro - Version 1.7.12

Version Description

  • Now including expiration text in text that is updated when a discount code is used. (Thanks, John Zeiger)
  • Making sure that $myuser->membership_level is set in pmpro_has_membership_access().
  • Added Norwegian locale files. (Thanks, Maritk)
  • Added Turkish locale files. (Thanks, yasinkuyu on GitHub.)
  • Fixed error where "undefined" was being passed to Stripe for the name.
  • Fixed error with setting enddates on the edit user page for users with multiple "active" memberships.
  • "Renew" link will show up on levels page only if the user has the level and it is not recurring and has an enddate.
  • Stripe gateway is using $pmpro_currency global instead of getting value via pmpro_getOption, so it can be overridden via code like https://gist.github.com/strangerstudios/8806443
  • Payflow Pro gateway is now passing the currency code to the API for non-US currencies. (Thanks
Download this release

Release Info

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

Code changes from version 1.7.14 to 1.7.12

Files changed (58) hide show
  1. adminpages/admin_header.php +1 -1
  2. classes/class.memberorder.php +1 -10
  3. classes/class.pmproemail.php +12 -15
  4. classes/gateways/class.pmprogateway_cybersource.php +2 -2
  5. classes/gateways/class.pmprogateway_payflowpro.php +2 -2
  6. includes/content.php +7 -14
  7. includes/email.php +9 -11
  8. includes/functions.php +58 -68
  9. includes/init.php +0 -1
  10. includes/login.php +2 -18
  11. includes/services.php +1 -1
  12. languages/email/da_DK/admin_change.html +0 -7
  13. languages/email/da_DK/admin_change_admin.html +0 -5
  14. languages/email/da_DK/billing.html +0 -16
  15. languages/email/da_DK/billing_admin.html +0 -17
  16. languages/email/da_DK/billing_failure.html +0 -11
  17. languages/email/da_DK/billing_failure_admin.html +0 -11
  18. languages/email/da_DK/cancel.html +0 -3
  19. languages/email/da_DK/cancel_admin.html +0 -8
  20. languages/email/da_DK/checkout_check.html +0 -17
  21. languages/email/da_DK/checkout_check_admin.html +0 -17
  22. languages/email/da_DK/checkout_express.html +0 -14
  23. languages/email/da_DK/checkout_express_admin.html +0 -14
  24. languages/email/da_DK/checkout_free.html +0 -8
  25. languages/email/da_DK/checkout_free_admin.html +0 -8
  26. languages/email/da_DK/checkout_freetrial.html +0 -19
  27. languages/email/da_DK/checkout_freetrial_admin.html +0 -19
  28. languages/email/da_DK/checkout_paid.html +0 -23
  29. languages/email/da_DK/checkout_paid_admin.html +0 -23
  30. languages/email/da_DK/checkout_trial.html +0 -23
  31. languages/email/da_DK/checkout_trial_admin.html +0 -23
  32. languages/email/da_DK/credit_card_expiring.html +0 -13
  33. languages/email/da_DK/default.html +0 -1
  34. languages/email/da_DK/footer.html +0 -4
  35. languages/email/da_DK/header.html +0 -1
  36. languages/email/da_DK/invoice.html +0 -19
  37. languages/email/da_DK/membership_expired.html +0 -7
  38. languages/email/da_DK/membership_expiring.html +0 -6
  39. languages/email/da_DK/trial_ending.html +0 -8
  40. languages/pmpro-da_DK.mo +0 -0
  41. languages/pmpro-da_DK.po +0 -3502
  42. languages/pmpro.mo +0 -0
  43. languages/pmpro.po +85 -130
  44. languages/pmpro.pot +85 -130
  45. pages/checkout.php +2 -6
  46. paid-memberships-pro.php +2 -2
  47. preheaders/account.php +2 -3
  48. preheaders/billing.php +1 -2
  49. preheaders/cancel.php +2 -3
  50. preheaders/checkout.php +7 -14
  51. preheaders/confirmation.php +2 -3
  52. preheaders/invoice.php +2 -3
  53. preheaders/levels.php +2 -3
  54. readme.txt +2 -25
  55. services/getfile.php +57 -5
  56. services/ipnhandler.php +10 -16
  57. services/twocheckout-ins.php +4 -8
  58. shortcodes/membership.php +2 -2
adminpages/admin_header.php CHANGED
@@ -124,7 +124,7 @@
124
  <div class="wrap pmpro_admin">
125
  <div class="pmpro_banner">
126
  <a class="pmpro_logo" title="Paid Memberships Pro - Membership Plugin for WordPress" target="_blank" href="<?php echo pmpro_https_filter("http://www.paidmembershipspro.com")?>"><img src="<?php echo PMPRO_URL?>/images/Paid-Memberships-Pro.png" width="350" height="75" border="0" alt="Paid Memberships Pro(c) - All Rights Reserved" /></a>
127
- <div class="pmpro_meta"><span class="pmpro_tag-grey">v<?php echo PMPRO_VERSION?></span><a target="_blank" class="pmpro_tag-blue" href="<?php echo pmpro_https_filter("http://www.paidmembershipspro.com")?>"><?php _e('Plugin Support', 'pmpro');?></a><a target="_blank" class="pmpro_tag-blue" href="http://www.paidmembershipspro.com/forums/"><?php _e('User Forum', 'pmpro');?></a></div>
128
 
129
  <br style="clear:both;" />
130
  </div>
124
  <div class="wrap pmpro_admin">
125
  <div class="pmpro_banner">
126
  <a class="pmpro_logo" title="Paid Memberships Pro - Membership Plugin for WordPress" target="_blank" href="<?php echo pmpro_https_filter("http://www.paidmembershipspro.com")?>"><img src="<?php echo PMPRO_URL?>/images/Paid-Memberships-Pro.png" width="350" height="75" border="0" alt="Paid Memberships Pro(c) - All Rights Reserved" /></a>
127
+ <div class="pmpro_meta"><span class="pmpro_tag-grey">v<?php echo PMPRO_VERSION?></span><a class="pmpro_tag-blue" href="<?php echo pmpro_https_filter("http://www.paidmembershipspro.com")?>"><?php _e('Plugin Support', 'pmpro');?></a><a class="pmpro_tag-blue" href="http://www.paidmembershipspro.com/forums/"><?php _e('User Forum', 'pmpro');?></a></div>
128
 
129
  <br style="clear:both;" />
130
  </div>
classes/class.memberorder.php CHANGED
@@ -217,9 +217,6 @@
217
  global $wpdb;
218
  $this->discount_code = $wpdb->get_row("SELECT dc.* FROM $wpdb->pmpro_discount_codes dc LEFT JOIN $wpdb->pmpro_discount_codes_uses dcu ON dc.id = dcu.code_id WHERE dcu.order_id = '" . $this->id . "' LIMIT 1");
219
 
220
- //filter @since v1.7.14
221
- $this->discount_code = apply_filters("pmpro_order_discount_code", $this->discount_code, $this);
222
-
223
  return $this->discount_code;
224
  }
225
 
@@ -255,13 +252,7 @@
255
  //okay, do I have a discount code to check? (if there is no membership_level->membership_id value, that means there was no entry in memberships_users)
256
  if(!empty($this->discount_code) && empty($this->membership_level->membership_id))
257
  {
258
- if(!empty($this->discount_code->code))
259
- $discount_code = $this->discount_code->code;
260
- else
261
- $discount_code = $this->discount_code;
262
-
263
- $sqlQuery = "SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id LEFT JOIN $wpdb->pmpro_discount_codes dc ON dc.id = cl.code_id WHERE dc.code = '" . $discount_code . "' AND cl.level_id = '" . $this->membership_id . "' LIMIT 1";
264
-
265
  $this->membership_level = $wpdb->get_row($sqlQuery);
266
  }
267
 
217
  global $wpdb;
218
  $this->discount_code = $wpdb->get_row("SELECT dc.* FROM $wpdb->pmpro_discount_codes dc LEFT JOIN $wpdb->pmpro_discount_codes_uses dcu ON dc.id = dcu.code_id WHERE dcu.order_id = '" . $this->id . "' LIMIT 1");
219
 
 
 
 
220
  return $this->discount_code;
221
  }
222
 
252
  //okay, do I have a discount code to check? (if there is no membership_level->membership_id value, that means there was no entry in memberships_users)
253
  if(!empty($this->discount_code) && empty($this->membership_level->membership_id))
254
  {
255
+ $sqlQuery = "SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id LEFT JOIN $wpdb->pmpro_discount_codes dc ON dc.id = cl.code_id WHERE dc.code = '" . $this->discount_code . "' AND cl.level_id = '" . $this->membership_id . "' LIMIT 1";
 
 
 
 
 
 
256
  $this->membership_level = $wpdb->get_row($sqlQuery);
257
  }
258
 
classes/class.pmproemail.php CHANGED
@@ -44,8 +44,6 @@
44
 
45
  $this->headers = array("Content-Type: text/html");
46
 
47
- $this->attachments = NULL;
48
-
49
  //load the template
50
  $locale = apply_filters("plugin_locale", get_locale(), "pmpro");
51
  if(file_exists(get_stylesheet_directory() . "/paid-memberships-pro/email/" . $this->template . ".html"))
@@ -100,9 +98,8 @@
100
  $this->template = apply_filters("pmpro_email_template", $temail->template, $this);
101
  $this->body = apply_filters("pmpro_email_body", $temail->body, $this);
102
  $this->headers = apply_filters("pmpro_email_headers", $temail->headers, $this);
103
- $this->attachments = apply_filters("pmpro_email_attachments", $temail->attachments, $this);
104
-
105
- if(wp_mail($this->email,$this->subject,$this->body,$this->headers,$this->attachments))
106
  {
107
  return true;
108
  }
@@ -186,7 +183,7 @@
186
  "membership_id" => $user->membership_level->id,
187
  "membership_level_name" => $user->membership_level->name,
188
  "membership_cost" => pmpro_getLevelCost($user->membership_level),
189
- "login_link" => wp_login_url(pmpro_url("account")),
190
  "display_name" => $user->display_name,
191
  "user_email" => $user->user_email,0
192
  );
@@ -286,7 +283,7 @@
286
  "membership_id" => $user->membership_level->id,
287
  "membership_level_name" => $user->membership_level->name,
288
  "membership_cost" => pmpro_getLevelCost($user->membership_level),
289
- "login_link" => wp_login_url(pmpro_url("account")),
290
  "display_name" => $user->display_name,
291
  "user_email" => $user->user_email,0
292
  );
@@ -387,7 +384,7 @@
387
  "accountnumber" => hideCardNumber($invoice->accountnumber),
388
  "expirationmonth" => $invoice->expirationmonth,
389
  "expirationyear" => $invoice->expirationyear,
390
- "login_link" => wp_login_url(pmpro_url("account"))
391
  );
392
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
393
  $invoice->billing->street,
@@ -488,7 +485,7 @@
488
  "accountnumber" => hideCardNumber($invoice->accountnumber),
489
  "expirationmonth" => $invoice->expirationmonth,
490
  "expirationyear" => $invoice->expirationyear,
491
- "login_link" => wp_login_url(pmpro_url("billing"))
492
  );
493
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
494
  $invoice->billing->street,
@@ -534,7 +531,7 @@
534
  "accountnumber" => hideCardNumber($invoice->accountnumber),
535
  "expirationmonth" => $invoice->expirationmonth,
536
  "expirationyear" => $invoice->expirationyear,
537
- "login_link" => wp_login_url(pmpro_url("billing"))
538
  );
539
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
540
  $invoice->billing->street,
@@ -581,7 +578,7 @@
581
  "accountnumber" => hideCardNumber($invoice->accountnumber),
582
  "expirationmonth" => $invoice->expirationmonth,
583
  "expirationyear" => $invoice->expirationyear,
584
- "login_link" => wp_login_url(pmpro_url("billing"))
585
  );
586
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
587
  $invoice->billing->street,
@@ -632,9 +629,9 @@
632
  "accountnumber" => hideCardNumber($invoice->accountnumber),
633
  "expirationmonth" => $invoice->expirationmonth,
634
  "expirationyear" => $invoice->expirationyear,
635
- "login_link" => wp_login_url(pmpro_url("account")),
636
- "invoice_link" => wp_login_url(pmpro_url("invoice", "?invoice=" . $invoice->code)
637
- ));
638
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
639
  $invoice->billing->street,
640
  "", //address 2
@@ -694,7 +691,7 @@
694
  "cycle_period" => $user->membership_level->cycle_period,
695
  "trial_amount" => $pmpro_currency_symbol . $user->membership_level->trial_amount,
696
  "trial_limit" => $user->membership_level->trial_limit,
697
- "trial_end" => date(get_option('date_format'), strtotime(date("m/d/Y", $user->membership_level->startdate) . " + " . $user->membership_level->trial_limit . " " . $user->membership_level->cycle_period), current_time("timestamp"))
698
  );
699
 
700
  return $this->sendEmail();
44
 
45
  $this->headers = array("Content-Type: text/html");
46
 
 
 
47
  //load the template
48
  $locale = apply_filters("plugin_locale", get_locale(), "pmpro");
49
  if(file_exists(get_stylesheet_directory() . "/paid-memberships-pro/email/" . $this->template . ".html"))
98
  $this->template = apply_filters("pmpro_email_template", $temail->template, $this);
99
  $this->body = apply_filters("pmpro_email_body", $temail->body, $this);
100
  $this->headers = apply_filters("pmpro_email_headers", $temail->headers, $this);
101
+
102
+ if(wp_mail($this->email,$this->subject,$this->body,$this->headers))
 
103
  {
104
  return true;
105
  }
183
  "membership_id" => $user->membership_level->id,
184
  "membership_level_name" => $user->membership_level->name,
185
  "membership_cost" => pmpro_getLevelCost($user->membership_level),
186
+ "login_link" => pmpro_url("account"),
187
  "display_name" => $user->display_name,
188
  "user_email" => $user->user_email,0
189
  );
283
  "membership_id" => $user->membership_level->id,
284
  "membership_level_name" => $user->membership_level->name,
285
  "membership_cost" => pmpro_getLevelCost($user->membership_level),
286
+ "login_link" => pmpro_url("account"),
287
  "display_name" => $user->display_name,
288
  "user_email" => $user->user_email,0
289
  );
384
  "accountnumber" => hideCardNumber($invoice->accountnumber),
385
  "expirationmonth" => $invoice->expirationmonth,
386
  "expirationyear" => $invoice->expirationyear,
387
+ "login_link" => pmpro_url("account")
388
  );
389
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
390
  $invoice->billing->street,
485
  "accountnumber" => hideCardNumber($invoice->accountnumber),
486
  "expirationmonth" => $invoice->expirationmonth,
487
  "expirationyear" => $invoice->expirationyear,
488
+ "login_link" => pmpro_url("billing")
489
  );
490
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
491
  $invoice->billing->street,
531
  "accountnumber" => hideCardNumber($invoice->accountnumber),
532
  "expirationmonth" => $invoice->expirationmonth,
533
  "expirationyear" => $invoice->expirationyear,
534
+ "login_link" => pmpro_url("billing")
535
  );
536
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
537
  $invoice->billing->street,
578
  "accountnumber" => hideCardNumber($invoice->accountnumber),
579
  "expirationmonth" => $invoice->expirationmonth,
580
  "expirationyear" => $invoice->expirationyear,
581
+ "login_link" => pmpro_url("billing")
582
  );
583
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
584
  $invoice->billing->street,
629
  "accountnumber" => hideCardNumber($invoice->accountnumber),
630
  "expirationmonth" => $invoice->expirationmonth,
631
  "expirationyear" => $invoice->expirationyear,
632
+ "login_link" => pmpro_url("account"),
633
+ "invoice_link" => pmpro_url("invoice", "?invoice=" . $invoice->code)
634
+ );
635
  $this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
636
  $invoice->billing->street,
637
  "", //address 2
691
  "cycle_period" => $user->membership_level->cycle_period,
692
  "trial_amount" => $pmpro_currency_symbol . $user->membership_level->trial_amount,
693
  "trial_limit" => $user->membership_level->trial_limit,
694
+ "trial_end" => date(get_option('date_format'), strtotime(date("m/d/Y", $user->membership_level->startdate) . " + " . $user->membership_level->trial_limit . " " . $user->membership_level->cycle_period, current_time("timestamp")))
695
  );
696
 
697
  return $this->sendEmail();
classes/gateways/class.pmprogateway_cybersource.php CHANGED
@@ -470,7 +470,7 @@
470
  $order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
471
 
472
  //convert back to days
473
- $trial_period_days = ceil(abs(strtotime(date("Y-m-d"), current_time('timestamp')) - strtotime($order->ProfileStartDate, current_time("timestamp"))) / 86400);
474
 
475
  //now add the actual trial set by the site
476
  if(!empty($order->TrialBillingCycles))
@@ -762,4 +762,4 @@
762
  else
763
  return "Unknown error.";
764
  }
765
- }
470
  $order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
471
 
472
  //convert back to days
473
+ $trial_period_days = ceil(abs(strtotime(date("Y-m-d")) - strtotime($order->ProfileStartDate, current_time("timestamp"))) / 86400);
474
 
475
  //now add the actual trial set by the site
476
  if(!empty($order->TrialBillingCycles))
762
  else
763
  return "Unknown error.";
764
  }
765
+ }
classes/gateways/class.pmprogateway_payflowpro.php CHANGED
@@ -259,7 +259,7 @@
259
  $order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
260
 
261
  //convert back to days
262
- $trial_period_days = ceil(abs(strtotime(date("Y-m-d"), current_time('timestamp')) - strtotime($order->ProfileStartDate, current_time("timestamp"))) / 86400);
263
 
264
  //now add the actual trial set by the site
265
  if(!empty($order->TrialBillingCycles))
@@ -445,4 +445,4 @@
445
 
446
  return $httpParsedResponseAr;
447
  }
448
- }
259
  $order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
260
 
261
  //convert back to days
262
+ $trial_period_days = ceil(abs(strtotime(date("Y-m-d")) - strtotime($order->ProfileStartDate, current_time("timestamp"))) / 86400);
263
 
264
  //now add the actual trial set by the site
265
  if(!empty($order->TrialBillingCycles))
445
 
446
  return $httpParsedResponseAr;
447
  }
448
+ }
includes/content.php CHANGED
@@ -119,24 +119,17 @@ function pmpro_has_membership_access($post_id = NULL, $user_id = NULL, $return_m
119
  function pmpro_search_filter($query)
120
  {
121
  global $current_user, $wpdb, $pmpro_pages;
122
-
123
  //hide pmpro pages from search results
124
- if(!$query->is_admin && $query->is_search && empty($query->query['post_parent']))
125
  {
126
- $query->set('post__not_in', $pmpro_pages ); // id of page or post
127
  }
128
-
129
  //hide member pages from non-members (make sure they aren't hidden from members)
130
- if(!$query->is_admin &&
131
- !$query->is_singular &&
132
- empty($query->query['post_parent']) &&
133
- (
134
- empty($query->query_vars['post_type']) ||
135
- in_array($query->query_vars['post_type'], apply_filters('pmpro_search_filter_post_types', array("page", "post")))
136
- )
137
- )
138
- {
139
- //get page ids that are in my levels
140
  $levels = pmpro_getMembershipLevelsForUser($current_user->ID);
141
  $my_pages = array();
142
 
119
  function pmpro_search_filter($query)
120
  {
121
  global $current_user, $wpdb, $pmpro_pages;
122
+
123
  //hide pmpro pages from search results
124
+ if(!$query->is_admin && $query->is_search)
125
  {
126
+ $query->set('post__not_in', $pmpro_pages ); // id of page or post
127
  }
128
+
129
  //hide member pages from non-members (make sure they aren't hidden from members)
130
+ if(!$query->is_admin && !$query->is_singular)
131
+ {
132
+ //get page ids that are in my levels
 
 
 
 
 
 
 
133
  $levels = pmpro_getMembershipLevelsForUser($current_user->ID);
134
  $my_pages = array();
135
 
includes/email.php CHANGED
@@ -67,17 +67,15 @@ function pmpro_send_html( $phpmailer ) {
67
  // Convert line breaks & make links clickable
68
  $phpmailer->Body = make_clickable ($phpmailer->Body);
69
 
70
- // Add header to message if found
71
- if(file_exists(get_stylesheet_directory() . "/email_header.html"))
72
- $phpmailer->Body = file_get_contents(get_stylesheet_directory() . "/email_header.html") . "\n" . $phpmailer->Body;
73
- elseif(file_exists(get_template_directory() . "/email_header.html"))
74
- $phpmailer->Body = file_get_contents(get_template_directory() . "/email_header.html") . "\n" . $phpmailer->Body;
75
-
76
- // Add footer to message if found
77
- if(file_exists(get_stylesheet_directory() . "/email_footer.html"))
78
- $phpmailer->Body = $phpmailer->Body . "\n" . file_get_contents(get_stylesheet_directory() . "/email_footer.html");
79
- elseif(file_exists(get_template_directory() . "/email_footer.html"))
80
- $phpmailer->Body = $phpmailer->Body . "\n" . file_get_contents(get_template_directory() . "/email_footer.html");
81
 
82
  // Replace variables in email
83
  global $current_user;
67
  // Convert line breaks & make links clickable
68
  $phpmailer->Body = make_clickable ($phpmailer->Body);
69
 
70
+ // Add template to message
71
+ if(file_exists(TEMPLATEPATH . "/email_header.html"))
72
+ {
73
+ $phpmailer->Body = file_get_contents(TEMPLATEPATH . "/email_header.html") . "\n" . $phpmailer->Body;
74
+ }
75
+ if(file_exists(TEMPLATEPATH . "/email_footer.html"))
76
+ {
77
+ $phpmailer->Body = $phpmailer->Body . "\n" . file_get_contents(TEMPLATEPATH . "/email_footer.html");
78
+ }
 
 
79
 
80
  // Replace variables in email
81
  global $current_user;
includes/functions.php CHANGED
@@ -232,7 +232,7 @@ function pmpro_getLevelCost(&$level, $tags = true, $short = false)
232
  }
233
  else
234
  {
235
- $r = sprintf(__('The price for membership is <strong>%s every %d %s</strong>.', 'pmpro'), $pmpro_currency_symbol . number_format($level->initial_payment, 2), $level->cycle_number, pmpro_translate_billing_period($level->cycle_period, $level->cycle_number) );
236
  }
237
  } else {
238
  if($level->cycle_number == '1')
@@ -830,7 +830,6 @@ function pmpro_getMetavalues($query)
830
  global $wpdb;
831
 
832
  $results = $wpdb->get_results($query);
833
- $r = new stdClass();
834
  foreach($results as $result)
835
  {
836
  $r->{$result->key} = $result->value;
@@ -1094,94 +1093,85 @@ function pmpro_checkDiscountCode($code, $level_id = NULL, $return_errors = false
1094
  {
1095
  global $wpdb;
1096
 
1097
- $error = false;
1098
-
1099
  //no code, no code
1100
- if(empty($code))
1101
- $error = __("No code was given to check.", "pmpro");
1102
-
1103
- //get code from db
1104
- if(!$error)
1105
  {
1106
- $dbcode = $wpdb->get_row("SELECT *, UNIX_TIMESTAMP(starts) as starts, UNIX_TIMESTAMP(expires) as expires FROM $wpdb->pmpro_discount_codes WHERE code ='" . $code . "' LIMIT 1");
1107
-
1108
- //did we find it?
1109
- if(empty($dbcode->id))
1110
- $error = __("The discount code could not be found.", "pmpro");
1111
  }
1112
-
1113
- //check if the code has started
1114
- if(!$error)
 
 
 
1115
  {
1116
- //fix the date timestamps
1117
- $dbcode->starts = strtotime(date("m/d/Y", $dbcode->starts));
1118
- $dbcode->expires = strtotime(date("m/d/Y", $dbcode->expires));
 
 
 
 
 
 
1119
 
1120
- //today
1121
- $today = strtotime(date("m/d/Y 00:00:00", current_time("timestamp")));
1122
 
1123
- //has this code started yet?
1124
- if(!empty($dbcode->starts) && $dbcode->starts > $today)
1125
- $error = sprintf(__("This discount code goes into effect on %s.", "pmpro"), date(get_option('date_format'), $dbcode->starts));
 
 
 
 
1126
  }
1127
 
1128
- //check if the code is expired
1129
- if(!$error)
1130
- {
1131
- if(!empty($dbcode->expires) && $dbcode->expires < $today)
1132
- $error = sprintf(__("This discount code expired on %s.", "pmpro"), date(get_option('date_format'), $dbcode->expires));
 
 
1133
  }
1134
 
1135
  //have we run out of uses?
1136
- if(!$error)
1137
  {
1138
- if($dbcode->uses > 0)
 
1139
  {
1140
- $used = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->pmpro_discount_codes_uses WHERE code_id = '" . $dbcode->id . "'");
1141
- if($used >= $dbcode->uses)
1142
- $error = __("This discount code is no longer valid.", "pmpro");
 
1143
  }
1144
  }
1145
 
1146
  //if a level was passed check if this code applies
1147
- if(!$error)
 
1148
  {
1149
- $pmpro_check_discount_code_levels = apply_filters("pmpro_check_discount_code_levels", true, $dbcode->id);
1150
- if(!empty($level_id) && $pmpro_check_discount_code_levels)
 
1151
  {
1152
- $code_level = $wpdb->get_row("SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id WHERE cl.code_id = '" . $dbcode->id . "' AND cl.level_id = '" . $level_id . "' LIMIT 1");
1153
-
1154
- if(empty($code_level))
1155
- $error = __("This discount code does not apply to this membership level.", "pmpro");
1156
  }
1157
  }
1158
-
1159
- //allow filter
1160
- $pmpro_check_discount_code = apply_filters("pmpro_check_discount_code", !$error, $dbcode, $level_id, $code);
1161
- if(is_string($pmpro_check_discount_code))
1162
- $error = $pmpro_check_discount_code; //string returned, this is an error
1163
- elseif(!$pmpro_check_discount_code && !$error)
1164
- $error = true; //no error before, but filter returned error
1165
- elseif($pmpro_check_discount_code)
1166
- $error = false; //filter is true, so error false
1167
-
1168
- //return
1169
- if($error)
1170
- {
1171
- //there was an error
1172
- if(!empty($return_errors))
1173
- return array(false, $error);
1174
- else
1175
- return false;
1176
- }
1177
  else
1178
- {
1179
- //guess we're all good
1180
- if(!empty($return_errors))
1181
- return array(true, __("This discount code is okay.", "pmpro"));
1182
- else
1183
- return true;
1184
- }
1185
  }
1186
 
1187
  function pmpro_no_quotes($s, $quotes = array("'", '"'))
232
  }
233
  else
234
  {
235
+ $r = sprintf(__('The price for membership is <strong>%s every %d %s</strong>.', 'pmpro'), $pmpro_currency_symbol . number_format($level->initial_payment, 2), $level->cycle_number, pmpro_translate_billing_period($level->cycle_period) );
236
  }
237
  } else {
238
  if($level->cycle_number == '1')
830
  global $wpdb;
831
 
832
  $results = $wpdb->get_results($query);
 
833
  foreach($results as $result)
834
  {
835
  $r->{$result->key} = $result->value;
1093
  {
1094
  global $wpdb;
1095
 
 
 
1096
  //no code, no code
1097
+ if(empty($code))
 
 
 
 
1098
  {
1099
+ if($return_errors)
1100
+ return array(false, "No code was given to check.");
1101
+ else
1102
+ return false;
 
1103
  }
1104
+
1105
+ //get code from db
1106
+ $dbcode = $wpdb->get_row("SELECT *, UNIX_TIMESTAMP(starts) as starts, UNIX_TIMESTAMP(expires) as expires FROM $wpdb->pmpro_discount_codes WHERE code ='" . $code . "' LIMIT 1");
1107
+
1108
+ //did we find it?
1109
+ if(empty($dbcode->id))
1110
  {
1111
+ if($return_errors)
1112
+ return array(false, __("The discount code could not be found.", "pmpro"));
1113
+ else
1114
+ return false;
1115
+ }
1116
+
1117
+ //fix the date timestamps
1118
+ $dbcode->starts = strtotime(date("m/d/Y", $dbcode->starts, current_time("timestamp")));
1119
+ $dbcode->expires = strtotime(date("m/d/Y", $dbcode->expires, current_time("timestamp")));
1120
 
1121
+ //today
1122
+ $today = strtotime(date("m/d/Y 00:00:00", current_time("timestamp")));
1123
 
1124
+ //has this code started yet?
1125
+ if(!empty($dbcode->starts) && $dbcode->starts > $today)
1126
+ {
1127
+ if($return_errors)
1128
+ return array(false, sprintf(__("This discount code goes into effect on %s.", "pmpro"), date(get_option('date_format'), $dbcode->starts)));
1129
+ else
1130
+ return false;
1131
  }
1132
 
1133
+ //has this code expired?
1134
+ if(!empty($dbcode->expires) && $dbcode->expires < $today)
1135
+ {
1136
+ if($return_errors)
1137
+ return array(false, sprintf(__("This discount code expired on %s.", "pmpro"), date(get_option('date_format'), $dbcode->expires)));
1138
+ else
1139
+ return false;
1140
  }
1141
 
1142
  //have we run out of uses?
1143
+ if($dbcode->uses > 0)
1144
  {
1145
+ $used = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->pmpro_discount_codes_uses WHERE code_id = '" . $dbcode->id . "'");
1146
+ if($used >= $dbcode->uses)
1147
  {
1148
+ if($return_errors)
1149
+ return array(false, __("This discount code is no longer valid.", "pmpro"));
1150
+ else
1151
+ return false;
1152
  }
1153
  }
1154
 
1155
  //if a level was passed check if this code applies
1156
+ $pmpro_check_discount_code_levels = apply_filters("pmpro_check_discount_code_levels", true, $dbcode->id);
1157
+ if(!empty($level_id) && $pmpro_check_discount_code_levels)
1158
  {
1159
+ $code_level = $wpdb->get_row("SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id WHERE cl.code_id = '" . $dbcode->id . "' AND cl.level_id = '" . $level_id . "' LIMIT 1");
1160
+
1161
+ if(empty($code_level))
1162
  {
1163
+ if(!empty($return_errors))
1164
+ return array(false, __("This discount code does not apply to this membership level.", "pmpro"));
1165
+ else
1166
+ return false;
1167
  }
1168
  }
1169
+
1170
+ //guess we're all good
1171
+ if(!empty($return_errors))
1172
+ return array(true, __("This discount code is okay.", "pmpro"));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1173
  else
1174
+ return true;
 
 
 
 
 
 
1175
  }
1176
 
1177
  function pmpro_no_quotes($s, $quotes = array("'", '"'))
includes/init.php CHANGED
@@ -209,7 +209,6 @@ function pmpro_set_current_user()
209
  do_action("pmpro_after_set_current_user");
210
  }
211
  add_action('set_current_user', 'pmpro_set_current_user');
212
- add_action('init', 'pmpro_set_current_user');
213
 
214
  /*
215
  * Add Membership Level to Users page in WordPress dashboard.
209
  do_action("pmpro_after_set_current_user");
210
  }
211
  add_action('set_current_user', 'pmpro_set_current_user');
 
212
 
213
  /*
214
  * Add Membership Level to Users page in WordPress dashboard.
includes/login.php CHANGED
@@ -54,7 +54,7 @@ add_filter('wp_signup_location', 'pmpro_wp_signup_location');
54
 
55
  //redirect from default login pages to PMPro
56
  function pmpro_login_head()
57
- {
58
  $login_redirect = apply_filters("pmpro_login_redirect", true);
59
 
60
  if((pmpro_is_login_page() || is_page("login") ||
@@ -139,20 +139,4 @@ function pmpro_login_head()
139
  }
140
  }
141
  add_action('wp', 'pmpro_login_head');
142
- add_action('login_init', 'pmpro_login_head');
143
-
144
- /*
145
- If a redirect_to value is passed into /login/ and you are logged in already, just redirect there
146
-
147
- @since 1.7.14
148
- */
149
- function pmpro_redirect_to_logged_in()
150
- {
151
- if((pmpro_is_login_page() || is_page("login")) && !empty($_REQUEST['redirect_to']) && is_user_logged_in())
152
- {
153
- wp_redirect($_REQUEST['redirect_to']);
154
- exit;
155
- }
156
- }
157
- add_action("template_redirect", "pmpro_redirect_to_logged_in", 5);
158
- add_action("login_init", "pmpro_redirect_to_logged_in", 5);
54
 
55
  //redirect from default login pages to PMPro
56
  function pmpro_login_head()
57
+ {
58
  $login_redirect = apply_filters("pmpro_login_redirect", true);
59
 
60
  if((pmpro_is_login_page() || is_page("login") ||
139
  }
140
  }
141
  add_action('wp', 'pmpro_login_head');
142
+ add_action('login_init', 'pmpro_login_head');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/services.php CHANGED
@@ -12,7 +12,7 @@ if(isset($_REQUEST['action']) && $_REQUEST['action'] == "applydiscountcode")
12
  require_once(dirname(__FILE__) . "/../services/applydiscountcode.php");
13
  exit;
14
  }
15
- add_action("init", "pmpro_applydiscountcode_init", 11);
16
  }
17
  function pmpro_wp_ajax_authnet_silent_post()
18
  {
12
  require_once(dirname(__FILE__) . "/../services/applydiscountcode.php");
13
  exit;
14
  }
15
+ add_action("init", "pmpro_applydiscountcode_init");
16
  }
17
  function pmpro_wp_ajax_authnet_silent_post()
18
  {
languages/email/da_DK/admin_change.html DELETED
@@ -1,7 +0,0 @@
1
- <p>En Administrator hos !!sitename!! har ændret dit medlemsskab niveau.</p>
2
-
3
- <p>!!membership_change!!.</p>
4
-
5
- <p>Hvis du ikke har bedt om, at få dit medlemsskab ændret, og gerne ville vide mere omkring det, kontakt os venligst på denne mail !!siteemail!!</p>
6
-
7
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
languages/email/da_DK/admin_change_admin.html DELETED
@@ -1,5 +0,0 @@
1
- <p>En Administrator hos !!sitename!! har ændret medlemsskab niveau.</p>
2
-
3
- <p>!!membership_change!!.</p>
4
-
5
- <p>Log ind på din Wordpress admin her: !!login_link!!</p>
 
 
 
 
 
languages/email/da_DK/billing.html DELETED
@@ -1,16 +0,0 @@
1
- <p>Din betaings informationer hos !!sitename!! er bleven ændret.</p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>
5
- Betalings Informationer:<br />
6
- !!billing_address!!
7
- </p>
8
-
9
- <p>
10
- !!cardtype!!: !!accountnumber!!<br />
11
- Udløber: !!expirationmonth!!/!!expirationyear!!
12
- </p>
13
-
14
- <p>Hvis du ikke har bedt om, at ændre betalings informationer, så kontakt os via !!siteemail!!</p>
15
-
16
- <p>Log ind til din medlems konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/billing_admin.html DELETED
@@ -1,17 +0,0 @@
1
- <p>Betalings informationer for !!display_name!! hos !!sitename!! er bleven ændret.</p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>
5
- Betalings informationer:<br />
6
- !!billing_name!!<br />
7
- !!billing_street!!<br />
8
- !!billing_city!!, !!billing_state!! !!billing_zip!! !!billing_country!!
9
- !!billing_phone!!
10
- </p>
11
-
12
- <p>
13
- !!cardtype!!: !!accountnumber!!<br />
14
- Udløber: !!expirationmonth!!/!!expirationyear!!
15
- </p>
16
-
17
- <p>Log ind på din Wordpress kontrolpanel her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/billing_failure.html DELETED
@@ -1,11 +0,0 @@
1
- <p>Den nuværende abonnements betaling for dit !!sitename!! medlemsskab har fejlet. <strong>Klik på følgende link for at logge ind og opdatere dine betalings informationer for at undgå at din konto blive deaktiveret. !!login_link!!</strong></p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>De seneste konto informationer vi på arkiv er:</p>
5
-
6
- <p>!!billing_address!!</p>
7
-
8
- <p>
9
- !!cardtype!!: !!accountnumber!!<br />
10
- Udløber: !!expirationmonth!!/!!expirationyear!!
11
- </p>
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/billing_failure_admin.html DELETED
@@ -1,11 +0,0 @@
1
- <p>Betaling Fejlet</p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>De seneste konto informationer vi på arkiv er:</p>
5
-
6
- <p>!!billing_address!!</p>
7
-
8
- <p>
9
- !!cardtype!!: !!accountnumber!!<br />
10
- Udløber: !!expirationmonth!!/!!expirationyear!!
11
- </p>
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/cancel.html DELETED
@@ -1,3 +0,0 @@
1
- <p>Dit medlemsskab hos !!sitename!! er bleven annulleret.</p>
2
-
3
- <p>Hvis du ikke har anmodet om at denne annullering, og ville vide mere omkring det. Kontakt os via !!siteemail!!</p>
 
 
 
languages/email/da_DK/cancel_admin.html DELETED
@@ -1,8 +0,0 @@
1
- <p>Medlemsskabet for !!user_login!! hos !!sitename!! er bleven annulleret.</p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>Medlemsskab Niveau: !!membership_level_name!!</p>
5
- <p>Start Dato: !!startdate!!</p>
6
- <p>Annullering Dato: !!enddate!!</p>
7
-
8
- <p>Log ind på din Wordpress admin her: !!login_link!!</p>
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_check.html DELETED
@@ -1,17 +0,0 @@
1
- <p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
2
-
3
- !!instructions!!
4
-
5
- <p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
6
-
7
- <p>Konto: !!display_name!! (!!user_email!!)</p>
8
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
9
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
10
- !!membership_expiration!! !!discount_code!!
11
-
12
- <p>
13
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
14
- Regning Total: !!invoice_total!!
15
- </p>
16
-
17
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_check_admin.html DELETED
@@ -1,17 +0,0 @@
1
- <p>Der er kommet et nyt medlem hos !!sitename!!.</p>
2
-
3
- <p><strong>De har valgt at betale med check.</strong></p>
4
-
5
- <p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
6
-
7
- <p>Konto: !!display_name!! (!!user_email!!)</p>
8
- <p>Meldlemsskab Niveau: !!membership_level_name!!</p>
9
- <p>Medlemsskab Gebyr: !!membership_cost!!</p>
10
- !!membership_expiration!! !!discount_code!!
11
-
12
- <p>
13
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
14
- Regning Total: $!!invoice_total!!
15
- </p>
16
-
17
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_express.html DELETED
@@ -1,14 +0,0 @@
1
- <p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
2
- <p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
11
- Regning Total: !!invoice_total!!
12
- </p>
13
-
14
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_express_admin.html DELETED
@@ -1,14 +0,0 @@
1
- <p>Der er kommet et nyt medlem hos !!sitename!!.</p>
2
- <p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskab Nivea: !!membership_level_name!!</p>
6
- <p>Medlemsskab Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
11
- Regning Total: !!invoice_total!!
12
- </p>
13
-
14
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_free.html DELETED
@@ -1,8 +0,0 @@
1
- <p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
2
- <p>Nedenfor er detaljerne omkring dit nye medlemsskab.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- !!membership_expiration!! !!discount_code!!
7
-
8
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_free_admin.html DELETED
@@ -1,8 +0,0 @@
1
- <p>Der er kommet et nyt medlem hos !!sitename!!.</p>
2
- <p>Nedenfor er detaljerne omkring det nye medlemsskabs konto.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- !!membership_expiration!! !!discount_code!!
7
-
8
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_freetrial.html DELETED
@@ -1,19 +0,0 @@
1
- <p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret</p>
2
- <p>Nedenfor er detaljerne omkring dit nye medlemsskab.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Betalings informationer i Arkivet:<br />
11
- !!billing_address!!
12
- </p>
13
-
14
- <p>
15
- !!cardtype!!: !!accountnumber!!<br />
16
- Udløber: !!expirationmonth!!/!!expirationyear!!
17
- </p>
18
-
19
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_freetrial_admin.html DELETED
@@ -1,19 +0,0 @@
1
- <p>Der er kommet et nyt medlem hos !!sitename!!.</p>
2
- <p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Betalings informationer i Arkivet:<br />
11
- !!billing_address!!
12
- </p>
13
-
14
- <p>
15
- !!cardtype!!: !!accountnumber!!<br />
16
- Udløber: !!expirationmonth!!/!!expirationyear!!
17
- </p>
18
-
19
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_paid.html DELETED
@@ -1,23 +0,0 @@
1
- <p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
2
- <p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
11
- Regning Total: !!invoice_total!!
12
- </p>
13
- <p>
14
- Betalings Informationer:<br />
15
- !!billing_address!!
16
- </p>
17
-
18
- <p>
19
- !!cardtype!!: !!accountnumber!!<br />
20
- Udløber: !!expirationmonth!!/!!expirationyear!!
21
- </p>
22
-
23
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_paid_admin.html DELETED
@@ -1,23 +0,0 @@
1
- <p>Der er kommet et nyt medlem hos !!sitename!!.</p>
2
- <p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
11
- Regning Total: !!invoice_total!!
12
- </p>
13
- <p>
14
- Betalings Informationer:<br />
15
- !!billing_address!!
16
- </p>
17
-
18
- <p>
19
- !!cardtype!!: !!accountnumber!!<br />
20
- Udløber: !!expirationmonth!!/!!expirationyear!!
21
- </p>
22
-
23
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_trial.html DELETED
@@ -1,23 +0,0 @@
1
- <p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
2
- <p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
11
- Regning Total: !!invoice_total!!
12
- </p>
13
- <p>
14
- Betalings Informationer:<br />
15
- !!billing_address!!
16
- </p>
17
-
18
- <p>
19
- !!cardtype!!: !!accountnumber!!<br />
20
- Udløber: !!expirationmonth!!/!!expirationyear!!
21
- </p>
22
-
23
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/checkout_trial_admin.html DELETED
@@ -1,23 +0,0 @@
1
- <p>Der er kommet et nyt medlem hos !!sitename!!.</p>
2
- <p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
3
-
4
- <p>Konto: !!display_name!! (!!user_email!!)</p>
5
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
6
- <p>Medlemsskabs Gebyr: !!membership_cost!!</p>
7
- !!membership_expiration!! !!discount_code!!
8
-
9
- <p>
10
- Faktura #!!invoice_id!! on !!invoice_date!!<br />
11
- Regning Total: !!invoice_total!!
12
- </p>
13
- <p>
14
- Betalings Informationer:<br />
15
- !!billing_address!!
16
- </p>
17
-
18
- <p>
19
- !!cardtype!!: !!accountnumber!!<br />
20
- Udløber: !!expirationmonth!!/!!expirationyear!!
21
- </p>
22
-
23
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/credit_card_expiring.html DELETED
@@ -1,13 +0,0 @@
1
- <p>Den nuværende abonnements betaling for dit !!sitename!! medlemsskab har fejlet. <strong>Klik på følgende link for at logge ind og opdatere dine betalings informationer for at undgå at din konto blive deaktiveret. !!login_link!!</strong></p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>De seneste konto informationer vi på arkiv er:</p>
5
-
6
- <p>!!billing_name!!</br />
7
- !!billing_address!!
8
- </p>
9
-
10
- <p>
11
- !!cardtype!!: !!accountnumber!!<br />
12
- Udløber: !!expirationmonth!!/!!expirationyear!!
13
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/default.html DELETED
@@ -1 +0,0 @@
1
- !!body!!
 
languages/email/da_DK/footer.html DELETED
@@ -1,4 +0,0 @@
1
- <p>
2
- Respectfully,<br />
3
- !!sitename!!
4
- </p>
 
 
 
 
languages/email/da_DK/header.html DELETED
@@ -1 +0,0 @@
1
- <p>Kære !!name!!,</p>
 
languages/email/da_DK/invoice.html DELETED
@@ -1,19 +0,0 @@
1
- <p>Thank you for your membership to !!sitename!!. Below is a receipt for your most recent membership invoice.</p>
2
-
3
- <p>Account: !!display_name!! (!!user_email!!)</p>
4
- <p>
5
- Invoice #!!invoice_id!! on !!invoice_date!!<br />
6
- Total Billed: !!invoice_total!!
7
- </p>
8
- <p>
9
- Billing Information:<br />
10
- !!billing_address!!
11
- </p>
12
-
13
- <p>
14
- !!cardtype!!: !!accountnumber!!<br />
15
- Expires: !!expirationmonth!!/!!expirationyear!!
16
- </p>
17
-
18
- <p>Log in to your membership account here: !!login_link!!</p>
19
- <p>To view an online version of this invoice, click here: !!invoice_link!!</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/email/da_DK/membership_expired.html DELETED
@@ -1,7 +0,0 @@
1
- <p>Dit medlemsskab hos !!sitename!! er ophørt.</p>
2
-
3
- <p>Vi takker for din support.</p>
4
-
5
- <p>Se vores nuværende medlems tilbud: !!levels_link!!</p>
6
-
7
- <p>Log in, for at håndtere din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
languages/email/da_DK/membership_expiring.html DELETED
@@ -1,6 +0,0 @@
1
- <p>Vi er glade for dit medlemsskab hos !!sitename!!. Dette er bare en påmindelse om, at dit medlemsskab ender den !!enddate!!.</p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
5
-
6
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
languages/email/da_DK/trial_ending.html DELETED
@@ -1,8 +0,0 @@
1
- <p>Vi er glade for dit medlemsskab hos !!sitename!!. Din prøveperiode ender den !!trial_end!!.</p>
2
-
3
- <p>Konto: !!display_name!! (!!user_email!!)</p>
4
- <p>Medlemsskabs Niveau: !!membership_level_name!!</p>
5
-
6
- <p>Dit gebyr ville ændre sig fra !!trial_amount!! til !!billing_amount!! hver !!cycle_number!! !!cycle_period!!(s).</p>
7
-
8
- <p>Log ind på din konto her: !!login_link!!</p>
 
 
 
 
 
 
 
 
languages/pmpro-da_DK.mo DELETED
Binary file
languages/pmpro-da_DK.po DELETED
@@ -1,3502 +0,0 @@
1
- #
2
- # Hi there! Details on how to help out translating Paid Memberships Pro can be found at:
3
- # http://www.paidmembershipspro.com/documentation/languages/
4
- #
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: pmpro-dk_DA\n"
8
- "POT-Creation-Date: 2014-05-05 13:29-0400\n"
9
- "PO-Revision-Date: 2014-07-26 16:43+0100\n"
10
- "Last-Translator: Miscni <miscni@hotmail.com>\n"
11
- "Language-Team: Stranger Studios DK section <miscni@hotmail.com>\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "Language: da_DK\n"
17
- "X-Generator: Poedit 1.6.7\n"
18
- "X-Poedit-Bookmarks: -1,-1,215,-1,-1,-1,-1,-1,-1,-1\n"
19
-
20
- #: adminpages/addons.php:5 adminpages/advancedsettings.php:5
21
- #: adminpages/discountcodes.php:5 adminpages/emailsettings.php:5
22
- #: adminpages/membershiplevels.php:5 adminpages/memberslist-csv.php:5
23
- #: adminpages/memberslist.php:5 adminpages/orders-csv.php:5
24
- #: adminpages/orders.php:5 adminpages/pagesettings.php:5
25
- #: adminpages/paymentsettings.php:5
26
- msgid "You do not have permissions to perform this action."
27
- msgstr "Du har ikke tilladelse, til at udfører denne handling."
28
-
29
- #: adminpages/addons.php:79
30
- msgid "Disabled"
31
- msgstr "Deaktiveret."
32
-
33
- #: adminpages/addons.php:79
34
- msgid "Enabled"
35
- msgstr "Aktiver"
36
-
37
- #: adminpages/admin_header.php:25
38
- msgid "Add a membership level to get started."
39
- msgstr "Tilføj et medlems niveau for at komme igang."
40
-
41
- #: adminpages/admin_header.php:27
42
- msgid "Setup the membership pages"
43
- msgstr "Sæt en medleys side op"
44
-
45
- #: adminpages/admin_header.php:29
46
- msgid "Setup your SSL certificate and payment gateway"
47
- msgstr "Sæt op din SSL certifikater og betalings gateway"
48
-
49
- #: adminpages/admin_header.php:38
50
- msgid ""
51
- "The billing details for some of your membership levels is not supported by "
52
- "Stripe."
53
- msgstr ""
54
- "Betalings detaljer, for nogle af dine medlems niveaur, understøttes ikke af "
55
- "Stripe."
56
-
57
- #: adminpages/admin_header.php:46
58
- msgid ""
59
- "The billing details for this level are not supported by Stripe. Please "
60
- "review the notes in the Billing Details section below."
61
- msgstr ""
62
- "Betalings detaljer, for dette niveau understøttes ikke af Stripe. Gennemgå "
63
- "venligst notater under Betalings Detaljer sektionen."
64
-
65
- #: adminpages/admin_header.php:50 adminpages/admin_header.php:70
66
- #: adminpages/admin_header.php:90 adminpages/admin_header.php:111
67
- msgid "The levels with issues are highlighted below."
68
- msgstr "De niveaur med problemer er fremhævet nedenfor."
69
-
70
- #: adminpages/admin_header.php:52 adminpages/admin_header.php:72
71
- #: adminpages/admin_header.php:92 adminpages/admin_header.php:113
72
- msgid "Please edit your levels"
73
- msgstr "Venlig redigere dine niveaur"
74
-
75
- #: adminpages/admin_header.php:58
76
- msgid ""
77
- "The billing details for some of your membership levels is not supported by "
78
- "Payflow."
79
- msgstr ""
80
- "Betalings detaljer for nogle af dine medlems niveauer, understøttes ikke af "
81
- "Payflow."
82
-
83
- #: adminpages/admin_header.php:66
84
- msgid ""
85
- "The billing details for this level are not supported by Payflow. Please "
86
- "review the notes in the Billing Details section below."
87
- msgstr ""
88
- "Betalings detaljer for dette niveau understøttes ikke af Payflow. Gennemgå "
89
- "venligst notater under Betalings Detajler sektionen."
90
-
91
- #: adminpages/admin_header.php:78
92
- msgid ""
93
- "The billing details for some of your membership levels is not supported by "
94
- "Braintree."
95
- msgstr ""
96
- "Betalings detaljer for nogen af dine medlems niveaur, undersøttes ikke af "
97
- "Braintree."
98
-
99
- #: adminpages/admin_header.php:86
100
- msgid ""
101
- "The billing details for this level are not supported by Braintree. Please "
102
- "review the notes in the Billing Details section below."
103
- msgstr ""
104
- "Betalings detaljer for dette niveau understøttes ikke af Braintree. Gennemgå "
105
- "venligst noter I Betalings Detaljer sektion nedenfor."
106
-
107
- #: adminpages/admin_header.php:98
108
- msgid ""
109
- "The billing details for some of your membership levels is not supported by "
110
- "TwoCheckout."
111
- msgstr ""
112
- "Betalings detaljer for nogle af dine medlemsskab niveaur, understøttes ikke "
113
- "af TwoCheckout. "
114
-
115
- #: adminpages/admin_header.php:107
116
- msgid ""
117
- "The billing details for this level are not supported by 2Checkout. Please "
118
- "review the notes in the Billing Details section below."
119
- msgstr ""
120
- "Betalings detaljer for dette niveau understøttes ikke af 2Checkout. Gennemgå "
121
- "venligst noter I Betalings Detaljer sektionen nedenfor."
122
-
123
- #: adminpages/admin_header.php:127 adminpages/admin_header.php:106
124
- msgid "Plugin Support"
125
- msgstr "Plugin Support"
126
-
127
- #: adminpages/admin_header.php:127 adminpages/admin_header.php:106
128
- msgid "User Forum"
129
- msgstr "Bruger Forum"
130
-
131
- #: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
132
- #: adminpages/pagesettings.php:69 includes/adminpages.php:107
133
- #: adminpages/admin_header.php:128 adminpages/membershiplevels.php:490
134
- #: adminpages/membershiplevels.php:496 includes/adminpages.php:44
135
- #: includes/adminpages.php:100
136
- msgid "Membership Levels"
137
- msgstr "Medlemsskab Niveaur"
138
-
139
- #: adminpages/admin_header.php:150 adminpages/pagesettings.php:120
140
- #: adminpages/admin_header.php:129 adminpages/pagesettings.php:92
141
- msgid "Pages"
142
- msgstr "Sider"
143
-
144
- #: adminpages/admin_header.php:151 adminpages/admin_header.php:130
145
- msgid "Payment Gateway &amp; SSL"
146
- msgstr "Betalings Gateway &amp; SSL"
147
-
148
- #: adminpages/admin_header.php:152 adminpages/memberslist.php:148
149
- #: pages/account.php:56 adminpages/admin_header.php:131
150
- #: adminpages/memberslist.php:115 pages/account.php:52
151
- msgid "Email"
152
- msgstr "Email"
153
-
154
- #: adminpages/admin_header.php:153 adminpages/admin_header.php:132
155
- msgid "Advanced"
156
- msgstr "Avanceret"
157
-
158
- #: adminpages/admin_header.php:154 includes/adminpages.php:52
159
- #: includes/adminpages.php:142 adminpages/admin_header.php:133
160
- #: includes/adminpages.php:14 includes/adminpages.php:69
161
- #: includes/adminpages.php:135
162
- msgid "Add Ons"
163
- msgstr "Add Ons"
164
-
165
- #: adminpages/advancedsettings.php:42 adminpages/advancedsettings.php:35
166
- msgid "Your advanced settings have been updated."
167
- msgstr "Dine advanceret indstillinger er bleven opdateret."
168
-
169
- #: adminpages/advancedsettings.php:66
170
- #, php-format
171
- msgid ""
172
- "This content is for !!levels!! members only. <a href=\"%s\">Register here</"
173
- "a>."
174
- msgstr ""
175
- "Dette indhold er kun for !!levels!! medlemmer. <a href=\"%s\">Registrerer "
176
- "her</a>."
177
-
178
- #: adminpages/advancedsettings.php:71
179
- #, php-format
180
- msgid ""
181
- "Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
182
- "\">Register here</a>.)"
183
- msgstr ""
184
- "Vær venlig at <a href=\"%s\">Log Ind</a> for at læse dette indhold. (<a href="
185
- "\"%s\">Registerer her</a>.)"
186
-
187
- #: adminpages/advancedsettings.php:76
188
- msgid ""
189
- "This content is for members only. Visit the site and log in/register to read."
190
- msgstr ""
191
- "Dette indhold er kun for medllemmer. Besøg siden og log ind/registrerer for "
192
- "at læse."
193
-
194
- #: adminpages/advancedsettings.php:86 includes/adminpages.php:51
195
- #: includes/adminpages.php:135 adminpages/advancedsettings.php:79
196
- #: includes/adminpages.php:13 includes/adminpages.php:64
197
- #: includes/adminpages.php:128
198
- msgid "Advanced Settings"
199
- msgstr "Avanceret Indstillinger"
200
-
201
- #: adminpages/advancedsettings.php:92 adminpages/advancedsettings.php:85
202
- msgid "Message for Logged-in Non-members"
203
- msgstr "Beskeder til logget ind ikke-medlemmer"
204
-
205
- #: adminpages/advancedsettings.php:96 adminpages/advancedsettings.php:89
206
- msgid ""
207
- "This message replaces the post content for non-members. Available variables"
208
- msgstr ""
209
- "Denne besked erstatter dette indhold for ikke-medlemmer. Forskellige "
210
- "muligheder er tilgængelig"
211
-
212
- #: adminpages/advancedsettings.php:101 adminpages/advancedsettings.php:94
213
- msgid "Message for Logged-out Users"
214
- msgstr "Besked til brugere der er logget ud"
215
-
216
- #: adminpages/advancedsettings.php:105 adminpages/advancedsettings.php:98
217
- msgid "This message replaces the post content for logged-out visitors."
218
- msgstr "Denne besked erstatter det postet indhold for lbesøgende."
219
-
220
- #: adminpages/advancedsettings.php:110 adminpages/advancedsettings.php:103
221
- msgid "Message for RSS Feed"
222
- msgstr "Besked til RSS Feed"
223
-
224
- #: adminpages/advancedsettings.php:114 adminpages/advancedsettings.php:107
225
- msgid "This message replaces the post content in RSS feeds."
226
- msgstr "Denne besked erstatter postet indhold I RSS feeds."
227
-
228
- #: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:113
229
- msgid "Show Excerpts to Non-Members?"
230
- msgstr "Vis Uddrag til ikke-medlemmer?"
231
-
232
- #: adminpages/advancedsettings.php:124 adminpages/advancedsettings.php:117
233
- msgid "No - Hide excerpts."
234
- msgstr "Nej - Skjul uddrag"
235
-
236
- #: adminpages/advancedsettings.php:125 adminpages/advancedsettings.php:118
237
- msgid "Yes - Show excerpts."
238
- msgstr "Ja - Vis uddrag"
239
-
240
- #: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:194
241
- #: adminpages/advancedsettings.php:206 adminpages/membershiplevels.php:571
242
- #: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:459
243
- #: includes/profile.php:123 adminpages/advancedsettings.php:128
244
- #: adminpages/advancedsettings.php:187 adminpages/advancedsettings.php:199
245
- #: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
246
- #: adminpages/paymentsettings.php:414 adminpages/paymentsettings.php:429
247
- #: adminpages/paymentsettings.php:454 includes/profile.php:121
248
- msgid "No"
249
- msgstr "Nej"
250
-
251
- #: adminpages/advancedsettings.php:136 adminpages/advancedsettings.php:129
252
- msgid "Hide Ads From All Members"
253
- msgstr "Skjul Reklamer For Alle Medlemmer"
254
-
255
- #: adminpages/advancedsettings.php:137 adminpages/advancedsettings.php:130
256
- msgid "Hide Ads From Certain Members"
257
- msgstr "Skjul Reklamer For Specifikke Medlemmer"
258
-
259
- #: adminpages/advancedsettings.php:144 adminpages/advancedsettings.php:137
260
- msgid "Ads from the following plugins will be automatically turned off"
261
- msgstr "Reklamer fra følgende plugins ville automatisk blive slået fra"
262
-
263
- #: adminpages/advancedsettings.php:145 adminpages/advancedsettings.php:138
264
- msgid "To hide ads in your template code, use code like the following"
265
- msgstr "For at skjule reklamer i din template kode, brug følgende"
266
-
267
- #: adminpages/advancedsettings.php:156 adminpages/advancedsettings.php:149
268
- msgid "Choose Levels to Hide Ads From"
269
- msgstr "Vælg nivauer for at Skjule Reklamer Fra"
270
-
271
- #: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
272
- msgid "Redirect all traffic from registration page to /susbcription/?"
273
- msgstr "Omdigerer alt trafik fra Registrerings siden til /registrering/?"
274
-
275
- #: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
276
- msgid "multisite only"
277
- msgstr "kun for flere sites"
278
-
279
- #: adminpages/advancedsettings.php:195 adminpages/membershiplevels.php:571
280
- #: adminpages/paymentsettings.php:435 adminpages/paymentsettings.php:460
281
- #: includes/profile.php:124 adminpages/advancedsettings.php:188
282
- #: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
283
- #: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
284
- #: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:455
285
- #: includes/profile.php:122
286
- msgid "Yes"
287
- msgstr "Ja"
288
-
289
- #: adminpages/advancedsettings.php:202 adminpages/advancedsettings.php:195
290
- msgid "Use reCAPTCHA?"
291
- msgstr "Brug reCAPTCHA?"
292
-
293
- #: adminpages/advancedsettings.php:207 adminpages/advancedsettings.php:200
294
- msgid "Yes - Free memberships only."
295
- msgstr "Ja - Kun for gratis medlemsskab."
296
-
297
- #: adminpages/advancedsettings.php:208 adminpages/advancedsettings.php:201
298
- msgid "Yes - All memberships."
299
- msgstr "Ja - Alle medlemsskaber."
300
-
301
- #: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
302
- msgid "A free reCAPTCHA key is required."
303
- msgstr "En gratis reCAPTCHA nøgle er påkrævet."
304
-
305
- #: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
306
- msgid "Click here to signup for reCAPTCHA"
307
- msgstr "Klik her, for at registerer med reCAPTCHA"
308
-
309
- #: adminpages/advancedsettings.php:216 adminpages/advancedsettings.php:209
310
- msgid "reCAPTCHA Public Key"
311
- msgstr "reCAPTCHA Offentlig Nøgle"
312
-
313
- #: adminpages/advancedsettings.php:219 adminpages/advancedsettings.php:212
314
- msgid "reCAPTCHA Private Key"
315
- msgstr "reCAPTCHA Privat Nøgle"
316
-
317
- #: adminpages/advancedsettings.php:225 adminpages/advancedsettings.php:218
318
- msgid "Require Terms of Service on signups?"
319
- msgstr "Ønskes Vilkår og Betingelser med registrering? "
320
-
321
- #: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:225
322
- msgid ""
323
- "If yes, create a WordPress page containing your TOS agreement and assign it "
324
- "using the dropdown above."
325
- msgstr ""
326
- "Hvis ja er valgt, opret en Wordpress side, med indhold af din VOB aftale, og "
327
- "tilføje den, med dropdown ovenfor.t"
328
-
329
- #: adminpages/advancedsettings.php:272
330
- msgid "selected"
331
- msgstr "valgte"
332
-
333
- #: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:251
334
- #: adminpages/paymentsettings.php:532 adminpages/advancedsettings.php:284
335
- #: adminpages/pagesettings.php:209 adminpages/pagesettings.php:223
336
- #: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:526
337
- msgid "Save Settings"
338
- msgstr "Gem Indstillinger"
339
-
340
- #: adminpages/discountcodes.php:48
341
- msgid "Discount code updated successfully."
342
- msgstr "Rabat kode er opdateret succesfuldt"
343
-
344
- #: adminpages/discountcodes.php:55
345
- msgid "Error updating discount code. That code may already be in use."
346
- msgstr "Fejl I at opdatere rabat kode. Denne kode er nok allerede i brug."
347
-
348
- #: adminpages/discountcodes.php:64
349
- msgid "Discount code added successfully."
350
- msgstr "Rabat kode er tilføjet succesfuldt."
351
-
352
- #: adminpages/discountcodes.php:71
353
- msgid "Error adding discount code. That code may already be in use."
354
- msgstr "Fejl i at tilføje rabat kode. Denne kode må allerede være i brug,"
355
-
356
- #: adminpages/discountcodes.php:196
357
- #, php-format
358
- msgid "Error saving values for the %s level."
359
- msgstr "Fejl i at gemme værdier til denne %s niveau."
360
-
361
- #: adminpages/discountcodes.php:204
362
- msgid "There were errors updating the level values: "
363
- msgstr "Der opstod fejl I at opdatere niveau værdier: "
364
-
365
- #: adminpages/discountcodes.php:237 adminpages/discountcodes.php:234
366
- #, php-format
367
- msgid "Code %s deleted successfully."
368
- msgstr "Kode %s slettet succesfuldt."
369
-
370
- #: adminpages/discountcodes.php:242 adminpages/discountcodes.php:239
371
- msgid ""
372
- "Error deleting discount code. The code was only partially deleted. Please "
373
- "try again."
374
- msgstr ""
375
- "Fejl opstod, med at slette rabat kode. Koden blev delvist slettet. Prøv igen."
376
-
377
- #: adminpages/discountcodes.php:248 adminpages/discountcodes.php:245
378
- msgid "Error deleting code. Please try again."
379
- msgstr "Fejl opstod I at slette koden. Prøv igen"
380
-
381
- #: adminpages/discountcodes.php:254 adminpages/discountcodes.php:251
382
- msgid "Code not found."
383
- msgstr "Kode ikke fundet."
384
-
385
- #: adminpages/discountcodes.php:267 adminpages/discountcodes.php:264
386
- msgid "Edit Discount Code"
387
- msgstr "Redigere Rabat Kode"
388
-
389
- #: adminpages/discountcodes.php:269 adminpages/discountcodes.php:529
390
- #: adminpages/discountcodes.php:266 adminpages/discountcodes.php:526
391
- msgid "Add New Discount Code"
392
- msgstr "Tilføj Ny Rabat Kode"
393
-
394
- #: adminpages/discountcodes.php:309 adminpages/discountcodes.php:557
395
- #: adminpages/membershiplevels.php:286 adminpages/membershiplevels.php:513
396
- #: adminpages/memberslist.php:144 adminpages/orders.php:900
397
- #: adminpages/reports/login.php:140 adminpages/discountcodes.php:306
398
- #: adminpages/discountcodes.php:547 adminpages/membershiplevels.php:284
399
- #: adminpages/membershiplevels.php:505 adminpages/membershiplevels.php:511
400
- #: adminpages/memberslist.php:111 adminpages/orders.php:597
401
- msgid "ID"
402
- msgstr "ID"
403
-
404
- #: adminpages/discountcodes.php:310 adminpages/orders.php:261
405
- #: adminpages/discountcodes.php:307 adminpages/orders.php:211
406
- msgid "This will be generated when you save."
407
- msgstr "Dette ville blive generet, når du gemmer."
408
-
409
- #: adminpages/discountcodes.php:314 adminpages/discountcodes.php:558
410
- #: adminpages/orders.php:265 adminpages/orders.php:901
411
- #: adminpages/discountcodes.php:311 adminpages/discountcodes.php:548
412
- #: adminpages/orders.php:215 adminpages/orders.php:598
413
- msgid "Code"
414
- msgstr "Kode"
415
-
416
- #: adminpages/discountcodes.php:352 adminpages/discountcodes.php:349
417
- msgid "Start Date"
418
- msgstr "Start Dato"
419
-
420
- #: adminpages/discountcodes.php:370 pages/billing.php:253
421
- #: pages/checkout.php:508 adminpages/discountcodes.php:367
422
- #: pages/billing.php:249 pages/checkout.php:525 pages/checkout.php:532
423
- msgid "Expiration Date"
424
- msgstr "Udløbs Dato"
425
-
426
- #: adminpages/discountcodes.php:388 adminpages/discountcodes.php:561
427
- #: adminpages/discountcodes.php:385 adminpages/discountcodes.php:551
428
- msgid "Uses"
429
- msgstr "Forbrug"
430
-
431
- #: adminpages/discountcodes.php:391 adminpages/discountcodes.php:388
432
- msgid "Leave blank for unlimited uses."
433
- msgstr "Lad dette stå blank, for uendelig brug."
434
-
435
- #: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:339
436
- #: adminpages/membershiplevels.php:515 adminpages/discountcodes.php:427
437
- #: adminpages/membershiplevels.php:337 adminpages/membershiplevels.php:507
438
- #: adminpages/membershiplevels.php:513 pages/levels.php:14
439
- msgid "Initial Payment"
440
- msgstr "Begynd Betaling"
441
-
442
- #: adminpages/discountcodes.php:431 adminpages/membershiplevels.php:340
443
- #: adminpages/discountcodes.php:428 adminpages/membershiplevels.php:338
444
- msgid "The initial amount collected at registration."
445
- msgstr "Det påbegyndte beløb, er indsamlet ved registrering."
446
-
447
- #: adminpages/discountcodes.php:435 adminpages/membershiplevels.php:344
448
- #: adminpages/discountcodes.php:432 adminpages/membershiplevels.php:342
449
- msgid "Recurring Subscription"
450
- msgstr "Gentag Abonnoment"
451
-
452
- #: adminpages/discountcodes.php:436 adminpages/membershiplevels.php:345
453
- #: adminpages/discountcodes.php:433 adminpages/membershiplevels.php:343
454
- msgid "Check if this level has a recurring subscription payment."
455
- msgstr "Klik her, hvis dette niveau har en gentagene betaling."
456
-
457
- #: adminpages/discountcodes.php:440 adminpages/membershiplevels.php:349
458
- #: adminpages/membershiplevels.php:347
459
- msgid "Billing Amount"
460
- msgstr "Fakture Beløb"
461
-
462
- #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
463
- #: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
464
- #: adminpages/membershiplevels.php:353
465
- msgid "Day(s)"
466
- msgstr "Dag(e)"
467
-
468
- #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
469
- #: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
470
- #: adminpages/membershiplevels.php:353
471
- msgid "Month(s)"
472
- msgstr "Måned(er)"
473
-
474
- #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
475
- #: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
476
- #: adminpages/membershiplevels.php:353
477
- msgid "Week(s)"
478
- msgstr "Uge(r)"
479
-
480
- #: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
481
- #: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
482
- #: adminpages/membershiplevels.php:353
483
- msgid "Year(s)"
484
- msgstr "År()"
485
-
486
- #: adminpages/discountcodes.php:454 adminpages/membershiplevels.php:364
487
- #: adminpages/discountcodes.php:451 adminpages/membershiplevels.php:362
488
- msgid "The amount to be billed one cycle after the initial payment."
489
- msgstr ""
490
- "Det beløb, der faktureres den ene cyklus efter den oprindelige betaling."
491
-
492
- #: adminpages/discountcodes.php:459 adminpages/membershiplevels.php:382
493
- #: adminpages/discountcodes.php:456 adminpages/membershiplevels.php:380
494
- msgid "Billing Cycle Limit"
495
- msgstr "Betalings Cyklus Grænse "
496
-
497
- #: adminpages/discountcodes.php:462 adminpages/membershiplevels.php:386
498
- #: adminpages/discountcodes.php:459 adminpages/membershiplevels.php:384
499
- msgid ""
500
- "The <strong>total</strong> number of recurring billing cycles for this "
501
- "level, including the trial period (if applicable) but not including the "
502
- "initial payment. Set to zero if membership is indefinite."
503
- msgstr ""
504
- "Det <strong>totale</strong> antal af gentagende fakture cykluser for dette "
505
- "niveau, herunder prøveperioden (hvis relevant), men ikke inkluderet I den "
506
- "oprindelige betaling. Sæt til nul, hvis medlemskab er ubegrænset."
507
-
508
- #: adminpages/discountcodes.php:467 adminpages/membershiplevels.php:395
509
- #: adminpages/discountcodes.php:464 adminpages/membershiplevels.php:393
510
- msgid "Custom Trial"
511
- msgstr "Brugerdefineret Prøveperiode"
512
-
513
- #: adminpages/discountcodes.php:468 adminpages/membershiplevels.php:397
514
- #: adminpages/discountcodes.php:465 adminpages/membershiplevels.php:394
515
- #: adminpages/membershiplevels.php:395
516
- msgid "Check to add a custom trial period."
517
- msgstr "Klik her, for at tilføje en brugerdefineret prøve periode"
518
-
519
- #: adminpages/discountcodes.php:472 adminpages/membershiplevels.php:406
520
- #: adminpages/discountcodes.php:469 adminpages/membershiplevels.php:398
521
- #: adminpages/membershiplevels.php:404
522
- msgid "Trial Billing Amount"
523
- msgstr "Prøveperiode Fakture konto"
524
-
525
- #: adminpages/discountcodes.php:475 adminpages/membershiplevels.php:409
526
- #: adminpages/discountcodes.php:472 adminpages/membershiplevels.php:401
527
- #: adminpages/membershiplevels.php:407
528
- msgid "for the first"
529
- msgstr "for det første"
530
-
531
- #: adminpages/discountcodes.php:477 adminpages/membershiplevels.php:411
532
- #: adminpages/discountcodes.php:474 adminpages/membershiplevels.php:403
533
- #: adminpages/membershiplevels.php:409
534
- msgid "subscription payments"
535
- msgstr "abonnoments betalings"
536
-
537
- #: adminpages/discountcodes.php:482 adminpages/membershiplevels.php:439
538
- #: adminpages/discountcodes.php:479 adminpages/membershiplevels.php:431
539
- #: adminpages/membershiplevels.php:437
540
- msgid "Membership Expiration"
541
- msgstr "Medlemskab Udløber"
542
-
543
- #: adminpages/discountcodes.php:483 adminpages/membershiplevels.php:440
544
- #: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:438
545
- msgid "Check this to set when membership access expires."
546
- msgstr "Klik her, for at sætte, hvornår medlemsskab udløber"
547
-
548
- #: adminpages/discountcodes.php:487 adminpages/membershiplevels.php:444
549
- #: adminpages/discountcodes.php:484 adminpages/membershiplevels.php:436
550
- #: adminpages/membershiplevels.php:442
551
- msgid "Expires In"
552
- msgstr "Udløber om"
553
-
554
- #: adminpages/discountcodes.php:500 adminpages/membershiplevels.php:457
555
- #: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:455
556
- msgid ""
557
- "Set the duration of membership access. Note that the any future payments "
558
- "(recurring subscription, if any) will be cancelled when the membership "
559
- "expires."
560
- msgstr ""
561
- "Indstil varigheden af medlemskab. Bemærk, at de eventuelle fremtidige "
562
- "betalinger (tilbagevendende abonnementer, hvis nogen) vil blive annulleret, "
563
- "når medlemskabet udløber."
564
-
565
- #: adminpages/discountcodes.php:528 adminpages/discountcodes.php:525
566
- msgid "Memberships Discount Codes"
567
- msgstr "Medlemsskab Rabat Kode"
568
-
569
- #: adminpages/discountcodes.php:538 adminpages/discountcodes.php:535
570
- msgid "Search Discount Codes"
571
- msgstr "Søg efter Rabat Koder"
572
-
573
- #: adminpages/discountcodes.php:541 adminpages/reports/login.php:81
574
- #: adminpages/discountcodes.php:538
575
- msgid "Search"
576
- msgstr "Søg"
577
-
578
- #: adminpages/discountcodes.php:559 adminpages/discountcodes.php:549
579
- msgid "Starts"
580
- msgstr "Starter"
581
-
582
- #: adminpages/discountcodes.php:560 adminpages/memberslist.php:159
583
- #: adminpages/reports/login.php:145 includes/profile.php:120
584
- #: adminpages/discountcodes.php:550 adminpages/memberslist.php:121
585
- #: includes/profile.php:118
586
- msgid "Expires"
587
- msgstr "Udløber"
588
-
589
- #: adminpages/discountcodes.php:562 adminpages/discountcodes.php:552
590
- msgid "Levels"
591
- msgstr "Niveauer"
592
-
593
- #: adminpages/discountcodes.php:574 adminpages/discountcodes.php:570
594
- msgid "Create your first discount code now"
595
- msgstr "Opret din første Rabat kode nu"
596
-
597
- #: adminpages/discountcodes.php:574 adminpages/discountcodes.php:570
598
- msgid ""
599
- "Discount codes allow you to offer your memberships at discounted prices to "
600
- "select customers."
601
- msgstr ""
602
- "Rabat koder, giver dig mulighed for, at tilbyde medlemmer Rabat priser til "
603
- "udvalgte kunder."
604
-
605
- #: adminpages/discountcodes.php:619 adminpages/membershiplevels.php:572
606
- #: adminpages/orders.php:961 adminpages/discountcodes.php:614
607
- #: adminpages/membershiplevels.php:564 adminpages/membershiplevels.php:570
608
- #: adminpages/orders.php:658
609
- msgid "edit"
610
- msgstr "Redigere"
611
-
612
- #: adminpages/discountcodes.php:622 adminpages/discountcodes.php:617
613
- #, php-format
614
- msgid ""
615
- "Are you sure you want to delete the %s discount code? The subscriptions for "
616
- "existing users will not change, but new users will not be able to use this "
617
- "code anymore."
618
- msgstr ""
619
- "Er du sikker på, at du ville slette %s rabat kode?. Abonnement for den "
620
- "eksisterende bruger ville ikke ændre sig, men nye brugere har ikke mulighed "
621
- "for, at bruge koden."
622
-
623
- #: adminpages/discountcodes.php:622 adminpages/membershiplevels.php:574
624
- #: adminpages/orders.php:967 adminpages/discountcodes.php:617
625
- #: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:572
626
- #: adminpages/orders.php:664
627
- msgid "delete"
628
- msgstr "Slet"
629
-
630
- #: adminpages/emailsettings.php:69 includes/adminpages.php:50
631
- #: includes/adminpages.php:128 adminpages/emailsettings.php:60
632
- #: includes/adminpages.php:12 includes/adminpages.php:59
633
- #: includes/adminpages.php:121
634
- msgid "Email Settings"
635
- msgstr "Email Indstillinger"
636
-
637
- #: adminpages/emailsettings.php:70 adminpages/emailsettings.php:61
638
- msgid ""
639
- "By default, system generated emails are sent from "
640
- "<em><strong>wordpress@yourdomain.com</strong></em>. You can update this from "
641
- "address using the fields below."
642
- msgstr ""
643
- "Som standard, vil systemet generere email sendt fra "
644
- "<em><strong>wordpress@ditdomæne.com</strong></em>. Du har mulighed for, at "
645
- "opdatere adresse, ved at bruge felterne nedenfor. "
646
-
647
- #: adminpages/emailsettings.php:72 adminpages/emailsettings.php:63
648
- msgid ""
649
- "To modify the appearance of system generated emails, add the files "
650
- "<em>email_header.html</em> and <em>email_footer.html</em> to your theme's "
651
- "directory. This will modify both the WordPress default messages as well as "
652
- "messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro "
653
- "- Member Communications\" target=\"_blank\" href=\"http://www."
654
- "paidmembershipspro.com/documentation/member-communications/\">Click here to "
655
- "learn more about Paid Memberships Pro emails</a>."
656
- msgstr ""
657
- "Hvis du vil ændre udseendet af systemet genererede e-mails, tilføje filerne "
658
- "<em>email_header.html</em> og <em>email_footer.html</em> til din tema mappe. "
659
- "Dette vil ændre både WordPress standard beskeder samt meddelelser genereres "
660
- "af Paid Memberships Pro.<a title=\"Paid medlemskaber Pro - Medlber "
661
- "Communications\" target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
662
- "documentation/member-communications/\">Klik her for at lære mere om Paid "
663
- "Memberships Pro emails</a>."
664
-
665
- #: adminpages/emailsettings.php:78 adminpages/emailsettings.php:69
666
- msgid "From Email"
667
- msgstr "Fra Email"
668
-
669
- #: adminpages/emailsettings.php:86 adminpages/emailsettings.php:77
670
- msgid "From Name"
671
- msgstr "Fra Navn"
672
-
673
- #: adminpages/emailsettings.php:94
674
- msgid "Only Filter PMPro Emails?"
675
- msgstr "Filtere Kun PMPro Emails?"
676
-
677
- #: adminpages/emailsettings.php:98
678
- msgid "If unchecked, all emails from \"WordPress &lt;"
679
- msgstr "Hvis ikke aktiveret, alle emails fra \"WordPress &lt;"
680
-
681
- #: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
682
- #: adminpages/emailsettings.php:104
683
- msgid "Send the site admin emails"
684
- msgstr "Send site admin emails"
685
-
686
- #: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
687
- #: adminpages/emailsettings.php:110
688
- msgid "Checkout"
689
- msgstr "Gå til Kassen"
690
-
691
- #: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
692
- #: adminpages/emailsettings.php:114
693
- msgid "when a member checks out."
694
- msgstr "Når et medlem går til Kassen"
695
-
696
- #: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
697
- #: adminpages/emailsettings.php:119
698
- msgid "Admin Changes"
699
- msgstr "Admin Ændringer"
700
-
701
- #: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
702
- #: adminpages/emailsettings.php:123
703
- msgid "when an admin changes a user's membership level through the dashboard."
704
- msgstr "Når en admin ændre en bruger's medlemsskab niveau gennem kontrolpanel."
705
-
706
- #: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
707
- #: adminpages/emailsettings.php:128
708
- msgid "Cancellation"
709
- msgstr "Annullering"
710
-
711
- #: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
712
- #: adminpages/emailsettings.php:132
713
- msgid "when a user cancels his or her account."
714
- msgstr "når en bruger annullere hans eller hendes konto."
715
-
716
- #: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
717
- #: adminpages/emailsettings.php:137
718
- msgid "Bill Updates"
719
- msgstr "Fakture Opdates"
720
-
721
- #: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
722
- #: adminpages/emailsettings.php:141
723
- msgid "when a user updates his or her billing information."
724
- msgstr "når en bruger opdatere hans eller hendes betalings informationer."
725
-
726
- #: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
727
- #: adminpages/emailsettings.php:147
728
- msgid "Send members emails"
729
- msgstr "Send medlemmers email"
730
-
731
- #: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
732
- #: adminpages/emailsettings.php:153
733
- msgid "New Users"
734
- msgstr "Nye Brugere"
735
-
736
- #: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
737
- #: adminpages/emailsettings.php:157
738
- msgid ""
739
- "Default WP notification email. (Recommended: Leave unchecked. Members will "
740
- "still get an email confirmation from PMPro after checkout.)"
741
- msgstr ""
742
- "Standard WP notifikations email. (Anbefales: Ikke Aktiveret. Medlemmer vil "
743
- "stadig få email bekræftigelse fra PMPRO efter de har været kassen.)"
744
-
745
- #: adminpages/membershiplevels.php:118
746
- msgid "Membership level updated successfully."
747
- msgstr "Medlemsskab Niveau opdateret succesfuldt."
748
-
749
- #: adminpages/membershiplevels.php:124
750
- msgid "Error updating membership level."
751
- msgstr "Fejl I opdatering af medlemsskab niveau."
752
-
753
- #: adminpages/membershiplevels.php:141
754
- msgid "Membership level added successfully."
755
- msgstr "Medlemsskab niveau tilføjet succesfuldt."
756
-
757
- #: adminpages/membershiplevels.php:146
758
- msgid "Error adding membership level."
759
- msgstr "Fejl I at tilføje medlemskabs niveau."
760
-
761
- #: adminpages/membershiplevels.php:181 adminpages/membershiplevels.php:179
762
- #, php-format
763
- msgid ""
764
- "There was an error canceling the subscription for user with ID=%d. You will "
765
- "want to check your payment gateway to see if their subscription is still "
766
- "active."
767
- msgstr ""
768
- "Der opstod en fejl, med annullering af abonnement for bruger med ID=%d. Du "
769
- "bliver nødtil at kontrollere din betalings gateway, for at se, om deres "
770
- "betaling stadig er aktiv. "
771
-
772
- #: adminpages/membershiplevels.php:184 adminpages/membershiplevels.php:182
773
- msgid "Last Invoice"
774
- msgstr "Sidste Faktura"
775
-
776
- #: adminpages/membershiplevels.php:198 adminpages/membershiplevels.php:196
777
- msgid "Membership level deleted successfully."
778
- msgstr "Medlemskabs niveau slettet succesfuldt."
779
-
780
- #: adminpages/membershiplevels.php:203 adminpages/membershiplevels.php:209
781
- #: adminpages/membershiplevels.php:201 adminpages/membershiplevels.php:207
782
- msgid "Error deleting membership level."
783
- msgstr "Fejl I at slette medlemsskab niveau."
784
-
785
- #: adminpages/membershiplevels.php:224 adminpages/membershiplevels.php:222
786
- msgid "Edit Membership Level"
787
- msgstr "Redigere medlemsskab niveau"
788
-
789
- #: adminpages/membershiplevels.php:226 adminpages/membershiplevels.php:224
790
- msgid "Add New Membership Level"
791
- msgstr "Tilføj Ny Medlemsskab Niveau"
792
-
793
- #: adminpages/membershiplevels.php:293 adminpages/membershiplevels.php:514
794
- #: adminpages/reports/login.php:142 adminpages/membershiplevels.php:291
795
- #: adminpages/membershiplevels.php:506 adminpages/membershiplevels.php:512
796
- msgid "Name"
797
- msgstr "Navn"
798
-
799
- #: adminpages/membershiplevels.php:298 adminpages/membershiplevels.php:296
800
- msgid "Description"
801
- msgstr "Beskrivelse"
802
-
803
- #: adminpages/membershiplevels.php:316 adminpages/membershiplevels.php:314
804
- msgid "Confirmation Message"
805
- msgstr "Bekræftigelses Besked"
806
-
807
- #: adminpages/membershiplevels.php:335 adminpages/membershiplevels.php:333
808
- msgid "Billing Details"
809
- msgstr "Faktura Detaljer"
810
-
811
- #: adminpages/membershiplevels.php:351 adminpages/membershiplevels.php:349
812
- msgid "per"
813
- msgstr "pr"
814
-
815
- #: adminpages/membershiplevels.php:366
816
- msgid ""
817
- "Stripe integration currently only supports billing periods of \"Week\", "
818
- "\"Month\" or \"Year\"."
819
- msgstr ""
820
- "Stripe integration understøtter kun Faktura af \"Uge\", \"Måned\" eller \"År"
821
- "\"."
822
-
823
- #: adminpages/membershiplevels.php:368 adminpages/membershiplevels.php:366
824
- msgid ""
825
- "Braintree integration currently only supports billing periods of \"Month\" "
826
- "or \"Year\"."
827
- msgstr ""
828
- "Braintree integration understøtter kun Faktura af \"Uge\", \"Måned\" eller "
829
- "\"År\"."
830
-
831
- #: adminpages/membershiplevels.php:370 adminpages/membershiplevels.php:368
832
- msgid ""
833
- "Payflow integration currently only supports billing frequencies of 1 and "
834
- "billing periods of \"Week\", \"Month\" or \"Year\"."
835
- msgstr ""
836
- "Payflow integration understøtter kun Faktura frekvens af og faktura periode "
837
- "af \"Uge\", \"Måned\" eller \"År\"."
838
-
839
- #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:372
840
- msgid ""
841
- "After saving this level, make note of the ID and create a \"Plan\" in your "
842
- "Braintree dashboard with the same settings and the \"Plan ID\" set to "
843
- "<em>pmpro_#</em>, where # is the level ID."
844
- msgstr ""
845
- "Efter at gemme dette niveau, lav en note af ID og opret en \"Plan\" i dit "
846
- "Braintree kontrolpanel, med det samme indstillinger, og at \"Plan ID\" er "
847
- "sat til <em>pmpro_#</em>, hvor # er niveau ID."
848
-
849
- #: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
850
- #: adminpages/paymentsettings.php:174 adminpages/paymentsettings.php:179
851
- #: adminpages/membershiplevels.php:372 adminpages/paymentsettings.php:170
852
- msgid "Note"
853
- msgstr "Note"
854
-
855
- #: adminpages/membershiplevels.php:376 adminpages/membershiplevels.php:374
856
- msgid ""
857
- "You will need to create a \"Plan\" in your Braintree dashboard with the same "
858
- "settings and the \"Plan ID\" set to"
859
- msgstr ""
860
- "Du er nødtil at oprette en \"Plan\" i dit Braintree kontrolpanel med de "
861
- "samme indstillinger og hvor \"Plan ID\" er sat til"
862
-
863
- #: adminpages/membershiplevels.php:388 adminpages/membershiplevels.php:386
864
- msgid ""
865
- "Stripe integration currently does not support billing limits. You can still "
866
- "set an expiration date below."
867
- msgstr ""
868
- "Stripe integration understøtter ikke faktura begræsninger. Du kan stadig "
869
- "sætte en udløbsdato på nedenfor."
870
-
871
- #: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:398
872
- msgid ""
873
- "2Checkout integration does not support custom trials. You can do one period "
874
- "trials by setting an initial payment different from the billing amount."
875
- msgstr ""
876
- "2Checkout integration understøtter ikke brugerdefineret prøveperiode. Du kan "
877
- "lave en prøveperiode via indstillinger, og sætte betalings mulighed til en "
878
- "anden fakture."
879
-
880
- #: adminpages/membershiplevels.php:414 adminpages/membershiplevels.php:406
881
- #: adminpages/membershiplevels.php:412
882
- msgid ""
883
- "Stripe integration currently does not support trial amounts greater than $0."
884
- msgstr ""
885
- "Stripe integration understøtter ikke prøveperioder der er større en $0."
886
-
887
- #: adminpages/membershiplevels.php:418 adminpages/membershiplevels.php:410
888
- #: adminpages/membershiplevels.php:416
889
- msgid ""
890
- "Braintree integration currently does not support trial amounts greater than "
891
- "$0."
892
- msgstr "Braintree integration understøtter prøveperioder der er større end $0."
893
-
894
- #: adminpages/membershiplevels.php:422 adminpages/membershiplevels.php:414
895
- #: adminpages/membershiplevels.php:420
896
- msgid ""
897
- "Payflow integration currently does not support trial amounts greater than $0."
898
- msgstr ""
899
- "Payflow integration understøtter ikke prøveåerioder der er større end $0."
900
-
901
- #: adminpages/membershiplevels.php:430 adminpages/membershiplevels.php:422
902
- #: adminpages/membershiplevels.php:428
903
- msgid "Other Settings"
904
- msgstr "Andre Indstillinger"
905
-
906
- #: adminpages/membershiplevels.php:434 adminpages/membershiplevels.php:426
907
- #: adminpages/membershiplevels.php:432
908
- msgid "Disable New Signups"
909
- msgstr "Deaktivere Nye Tilmeldinger"
910
-
911
- #: adminpages/membershiplevels.php:435 adminpages/membershiplevels.php:427
912
- #: adminpages/membershiplevels.php:433
913
- msgid ""
914
- "Check to hide this level from the membership levels page and disable "
915
- "registration."
916
- msgstr ""
917
- "Klik her, for at skjule dette Niveau fra medlemsskabs Niveau side, og "
918
- "deaktivere registrering."
919
-
920
- #: adminpages/membershiplevels.php:465 adminpages/membershiplevels.php:457
921
- #: adminpages/membershiplevels.php:463
922
- msgid "Content Settings"
923
- msgstr "Indhols Indstillinger"
924
-
925
- #: adminpages/membershiplevels.php:469 adminpages/membershiplevels.php:461
926
- #: adminpages/membershiplevels.php:467
927
- msgid "Categories"
928
- msgstr "Kategorier"
929
-
930
- #: adminpages/membershiplevels.php:498 adminpages/membershiplevels.php:490
931
- #: adminpages/membershiplevels.php:496
932
- msgid "Add New Level"
933
- msgstr "Tilføj Ny Niveau"
934
-
935
- #: adminpages/membershiplevels.php:501 adminpages/membershiplevels.php:504
936
- #: adminpages/membershiplevels.php:493 adminpages/membershiplevels.php:496
937
- #: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:502
938
- msgid "Search Levels"
939
- msgstr "Søg Niveauer"
940
-
941
- #: adminpages/membershiplevels.php:516 adminpages/membershiplevels.php:508
942
- #: adminpages/membershiplevels.php:514
943
- msgid "Billing Cycle"
944
- msgstr "Faktura Cyklus"
945
-
946
- #: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:509
947
- #: adminpages/membershiplevels.php:515
948
- msgid "Trial Cycle"
949
- msgstr "Prøveperiode Cyklus"
950
-
951
- #: adminpages/membershiplevels.php:518 pages/confirmation.php:83
952
- #: pages/invoice.php:70 adminpages/membershiplevels.php:510
953
- #: adminpages/membershiplevels.php:516 pages/confirmation.php:81
954
- #: pages/invoice.php:68
955
- msgid "Expiration"
956
- msgstr "Udløbs"
957
-
958
- #: adminpages/membershiplevels.php:519 adminpages/membershiplevels.php:511
959
- #: adminpages/membershiplevels.php:517
960
- msgid "Allow Signups"
961
- msgstr "Tillad Registrering"
962
-
963
- #: adminpages/membershiplevels.php:542 adminpages/membershiplevels.php:534
964
- #: adminpages/membershiplevels.php:540
965
- msgid "FREE"
966
- msgstr "GRATIS"
967
-
968
- #: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:543
969
- #: adminpages/membershiplevels.php:549
970
- msgid "every"
971
- msgstr "alle"
972
-
973
- #: adminpages/membershiplevels.php:553 adminpages/membershiplevels.php:561
974
- #: adminpages/reports/memberships.php:304
975
- #: adminpages/reports/memberships.php:315 adminpages/reports/sales.php:203
976
- #: adminpages/reports/sales.php:214 adminpages/membershiplevels.php:545
977
- #: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:559
978
- #: adminpages/reports/sales.php:195 adminpages/reports/sales.php:204
979
- #: adminpages/reports/sales.php:206 adminpages/reports/sales.php:215
980
- msgid "for"
981
- msgstr "for"
982
-
983
- #: adminpages/membershiplevels.php:568 adminpages/membershiplevels.php:560
984
- #: adminpages/membershiplevels.php:566
985
- msgid "After"
986
- msgstr "Efter"
987
-
988
- #: adminpages/membershiplevels.php:573 adminpages/orders.php:964
989
- #: adminpages/membershiplevels.php:565 adminpages/membershiplevels.php:571
990
- #: adminpages/orders.php:661
991
- msgid "copy"
992
- msgstr "Kopiere"
993
-
994
- #: adminpages/membershiplevels.php:574 adminpages/membershiplevels.php:566
995
- #: adminpages/membershiplevels.php:572
996
- #, php-format
997
- msgid ""
998
- "Are you sure you want to delete membership level %s? All subscriptions will "
999
- "be cancelled."
1000
- msgstr ""
1001
- "Er du sikker på, at du ville slette medlemsskab niveau %s? Alle abonnenter "
1002
- "ville blive annulleret."
1003
-
1004
- #: adminpages/memberslist.php:25 includes/adminpages.php:53
1005
- #: includes/adminpages.php:149 includes/adminpages.php:15
1006
- #: includes/adminpages.php:74 includes/adminpages.php:142
1007
- msgid "Members List"
1008
- msgstr "Medlems Liste"
1009
-
1010
- #: adminpages/memberslist.php:26 adminpages/orders.php:591
1011
- #: adminpages/orders.php:522
1012
- msgid "Export to CSV"
1013
- msgstr "Eksportere til CSV"
1014
-
1015
- #: adminpages/memberslist.php:30 adminpages/orders.php:603
1016
- #: adminpages/reports/login.php:65 adminpages/reports/memberships.php:292
1017
- #: adminpages/reports/sales.php:193 adminpages/reports/sales.php:185
1018
- #: adminpages/reports/sales.php:194
1019
- msgid "Show"
1020
- msgstr "Vis"
1021
-
1022
- #: adminpages/memberslist.php:32 adminpages/reports/login.php:67
1023
- #: adminpages/reports/memberships.php:317 adminpages/reports/sales.php:216
1024
- #: adminpages/reports/sales.php:208 adminpages/reports/sales.php:217
1025
- msgid "All Levels"
1026
- msgstr "All Niveauer"
1027
-
1028
- #: adminpages/memberslist.php:42
1029
- msgid "Old Members"
1030
- msgstr "Gamle Medlemmer"
1031
-
1032
- #: adminpages/memberslist.php:47 adminpages/memberslist.php:50
1033
- #: adminpages/memberslist.php:46 adminpages/memberslist.php:49
1034
- msgid "Search Members"
1035
- msgstr "Søg Medlemmer"
1036
-
1037
- #: adminpages/memberslist.php:136 adminpages/memberslist.php:103
1038
- #, php-format
1039
- msgid "%d members found."
1040
- msgstr "%d medlemmer fundet."
1041
-
1042
- #: adminpages/memberslist.php:145 pages/account.php:55 pages/checkout.php:171
1043
- #: adminpages/memberslist.php:112 pages/account.php:51 pages/checkout.php:168
1044
- msgid "Username"
1045
- msgstr "Brugernavn"
1046
-
1047
- #: adminpages/memberslist.php:146 adminpages/memberslist.php:113
1048
- msgid "First&nbsp;Name"
1049
- msgstr "For&nbsp;Navn"
1050
-
1051
- #: adminpages/memberslist.php:147 adminpages/memberslist.php:114
1052
- msgid "Last&nbsp;Name"
1053
- msgstr "Efter&nbsp;Navn"
1054
-
1055
- #: adminpages/memberslist.php:150 pages/account.php:94 pages/billing.php:62
1056
- #: pages/checkout.php:298 pages/confirmation.php:61 pages/invoice.php:48
1057
- #: adminpages/memberslist.php:117 pages/account.php:90 pages/billing.php:58
1058
- #: pages/checkout.php:314 pages/checkout.php:321 pages/confirmation.php:59
1059
- #: pages/invoice.php:46
1060
- msgid "Billing Address"
1061
- msgstr "Fakture Addresse"
1062
-
1063
- #: adminpages/memberslist.php:151 adminpages/reports/login.php:143
1064
- #: classes/gateways/class.pmprogateway_authorizenet.php:187
1065
- #: adminpages/memberslist.php:118 adminpages/pagesettings.php:51
1066
- msgid "Membership"
1067
- msgstr "Medlemsskab"
1068
-
1069
- #: adminpages/memberslist.php:152 adminpages/memberslist.php:119
1070
- msgid "Fee"
1071
- msgstr "Gebyr"
1072
-
1073
- #: adminpages/memberslist.php:153 adminpages/reports/login.php:144
1074
- #: adminpages/memberslist.php:120
1075
- msgid "Joined"
1076
- msgstr "Forbundet"
1077
-
1078
- #: adminpages/memberslist.php:157
1079
- msgid "Ended"
1080
- msgstr "Sluttet"
1081
-
1082
- #: adminpages/memberslist.php:223 adminpages/reports/login.php:210
1083
- #: adminpages/memberslist.php:195
1084
- msgid "No members found."
1085
- msgstr "Ingen Medlemmer fundet."
1086
-
1087
- #: adminpages/memberslist.php:223 adminpages/reports/login.php:210
1088
- #: adminpages/memberslist.php:195
1089
- msgid "Search all levels"
1090
- msgstr "Søg efter Niveauer"
1091
-
1092
- #: adminpages/orders.php:67 adminpages/orders.php:26
1093
- msgid "Order deleted successfully."
1094
- msgstr "Ordre blev slettet succesfuldt."
1095
-
1096
- #: adminpages/orders.php:72 adminpages/orders.php:31
1097
- msgid "Error deleting order."
1098
- msgstr "Fejl i at slette ordre."
1099
-
1100
- #: adminpages/orders.php:169 adminpages/orders.php:119
1101
- msgid "Order saved successfully."
1102
- msgstr "Ordre gent succesfuldt."
1103
-
1104
- #: adminpages/orders.php:174 adminpages/orders.php:124
1105
- msgid "Error updating order timestamp."
1106
- msgstr "Fejl i at opdatere tidsstempel ordre."
1107
-
1108
- #: adminpages/orders.php:180 adminpages/orders.php:130
1109
- msgid "Error saving order."
1110
- msgstr "Fejl i at gemme ordre."
1111
-
1112
- #: adminpages/orders.php:245 adminpages/orders.php:195
1113
- msgid "Order"
1114
- msgstr "Ordre"
1115
-
1116
- #: adminpages/orders.php:247 adminpages/orders.php:197
1117
- msgid "New Order"
1118
- msgstr "Ny Ordre"
1119
-
1120
- #: adminpages/orders.php:270 adminpages/orders.php:220
1121
- msgid "Randomly generated for you."
1122
- msgstr "Tilfældig genereret kun for dig"
1123
-
1124
- #: adminpages/orders.php:275 adminpages/orders.php:225
1125
- msgid "User ID"
1126
- msgstr "Bruger ID"
1127
-
1128
- #: adminpages/orders.php:284 adminpages/orders.php:234
1129
- msgid "Membership Level ID"
1130
- msgstr "Medlems Niveau ID"
1131
-
1132
- #: adminpages/orders.php:293 adminpages/orders.php:243
1133
- msgid "Billing Name"
1134
- msgstr "Faktura Navn"
1135
-
1136
- #: adminpages/orders.php:301 adminpages/orders.php:251
1137
- msgid "Billing Street"
1138
- msgstr "Faktura Vej"
1139
-
1140
- #: adminpages/orders.php:308 adminpages/orders.php:258
1141
- msgid "Billing City"
1142
- msgstr "Faktura By"
1143
-
1144
- #: adminpages/orders.php:315 adminpages/orders.php:265
1145
- msgid "Billing State"
1146
- msgstr "Faktura Region"
1147
-
1148
- #: adminpages/orders.php:322 adminpages/orders.php:272
1149
- msgid "Billing Postal Code"
1150
- msgstr "Faktura Post Nummer"
1151
-
1152
- #: adminpages/orders.php:329 adminpages/orders.php:279
1153
- msgid "Billing Country"
1154
- msgstr "Faktura Land"
1155
-
1156
- #: adminpages/orders.php:337 adminpages/orders.php:287
1157
- msgid "Billing Phone"
1158
- msgstr "Faktura Telefon"
1159
-
1160
- #: adminpages/orders.php:346 adminpages/orders.php:296
1161
- msgid "Sub Total"
1162
- msgstr "Subtotal"
1163
-
1164
- #: adminpages/orders.php:354 pages/invoice.php:80 adminpages/orders.php:304
1165
- #: pages/invoice.php:78
1166
- msgid "Tax"
1167
- msgstr "Skat"
1168
-
1169
- #: adminpages/orders.php:362 adminpages/orders.php:312
1170
- msgid "Coupon Amount"
1171
- msgstr "Rabat Beløb"
1172
-
1173
- #: adminpages/orders.php:370 adminpages/orders.php:905 pages/invoice.php:84
1174
- #: adminpages/orders.php:320 adminpages/orders.php:602 pages/invoice.php:82
1175
- msgid "Total"
1176
- msgstr "Total"
1177
-
1178
- #: adminpages/orders.php:375 adminpages/orders.php:325
1179
- msgid "Should be subtotal + tax - couponamount."
1180
- msgstr "Skulle være subtotal + skat - rabat beløb"
1181
-
1182
- #: adminpages/orders.php:380 adminpages/orders.php:330
1183
- msgid "Payment Type"
1184
- msgstr "Betalings Type"
1185
-
1186
- #: adminpages/orders.php:385 adminpages/orders.php:335
1187
- msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
1188
- msgstr "e.g. PayPal Express, PayPal Standard. Kreditkort."
1189
-
1190
- #: adminpages/orders.php:389 pages/billing.php:238 pages/checkout.php:493
1191
- #: adminpages/orders.php:339 pages/billing.php:234 pages/checkout.php:510
1192
- #: pages/checkout.php:517
1193
- msgid "Card Type"
1194
- msgstr "Kort Type"
1195
-
1196
- #: adminpages/orders.php:394 adminpages/orders.php:344
1197
- msgid "e.g. Visa, MasterCard, AMEX, etc"
1198
- msgstr "e.g Visa, MasterCard. AMEX, etc"
1199
-
1200
- #: adminpages/orders.php:398 adminpages/paymentsettings.php:352
1201
- #: adminpages/orders.php:348 adminpages/paymentsettings.php:347
1202
- msgid "Account Number"
1203
- msgstr "Konto Nummer"
1204
-
1205
- #: adminpages/orders.php:403 adminpages/orders.php:353
1206
- msgid "Obscure all but last 4 digits."
1207
- msgstr "Skjul alle personlige oplysninger, undtagen de sidste 4 cifre"
1208
-
1209
- #: adminpages/orders.php:408 adminpages/orders.php:358
1210
- msgid "Expiration Month"
1211
- msgstr "Udløbs Måned"
1212
-
1213
- #: adminpages/orders.php:415 adminpages/orders.php:365
1214
- msgid "Expiration Year"
1215
- msgstr "Udløbs År"
1216
-
1217
- #: adminpages/orders.php:423 adminpages/orders.php:909
1218
- #: adminpages/orders.php:373 adminpages/orders.php:606
1219
- msgid "Status"
1220
- msgstr "Status"
1221
-
1222
- #: adminpages/orders.php:444 adminpages/orders.php:907
1223
- #: adminpages/orders.php:394 adminpages/orders.php:604
1224
- msgid "Gateway"
1225
- msgstr "Gateway"
1226
-
1227
- #: adminpages/orders.php:448 adminpages/orders.php:398
1228
- msgid "Testing Only"
1229
- msgstr "Kun for Test"
1230
-
1231
- #: adminpages/orders.php:449 adminpages/paymentsettings.php:159
1232
- #: adminpages/orders.php:399 adminpages/paymentsettings.php:157
1233
- msgid "Pay by Check"
1234
- msgstr "Betal med Check"
1235
-
1236
- #: adminpages/orders.php:461 adminpages/paymentsettings.php:184
1237
- #: adminpages/orders.php:411 adminpages/paymentsettings.php:175
1238
- #: adminpages/paymentsettings.php:179
1239
- msgid "Gateway Environment"
1240
- msgstr "Gateway Miljø"
1241
-
1242
- #: adminpages/orders.php:465 adminpages/paymentsettings.php:188
1243
- #: adminpages/orders.php:415 adminpages/paymentsettings.php:179
1244
- #: adminpages/paymentsettings.php:183
1245
- msgid "Sandbox/Testing"
1246
- msgstr "Sandkasse/Test"
1247
-
1248
- #: adminpages/orders.php:466 adminpages/paymentsettings.php:189
1249
- #: adminpages/orders.php:416 adminpages/paymentsettings.php:180
1250
- #: adminpages/paymentsettings.php:184
1251
- msgid "Live/Production"
1252
- msgstr "Live/Produktion"
1253
-
1254
- #: adminpages/orders.php:473 adminpages/orders.php:423
1255
- msgid "Payment Transaction ID"
1256
- msgstr "Betalings Transaktions ID"
1257
-
1258
- #: adminpages/orders.php:478 adminpages/orders.php:428
1259
- msgid "Generated by the gateway. Useful to cross reference orders."
1260
- msgstr "Genereret af Gateway. Nyttigt til at krydse referencer med ordre."
1261
-
1262
- #: adminpages/orders.php:482 adminpages/orders.php:432
1263
- msgid "Subscription Transaction ID"
1264
- msgstr "Abonnoments Transaktion ID"
1265
-
1266
- #: adminpages/orders.php:487 adminpages/orders.php:437
1267
- msgid "Generated by the gateway. Useful to cross reference subscriptions."
1268
- msgstr ""
1269
- "Genereret af Gateway. Nyttigt til at krydse referencer med abonnomenter. "
1270
-
1271
- #: adminpages/orders.php:492 adminpages/orders.php:910 pages/invoice.php:107
1272
- #: adminpages/orders.php:442 adminpages/orders.php:607 pages/invoice.php:105
1273
- msgid "Date"
1274
- msgstr "Dato"
1275
-
1276
- #: adminpages/orders.php:527 adminpages/orders.php:477
1277
- msgid "Affiliate ID"
1278
- msgstr "Assosieret ID"
1279
-
1280
- #: adminpages/orders.php:535 adminpages/orders.php:485
1281
- msgid "Affiliate SubID"
1282
- msgstr "Assosieret SubID"
1283
-
1284
- #: adminpages/orders.php:545 adminpages/orders.php:495
1285
- msgid "Notes"
1286
- msgstr "Noter"
1287
-
1288
- #: adminpages/orders.php:560 adminpages/orders.php:510
1289
- msgid "Save Order"
1290
- msgstr "Gem Ordre"
1291
-
1292
- #: adminpages/orders.php:561 pages/billing.php:330 adminpages/orders.php:511
1293
- #: pages/billing.php:295 pages/billing.php:299
1294
- msgid "Cancel"
1295
- msgstr "Annullere"
1296
-
1297
- #: adminpages/orders.php:570 includes/adminpages.php:55
1298
- #: includes/adminpages.php:163 adminpages/orders.php:520
1299
- #: includes/adminpages.php:17 includes/adminpages.php:84
1300
- #: includes/adminpages.php:156
1301
- msgid "Orders"
1302
- msgstr "Ordrer"
1303
-
1304
- #: adminpages/orders.php:571 adminpages/orders.php:521
1305
- msgid "Add New Order"
1306
- msgstr "Tilføj Ny Ordrer"
1307
-
1308
- #: adminpages/orders.php:605
1309
- msgid "All"
1310
- msgstr "Alle"
1311
-
1312
- #: adminpages/orders.php:606
1313
- msgid "Within a Date Range"
1314
- msgstr "Inden for et datointerval"
1315
-
1316
- #: adminpages/orders.php:607
1317
- msgid "Predefined Date Range"
1318
- msgstr "Foruddefineret datointerval"
1319
-
1320
- #: adminpages/orders.php:608
1321
- msgid "Within a Level"
1322
- msgstr "Indenfor et Niveau"
1323
-
1324
- #: adminpages/orders.php:609
1325
- msgid "Within a Status"
1326
- msgstr "Indenfor en Status"
1327
-
1328
- #: adminpages/orders.php:612
1329
- msgid "From"
1330
- msgstr "Fra"
1331
-
1332
- #: adminpages/orders.php:624
1333
- msgid "To"
1334
- msgstr "Til"
1335
-
1336
- #: adminpages/orders.php:636
1337
- msgid "filter by "
1338
- msgstr "Filtreret af"
1339
-
1340
- #: adminpages/orders.php:674
1341
- msgid "Filter"
1342
- msgstr "Filtreret"
1343
-
1344
- #: adminpages/orders.php:777 adminpages/orders.php:780
1345
- #: adminpages/orders.php:535 adminpages/orders.php:538
1346
- msgid "Search Orders"
1347
- msgstr "Søg Ordrer"
1348
-
1349
- #: adminpages/orders.php:893 adminpages/orders.php:590
1350
- #, php-format
1351
- msgid "%d orders found."
1352
- msgstr "%d ordre fundet."
1353
-
1354
- #: adminpages/orders.php:902 adminpages/paymentsettings.php:220
1355
- #: adminpages/reports/login.php:141 adminpages/orders.php:599
1356
- #: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:215
1357
- msgid "User"
1358
- msgstr "Bruger"
1359
-
1360
- #: adminpages/orders.php:904 includes/profile.php:27 pages/checkout.php:33
1361
- #: pages/confirmation.php:47 pages/confirmation.php:64
1362
- #: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
1363
- #: adminpages/orders.php:601 includes/profile.php:25 pages/checkout.php:34
1364
- #: pages/confirmation.php:46 pages/confirmation.php:62
1365
- #: pages/confirmation.php:103 pages/invoice.php:27 pages/invoice.php:49
1366
- msgid "Membership Level"
1367
- msgstr "Medlems Niveau"
1368
-
1369
- #: adminpages/orders.php:906 adminpages/orders.php:954
1370
- #: adminpages/orders.php:603 adminpages/orders.php:651
1371
- msgid "Payment"
1372
- msgstr "Betaling"
1373
-
1374
- #: adminpages/orders.php:908 adminpages/orders.php:605
1375
- msgid "Transaction IDs"
1376
- msgstr "Transaktion ID'er"
1377
-
1378
- #: adminpages/orders.php:933 adminpages/orders.php:630
1379
- msgid "deleted"
1380
- msgstr "slettet"
1381
-
1382
- #: adminpages/orders.php:956 adminpages/orders.php:653
1383
- msgid "Subscription"
1384
- msgstr "Abonnoment"
1385
-
1386
- #: adminpages/orders.php:967 adminpages/orders.php:664
1387
- #, php-format
1388
- msgid ""
1389
- "Deleting orders is permanent and can affect active users. Are you sure you "
1390
- "want to delete order %s?"
1391
- msgstr ""
1392
- "Slette ordrer er permanent og kan ikke påvirke aktive brugere. Er du sikker "
1393
- "på, at du ville slette ordrer %s?"
1394
-
1395
- #: adminpages/orders.php:977 adminpages/orders.php:674
1396
- msgid "No orders found."
1397
- msgstr "Ingen ordrer fundet."
1398
-
1399
- #: adminpages/pagesettings.php:51
1400
- msgid "Membership Account"
1401
- msgstr "Medlems Konto"
1402
-
1403
- #: adminpages/pagesettings.php:54
1404
- msgid "Membership Billing"
1405
- msgstr "Medlems Regning"
1406
-
1407
- #: adminpages/pagesettings.php:57
1408
- msgid "Membership Cancel"
1409
- msgstr "Medlems Annullering"
1410
-
1411
- #: adminpages/pagesettings.php:60
1412
- msgid "Membership Checkout"
1413
- msgstr "Medlems Gå til Kassen"
1414
-
1415
- #: adminpages/pagesettings.php:63
1416
- msgid "Membership Confirmation"
1417
- msgstr "Medlems Bekræftigelse"
1418
-
1419
- #: adminpages/pagesettings.php:66
1420
- msgid "Membership Invoice"
1421
- msgstr "Medlems Faktura"
1422
-
1423
- #: adminpages/pagesettings.php:73
1424
- #, php-format
1425
- msgid "Membership %s"
1426
- msgstr "Medlems %s"
1427
-
1428
- #: adminpages/pagesettings.php:111 adminpages/pagesettings.php:83
1429
- msgid "The following pages have been created for you"
1430
- msgstr "De følgende sider, er bleven oprettet for dig"
1431
-
1432
- #: adminpages/pagesettings.php:126 adminpages/pagesettings.php:98
1433
- msgid ""
1434
- "Manage the WordPress pages assigned to each required Paid Memberships Pro "
1435
- "page."
1436
- msgstr ""
1437
- "Håndtere Wordpress sider, som er tildelt og påkrævet til hver Paid "
1438
- "Memberships Pro sider eller."
1439
-
1440
- #: adminpages/pagesettings.php:132 adminpages/pagesettings.php:104
1441
- msgid ""
1442
- "Assign the WordPress pages for each required Paid Memberships Pro page or"
1443
- msgstr ""
1444
- "Tildel Wordpress sider, til hver påkrævet Paid Memberships Pro sider eller"
1445
-
1446
- #: adminpages/pagesettings.php:132 adminpages/pagesettings.php:104
1447
- msgid "click here to let us generate them for you"
1448
- msgstr "Klik her, for at lade dem generere dem for dig"
1449
-
1450
- #: adminpages/pagesettings.php:140 adminpages/pagesettings.php:112
1451
- msgid "Account Page"
1452
- msgstr "Konto Side"
1453
-
1454
- #: adminpages/pagesettings.php:147 adminpages/pagesettings.php:162
1455
- #: adminpages/pagesettings.php:177 adminpages/pagesettings.php:193
1456
- #: adminpages/pagesettings.php:209 adminpages/pagesettings.php:225
1457
- #: adminpages/pagesettings.php:241 adminpages/pagesettings.php:119
1458
- #: adminpages/pagesettings.php:132 adminpages/pagesettings.php:134
1459
- #: adminpages/pagesettings.php:145 adminpages/pagesettings.php:149
1460
- #: adminpages/pagesettings.php:159 adminpages/pagesettings.php:165
1461
- #: adminpages/pagesettings.php:173 adminpages/pagesettings.php:181
1462
- #: adminpages/pagesettings.php:187 adminpages/pagesettings.php:197
1463
- #: adminpages/pagesettings.php:201 adminpages/pagesettings.php:213
1464
- msgid "edit page"
1465
- msgstr "redigere side"
1466
-
1467
- #: adminpages/pagesettings.php:149 adminpages/pagesettings.php:164
1468
- #: adminpages/pagesettings.php:179 adminpages/pagesettings.php:195
1469
- #: adminpages/pagesettings.php:211 adminpages/pagesettings.php:227
1470
- #: adminpages/pagesettings.php:243 adminpages/pagesettings.php:121
1471
- #: adminpages/pagesettings.php:136 adminpages/pagesettings.php:151
1472
- #: adminpages/pagesettings.php:167 adminpages/pagesettings.php:183
1473
- #: adminpages/pagesettings.php:199 adminpages/pagesettings.php:215
1474
- msgid "view page"
1475
- msgstr "se side"
1476
-
1477
- #: adminpages/pagesettings.php:151 adminpages/pagesettings.php:166
1478
- #: adminpages/pagesettings.php:181 adminpages/pagesettings.php:197
1479
- #: adminpages/pagesettings.php:213 adminpages/pagesettings.php:229
1480
- #: adminpages/pagesettings.php:245 adminpages/pagesettings.php:121
1481
- #: adminpages/pagesettings.php:123 adminpages/pagesettings.php:134
1482
- #: adminpages/pagesettings.php:138 adminpages/pagesettings.php:147
1483
- #: adminpages/pagesettings.php:153 adminpages/pagesettings.php:161
1484
- #: adminpages/pagesettings.php:169 adminpages/pagesettings.php:175
1485
- #: adminpages/pagesettings.php:185 adminpages/pagesettings.php:189
1486
- #: adminpages/pagesettings.php:201 adminpages/pagesettings.php:203
1487
- #: adminpages/pagesettings.php:217
1488
- msgid "Include the shortcode"
1489
- msgstr "Include kort kode"
1490
-
1491
- #: adminpages/pagesettings.php:155 adminpages/pagesettings.php:125
1492
- #: adminpages/pagesettings.php:127
1493
- msgid "Billing Information Page"
1494
- msgstr "Regnings Informations Side"
1495
-
1496
- #: adminpages/pagesettings.php:170 adminpages/pagesettings.php:138
1497
- #: adminpages/pagesettings.php:142
1498
- msgid "Cancel Page"
1499
- msgstr "Annullere Side"
1500
-
1501
- #: adminpages/pagesettings.php:186 adminpages/pagesettings.php:152
1502
- #: adminpages/pagesettings.php:158
1503
- msgid "Checkout Page"
1504
- msgstr "Gå til Kassen Side"
1505
-
1506
- #: adminpages/pagesettings.php:202 adminpages/pagesettings.php:166
1507
- #: adminpages/pagesettings.php:174
1508
- msgid "Confirmation Page"
1509
- msgstr "Bekræftigelses Side"
1510
-
1511
- #: adminpages/pagesettings.php:218 adminpages/pagesettings.php:180
1512
- #: adminpages/pagesettings.php:190
1513
- msgid "Invoice Page"
1514
- msgstr "Fakturer Side"
1515
-
1516
- #: adminpages/pagesettings.php:234 adminpages/pagesettings.php:194
1517
- #: adminpages/pagesettings.php:206
1518
- msgid "Levels Page"
1519
- msgstr "Nivauers Side"
1520
-
1521
- #: adminpages/paymentsettings.php:77 adminpages/paymentsettings.php:82
1522
- msgid "Your payment settings have been updated."
1523
- msgstr "Din betalings indstillinger er bleven opdatert."
1524
-
1525
- #: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:154
1526
- #: adminpages/paymentsettings.php:144 adminpages/paymentsettings.php:152
1527
- msgid "Payment Gateway"
1528
- msgstr "Betalings Gateway"
1529
-
1530
- #: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:144
1531
- msgid "SSL Settings"
1532
- msgstr "SSL Indstillinger"
1533
-
1534
- #: adminpages/paymentsettings.php:148
1535
- msgid ""
1536
- "Learn more about <a title=\"Paid Memberships Pro - SSL Settings\" target="
1537
- "\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-plugin-"
1538
- "setup/ssl/\">SSL</a> or <a title=\"Paid Memberships Pro - Payment Gateway "
1539
- "Settings\" target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
1540
- "support/initial-plugin-setup/payment-gateway/\">Payment Gateway Settings</a>."
1541
- msgstr ""
1542
- "Lær mere omkring <a title=\"Paid Memberships Pro - SSL Indstillinger\" "
1543
- "target=\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-"
1544
- "plugin-setup/ssl/\">SSL</a> eller <a title=\"Paid Memberships Pro - Betaling "
1545
- "Gateway Indstillinger\" target=\"_blank\" href=\"http://www."
1546
- "paidmembershipspro.com/support/initial-plugin-setup/payment-gateway/"
1547
- "\">Betalings Gateway Indstillinger</a>."
1548
-
1549
- #: adminpages/paymentsettings.php:174
1550
- msgid ""
1551
- "This gateway option is in beta. Some functionality may not be available. "
1552
- "Please contact Paid Memberships Pro with any issues you run into. "
1553
- "<strong>Please be sure to upgrade Paid Memberships Pro to the latest "
1554
- "versions when available.</strong>"
1555
- msgstr ""
1556
- "Denne gateway funktion er I beta. Nogle funktioner er nok ikke tilgængelig. "
1557
- "Venlig kontakt Paid Memberships Pro med de problemer, du oplever. "
1558
- "<strong>Husk at opgradere Paid Memberships Pro til den seneste version, når "
1559
- "det er tilgængeligt.</strong>"
1560
-
1561
- #: adminpages/paymentsettings.php:179
1562
- msgid ""
1563
- "We do not recommend using PayPal Standard. We suggest using PayPal Express, "
1564
- "Website Payments Pro (Legacy), or PayPal Pro (Payflow Pro). <a target="
1565
- "\"_blank\" href=\"http://www.paidmembershipspro.com/2013/09/read-using-"
1566
- "paypal-standard-paid-memberships-pro/\">More information on why can be found "
1567
- "here.</a>"
1568
- msgstr ""
1569
- "Vi anbefaler ikke, at bruge Paypal Standard. Vi forslår at brute PayPal "
1570
- "Express, Website Payments Pro (Legacy), eller PayPal Pro (Payflow Pro). <a "
1571
- "target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/09/read-"
1572
- "using-paypal-standard-paid-memberships-pro/\">Mere information om hvorfor, "
1573
- "kan findes her.</a>"
1574
-
1575
- #: adminpages/paymentsettings.php:204 adminpages/paymentsettings.php:195
1576
- #: adminpages/paymentsettings.php:199
1577
- msgid "Partner"
1578
- msgstr "Partner"
1579
-
1580
- #: adminpages/paymentsettings.php:212 adminpages/paymentsettings.php:203
1581
- #: adminpages/paymentsettings.php:207
1582
- msgid "Vendor"
1583
- msgstr "Sælger"
1584
-
1585
- #: adminpages/paymentsettings.php:228 pages/checkout.php:180
1586
- #: adminpages/paymentsettings.php:219 adminpages/paymentsettings.php:223
1587
- #: pages/checkout.php:177
1588
- msgid "Password"
1589
- msgstr "Adgangskode"
1590
-
1591
- #: adminpages/paymentsettings.php:236 adminpages/paymentsettings.php:227
1592
- #: adminpages/paymentsettings.php:231
1593
- msgid "Gateway Account Email"
1594
- msgstr "Gateway Konto Email"
1595
-
1596
- #: adminpages/paymentsettings.php:244 adminpages/paymentsettings.php:336
1597
- #: adminpages/paymentsettings.php:235 adminpages/paymentsettings.php:239
1598
- #: adminpages/paymentsettings.php:331
1599
- msgid "API Username"
1600
- msgstr "API Brugernavn"
1601
-
1602
- #: adminpages/paymentsettings.php:252 adminpages/paymentsettings.php:344
1603
- #: adminpages/paymentsettings.php:243 adminpages/paymentsettings.php:247
1604
- #: adminpages/paymentsettings.php:339
1605
- msgid "API Password"
1606
- msgstr "API Adgangskode"
1607
-
1608
- #: adminpages/paymentsettings.php:260 adminpages/paymentsettings.php:251
1609
- #: adminpages/paymentsettings.php:255
1610
- msgid "API Signature"
1611
- msgstr "API Signatur"
1612
-
1613
- #: adminpages/paymentsettings.php:269 adminpages/paymentsettings.php:260
1614
- #: adminpages/paymentsettings.php:264
1615
- msgid "Login Name"
1616
- msgstr "Login Navn"
1617
-
1618
- #: adminpages/paymentsettings.php:277 adminpages/paymentsettings.php:268
1619
- #: adminpages/paymentsettings.php:272
1620
- msgid "Transaction Key"
1621
- msgstr "Transaktions Nøgle"
1622
-
1623
- #: adminpages/paymentsettings.php:286 adminpages/paymentsettings.php:277
1624
- #: adminpages/paymentsettings.php:281
1625
- msgid "Secret Key"
1626
- msgstr "Hemmelig Nøgle"
1627
-
1628
- #: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:285
1629
- #: adminpages/paymentsettings.php:289
1630
- msgid "Publishable Key"
1631
- msgstr "Publicerbar Nøgle"
1632
-
1633
- #: adminpages/paymentsettings.php:303 adminpages/paymentsettings.php:369
1634
- #: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:298
1635
- #: adminpages/paymentsettings.php:364
1636
- msgid "Merchant ID"
1637
- msgstr "Købmands ID"
1638
-
1639
- #: adminpages/paymentsettings.php:311 adminpages/paymentsettings.php:302
1640
- #: adminpages/paymentsettings.php:306
1641
- msgid "Public Key"
1642
- msgstr "Offentlig Nøgle"
1643
-
1644
- #: adminpages/paymentsettings.php:319 adminpages/paymentsettings.php:310
1645
- #: adminpages/paymentsettings.php:314
1646
- msgid "Private Key"
1647
- msgstr "Privat Nøgle"
1648
-
1649
- #: adminpages/paymentsettings.php:327 adminpages/paymentsettings.php:318
1650
- #: adminpages/paymentsettings.php:322
1651
- msgid "Client-Side Encryption Key"
1652
- msgstr "Klient-Side Krypteret Nøgle"
1653
-
1654
- #: adminpages/paymentsettings.php:360 adminpages/paymentsettings.php:355
1655
- msgid "Secret Word"
1656
- msgstr "Hemmlig Ord"
1657
-
1658
- #: adminpages/paymentsettings.php:377 adminpages/paymentsettings.php:372
1659
- msgid "Transaction Security Key"
1660
- msgstr "Transaktion Sikkerheds Nøgle"
1661
-
1662
- #: adminpages/paymentsettings.php:386 adminpages/paymentsettings.php:327
1663
- #: adminpages/paymentsettings.php:337 adminpages/paymentsettings.php:356
1664
- #: adminpages/paymentsettings.php:381
1665
- msgid "Currency"
1666
- msgstr "Valuta"
1667
-
1668
- #: adminpages/paymentsettings.php:400
1669
- msgid ""
1670
- "Not all currencies will be supported by every gateway. Please check with "
1671
- "your gateway."
1672
- msgstr ""
1673
- "Ikke alt Valuta understøtter alle gateways. Kontrollere venligst din Gateway."
1674
-
1675
- #: adminpages/paymentsettings.php:406 adminpages/paymentsettings.php:375
1676
- #: adminpages/paymentsettings.php:401
1677
- msgid "Accepted Credit Card Types"
1678
- msgstr "Accepteret Kreditkort Typer"
1679
-
1680
- #: adminpages/paymentsettings.php:420 adminpages/paymentsettings.php:389
1681
- #: adminpages/paymentsettings.php:415
1682
- msgid "Instructions"
1683
- msgstr "Instruktioner"
1684
-
1685
- #: adminpages/paymentsettings.php:424 adminpages/paymentsettings.php:393
1686
- #: adminpages/paymentsettings.php:419
1687
- msgid ""
1688
- "Who to write the check out to. Where to mail it. Shown on checkout, "
1689
- "confirmation, and invoice pages."
1690
- msgstr ""
1691
- "Hvem skal checken udskrives til. Hvor skal den mails til. Vis ved gå til "
1692
- "kassen, bekræftigelse, og faktura sider."
1693
-
1694
- #: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:425
1695
- msgid "Show Billing Address Fields"
1696
- msgstr "Vis Regnings Adresse Felter."
1697
-
1698
- #: adminpages/paymentsettings.php:437
1699
- msgid ""
1700
- "Stripe doesn't require billing address fields. Choose 'No' to hide them on "
1701
- "the checkout page.<br /><strong>If No, make sure you disable address "
1702
- "verification in the Stripe dashboard settings.</strong>"
1703
- msgstr ""
1704
- "Stripe behøver ikke regnings adresse felter. Vælg 'Nej' for at skjule dem "
1705
- "ved gå til kassen side.<br/><strong>Hvis Nej, så vær sikker på, at du har "
1706
- "deaktiveret bekræftigelse I Strip Kontrolpanel Indstillinger.</strong>"
1707
-
1708
- #: adminpages/paymentsettings.php:443 adminpages/paymentsettings.php:398
1709
- #: adminpages/paymentsettings.php:438
1710
- msgid "Sales Tax"
1711
- msgstr "Moms"
1712
-
1713
- #: adminpages/paymentsettings.php:443 pages/billing.php:82
1714
- #: adminpages/paymentsettings.php:398 adminpages/paymentsettings.php:438
1715
- #: pages/billing.php:78
1716
- msgid "optional"
1717
- msgstr "valgfri"
1718
-
1719
- #: adminpages/paymentsettings.php:446 adminpages/paymentsettings.php:401
1720
- #: adminpages/paymentsettings.php:441
1721
- msgid "Tax State"
1722
- msgstr "Moms ialt"
1723
-
1724
- #: adminpages/paymentsettings.php:447 adminpages/paymentsettings.php:402
1725
- #: adminpages/paymentsettings.php:442
1726
- msgid "abbreviation, e.g. \"PA\""
1727
- msgstr "forkortelse, e.g. \"PA\""
1728
-
1729
- #: adminpages/paymentsettings.php:449 adminpages/paymentsettings.php:404
1730
- #: adminpages/paymentsettings.php:444
1731
- msgid "decimal, e.g. \"0.06\""
1732
- msgstr "decimal, e.g \"0.06\""
1733
-
1734
- #: adminpages/paymentsettings.php:450
1735
- msgid ""
1736
- "US only. If values are given, tax will be applied for any members ordering "
1737
- "from the selected state.<br />For non-US or more complex tax rules, use the "
1738
- "<a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
1739
- "taxes-paid-memberships-pro/\">pmpro_tax filter</a>."
1740
- msgstr ""
1741
- "Kun for US. Hvis værdien er sat korret op, så ville skat blive tilføjet til "
1742
- "hvilken som helst medlems ordre fra den valgte stat.<br> For ikke-US eller "
1743
- "mere komplekse skatte regler, brug dette <a target=\"_blank\" href=\"http://"
1744
- "www.paidmembershipspro.com/2013/10/non-us-taxes-paid-memberships-pro/"
1745
- "\">pmpro_tax filter</a>."
1746
-
1747
- #: adminpages/paymentsettings.php:455 adminpages/paymentsettings.php:450
1748
- msgid "Force SSL"
1749
- msgstr "Tving SSL"
1750
-
1751
- #: adminpages/paymentsettings.php:461 adminpages/paymentsettings.php:456
1752
- msgid "Yes (with JavaScript redirects)"
1753
- msgstr "Ja (med JavaScript omdirigering)"
1754
-
1755
- #: adminpages/paymentsettings.php:468 adminpages/paymentsettings.php:430
1756
- #: adminpages/paymentsettings.php:463
1757
- msgid "SSL Seal Code"
1758
- msgstr "SSL Seal Kode"
1759
-
1760
- #: adminpages/paymentsettings.php:477 adminpages/paymentsettings.php:438
1761
- #: adminpages/paymentsettings.php:471
1762
- msgid "HTTPS Nuclear Option"
1763
- msgstr "HTTPS Nuclear Funktioner"
1764
-
1765
- #: adminpages/paymentsettings.php:480 adminpages/paymentsettings.php:441
1766
- #: adminpages/paymentsettings.php:474
1767
- msgid ""
1768
- "Use the \"Nuclear Option\" to use secure (HTTPS) URLs on your secure pages. "
1769
- "Check this if you are using SSL and have warnings on your checkout pages."
1770
- msgstr ""
1771
- "Brug \"Nuclear Funktion\" for at sikre (HTTPS) URLs på dine sikre sider. "
1772
- "Tjek hvis du bruger SSL og har advarsler på din gå til kassen sider."
1773
-
1774
- #: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:446
1775
- #: adminpages/paymentsettings.php:479
1776
- msgid "IPN Handler URL"
1777
- msgstr "IPN Handler URL"
1778
-
1779
- #: adminpages/paymentsettings.php:488 adminpages/paymentsettings.php:449
1780
- #: adminpages/paymentsettings.php:482
1781
- msgid "To fully integrate with PayPal, be sure to set your IPN Handler URL to "
1782
- msgstr ""
1783
- "For at integrerer fuldt ud med PayPal, vær sikker på, sæt din IPN Handler "
1784
- "URL til "
1785
-
1786
- #: adminpages/paymentsettings.php:493 adminpages/paymentsettings.php:487
1787
- msgid "TwoCheckout INS URL"
1788
- msgstr "TwoCheckout INS URL"
1789
-
1790
- #: adminpages/paymentsettings.php:496 adminpages/paymentsettings.php:490
1791
- msgid ""
1792
- "To fully integrate with 2Checkout, be sure to set your 2Checkout INS URL "
1793
- msgstr ""
1794
- "For at kunne integrerer fuldtud med 2Checkout, vær sikker på, at sætte din "
1795
- "2Checkout INS URL"
1796
-
1797
- #: adminpages/paymentsettings.php:501 adminpages/paymentsettings.php:454
1798
- #: adminpages/paymentsettings.php:495
1799
- msgid "Silent Post URL"
1800
- msgstr "Skjul Post URL"
1801
-
1802
- #: adminpages/paymentsettings.php:504 adminpages/paymentsettings.php:457
1803
- #: adminpages/paymentsettings.php:498
1804
- msgid ""
1805
- "To fully integrate with Authorize.net, be sure to set your Silent Post URL to"
1806
- msgstr ""
1807
- "For at kunne integrerer fuldtud med Authorize.net, vær sikker på, at sætte "
1808
- "din Silent Post URL til"
1809
-
1810
- #: adminpages/paymentsettings.php:509 adminpages/paymentsettings.php:517
1811
- #: adminpages/paymentsettings.php:462 adminpages/paymentsettings.php:470
1812
- #: adminpages/paymentsettings.php:503 adminpages/paymentsettings.php:511
1813
- msgid "Web Hook URL"
1814
- msgstr "Web Hook URL"
1815
-
1816
- #: adminpages/paymentsettings.php:512 adminpages/paymentsettings.php:465
1817
- #: adminpages/paymentsettings.php:506
1818
- msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
1819
- msgstr ""
1820
- "For at kunne integrerer fuldtud med Stripe, vær sikker på, at sætte din web "
1821
- "Hook URL til"
1822
-
1823
- #: adminpages/paymentsettings.php:521 adminpages/paymentsettings.php:474
1824
- #: adminpages/paymentsettings.php:515
1825
- msgid "To fully integrate with Braintree, be sure to set your Web Hook URL to"
1826
- msgstr ""
1827
- "For at kunne integrerer fuldtud med Braintree, vær sikker på, at sætte din "
1828
- "Silent Post URL til"
1829
-
1830
- #: adminpages/reports.php:40 adminpages/reports.php:26
1831
- #: adminpages/reports.php:37
1832
- msgid "Details"
1833
- msgstr "Detaljer"
1834
-
1835
- #: adminpages/reports/login.php:16
1836
- msgid "Visits, Views, and Logins"
1837
- msgstr "Besøgende, Set, og Logget Ind"
1838
-
1839
- #: adminpages/reports/login.php:26
1840
- msgid "Visits Today"
1841
- msgstr "Besøgende Idag"
1842
-
1843
- #: adminpages/reports/login.php:27 adminpages/reports/login.php:147
1844
- msgid "Visits This Month"
1845
- msgstr "Besøgende I denne Måned"
1846
-
1847
- #: adminpages/reports/login.php:28
1848
- msgid "Visits All Time"
1849
- msgstr "Besøgende Hele Tiden"
1850
-
1851
- #: adminpages/reports/login.php:31
1852
- msgid "Views Today"
1853
- msgstr "Set Idag"
1854
-
1855
- #: adminpages/reports/login.php:32 adminpages/reports/login.php:149
1856
- msgid "Views This Month"
1857
- msgstr "Set I Denne Måned"
1858
-
1859
- #: adminpages/reports/login.php:33
1860
- msgid "Views All Time"
1861
- msgstr "Set Hele Tiden"
1862
-
1863
- #: adminpages/reports/login.php:36
1864
- msgid "Logins Today"
1865
- msgstr "Logget ind Idag"
1866
-
1867
- #: adminpages/reports/login.php:37 adminpages/reports/login.php:152
1868
- msgid "Logins This Month"
1869
- msgstr "Logget ind I denne måned"
1870
-
1871
- #: adminpages/reports/login.php:38
1872
- msgid "Logins All Time"
1873
- msgstr "Logget ind hele Tiden"
1874
-
1875
- #: adminpages/reports/login.php:61
1876
- msgid "Visits, Views, and Logins Report"
1877
- msgstr "Besøgende, Set. og Logget Ind Report"
1878
-
1879
- #: adminpages/reports/login.php:66
1880
- msgid "All Users"
1881
- msgstr "Alle Brugere"
1882
-
1883
- #: adminpages/reports/login.php:146
1884
- msgid "Last Visit"
1885
- msgstr "Sidst Besøgt"
1886
-
1887
- #: adminpages/reports/login.php:148
1888
- msgid "Total Visits"
1889
- msgstr "Total Besøgende"
1890
-
1891
- #: adminpages/reports/login.php:150
1892
- msgid "Total Views"
1893
- msgstr "Total Set"
1894
-
1895
- #: adminpages/reports/login.php:151
1896
- msgid "Last Login"
1897
- msgstr "Sidst Logget Ind"
1898
-
1899
- #: adminpages/reports/login.php:153
1900
- msgid "Total Logins"
1901
- msgstr "Logget ind Total"
1902
-
1903
- #: adminpages/reports/memberships.php:18
1904
- #: adminpages/reports/memberships.php:288
1905
- msgid "Membership Stats"
1906
- msgstr "Medlems Statestikker"
1907
-
1908
- #: adminpages/reports/memberships.php:48
1909
- msgid "Signups"
1910
- msgstr "Regestreringer"
1911
-
1912
- #: adminpages/reports/memberships.php:50 adminpages/reports/memberships.php:69
1913
- msgid "All Time"
1914
- msgstr "Hele Tiden"
1915
-
1916
- #: adminpages/reports/memberships.php:54 adminpages/reports/memberships.php:73
1917
- msgid "This Year"
1918
- msgstr "Dette År"
1919
-
1920
- #: adminpages/reports/memberships.php:58 adminpages/reports/memberships.php:77
1921
- msgid "This Month"
1922
- msgstr "Denne Måned"
1923
-
1924
- #: adminpages/reports/memberships.php:62 adminpages/reports/memberships.php:81
1925
- msgid "Today"
1926
- msgstr "Idag"
1927
-
1928
- #: adminpages/reports/memberships.php:67
1929
- msgid "Cancellations"
1930
- msgstr "Annulleringer"
1931
-
1932
- #: adminpages/reports/memberships.php:86
1933
- msgid "Other Stats"
1934
- msgstr "Andre Statestikker"
1935
-
1936
- #: adminpages/reports/memberships.php:88
1937
- msgid "Monthly Recurring Revenue (MRR)"
1938
- msgstr "Månedligt Tilbagevendende Indtægter (MTI)"
1939
-
1940
- #: adminpages/reports/memberships.php:92
1941
- msgid "Cancellation Rate"
1942
- msgstr "Annullerings Rate"
1943
-
1944
- #: adminpages/reports/memberships.php:96
1945
- msgid "Lifetime Value (LTV)"
1946
- msgstr "Livstids Værdi (LTV)"
1947
-
1948
- #: adminpages/reports/memberships.php:294 adminpages/reports/sales.php:195
1949
- #: adminpages/reports/sales.php:187 adminpages/reports/sales.php:196
1950
- msgid "Daily"
1951
- msgstr "Daglig"
1952
-
1953
- #: adminpages/reports/memberships.php:295 adminpages/reports/sales.php:196
1954
- #: adminpages/reports/sales.php:188 adminpages/reports/sales.php:197
1955
- msgid "Monthly"
1956
- msgstr "Månedelig"
1957
-
1958
- #: adminpages/reports/memberships.php:296 adminpages/reports/sales.php:197
1959
- #: adminpages/reports/sales.php:189 adminpages/reports/sales.php:198
1960
- msgid "Annual"
1961
- msgstr "Årlig"
1962
-
1963
- #: adminpages/reports/memberships.php:299
1964
- msgid "Signups vs. Cancellations"
1965
- msgstr "Regestreringer vs Annulleringer"
1966
-
1967
- #: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:230
1968
- #: adminpages/reports/sales.php:222 adminpages/reports/sales.php:231
1969
- msgid "Generate Report"
1970
- msgstr "Genereret Report"
1971
-
1972
- #: adminpages/reports/sales.php:18
1973
- msgid "Sales and Revenue (Testing/Sandbox)"
1974
- msgstr "Salg og Indtægter (Test/Sandkasse)"
1975
-
1976
- #: adminpages/reports/sales.php:20 adminpages/reports/sales.php:189
1977
- #: adminpages/reports/sales.php:180
1978
- msgid "Sales and Revenue"
1979
- msgstr "Salg og Indtægter"
1980
-
1981
- #: adminpages/reports/sales.php:200 adminpages/reports/sales.php:192
1982
- #: adminpages/reports/sales.php:201
1983
- msgid "Revenue"
1984
- msgstr "Indtægter"
1985
-
1986
- #: adminpages/reports/sales.php:201 adminpages/reports/sales.php:193
1987
- #: adminpages/reports/sales.php:202
1988
- msgid "Sales"
1989
- msgstr "Salg"
1990
-
1991
- #: classes/class.memberorder.php:564 classes/class.memberorder.php:553
1992
- #: classes/class.memberorder.php:561 includes/cleanup.php:24
1993
- #, php-format
1994
- msgid ""
1995
- "There was an error canceling the subscription for user with ID=%s. You will "
1996
- "want to check your payment gateway to see if their subscription is still "
1997
- "active."
1998
- msgstr ""
1999
- "Der var en fejl, med annullering af abonnement for bruger med ID=%s. Du "
2000
- "ville nok kontrollere din betalings gateway, for at kunne se om deres "
2001
- "abonnement stadig er aktiv"
2002
-
2003
- #: classes/class.pmproemail.php:37
2004
- #, php-format
2005
- msgid "An Email From %s"
2006
- msgstr "En Email Fra %s"
2007
-
2008
- #: classes/class.pmproemail.php:122 classes/class.pmproemail.php:120
2009
- #, php-format
2010
- msgid "Your membership at %s has been CANCELLED"
2011
- msgstr "Dit medlemskab hos %s er blevet ANNULLERET"
2012
-
2013
- #: classes/class.pmproemail.php:144 classes/class.pmproemail.php:142
2014
- #, php-format
2015
- msgid "Membership for %s at %s has been CANCELLED"
2016
- msgstr "Medlemskab for %s hos %s er blevet ANNULLERET"
2017
-
2018
- #: classes/class.pmproemail.php:175 classes/class.pmproemail.php:172
2019
- #: classes/class.pmproemail.php:173
2020
- #, php-format
2021
- msgid "Your membership confirmation for %s"
2022
- msgstr "Dit medlemskab bekræftigelse for %s"
2023
-
2024
- #: classes/class.pmproemail.php:228 classes/class.pmproemail.php:237
2025
- #: classes/class.pmproemail.php:246 classes/class.pmproemail.php:325
2026
- #: classes/class.pmproemail.php:334 classes/class.pmproemail.php:645
2027
- #: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
2028
- #: pages/confirmation.php:52 pages/invoice.php:33
2029
- #: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
2030
- #: classes/class.pmproemail.php:225 classes/class.pmproemail.php:227
2031
- #: classes/class.pmproemail.php:234 classes/class.pmproemail.php:236
2032
- #: classes/class.pmproemail.php:304 classes/class.pmproemail.php:307
2033
- #: classes/class.pmproemail.php:313 classes/class.pmproemail.php:316
2034
- #: classes/class.pmproemail.php:532 classes/class.pmproemail.php:580
2035
- #: pages/checkout.php:67 pages/checkout.php:77 pages/checkout.php:566
2036
- #: pages/checkout.php:573 pages/confirmation.php:51 pages/invoice.php:32
2037
- msgid "Discount Code"
2038
- msgstr "Rabat Kode"
2039
-
2040
- #: classes/class.pmproemail.php:253 classes/class.pmproemail.php:346
2041
- #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:241
2042
- #: classes/class.pmproemail.php:243 classes/class.pmproemail.php:325
2043
- #: classes/class.pmproemail.php:328 classes/class.pmproemail.php:538
2044
- #: classes/class.pmproemail.php:586
2045
- #, php-format
2046
- msgid "This membership will expire on %s."
2047
- msgstr "Dette medlemskab udløber den %s."
2048
-
2049
- #: classes/class.pmproemail.php:275 classes/class.pmproemail.php:263
2050
- #: classes/class.pmproemail.php:265
2051
- #, php-format
2052
- msgid "Member Checkout for %s at %s"
2053
- msgstr "Medlem gå til kassen ved %s hos %s"
2054
-
2055
- #: classes/class.pmproemail.php:363 classes/class.pmproemail.php:342
2056
- #: classes/class.pmproemail.php:345
2057
- #, php-format
2058
- msgid "Your billing information has been udpated at %s"
2059
- msgstr "Dine betalings informationer er blevet opdateret hos %s"
2060
-
2061
- #: classes/class.pmproemail.php:416 classes/class.pmproemail.php:386
2062
- #: classes/class.pmproemail.php:390
2063
- #, php-format
2064
- msgid "Billing information has been udpated for %s at %s"
2065
- msgstr "Betalings informationer er blevet opdateret ved %s hos %s"
2066
-
2067
- #: classes/class.pmproemail.php:464 classes/class.pmproemail.php:425
2068
- #: classes/class.pmproemail.php:430
2069
- #, php-format
2070
- msgid "Membership Payment Failed at %s"
2071
- msgstr "Medlemsskabs Betaling Fejlet hos %s"
2072
-
2073
- #: classes/class.pmproemail.php:510 classes/class.pmproemail.php:462
2074
- #: classes/class.pmproemail.php:468
2075
- #, php-format
2076
- msgid "Membership Payment Failed For %s at %s"
2077
- msgstr "Medlemsskat Betaling Fejlet for %s ved %s"
2078
-
2079
- #: classes/class.pmproemail.php:557 classes/class.pmproemail.php:508
2080
- #, php-format
2081
- msgid "Credit Card on File Expiring Soon at %s"
2082
- msgstr "Kreditkort udløber snart hos %s"
2083
-
2084
- #: classes/class.pmproemail.php:605 classes/class.pmproemail.php:501
2085
- #: classes/class.pmproemail.php:548
2086
- #, php-format
2087
- msgid "INVOICE for %s membership"
2088
- msgstr "FAKTURA for %s medlemsskab"
2089
-
2090
- #: classes/class.pmproemail.php:676 classes/class.pmproemail.php:563
2091
- #: classes/class.pmproemail.php:611
2092
- #, php-format
2093
- msgid "Your trial at %s is ending soon"
2094
- msgstr "Din prøveperiode ved %s ender snart"
2095
-
2096
- #: classes/class.pmproemail.php:710 classes/class.pmproemail.php:596
2097
- #: classes/class.pmproemail.php:645
2098
- #, php-format
2099
- msgid "Your membership at %s has ended"
2100
- msgstr "Dit medlemskab hos %s er endt"
2101
-
2102
- #: classes/class.pmproemail.php:735 classes/class.pmproemail.php:621
2103
- #: classes/class.pmproemail.php:670
2104
- #, php-format
2105
- msgid "Your membership at %s will end soon"
2106
- msgstr "Dit medlemsskab hos %s vil snart ende"
2107
-
2108
- #: classes/class.pmproemail.php:755 classes/class.pmproemail.php:641
2109
- #: classes/class.pmproemail.php:690
2110
- #, php-format
2111
- msgid "Your membership at %s has been changed"
2112
- msgstr "Dit medlemsskab hos %s er belven ændret"
2113
-
2114
- #: classes/class.pmproemail.php:759
2115
- #, php-format
2116
- msgid "The new level is %s."
2117
- msgstr "Det nye niveau er %s."
2118
-
2119
- #: classes/class.pmproemail.php:761 classes/class.pmproemail.php:647
2120
- #: classes/class.pmproemail.php:696
2121
- msgid "Your membership has been cancelled"
2122
- msgstr "Dit medlskabskab er bleven annulleret"
2123
-
2124
- #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
2125
- #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
2126
- #: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
2127
- #, php-format
2128
- msgid "This membership will expire on %s"
2129
- msgstr "Dette medlemsskab ville udløbe hos %s"
2130
-
2131
- #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
2132
- #: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
2133
- #: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
2134
- msgid "This membership does not expire"
2135
- msgstr "Dette medlemsskab udløber ikke"
2136
-
2137
- #: classes/class.pmproemail.php:793 classes/class.pmproemail.php:679
2138
- #: classes/class.pmproemail.php:728
2139
- #, php-format
2140
- msgid "Membership for %s at %s has been changed"
2141
- msgstr "Medlemsskab for %s hos %s er bleven ændret"
2142
-
2143
- #: classes/class.pmproemail.php:797 classes/class.pmproemail.php:645
2144
- #: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
2145
- #: classes/class.pmproemail.php:732
2146
- #, php-format
2147
- msgid "The new level is %s. This membership is free"
2148
- msgstr "Det nye niveau er %s. Dette medlemsskab er gratis"
2149
-
2150
- #: classes/class.pmproemail.php:799
2151
- msgid "Membership has been cancelled"
2152
- msgstr "Medlemsskab er bleven annulleret"
2153
-
2154
- #: classes/gateways/class.pmprogateway.php:55
2155
- #: classes/gateways/class.pmprogateway_authorizenet.php:55
2156
- #: classes/gateways/class.pmprogateway_check.php:60
2157
- #: classes/gateways/class.pmprogateway_cybersource.php:57
2158
- #: classes/gateways/class.pmprogateway_payflowpro.php:27
2159
- #: classes/gateways/class.pmprogateway_paypal.php:27
2160
- msgid "Unknown error: Authorization failed."
2161
- msgstr "Ukendt fejl: Godkendelse fejlet."
2162
-
2163
- #: classes/gateways/class.pmprogateway.php:106
2164
- #: classes/gateways/class.pmprogateway.php:111
2165
- #: classes/gateways/class.pmprogateway.php:129
2166
- #: classes/gateways/class.pmprogateway_authorizenet.php:106
2167
- #: classes/gateways/class.pmprogateway_authorizenet.php:111
2168
- #: classes/gateways/class.pmprogateway_authorizenet.php:128
2169
- #: classes/gateways/class.pmprogateway_check.php:111
2170
- #: classes/gateways/class.pmprogateway_check.php:116
2171
- #: classes/gateways/class.pmprogateway_check.php:134
2172
- #: classes/gateways/class.pmprogateway_cybersource.php:108
2173
- #: classes/gateways/class.pmprogateway_cybersource.php:113
2174
- #: classes/gateways/class.pmprogateway_cybersource.php:131
2175
- #: classes/gateways/class.pmprogateway_payflowpro.php:50
2176
- #: classes/gateways/class.pmprogateway_payflowpro.php:55
2177
- #: classes/gateways/class.pmprogateway_paypal.php:50
2178
- msgid "Unknown error: Payment failed."
2179
- msgstr "Ukendt fejl. Betaling fejlet."
2180
-
2181
- #: classes/gateways/class.pmprogateway.php:113
2182
- #: classes/gateways/class.pmprogateway_authorizenet.php:112
2183
- #: classes/gateways/class.pmprogateway_check.php:118
2184
- #: classes/gateways/class.pmprogateway_cybersource.php:115
2185
- msgid ""
2186
- "A partial payment was made that we could not void. Please contact the site "
2187
- "owner immediately to correct this."
2188
- msgstr ""
2189
- "Noget af betaling var sket, som vi ikke kunne stoppe. Kontakt venligst site "
2190
- "admin med det sammme, for at få det rettet."
2191
-
2192
- #: classes/gateways/class.pmprogateway_authorizenet.php:787
2193
- #: classes/gateways/class.pmprogateway_authorizenet.php:788
2194
- #: classes/gateways/class.pmprogateway_authorizenet.php:789
2195
- msgid "Could not connect to Authorize.net"
2196
- msgstr "Kunne ikke forbinde til Authorize.net"
2197
-
2198
- #: classes/gateways/class.pmprogateway_braintree.php:61
2199
- #: classes/gateways/class.pmprogateway_stripe.php:53
2200
- msgid "Unknown error: Initial payment failed."
2201
- msgstr "Ukendt fejl: Indledende betaling mislykkedes."
2202
-
2203
- #: classes/gateways/class.pmprogateway_braintree.php:120
2204
- msgid "Error during settlement:"
2205
- msgstr "Fejl under afvikling:"
2206
-
2207
- #: classes/gateways/class.pmprogateway_braintree.php:129
2208
- msgid "Error during charge:"
2209
- msgstr "Fejl under ændrening:"
2210
-
2211
- #: classes/gateways/class.pmprogateway_braintree.php:198
2212
- msgid "Failed to update customer."
2213
- msgstr "Fejlet I at opdatere kunde."
2214
-
2215
- #: classes/gateways/class.pmprogateway_braintree.php:246
2216
- msgid "Failed to create customer."
2217
- msgstr "Fejlret I at oprette kunde."
2218
-
2219
- #: classes/gateways/class.pmprogateway_braintree.php:253
2220
- msgid "Error creating customer record with Braintree:"
2221
- msgstr "Fejl I at oprette en kunde rekord med Braintree:"
2222
-
2223
- #: classes/gateways/class.pmprogateway_braintree.php:344
2224
- #: classes/gateways/class.pmprogateway_braintree.php:345
2225
- msgid "Error subscribing customer to plan with Braintree:"
2226
- msgstr "Fejl i at abonnere kunde til plan med Braintree:"
2227
-
2228
- #: classes/gateways/class.pmprogateway_braintree.php:359
2229
- #: classes/gateways/class.pmprogateway_braintree.php:360
2230
- msgid "Failed to subscribe with Braintree:"
2231
- msgstr "Fejl i at abonnere med Braintree:"
2232
-
2233
- #: classes/gateways/class.pmprogateway_braintree.php:397
2234
- #: classes/gateways/class.pmprogateway_braintree.php:410
2235
- #: classes/gateways/class.pmprogateway_braintree.php:417
2236
- #: classes/gateways/class.pmprogateway_stripe.php:396
2237
- #: classes/gateways/class.pmprogateway_braintree.php:398
2238
- #: classes/gateways/class.pmprogateway_braintree.php:411
2239
- #: classes/gateways/class.pmprogateway_braintree.php:418
2240
- #: classes/gateways/class.pmprogateway_stripe.php:343
2241
- #: classes/gateways/class.pmprogateway_stripe.php:344
2242
- #: classes/gateways/class.pmprogateway_stripe.php:351
2243
- #: classes/gateways/class.pmprogateway_stripe.php:353
2244
- #: classes/gateways/class.pmprogateway_stripe.php:354
2245
- #: classes/gateways/class.pmprogateway_stripe.php:361
2246
- msgid "Could not find the subscription."
2247
- msgstr "Kunne ikke finde abonnere."
2248
-
2249
- #: classes/gateways/class.pmprogateway_payflowpro.php:57
2250
- #: classes/gateways/class.pmprogateway_paypal.php:57
2251
- msgid ""
2252
- "A partial payment was made that we could not refund. Please contact the site "
2253
- "owner immediately to correct this."
2254
- msgstr ""
2255
- "Noget af betaling gik igennem, men vi kunne ikke refundere beløbet. Kontakt "
2256
- "venligst site admin med det samme, for at få det rettet."
2257
-
2258
- #: classes/gateways/class.pmprogateway_paypal.php:385
2259
- #: classes/gateways/class.pmprogateway_paypalexpress.php:305
2260
- #: classes/gateways/class.pmprogateway_paypalstandard.php:220
2261
- #: classes/gateways/class.pmprogateway_paypalexpress.php:301
2262
- #: classes/gateways/class.pmprogateway_paypalstandard.php:216
2263
- msgid ""
2264
- "Please contact the site owner or cancel your subscription from within PayPal "
2265
- "to make sure you are not charged going forward."
2266
- msgstr ""
2267
- "Kontakt venligst site admin eller annullere dit abonnement gennem PAyPal, "
2268
- "for at være sikker på, at du ikke bliver trukket I betaling."
2269
-
2270
- #: classes/gateways/class.pmprogateway_stripe.php:199
2271
- #: classes/gateways/class.pmprogateway_stripe.php:190
2272
- #: classes/gateways/class.pmprogateway_stripe.php:192
2273
- msgid "Error creating customer record with Stripe:"
2274
- msgstr "Fejl i at oprette kunde rekord med Stripe;"
2275
-
2276
- #: classes/gateways/class.pmprogateway_stripe.php:302
2277
- #: classes/gateways/class.pmprogateway_stripe.php:278
2278
- #: classes/gateways/class.pmprogateway_stripe.php:279
2279
- #: classes/gateways/class.pmprogateway_stripe.php:286
2280
- msgid "Error creating plan with Stripe:"
2281
- msgstr "Fejl I at oprette plan med Stripe:"
2282
-
2283
- #: classes/gateways/class.pmprogateway_stripe.php:318
2284
- #: classes/gateways/class.pmprogateway_stripe.php:294
2285
- #: classes/gateways/class.pmprogateway_stripe.php:295
2286
- #: classes/gateways/class.pmprogateway_stripe.php:302
2287
- msgid "Error subscribing customer to plan with Stripe:"
2288
- msgstr "Fejl I at abonnere kunde til plan med Stripe:"
2289
-
2290
- #: classes/gateways/class.pmprogateway_stripe.php:383
2291
- msgid "Could not cancel old subscription."
2292
- msgstr "Kunne ikke annullere gammel abonnement."
2293
-
2294
- #: includes/adminpages.php:47 includes/adminpages.php:100
2295
- #: includes/adminpages.php:9 includes/adminpages.php:39
2296
- #: includes/adminpages.php:93
2297
- msgid "Memberships"
2298
- msgstr "Medlemsskaber"
2299
-
2300
- #: includes/adminpages.php:48 includes/adminpages.php:114
2301
- #: includes/adminpages.php:10 includes/adminpages.php:49
2302
- #: includes/adminpages.php:107
2303
- msgid "Page Settings"
2304
- msgstr "Side Indstilinger"
2305
-
2306
- #: includes/adminpages.php:49 includes/adminpages.php:121
2307
- #: includes/adminpages.php:11 includes/adminpages.php:54
2308
- #: includes/adminpages.php:114
2309
- msgid "Payment Settings"
2310
- msgstr "Betalings Indstillinger"
2311
-
2312
- #: includes/adminpages.php:54 includes/adminpages.php:156
2313
- #: includes/adminpages.php:16 includes/adminpages.php:79
2314
- #: includes/adminpages.php:149
2315
- msgid "Reports"
2316
- msgstr "Reporter"
2317
-
2318
- #: includes/adminpages.php:56 includes/adminpages.php:170
2319
- #: includes/adminpages.php:18 includes/adminpages.php:89
2320
- #: includes/adminpages.php:163
2321
- msgid "Discount Codes"
2322
- msgstr "Rabat Kode"
2323
-
2324
- #: includes/currencies.php:7 includes/currencies.php:44
2325
- #: includes/currencies.php:37
2326
- msgid "US Dollars (&#36;)"
2327
- msgstr "US Dollar (&#36;)"
2328
-
2329
- #: includes/currencies.php:8 includes/currencies.php:47
2330
- #: includes/currencies.php:40
2331
- msgid "Euros (&euro;)"
2332
- msgstr "Euro (&euro;)"
2333
-
2334
- #: includes/currencies.php:9 includes/currencies.php:46
2335
- #: includes/currencies.php:39
2336
- msgid "Pounds Sterling (&pound;)"
2337
- msgstr "Pound Sterling (&pound;)"
2338
-
2339
- #: includes/currencies.php:10
2340
- msgid "Australian Dollars (&#36;)"
2341
- msgstr "Australsk Dollar (&#36;)"
2342
-
2343
- #: includes/currencies.php:11
2344
- msgid "Brazilian Real (&#36;)"
2345
- msgstr "Brasilian Real (&#36;)"
2346
-
2347
- #: includes/currencies.php:12 includes/currencies.php:45
2348
- #: includes/currencies.php:38
2349
- msgid "Canadian Dollars (&#36;)"
2350
- msgstr "Canadisk Dollar (&#36;)"
2351
-
2352
- #: includes/currencies.php:13
2353
- msgid "Chinese Yuan"
2354
- msgstr "Kinesisk Yuan"
2355
-
2356
- #: includes/currencies.php:14 includes/currencies.php:13
2357
- msgid "Czech Koruna"
2358
- msgstr "Tjekkisk Koruna"
2359
-
2360
- #: includes/currencies.php:15 includes/currencies.php:14
2361
- msgid "Danish Krone"
2362
- msgstr "Dansk Krone"
2363
-
2364
- #: includes/currencies.php:16 includes/currencies.php:15
2365
- msgid "Hong Kong Dollar (&#36;)"
2366
- msgstr "Kong Kong Dollar (&#36;)"
2367
-
2368
- #: includes/currencies.php:17 includes/currencies.php:16
2369
- msgid "Hungarian Forint"
2370
- msgstr "Ungarnsk Forint"
2371
-
2372
- #: includes/currencies.php:18
2373
- msgid "Indian Rupee"
2374
- msgstr "Indisk Rupee"
2375
-
2376
- #: includes/currencies.php:19
2377
- msgid "Indonesia Rupiah"
2378
- msgstr "Indonesien Rupiah"
2379
-
2380
- #: includes/currencies.php:20 includes/currencies.php:17
2381
- msgid "Israeli Shekel"
2382
- msgstr "Isralsk Shekel"
2383
-
2384
- #: includes/currencies.php:21 includes/currencies.php:18
2385
- msgid "Japanese Yen (&yen;)"
2386
- msgstr "Japansk Yen (&yen;)"
2387
-
2388
- #: includes/currencies.php:22 includes/currencies.php:19
2389
- msgid "Malaysian Ringgits"
2390
- msgstr "Malaysisk Ringgits"
2391
-
2392
- #: includes/currencies.php:23 includes/currencies.php:20
2393
- msgid "Mexican Peso (&#36;)"
2394
- msgstr "Mexicansk Peso (&#36;)"
2395
-
2396
- #: includes/currencies.php:24 includes/currencies.php:21
2397
- msgid "New Zealand Dollar (&#36;)"
2398
- msgstr "New Zealand Dollar (8#36;)"
2399
-
2400
- #: includes/currencies.php:25 includes/currencies.php:22
2401
- msgid "Norwegian Krone"
2402
- msgstr "Norsk Krone"
2403
-
2404
- #: includes/currencies.php:26 includes/currencies.php:23
2405
- msgid "Philippine Pesos"
2406
- msgstr "Filippinsk Pesos"
2407
-
2408
- #: includes/currencies.php:27 includes/currencies.php:24
2409
- msgid "Polish Zloty"
2410
- msgstr "Polsk Zloty"
2411
-
2412
- #: includes/currencies.php:28 includes/currencies.php:25
2413
- msgid "Singapore Dollar (&#36;)"
2414
- msgstr "Singapore Dollar (&#36;)"
2415
-
2416
- #: includes/currencies.php:29
2417
- msgid "South African Rand"
2418
- msgstr "Syd Afrikansk Rand"
2419
-
2420
- #: includes/currencies.php:30
2421
- msgid "South Korean Won"
2422
- msgstr "Syd Korea Won"
2423
-
2424
- #: includes/currencies.php:31 includes/currencies.php:26
2425
- msgid "Swedish Krona"
2426
- msgstr "Svensk Krone"
2427
-
2428
- #: includes/currencies.php:32 includes/currencies.php:27
2429
- msgid "Swiss Franc"
2430
- msgstr "Swiss Franc"
2431
-
2432
- #: includes/currencies.php:33 includes/currencies.php:28
2433
- msgid "Taiwan New Dollars"
2434
- msgstr "Taiwan New Dollar"
2435
-
2436
- #: includes/currencies.php:34 includes/currencies.php:29
2437
- msgid "Thai Baht"
2438
- msgstr "Thai Baht"
2439
-
2440
- #: includes/currencies.php:35
2441
- msgid "Turkish Lira"
2442
- msgstr "Tyrkisk Lira"
2443
-
2444
- #: includes/currencies.php:36
2445
- msgid "Vietnamese Dong"
2446
- msgstr "Vietnamesisk Dong"
2447
-
2448
- #: includes/functions.php:204 includes/functions.php:160
2449
- #: includes/functions.php:196 includes/functions.php:202
2450
- #, php-format
2451
- msgid "The price for membership is <strong>%s</strong> now"
2452
- msgstr "Pris for medlemskab er <strong>%s</strong> nu "
2453
-
2454
- #: includes/functions.php:206 includes/functions.php:204
2455
- #, php-format
2456
- msgid "<strong>%s</strong> now"
2457
- msgstr "<strong>%s</strong> nu"
2458
-
2459
- #: includes/functions.php:215 includes/functions.php:169
2460
- #: includes/functions.php:205 includes/functions.php:213
2461
- #, php-format
2462
- msgid " and then <strong>%s per %s for %d more %s</strong>."
2463
- msgstr "og denne <strong>%s pr %s for %d mere %s</strong>."
2464
-
2465
- #: includes/functions.php:219 includes/functions.php:173
2466
- #: includes/functions.php:209 includes/functions.php:217
2467
- #, php-format
2468
- msgid " and then <strong>%s every %d %s for %d more %s</strong>."
2469
- msgstr "og så <strong>%s hver %d %s for %d mere %s</strong>."
2470
-
2471
- #: includes/functions.php:224 includes/functions.php:178
2472
- #: includes/functions.php:214 includes/functions.php:222
2473
- #, php-format
2474
- msgid " and then <strong>%s after %d %s</strong>."
2475
- msgstr "og derfeter <strong>%s efter %d %s</strong>."
2476
-
2477
- #: includes/functions.php:231 includes/functions.php:229
2478
- #, php-format
2479
- msgid "The price for membership is <strong>%s per %s</strong>."
2480
- msgstr "Prisen for medlemskab er <strong>%s pr %s</strong>."
2481
-
2482
- #: includes/functions.php:235 includes/functions.php:233
2483
- #, php-format
2484
- msgid "The price for membership is <strong>%s every %d %s</strong>."
2485
- msgstr "Prisen for medlemskab er <strong>%s hver %d %s</strong>."
2486
-
2487
- #: includes/functions.php:240 includes/functions.php:184
2488
- #: includes/functions.php:220 includes/functions.php:228
2489
- #: includes/functions.php:238
2490
- #, php-format
2491
- msgid " and then <strong>%s per %s</strong>."
2492
- msgstr "og derefter <strong>%s pr %s</strong>."
2493
-
2494
- #: includes/functions.php:244 includes/functions.php:188
2495
- #: includes/functions.php:224 includes/functions.php:232
2496
- #: includes/functions.php:242
2497
- #, php-format
2498
- msgid " and then <strong>%s every %d %s</strong>."
2499
- msgstr "og derefter <strong>%s hver %d %s</strong>."
2500
-
2501
- #: includes/functions.php:262 includes/functions.php:202
2502
- #: includes/functions.php:238 includes/functions.php:249
2503
- #: includes/functions.php:260 pages/levels.php:82
2504
- msgid "After your initial payment, your first payment is Free."
2505
- msgstr ""
2506
- "Efter du har indsat din betaling, ville din første betaling være GRATIS."
2507
-
2508
- #: includes/functions.php:266 includes/functions.php:206
2509
- #: includes/functions.php:242 includes/functions.php:253
2510
- #: includes/functions.php:264 pages/levels.php:86
2511
- #, php-format
2512
- msgid "After your initial payment, your first %d payments are Free."
2513
- msgstr ""
2514
- "Efter du har indsat din betaling, ville din først %d betaling være GRATIS."
2515
-
2516
- #: includes/functions.php:273 includes/functions.php:213
2517
- #: includes/functions.php:249 includes/functions.php:260
2518
- #: includes/functions.php:271 pages/levels.php:93
2519
- #, php-format
2520
- msgid "After your initial payment, your first payment will cost %s."
2521
- msgstr "Efter du har indsat din betaling, ville din første betaling koste %s."
2522
-
2523
- #: includes/functions.php:277 includes/functions.php:217
2524
- #: includes/functions.php:253 includes/functions.php:264
2525
- #: includes/functions.php:275 pages/levels.php:97
2526
- #, php-format
2527
- msgid "After your initial payment, your first %d payments will cost %s."
2528
- msgstr "Efter du har indsat din betaling, vil dit %d betaling koste %s."
2529
-
2530
- #: includes/functions.php:288 includes/functions.php:228
2531
- #: includes/functions.php:264 includes/functions.php:275
2532
- #: includes/functions.php:286
2533
- #, php-format
2534
- msgid "Customers in %s will be charged %s%% tax."
2535
- msgstr "Kunder hos %s ville blive opkrævet i %s%% skat."
2536
-
2537
- #: includes/functions.php:302 includes/functions.php:242
2538
- #: includes/functions.php:278 includes/functions.php:289
2539
- #: includes/functions.php:300
2540
- #, php-format
2541
- msgid "Membership expires after %d %s."
2542
- msgstr "Medlemsskab udløber efter %d %s."
2543
-
2544
- #: includes/functions.php:538 includes/functions.php:491
2545
- #: includes/functions.php:514 includes/functions.php:525
2546
- #: includes/functions.php:536
2547
- msgid "User ID not found."
2548
- msgstr "Bruger ID ikke fundet."
2549
-
2550
- #: includes/functions.php:555 includes/functions.php:508
2551
- #: includes/functions.php:531 includes/functions.php:542
2552
- #: includes/functions.php:553
2553
- msgid "Invalid level."
2554
- msgstr "Ugyldigt niveau."
2555
-
2556
- #: includes/functions.php:566 includes/functions.php:520
2557
- #: includes/functions.php:542 includes/functions.php:553
2558
- #: includes/functions.php:564
2559
- msgid "not changing?"
2560
- msgstr "ændres ikke?"
2561
-
2562
- #: includes/functions.php:583 includes/functions.php:633
2563
- #: includes/functions.php:657 includes/functions.php:537
2564
- #: includes/functions.php:559 includes/functions.php:570
2565
- #: includes/functions.php:581 includes/functions.php:592
2566
- #: includes/functions.php:605 includes/functions.php:614
2567
- #: includes/functions.php:617 includes/functions.php:626
2568
- #: includes/functions.php:628 includes/functions.php:631
2569
- #: includes/functions.php:637 includes/functions.php:640
2570
- msgid "Error interacting with database"
2571
- msgstr "Fejl med at kommunikere med database"
2572
-
2573
- #: includes/functions.php:698 includes/functions.php:737
2574
- #: includes/functions.php:629 includes/functions.php:651
2575
- #: includes/functions.php:667 includes/functions.php:668
2576
- #: includes/functions.php:678 includes/functions.php:681
2577
- #: includes/functions.php:690 includes/functions.php:706
2578
- #: includes/functions.php:717 includes/functions.php:720
2579
- msgid "Membership level not found."
2580
- msgstr "Medlemsskabs niveau ikke fundet."
2581
-
2582
- #: includes/functions.php:1112 includes/functions.php:1050
2583
- #: includes/functions.php:1072 includes/functions.php:1088
2584
- #: includes/functions.php:1099 includes/functions.php:1102
2585
- msgid "The discount code could not be found."
2586
- msgstr "Denne rabat kode kunne ikke findes."
2587
-
2588
- #: includes/functions.php:1128 includes/functions.php:1066
2589
- #: includes/functions.php:1088 includes/functions.php:1104
2590
- #: includes/functions.php:1115 includes/functions.php:1118
2591
- #, php-format
2592
- msgid "This discount code goes into effect on %s."
2593
- msgstr "Denne rabat kode træder i kraft til %s."
2594
-
2595
- #: includes/functions.php:1137 includes/functions.php:1075
2596
- #: includes/functions.php:1097 includes/functions.php:1113
2597
- #: includes/functions.php:1124 includes/functions.php:1127
2598
- #, php-format
2599
- msgid "This discount code expired on %s."
2600
- msgstr "Denne rabat kode udløber den %s."
2601
-
2602
- #: includes/functions.php:1149 includes/functions.php:1087
2603
- #: includes/functions.php:1109 includes/functions.php:1125
2604
- #: includes/functions.php:1136 includes/functions.php:1139
2605
- msgid "This discount code is no longer valid."
2606
- msgstr "Denne rabat kode, er ikke længere gyldig."
2607
-
2608
- #: includes/functions.php:1164 includes/functions.php:1102
2609
- #: includes/functions.php:1124 includes/functions.php:1140
2610
- #: includes/functions.php:1151 includes/functions.php:1154
2611
- msgid "This discount code does not apply to this membership level."
2612
- msgstr "Denne rabat kode, kan ikke tilføjes til dette medlemsskabs niveau."
2613
-
2614
- #: includes/functions.php:1172 includes/functions.php:1110
2615
- #: includes/functions.php:1132 includes/functions.php:1148
2616
- #: includes/functions.php:1159 includes/functions.php:1162
2617
- msgid "This discount code is okay."
2618
- msgstr "Denne rabat kode er okay."
2619
-
2620
- #: includes/functions.php:1196 includes/functions.php:1134
2621
- #: includes/functions.php:1156 includes/functions.php:1172
2622
- #: includes/functions.php:1183 includes/functions.php:1186
2623
- msgid "and"
2624
- msgstr "og"
2625
-
2626
- #: includes/functions.php:1385 includes/functions.php:1319
2627
- #: includes/functions.php:1341 includes/functions.php:1361
2628
- #: includes/functions.php:1372 includes/functions.php:1375
2629
- msgid "Sign Up for !!name!! Now"
2630
- msgstr "Tilmeld !!name!! nu"
2631
-
2632
- #: includes/functions.php:1391 includes/functions.php:1325
2633
- #: includes/functions.php:1347 includes/functions.php:1367
2634
- #: includes/functions.php:1378 includes/functions.php:1381
2635
- msgid "Please specify a level id."
2636
- msgstr "Uddybe venlig en niveau id."
2637
-
2638
- #: includes/localization.php:23
2639
- msgid "Day"
2640
- msgstr "Dag"
2641
-
2642
- #: includes/localization.php:25
2643
- msgid "Week"
2644
- msgstr "Uge"
2645
-
2646
- #: includes/localization.php:27
2647
- msgid "Month"
2648
- msgstr "Måned"
2649
-
2650
- #: includes/localization.php:29
2651
- msgid "Year"
2652
- msgstr "År"
2653
-
2654
- #: includes/metaboxes.php:38
2655
- msgid ""
2656
- "This post is already protected for this level because it is within a "
2657
- "category that requires membership."
2658
- msgstr ""
2659
- "Denne post er allerede beskyttet til dette niveau, pga det er inde for en "
2660
- "kategori, hvor medlemsskab er påkrævet."
2661
-
2662
- #: includes/metaboxes.php:99 includes/metaboxes.php:100
2663
- msgid "Require Membership"
2664
- msgstr "Medlemskab er Påkrævet"
2665
-
2666
- #: includes/profile.php:36 includes/profile.php:34
2667
- msgid "Current Level"
2668
- msgstr "Nuværrende Niveau"
2669
-
2670
- #: includes/profile.php:39 includes/profile.php:37
2671
- msgid "None"
2672
- msgstr "Ingen"
2673
-
2674
- #: includes/profile.php:84 includes/profile.php:82
2675
- msgid "User is not paying."
2676
- msgstr "Bruger betaler ikke."
2677
-
2678
- #: includes/upgradecheck.php:410 includes/upgradecheck.php:401
2679
- #, php-format
2680
- msgid ""
2681
- "This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
2682
- msgstr ""
2683
- "Dette indhold er kun for !!niveau!! medlemmer.<br /><a href=\"%s"
2684
- "\">Registrere</a>"
2685
-
2686
- #: includes/upgradecheck.php:413 includes/upgradecheck.php:404
2687
- #, php-format
2688
- msgid ""
2689
- "This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
2690
- "<a href=\"%s\">Register</a>"
2691
- msgstr ""
2692
- "Dette indhold er kun for !!niveau!! medlemmer.<br /><a href=\"%s\">Log Ind</"
2693
- "a> <a href=\"%s\">Registrere</a>"
2694
-
2695
- #: includes/upgradecheck.php:417 includes/upgradecheck.php:408
2696
- msgid ""
2697
- "This content is for !!levels!! members only. Visit the site and log in/"
2698
- "register to read."
2699
- msgstr ""
2700
- "Dette indhold er kun for !!niveau!! medlemmer. Besøg siden og log ind eller "
2701
- "registrere for at læse indhold."
2702
-
2703
- #: pages/account.php:10
2704
- msgid "Your membership is <strong>active</strong>."
2705
- msgstr "Dit medlemskab er <strong>aktiv</strong>."
2706
-
2707
- #: pages/account.php:12 pages/billing.php:16 pages/levels.php:13
2708
- msgid "Level"
2709
- msgstr "Niveau"
2710
-
2711
- #: pages/account.php:14 pages/billing.php:18
2712
- msgid "Membership Fee"
2713
- msgstr "Medlemskabs Gebyr"
2714
-
2715
- #: pages/account.php:18 pages/billing.php:22 pages/levels.php:70
2716
- #, php-format
2717
- msgid "%s every %d %s."
2718
- msgstr "%s hver %d %s."
2719
-
2720
- #: pages/account.php:20 pages/billing.php:24 pages/levels.php:66
2721
- #, php-format
2722
- msgid "%s per %s."
2723
- msgstr "%s pr %s."
2724
-
2725
- #: pages/account.php:29 pages/billing.php:33 pages/account.php:25
2726
- #: pages/billing.php:29
2727
- msgid "Duration"
2728
- msgstr "Varighed"
2729
-
2730
- #: pages/account.php:33 pages/confirmation.php:49 pages/invoice.php:30
2731
- #: pages/account.php:29 pages/confirmation.php:48 pages/invoice.php:29
2732
- msgid "Membership Expires"
2733
- msgstr "Medlemskab Udløber"
2734
-
2735
- #: pages/account.php:38 pages/account.php:34
2736
- #, php-format
2737
- msgid "Your first payment will cost %s."
2738
- msgstr "Din første betaling ville koste %s."
2739
-
2740
- #: pages/account.php:42 pages/account.php:38
2741
- #, php-format
2742
- msgid "Your first %d payments will cost %s."
2743
- msgstr "Din første %d betaling ville koste %s."
2744
-
2745
- #: pages/account.php:50 pages/account.php:46
2746
- msgid "My Account"
2747
- msgstr "Min Konto"
2748
-
2749
- #: pages/account.php:59 pages/account.php:55
2750
- msgid "Edit Profile"
2751
- msgstr "Redigere Profil"
2752
-
2753
- #: pages/account.php:60 pages/account.php:56
2754
- msgid "Change Password"
2755
- msgstr "Ændre Adganskode"
2756
-
2757
- #: pages/account.php:91 pages/account.php:87
2758
- msgid "Billing Information"
2759
- msgstr "Betalings Information"
2760
-
2761
- #: pages/account.php:109 pages/confirmation.php:63 pages/invoice.php:50
2762
- #: pages/account.php:105 pages/confirmation.php:61 pages/invoice.php:48
2763
- msgid "Payment Method"
2764
- msgstr "Betalings Metode"
2765
-
2766
- #: pages/account.php:118 pages/account.php:114
2767
- msgid "Edit Billing Information"
2768
- msgstr "Redigere Betalings Informationer"
2769
-
2770
- #: pages/account.php:129 pages/account.php:125
2771
- msgid "Past Invoices"
2772
- msgstr "Sidste Faktura"
2773
-
2774
- #: pages/account.php:144 pages/account.php:140
2775
- msgid "View All Invoices"
2776
- msgstr "Se Alle Fakturaere"
2777
-
2778
- #: pages/account.php:150 pages/account.php:146
2779
- msgid "Member Links"
2780
- msgstr "Medlems Links"
2781
-
2782
- #: pages/account.php:156 pages/account.php:152
2783
- msgid "Update Billing Information"
2784
- msgstr "Updatere Betalings Informationer"
2785
-
2786
- #: pages/account.php:159 pages/account.php:155
2787
- msgid "Change Membership Level"
2788
- msgstr "Ændre Medlemsskabs Niveau"
2789
-
2790
- #: pages/account.php:161 pages/account.php:157
2791
- msgid "Cancel Membership"
2792
- msgstr "Annullere Medlemsskab"
2793
-
2794
- #: pages/billing.php:14
2795
- #, php-format
2796
- msgid "Logged in as <strong>%s</strong>."
2797
- msgstr "Logget ind som <strong>%s</strong>."
2798
-
2799
- #: pages/billing.php:14
2800
- msgid "logout"
2801
- msgstr "Log ud"
2802
-
2803
- #: pages/billing.php:43 pages/billing.php:39
2804
- msgid ""
2805
- "Your payment subscription is managed by PayPal. Please <a href=\"http://www."
2806
- "paypal.com\">login to PayPal here</a> to update your billing information."
2807
- msgstr ""
2808
- "Din betalings abonnement bliver behandlet af PayPal. Venlig <a href=\"http://"
2809
- "www.paypal.com\">login til PayPal her</a> for at opdatere din regnings "
2810
- "information."
2811
-
2812
- #: pages/billing.php:69 pages/checkout.php:305 pages/billing.php:65
2813
- #: pages/checkout.php:321 pages/checkout.php:328
2814
- msgid "First Name"
2815
- msgstr "Fornavn"
2816
-
2817
- #: pages/billing.php:73 pages/checkout.php:309 pages/billing.php:69
2818
- #: pages/checkout.php:325 pages/checkout.php:332
2819
- msgid "Last Name"
2820
- msgstr "Efternavn"
2821
-
2822
- #: pages/billing.php:77 pages/checkout.php:313 pages/billing.php:73
2823
- #: pages/checkout.php:329 pages/checkout.php:336
2824
- msgid "Address 1"
2825
- msgstr "Adresse 1"
2826
-
2827
- #: pages/billing.php:81 pages/checkout.php:317 pages/billing.php:77
2828
- #: pages/checkout.php:333 pages/checkout.php:340
2829
- msgid "Address 2"
2830
- msgstr "Adresse 2"
2831
-
2832
- #: pages/billing.php:91 pages/checkout.php:327 pages/billing.php:87
2833
- #: pages/checkout.php:343 pages/checkout.php:350
2834
- msgid "City"
2835
- msgstr "By"
2836
-
2837
- #: pages/billing.php:95 pages/checkout.php:331 pages/billing.php:91
2838
- #: pages/checkout.php:347 pages/checkout.php:354
2839
- msgid "State"
2840
- msgstr "Region"
2841
-
2842
- #: pages/billing.php:99 pages/checkout.php:335 pages/billing.php:95
2843
- #: pages/checkout.php:351 pages/checkout.php:358
2844
- msgid "Postal Code"
2845
- msgstr "Postnummer"
2846
-
2847
- #: pages/billing.php:108 pages/checkout.php:344 pages/billing.php:104
2848
- #: pages/checkout.php:360 pages/checkout.php:367
2849
- msgid "City, State Zip"
2850
- msgstr "By, Region Postnummer"
2851
-
2852
- #: pages/billing.php:161 pages/checkout.php:397 pages/billing.php:157
2853
- #: pages/checkout.php:413 pages/checkout.php:420
2854
- msgid "Country"
2855
- msgstr "Land"
2856
-
2857
- #: pages/billing.php:186 pages/checkout.php:422 pages/billing.php:182
2858
- #: pages/checkout.php:438 pages/checkout.php:445
2859
- msgid "Phone"
2860
- msgstr "Telefon"
2861
-
2862
- #: pages/billing.php:197 pages/checkout.php:207 pages/checkout.php:436
2863
- #: pages/billing.php:193 pages/checkout.php:204 pages/checkout.php:453
2864
- #: pages/checkout.php:460
2865
- msgid "E-mail Address"
2866
- msgstr "E-mail Adresse"
2867
-
2868
- #: pages/billing.php:201 pages/checkout.php:445 pages/billing.php:197
2869
- #: pages/checkout.php:462 pages/checkout.php:469
2870
- msgid "Confirm E-mail"
2871
- msgstr "Bekræft E-mail"
2872
-
2873
- #: pages/billing.php:221 pages/billing.php:217
2874
- msgid "Credit Card Information"
2875
- msgstr "Kreditkort Information"
2876
-
2877
- #: pages/billing.php:221 pages/billing.php:217
2878
- #, php-format
2879
- msgid "We accept %s"
2880
- msgstr "Vi acceptere %s"
2881
-
2882
- #: pages/billing.php:248 pages/checkout.php:503 pages/billing.php:244
2883
- #: pages/checkout.php:520 pages/checkout.php:527
2884
- msgid "Card Number"
2885
- msgstr "Kort Nummer"
2886
-
2887
- #: pages/billing.php:285 pages/checkout.php:540 pages/billing.php:281
2888
- #: pages/checkout.php:557 pages/checkout.php:564
2889
- msgid "CVV"
2890
- msgstr "CVV"
2891
-
2892
- #: pages/billing.php:286 pages/checkout.php:541 pages/billing.php:282
2893
- #: pages/checkout.php:558 pages/checkout.php:565
2894
- msgid "what's this?"
2895
- msgstr "hvad er det?"
2896
-
2897
- #: pages/billing.php:329 pages/billing.php:294 pages/billing.php:298
2898
- msgid "Update"
2899
- msgstr "Opdatere"
2900
-
2901
- #: pages/billing.php:344 pages/billing.php:309 pages/billing.php:313
2902
- msgid ""
2903
- "This subscription is not recurring. So you don't need to update your billing "
2904
- "information."
2905
- msgstr ""
2906
- "Dette abonnement er ikke gentagene. Så du behøver ikke, at opdatere dine "
2907
- "betalings informationer."
2908
-
2909
- #: pages/cancel.php:14
2910
- msgid "Are you sure you want to cancel your membership?"
2911
- msgstr "Er du sikker på, at du vil annullere dit medlemsskab?"
2912
-
2913
- #: pages/cancel.php:17
2914
- msgid "Yes, cancel my account"
2915
- msgstr "Ja, Annullere min Konto"
2916
-
2917
- #: pages/cancel.php:19
2918
- msgid "No, keep my account"
2919
- msgstr "Nej, beholder min konto"
2920
-
2921
- #: pages/cancel.php:22
2922
- msgid "Click here to go to the home page."
2923
- msgstr "Klik her, for at komme til forsiden."
2924
-
2925
- #: pages/checkout.php:26 pages/checkout.php:27
2926
- msgid ""
2927
- "Almost done. Review the membership information and pricing below then "
2928
- "<strong>click the \"Complete Payment\" button</strong> to finish your order."
2929
- msgstr ""
2930
- "Næsten færdig. Gennemgå medlemsskabs informationer og priser neden for, "
2931
- "derefter <strong>Klik på \"Færdiggør Betaling\" Knappen</strong> for at "
2932
- "færdiggøre din ordre."
2933
-
2934
- #: pages/checkout.php:33 pages/checkout.php:34
2935
- msgid "change"
2936
- msgstr "ændre"
2937
-
2938
- #: pages/checkout.php:41 pages/checkout.php:42
2939
- #, php-format
2940
- msgid "You have selected the <strong>%s</strong> membership level."
2941
- msgstr "Du har valgt <strong>%s</strong> medlemsskab niveau."
2942
-
2943
- #: pages/checkout.php:51
2944
- #, php-format
2945
- msgid ""
2946
- "<p class=\"pmpro_level_discount_applied\">The <strong>%s</strong> code has "
2947
- "been applied to your order.</p>"
2948
- msgstr ""
2949
- "<p class=\"pmpro_level_discount_applied\">Denne <strong>%s</strong> kode er "
2950
- "bleven tilføjet til din ordre.</p>"
2951
-
2952
- #: pages/checkout.php:62 services/applydiscountcode.php:78
2953
- #: pages/checkout.php:63 services/applydiscountcode.php:74
2954
- #: services/applydiscountcode.php:75
2955
- msgid "Click here to change your discount code"
2956
- msgstr "Klik her for at ændre din rabat kode"
2957
-
2958
- #: pages/checkout.php:64 pages/checkout.php:65
2959
- msgid "Click here to enter your discount code"
2960
- msgstr "Klik her, for at indtaste din rabat kode"
2961
-
2962
- #: pages/checkout.php:64 pages/checkout.php:65
2963
- msgid "Do you have a discount code?"
2964
- msgstr "Har du en rabat kode?"
2965
-
2966
- #: pages/checkout.php:78 pages/checkout.php:551 pages/checkout.php:79
2967
- #: pages/checkout.php:568 pages/checkout.php:575
2968
- msgid "Apply"
2969
- msgstr "Anvend"
2970
-
2971
- #: pages/checkout.php:163 pages/checkout.php:160
2972
- msgid "Account Information"
2973
- msgstr "Konto Informationer"
2974
-
2975
- #: pages/checkout.php:163 pages/checkout.php:160
2976
- msgid "Already have an account?"
2977
- msgstr "Har du allerede en konto?"
2978
-
2979
- #: pages/checkout.php:163 pages/checkout.php:160
2980
- msgid "Log in here"
2981
- msgstr "Log ind her"
2982
-
2983
- #: pages/checkout.php:189 pages/checkout.php:186
2984
- msgid "Confirm Password"
2985
- msgstr "Bekræft Adgangskode"
2986
-
2987
- #: pages/checkout.php:216 pages/checkout.php:213
2988
- msgid "Confirm E-mail Address"
2989
- msgstr "Bekræft E-mail Adresse"
2990
-
2991
- #: pages/checkout.php:235 pages/checkout.php:232
2992
- msgid "Full Name"
2993
- msgstr "Fulde Navn"
2994
-
2995
- #: pages/checkout.php:236 pages/checkout.php:233
2996
- msgid "LEAVE THIS BLANK"
2997
- msgstr "LAD DETTE STÅ BLANK"
2998
-
2999
- #: pages/checkout.php:260 pages/checkout.php:257
3000
- #, php-format
3001
- msgid ""
3002
- "You are logged in as <strong>%s</strong>. If you would like to use a "
3003
- "different account for this membership, <a href=\"%s\">log out now</a>."
3004
- msgstr ""
3005
- "Du er logget ind som <strong>%s</strong>. Hvis du gerne ville bruge en anden "
3006
- "konto til dette medlemsskab, <a href=\"%s\">log ud nu</a>."
3007
-
3008
- #: pages/checkout.php:276 pages/checkout.php:292 pages/checkout.php:299
3009
- msgid "Choose your Payment Method"
3010
- msgstr "Vælg din Betalings Metode"
3011
-
3012
- #: pages/checkout.php:284 pages/checkout.php:300 pages/checkout.php:307
3013
- msgid "Check Out with a Credit Card Here"
3014
- msgstr "Gå til Kassen med Kreditkort her"
3015
-
3016
- #: pages/checkout.php:286 pages/checkout.php:685 pages/checkout.php:302
3017
- #: pages/checkout.php:309 pages/checkout.php:675 pages/checkout.php:682
3018
- msgid "Check Out with PayPal"
3019
- msgstr "Gå til Kassen med PayPal"
3020
-
3021
- #: pages/checkout.php:476 pages/checkout.php:493 pages/checkout.php:500
3022
- msgid "Payment Information"
3023
- msgstr "Betalings Information"
3024
-
3025
- #: pages/checkout.php:476 pages/checkout.php:493 pages/checkout.php:500
3026
- #, php-format
3027
- msgid "We Accept %s"
3028
- msgstr "Vi Acceptere %s"
3029
-
3030
- #: pages/checkout.php:657 pages/checkout.php:277 pages/checkout.php:284
3031
- #, php-format
3032
- msgid "I agree to the %s"
3033
- msgstr "Jeg Accepptere til %s"
3034
-
3035
- #: pages/checkout.php:677 pages/checkout.php:667 pages/checkout.php:674
3036
- msgid "Complete Payment"
3037
- msgstr "færdiggør Betaling"
3038
-
3039
- #: pages/checkout.php:691 pages/checkout.php:681 pages/checkout.php:688
3040
- msgid "Submit and Check Out"
3041
- msgstr "Anvend og Gå til Kassen"
3042
-
3043
- #: pages/checkout.php:691 pages/checkout.php:681 pages/checkout.php:688
3044
- msgid "Submit and Confirm"
3045
- msgstr "Anvend og Bekræft"
3046
-
3047
- #: pages/checkout.php:691 pages/checkout.php:688
3048
- msgid "Submit and Pay with 2CheckOut"
3049
- msgstr "Anvend og Betal med 2CheckOut"
3050
-
3051
- #: pages/checkout.php:697 pages/checkout.php:687 pages/checkout.php:694
3052
- msgid "Processing..."
3053
- msgstr "Bearbejder..."
3054
-
3055
- #: pages/confirmation.php:12
3056
- msgid ""
3057
- "Your payment has been submitted. Your membership will be activated shortly."
3058
- msgstr ""
3059
- "Din betaling er bleven tilføjet. Dit medlemsskab ville blive aktiveret inden "
3060
- "for kort tid."
3061
-
3062
- #: pages/confirmation.php:14
3063
- #, php-format
3064
- msgid "Thank you for your membership to %s. Your %s membership is now active."
3065
- msgstr ""
3066
- "Vi takker dig, for dir medlemsskab hos %s. Dit %s medlemsskab er nu aktiv."
3067
-
3068
- #: pages/confirmation.php:28
3069
- #, php-format
3070
- msgid ""
3071
- "Below are details about your membership account and a receipt for your "
3072
- "initial membership invoice. A welcome email with a copy of your initial "
3073
- "membership invoice has been sent to %s."
3074
- msgstr ""
3075
- "Nedenfor er der detaljer omkring dit medlemsskabs konto, og en faktura "
3076
- "omkring medlemsskabet. En velkomst email, med en kopi af din faktura er "
3077
- "blevet sendt til %s."
3078
-
3079
- #: pages/confirmation.php:41 pages/invoice.php:22
3080
- #, php-format
3081
- msgid "Invoice #%s on %s"
3082
- msgstr "Faktura #%s hos %s"
3083
-
3084
- #: pages/confirmation.php:43
3085
- msgid "Print"
3086
- msgstr "Print"
3087
-
3088
- #: pages/confirmation.php:46 pages/confirmation.php:104 pages/invoice.php:27
3089
- #: pages/confirmation.php:45 pages/confirmation.php:102 pages/invoice.php:26
3090
- msgid "Account"
3091
- msgstr "Konto"
3092
-
3093
- #: pages/confirmation.php:65 pages/invoice.php:52 pages/invoice.php:109
3094
- #: pages/confirmation.php:63 pages/invoice.php:50 pages/invoice.php:107
3095
- msgid "Total Billed"
3096
- msgstr "Regning total"
3097
-
3098
- #: pages/confirmation.php:82 pages/invoice.php:69 pages/confirmation.php:80
3099
- #: pages/invoice.php:67
3100
- msgid "ending in"
3101
- msgstr "ender om"
3102
-
3103
- #: pages/confirmation.php:97 pages/confirmation.php:95
3104
- #, php-format
3105
- msgid ""
3106
- "Below are details about your membership account. A welcome email with has "
3107
- "been sent to %s."
3108
- msgstr ""
3109
- "Nedenfor er detajlerne omkring dit medlemsskab. En velkomst mail er bleven "
3110
- "sendt til %s."
3111
-
3112
- #: pages/confirmation.php:105 pages/confirmation.php:103
3113
- msgid "Pending"
3114
- msgstr "Afventer"
3115
-
3116
- #: pages/confirmation.php:113 pages/invoice.php:141 pages/confirmation.php:111
3117
- #: pages/invoice.php:139
3118
- msgid "View Your Membership Account &rarr;"
3119
- msgstr "Se Din Medlemsskabs Konto &rarr;"
3120
-
3121
- #: pages/confirmation.php:115 pages/confirmation.php:113
3122
- msgid ""
3123
- "If your account is not activated within a few minutes, please contact the "
3124
- "site owner."
3125
- msgstr ""
3126
- "Hvis din konto ikke er aktiveret inden for få minuter, kontakt venligst site "
3127
- "admin."
3128
-
3129
- #: pages/invoice.php:79 pages/invoice.php:77
3130
- msgid "Subtotal"
3131
- msgstr "Subtotal"
3132
-
3133
- #: pages/invoice.php:82 pages/invoice.php:80
3134
- msgid "Coupon"
3135
- msgstr "Kupon"
3136
-
3137
- #: pages/invoice.php:108 pages/invoice.php:106
3138
- msgid "Invoice #"
3139
- msgstr "Faktura #"
3140
-
3141
- #: pages/invoice.php:122 pages/invoice.php:120
3142
- msgid "View Invoice"
3143
- msgstr "Se Faktura"
3144
-
3145
- #: pages/invoice.php:134 pages/invoice.php:132
3146
- msgid "No invoices found."
3147
- msgstr "Ingen Faktura Fundet,"
3148
-
3149
- #: pages/invoice.php:145 pages/invoice.php:143
3150
- msgid "&larr; View All Invoices"
3151
- msgstr "&larr; Se Alle Fakturaer"
3152
-
3153
- #: pages/levels.php:14
3154
- msgid "Price"
3155
- msgstr "Pris"
3156
-
3157
- #: pages/levels.php:47 pages/levels.php:49 pages/levels.php:113
3158
- #: pages/levels.php:115
3159
- msgid "Select"
3160
- msgstr "Vælg"
3161
-
3162
- #: pages/levels.php:57 pages/levels.php:123
3163
- msgid "Renew"
3164
- msgstr "Forny"
3165
-
3166
- #: pages/levels.php:63 pages/levels.php:117 pages/levels.php:129
3167
- msgid "Your&nbsp;Level"
3168
- msgstr "Din&nbsp;Niveau"
3169
-
3170
- #: pages/levels.php:79 pages/levels.php:129 pages/levels.php:145
3171
- msgid "&larr; Return to Your Account"
3172
- msgstr "&larr; Tilbage til Din Konto"
3173
-
3174
- #: pages/levels.php:81 pages/levels.php:131 pages/levels.php:147
3175
- msgid "&larr; Return to Home"
3176
- msgstr "&larr; Tilbage til Hjem"
3177
-
3178
- #: preheaders/account.php:7 preheaders/levels.php:19
3179
- msgid "Your membership status has been updated - Thank you!"
3180
- msgstr "Dit medlemsskabs status er bleven opdateret. Mange tak!"
3181
-
3182
- #: preheaders/account.php:11 preheaders/levels.php:23
3183
- msgid ""
3184
- "Sorry, your request could not be completed - please try again in a few "
3185
- "moments."
3186
- msgstr ""
3187
- "Beklager, din anmodning kunne ikke blive færdiggjort - venligst prøv igen om "
3188
- "et øjeblik."
3189
-
3190
- #: preheaders/billing.php:279 preheaders/checkout.php:482
3191
- #: preheaders/billing.php:258 preheaders/checkout.php:464
3192
- #: preheaders/checkout.php:481
3193
- msgid "Please complete all required fields."
3194
- msgstr "Venligst færdiggøre alle påkrævet felter."
3195
-
3196
- #: preheaders/billing.php:284 preheaders/checkout.php:492
3197
- #: preheaders/billing.php:263 preheaders/checkout.php:474
3198
- #: preheaders/checkout.php:491
3199
- msgid "Your email addresses do not match. Please try again."
3200
- msgstr "Din email addresser passer ikke sammen. Prøv igen"
3201
-
3202
- #: preheaders/billing.php:289 preheaders/checkout.php:498
3203
- #: preheaders/billing.php:268 preheaders/checkout.php:480
3204
- #: preheaders/checkout.php:497
3205
- msgid "The email address entered is in an invalid format. Please try again."
3206
- msgstr "Den indtastet email adresse er en ugyldig format. Prøv igen."
3207
-
3208
- #: preheaders/billing.php:295 preheaders/billing.php:274
3209
- msgid "All good!"
3210
- msgstr "Alt er Fint!"
3211
-
3212
- #: preheaders/billing.php:370 preheaders/billing.php:340
3213
- #, php-format
3214
- msgid "Information updated. <a href=\"%s\">&laquo; back to my account</a>"
3215
- msgstr ""
3216
- "Informationer er opdateret. <a href=\"%s\">&laquo; tilbage til min konto</a>"
3217
-
3218
- #: preheaders/billing.php:378 preheaders/billing.php:347
3219
- #: preheaders/billing.php:380
3220
- msgid "Error updating billing information."
3221
- msgstr "Fejl I opdatering af betalings informationer."
3222
-
3223
- #: preheaders/cancel.php:24
3224
- msgid "Your membership has been cancelled."
3225
- msgstr "Dit medlemsskab er blevet annulleret."
3226
-
3227
- #: preheaders/checkout.php:28 preheaders/checkout.php:509
3228
- #: preheaders/checkout.php:491 preheaders/checkout.php:508
3229
- msgid "Invalid gateway."
3230
- msgstr "Ugyldig gateway."
3231
-
3232
- #: preheaders/checkout.php:96
3233
- msgid "Checkout: Payment Information"
3234
- msgstr "Gå til Kassen: Betalings Informationer"
3235
-
3236
- #: preheaders/checkout.php:109
3237
- msgid "Setup Your Account"
3238
- msgstr "Sæt op din Konto"
3239
-
3240
- #: preheaders/checkout.php:486 preheaders/checkout.php:468
3241
- #: preheaders/checkout.php:485
3242
- msgid "Your passwords do not match. Please try again."
3243
- msgstr "Dine adgangskoder passer ikke sammen. Prv igen."
3244
-
3245
- #: preheaders/checkout.php:504 preheaders/checkout.php:486
3246
- #: preheaders/checkout.php:503
3247
- #, php-format
3248
- msgid "Please check the box to agree to the %s."
3249
- msgstr "Klik på boksen, for at acceptere til %s. "
3250
-
3251
- #: preheaders/checkout.php:513 preheaders/checkout.php:495
3252
- #: preheaders/checkout.php:512
3253
- msgid "Are you a spammer?"
3254
- msgstr "Er du en spammer?"
3255
-
3256
- #: preheaders/checkout.php:536 preheaders/checkout.php:518
3257
- #: preheaders/checkout.php:535
3258
- msgid "That username is already taken. Please try another."
3259
- msgstr "Dette brugernavn er allerede i brug. Prøv et andet."
3260
-
3261
- #: preheaders/checkout.php:542 preheaders/checkout.php:524
3262
- #: preheaders/checkout.php:541
3263
- msgid "That email address is already taken. Please try another."
3264
- msgstr "Denne email adresse er allerede i brug. Prøv et andet."
3265
-
3266
- #: preheaders/checkout.php:562 preheaders/checkout.php:544
3267
- #: preheaders/checkout.php:561
3268
- #, php-format
3269
- msgid "reCAPTCHA failed. (%s) Please try again."
3270
- msgstr "reCAPTCHA fejlet. (%s) Prøv igen."
3271
-
3272
- #: preheaders/checkout.php:702 preheaders/checkout.php:683
3273
- #: preheaders/checkout.php:701
3274
- msgid "Payment accepted."
3275
- msgstr "Betaling accepteret."
3276
-
3277
- #: preheaders/checkout.php:710 preheaders/checkout.php:691
3278
- #: preheaders/checkout.php:709
3279
- msgid ""
3280
- "Unknown error generating account. Please contact us to setup your membership."
3281
- msgstr ""
3282
- "Ukendt fejl med at generer konto. Kontakt os, med at sætte dit medlemsskab "
3283
- "op."
3284
-
3285
- #: preheaders/checkout.php:754 preheaders/checkout.php:823
3286
- #: preheaders/checkout.php:735 preheaders/checkout.php:753
3287
- #: preheaders/checkout.php:803 preheaders/checkout.php:822
3288
- msgid "The PayPal Token was lost."
3289
- msgstr "PayPal Polet er væk."
3290
-
3291
- #: preheaders/checkout.php:860 preheaders/checkout.php:825
3292
- #: preheaders/checkout.php:844 preheaders/checkout.php:859
3293
- msgid ""
3294
- "Your payment was accepted, but there was an error setting up your account. "
3295
- "Please contact us."
3296
- msgstr ""
3297
- "Din betaling er accepteret. Men der opstod en fejl, med at sætte din konto "
3298
- "op. Venligst kontakt os."
3299
-
3300
- #: preheaders/checkout.php:1046 preheaders/checkout.php:983
3301
- #: preheaders/checkout.php:1030 preheaders/checkout.php:1045
3302
- msgid ""
3303
- "IMPORTANT: Something went wrong during membership creation. Your credit card "
3304
- "authorized, but we cancelled the order immediately. You should not try to "
3305
- "submit this form again. Please contact the site owner to fix this issue."
3306
- msgstr ""
3307
- "VIGTIGT: Noget gik galt, under oprettelse af medlemsskab. Dit kreditkort "
3308
- "blive godkendt, men vi annullerede ordren med det samme. Du skal ikke "
3309
- "anvende formularen igen. Istedet kontakt vores site admin, for at problemet "
3310
- "kan blive fikset."
3311
-
3312
- #: preheaders/checkout.php:1051 preheaders/checkout.php:988
3313
- #: preheaders/checkout.php:1035 preheaders/checkout.php:1050
3314
- msgid ""
3315
- "IMPORTANT: Something went wrong during membership creation. Your credit card "
3316
- "was charged, but we couldn't assign your membership. You should not submit "
3317
- "this form again. Please contact the site owner to fix this issue."
3318
- msgstr ""
3319
- "VIGTIGT: Noget gik galt, under oprettelsen af medlemsskab. Der blev trukket "
3320
- "penge fra dit kreditkort, men vi kunne ikke tildele dig dit medlemsskab. Du "
3321
- "skal ikke anvende formularen igen. Kontakt venligst site admin, for at få "
3322
- "fikset problemet."
3323
-
3324
- #: preheaders/checkout.php:1064 preheaders/checkout.php:1001
3325
- #: preheaders/checkout.php:1048 preheaders/checkout.php:1063
3326
- #, php-format
3327
- msgid ""
3328
- "You must <a href=\"%s\">setup a Payment Gateway</a> before any payments will "
3329
- "be processed."
3330
- msgstr ""
3331
- "Du er nødtil at sætte <a href=\"%s\">en Betalings Gateway</a> før nogen "
3332
- "betaliger kan blive behandlet."
3333
-
3334
- #: preheaders/checkout.php:1066 preheaders/checkout.php:1003
3335
- #: preheaders/checkout.php:1050 preheaders/checkout.php:1065
3336
- msgid "A Payment Gateway must be setup before any payments will be processed."
3337
- msgstr ""
3338
- "En Betaling Gateway må sættes op, før betalinger ville blive behandlet."
3339
-
3340
- #: scheduled/crons.php:31 scheduled/crons.php:61
3341
- #, php-format
3342
- msgid "Membership expired email sent to %s. "
3343
- msgstr "Medlemsskab udløbet email sendt til %s."
3344
-
3345
- #: scheduled/crons.php:74 scheduled/crons.php:27
3346
- #, php-format
3347
- msgid "Membership expiring email sent to %s. "
3348
- msgstr "Medlemsskab udløbnings mail sendt til %s."
3349
-
3350
- #: scheduled/crons.php:143
3351
- #, php-format
3352
- msgid "Credit card expiring email sent to %s. "
3353
- msgstr "Kreditkort udløber email er sendt til %s."
3354
-
3355
- #: scheduled/crons.php:196 scheduled/crons.php:104
3356
- #, php-format
3357
- msgid "Trial ending email sent to %s. "
3358
- msgstr "Prøveperiode slutter email sendt til %s."
3359
-
3360
- #: services/applydiscountcode.php:67 services/applydiscountcode.php:64
3361
- #, php-format
3362
- msgid "The %s code has been applied to your order. "
3363
- msgstr "Denne %s kode er blevet tilføjet til din ordre."
3364
-
3365
- #: services/applydiscountcode.php:86 services/applydiscountcode.php:82
3366
- #: services/applydiscountcode.php:83
3367
- #, php-format
3368
- msgid "The <strong>%s</strong> code has been applied to your order."
3369
- msgstr "Denne <strong>%s</strong> kode er blevet tilføjet til din ordre."
3370
-
3371
- #: services/authnet-silent-post.php:138 services/authnet-silent-post.php:133
3372
- msgid ""
3373
- "<p>A payment is being held for review within Authorize.net.</p><p>Payment "
3374
- "Information From Authorize.net"
3375
- msgstr ""
3376
- "<p>En betaling holdes tilbage for undersøgelse hos Authorize.net.</"
3377
- "p><p>Betalings information fra Authorize.net"
3378
-
3379
- #: services/stripe-webhook.php:194 services/stripe-webhook.php:176
3380
- #, php-format
3381
- msgid ""
3382
- "%s has had their payment subscription cancelled by Stripe. Please check that "
3383
- "this user's membership is cancelled on your site if it should be."
3384
- msgstr ""
3385
- "%s har fået deres abonnement annulleret af Stripe. Venlig kontrollere, at "
3386
- "brugerens medlemsskab er annulleret på din side, hvis det skulle ønskes. "
3387
-
3388
- #: adminpages/discountcodes.php:437
3389
- msgid "Billing Ammount"
3390
- msgstr "Betalings Beløb"
3391
-
3392
- #: adminpages/discountcodes.php:480
3393
- msgid "Check this to set an expiration date for new sign ups."
3394
- msgstr "Klik her, for at sætte en udløbsdato for nye regestreringer."
3395
-
3396
- #: adminpages/discountcodes.php:497
3397
- msgid ""
3398
- "How long before the expiration expires. Note that any future payments will "
3399
- "be cancelled when the membership expires."
3400
- msgstr ""
3401
- "Hvor lang tid der går, før medlemsskab udløber. Husk at fremtidige betaling "
3402
- "ville blive annulleret, når medlemskabet udløber. "
3403
-
3404
- #: adminpages/membershiplevels.php:364
3405
- msgid ""
3406
- "Stripe integration currently only supports billing periods of \"Month\" or "
3407
- "\"Year\"."
3408
- msgstr ""
3409
- "Integration med Stripe understøtter kun betalings perioder af \"Måneder\" "
3410
- "eller \"År\"."
3411
-
3412
- #: adminpages/membershiplevels.php:398
3413
- msgid ""
3414
- "2Checkout integration does not currently support custom trials. You can do "
3415
- "one period trials by setting an initial payment different from the billing "
3416
- "amount."
3417
- msgstr ""
3418
- "Integration til 2Checkout understøtter ikke brugerdefineret prøve periode. "
3419
- "Du kan lave en prøve periode op, ved at sætte en betaling op, som er "
3420
- "anderledes fra det oprindelige beløb."
3421
-
3422
- #: adminpages/memberslist.php:184 adminpages/memberslist.php:212
3423
- msgid "Never"
3424
- msgstr "Aldrig"
3425
-
3426
- #: adminpages/paymentsettings.php:170
3427
- msgid ""
3428
- "Payflow Pro currently only supports one-time payments. Users will not be "
3429
- "able to checkout for levels with recurring payments."
3430
- msgstr ""
3431
- "Payflow Pro understøtter kun engangs betalinger. Brugere ville ikke have "
3432
- "mulighed for at bruge Gå til kassen, med genoptagene betalinger."
3433
-
3434
- #: adminpages/paymentsettings.php:405 adminpages/paymentsettings.php:445
3435
- msgid ""
3436
- "If values are given, tax will be applied for any members ordering from the "
3437
- "selected state. For more complex tax rules, use the \"pmpro_tax\" filter."
3438
- msgstr ""
3439
- "Hvis værdier er given, skat ville blive tilføjet til hvilken som helst "
3440
- "medlem, fra den valgte Stat. For mere komplekse skatte regler, brug "
3441
- "\"pmpro_tax\" filter."
3442
-
3443
- #: adminpages/paymentsettings.php:410 adminpages/paymentsettings.php:421
3444
- msgid "Use SSL"
3445
- msgstr "Brug SSL"
3446
-
3447
- #: adminpages/paymentsettings.php:425
3448
- msgid "Required by this Gateway Option"
3449
- msgstr "Påkrævet af denne Gateway Indstilling"
3450
-
3451
- #: adminpages/paymentsettings.php:432
3452
- msgid ""
3453
- "Stripe doesn't require billing address fields. Choose 'No' to hide them on "
3454
- "the checkout page."
3455
- msgstr ""
3456
- "Stripe behøver ikke nogen faktura adresse felter. Vælg 'Nej' for at gemme "
3457
- "dem på Gå til Kassen side."
3458
-
3459
- #: classes/class.pmproemail.php:685 classes/class.pmproemail.php:734
3460
- #: classes/class.pmproemail.php:799
3461
- msgid "membership has been cancelled"
3462
- msgstr "medlemsskab er bleven annulleret"
3463
-
3464
- #: pages/checkout.php:51 pages/checkout.php:52
3465
- #, php-format
3466
- msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
3467
- msgstr "<p>denne <strong>%s</strong> kode er blevn tilføjet til din ordre.</p>"
3468
-
3469
- #: pages/confirmation.php:12
3470
- msgid ""
3471
- "Your payment has been submitted to PayPal. Your membership will be activated "
3472
- "shortly."
3473
- msgstr ""
3474
- "Din Betaling er bleven tilføjet til PayPal. Dit medlemskab bliver aktiveret "
3475
- "inde for kort tid."
3476
-
3477
- #: pages/levels.php:15
3478
- msgid "Subscription Information"
3479
- msgstr "Abonnoments Information"
3480
-
3481
- #: pages/levels.php:33
3482
- msgid "--"
3483
- msgstr "--"
3484
-
3485
- #: pages/levels.php:43
3486
- msgid "Free"
3487
- msgstr "Gratis"
3488
-
3489
- #: pages/levels.php:51
3490
- #, php-format
3491
- msgid "%s per %s for %d more %s."
3492
- msgstr "%s pr %s for %d mere %s."
3493
-
3494
- #: pages/levels.php:55
3495
- #, php-format
3496
- msgid "%s every %d %s for %d more %s."
3497
- msgstr "%s hver %d %s for %d mere %s."
3498
-
3499
- #: pages/levels.php:60
3500
- #, php-format
3501
- msgid "%s after %d %s."
3502
- msgstr "%s efter %d %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/pmpro.mo CHANGED
Binary file
languages/pmpro.po CHANGED
@@ -5,7 +5,7 @@
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: pmpro\n"
8
- "POT-Creation-Date: 2014-09-05 11:24-0400\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
@@ -125,8 +125,7 @@ msgstr ""
125
  #: adminpages/admin_header.php:128 adminpages/admin_header.php:149
126
  #: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
127
  #: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
128
- #: includes/adminpages.php:44 includes/adminpages.php:64
129
- #: includes/adminpages.php:65 includes/adminpages.php:100
130
  #: includes/adminpages.php:107
131
  msgid "Membership Levels"
132
  msgstr ""
@@ -1517,7 +1516,7 @@ msgstr ""
1517
  msgid "User"
1518
  msgstr ""
1519
 
1520
- #: adminpages/orders.php:904 includes/init.php:218 includes/profile.php:27
1521
  #: pages/checkout.php:33 pages/confirmation.php:47 pages/confirmation.php:64
1522
  #: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
1523
  #: adminpages/orders.php:601 adminpages/orders.php:904 includes/init.php:217
@@ -2161,7 +2160,7 @@ msgstr ""
2161
  msgid "Sales"
2162
  msgstr ""
2163
 
2164
- #: classes/class.memberorder.php:573 classes/class.memberorder.php:553
2165
  #: classes/class.memberorder.php:561 classes/class.memberorder.php:564
2166
  #: includes/cleanup.php:24
2167
  #, php-format
@@ -2176,27 +2175,27 @@ msgstr ""
2176
  msgid "An Email From %s"
2177
  msgstr ""
2178
 
2179
- #: classes/class.pmproemail.php:125 classes/class.pmproemail.php:120
2180
  #: classes/class.pmproemail.php:122
2181
  #, php-format
2182
  msgid "Your membership at %s has been CANCELLED"
2183
  msgstr ""
2184
 
2185
- #: classes/class.pmproemail.php:147 classes/class.pmproemail.php:142
2186
  #: classes/class.pmproemail.php:144
2187
  #, php-format
2188
  msgid "Membership for %s at %s has been CANCELLED"
2189
  msgstr ""
2190
 
2191
- #: classes/class.pmproemail.php:178 classes/class.pmproemail.php:172
2192
  #: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
2193
  #, php-format
2194
  msgid "Your membership confirmation for %s"
2195
  msgstr ""
2196
 
2197
- #: classes/class.pmproemail.php:231 classes/class.pmproemail.php:240
2198
- #: classes/class.pmproemail.php:249 classes/class.pmproemail.php:328
2199
- #: classes/class.pmproemail.php:337 classes/class.pmproemail.php:648
2200
  #: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
2201
  #: pages/confirmation.php:52 pages/invoice.php:33
2202
  #: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
@@ -2215,8 +2214,8 @@ msgstr ""
2215
  msgid "Discount Code"
2216
  msgstr ""
2217
 
2218
- #: classes/class.pmproemail.php:256 classes/class.pmproemail.php:349
2219
- #: classes/class.pmproemail.php:654 classes/class.pmproemail.php:241
2220
  #: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
2221
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
2222
  #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
@@ -2225,83 +2224,83 @@ msgstr ""
2225
  msgid "This membership will expire on %s."
2226
  msgstr ""
2227
 
2228
- #: classes/class.pmproemail.php:278 classes/class.pmproemail.php:263
2229
  #: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
2230
  #, php-format
2231
  msgid "Member Checkout for %s at %s"
2232
  msgstr ""
2233
 
2234
- #: classes/class.pmproemail.php:366 classes/class.pmproemail.php:342
2235
  #: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
2236
  #, php-format
2237
  msgid "Your billing information has been udpated at %s"
2238
  msgstr ""
2239
 
2240
- #: classes/class.pmproemail.php:419 classes/class.pmproemail.php:386
2241
  #: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
2242
  #, php-format
2243
  msgid "Billing information has been udpated for %s at %s"
2244
  msgstr ""
2245
 
2246
- #: classes/class.pmproemail.php:467 classes/class.pmproemail.php:425
2247
  #: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
2248
  #, php-format
2249
  msgid "Membership Payment Failed at %s"
2250
  msgstr ""
2251
 
2252
- #: classes/class.pmproemail.php:513 classes/class.pmproemail.php:462
2253
  #: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
2254
  #, php-format
2255
  msgid "Membership Payment Failed For %s at %s"
2256
  msgstr ""
2257
 
2258
- #: classes/class.pmproemail.php:560 classes/class.pmproemail.php:508
2259
  #: classes/class.pmproemail.php:557
2260
  #, php-format
2261
  msgid "Credit Card on File Expiring Soon at %s"
2262
  msgstr ""
2263
 
2264
- #: classes/class.pmproemail.php:608 classes/class.pmproemail.php:501
2265
  #: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
2266
  #, php-format
2267
  msgid "INVOICE for %s membership"
2268
  msgstr ""
2269
 
2270
- #: classes/class.pmproemail.php:679 classes/class.pmproemail.php:563
2271
  #: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
2272
  #, php-format
2273
  msgid "Your trial at %s is ending soon"
2274
  msgstr ""
2275
 
2276
- #: classes/class.pmproemail.php:713 classes/class.pmproemail.php:596
2277
  #: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
2278
  #, php-format
2279
  msgid "Your membership at %s has ended"
2280
  msgstr ""
2281
 
2282
- #: classes/class.pmproemail.php:738 classes/class.pmproemail.php:621
2283
  #: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
2284
  #, php-format
2285
  msgid "Your membership at %s will end soon"
2286
  msgstr ""
2287
 
2288
- #: classes/class.pmproemail.php:758 classes/class.pmproemail.php:641
2289
  #: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
2290
  #, php-format
2291
  msgid "Your membership at %s has been changed"
2292
  msgstr ""
2293
 
2294
- #: classes/class.pmproemail.php:762 classes/class.pmproemail.php:759
2295
  #, php-format
2296
  msgid "The new level is %s."
2297
  msgstr ""
2298
 
2299
- #: classes/class.pmproemail.php:764 classes/class.pmproemail.php:647
2300
  #: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
2301
  msgid "Your membership has been cancelled"
2302
  msgstr ""
2303
 
2304
- #: classes/class.pmproemail.php:768 classes/class.pmproemail.php:806
2305
  #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
2306
  #: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
2307
  #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
@@ -2309,27 +2308,27 @@ msgstr ""
2309
  msgid "This membership will expire on %s"
2310
  msgstr ""
2311
 
2312
- #: classes/class.pmproemail.php:772 classes/class.pmproemail.php:810
2313
  #: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
2314
  #: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
2315
  #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
2316
  msgid "This membership does not expire"
2317
  msgstr ""
2318
 
2319
- #: classes/class.pmproemail.php:796 classes/class.pmproemail.php:679
2320
  #: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
2321
  #, php-format
2322
  msgid "Membership for %s at %s has been changed"
2323
  msgstr ""
2324
 
2325
- #: classes/class.pmproemail.php:800 classes/class.pmproemail.php:645
2326
  #: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
2327
  #: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
2328
  #, php-format
2329
  msgid "The new level is %s. This membership is free"
2330
  msgstr ""
2331
 
2332
- #: classes/class.pmproemail.php:802 classes/class.pmproemail.php:799
2333
  msgid "Membership has been cancelled"
2334
  msgstr ""
2335
 
@@ -2463,7 +2462,6 @@ msgstr ""
2463
  #: classes/gateways/class.pmprogateway_stripe.php:354
2464
  #: classes/gateways/class.pmprogateway_stripe.php:361
2465
  #: classes/gateways/class.pmprogateway_stripe.php:396
2466
- #: classes/gateways/class.pmprogateway_stripe.php:402
2467
  msgid "Could not find the subscription."
2468
  msgstr ""
2469
 
@@ -2484,7 +2482,6 @@ msgstr ""
2484
  #: classes/gateways/class.pmprogateway_paypalexpress.php:305
2485
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
2486
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
2487
- #: classes/gateways/class.pmprogateway_paypalstandard.php:231
2488
  msgid ""
2489
  "Please contact the site owner or cancel your subscription from within PayPal "
2490
  "to make sure you are not charged going forward."
@@ -2494,7 +2491,6 @@ msgstr ""
2494
  #: classes/gateways/class.pmprogateway_stripe.php:190
2495
  #: classes/gateways/class.pmprogateway_stripe.php:192
2496
  #: classes/gateways/class.pmprogateway_stripe.php:199
2497
- #: classes/gateways/class.pmprogateway_stripe.php:201
2498
  msgid "Error creating customer record with Stripe:"
2499
  msgstr ""
2500
 
@@ -2503,7 +2499,6 @@ msgstr ""
2503
  #: classes/gateways/class.pmprogateway_stripe.php:279
2504
  #: classes/gateways/class.pmprogateway_stripe.php:286
2505
  #: classes/gateways/class.pmprogateway_stripe.php:302
2506
- #: classes/gateways/class.pmprogateway_stripe.php:308
2507
  msgid "Error creating plan with Stripe:"
2508
  msgstr ""
2509
 
@@ -2512,13 +2507,11 @@ msgstr ""
2512
  #: classes/gateways/class.pmprogateway_stripe.php:295
2513
  #: classes/gateways/class.pmprogateway_stripe.php:302
2514
  #: classes/gateways/class.pmprogateway_stripe.php:318
2515
- #: classes/gateways/class.pmprogateway_stripe.php:324
2516
  msgid "Error subscribing customer to plan with Stripe:"
2517
  msgstr ""
2518
 
2519
  #: classes/gateways/class.pmprogateway_stripe.php:389
2520
  #: classes/gateways/class.pmprogateway_stripe.php:383
2521
- #: classes/gateways/class.pmprogateway_stripe.php:389
2522
  msgid "Could not cancel old subscription."
2523
  msgstr ""
2524
 
@@ -2844,76 +2837,72 @@ msgstr ""
2844
  msgid "Membership level not found."
2845
  msgstr ""
2846
 
2847
- #: includes/functions.php:1101
2848
- msgid "No code was given to check."
2849
- msgstr ""
2850
-
2851
- #: includes/functions.php:1110 includes/functions.php:1050
2852
  #: includes/functions.php:1072 includes/functions.php:1088
2853
  #: includes/functions.php:1099 includes/functions.php:1102
2854
- #: includes/functions.php:1112 includes/functions.php:1113
2855
  msgid "The discount code could not be found."
2856
  msgstr ""
2857
 
2858
- #: includes/functions.php:1125 includes/functions.php:1066
2859
  #: includes/functions.php:1088 includes/functions.php:1104
2860
  #: includes/functions.php:1115 includes/functions.php:1118
2861
- #: includes/functions.php:1128 includes/functions.php:1129
2862
  #, php-format
2863
  msgid "This discount code goes into effect on %s."
2864
  msgstr ""
2865
 
2866
- #: includes/functions.php:1132 includes/functions.php:1075
2867
  #: includes/functions.php:1097 includes/functions.php:1113
2868
  #: includes/functions.php:1124 includes/functions.php:1127
2869
- #: includes/functions.php:1137 includes/functions.php:1138
2870
  #, php-format
2871
  msgid "This discount code expired on %s."
2872
  msgstr ""
2873
 
2874
- #: includes/functions.php:1142 includes/functions.php:1087
2875
  #: includes/functions.php:1109 includes/functions.php:1125
2876
  #: includes/functions.php:1136 includes/functions.php:1139
2877
- #: includes/functions.php:1149 includes/functions.php:1150
2878
  msgid "This discount code is no longer valid."
2879
  msgstr ""
2880
 
2881
- #: includes/functions.php:1155 includes/functions.php:1102
2882
  #: includes/functions.php:1124 includes/functions.php:1140
2883
  #: includes/functions.php:1151 includes/functions.php:1154
2884
- #: includes/functions.php:1164 includes/functions.php:1165
2885
  msgid "This discount code does not apply to this membership level."
2886
  msgstr ""
2887
 
2888
- #: includes/functions.php:1181 includes/functions.php:1110
2889
  #: includes/functions.php:1132 includes/functions.php:1148
2890
  #: includes/functions.php:1159 includes/functions.php:1162
2891
- #: includes/functions.php:1172 includes/functions.php:1182
2892
  msgid "This discount code is okay."
2893
  msgstr ""
2894
 
2895
- #: includes/functions.php:1206 includes/functions.php:1134
2896
  #: includes/functions.php:1156 includes/functions.php:1172
2897
  #: includes/functions.php:1183 includes/functions.php:1186
2898
- #: includes/functions.php:1196 includes/functions.php:1206
2899
  msgid "and"
2900
  msgstr ""
2901
 
2902
- #: includes/functions.php:1395 includes/functions.php:1319
2903
  #: includes/functions.php:1341 includes/functions.php:1361
2904
  #: includes/functions.php:1372 includes/functions.php:1375
2905
- #: includes/functions.php:1385 includes/functions.php:1395
2906
  msgid "Sign Up for !!name!! Now"
2907
  msgstr ""
2908
 
2909
- #: includes/functions.php:1401 includes/functions.php:1325
2910
  #: includes/functions.php:1347 includes/functions.php:1367
2911
  #: includes/functions.php:1378 includes/functions.php:1381
2912
- #: includes/functions.php:1391 includes/functions.php:1401
2913
  msgid "Please specify a level id."
2914
  msgstr ""
2915
 
2916
- #: includes/init.php:233 includes/profile.php:39 includes/init.php:232
2917
  #: includes/profile.php:37 includes/profile.php:39
2918
  msgid "None"
2919
  msgstr ""
@@ -3472,154 +3461,124 @@ msgstr ""
3472
  msgid "&larr; Return to Home"
3473
  msgstr ""
3474
 
3475
- #: preheaders/account.php:10 preheaders/levels.php:22 preheaders/account.php:7
3476
- #: preheaders/account.php:9 preheaders/account.php:10 preheaders/levels.php:19
3477
- #: preheaders/levels.php:21 preheaders/levels.php:22
3478
  msgid "Your membership status has been updated - Thank you!"
3479
  msgstr ""
3480
 
3481
- #: preheaders/account.php:12 preheaders/levels.php:24
3482
- #: preheaders/account.php:11 preheaders/account.php:12
3483
- #: preheaders/levels.php:23 preheaders/levels.php:24
3484
  msgid ""
3485
  "Sorry, your request could not be completed - please try again in a few "
3486
  "moments."
3487
  msgstr ""
3488
 
3489
- #: preheaders/billing.php:266 preheaders/checkout.php:465
3490
- #: preheaders/billing.php:258 preheaders/billing.php:265
3491
- #: preheaders/billing.php:266 preheaders/billing.php:279
3492
- #: preheaders/checkout.php:458 preheaders/checkout.php:464
3493
- #: preheaders/checkout.php:465 preheaders/checkout.php:481
3494
  #: preheaders/checkout.php:482
3495
  msgid "Please complete all required fields."
3496
  msgstr ""
3497
 
3498
- #: preheaders/billing.php:269 preheaders/checkout.php:473
3499
- #: preheaders/billing.php:263 preheaders/billing.php:268
3500
- #: preheaders/billing.php:269 preheaders/billing.php:284
3501
- #: preheaders/checkout.php:466 preheaders/checkout.php:473
3502
  #: preheaders/checkout.php:474 preheaders/checkout.php:491
3503
  #: preheaders/checkout.php:492
3504
  msgid "Your email addresses do not match. Please try again."
3505
  msgstr ""
3506
 
3507
- #: preheaders/billing.php:272 preheaders/checkout.php:478
3508
- #: preheaders/billing.php:268 preheaders/billing.php:271
3509
- #: preheaders/billing.php:272 preheaders/billing.php:289
3510
- #: preheaders/checkout.php:471 preheaders/checkout.php:478
3511
  #: preheaders/checkout.php:480 preheaders/checkout.php:497
3512
  #: preheaders/checkout.php:498
3513
  msgid "The email address entered is in an invalid format. Please try again."
3514
  msgstr ""
3515
 
3516
- #: preheaders/billing.php:276 preheaders/billing.php:274
3517
- #: preheaders/billing.php:275 preheaders/billing.php:276
3518
  #: preheaders/billing.php:295
3519
  msgid "All good!"
3520
  msgstr ""
3521
 
3522
- #: preheaders/billing.php:346 preheaders/billing.php:340
3523
- #: preheaders/billing.php:345 preheaders/billing.php:346
3524
  #: preheaders/billing.php:370
3525
  #, php-format
3526
  msgid "Information updated. <a href=\"%s\">&laquo; back to my account</a>"
3527
  msgstr ""
3528
 
3529
- #: preheaders/billing.php:352 preheaders/billing.php:347
3530
- #: preheaders/billing.php:351 preheaders/billing.php:352
3531
  #: preheaders/billing.php:378 preheaders/billing.php:380
3532
  msgid "Error updating billing information."
3533
  msgstr ""
3534
 
3535
- #: preheaders/cancel.php:25 preheaders/cancel.php:24 preheaders/cancel.php:25
3536
  msgid "Your membership has been cancelled."
3537
  msgstr ""
3538
 
3539
- #: preheaders/checkout.php:31 preheaders/checkout.php:487
3540
- #: preheaders/checkout.php:28 preheaders/checkout.php:30
3541
- #: preheaders/checkout.php:31 preheaders/checkout.php:480
3542
- #: preheaders/checkout.php:487 preheaders/checkout.php:491
3543
  #: preheaders/checkout.php:508 preheaders/checkout.php:509
3544
  msgid "Invalid gateway."
3545
  msgstr ""
3546
 
3547
- #: preheaders/checkout.php:89 preheaders/checkout.php:88
3548
- #: preheaders/checkout.php:89 preheaders/checkout.php:96
3549
  msgid "Checkout: Payment Information"
3550
  msgstr ""
3551
 
3552
- #: preheaders/checkout.php:100 preheaders/checkout.php:99
3553
- #: preheaders/checkout.php:100 preheaders/checkout.php:109
3554
  msgid "Setup Your Account"
3555
  msgstr ""
3556
 
3557
- #: preheaders/checkout.php:416 preheaders/checkout.php:416
3558
- msgid "There are JavaScript errors on the page. Please contact the webmaster."
3559
- msgstr ""
3560
-
3561
- #: preheaders/checkout.php:468 preheaders/checkout.php:461
3562
- #: preheaders/checkout.php:468 preheaders/checkout.php:485
3563
- #: preheaders/checkout.php:486
3564
  msgid "Your passwords do not match. Please try again."
3565
  msgstr ""
3566
 
3567
- #: preheaders/checkout.php:483 preheaders/checkout.php:476
3568
- #: preheaders/checkout.php:483 preheaders/checkout.php:486
3569
  #: preheaders/checkout.php:503 preheaders/checkout.php:504
3570
  #, php-format
3571
  msgid "Please check the box to agree to the %s."
3572
  msgstr ""
3573
 
3574
- #: preheaders/checkout.php:490 preheaders/checkout.php:483
3575
- #: preheaders/checkout.php:490 preheaders/checkout.php:495
3576
  #: preheaders/checkout.php:512 preheaders/checkout.php:513
3577
  msgid "Are you a spammer?"
3578
  msgstr ""
3579
 
3580
- #: preheaders/checkout.php:510 preheaders/checkout.php:503
3581
- #: preheaders/checkout.php:510 preheaders/checkout.php:518
3582
  #: preheaders/checkout.php:535 preheaders/checkout.php:536
3583
  msgid "That username is already taken. Please try another."
3584
  msgstr ""
3585
 
3586
- #: preheaders/checkout.php:515 preheaders/checkout.php:508
3587
- #: preheaders/checkout.php:515 preheaders/checkout.php:524
3588
  #: preheaders/checkout.php:541 preheaders/checkout.php:542
3589
  msgid "That email address is already taken. Please try another."
3590
  msgstr ""
3591
 
3592
- #: preheaders/checkout.php:532 preheaders/checkout.php:525
3593
- #: preheaders/checkout.php:532 preheaders/checkout.php:544
3594
  #: preheaders/checkout.php:561 preheaders/checkout.php:562
3595
  #, php-format
3596
  msgid "reCAPTCHA failed. (%s) Please try again."
3597
  msgstr ""
3598
 
3599
- #: preheaders/checkout.php:654 preheaders/checkout.php:647
3600
- #: preheaders/checkout.php:654 preheaders/checkout.php:683
3601
  #: preheaders/checkout.php:701 preheaders/checkout.php:702
3602
  msgid "Payment accepted."
3603
  msgstr ""
3604
 
3605
- #: preheaders/checkout.php:660 preheaders/checkout.php:653
3606
- #: preheaders/checkout.php:660 preheaders/checkout.php:691
3607
  #: preheaders/checkout.php:709 preheaders/checkout.php:710
3608
  msgid ""
3609
  "Unknown error generating account. Please contact us to setup your membership."
3610
  msgstr ""
3611
 
3612
- #: preheaders/checkout.php:697 preheaders/checkout.php:757
3613
- #: preheaders/checkout.php:690 preheaders/checkout.php:697
3614
- #: preheaders/checkout.php:735 preheaders/checkout.php:750
3615
- #: preheaders/checkout.php:753 preheaders/checkout.php:754
3616
- #: preheaders/checkout.php:757 preheaders/checkout.php:803
3617
  #: preheaders/checkout.php:822 preheaders/checkout.php:823
3618
  msgid "The PayPal Token was lost."
3619
  msgstr ""
3620
 
3621
- #: preheaders/checkout.php:792 preheaders/checkout.php:785
3622
- #: preheaders/checkout.php:792 preheaders/checkout.php:825
3623
  #: preheaders/checkout.php:844 preheaders/checkout.php:859
3624
  #: preheaders/checkout.php:860
3625
  msgid ""
@@ -3627,8 +3586,7 @@ msgid ""
3627
  "Please contact us."
3628
  msgstr ""
3629
 
3630
- #: preheaders/checkout.php:960 preheaders/checkout.php:953
3631
- #: preheaders/checkout.php:960 preheaders/checkout.php:983
3632
  #: preheaders/checkout.php:1030 preheaders/checkout.php:1045
3633
  #: preheaders/checkout.php:1046
3634
  msgid ""
@@ -3637,8 +3595,7 @@ msgid ""
3637
  "submit this form again. Please contact the site owner to fix this issue."
3638
  msgstr ""
3639
 
3640
- #: preheaders/checkout.php:963 preheaders/checkout.php:956
3641
- #: preheaders/checkout.php:963 preheaders/checkout.php:988
3642
  #: preheaders/checkout.php:1035 preheaders/checkout.php:1050
3643
  #: preheaders/checkout.php:1051
3644
  msgid ""
@@ -3647,8 +3604,7 @@ msgid ""
3647
  "this form again. Please contact the site owner to fix this issue."
3648
  msgstr ""
3649
 
3650
- #: preheaders/checkout.php:974 preheaders/checkout.php:967
3651
- #: preheaders/checkout.php:974 preheaders/checkout.php:1001
3652
  #: preheaders/checkout.php:1048 preheaders/checkout.php:1063
3653
  #: preheaders/checkout.php:1064
3654
  #, php-format
@@ -3657,8 +3613,7 @@ msgid ""
3657
  "be processed."
3658
  msgstr ""
3659
 
3660
- #: preheaders/checkout.php:976 preheaders/checkout.php:969
3661
- #: preheaders/checkout.php:976 preheaders/checkout.php:1003
3662
  #: preheaders/checkout.php:1050 preheaders/checkout.php:1065
3663
  #: preheaders/checkout.php:1066
3664
  msgid "A Payment Gateway must be setup before any payments will be processed."
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: pmpro\n"
8
+ "POT-Creation-Date: 2014-07-23 17:09-0400\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
125
  #: adminpages/admin_header.php:128 adminpages/admin_header.php:149
126
  #: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
127
  #: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
128
+ #: includes/adminpages.php:44 includes/adminpages.php:100
 
129
  #: includes/adminpages.php:107
130
  msgid "Membership Levels"
131
  msgstr ""
1516
  msgid "User"
1517
  msgstr ""
1518
 
1519
+ #: adminpages/orders.php:904 includes/init.php:217 includes/profile.php:27
1520
  #: pages/checkout.php:33 pages/confirmation.php:47 pages/confirmation.php:64
1521
  #: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
1522
  #: adminpages/orders.php:601 adminpages/orders.php:904 includes/init.php:217
2160
  msgid "Sales"
2161
  msgstr ""
2162
 
2163
+ #: classes/class.memberorder.php:564 classes/class.memberorder.php:553
2164
  #: classes/class.memberorder.php:561 classes/class.memberorder.php:564
2165
  #: includes/cleanup.php:24
2166
  #, php-format
2175
  msgid "An Email From %s"
2176
  msgstr ""
2177
 
2178
+ #: classes/class.pmproemail.php:122 classes/class.pmproemail.php:120
2179
  #: classes/class.pmproemail.php:122
2180
  #, php-format
2181
  msgid "Your membership at %s has been CANCELLED"
2182
  msgstr ""
2183
 
2184
+ #: classes/class.pmproemail.php:144 classes/class.pmproemail.php:142
2185
  #: classes/class.pmproemail.php:144
2186
  #, php-format
2187
  msgid "Membership for %s at %s has been CANCELLED"
2188
  msgstr ""
2189
 
2190
+ #: classes/class.pmproemail.php:175 classes/class.pmproemail.php:172
2191
  #: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
2192
  #, php-format
2193
  msgid "Your membership confirmation for %s"
2194
  msgstr ""
2195
 
2196
+ #: classes/class.pmproemail.php:228 classes/class.pmproemail.php:237
2197
+ #: classes/class.pmproemail.php:246 classes/class.pmproemail.php:325
2198
+ #: classes/class.pmproemail.php:334 classes/class.pmproemail.php:645
2199
  #: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
2200
  #: pages/confirmation.php:52 pages/invoice.php:33
2201
  #: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
2214
  msgid "Discount Code"
2215
  msgstr ""
2216
 
2217
+ #: classes/class.pmproemail.php:253 classes/class.pmproemail.php:346
2218
+ #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:241
2219
  #: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
2220
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
2221
  #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
2224
  msgid "This membership will expire on %s."
2225
  msgstr ""
2226
 
2227
+ #: classes/class.pmproemail.php:275 classes/class.pmproemail.php:263
2228
  #: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
2229
  #, php-format
2230
  msgid "Member Checkout for %s at %s"
2231
  msgstr ""
2232
 
2233
+ #: classes/class.pmproemail.php:363 classes/class.pmproemail.php:342
2234
  #: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
2235
  #, php-format
2236
  msgid "Your billing information has been udpated at %s"
2237
  msgstr ""
2238
 
2239
+ #: classes/class.pmproemail.php:416 classes/class.pmproemail.php:386
2240
  #: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
2241
  #, php-format
2242
  msgid "Billing information has been udpated for %s at %s"
2243
  msgstr ""
2244
 
2245
+ #: classes/class.pmproemail.php:464 classes/class.pmproemail.php:425
2246
  #: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
2247
  #, php-format
2248
  msgid "Membership Payment Failed at %s"
2249
  msgstr ""
2250
 
2251
+ #: classes/class.pmproemail.php:510 classes/class.pmproemail.php:462
2252
  #: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
2253
  #, php-format
2254
  msgid "Membership Payment Failed For %s at %s"
2255
  msgstr ""
2256
 
2257
+ #: classes/class.pmproemail.php:557 classes/class.pmproemail.php:508
2258
  #: classes/class.pmproemail.php:557
2259
  #, php-format
2260
  msgid "Credit Card on File Expiring Soon at %s"
2261
  msgstr ""
2262
 
2263
+ #: classes/class.pmproemail.php:605 classes/class.pmproemail.php:501
2264
  #: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
2265
  #, php-format
2266
  msgid "INVOICE for %s membership"
2267
  msgstr ""
2268
 
2269
+ #: classes/class.pmproemail.php:676 classes/class.pmproemail.php:563
2270
  #: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
2271
  #, php-format
2272
  msgid "Your trial at %s is ending soon"
2273
  msgstr ""
2274
 
2275
+ #: classes/class.pmproemail.php:710 classes/class.pmproemail.php:596
2276
  #: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
2277
  #, php-format
2278
  msgid "Your membership at %s has ended"
2279
  msgstr ""
2280
 
2281
+ #: classes/class.pmproemail.php:735 classes/class.pmproemail.php:621
2282
  #: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
2283
  #, php-format
2284
  msgid "Your membership at %s will end soon"
2285
  msgstr ""
2286
 
2287
+ #: classes/class.pmproemail.php:755 classes/class.pmproemail.php:641
2288
  #: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
2289
  #, php-format
2290
  msgid "Your membership at %s has been changed"
2291
  msgstr ""
2292
 
2293
+ #: classes/class.pmproemail.php:759 classes/class.pmproemail.php:759
2294
  #, php-format
2295
  msgid "The new level is %s."
2296
  msgstr ""
2297
 
2298
+ #: classes/class.pmproemail.php:761 classes/class.pmproemail.php:647
2299
  #: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
2300
  msgid "Your membership has been cancelled"
2301
  msgstr ""
2302
 
2303
+ #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
2304
  #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
2305
  #: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
2306
  #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
2308
  msgid "This membership will expire on %s"
2309
  msgstr ""
2310
 
2311
+ #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
2312
  #: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
2313
  #: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
2314
  #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
2315
  msgid "This membership does not expire"
2316
  msgstr ""
2317
 
2318
+ #: classes/class.pmproemail.php:793 classes/class.pmproemail.php:679
2319
  #: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
2320
  #, php-format
2321
  msgid "Membership for %s at %s has been changed"
2322
  msgstr ""
2323
 
2324
+ #: classes/class.pmproemail.php:797 classes/class.pmproemail.php:645
2325
  #: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
2326
  #: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
2327
  #, php-format
2328
  msgid "The new level is %s. This membership is free"
2329
  msgstr ""
2330
 
2331
+ #: classes/class.pmproemail.php:799 classes/class.pmproemail.php:799
2332
  msgid "Membership has been cancelled"
2333
  msgstr ""
2334
 
2462
  #: classes/gateways/class.pmprogateway_stripe.php:354
2463
  #: classes/gateways/class.pmprogateway_stripe.php:361
2464
  #: classes/gateways/class.pmprogateway_stripe.php:396
 
2465
  msgid "Could not find the subscription."
2466
  msgstr ""
2467
 
2482
  #: classes/gateways/class.pmprogateway_paypalexpress.php:305
2483
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
2484
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
 
2485
  msgid ""
2486
  "Please contact the site owner or cancel your subscription from within PayPal "
2487
  "to make sure you are not charged going forward."
2491
  #: classes/gateways/class.pmprogateway_stripe.php:190
2492
  #: classes/gateways/class.pmprogateway_stripe.php:192
2493
  #: classes/gateways/class.pmprogateway_stripe.php:199
 
2494
  msgid "Error creating customer record with Stripe:"
2495
  msgstr ""
2496
 
2499
  #: classes/gateways/class.pmprogateway_stripe.php:279
2500
  #: classes/gateways/class.pmprogateway_stripe.php:286
2501
  #: classes/gateways/class.pmprogateway_stripe.php:302
 
2502
  msgid "Error creating plan with Stripe:"
2503
  msgstr ""
2504
 
2507
  #: classes/gateways/class.pmprogateway_stripe.php:295
2508
  #: classes/gateways/class.pmprogateway_stripe.php:302
2509
  #: classes/gateways/class.pmprogateway_stripe.php:318
 
2510
  msgid "Error subscribing customer to plan with Stripe:"
2511
  msgstr ""
2512
 
2513
  #: classes/gateways/class.pmprogateway_stripe.php:389
2514
  #: classes/gateways/class.pmprogateway_stripe.php:383
 
2515
  msgid "Could not cancel old subscription."
2516
  msgstr ""
2517
 
2837
  msgid "Membership level not found."
2838
  msgstr ""
2839
 
2840
+ #: includes/functions.php:1112 includes/functions.php:1050
 
 
 
 
2841
  #: includes/functions.php:1072 includes/functions.php:1088
2842
  #: includes/functions.php:1099 includes/functions.php:1102
2843
+ #: includes/functions.php:1112
2844
  msgid "The discount code could not be found."
2845
  msgstr ""
2846
 
2847
+ #: includes/functions.php:1128 includes/functions.php:1066
2848
  #: includes/functions.php:1088 includes/functions.php:1104
2849
  #: includes/functions.php:1115 includes/functions.php:1118
2850
+ #: includes/functions.php:1128
2851
  #, php-format
2852
  msgid "This discount code goes into effect on %s."
2853
  msgstr ""
2854
 
2855
+ #: includes/functions.php:1137 includes/functions.php:1075
2856
  #: includes/functions.php:1097 includes/functions.php:1113
2857
  #: includes/functions.php:1124 includes/functions.php:1127
2858
+ #: includes/functions.php:1137
2859
  #, php-format
2860
  msgid "This discount code expired on %s."
2861
  msgstr ""
2862
 
2863
+ #: includes/functions.php:1149 includes/functions.php:1087
2864
  #: includes/functions.php:1109 includes/functions.php:1125
2865
  #: includes/functions.php:1136 includes/functions.php:1139
2866
+ #: includes/functions.php:1149
2867
  msgid "This discount code is no longer valid."
2868
  msgstr ""
2869
 
2870
+ #: includes/functions.php:1164 includes/functions.php:1102
2871
  #: includes/functions.php:1124 includes/functions.php:1140
2872
  #: includes/functions.php:1151 includes/functions.php:1154
2873
+ #: includes/functions.php:1164
2874
  msgid "This discount code does not apply to this membership level."
2875
  msgstr ""
2876
 
2877
+ #: includes/functions.php:1172 includes/functions.php:1110
2878
  #: includes/functions.php:1132 includes/functions.php:1148
2879
  #: includes/functions.php:1159 includes/functions.php:1162
2880
+ #: includes/functions.php:1172
2881
  msgid "This discount code is okay."
2882
  msgstr ""
2883
 
2884
+ #: includes/functions.php:1196 includes/functions.php:1134
2885
  #: includes/functions.php:1156 includes/functions.php:1172
2886
  #: includes/functions.php:1183 includes/functions.php:1186
2887
+ #: includes/functions.php:1196
2888
  msgid "and"
2889
  msgstr ""
2890
 
2891
+ #: includes/functions.php:1385 includes/functions.php:1319
2892
  #: includes/functions.php:1341 includes/functions.php:1361
2893
  #: includes/functions.php:1372 includes/functions.php:1375
2894
+ #: includes/functions.php:1385
2895
  msgid "Sign Up for !!name!! Now"
2896
  msgstr ""
2897
 
2898
+ #: includes/functions.php:1391 includes/functions.php:1325
2899
  #: includes/functions.php:1347 includes/functions.php:1367
2900
  #: includes/functions.php:1378 includes/functions.php:1381
2901
+ #: includes/functions.php:1391
2902
  msgid "Please specify a level id."
2903
  msgstr ""
2904
 
2905
+ #: includes/init.php:232 includes/profile.php:39 includes/init.php:232
2906
  #: includes/profile.php:37 includes/profile.php:39
2907
  msgid "None"
2908
  msgstr ""
3461
  msgid "&larr; Return to Home"
3462
  msgstr ""
3463
 
3464
+ #: preheaders/account.php:9 preheaders/levels.php:21 preheaders/account.php:7
3465
+ #: preheaders/levels.php:19
 
3466
  msgid "Your membership status has been updated - Thank you!"
3467
  msgstr ""
3468
 
3469
+ #: preheaders/account.php:11 preheaders/levels.php:23
3470
+ #: preheaders/account.php:11 preheaders/levels.php:23
 
3471
  msgid ""
3472
  "Sorry, your request could not be completed - please try again in a few "
3473
  "moments."
3474
  msgstr ""
3475
 
3476
+ #: preheaders/billing.php:265 preheaders/checkout.php:458
3477
+ #: preheaders/billing.php:258 preheaders/billing.php:279
3478
+ #: preheaders/checkout.php:464 preheaders/checkout.php:481
 
 
3479
  #: preheaders/checkout.php:482
3480
  msgid "Please complete all required fields."
3481
  msgstr ""
3482
 
3483
+ #: preheaders/billing.php:268 preheaders/checkout.php:466
3484
+ #: preheaders/billing.php:263 preheaders/billing.php:284
 
 
3485
  #: preheaders/checkout.php:474 preheaders/checkout.php:491
3486
  #: preheaders/checkout.php:492
3487
  msgid "Your email addresses do not match. Please try again."
3488
  msgstr ""
3489
 
3490
+ #: preheaders/billing.php:271 preheaders/checkout.php:471
3491
+ #: preheaders/billing.php:268 preheaders/billing.php:289
 
 
3492
  #: preheaders/checkout.php:480 preheaders/checkout.php:497
3493
  #: preheaders/checkout.php:498
3494
  msgid "The email address entered is in an invalid format. Please try again."
3495
  msgstr ""
3496
 
3497
+ #: preheaders/billing.php:275 preheaders/billing.php:274
 
3498
  #: preheaders/billing.php:295
3499
  msgid "All good!"
3500
  msgstr ""
3501
 
3502
+ #: preheaders/billing.php:345 preheaders/billing.php:340
 
3503
  #: preheaders/billing.php:370
3504
  #, php-format
3505
  msgid "Information updated. <a href=\"%s\">&laquo; back to my account</a>"
3506
  msgstr ""
3507
 
3508
+ #: preheaders/billing.php:351 preheaders/billing.php:347
 
3509
  #: preheaders/billing.php:378 preheaders/billing.php:380
3510
  msgid "Error updating billing information."
3511
  msgstr ""
3512
 
3513
+ #: preheaders/cancel.php:24 preheaders/cancel.php:24
3514
  msgid "Your membership has been cancelled."
3515
  msgstr ""
3516
 
3517
+ #: preheaders/checkout.php:30 preheaders/checkout.php:480
3518
+ #: preheaders/checkout.php:28 preheaders/checkout.php:491
 
 
3519
  #: preheaders/checkout.php:508 preheaders/checkout.php:509
3520
  msgid "Invalid gateway."
3521
  msgstr ""
3522
 
3523
+ #: preheaders/checkout.php:88 preheaders/checkout.php:96
 
3524
  msgid "Checkout: Payment Information"
3525
  msgstr ""
3526
 
3527
+ #: preheaders/checkout.php:99 preheaders/checkout.php:109
 
3528
  msgid "Setup Your Account"
3529
  msgstr ""
3530
 
3531
+ #: preheaders/checkout.php:461 preheaders/checkout.php:468
3532
+ #: preheaders/checkout.php:485 preheaders/checkout.php:486
 
 
 
 
 
3533
  msgid "Your passwords do not match. Please try again."
3534
  msgstr ""
3535
 
3536
+ #: preheaders/checkout.php:476 preheaders/checkout.php:486
 
3537
  #: preheaders/checkout.php:503 preheaders/checkout.php:504
3538
  #, php-format
3539
  msgid "Please check the box to agree to the %s."
3540
  msgstr ""
3541
 
3542
+ #: preheaders/checkout.php:483 preheaders/checkout.php:495
 
3543
  #: preheaders/checkout.php:512 preheaders/checkout.php:513
3544
  msgid "Are you a spammer?"
3545
  msgstr ""
3546
 
3547
+ #: preheaders/checkout.php:503 preheaders/checkout.php:518
 
3548
  #: preheaders/checkout.php:535 preheaders/checkout.php:536
3549
  msgid "That username is already taken. Please try another."
3550
  msgstr ""
3551
 
3552
+ #: preheaders/checkout.php:508 preheaders/checkout.php:524
 
3553
  #: preheaders/checkout.php:541 preheaders/checkout.php:542
3554
  msgid "That email address is already taken. Please try another."
3555
  msgstr ""
3556
 
3557
+ #: preheaders/checkout.php:525 preheaders/checkout.php:544
 
3558
  #: preheaders/checkout.php:561 preheaders/checkout.php:562
3559
  #, php-format
3560
  msgid "reCAPTCHA failed. (%s) Please try again."
3561
  msgstr ""
3562
 
3563
+ #: preheaders/checkout.php:647 preheaders/checkout.php:683
 
3564
  #: preheaders/checkout.php:701 preheaders/checkout.php:702
3565
  msgid "Payment accepted."
3566
  msgstr ""
3567
 
3568
+ #: preheaders/checkout.php:653 preheaders/checkout.php:691
 
3569
  #: preheaders/checkout.php:709 preheaders/checkout.php:710
3570
  msgid ""
3571
  "Unknown error generating account. Please contact us to setup your membership."
3572
  msgstr ""
3573
 
3574
+ #: preheaders/checkout.php:690 preheaders/checkout.php:750
3575
+ #: preheaders/checkout.php:735 preheaders/checkout.php:753
3576
+ #: preheaders/checkout.php:754 preheaders/checkout.php:803
 
 
3577
  #: preheaders/checkout.php:822 preheaders/checkout.php:823
3578
  msgid "The PayPal Token was lost."
3579
  msgstr ""
3580
 
3581
+ #: preheaders/checkout.php:785 preheaders/checkout.php:825
 
3582
  #: preheaders/checkout.php:844 preheaders/checkout.php:859
3583
  #: preheaders/checkout.php:860
3584
  msgid ""
3586
  "Please contact us."
3587
  msgstr ""
3588
 
3589
+ #: preheaders/checkout.php:953 preheaders/checkout.php:983
 
3590
  #: preheaders/checkout.php:1030 preheaders/checkout.php:1045
3591
  #: preheaders/checkout.php:1046
3592
  msgid ""
3595
  "submit this form again. Please contact the site owner to fix this issue."
3596
  msgstr ""
3597
 
3598
+ #: preheaders/checkout.php:956 preheaders/checkout.php:988
 
3599
  #: preheaders/checkout.php:1035 preheaders/checkout.php:1050
3600
  #: preheaders/checkout.php:1051
3601
  msgid ""
3604
  "this form again. Please contact the site owner to fix this issue."
3605
  msgstr ""
3606
 
3607
+ #: preheaders/checkout.php:967 preheaders/checkout.php:1001
 
3608
  #: preheaders/checkout.php:1048 preheaders/checkout.php:1063
3609
  #: preheaders/checkout.php:1064
3610
  #, php-format
3613
  "be processed."
3614
  msgstr ""
3615
 
3616
+ #: preheaders/checkout.php:969 preheaders/checkout.php:1003
 
3617
  #: preheaders/checkout.php:1050 preheaders/checkout.php:1065
3618
  #: preheaders/checkout.php:1066
3619
  msgid "A Payment Gateway must be setup before any payments will be processed."
languages/pmpro.pot CHANGED
@@ -5,7 +5,7 @@
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: pmpro\n"
8
- "POT-Creation-Date: 2014-09-05 11:24-0400\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
@@ -125,8 +125,7 @@ msgstr ""
125
  #: adminpages/admin_header.php:128 adminpages/admin_header.php:149
126
  #: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
127
  #: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
128
- #: includes/adminpages.php:44 includes/adminpages.php:64
129
- #: includes/adminpages.php:65 includes/adminpages.php:100
130
  #: includes/adminpages.php:107
131
  msgid "Membership Levels"
132
  msgstr ""
@@ -1517,7 +1516,7 @@ msgstr ""
1517
  msgid "User"
1518
  msgstr ""
1519
 
1520
- #: adminpages/orders.php:904 includes/init.php:218 includes/profile.php:27
1521
  #: pages/checkout.php:33 pages/confirmation.php:47 pages/confirmation.php:64
1522
  #: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
1523
  #: adminpages/orders.php:601 adminpages/orders.php:904 includes/init.php:217
@@ -2161,7 +2160,7 @@ msgstr ""
2161
  msgid "Sales"
2162
  msgstr ""
2163
 
2164
- #: classes/class.memberorder.php:573 classes/class.memberorder.php:553
2165
  #: classes/class.memberorder.php:561 classes/class.memberorder.php:564
2166
  #: includes/cleanup.php:24
2167
  #, php-format
@@ -2176,27 +2175,27 @@ msgstr ""
2176
  msgid "An Email From %s"
2177
  msgstr ""
2178
 
2179
- #: classes/class.pmproemail.php:125 classes/class.pmproemail.php:120
2180
  #: classes/class.pmproemail.php:122
2181
  #, php-format
2182
  msgid "Your membership at %s has been CANCELLED"
2183
  msgstr ""
2184
 
2185
- #: classes/class.pmproemail.php:147 classes/class.pmproemail.php:142
2186
  #: classes/class.pmproemail.php:144
2187
  #, php-format
2188
  msgid "Membership for %s at %s has been CANCELLED"
2189
  msgstr ""
2190
 
2191
- #: classes/class.pmproemail.php:178 classes/class.pmproemail.php:172
2192
  #: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
2193
  #, php-format
2194
  msgid "Your membership confirmation for %s"
2195
  msgstr ""
2196
 
2197
- #: classes/class.pmproemail.php:231 classes/class.pmproemail.php:240
2198
- #: classes/class.pmproemail.php:249 classes/class.pmproemail.php:328
2199
- #: classes/class.pmproemail.php:337 classes/class.pmproemail.php:648
2200
  #: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
2201
  #: pages/confirmation.php:52 pages/invoice.php:33
2202
  #: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
@@ -2215,8 +2214,8 @@ msgstr ""
2215
  msgid "Discount Code"
2216
  msgstr ""
2217
 
2218
- #: classes/class.pmproemail.php:256 classes/class.pmproemail.php:349
2219
- #: classes/class.pmproemail.php:654 classes/class.pmproemail.php:241
2220
  #: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
2221
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
2222
  #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
@@ -2225,83 +2224,83 @@ msgstr ""
2225
  msgid "This membership will expire on %s."
2226
  msgstr ""
2227
 
2228
- #: classes/class.pmproemail.php:278 classes/class.pmproemail.php:263
2229
  #: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
2230
  #, php-format
2231
  msgid "Member Checkout for %s at %s"
2232
  msgstr ""
2233
 
2234
- #: classes/class.pmproemail.php:366 classes/class.pmproemail.php:342
2235
  #: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
2236
  #, php-format
2237
  msgid "Your billing information has been udpated at %s"
2238
  msgstr ""
2239
 
2240
- #: classes/class.pmproemail.php:419 classes/class.pmproemail.php:386
2241
  #: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
2242
  #, php-format
2243
  msgid "Billing information has been udpated for %s at %s"
2244
  msgstr ""
2245
 
2246
- #: classes/class.pmproemail.php:467 classes/class.pmproemail.php:425
2247
  #: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
2248
  #, php-format
2249
  msgid "Membership Payment Failed at %s"
2250
  msgstr ""
2251
 
2252
- #: classes/class.pmproemail.php:513 classes/class.pmproemail.php:462
2253
  #: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
2254
  #, php-format
2255
  msgid "Membership Payment Failed For %s at %s"
2256
  msgstr ""
2257
 
2258
- #: classes/class.pmproemail.php:560 classes/class.pmproemail.php:508
2259
  #: classes/class.pmproemail.php:557
2260
  #, php-format
2261
  msgid "Credit Card on File Expiring Soon at %s"
2262
  msgstr ""
2263
 
2264
- #: classes/class.pmproemail.php:608 classes/class.pmproemail.php:501
2265
  #: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
2266
  #, php-format
2267
  msgid "INVOICE for %s membership"
2268
  msgstr ""
2269
 
2270
- #: classes/class.pmproemail.php:679 classes/class.pmproemail.php:563
2271
  #: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
2272
  #, php-format
2273
  msgid "Your trial at %s is ending soon"
2274
  msgstr ""
2275
 
2276
- #: classes/class.pmproemail.php:713 classes/class.pmproemail.php:596
2277
  #: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
2278
  #, php-format
2279
  msgid "Your membership at %s has ended"
2280
  msgstr ""
2281
 
2282
- #: classes/class.pmproemail.php:738 classes/class.pmproemail.php:621
2283
  #: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
2284
  #, php-format
2285
  msgid "Your membership at %s will end soon"
2286
  msgstr ""
2287
 
2288
- #: classes/class.pmproemail.php:758 classes/class.pmproemail.php:641
2289
  #: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
2290
  #, php-format
2291
  msgid "Your membership at %s has been changed"
2292
  msgstr ""
2293
 
2294
- #: classes/class.pmproemail.php:762 classes/class.pmproemail.php:759
2295
  #, php-format
2296
  msgid "The new level is %s."
2297
  msgstr ""
2298
 
2299
- #: classes/class.pmproemail.php:764 classes/class.pmproemail.php:647
2300
  #: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
2301
  msgid "Your membership has been cancelled"
2302
  msgstr ""
2303
 
2304
- #: classes/class.pmproemail.php:768 classes/class.pmproemail.php:806
2305
  #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
2306
  #: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
2307
  #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
@@ -2309,27 +2308,27 @@ msgstr ""
2309
  msgid "This membership will expire on %s"
2310
  msgstr ""
2311
 
2312
- #: classes/class.pmproemail.php:772 classes/class.pmproemail.php:810
2313
  #: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
2314
  #: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
2315
  #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
2316
  msgid "This membership does not expire"
2317
  msgstr ""
2318
 
2319
- #: classes/class.pmproemail.php:796 classes/class.pmproemail.php:679
2320
  #: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
2321
  #, php-format
2322
  msgid "Membership for %s at %s has been changed"
2323
  msgstr ""
2324
 
2325
- #: classes/class.pmproemail.php:800 classes/class.pmproemail.php:645
2326
  #: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
2327
  #: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
2328
  #, php-format
2329
  msgid "The new level is %s. This membership is free"
2330
  msgstr ""
2331
 
2332
- #: classes/class.pmproemail.php:802 classes/class.pmproemail.php:799
2333
  msgid "Membership has been cancelled"
2334
  msgstr ""
2335
 
@@ -2463,7 +2462,6 @@ msgstr ""
2463
  #: classes/gateways/class.pmprogateway_stripe.php:354
2464
  #: classes/gateways/class.pmprogateway_stripe.php:361
2465
  #: classes/gateways/class.pmprogateway_stripe.php:396
2466
- #: classes/gateways/class.pmprogateway_stripe.php:402
2467
  msgid "Could not find the subscription."
2468
  msgstr ""
2469
 
@@ -2484,7 +2482,6 @@ msgstr ""
2484
  #: classes/gateways/class.pmprogateway_paypalexpress.php:305
2485
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
2486
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
2487
- #: classes/gateways/class.pmprogateway_paypalstandard.php:231
2488
  msgid ""
2489
  "Please contact the site owner or cancel your subscription from within PayPal "
2490
  "to make sure you are not charged going forward."
@@ -2494,7 +2491,6 @@ msgstr ""
2494
  #: classes/gateways/class.pmprogateway_stripe.php:190
2495
  #: classes/gateways/class.pmprogateway_stripe.php:192
2496
  #: classes/gateways/class.pmprogateway_stripe.php:199
2497
- #: classes/gateways/class.pmprogateway_stripe.php:201
2498
  msgid "Error creating customer record with Stripe:"
2499
  msgstr ""
2500
 
@@ -2503,7 +2499,6 @@ msgstr ""
2503
  #: classes/gateways/class.pmprogateway_stripe.php:279
2504
  #: classes/gateways/class.pmprogateway_stripe.php:286
2505
  #: classes/gateways/class.pmprogateway_stripe.php:302
2506
- #: classes/gateways/class.pmprogateway_stripe.php:308
2507
  msgid "Error creating plan with Stripe:"
2508
  msgstr ""
2509
 
@@ -2512,13 +2507,11 @@ msgstr ""
2512
  #: classes/gateways/class.pmprogateway_stripe.php:295
2513
  #: classes/gateways/class.pmprogateway_stripe.php:302
2514
  #: classes/gateways/class.pmprogateway_stripe.php:318
2515
- #: classes/gateways/class.pmprogateway_stripe.php:324
2516
  msgid "Error subscribing customer to plan with Stripe:"
2517
  msgstr ""
2518
 
2519
  #: classes/gateways/class.pmprogateway_stripe.php:389
2520
  #: classes/gateways/class.pmprogateway_stripe.php:383
2521
- #: classes/gateways/class.pmprogateway_stripe.php:389
2522
  msgid "Could not cancel old subscription."
2523
  msgstr ""
2524
 
@@ -2844,76 +2837,72 @@ msgstr ""
2844
  msgid "Membership level not found."
2845
  msgstr ""
2846
 
2847
- #: includes/functions.php:1101
2848
- msgid "No code was given to check."
2849
- msgstr ""
2850
-
2851
- #: includes/functions.php:1110 includes/functions.php:1050
2852
  #: includes/functions.php:1072 includes/functions.php:1088
2853
  #: includes/functions.php:1099 includes/functions.php:1102
2854
- #: includes/functions.php:1112 includes/functions.php:1113
2855
  msgid "The discount code could not be found."
2856
  msgstr ""
2857
 
2858
- #: includes/functions.php:1125 includes/functions.php:1066
2859
  #: includes/functions.php:1088 includes/functions.php:1104
2860
  #: includes/functions.php:1115 includes/functions.php:1118
2861
- #: includes/functions.php:1128 includes/functions.php:1129
2862
  #, php-format
2863
  msgid "This discount code goes into effect on %s."
2864
  msgstr ""
2865
 
2866
- #: includes/functions.php:1132 includes/functions.php:1075
2867
  #: includes/functions.php:1097 includes/functions.php:1113
2868
  #: includes/functions.php:1124 includes/functions.php:1127
2869
- #: includes/functions.php:1137 includes/functions.php:1138
2870
  #, php-format
2871
  msgid "This discount code expired on %s."
2872
  msgstr ""
2873
 
2874
- #: includes/functions.php:1142 includes/functions.php:1087
2875
  #: includes/functions.php:1109 includes/functions.php:1125
2876
  #: includes/functions.php:1136 includes/functions.php:1139
2877
- #: includes/functions.php:1149 includes/functions.php:1150
2878
  msgid "This discount code is no longer valid."
2879
  msgstr ""
2880
 
2881
- #: includes/functions.php:1155 includes/functions.php:1102
2882
  #: includes/functions.php:1124 includes/functions.php:1140
2883
  #: includes/functions.php:1151 includes/functions.php:1154
2884
- #: includes/functions.php:1164 includes/functions.php:1165
2885
  msgid "This discount code does not apply to this membership level."
2886
  msgstr ""
2887
 
2888
- #: includes/functions.php:1181 includes/functions.php:1110
2889
  #: includes/functions.php:1132 includes/functions.php:1148
2890
  #: includes/functions.php:1159 includes/functions.php:1162
2891
- #: includes/functions.php:1172 includes/functions.php:1182
2892
  msgid "This discount code is okay."
2893
  msgstr ""
2894
 
2895
- #: includes/functions.php:1206 includes/functions.php:1134
2896
  #: includes/functions.php:1156 includes/functions.php:1172
2897
  #: includes/functions.php:1183 includes/functions.php:1186
2898
- #: includes/functions.php:1196 includes/functions.php:1206
2899
  msgid "and"
2900
  msgstr ""
2901
 
2902
- #: includes/functions.php:1395 includes/functions.php:1319
2903
  #: includes/functions.php:1341 includes/functions.php:1361
2904
  #: includes/functions.php:1372 includes/functions.php:1375
2905
- #: includes/functions.php:1385 includes/functions.php:1395
2906
  msgid "Sign Up for !!name!! Now"
2907
  msgstr ""
2908
 
2909
- #: includes/functions.php:1401 includes/functions.php:1325
2910
  #: includes/functions.php:1347 includes/functions.php:1367
2911
  #: includes/functions.php:1378 includes/functions.php:1381
2912
- #: includes/functions.php:1391 includes/functions.php:1401
2913
  msgid "Please specify a level id."
2914
  msgstr ""
2915
 
2916
- #: includes/init.php:233 includes/profile.php:39 includes/init.php:232
2917
  #: includes/profile.php:37 includes/profile.php:39
2918
  msgid "None"
2919
  msgstr ""
@@ -3472,154 +3461,124 @@ msgstr ""
3472
  msgid "&larr; Return to Home"
3473
  msgstr ""
3474
 
3475
- #: preheaders/account.php:10 preheaders/levels.php:22 preheaders/account.php:7
3476
- #: preheaders/account.php:9 preheaders/account.php:10 preheaders/levels.php:19
3477
- #: preheaders/levels.php:21 preheaders/levels.php:22
3478
  msgid "Your membership status has been updated - Thank you!"
3479
  msgstr ""
3480
 
3481
- #: preheaders/account.php:12 preheaders/levels.php:24
3482
- #: preheaders/account.php:11 preheaders/account.php:12
3483
- #: preheaders/levels.php:23 preheaders/levels.php:24
3484
  msgid ""
3485
  "Sorry, your request could not be completed - please try again in a few "
3486
  "moments."
3487
  msgstr ""
3488
 
3489
- #: preheaders/billing.php:266 preheaders/checkout.php:465
3490
- #: preheaders/billing.php:258 preheaders/billing.php:265
3491
- #: preheaders/billing.php:266 preheaders/billing.php:279
3492
- #: preheaders/checkout.php:458 preheaders/checkout.php:464
3493
- #: preheaders/checkout.php:465 preheaders/checkout.php:481
3494
  #: preheaders/checkout.php:482
3495
  msgid "Please complete all required fields."
3496
  msgstr ""
3497
 
3498
- #: preheaders/billing.php:269 preheaders/checkout.php:473
3499
- #: preheaders/billing.php:263 preheaders/billing.php:268
3500
- #: preheaders/billing.php:269 preheaders/billing.php:284
3501
- #: preheaders/checkout.php:466 preheaders/checkout.php:473
3502
  #: preheaders/checkout.php:474 preheaders/checkout.php:491
3503
  #: preheaders/checkout.php:492
3504
  msgid "Your email addresses do not match. Please try again."
3505
  msgstr ""
3506
 
3507
- #: preheaders/billing.php:272 preheaders/checkout.php:478
3508
- #: preheaders/billing.php:268 preheaders/billing.php:271
3509
- #: preheaders/billing.php:272 preheaders/billing.php:289
3510
- #: preheaders/checkout.php:471 preheaders/checkout.php:478
3511
  #: preheaders/checkout.php:480 preheaders/checkout.php:497
3512
  #: preheaders/checkout.php:498
3513
  msgid "The email address entered is in an invalid format. Please try again."
3514
  msgstr ""
3515
 
3516
- #: preheaders/billing.php:276 preheaders/billing.php:274
3517
- #: preheaders/billing.php:275 preheaders/billing.php:276
3518
  #: preheaders/billing.php:295
3519
  msgid "All good!"
3520
  msgstr ""
3521
 
3522
- #: preheaders/billing.php:346 preheaders/billing.php:340
3523
- #: preheaders/billing.php:345 preheaders/billing.php:346
3524
  #: preheaders/billing.php:370
3525
  #, php-format
3526
  msgid "Information updated. <a href=\"%s\">&laquo; back to my account</a>"
3527
  msgstr ""
3528
 
3529
- #: preheaders/billing.php:352 preheaders/billing.php:347
3530
- #: preheaders/billing.php:351 preheaders/billing.php:352
3531
  #: preheaders/billing.php:378 preheaders/billing.php:380
3532
  msgid "Error updating billing information."
3533
  msgstr ""
3534
 
3535
- #: preheaders/cancel.php:25 preheaders/cancel.php:24 preheaders/cancel.php:25
3536
  msgid "Your membership has been cancelled."
3537
  msgstr ""
3538
 
3539
- #: preheaders/checkout.php:31 preheaders/checkout.php:487
3540
- #: preheaders/checkout.php:28 preheaders/checkout.php:30
3541
- #: preheaders/checkout.php:31 preheaders/checkout.php:480
3542
- #: preheaders/checkout.php:487 preheaders/checkout.php:491
3543
  #: preheaders/checkout.php:508 preheaders/checkout.php:509
3544
  msgid "Invalid gateway."
3545
  msgstr ""
3546
 
3547
- #: preheaders/checkout.php:89 preheaders/checkout.php:88
3548
- #: preheaders/checkout.php:89 preheaders/checkout.php:96
3549
  msgid "Checkout: Payment Information"
3550
  msgstr ""
3551
 
3552
- #: preheaders/checkout.php:100 preheaders/checkout.php:99
3553
- #: preheaders/checkout.php:100 preheaders/checkout.php:109
3554
  msgid "Setup Your Account"
3555
  msgstr ""
3556
 
3557
- #: preheaders/checkout.php:416 preheaders/checkout.php:416
3558
- msgid "There are JavaScript errors on the page. Please contact the webmaster."
3559
- msgstr ""
3560
-
3561
- #: preheaders/checkout.php:468 preheaders/checkout.php:461
3562
- #: preheaders/checkout.php:468 preheaders/checkout.php:485
3563
- #: preheaders/checkout.php:486
3564
  msgid "Your passwords do not match. Please try again."
3565
  msgstr ""
3566
 
3567
- #: preheaders/checkout.php:483 preheaders/checkout.php:476
3568
- #: preheaders/checkout.php:483 preheaders/checkout.php:486
3569
  #: preheaders/checkout.php:503 preheaders/checkout.php:504
3570
  #, php-format
3571
  msgid "Please check the box to agree to the %s."
3572
  msgstr ""
3573
 
3574
- #: preheaders/checkout.php:490 preheaders/checkout.php:483
3575
- #: preheaders/checkout.php:490 preheaders/checkout.php:495
3576
  #: preheaders/checkout.php:512 preheaders/checkout.php:513
3577
  msgid "Are you a spammer?"
3578
  msgstr ""
3579
 
3580
- #: preheaders/checkout.php:510 preheaders/checkout.php:503
3581
- #: preheaders/checkout.php:510 preheaders/checkout.php:518
3582
  #: preheaders/checkout.php:535 preheaders/checkout.php:536
3583
  msgid "That username is already taken. Please try another."
3584
  msgstr ""
3585
 
3586
- #: preheaders/checkout.php:515 preheaders/checkout.php:508
3587
- #: preheaders/checkout.php:515 preheaders/checkout.php:524
3588
  #: preheaders/checkout.php:541 preheaders/checkout.php:542
3589
  msgid "That email address is already taken. Please try another."
3590
  msgstr ""
3591
 
3592
- #: preheaders/checkout.php:532 preheaders/checkout.php:525
3593
- #: preheaders/checkout.php:532 preheaders/checkout.php:544
3594
  #: preheaders/checkout.php:561 preheaders/checkout.php:562
3595
  #, php-format
3596
  msgid "reCAPTCHA failed. (%s) Please try again."
3597
  msgstr ""
3598
 
3599
- #: preheaders/checkout.php:654 preheaders/checkout.php:647
3600
- #: preheaders/checkout.php:654 preheaders/checkout.php:683
3601
  #: preheaders/checkout.php:701 preheaders/checkout.php:702
3602
  msgid "Payment accepted."
3603
  msgstr ""
3604
 
3605
- #: preheaders/checkout.php:660 preheaders/checkout.php:653
3606
- #: preheaders/checkout.php:660 preheaders/checkout.php:691
3607
  #: preheaders/checkout.php:709 preheaders/checkout.php:710
3608
  msgid ""
3609
  "Unknown error generating account. Please contact us to setup your membership."
3610
  msgstr ""
3611
 
3612
- #: preheaders/checkout.php:697 preheaders/checkout.php:757
3613
- #: preheaders/checkout.php:690 preheaders/checkout.php:697
3614
- #: preheaders/checkout.php:735 preheaders/checkout.php:750
3615
- #: preheaders/checkout.php:753 preheaders/checkout.php:754
3616
- #: preheaders/checkout.php:757 preheaders/checkout.php:803
3617
  #: preheaders/checkout.php:822 preheaders/checkout.php:823
3618
  msgid "The PayPal Token was lost."
3619
  msgstr ""
3620
 
3621
- #: preheaders/checkout.php:792 preheaders/checkout.php:785
3622
- #: preheaders/checkout.php:792 preheaders/checkout.php:825
3623
  #: preheaders/checkout.php:844 preheaders/checkout.php:859
3624
  #: preheaders/checkout.php:860
3625
  msgid ""
@@ -3627,8 +3586,7 @@ msgid ""
3627
  "Please contact us."
3628
  msgstr ""
3629
 
3630
- #: preheaders/checkout.php:960 preheaders/checkout.php:953
3631
- #: preheaders/checkout.php:960 preheaders/checkout.php:983
3632
  #: preheaders/checkout.php:1030 preheaders/checkout.php:1045
3633
  #: preheaders/checkout.php:1046
3634
  msgid ""
@@ -3637,8 +3595,7 @@ msgid ""
3637
  "submit this form again. Please contact the site owner to fix this issue."
3638
  msgstr ""
3639
 
3640
- #: preheaders/checkout.php:963 preheaders/checkout.php:956
3641
- #: preheaders/checkout.php:963 preheaders/checkout.php:988
3642
  #: preheaders/checkout.php:1035 preheaders/checkout.php:1050
3643
  #: preheaders/checkout.php:1051
3644
  msgid ""
@@ -3647,8 +3604,7 @@ msgid ""
3647
  "this form again. Please contact the site owner to fix this issue."
3648
  msgstr ""
3649
 
3650
- #: preheaders/checkout.php:974 preheaders/checkout.php:967
3651
- #: preheaders/checkout.php:974 preheaders/checkout.php:1001
3652
  #: preheaders/checkout.php:1048 preheaders/checkout.php:1063
3653
  #: preheaders/checkout.php:1064
3654
  #, php-format
@@ -3657,8 +3613,7 @@ msgid ""
3657
  "be processed."
3658
  msgstr ""
3659
 
3660
- #: preheaders/checkout.php:976 preheaders/checkout.php:969
3661
- #: preheaders/checkout.php:976 preheaders/checkout.php:1003
3662
  #: preheaders/checkout.php:1050 preheaders/checkout.php:1065
3663
  #: preheaders/checkout.php:1066
3664
  msgid "A Payment Gateway must be setup before any payments will be processed."
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: pmpro\n"
8
+ "POT-Creation-Date: 2014-07-23 17:09-0400\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
125
  #: adminpages/admin_header.php:128 adminpages/admin_header.php:149
126
  #: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
127
  #: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
128
+ #: includes/adminpages.php:44 includes/adminpages.php:100
 
129
  #: includes/adminpages.php:107
130
  msgid "Membership Levels"
131
  msgstr ""
1516
  msgid "User"
1517
  msgstr ""
1518
 
1519
+ #: adminpages/orders.php:904 includes/init.php:217 includes/profile.php:27
1520
  #: pages/checkout.php:33 pages/confirmation.php:47 pages/confirmation.php:64
1521
  #: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
1522
  #: adminpages/orders.php:601 adminpages/orders.php:904 includes/init.php:217
2160
  msgid "Sales"
2161
  msgstr ""
2162
 
2163
+ #: classes/class.memberorder.php:564 classes/class.memberorder.php:553
2164
  #: classes/class.memberorder.php:561 classes/class.memberorder.php:564
2165
  #: includes/cleanup.php:24
2166
  #, php-format
2175
  msgid "An Email From %s"
2176
  msgstr ""
2177
 
2178
+ #: classes/class.pmproemail.php:122 classes/class.pmproemail.php:120
2179
  #: classes/class.pmproemail.php:122
2180
  #, php-format
2181
  msgid "Your membership at %s has been CANCELLED"
2182
  msgstr ""
2183
 
2184
+ #: classes/class.pmproemail.php:144 classes/class.pmproemail.php:142
2185
  #: classes/class.pmproemail.php:144
2186
  #, php-format
2187
  msgid "Membership for %s at %s has been CANCELLED"
2188
  msgstr ""
2189
 
2190
+ #: classes/class.pmproemail.php:175 classes/class.pmproemail.php:172
2191
  #: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
2192
  #, php-format
2193
  msgid "Your membership confirmation for %s"
2194
  msgstr ""
2195
 
2196
+ #: classes/class.pmproemail.php:228 classes/class.pmproemail.php:237
2197
+ #: classes/class.pmproemail.php:246 classes/class.pmproemail.php:325
2198
+ #: classes/class.pmproemail.php:334 classes/class.pmproemail.php:645
2199
  #: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
2200
  #: pages/confirmation.php:52 pages/invoice.php:33
2201
  #: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
2214
  msgid "Discount Code"
2215
  msgstr ""
2216
 
2217
+ #: classes/class.pmproemail.php:253 classes/class.pmproemail.php:346
2218
+ #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:241
2219
  #: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
2220
  #: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
2221
  #: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
2224
  msgid "This membership will expire on %s."
2225
  msgstr ""
2226
 
2227
+ #: classes/class.pmproemail.php:275 classes/class.pmproemail.php:263
2228
  #: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
2229
  #, php-format
2230
  msgid "Member Checkout for %s at %s"
2231
  msgstr ""
2232
 
2233
+ #: classes/class.pmproemail.php:363 classes/class.pmproemail.php:342
2234
  #: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
2235
  #, php-format
2236
  msgid "Your billing information has been udpated at %s"
2237
  msgstr ""
2238
 
2239
+ #: classes/class.pmproemail.php:416 classes/class.pmproemail.php:386
2240
  #: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
2241
  #, php-format
2242
  msgid "Billing information has been udpated for %s at %s"
2243
  msgstr ""
2244
 
2245
+ #: classes/class.pmproemail.php:464 classes/class.pmproemail.php:425
2246
  #: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
2247
  #, php-format
2248
  msgid "Membership Payment Failed at %s"
2249
  msgstr ""
2250
 
2251
+ #: classes/class.pmproemail.php:510 classes/class.pmproemail.php:462
2252
  #: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
2253
  #, php-format
2254
  msgid "Membership Payment Failed For %s at %s"
2255
  msgstr ""
2256
 
2257
+ #: classes/class.pmproemail.php:557 classes/class.pmproemail.php:508
2258
  #: classes/class.pmproemail.php:557
2259
  #, php-format
2260
  msgid "Credit Card on File Expiring Soon at %s"
2261
  msgstr ""
2262
 
2263
+ #: classes/class.pmproemail.php:605 classes/class.pmproemail.php:501
2264
  #: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
2265
  #, php-format
2266
  msgid "INVOICE for %s membership"
2267
  msgstr ""
2268
 
2269
+ #: classes/class.pmproemail.php:676 classes/class.pmproemail.php:563
2270
  #: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
2271
  #, php-format
2272
  msgid "Your trial at %s is ending soon"
2273
  msgstr ""
2274
 
2275
+ #: classes/class.pmproemail.php:710 classes/class.pmproemail.php:596
2276
  #: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
2277
  #, php-format
2278
  msgid "Your membership at %s has ended"
2279
  msgstr ""
2280
 
2281
+ #: classes/class.pmproemail.php:735 classes/class.pmproemail.php:621
2282
  #: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
2283
  #, php-format
2284
  msgid "Your membership at %s will end soon"
2285
  msgstr ""
2286
 
2287
+ #: classes/class.pmproemail.php:755 classes/class.pmproemail.php:641
2288
  #: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
2289
  #, php-format
2290
  msgid "Your membership at %s has been changed"
2291
  msgstr ""
2292
 
2293
+ #: classes/class.pmproemail.php:759 classes/class.pmproemail.php:759
2294
  #, php-format
2295
  msgid "The new level is %s."
2296
  msgstr ""
2297
 
2298
+ #: classes/class.pmproemail.php:761 classes/class.pmproemail.php:647
2299
  #: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
2300
  msgid "Your membership has been cancelled"
2301
  msgstr ""
2302
 
2303
+ #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
2304
  #: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
2305
  #: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
2306
  #: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
2308
  msgid "This membership will expire on %s"
2309
  msgstr ""
2310
 
2311
+ #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
2312
  #: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
2313
  #: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
2314
  #: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
2315
  msgid "This membership does not expire"
2316
  msgstr ""
2317
 
2318
+ #: classes/class.pmproemail.php:793 classes/class.pmproemail.php:679
2319
  #: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
2320
  #, php-format
2321
  msgid "Membership for %s at %s has been changed"
2322
  msgstr ""
2323
 
2324
+ #: classes/class.pmproemail.php:797 classes/class.pmproemail.php:645
2325
  #: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
2326
  #: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
2327
  #, php-format
2328
  msgid "The new level is %s. This membership is free"
2329
  msgstr ""
2330
 
2331
+ #: classes/class.pmproemail.php:799 classes/class.pmproemail.php:799
2332
  msgid "Membership has been cancelled"
2333
  msgstr ""
2334
 
2462
  #: classes/gateways/class.pmprogateway_stripe.php:354
2463
  #: classes/gateways/class.pmprogateway_stripe.php:361
2464
  #: classes/gateways/class.pmprogateway_stripe.php:396
 
2465
  msgid "Could not find the subscription."
2466
  msgstr ""
2467
 
2482
  #: classes/gateways/class.pmprogateway_paypalexpress.php:305
2483
  #: classes/gateways/class.pmprogateway_paypalstandard.php:216
2484
  #: classes/gateways/class.pmprogateway_paypalstandard.php:220
 
2485
  msgid ""
2486
  "Please contact the site owner or cancel your subscription from within PayPal "
2487
  "to make sure you are not charged going forward."
2491
  #: classes/gateways/class.pmprogateway_stripe.php:190
2492
  #: classes/gateways/class.pmprogateway_stripe.php:192
2493
  #: classes/gateways/class.pmprogateway_stripe.php:199
 
2494
  msgid "Error creating customer record with Stripe:"
2495
  msgstr ""
2496
 
2499
  #: classes/gateways/class.pmprogateway_stripe.php:279
2500
  #: classes/gateways/class.pmprogateway_stripe.php:286
2501
  #: classes/gateways/class.pmprogateway_stripe.php:302
 
2502
  msgid "Error creating plan with Stripe:"
2503
  msgstr ""
2504
 
2507
  #: classes/gateways/class.pmprogateway_stripe.php:295
2508
  #: classes/gateways/class.pmprogateway_stripe.php:302
2509
  #: classes/gateways/class.pmprogateway_stripe.php:318
 
2510
  msgid "Error subscribing customer to plan with Stripe:"
2511
  msgstr ""
2512
 
2513
  #: classes/gateways/class.pmprogateway_stripe.php:389
2514
  #: classes/gateways/class.pmprogateway_stripe.php:383
 
2515
  msgid "Could not cancel old subscription."
2516
  msgstr ""
2517
 
2837
  msgid "Membership level not found."
2838
  msgstr ""
2839
 
2840
+ #: includes/functions.php:1112 includes/functions.php:1050
 
 
 
 
2841
  #: includes/functions.php:1072 includes/functions.php:1088
2842
  #: includes/functions.php:1099 includes/functions.php:1102
2843
+ #: includes/functions.php:1112
2844
  msgid "The discount code could not be found."
2845
  msgstr ""
2846
 
2847
+ #: includes/functions.php:1128 includes/functions.php:1066
2848
  #: includes/functions.php:1088 includes/functions.php:1104
2849
  #: includes/functions.php:1115 includes/functions.php:1118
2850
+ #: includes/functions.php:1128
2851
  #, php-format
2852
  msgid "This discount code goes into effect on %s."
2853
  msgstr ""
2854
 
2855
+ #: includes/functions.php:1137 includes/functions.php:1075
2856
  #: includes/functions.php:1097 includes/functions.php:1113
2857
  #: includes/functions.php:1124 includes/functions.php:1127
2858
+ #: includes/functions.php:1137
2859
  #, php-format
2860
  msgid "This discount code expired on %s."
2861
  msgstr ""
2862
 
2863
+ #: includes/functions.php:1149 includes/functions.php:1087
2864
  #: includes/functions.php:1109 includes/functions.php:1125
2865
  #: includes/functions.php:1136 includes/functions.php:1139
2866
+ #: includes/functions.php:1149
2867
  msgid "This discount code is no longer valid."
2868
  msgstr ""
2869
 
2870
+ #: includes/functions.php:1164 includes/functions.php:1102
2871
  #: includes/functions.php:1124 includes/functions.php:1140
2872
  #: includes/functions.php:1151 includes/functions.php:1154
2873
+ #: includes/functions.php:1164
2874
  msgid "This discount code does not apply to this membership level."
2875
  msgstr ""
2876
 
2877
+ #: includes/functions.php:1172 includes/functions.php:1110
2878
  #: includes/functions.php:1132 includes/functions.php:1148
2879
  #: includes/functions.php:1159 includes/functions.php:1162
2880
+ #: includes/functions.php:1172
2881
  msgid "This discount code is okay."
2882
  msgstr ""
2883
 
2884
+ #: includes/functions.php:1196 includes/functions.php:1134
2885
  #: includes/functions.php:1156 includes/functions.php:1172
2886
  #: includes/functions.php:1183 includes/functions.php:1186
2887
+ #: includes/functions.php:1196
2888
  msgid "and"
2889
  msgstr ""
2890
 
2891
+ #: includes/functions.php:1385 includes/functions.php:1319
2892
  #: includes/functions.php:1341 includes/functions.php:1361
2893
  #: includes/functions.php:1372 includes/functions.php:1375
2894
+ #: includes/functions.php:1385
2895
  msgid "Sign Up for !!name!! Now"
2896
  msgstr ""
2897
 
2898
+ #: includes/functions.php:1391 includes/functions.php:1325
2899
  #: includes/functions.php:1347 includes/functions.php:1367
2900
  #: includes/functions.php:1378 includes/functions.php:1381
2901
+ #: includes/functions.php:1391
2902
  msgid "Please specify a level id."
2903
  msgstr ""
2904
 
2905
+ #: includes/init.php:232 includes/profile.php:39 includes/init.php:232
2906
  #: includes/profile.php:37 includes/profile.php:39
2907
  msgid "None"
2908
  msgstr ""
3461
  msgid "&larr; Return to Home"
3462
  msgstr ""
3463
 
3464
+ #: preheaders/account.php:9 preheaders/levels.php:21 preheaders/account.php:7
3465
+ #: preheaders/levels.php:19
 
3466
  msgid "Your membership status has been updated - Thank you!"
3467
  msgstr ""
3468
 
3469
+ #: preheaders/account.php:11 preheaders/levels.php:23
3470
+ #: preheaders/account.php:11 preheaders/levels.php:23
 
3471
  msgid ""
3472
  "Sorry, your request could not be completed - please try again in a few "
3473
  "moments."
3474
  msgstr ""
3475
 
3476
+ #: preheaders/billing.php:265 preheaders/checkout.php:458
3477
+ #: preheaders/billing.php:258 preheaders/billing.php:279
3478
+ #: preheaders/checkout.php:464 preheaders/checkout.php:481
 
 
3479
  #: preheaders/checkout.php:482
3480
  msgid "Please complete all required fields."
3481
  msgstr ""
3482
 
3483
+ #: preheaders/billing.php:268 preheaders/checkout.php:466
3484
+ #: preheaders/billing.php:263 preheaders/billing.php:284
 
 
3485
  #: preheaders/checkout.php:474 preheaders/checkout.php:491
3486
  #: preheaders/checkout.php:492
3487
  msgid "Your email addresses do not match. Please try again."
3488
  msgstr ""
3489
 
3490
+ #: preheaders/billing.php:271 preheaders/checkout.php:471
3491
+ #: preheaders/billing.php:268 preheaders/billing.php:289
 
 
3492
  #: preheaders/checkout.php:480 preheaders/checkout.php:497
3493
  #: preheaders/checkout.php:498
3494
  msgid "The email address entered is in an invalid format. Please try again."
3495
  msgstr ""
3496
 
3497
+ #: preheaders/billing.php:275 preheaders/billing.php:274
 
3498
  #: preheaders/billing.php:295
3499
  msgid "All good!"
3500
  msgstr ""
3501
 
3502
+ #: preheaders/billing.php:345 preheaders/billing.php:340
 
3503
  #: preheaders/billing.php:370
3504
  #, php-format
3505
  msgid "Information updated. <a href=\"%s\">&laquo; back to my account</a>"
3506
  msgstr ""
3507
 
3508
+ #: preheaders/billing.php:351 preheaders/billing.php:347
 
3509
  #: preheaders/billing.php:378 preheaders/billing.php:380
3510
  msgid "Error updating billing information."
3511
  msgstr ""
3512
 
3513
+ #: preheaders/cancel.php:24 preheaders/cancel.php:24
3514
  msgid "Your membership has been cancelled."
3515
  msgstr ""
3516
 
3517
+ #: preheaders/checkout.php:30 preheaders/checkout.php:480
3518
+ #: preheaders/checkout.php:28 preheaders/checkout.php:491
 
 
3519
  #: preheaders/checkout.php:508 preheaders/checkout.php:509
3520
  msgid "Invalid gateway."
3521
  msgstr ""
3522
 
3523
+ #: preheaders/checkout.php:88 preheaders/checkout.php:96
 
3524
  msgid "Checkout: Payment Information"
3525
  msgstr ""
3526
 
3527
+ #: preheaders/checkout.php:99 preheaders/checkout.php:109
 
3528
  msgid "Setup Your Account"
3529
  msgstr ""
3530
 
3531
+ #: preheaders/checkout.php:461 preheaders/checkout.php:468
3532
+ #: preheaders/checkout.php:485 preheaders/checkout.php:486
 
 
 
 
 
3533
  msgid "Your passwords do not match. Please try again."
3534
  msgstr ""
3535
 
3536
+ #: preheaders/checkout.php:476 preheaders/checkout.php:486
 
3537
  #: preheaders/checkout.php:503 preheaders/checkout.php:504
3538
  #, php-format
3539
  msgid "Please check the box to agree to the %s."
3540
  msgstr ""
3541
 
3542
+ #: preheaders/checkout.php:483 preheaders/checkout.php:495
 
3543
  #: preheaders/checkout.php:512 preheaders/checkout.php:513
3544
  msgid "Are you a spammer?"
3545
  msgstr ""
3546
 
3547
+ #: preheaders/checkout.php:503 preheaders/checkout.php:518
 
3548
  #: preheaders/checkout.php:535 preheaders/checkout.php:536
3549
  msgid "That username is already taken. Please try another."
3550
  msgstr ""
3551
 
3552
+ #: preheaders/checkout.php:508 preheaders/checkout.php:524
 
3553
  #: preheaders/checkout.php:541 preheaders/checkout.php:542
3554
  msgid "That email address is already taken. Please try another."
3555
  msgstr ""
3556
 
3557
+ #: preheaders/checkout.php:525 preheaders/checkout.php:544
 
3558
  #: preheaders/checkout.php:561 preheaders/checkout.php:562
3559
  #, php-format
3560
  msgid "reCAPTCHA failed. (%s) Please try again."
3561
  msgstr ""
3562
 
3563
+ #: preheaders/checkout.php:647 preheaders/checkout.php:683
 
3564
  #: preheaders/checkout.php:701 preheaders/checkout.php:702
3565
  msgid "Payment accepted."
3566
  msgstr ""
3567
 
3568
+ #: preheaders/checkout.php:653 preheaders/checkout.php:691
 
3569
  #: preheaders/checkout.php:709 preheaders/checkout.php:710
3570
  msgid ""
3571
  "Unknown error generating account. Please contact us to setup your membership."
3572
  msgstr ""
3573
 
3574
+ #: preheaders/checkout.php:690 preheaders/checkout.php:750
3575
+ #: preheaders/checkout.php:735 preheaders/checkout.php:753
3576
+ #: preheaders/checkout.php:754 preheaders/checkout.php:803
 
 
3577
  #: preheaders/checkout.php:822 preheaders/checkout.php:823
3578
  msgid "The PayPal Token was lost."
3579
  msgstr ""
3580
 
3581
+ #: preheaders/checkout.php:785 preheaders/checkout.php:825
 
3582
  #: preheaders/checkout.php:844 preheaders/checkout.php:859
3583
  #: preheaders/checkout.php:860
3584
  msgid ""
3586
  "Please contact us."
3587
  msgstr ""
3588
 
3589
+ #: preheaders/checkout.php:953 preheaders/checkout.php:983
 
3590
  #: preheaders/checkout.php:1030 preheaders/checkout.php:1045
3591
  #: preheaders/checkout.php:1046
3592
  msgid ""
3595
  "submit this form again. Please contact the site owner to fix this issue."
3596
  msgstr ""
3597
 
3598
+ #: preheaders/checkout.php:956 preheaders/checkout.php:988
 
3599
  #: preheaders/checkout.php:1035 preheaders/checkout.php:1050
3600
  #: preheaders/checkout.php:1051
3601
  msgid ""
3604
  "this form again. Please contact the site owner to fix this issue."
3605
  msgstr ""
3606
 
3607
+ #: preheaders/checkout.php:967 preheaders/checkout.php:1001
 
3608
  #: preheaders/checkout.php:1048 preheaders/checkout.php:1063
3609
  #: preheaders/checkout.php:1064
3610
  #, php-format
3613
  "be processed."
3614
  msgstr ""
3615
 
3616
+ #: preheaders/checkout.php:969 preheaders/checkout.php:1003
 
3617
  #: preheaders/checkout.php:1050 preheaders/checkout.php:1065
3618
  #: preheaders/checkout.php:1066
3619
  msgid "A Payment Gateway must be setup before any payments will be processed."
pages/checkout.php CHANGED
@@ -462,7 +462,7 @@
462
  </table>
463
  <?php } ?>
464
 
465
- <?php do_action("pmpro_checkout_after_billing_fields"); ?>
466
 
467
  <?php
468
  $pmpro_accepted_credit_cards = pmpro_getOption("accepted_credit_cards");
@@ -538,7 +538,7 @@
538
  ?>
539
  <div class="pmpro_payment-cvv">
540
  <label for="CVV"><?php _ex('CVV', 'Credit card security code, CVV/CCV/CVV2', 'pmpro');?></label>
541
- <input id="CVV" <?php if($gateway != "stripe" && $gateway != "braintree") { ?>name="CVV"<?php } ?> type="text" size="4" value="<?php if(!empty($_REQUEST['CVV'])) { echo esc_attr($_REQUEST['CVV']); }?>" class="input <?php echo pmpro_getClassForField("CVV");?>" <?php if($gateway == "braintree") { ?>data-encrypted-name="cvv"<?php } ?> /> <small>(<a href="javascript:void(0);" onclick="javascript:window.open('<?php echo pmpro_https_filter(PMPRO_URL)?>/pages/popup-cvv.html','cvv','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=600, height=475');"><?php _ex("what's this?", 'link to CVV help', 'pmpro');?></a>)</small>
542
  </div>
543
  <?php
544
  }
@@ -772,7 +772,3 @@
772
  });
773
  -->
774
  </script>
775
- <script>
776
- //add javascriptok hidden field to checkout
777
- jQuery("input[name=submit-checkout]").after("<input type=hidden name=javascriptok value=1 />");
778
- </script>
462
  </table>
463
  <?php } ?>
464
 
465
+ <?php do_action("pmpro_checkout_after_billing_fields"); ?>
466
 
467
  <?php
468
  $pmpro_accepted_credit_cards = pmpro_getOption("accepted_credit_cards");
538
  ?>
539
  <div class="pmpro_payment-cvv">
540
  <label for="CVV"><?php _ex('CVV', 'Credit card security code, CVV/CCV/CVV2', 'pmpro');?></label>
541
+ <input class="input" id="CVV" <?php if($gateway != "stripe" && $gateway != "braintree") { ?>name="CVV"<?php } ?> type="text" size="4" value="<?php if(!empty($_REQUEST['CVV'])) { echo esc_attr($_REQUEST['CVV']); }?>" class=" <?php echo pmpro_getClassForField("CVV");?>" <?php if($gateway == "braintree") { ?>data-encrypted-name="cvv"<?php } ?> /> <small>(<a href="javascript:void(0);" onclick="javascript:window.open('<?php echo pmpro_https_filter(PMPRO_URL)?>/pages/popup-cvv.html','cvv','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=600, height=475');"><?php _ex("what's this?", 'link to CVV help', 'pmpro');?></a>)</small>
542
  </div>
543
  <?php
544
  }
772
  });
773
  -->
774
  </script>
 
 
 
 
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.7.14
7
  Author: Stranger Studios
8
  Author URI: http://www.strangerstudios.com
9
  */
@@ -13,7 +13,7 @@ Author URI: http://www.strangerstudios.com
13
  */
14
 
15
  //version constant
16
- define("PMPRO_VERSION", "1.7.14");
17
 
18
  //if the session has been started yet, start it (ignore if running from command line)
19
  if(defined('STDIN') )
3
  Plugin Name: Paid Memberships Pro
4
  Plugin URI: http://www.paidmembershipspro.com
5
  Description: Plugin to Handle Memberships
6
+ Version: 1.7.12
7
  Author: Stranger Studios
8
  Author URI: http://www.strangerstudios.com
9
  */
13
  */
14
 
15
  //version constant
16
+ define("PMPRO_VERSION", "1.7.12");
17
 
18
  //if the session has been started yet, start it (ignore if running from command line)
19
  if(defined('STDIN') )
preheaders/account.php CHANGED
@@ -2,8 +2,7 @@
2
 
3
  global $wpdb, $current_user, $pmpro_msg, $pmpro_msgt;
4
 
5
- if($current_user->ID)
6
- $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
7
 
8
  if (isset($_REQUEST['msg'])) {
9
  if ($_REQUEST['msg'] == 1) {
@@ -35,4 +34,4 @@ if (empty($current_user->membership_level->ID)) {
35
  }
36
 
37
  global $pmpro_levels;
38
- $pmpro_levels = pmpro_getAllLevels();
2
 
3
  global $wpdb, $current_user, $pmpro_msg, $pmpro_msgt;
4
 
5
+ $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
 
6
 
7
  if (isset($_REQUEST['msg'])) {
8
  if ($_REQUEST['msg'] == 1) {
34
  }
35
 
36
  global $pmpro_levels;
37
+ $pmpro_levels = pmpro_getAllLevels();
preheaders/billing.php CHANGED
@@ -3,8 +3,7 @@
3
  global $wpdb, $current_user, $pmpro_msg, $pmpro_msgt;
4
  global $bfirstname, $blastname, $baddress1, $baddress2, $bcity, $bstate, $bzipcode, $bcountry, $bphone, $bemail, $bconfirmemail, $CardType, $AccountNumber, $ExpirationMonth, $ExpirationYear;
5
 
6
- if($current_user->ID)
7
- $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
8
  $gateway = pmpro_getOption("gateway");
9
 
10
  //need to be secure?
3
  global $wpdb, $current_user, $pmpro_msg, $pmpro_msgt;
4
  global $bfirstname, $blastname, $baddress1, $baddress2, $bcity, $bstate, $bzipcode, $bcountry, $bphone, $bemail, $bconfirmemail, $CardType, $AccountNumber, $ExpirationMonth, $ExpirationYear;
5
 
6
+ $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
 
7
  $gateway = pmpro_getOption("gateway");
8
 
9
  //need to be secure?
preheaders/cancel.php CHANGED
@@ -5,8 +5,7 @@ $besecure = false;
5
 
6
  global $current_user, $pmpro_msg, $pmpro_msgt, $pmpro_confirm, $pmpro_error;
7
 
8
- if($current_user->ID)
9
- $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
10
 
11
  //if they don't have a membership, send them back to the subscription page
12
  if (empty($current_user->membership_level->ID)) {
@@ -37,4 +36,4 @@ if ($pmpro_confirm) {
37
  $pmpro_msg = $pmpro_error;
38
  $pmpro_msgt = "pmpro_error";
39
  }
40
- }
5
 
6
  global $current_user, $pmpro_msg, $pmpro_msgt, $pmpro_confirm, $pmpro_error;
7
 
8
+ $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
 
9
 
10
  //if they don't have a membership, send them back to the subscription page
11
  if (empty($current_user->membership_level->ID)) {
36
  $pmpro_msg = $pmpro_error;
37
  $pmpro_msgt = "pmpro_error";
38
  }
39
+ }
preheaders/checkout.php CHANGED
@@ -2,8 +2,7 @@
2
 
3
  global $post, $gateway, $wpdb, $besecure, $discount_code, $pmpro_level, $pmpro_levels, $pmpro_msg, $pmpro_msgt, $pmpro_review, $skip_account_fields, $pmpro_paypal_token, $pmpro_show_discount_code, $pmpro_error_fields, $pmpro_required_billing_fields, $pmpro_required_user_fields, $wp_version, $current_user;
4
 
5
- if($current_user->ID)
6
- $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
7
 
8
  //this var stores fields with errors so we can make them red on the frontend
9
  $pmpro_error_fields = array();
@@ -134,7 +133,7 @@ if ($gateway == "stripe" && !pmpro_isLevelFree($pmpro_level)) {
134
  exp_month: jQuery('#ExpirationMonth').val(),
135
  exp_year: jQuery('#ExpirationYear').val()
136
  <?php
137
- $pmpro_stripe_verify_address = apply_filters("pmpro_stripe_verify_address", pmpro_getOption('stripe_billingaddress'));
138
  if(!empty($pmpro_stripe_verify_address))
139
  {
140
  ?>, address_line1: jQuery('#baddress1').val(),
@@ -148,7 +147,7 @@ if ($gateway == "stripe" && !pmpro_isLevelFree($pmpro_level)) {
148
  ?>
149
  };
150
 
151
- if (jQuery('#bfirstname').length && jQuery('#blastname').length)
152
  args['name'] = jQuery.trim(jQuery('#bfirstname').val() + ' ' + jQuery('#blastname').val());
153
 
154
  //create token
@@ -410,12 +409,6 @@ $pmpro_required_user_fields = apply_filters("pmpro_required_user_fields", $pmpro
410
 
411
  //check their fields if they clicked continue
412
  if ($submit && $pmpro_msgt != "pmpro_error") {
413
-
414
- //make sure javascript is ok
415
- if(apply_filters("pmpro_require_javascript_for_checkout", true) && empty($_REQUEST['javascriptok'])) {
416
- pmpro_setMessage(__("There are JavaScript errors on the page. Please contact the webmaster.", "pmpro"), "pmpro_error");
417
- }
418
-
419
  //if we're skipping the account fields and there is no user, we need to create a username and password
420
  if ($skip_account_fields && !$current_user->ID) {
421
  $username = pmpro_generateUsername($bfirstname, $blastname, $bemail);
@@ -820,7 +813,7 @@ if (!empty($pmpro_confirmed)) {
820
 
821
  //save discount code use
822
  if (!empty($discount_code_id))
823
- $wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . $morder->id . "', '" . current_time('mysql') . "')");
824
 
825
  do_action("pmpro_before_send_to_paypal_standard", $user_id, $morder);
826
 
@@ -834,7 +827,7 @@ if (!empty($pmpro_confirmed)) {
834
 
835
  //save discount code use
836
  if (!empty($discount_code_id))
837
- $wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . current_time('mysql') . "')");
838
 
839
  do_action("pmpro_before_send_to_twocheckout", $user_id, $morder);
840
 
@@ -901,7 +894,7 @@ if (!empty($pmpro_confirmed)) {
901
  else
902
  $code_order_id = "";
903
 
904
- $wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . intval($code_order_id) . "', '" . current_time('mysql') . "')");
905
  }
906
 
907
  //save billing info ect, as user meta
@@ -999,4 +992,4 @@ if (empty($submit)) {
999
 
1000
  //clear out XXXX numbers (e.g. with Stripe)
1001
  if (!empty($AccountNumber) && strpos($AccountNumber, "XXXX") === 0)
1002
- $AccountNumber = "";
2
 
3
  global $post, $gateway, $wpdb, $besecure, $discount_code, $pmpro_level, $pmpro_levels, $pmpro_msg, $pmpro_msgt, $pmpro_review, $skip_account_fields, $pmpro_paypal_token, $pmpro_show_discount_code, $pmpro_error_fields, $pmpro_required_billing_fields, $pmpro_required_user_fields, $wp_version, $current_user;
4
 
5
+ $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
 
6
 
7
  //this var stores fields with errors so we can make them red on the frontend
8
  $pmpro_error_fields = array();
133
  exp_month: jQuery('#ExpirationMonth').val(),
134
  exp_year: jQuery('#ExpirationYear').val()
135
  <?php
136
+ $pmpro_stripe_verify_address = apply_filters("pmpro_stripe_verify_address", true);
137
  if(!empty($pmpro_stripe_verify_address))
138
  {
139
  ?>, address_line1: jQuery('#baddress1').val(),
147
  ?>
148
  };
149
 
150
+ if (jQuery('#bfirstname') && jQuery('#blastname'))
151
  args['name'] = jQuery.trim(jQuery('#bfirstname').val() + ' ' + jQuery('#blastname').val());
152
 
153
  //create token
409
 
410
  //check their fields if they clicked continue
411
  if ($submit && $pmpro_msgt != "pmpro_error") {
 
 
 
 
 
 
412
  //if we're skipping the account fields and there is no user, we need to create a username and password
413
  if ($skip_account_fields && !$current_user->ID) {
414
  $username = pmpro_generateUsername($bfirstname, $blastname, $bemail);
813
 
814
  //save discount code use
815
  if (!empty($discount_code_id))
816
+ $wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . $morder->id . "', '" . current_time('mysql') . "");
817
 
818
  do_action("pmpro_before_send_to_paypal_standard", $user_id, $morder);
819
 
827
 
828
  //save discount code use
829
  if (!empty($discount_code_id))
830
+ $wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . current_time('mysql') . "");
831
 
832
  do_action("pmpro_before_send_to_twocheckout", $user_id, $morder);
833
 
894
  else
895
  $code_order_id = "";
896
 
897
+ $wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . intval($code_order_id) . "', '" . current_time('mysql') . "");
898
  }
899
 
900
  //save billing info ect, as user meta
992
 
993
  //clear out XXXX numbers (e.g. with Stripe)
994
  if (!empty($AccountNumber) && strpos($AccountNumber, "XXXX") === 0)
995
+ $AccountNumber = "";
preheaders/confirmation.php CHANGED
@@ -2,8 +2,7 @@
2
 
3
  global $current_user, $pmpro_invoice;
4
 
5
- if($current_user->ID)
6
- $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
7
 
8
  //must be logged in
9
  if (empty($current_user->ID) || (empty($current_user->membership_level->ID) && pmpro_getOption("gateway") != "paypalstandard" && pmpro_getOption("gateway") != "twocheckout"))
@@ -13,4 +12,4 @@ if (empty($current_user->ID) || (empty($current_user->membership_level->ID) && p
13
  if (!empty($current_user->membership_level) && !pmpro_isLevelFree($current_user->membership_level)) {
14
  $pmpro_invoice = new MemberOrder();
15
  $pmpro_invoice->getLastMemberOrder($current_user->ID, apply_filters("pmpro_confirmation_order_status", array("success", "pending")));
16
- }
2
 
3
  global $current_user, $pmpro_invoice;
4
 
5
+ $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
 
6
 
7
  //must be logged in
8
  if (empty($current_user->ID) || (empty($current_user->membership_level->ID) && pmpro_getOption("gateway") != "paypalstandard" && pmpro_getOption("gateway") != "twocheckout"))
12
  if (!empty($current_user->membership_level) && !pmpro_isLevelFree($current_user->membership_level)) {
13
  $pmpro_invoice = new MemberOrder();
14
  $pmpro_invoice->getLastMemberOrder($current_user->ID, apply_filters("pmpro_confirmation_order_status", array("success", "pending")));
15
+ }
preheaders/invoice.php CHANGED
@@ -2,8 +2,7 @@
2
 
3
  global $current_user, $pmpro_invoice;
4
 
5
- if($current_user->ID)
6
- $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
7
 
8
  if (!is_user_logged_in()) {
9
  wp_redirect(pmpro_url("account"));
@@ -30,4 +29,4 @@ if (!empty($invoice_code)) {
30
  wp_redirect(pmpro_url("account")); //no permission
31
  exit;
32
  }
33
- }
2
 
3
  global $current_user, $pmpro_invoice;
4
 
5
+ $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
 
6
 
7
  if (!is_user_logged_in()) {
8
  wp_redirect(pmpro_url("account"));
29
  wp_redirect(pmpro_url("account")); //no permission
30
  exit;
31
  }
32
+ }
preheaders/levels.php CHANGED
@@ -2,8 +2,7 @@
2
 
3
  global $current_user;
4
 
5
- if($current_user->ID)
6
- $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
7
 
8
  //is there a default level to redirect to?
9
  if (defined("PMPRO_DEFAULT_LEVEL"))
@@ -30,4 +29,4 @@ if (isset($_REQUEST['msg'])) {
30
 
31
  global $pmpro_levels;
32
  $pmpro_levels = pmpro_getAllLevels(false, true);
33
- $pmpro_levels = apply_filters("pmpro_levels_array", $pmpro_levels);
2
 
3
  global $current_user;
4
 
5
+ $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID);
 
6
 
7
  //is there a default level to redirect to?
8
  if (defined("PMPRO_DEFAULT_LEVEL"))
29
 
30
  global $pmpro_levels;
31
  $pmpro_levels = pmpro_getAllLevels(false, true);
32
+ $pmpro_levels = apply_filters("pmpro_levels_array", $pmpro_levels);
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: strangerstudios
3
  Tags: memberships, membership, authorize.net, ecommerce, paypal, stripe, braintree, restrict access, restrict content, directory site, payflow
4
  Requires at least: 3.5
5
- Tested up to: 4.0
6
- Stable tag: 1.7.14
7
 
8
  The easiest way to GET PAID with your WordPress site. Flexible content control by Membership Level, Reports, Affiliates and Discounts
9
 
@@ -102,29 +102,6 @@ Not sure? You can find out by doing a bit a research.
102
  4. Offer Membership Discounts with specific price rules (restricted by level, unique pricing for each level, # of uses, expiration date.)
103
 
104
  == Changelog ==
105
- = 1.7.14 =
106
- * BUG: Fixed bug where level cost would sometimes have incorrect pluralization of months/weeks/etc. (Thanks, Kevin Ackerman)
107
- * BUG/ENHANCEMENT: Now checking the child and parent theme for email_header.html and email_footer.html files to use for emails. The child theme is checked first.
108
- * ENHANCEMENT: Added pmpro_getfile_before_readfile hook (passes $filename and $mimetype params) in getfile.php
109
- * BUG/ENHANCEMENT: getMembershipLevel method of MemberOrder can now handle when discount_code property is an object. Also, the IPN Handler and 2Checkout handler will now try to get the discount code for the order to correctly update the users pmpro_memberships_users entry.
110
- * BUG: Removed extra class attribute from CVV field that interfered with the required * JS code and some other CSS/JS-related things. (Thanks, catapult)
111
- * ENHANCEMENT: Added code to redirect to the redirect_url if you pass a redirect_url to the login page and the user is already logged in. Updated the links in email confirmations to use login links with redirects instead of direct links.
112
- * EHANCEMENT: Added pmpro_email_attachments filter, which can be used to add attachments to PMPro emails that are sent out. E.g., https://gist.github.com/strangerstudios/c4e771dca8723613bce3
113
-
114
- = 1.7.13.1 =
115
- * Fixed bug introduced in 1.7.12 where discount code uses were not being tracked.
116
- * Added pmpro_check_discount_code filter so you can do your own checks on discount codes.
117
-
118
- = 1.7.13 =
119
- * Added Danish (da_DK) translation. (Thanks, Mikael)
120
- * Fixed bugs with timestamps in various places (especially around trial dates) introduced in 1.7.12
121
- * Another fix to keep PMPro from sending "undefined undefined" as the name to Stripe when the 'don't show billing fields' option is chosen.
122
- * $pmpro_stripe_verify_address flag defaults to same value of Stripe's showbillingaddress option now.
123
- * Changed the priority of pmpro_applydiscountcode_init hooking on init to 11 so pmpro_init() will run before and setup pmpro_currency_symbol among other things. (Thanks, semyou on GitHub.)
124
- * Explicitly setting $current_user->membership_level in a few places to avoid issues where current_user is overwritten between init and when we try to use it.
125
- * Avoiding a warning in pmpro_getMetavalues() function. (Thanks, Scott Sousa)
126
- * Added target="_blank" to help links on admin pages. (Thanks, AntonVrba on GitHub)
127
-
128
  = 1.7.12 =
129
  * Now including expiration text in text that is updated when a discount code is used. (Thanks, John Zeiger)
130
  * Making sure that $myuser->membership_level is set in pmpro_has_membership_access().
2
  Contributors: strangerstudios
3
  Tags: memberships, membership, authorize.net, ecommerce, paypal, stripe, braintree, restrict access, restrict content, directory site, payflow
4
  Requires at least: 3.5
5
+ Tested up to: 3.9.1
6
+ Stable tag: 1.7.12
7
 
8
  The easiest way to GET PAID with your WordPress site. Flexible content control by Membership Level, Reports, Affiliates and Discounts
9
 
102
  4. Offer Membership Discounts with specific price rules (restricted by level, unique pricing for each level, # of uses, expiration date.)
103
 
104
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  = 1.7.12 =
106
  * Now including expiration text in text that is updated when a discount code is used. (Thanks, John Zeiger)
107
  * Making sure that $myuser->membership_level is set in pmpro_has_membership_access().
services/getfile.php CHANGED
@@ -1,12 +1,23 @@
1
  <?php
2
  global $isapage;
3
- $isapage = true;
4
-
5
  //in case the file is loaded directly
6
  if(!function_exists("get_userdata"))
7
  {
8
  define('WP_USE_THEMES', false);
9
  require_once(dirname(__FILE__) . '/../../../../wp-load.php');
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
 
12
  require_once(dirname(__FILE__) . '/../classes/class.mimetype.php');
@@ -17,6 +28,13 @@
17
  if($uri[0] == "/")
18
  $uri = substr($uri, 1, strlen($uri) - 1);
19
 
 
 
 
 
 
 
 
20
  //if WP is installed in a subdirectory, that directory(s) will be in both the PATH and URI
21
  $home_url_parts = explode("/", str_replace("//", "", home_url()));
22
  if(count($home_url_parts) > 1)
@@ -52,6 +70,8 @@
52
  {
53
  if(!pmpro_has_membership_access($file_post_parent))
54
  {
 
 
55
  //nope
56
  header('HTTP/1.1 503 Service Unavailable', true, 503);
57
  echo "HTTP/1.1 503 Service Unavailable";
@@ -67,8 +87,40 @@
67
  //in case we want to do something else with the file
68
  do_action("pmpro_getfile_before_readfile", $filename, $file_mimetype);
69
 
70
- //show the file
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  header("Content-type: " . $file_mimetype);
72
  readfile($filename);
73
- exit;
74
- ?>
1
  <?php
2
  global $isapage;
3
+ $isapage = true;
4
+
5
  //in case the file is loaded directly
6
  if(!function_exists("get_userdata"))
7
  {
8
  define('WP_USE_THEMES', false);
9
  require_once(dirname(__FILE__) . '/../../../../wp-load.php');
10
+ }
11
+
12
+ //this script must be enabled to run
13
+ if(!defined('PMPRO_GETFILE_ENABLED') || !PMPRO_GETFILE_ENABLED)
14
+ die("The getfile script is not enabled.");
15
+
16
+ //prevent loops when redirecting to .php files
17
+ if(!empty($_REQUEST['noloop']))
18
+ {
19
+ status_header( 500 );
20
+ die("This file cannot be loaded through the get file script.");
21
  }
22
 
23
  require_once(dirname(__FILE__) . '/../classes/class.mimetype.php');
28
  if($uri[0] == "/")
29
  $uri = substr($uri, 1, strlen($uri) - 1);
30
 
31
+ /*
32
+ Remove ../-like strings from the URI.
33
+ Actually removes any combination of two or more ., /, and \.
34
+ This will prevent traversal attacks and loading hidden files.
35
+ */
36
+ $uri = preg_replace("/[\.\/\\\\]{2,}/", "", $uri);
37
+
38
  //if WP is installed in a subdirectory, that directory(s) will be in both the PATH and URI
39
  $home_url_parts = explode("/", str_replace("//", "", home_url()));
40
  if(count($home_url_parts) > 1)
70
  {
71
  if(!pmpro_has_membership_access($file_post_parent))
72
  {
73
+ do_action("pmpro_getfile_before_error", $filename, $file_post_parent);
74
+
75
  //nope
76
  header('HTTP/1.1 503 Service Unavailable', true, 503);
77
  echo "HTTP/1.1 503 Service Unavailable";
87
  //in case we want to do something else with the file
88
  do_action("pmpro_getfile_before_readfile", $filename, $file_mimetype);
89
 
90
+ //if file is not found, die
91
+ if(!file_exists($filename))
92
+ {
93
+ status_header( 404 );
94
+ nocache_headers();
95
+ die("File not found.");
96
+ }
97
+
98
+ //if blacklistsed file type, redirect to it instead
99
+ $basename = basename($filename);
100
+ $parts = explode('.', $basename);
101
+ $ext = strtolower($parts[count($parts)-1]);
102
+
103
+ //build blacklist and allow for filtering
104
+ $blacklist = array("inc", "php", "php3", "php4", "php5", "phps", "phtml");
105
+ $blacklist = apply_filters("pmpro_getfile_extension_blacklist", $blacklist);
106
+
107
+ //check
108
+ if(in_array($ext, $blacklist))
109
+ {
110
+ //add a noloop param to avoid infinite loops
111
+ $uri = add_query_arg("noloop", 1, $uri);
112
+
113
+ //guess scheme and add host back to uri
114
+ if(is_ssl())
115
+ $uri = "https://" . $_SERVER['HTTP_HOST'] . "/" . $uri;
116
+ else
117
+ $uri = "http://" . $_SERVER['HTTP_HOST'] . "/" . $uri;
118
+
119
+ wp_redirect($uri);
120
+ exit;
121
+ }
122
+
123
+ //okay show the file
124
  header("Content-type: " . $file_mimetype);
125
  readfile($filename);
126
+ exit;
 
services/ipnhandler.php CHANGED
@@ -15,7 +15,7 @@
15
  //some globals
16
  global $wpdb, $gateway_environment, $logstr;
17
  $logstr = ""; //will put debug info here and write to ipnlog.txt
18
-
19
  //validate?
20
  if(!pmpro_ipnValidate())
21
  {
@@ -31,14 +31,12 @@
31
  $item_number = pmpro_getParam("item_number", "POST");
32
  $payment_status = pmpro_getParam("payment_status", "POST");
33
  $payment_amount = pmpro_getParam("payment_amount", "POST");
34
- $payment_currency = pmpro_getParam("payment_currency", "POST");
 
35
  $receiver_email = pmpro_getParam("receiver_email", "POST");
36
  $business_email = pmpro_getParam("business", "POST");
37
  $payer_email = pmpro_getParam("payer_email", "POST");
38
  $recurring_payment_id = pmpro_getParam("recurring_payment_id", "POST");
39
-
40
- if(empty($subscr_id))
41
- $subscr_id = $recurring_payment_id;
42
 
43
  //check the receiver_email
44
  if(!pmpro_ipnCheckReceiverEmail(array(strtolower($receiver_email), strtolower($business_email))))
@@ -429,7 +427,7 @@
429
  {
430
  //filter for level
431
  $morder->membership_level = apply_filters("pmpro_ipnhandler_level", $morder->membership_level, $morder->user_id);
432
-
433
  //fix expiration date
434
  if(!empty($morder->membership_level->expiration_number))
435
  {
@@ -440,17 +438,13 @@
440
  $enddate = "NULL";
441
  }
442
 
443
- //get discount code
444
- $morder->getDiscountCode();
445
- if(!empty($morder->discount_code))
446
- {
447
- //update membership level
448
- $morder->getMembershipLevel(true);
449
- $discount_code_id = $morder->discount_code->id;
450
- }
451
  else
452
  $discount_code_id = "";
453
-
454
  //set the start date to current_time('timestamp') but allow filters
455
  $startdate = apply_filters("pmpro_checkout_start_date", "'" . current_time('mysql') . "'", $morder->user_id, $morder->membership_level);
456
 
@@ -468,7 +462,7 @@
468
  'trial_limit' => $morder->membership_level->trial_limit,
469
  'startdate' => $startdate,
470
  'enddate' => $enddate);
471
-
472
  global $pmpro_error;
473
  if(!empty($pmpro_error))
474
  {
15
  //some globals
16
  global $wpdb, $gateway_environment, $logstr;
17
  $logstr = ""; //will put debug info here and write to ipnlog.txt
18
+
19
  //validate?
20
  if(!pmpro_ipnValidate())
21
  {
31
  $item_number = pmpro_getParam("item_number", "POST");
32
  $payment_status = pmpro_getParam("payment_status", "POST");
33
  $payment_amount = pmpro_getParam("payment_amount", "POST");
34
+ $payment_currency = pmpro_getParam("payment_currency", "POST");
35
+ $txn_id = pmpro_getParam("txn_id", "POST");
36
  $receiver_email = pmpro_getParam("receiver_email", "POST");
37
  $business_email = pmpro_getParam("business", "POST");
38
  $payer_email = pmpro_getParam("payer_email", "POST");
39
  $recurring_payment_id = pmpro_getParam("recurring_payment_id", "POST");
 
 
 
40
 
41
  //check the receiver_email
42
  if(!pmpro_ipnCheckReceiverEmail(array(strtolower($receiver_email), strtolower($business_email))))
427
  {
428
  //filter for level
429
  $morder->membership_level = apply_filters("pmpro_ipnhandler_level", $morder->membership_level, $morder->user_id);
430
+
431
  //fix expiration date
432
  if(!empty($morder->membership_level->expiration_number))
433
  {
438
  $enddate = "NULL";
439
  }
440
 
441
+ //get discount code (NOTE: but discount_code isn't set here. How to handle discount codes for PayPal Standard?)
442
+ $use_discount_code = true; //assume yes
443
+ if(!empty($discount_code) && !empty($use_discount_code))
444
+ $discount_code_id = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_discount_codes WHERE code = '" . $discount_code . "' LIMIT 1");
 
 
 
 
445
  else
446
  $discount_code_id = "";
447
+
448
  //set the start date to current_time('timestamp') but allow filters
449
  $startdate = apply_filters("pmpro_checkout_start_date", "'" . current_time('mysql') . "'", $morder->user_id, $morder->membership_level);
450
 
462
  'trial_limit' => $morder->membership_level->trial_limit,
463
  'startdate' => $startdate,
464
  'enddate' => $enddate);
465
+
466
  global $pmpro_error;
467
  if(!empty($pmpro_error))
468
  {
services/twocheckout-ins.php CHANGED
@@ -239,14 +239,10 @@
239
  $enddate = "NULL";
240
  }
241
 
242
- //get discount code
243
- $morder->getDiscountCode();
244
- if(!empty($morder->discount_code))
245
- {
246
- //update membership level
247
- $morder->getMembershipLevel(true);
248
- $discount_code_id = $morder->discount_code->id;
249
- }
250
  else
251
  $discount_code_id = "";
252
 
239
  $enddate = "NULL";
240
  }
241
 
242
+ //get discount code (NOTE: but discount_code isn't set here. How to handle discount codes for 2checkout?)
243
+ $use_discount_code = true; //assume yes
244
+ if(!empty($discount_code) && !empty($use_discount_code))
245
+ $discount_code_id = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_discount_codes WHERE code = '" . $discount_code . "' LIMIT 1");
 
 
 
 
246
  else
247
  $discount_code_id = "";
248
 
shortcodes/membership.php CHANGED
@@ -56,7 +56,7 @@ function pmpro_shortcode_membership($atts, $content=null, $code="")
56
  $startdate = $wpdb->get_var($sqlQuery);
57
 
58
  //adjust start date to 12AM
59
- $startdate = strtotime(date("Y-m-d", $startdate));
60
 
61
  if(empty($startdate))
62
  {
@@ -80,4 +80,4 @@ function pmpro_shortcode_membership($atts, $content=null, $code="")
80
  else
81
  return ""; //just hide it
82
  }
83
- add_shortcode("membership", "pmpro_shortcode_membership");
56
  $startdate = $wpdb->get_var($sqlQuery);
57
 
58
  //adjust start date to 12AM
59
+ $startdate = strtotime(date("Y-m-d", $startdate, current_time("timestamp")));
60
 
61
  if(empty($startdate))
62
  {
80
  else
81
  return ""; //just hide it
82
  }
83
+ add_shortcode("membership", "pmpro_shortcode_membership");