Paid Memberships Pro - Version 2.8.1

Version Description

  • 2022-05-10 =
  • BUG FIX/ENHANCEMENT: Fixed typos in some block descriptions. #2064 (@mircobabini)
  • BUG FIX: Fixed issue where the digest email cron and some others were running more often than intended. #2070 (@mircobabini)
Download this release

Release Info

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

Code changes from version 2.8 to 2.8.1

Files changed (69) hide show
  1. CHANGELOG.txt +23 -19
  2. blocks/account-profile-section/block.js +1 -1
  3. blocks/login/block.js +1 -1
  4. blocks/member-profile-edit/block.js +1 -1
  5. blocks/membership/block.js +1 -1
  6. includes/crons.php +14 -3
  7. includes/upgradecheck.php +10 -0
  8. js/blocks.build.js +1 -1
  9. languages/paid-memberships-pro-ca.mo +0 -0
  10. languages/paid-memberships-pro-ca.po +43 -2
  11. languages/paid-memberships-pro-ca_AD.mo +0 -0
  12. languages/paid-memberships-pro-ca_AD.po +43 -2
  13. languages/paid-memberships-pro-ca_ES.mo +0 -0
  14. languages/paid-memberships-pro-ca_ES.po +43 -2
  15. languages/paid-memberships-pro-cs_CZ.mo +0 -0
  16. languages/paid-memberships-pro-cs_CZ.po +43 -2
  17. languages/paid-memberships-pro-da_DK.mo +0 -0
  18. languages/paid-memberships-pro-da_DK.po +43 -2
  19. languages/paid-memberships-pro-de_DE.mo +0 -0
  20. languages/paid-memberships-pro-de_DE.po +43 -2
  21. languages/paid-memberships-pro-de_DE_formal.mo +0 -0
  22. languages/paid-memberships-pro-de_DE_formal.po +43 -2
  23. languages/paid-memberships-pro-el_GR.mo +0 -0
  24. languages/paid-memberships-pro-el_GR.po +43 -2
  25. languages/paid-memberships-pro-en_GB.mo +0 -0
  26. languages/paid-memberships-pro-en_GB.po +43 -2
  27. languages/paid-memberships-pro-es_CL.mo +0 -0
  28. languages/paid-memberships-pro-es_CL.po +43 -2
  29. languages/paid-memberships-pro-es_ES.mo +0 -0
  30. languages/paid-memberships-pro-es_ES.po +43 -2
  31. languages/paid-memberships-pro-es_PE.mo +0 -0
  32. languages/paid-memberships-pro-es_PE.po +43 -2
  33. languages/paid-memberships-pro-et_EE.mo +0 -0
  34. languages/paid-memberships-pro-et_EE.po +43 -2
  35. languages/paid-memberships-pro-fa_IR.mo +0 -0
  36. languages/paid-memberships-pro-fa_IR.po +43 -2
  37. languages/paid-memberships-pro-fi.mo +0 -0
  38. languages/paid-memberships-pro-fi.po +43 -2
  39. languages/paid-memberships-pro-fr_FR.mo +0 -0
  40. languages/paid-memberships-pro-fr_FR.po +43 -2
  41. languages/paid-memberships-pro-he_IL.mo +0 -0
  42. languages/paid-memberships-pro-he_IL.po +43 -2
  43. languages/paid-memberships-pro-it_IT.mo +0 -0
  44. languages/paid-memberships-pro-it_IT.po +43 -2
  45. languages/paid-memberships-pro-nb_NO.mo +0 -0
  46. languages/paid-memberships-pro-nb_NO.po +43 -2
  47. languages/paid-memberships-pro-nl_NL.mo +0 -0
  48. languages/paid-memberships-pro-nl_NL.po +43 -2
  49. languages/paid-memberships-pro-pt_BR.mo +0 -0
  50. languages/paid-memberships-pro-pt_BR.po +43 -2
  51. languages/paid-memberships-pro-pt_PT.mo +0 -0
  52. languages/paid-memberships-pro-pt_PT.po +43 -2
  53. languages/paid-memberships-pro-sk_SK.mo +0 -0
  54. languages/paid-memberships-pro-sk_SK.po +43 -2
  55. languages/paid-memberships-pro-sr_RS.mo +0 -0
  56. languages/paid-memberships-pro-sr_RS.po +43 -2
  57. languages/paid-memberships-pro-sv_SE.mo +0 -0
  58. languages/paid-memberships-pro-sv_SE.po +43 -2
  59. languages/paid-memberships-pro-tr_TR.mo +0 -0
  60. languages/paid-memberships-pro-tr_TR.po +43 -2
  61. languages/paid-memberships-pro-vi.mo +0 -0
  62. languages/paid-memberships-pro-vi.po +43 -2
  63. languages/paid-memberships-pro-zh_HK.mo +0 -0
  64. languages/paid-memberships-pro-zh_HK.po +43 -2
  65. languages/paid-memberships-pro.mo +0 -0
  66. languages/paid-memberships-pro.po +43 -2
  67. languages/paid-memberships-pro.pot +31 -25
  68. paid-memberships-pro.php +3 -6
  69. readme.txt +6 -2
CHANGELOG.txt CHANGED
@@ -1,24 +1,28 @@
1
  == Changelog ==
 
 
 
 
2
  = 2.8 - 2022-05-05 =
3
- * FEATURE: Added refunds buttons for Stripe and Paypal Express orders. #1948 (@JarrydLong)
4
- * FEATURE: Released Beta version of Stripe Checkout. Add `define('PMPRO_STRIPE_CHECKOUT_BETA_ENABLED', true);` to your wp-config.php to enable this gateway during the beta. #1923 (@dlparker1005)
5
- * ENHANCEMENT: Introduced a new set of functions that handle cron-related tasks including: `pmpro_get_crons()` to get the list of PMPro registered crons. #1999 (@sc0ttkclark)
6
- * ENHANCEMENT: New filter `pmpro_registered_crons` which you can register new crons to be handled by PMPro. They show up in the PMPro Site Health info and are automatically scheduled when they need to be. #1999 (@sc0ttkclark)
7
- * ENHANCEMENT: Added an opt-in stats collection so we can get better insight on how people use Paid Memberships Pro. (@sc0ttkclark, @ideadude)
8
- * ENHANCEMENT: Added Formal German translation files. #1926
9
- * ENHANCEMENT: Tracking library conflicts in Site Health, e.g. when other plugins are loading gateway libraries at the same time as PMPro. (@dparker1005)
10
- * ENHANCEMENT: UI/UX improvements to the Orders admin area for list and single edit view. #2017 (@kimcoleman)
11
- * ENHANCEMENT: Improved the UI for email template variables reference on the Settings > Email Templates admin page. #2018 (@kimcoleman)
12
- * ENHANCEMENT: Various other UI improvements to the admin area. #2019 (@kimcoleman)
13
- * ENHANCEMENT: Improved block names, descriptions, keywords, and organization for discover and usability. #2011 (@kimcoleman)
14
- * ENHANCEMENT: Added "show_noaccess" as a setting on the Membership Required block for swapping in the appropriate content message. #2011 (@kimcoleman)
15
- * ENHANCEMENT: Added filter 'pmpro_braintree_transaction_sale_array' to allow adding or adjusting of the sale transaction method. #2006 (@andrewlimaza)
16
- * ENHANCEMENT: Moved the TOS input inside the label to support multiline i18n. #2002 (#mircobabini)
17
- * ENHANCEMENT: Added new action `pmpro_checkout_after_tos` to output content after the TOS. #2003 (@mircobabini)
18
- * ENHANCEMENT: Added filters to change gateway ipn/webhook logfile. #1996 (@mircobabini)
19
- * ENHANCEMENT: Added filter to perform actions during PPHttpPost() method of the PayPal gateways. #1992 (@mircobabini)
20
- * ENHANCEMENT: Added untranslated gateway identifiers to Site Health info. #1989 (@JarrydLong)
21
- * BUG FIX/ENHANCEMENT: Fixed escaping and localization for many strings across the codebase. #1976 (@mircobabini)
22
  * BUG FIX/ENHANCEMENT: Resolve admin area conflicts with other plugins using similar class names. #1991 (@sc0ttkclark)
23
  * BUG FIX: Crons are now automatically rescheduled if they disappear form the cron schedule. #1999 (@sc0ttkclark, @mircobabini)
24
  * BUG FIX: Resolved problems with PHP float precision and prevent passing along faulty floats to the gateway APIs. #1929 (@sc0ttkclark)
1
  == Changelog ==
2
+ = 2.8.1 - 2022-05-10 =
3
+ * BUG FIX/ENHANCEMENT: Fixed typos in some block descriptions. #2064 (@mircobabini)
4
+ * BUG FIX: Fixed issue where the digest email cron and some others were running more often than intended. #2070 (@mircobabini)
5
+
6
  = 2.8 - 2022-05-05 =
7
+ * FEATURE: Added refunds buttons for Stripe and Paypal Express orders. #1948 (@JarrydLong)
8
+ * FEATURE: Released Beta version of Stripe Checkout. Add `define('PMPRO_STRIPE_CHECKOUT_BETA_ENABLED', true);` to your wp-config.php to enable this gateway during the beta. #1923 (@dlparker1005)
9
+ * ENHANCEMENT: Introduced a new set of functions that handle cron-related tasks including: `pmpro_get_crons()` to get the list of PMPro registered crons. #1999 (@sc0ttkclark)
10
+ * ENHANCEMENT: New filter `pmpro_registered_crons` which you can register new crons to be handled by PMPro. They show up in the PMPro Site Health info and are automatically scheduled when they need to be. #1999 (@sc0ttkclark)
11
+ * ENHANCEMENT: Added an opt-in stats collection so we can get better insight on how people use Paid Memberships Pro. (@sc0ttkclark, @ideadude)
12
+ * ENHANCEMENT: Added Formal German translation files. #1926
13
+ * ENHANCEMENT: Tracking library conflicts in Site Health, e.g. when other plugins are loading gateway libraries at the same time as PMPro. (@dparker1005)
14
+ * ENHANCEMENT: UI/UX improvements to the Orders admin area for list and single edit view. #2017 (@kimcoleman)
15
+ * ENHANCEMENT: Improved the UI for email template variables reference on the Settings > Email Templates admin page. #2018 (@kimcoleman)
16
+ * ENHANCEMENT: Various other UI improvements to the admin area. #2019 (@kimcoleman)
17
+ * ENHANCEMENT: Improved block names, descriptions, keywords, and organization for discover and usability. #2011 (@kimcoleman)
18
+ * ENHANCEMENT: Added "show_noaccess" as a setting on the Membership Required block for swapping in the appropriate content message. #2011 (@kimcoleman)
19
+ * ENHANCEMENT: Added filter 'pmpro_braintree_transaction_sale_array' to allow adding or adjusting of the sale transaction method. #2006 (@andrewlimaza)
20
+ * ENHANCEMENT: Moved the TOS input inside the label to support multiline i18n. #2002 (#mircobabini)
21
+ * ENHANCEMENT: Added new action `pmpro_checkout_after_tos` to output content after the TOS. #2003 (@mircobabini)
22
+ * ENHANCEMENT: Added filters to change gateway ipn/webhook logfile. #1996 (@mircobabini)
23
+ * ENHANCEMENT: Added filter to perform actions during PPHttpPost() method of the PayPal gateways. #1992 (@mircobabini)
24
+ * ENHANCEMENT: Added untranslated gateway identifiers to Site Health info. #1989 (@JarrydLong)
25
+ * BUG FIX/ENHANCEMENT: Fixed escaping and localization for many strings across the codebase. #1976 (@mircobabini)
26
  * BUG FIX/ENHANCEMENT: Resolve admin area conflicts with other plugins using similar class names. #1991 (@sc0ttkclark)
27
  * BUG FIX: Crons are now automatically rescheduled if they disappear form the cron schedule. #1999 (@sc0ttkclark, @mircobabini)
28
  * BUG FIX: Resolved problems with PHP float precision and prevent passing along faulty floats to the gateway APIs. #1929 (@sc0ttkclark)
blocks/account-profile-section/block.js CHANGED
@@ -21,7 +21,7 @@
21
  'pmpro/account-profile-section',
22
  {
23
  title: __( 'PMPro Page: Account Profile View', 'paid-memberships-pro' ),
24
- description: __( 'Dynamic page section that displays the member\'s profile as read-only information with a link to edit fields or their change password.', 'paid-memberships-pro' ),
25
  category: 'pmpro-pages',
26
  icon: {
27
  background: '#FFFFFF',
21
  'pmpro/account-profile-section',
22
  {
23
  title: __( 'PMPro Page: Account Profile View', 'paid-memberships-pro' ),
24
+ description: __( 'Dynamic page section that displays the member\'s profile as read-only information with a link to edit fields or change their password.', 'paid-memberships-pro' ),
25
  category: 'pmpro-pages',
26
  icon: {
27
  background: '#FFFFFF',
blocks/login/block.js CHANGED
@@ -23,7 +23,7 @@ export default registerBlockType(
23
  'pmpro/login-form',
24
  {
25
  title: __( 'Login Form', 'paid-memberships-pro' ),
26
- description: __( 'Dynamic form that allows users to log in or recover a loast password. Logged in users can see a welcome message with the selected custom menu.', 'paid-memberships-pro' ),
27
  category: 'pmpro',
28
  icon: {
29
  background: '#FFFFFF',
23
  'pmpro/login-form',
24
  {
25
  title: __( 'Login Form', 'paid-memberships-pro' ),
26
+ description: __( 'Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu.', 'paid-memberships-pro' ),
27
  category: 'pmpro',
28
  icon: {
29
  background: '#FFFFFF',
blocks/member-profile-edit/block.js CHANGED
@@ -17,7 +17,7 @@ export default registerBlockType(
17
  'pmpro/member-profile-edit',
18
  {
19
  title: __( 'PMPro Page: Account Profile Edit', 'paid-memberships-pro' ),
20
- description: __( 'Dynaimc form that allows the current logged in member to edit their default user profile information and any custom user profile fields.', 'paid-memberships-pro' ),
21
  category: 'pmpro-pages',
22
  icon: {
23
  background: '#FFFFFF',
17
  'pmpro/member-profile-edit',
18
  {
19
  title: __( 'PMPro Page: Account Profile Edit', 'paid-memberships-pro' ),
20
+ description: __( 'Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields.', 'paid-memberships-pro' ),
21
  category: 'pmpro-pages',
22
  icon: {
23
  background: '#FFFFFF',
blocks/membership/block.js CHANGED
@@ -39,7 +39,7 @@ const all_levels = [{ value: 0, label: "Non-Members" }].concat( pmpro.all_level_
39
  },
40
  keywords: [
41
  __( 'block visibility', 'paid-memberships-pro' ),
42
- __( 'confitional', 'paid-memberships-pro' ),
43
  __( 'content', 'paid-memberships-pro' ),
44
  __( 'hide', 'paid-memberships-pro' ),
45
  __( 'hidden', 'paid-memberships-pro' ),
39
  },
40
  keywords: [
41
  __( 'block visibility', 'paid-memberships-pro' ),
42
+ __( 'conditional', 'paid-memberships-pro' ),
43
  __( 'content', 'paid-memberships-pro' ),
44
  __( 'hide', 'paid-memberships-pro' ),
45
  __( 'hidden', 'paid-memberships-pro' ),
includes/crons.php CHANGED
@@ -48,8 +48,8 @@ function pmpro_get_crons() {
48
  $cron['timestamp'] = current_time( 'timestamp' );
49
  }
50
 
51
- if ( empty( $cron['recurrence'] ) ) {
52
- $cron['recurrence'] = 'hourly';
53
  }
54
 
55
  if ( empty( $cron['args'] ) ) {
@@ -71,7 +71,18 @@ function pmpro_maybe_schedule_crons() {
71
  $crons = pmpro_get_crons();
72
 
73
  foreach ( $crons as $hook => $cron ) {
74
- pmpro_maybe_schedule_event( $cron['timestamp'], $cron['recurrence'], $hook, $cron['args'] );
 
 
 
 
 
 
 
 
 
 
 
75
  }
76
  }
77
 
48
  $cron['timestamp'] = current_time( 'timestamp' );
49
  }
50
 
51
+ if ( empty( $cron['interval'] ) ) {
52
+ $cron['interval'] = 'hourly';
53
  }
54
 
55
  if ( empty( $cron['args'] ) ) {
71
  $crons = pmpro_get_crons();
72
 
73
  foreach ( $crons as $hook => $cron ) {
74
+ pmpro_maybe_schedule_event( $cron['timestamp'], $cron['interval'], $hook, $cron['args'] );
75
+ }
76
+ }
77
+
78
+ /**
79
+ * Clear all PMPro related crons.
80
+ * @since 2.8.1
81
+ */
82
+ function pmpro_clear_crons() {
83
+ $crons = array_keys( pmpro_get_crons() );
84
+ foreach( $crons as $cron ) {
85
+ wp_clear_scheduled_hook( $cron );
86
  }
87
  }
88
 
includes/upgradecheck.php CHANGED
@@ -286,6 +286,16 @@ function pmpro_checkForUpgrades()
286
  pmpro_setOption('wisdom_opt_out', 1);
287
  pmpro_setOption( 'db_version', '2.8' );
288
  }
 
 
 
 
 
 
 
 
 
 
289
  }
290
 
291
  function pmpro_db_delta()
286
  pmpro_setOption('wisdom_opt_out', 1);
287
  pmpro_setOption( 'db_version', '2.8' );
288
  }
289
+
290
+ /**
291
+ * Version 2.8.1
292
+ * Reload crons to get correct intervals.
293
+ */
294
+ if ( $pmpro_db_version < 2.81 ) {
295
+ pmpro_clear_crons();
296
+ pmpro_maybe_schedule_crons();
297
+ pmpro_setOption( 'db_version', '2.81' );
298
+ }
299
  }
300
 
301
  function pmpro_db_delta()
js/blocks.build.js CHANGED
@@ -1 +1 @@
1
- !function(e){var r={};function t(o){if(r[o])return r[o].exports;var p=r[o]={i:o,l:!1,exports:{}};return e[o].call(p.exports,p,p.exports,t),p.l=!0,p.exports}t.m=e,t.c=r,t.d=function(e,r,o){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:o})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(t.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var p in e)t.d(o,p,function(r){return e[r]}.bind(null,p));return o},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=11)}([function(e,r){e.exports=window.wp.element},function(e,r){function t(r){return e.exports=t=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r){e.exports=function(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r){function t(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}e.exports=function(e,r,o){return r&&t(e.prototype,r),o&&t(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r,t){var o=t(8);e.exports=function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),r&&o(e,r)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r,t){var o=t(9).default,p=t(10);e.exports=function(e,r){if(r&&("object"===o(r)||"function"==typeof r))return r;if(void 0!==r)throw new TypeError("Derived constructors may only return object or undefined");return p(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r){e.exports=function(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r){wp.i18n.setLocaleData({"":{}},"paid-memberships-pro")},function(e,r){function t(r,o){return e.exports=t=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r,o)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r){function t(r){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,r,t){"use strict";t.r(r);var o=t(0),p=(t(7),t(6)),s=t.n(p),i=t(2),c=t.n(i),n=t(3),a=t.n(n),l=t(4),m=t.n(l),b=t(5),u=t.n(b),d=t(1),h=t.n(d);function f(e){var r=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,o=h()(e);if(r){var p=h()(this).constructor;t=Reflect.construct(o,arguments,p)}else t=o.apply(this,arguments);return u()(this,t)}}var y=wp.i18n.__,g=wp.element.Component,v=wp.components,k=v.PanelBody,O=v.TextControl,j=v.SelectControl,w=wp.blockEditor.InspectorControls,_=function(e){m()(t,e);var r=f(t);function t(){return c()(this,t),r.apply(this,arguments)}return a()(t,[{key:"render",value:function(){var e=this.props,r=e.attributes,t=r.text,p=r.level,s=r.css_class,i=e.setAttributes;return Object(o.createElement)(w,null,Object(o.createElement)(k,null,Object(o.createElement)(O,{label:y("Button Text","paid-memberships-pro"),help:y("Text for checkout button","paid-memberships-pro"),value:t,onChange:function(e){return i({text:e})}})),Object(o.createElement)(k,null,Object(o.createElement)(j,{label:y("Level","paid-memberships-pro"),help:y("The level to link to for checkout button","paid-memberships-pro"),value:p,onChange:function(e){return i({level:e})},options:window.pmpro.all_level_values_and_labels})),Object(o.createElement)(k,null,Object(o.createElement)(O,{label:y("CSS Class","paid-memberships-pro"),help:y("Additional styling for checkout button","paid-memberships-pro"),value:s,onChange:function(e){return i({css_class:e})}})))}}]),t}(g);function E(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function P(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?E(Object(t),!0).forEach((function(r){s()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):E(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var C=wp.i18n.__,F=wp.blocks.registerBlockType,M=wp.components,x=M.TextControl,B=M.SelectControl;F("pmpro/checkout-button",{title:C("Membership Checkout Button","paid-memberships-pro"),description:C("Inserts a button that links directly to membership checkout for the selected level.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"migrate"},keywords:[C("buy","paid-memberships-pro"),C("level","paid-memberships-pro"),C("member","paid-memberships-pro"),C("paid memberships pro","paid-memberships-pro"),C("pmpro","paid-memberships-pro"),C("purchase","paid-memberships-pro")],supports:{},attributes:{text:{type:"string",default:"Buy Now"},css_class:{type:"string",default:"pmpro_btn"},level:{type:"string"}},edit:function(e){var r=e.attributes,t=r.text,p=r.level,s=r.css_class,i=e.className,c=e.setAttributes,n=e.isSelected;return[n&&Object(o.createElement)(_,P({setAttributes:c},e)),Object(o.createElement)("div",{className:i},Object(o.createElement)("a",{class:s},t)),n&&Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)(x,{label:C("Button Text","paid-memberships-pro"),value:t,onChange:function(e){return c({text:e})}}),Object(o.createElement)(B,{label:C("Membership Level","paid-memberships-pro"),value:p,onChange:function(e){return c({level:e})},options:window.pmpro.all_level_values_and_labels}),Object(o.createElement)(x,{label:C("CSS Class","paid-memberships-pro"),value:s,onChange:function(e){return c({css_class:e})}}))]},save:function(){return null}});function N(e){var r=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,o=h()(e);if(r){var p=h()(this).constructor;t=Reflect.construct(o,arguments,p)}else t=o.apply(this,arguments);return u()(this,t)}}var A=wp.i18n.__,S=wp.element.Component,L=wp.components,T=L.PanelBody,D=L.CheckboxControl,R=wp.blockEditor.InspectorControls,I=function(e){m()(t,e);var r=N(t);function t(){return c()(this,t),r.apply(this,arguments)}return a()(t,[{key:"render",value:function(){var e=this.props,r=e.attributes,t=r.membership,p=r.profile,s=r.invoices,i=r.links,c=e.setAttributes;return Object(o.createElement)(R,null,Object(o.createElement)(T,null,Object(o.createElement)(D,{label:A("Show 'My Memberships' Section","paid-memberships-pro"),checked:t,onChange:function(e){return c({membership:e})}})),Object(o.createElement)(T,null,Object(o.createElement)(D,{label:A("Show 'Profile' Section","paid-memberships-pro"),checked:p,onChange:function(e){return c({profile:e})}})),Object(o.createElement)(T,null,Object(o.createElement)(D,{label:A("Show 'Invoices' Section","paid-memberships-pro"),checked:s,onChange:function(e){return c({invoices:e})}})),Object(o.createElement)(T,null,Object(o.createElement)(D,{label:A("Show 'Member Links' Section","paid-memberships-pro"),checked:i,onChange:function(e){return c({links:e})}})))}}]),t}(S);function q(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function z(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?q(Object(t),!0).forEach((function(r){s()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):q(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var W=wp.i18n.__,V=((0,wp.blocks.registerBlockType)("pmpro/account-page",{title:W("PMPro Page: Account (Full)","paid-memberships-pro"),description:W("Dynamic page section to display the selected sections of the Membership Account page including Memberships, Profile, Invoices, and Member Links. These sections can also be added via separate blocks.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"admin-users"},keywords:[W("account","paid-memberships-pro"),W("billing","paid-memberships-pro"),W("invoice","paid-memberships-pro"),W("links","paid-memberships-pro"),W("member","paid-memberships-pro"),W("order","paid-memberships-pro"),W("paid memberships pro","paid-memberships-pro"),W("pmpro","paid-memberships-pro"),W("profile","paid-memberships-pro"),W("purchases","paid-memberships-pro"),W("quick link","paid-memberships-pro"),W("receipt","paid-memberships-pro"),W("user","paid-memberships-pro")],supports:{},attributes:{membership:{type:"boolean",default:!1},profile:{type:"boolean",default:!1},invoices:{type:"boolean",default:!1},links:{type:"boolean",default:!1}},edit:function(e){var r=e.setAttributes;return[e.isSelected&&Object(o.createElement)(I,z({setAttributes:r},e)),Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},W("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},W("Membership Account Page","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),G=((0,wp.blocks.registerBlockType)("pmpro/account-membership-section",{title:V("PMPro Page: Account Memberships","paid-memberships-pro"),description:V("Dynamic page section to display the member's active membership information with links to view all membership options, update billing information, and change or cancel membership.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"groups"},keywords:[V("active","paid-memberships-pro"),V("member","paid-memberships-pro"),V("paid memberships pro","paid-memberships-pro"),V("pmpro","paid-memberships-pro"),V("purchases","paid-memberships-pro"),V("user","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},V("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},V("Membership Account: My Memberships","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),H=((0,wp.blocks.registerBlockType)("pmpro/account-profile-section",{title:G("PMPro Page: Account Profile View","paid-memberships-pro"),description:G("Dynamic page section that displays the member's profile as read-only information with a link to edit fields or their change password.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"admin-users"},keywords:[G("fields","paid-memberships-pro"),G("member","paid-memberships-pro"),G("paid memberships pro","paid-memberships-pro"),G("pmpro","paid-memberships-pro"),G("user","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},G("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},G("Membership Account: Profile","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),J=((0,wp.blocks.registerBlockType)("pmpro/account-invoices-section",{title:H("PMPro Page: Account Invoices","paid-memberships-pro"),description:H("Dynamic page section that displays a list of the last 5 membership invoices for the active member.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"archive"},keywords:[H("account","paid-memberships-pro"),H("member","paid-memberships-pro"),H("order","paid-memberships-pro"),H("paid memberships pro","paid-memberships-pro"),H("pmpro","paid-memberships-pro"),H("purchases","paid-memberships-pro"),H("receipt","paid-memberships-pro"),H("user","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},H("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"}," ",H("Membership Account: Invoices","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),K=((0,wp.blocks.registerBlockType)("pmpro/account-links-section",{title:J("PMPro Page: Account Links","paid-memberships-pro"),description:J("Dynamic page section that displays custom links available for the active member only. This block is only visible if other Add Ons or custom code have added links.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"external"},keywords:[J("access","paid-memberships-pro"),J("account","paid-memberships-pro"),J("link","paid-memberships-pro"),J("member","paid-memberships-pro"),J("paid memberships pro","paid-memberships-pro"),J("pmpro","paid-memberships-pro"),J("quick link","paid-memberships-pro"),J("user","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},J("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},J("Membership Account: Member Links","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),Q=((0,wp.blocks.registerBlockType)("pmpro/billing-page",{title:K("PMPro Page: Billing","paid-memberships-pro"),description:K("Dynamic page section to display the member's billing information. Members can update their subscription payment method from this form.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"list-view"},keywords:[K("credit card","paid-memberships-pro"),K("member","paid-memberships-pro"),K("paid memberships pro","paid-memberships-pro"),K("payment method","paid-memberships-pro"),K("pmpro","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},K("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},K("Membership Billing Page","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__);(0,wp.blocks.registerBlockType)("pmpro/cancel-page",{title:Q("PMPro Page: Cancel","paid-memberships-pro"),description:Q("Dynamic page section where members can cancel their membership and active subscription if applicable.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"no"},keywords:[Q("member","paid-memberships-pro"),Q("paid memberships pro","paid-memberships-pro"),Q("payment method","paid-memberships-pro"),Q("pmpro","paid-memberships-pro"),Q("terminate","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},Q("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},Q("Membership Cancel Page","paid-memberships-pro")))]},save:function(){return null}});function U(e){var r=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,o=h()(e);if(r){var p=h()(this).constructor;t=Reflect.construct(o,arguments,p)}else t=o.apply(this,arguments);return u()(this,t)}}var X=wp.i18n.__,Y=wp.element.Component,Z=wp.components,$=Z.PanelBody,ee=(Z.PanelRow,Z.SelectControl),re=wp.blockEditor.InspectorControls,te=function(e){m()(t,e);var r=U(t);function t(){return c()(this,t),r.apply(this,arguments)}return a()(t,[{key:"render",value:function(){var e=this.props,r=e.attributes.pmpro_default_level,t=e.setAttributes;return Object(o.createElement)(re,null,Object(o.createElement)($,null,Object(o.createElement)(ee,{label:X("Membership Level","paid-memberships-pro"),help:X("Choose a default level for Membership Checkout.","paid-memberships-pro"),value:r,onChange:function(e){return t({pmpro_default_level:e})},options:[""].concat(window.pmpro.all_level_values_and_labels)})))}}]),t}(Y);function oe(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function pe(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?oe(Object(t),!0).forEach((function(r){s()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):oe(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var se=wp.i18n.__,ie=wp.blocks.registerBlockType,ce=wp.components.SelectControl,ne=(ie("pmpro/checkout-page",{title:se("Membership Checkout Form","paid-memberships-pro"),description:se("Dynamic form that allows users to complete free registration or paid checkout for the selected membership level.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"list-view"},keywords:[se("member","paid-memberships-pro"),se("paid memberships pro","paid-memberships-pro"),se("pmpro","paid-memberships-pro"),se("buy","paid-memberships-pro"),se("purchase","paid-memberships-pro"),se("sell","paid-memberships-pro")],supports:{},attributes:{pmpro_default_level:{type:"string",source:"meta",meta:"pmpro_default_level"}},edit:function(e){var r=e.attributes.pmpro_default_level,t=(e.className,e.setAttributes);return[e.isSelected&&Object(o.createElement)(te,pe({setAttributes:t},e)),Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},se("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},se("Membership Checkout Form","paid-memberships-pro")),Object(o.createElement)("hr",null),Object(o.createElement)(ce,{label:se("Membership Level","paid-memberships-pro"),value:r,onChange:function(e){return t({pmpro_default_level:e})},options:window.pmpro.all_level_values_and_labels}))]},save:function(){return null}}),wp.i18n.__),ae=((0,wp.blocks.registerBlockType)("pmpro/confirmation-page",{title:ne("PMPro Page: Confirmation","paid-memberships-pro"),description:ne("Dynamic page section that displays a confirmation message and purchase information for the active member immediately after membership registration and checkout.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"yes"},keywords:[ne("member","paid-memberships-pro"),ne("buy","paid-memberships-pro"),ne("paid memberships pro","paid-memberships-pro"),ne("pmpro","paid-memberships-pro"),ne("purchase","paid-memberships-pro"),ne("receipt","paid-memberships-pro"),ne("success","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},ne("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},ne("Membership Confirmation Page","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),le=((0,wp.blocks.registerBlockType)("pmpro/invoice-page",{title:ae("PMPro Page: Invoice","paid-memberships-pro"),description:ae("Dynamic page section that displays a list of all invoices (purchase history) for the active member. Each invoice can be selected and viewed in full detail.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"archive"},keywords:[ae("history","paid-memberships-pro"),ae("order","paid-memberships-pro"),ae("paid memberships pro","paid-memberships-pro"),ae("pmpro","paid-memberships-pro"),ae("purchases","paid-memberships-pro"),ae("receipt","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},ae("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},ae("Membership Invoices","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),me=((0,wp.blocks.registerBlockType)("pmpro/levels-page",{title:le("Membership Levels and Pricing Table","paid-memberships-pro"),description:le("Dynamic page section that displays a list of membership levels and pricing, linked to membership checkout. To reorder the display, navigate to Memberships > Settings > Levels.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"list-view"},keywords:[le("level","paid-memberships-pro"),le("paid memberships pro","paid-memberships-pro"),le("pmpro","paid-memberships-pro"),le("price","paid-memberships-pro"),le("pricing table","paid-memberships-pro")],supports:{},attributes:{},edit:function(){return[Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},le("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},le("Membership Levels List","paid-memberships-pro")))]},save:function(){return null}}),wp.i18n.__),be=wp.blocks.registerBlockType,ue=wp.components,de=ue.PanelBody,he=ue.CheckboxControl,fe=ue.SelectControl,ye=wp.blockEditor,ge=ye.InspectorControls,ve=ye.InnerBlocks,ke=[{value:0,label:"Non-Members"}].concat(pmpro.all_level_values_and_labels),Oe=(be("pmpro/membership",{title:me("Membership Required Block","paid-memberships-pro"),description:me("Nest blocks within this wrapper to control the inner block visibility by membership level or for non-members only.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"visibility"},keywords:[me("block visibility","paid-memberships-pro"),me("confitional","paid-memberships-pro"),me("content","paid-memberships-pro"),me("hide","paid-memberships-pro"),me("hidden","paid-memberships-pro"),me("paid memberships pro","paid-memberships-pro"),me("pmpro","paid-memberships-pro"),me("private","paid-memberships-pro"),me("restrict","paid-memberships-pro")],attributes:{levels:{type:"array",default:[]},uid:{type:"string",default:""},show_noaccess:{type:"boolean",default:!1}},edit:function(e){var r=e.attributes,t=r.levels,p=r.uid,s=r.show_noaccess,i=e.setAttributes,c=e.isSelected;if(""==p){var n=Math.random()+"";i({uid:n})}var a=ke.map((function(e){return[Object(o.createElement)(he,{label:e.label,checked:t.some((function(r){return r==e.value})),onChange:function(r){if(r&&!t.some((function(r){return r==e.value}))){var o=t.slice();o.push(e.value+""),i({levels:o})}else if(!r&&t.some((function(r){return r==e.value}))){var p=t.filter((function(r){return r!=e.value}));i({levels:p})}}})]}));return[c&&Object(o.createElement)(ge,null,Object(o.createElement)(de,null,Object(o.createElement)("p",null,Object(o.createElement)("strong",null,me("Which membership levels can view this block?","paid-memberships-pro"))),Object(o.createElement)("div",{class:"pmpro-block-inspector-scrollable"},a),Object(o.createElement)("hr",null),Object(o.createElement)("p",null,Object(o.createElement)("strong",null,me("What should users without access see?","paid-memberships-pro"))),Object(o.createElement)(fe,{value:s,help:me("Modify the 'no access' message on the Memberships > Advanced Settings page.","paid-memberships-pro"),options:[{label:me("Show nothing","paid-memberships-pro"),value:"0"},{label:me("Show the 'no access' message","paid-memberships-pro"),value:"1"}],onChange:function(e){return i({show_noaccess:e})}}))),c&&Object(o.createElement)("div",{className:"pmpro-block-require-membership-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},me("Membership Required","paid-memberships-pro")),Object(o.createElement)("div",{class:"pmpro-block-inspector-scrollable"},Object(o.createElement)(de,null,a)),Object(o.createElement)(ve,{renderAppender:function(){return Object(o.createElement)(ve.ButtonBlockAppender,null)},templateLock:!1})),!c&&Object(o.createElement)("div",{className:"pmpro-block-require-membership-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},me("Membership Required","paid-memberships-pro")),Object(o.createElement)(ve,{renderAppender:function(){return Object(o.createElement)(ve.ButtonBlockAppender,null)},templateLock:!1}))]},save:function(e){var r=e.className;return Object(o.createElement)("div",{className:r},Object(o.createElement)(ve.Content,null))}}),wp.i18n.__);(0,wp.blocks.registerBlockType)("pmpro/member-profile-edit",{title:Oe("PMPro Page: Account Profile Edit","paid-memberships-pro"),description:Oe("Dynaimc form that allows the current logged in member to edit their default user profile information and any custom user profile fields.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"admin-users"},keywords:[Oe("custom field","paid-memberships-pro"),Oe("fields","paid-memberships-pro"),Oe("paid memberships pro","paid-memberships-pro"),Oe("pmpro","paid-memberships-pro"),Oe("user fields","paid-memberships-pro")],edit:function(e){return Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},Oe("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},Oe("Member Profile Edit","paid-memberships-pro")))},save:function(){return null}});function je(e){var r=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,o=h()(e);if(r){var p=h()(this).constructor;t=Reflect.construct(o,arguments,p)}else t=o.apply(this,arguments);return u()(this,t)}}var we,_e=wp.i18n.__,Ee=wp.element.Component,Pe=wp.components,Ce=Pe.PanelBody,Fe=(Pe.SelectControl,Pe.ToggleControl),Me=wp.blockEditor.InspectorControls,xe=function(e){m()(t,e);var r=je(t);function t(){return c()(this,t),r.apply(this,arguments)}return a()(t,[{key:"render",value:function(){var e=this,r=this.props,t=r.attributes,p=(r.setAttributes,t.display_if_logged_in),s=t.show_menu,i=t.show_logout_link;t.location;return Object(o.createElement)(Me,null,Object(o.createElement)(Ce,null,Object(o.createElement)(Fe,{label:_e("Display 'Welcome' content when logged in.","paid-memberships-pro"),checked:p,onChange:function(r){e.props.setAttributes({display_if_logged_in:r})}}),Object(o.createElement)(Fe,{label:_e("Display the 'Log In Widget' menu.","paid-memberships-pro"),help:_e("Assign the menu under Appearance > Menus.","paid-memberships-pro"),checked:s,onChange:function(r){e.props.setAttributes({show_menu:r})}}),Object(o.createElement)(Fe,{label:_e("Display a 'Log Out' link.","paid-memberships-pro"),checked:i,onChange:function(r){e.props.setAttributes({show_logout_link:r})}})))}}]),t}(Ee),Be=wp.i18n.__,Ne=wp.blocks.registerBlockType,Ae=wp.element.Fragment;Ne("pmpro/login-form",{title:Be("Login Form","paid-memberships-pro"),description:Be("Dynamic form that allows users to log in or recover a loast password. Logged in users can see a welcome message with the selected custom menu.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"unlock"},keywords:[Be("log in","paid-memberships-pro"),Be("lost password","paid-memberships-pro"),Be("paid memberships pro","paid-memberships-pro"),Be("password reset","paid-memberships-pro"),Be("pmpro","paid-memberships-pro")],supports:{},edit:function(e){return[Object(o.createElement)(Ae,null,Object(o.createElement)(xe,e),Object(o.createElement)("div",{className:"pmpro-block-element"},Object(o.createElement)("span",{className:"pmpro-block-title"},Be("Paid Memberships Pro","paid-memberships-pro")),Object(o.createElement)("span",{className:"pmpro-block-subtitle"},Be("Log in Form","paid-memberships-pro"))))]},save:function(){return null}});we=Object(o.createElement)("svg",{version:"1.1",id:"Layer_1",x:"0px",y:"0px",viewBox:"0 0 18 18"},Object(o.createElement)("path",{d:"M17.99,4.53c-0.35,0.12-0.7,0.26-1.06,0.4c-0.35,0.14-0.7,0.3-1.05,0.46c-0.35,0.16-0.69,0.33-1.03,0.51 c-0.34,0.18-0.68,0.37-1.02,0.56c-0.15,0.09-0.31,0.18-0.46,0.27c-0.15,0.09-0.3,0.19-0.45,0.28c-0.15,0.1-0.3,0.19-0.45,0.29 c-0.15,0.1-0.3,0.2-0.44,0.3c-0.08,0.05-0.16,0.11-0.23,0.16c-0.08,0.05-0.16,0.11-0.23,0.17c-0.08,0.06-0.15,0.11-0.23,0.17 c-0.08,0.06-0.15,0.11-0.23,0.17c-0.07,0.05-0.13,0.1-0.2,0.15c-0.07,0.05-0.13,0.1-0.2,0.15c-0.07,0.05-0.13,0.1-0.2,0.15 c-0.07,0.05-0.13,0.1-0.2,0.16c-0.04,0.03-0.09,0.07-0.13,0.1c-0.04,0.03-0.09,0.07-0.13,0.1C10,9.13,9.95,9.17,9.91,9.2 C9.87,9.24,9.83,9.27,9.79,9.31C9.77,9.32,9.75,9.33,9.74,9.35C9.72,9.36,9.71,9.37,9.69,9.39C9.67,9.4,9.66,9.42,9.64,9.43 C9.63,9.44,9.61,9.46,9.59,9.47C9.54,9.52,9.49,9.56,9.43,9.61C9.38,9.65,9.33,9.7,9.27,9.74C9.22,9.79,9.17,9.84,9.11,9.88 c-0.05,0.05-0.11,0.09-0.16,0.14c-0.27,0.24-0.54,0.49-0.81,0.75c-0.26,0.25-0.53,0.51-0.78,0.78c-0.26,0.26-0.51,0.53-0.76,0.81 c-0.25,0.27-0.49,0.55-0.73,0.84c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.07,0.08-0.1,0.12 c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.06,0.08-0.1,0.12c-0.03,0.04-0.06,0.08-0.1,0.12 c-0.03,0.04-0.06,0.08-0.1,0.12c0,0.01-0.01,0.01-0.01,0.02c0,0.01-0.01,0.01-0.01,0.02c0,0.01-0.01,0.01-0.01,0.02 c0,0.01-0.01,0.01-0.01,0.02c-0.03,0.03-0.05,0.07-0.08,0.1c-0.03,0.03-0.05,0.07-0.08,0.1c-0.03,0.03-0.05,0.07-0.08,0.11 c-0.03,0.03-0.05,0.07-0.08,0.11c-0.03,0.04-0.06,0.08-0.09,0.12c-0.03,0.04-0.06,0.08-0.09,0.12C4.5,14.96,4.47,15,4.44,15.05 c-0.03,0.04-0.06,0.08-0.09,0.13c0,0-0.01,0.01-0.01,0.01c0,0-0.01,0.01-0.01,0.01c0,0-0.01,0.01-0.01,0.01c0,0-0.01,0.01-0.01,0.01 c-0.15,0.22-0.31,0.44-0.46,0.67c-0.15,0.22-0.3,0.45-0.44,0.68c-0.14,0.23-0.29,0.46-0.43,0.7C2.85,17.52,2.71,17.76,2.58,18 c-0.08-0.19-0.16-0.38-0.23-0.56c-0.07-0.18-0.14-0.35-0.21-0.51c-0.07-0.16-0.13-0.32-0.19-0.47c-0.06-0.15-0.12-0.3-0.18-0.45 l-0.01,0.01l0.01-0.03c-0.01-0.03-0.02-0.05-0.03-0.08c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07 c-0.01-0.02-0.02-0.05-0.03-0.07c0-0.01-0.01-0.02-0.01-0.02c0-0.01-0.01-0.02-0.01-0.02c0-0.01-0.01-0.02-0.01-0.02 c0-0.01-0.01-0.02-0.01-0.02c-0.01-0.02-0.01-0.04-0.02-0.05c-0.01-0.02-0.01-0.04-0.02-0.05c-0.01-0.02-0.01-0.04-0.02-0.05 c-0.01-0.02-0.01-0.04-0.02-0.05c-0.01-0.03-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07 c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07 c-0.01-0.02-0.02-0.05-0.03-0.07c-0.02-0.05-0.04-0.1-0.06-0.16c-0.02-0.05-0.04-0.1-0.06-0.16c-0.02-0.05-0.04-0.11-0.06-0.16 c-0.02-0.05-0.04-0.11-0.06-0.16c-0.08-0.23-0.16-0.47-0.25-0.72c-0.08-0.25-0.17-0.5-0.26-0.77c-0.09-0.27-0.18-0.55-0.27-0.84 c-0.09-0.29-0.19-0.6-0.29-0.93c0.05,0.07,0.1,0.15,0.15,0.22c0.05,0.07,0.1,0.14,0.14,0.2c0.05,0.07,0.09,0.13,0.14,0.19 c0.04,0.06,0.09,0.12,0.13,0.18c0.09,0.13,0.18,0.24,0.27,0.35c0.09,0.11,0.17,0.21,0.24,0.3c0.08,0.09,0.15,0.18,0.23,0.27 c0.07,0.09,0.15,0.17,0.22,0.25c0.02,0.02,0.03,0.04,0.05,0.06c0.02,0.02,0.03,0.04,0.05,0.06c0.02,0.02,0.03,0.04,0.05,0.06 c0.02,0.02,0.03,0.04,0.05,0.06c0.07,0.07,0.13,0.14,0.2,0.22c0.07,0.08,0.14,0.16,0.22,0.24c0.08,0.08,0.16,0.17,0.24,0.27 c0.09,0.1,0.18,0.2,0.27,0.31c0.01,0.01,0.02,0.02,0.03,0.03c0.01,0.01,0.02,0.02,0.03,0.03c0.01,0.01,0.02,0.02,0.03,0.04 c0.01,0.01,0.02,0.02,0.03,0.04c0.02-0.02,0.04-0.05,0.06-0.07c0.02-0.02,0.04-0.05,0.06-0.07c0.02-0.02,0.04-0.05,0.06-0.07 C2.96,14.03,2.98,14,3,13.98c0.03-0.03,0.05-0.06,0.08-0.09c0.03-0.03,0.05-0.06,0.08-0.09c0.03-0.03,0.05-0.06,0.08-0.09 c0.03-0.03,0.05-0.06,0.08-0.09c0.28-0.33,0.58-0.65,0.88-0.97c0.31-0.32,0.63-0.62,0.95-0.92c0.33-0.3,0.67-0.6,1.02-0.88 c0.35-0.29,0.72-0.57,1.09-0.84c0.06-0.04,0.11-0.08,0.17-0.12C7.49,9.83,7.55,9.79,7.6,9.75c0.06-0.04,0.11-0.08,0.17-0.12 c0.06-0.04,0.12-0.08,0.17-0.12C7.97,9.5,7.98,9.49,8,9.48c0.02-0.01,0.03-0.02,0.05-0.03C8.06,9.43,8.08,9.42,8.1,9.41 C8.11,9.4,8.13,9.38,8.14,9.37c0.05-0.03,0.1-0.06,0.14-0.1c0.05-0.03,0.1-0.06,0.14-0.1c0.05-0.03,0.1-0.06,0.14-0.1 c0.05-0.03,0.1-0.06,0.15-0.09C8.79,8.94,8.87,8.9,8.94,8.85C9.01,8.8,9.09,8.76,9.16,8.71c0.07-0.05,0.15-0.09,0.22-0.14 c0.07-0.05,0.15-0.09,0.22-0.14c0.09-0.05,0.17-0.11,0.26-0.16c0.09-0.05,0.17-0.1,0.26-0.16c0.09-0.05,0.18-0.1,0.27-0.15 c0.09-0.05,0.18-0.1,0.27-0.15c0.25-0.14,0.51-0.28,0.76-0.42c0.26-0.14,0.52-0.27,0.78-0.41c0.26-0.13,0.53-0.27,0.79-0.4 c0.27-0.13,0.54-0.26,0.81-0.38c0.01,0,0.02-0.01,0.03-0.01c0.01,0,0.02-0.01,0.03-0.01c0.01,0,0.02-0.01,0.03-0.01 c0.01,0,0.02-0.01,0.03-0.01c0.33-0.15,0.67-0.3,1-0.44c0.34-0.15,0.68-0.29,1.02-0.42c0.34-0.14,0.69-0.27,1.03-0.4 C17.31,4.77,17.65,4.64,17.99,4.53z M15.73,9.59l0.65,4.56l-10.4-0.05c-0.02,0.02-0.04,0.04-0.05,0.07 c-0.02,0.02-0.04,0.04-0.05,0.07c-0.02,0.02-0.04,0.04-0.05,0.07c-0.02,0.02-0.04,0.04-0.05,0.07c-0.02,0.02-0.03,0.04-0.05,0.06 c-0.02,0.02-0.03,0.04-0.05,0.06c-0.02,0.02-0.03,0.04-0.05,0.06c-0.02,0.02-0.03,0.04-0.05,0.06l11.23,0.2l-0.78-5.24L15.73,9.59z M6.75,13.2c-0.04,0.04-0.08,0.09-0.11,0.13c-0.04,0.04-0.08,0.09-0.11,0.13c-0.04,0.04-0.07,0.09-0.11,0.13l9.22-0.07L15.04,9.1 l-0.07-0.53l-0.39,0.04l0.55,4.3l-8.27,0.17C6.83,13.12,6.79,13.16,6.75,13.2z M13.78,7.66l-0.59,0.08 c-0.06,0.04-0.12,0.08-0.18,0.12c-0.06,0.04-0.12,0.08-0.18,0.12c-0.06,0.04-0.12,0.08-0.18,0.12c-0.06,0.04-0.12,0.08-0.18,0.12 c-0.08,0.05-0.16,0.11-0.24,0.16c-0.08,0.06-0.16,0.11-0.24,0.17c-0.08,0.06-0.16,0.11-0.24,0.17c-0.08,0.06-0.16,0.11-0.24,0.17 c-0.07,0.05-0.14,0.1-0.21,0.15c-0.07,0.05-0.14,0.1-0.21,0.15c-0.07,0.05-0.14,0.1-0.2,0.16c-0.07,0.05-0.14,0.11-0.2,0.16 c-0.04,0.03-0.09,0.07-0.13,0.1c-0.04,0.03-0.09,0.07-0.13,0.1c-0.04,0.04-0.09,0.07-0.13,0.11c-0.04,0.04-0.09,0.07-0.13,0.11 c-0.02,0.01-0.03,0.03-0.05,0.04c-0.02,0.01-0.03,0.03-0.05,0.04c-0.02,0.01-0.03,0.03-0.05,0.04c-0.02,0.01-0.03,0.03-0.05,0.04 c-0.06,0.05-0.11,0.09-0.16,0.14c-0.05,0.05-0.11,0.09-0.16,0.14c-0.05,0.05-0.11,0.09-0.16,0.14c-0.05,0.05-0.11,0.09-0.16,0.14 c-0.17,0.15-0.34,0.3-0.51,0.46c-0.17,0.16-0.33,0.31-0.5,0.47c-0.16,0.16-0.33,0.32-0.49,0.48c-0.16,0.16-0.32,0.33-0.48,0.49 l6.98-0.23l-0.48-4.16L13.78,7.66z M13.32,5.73c-0.06,0.03-0.11,0.05-0.17,0.08c-0.06,0.03-0.12,0.06-0.17,0.09 c-0.03,0.01-0.06,0.03-0.08,0.04c0,0,0,0,0,0c-0.02-0.01-0.04-0.03-0.06-0.04c-0.06-0.04-0.13-0.07-0.21-0.09 c-0.07-0.02-0.15-0.04-0.23-0.04c-0.08,0-0.16,0-0.24,0.01l-0.14,0.02c0.07-0.04,0.13-0.08,0.18-0.14c0.05-0.05,0.1-0.11,0.14-0.18 c0.04-0.06,0.06-0.13,0.08-0.2c0.02-0.07,0.02-0.15,0.01-0.22c-0.01-0.1-0.04-0.18-0.08-0.26c-0.05-0.08-0.11-0.14-0.18-0.19 c-0.07-0.05-0.16-0.08-0.25-0.1c-0.09-0.02-0.19-0.02-0.29,0c-0.1,0.02-0.19,0.06-0.27,0.11c-0.08,0.05-0.15,0.11-0.21,0.19 C11.08,4.9,11.03,4.98,11,5.07c-0.03,0.09-0.04,0.18-0.03,0.27c0.01,0.07,0.02,0.14,0.05,0.2c0.03,0.06,0.06,0.12,0.11,0.17 c0.05,0.05,0.1,0.09,0.16,0.12c0.06,0.03,0.13,0.06,0.2,0.07l-0.17,0.03C11.18,5.96,11.06,6,10.94,6.07 c-0.11,0.07-0.21,0.15-0.29,0.25c-0.08,0.1-0.14,0.21-0.19,0.33c-0.04,0.12-0.06,0.25-0.05,0.38l0.02,0.33 c-0.09,0.05-0.17,0.1-0.26,0.16c-0.02,0-0.05,0-0.07,0c0.02-0.01,0.04-0.02,0.06-0.03c-0.06-0.06-0.13-0.11-0.21-0.16 c-0.07-0.04-0.15-0.08-0.24-0.1C9.63,7.2,9.54,7.18,9.45,7.18c-0.09-0.01-0.18,0-0.27,0.01L9.01,7.21c0.08-0.05,0.16-0.1,0.23-0.17 C9.3,6.97,9.36,6.9,9.41,6.81C9.46,6.73,9.5,6.64,9.52,6.55c0.02-0.09,0.03-0.19,0.03-0.29C9.54,6.13,9.51,6.02,9.46,5.92 c-0.05-0.1-0.12-0.18-0.21-0.25C9.17,5.6,9.07,5.56,8.96,5.53c-0.11-0.02-0.22-0.03-0.34,0C8.5,5.55,8.39,5.6,8.29,5.66 C8.19,5.72,8.1,5.81,8.02,5.9C7.95,5.99,7.89,6.1,7.85,6.21C7.81,6.32,7.79,6.44,7.79,6.56c0,0.09,0.02,0.18,0.05,0.26 c0.03,0.08,0.07,0.16,0.12,0.22c0.05,0.07,0.11,0.12,0.18,0.17c0.07,0.04,0.15,0.08,0.23,0.1l-0.2,0.03 C8.01,7.37,7.85,7.42,7.72,7.51C7.58,7.59,7.46,7.7,7.35,7.82C7.25,7.95,7.17,8.1,7.11,8.25c-0.06,0.16-0.09,0.33-0.08,0.5 l0.01,0.74C6.98,9.53,6.93,9.58,6.88,9.62C6.81,9.49,6.74,9.38,6.65,9.28c-0.1-0.11-0.21-0.2-0.33-0.27 C6.2,8.94,6.07,8.89,5.93,8.87C5.8,8.84,5.66,8.83,5.51,8.85L5.3,8.88c0.1-0.06,0.2-0.13,0.29-0.22c0.09-0.09,0.16-0.19,0.23-0.3 c0.06-0.11,0.12-0.23,0.15-0.35C6,7.88,6.02,7.75,6.02,7.62c0-0.17-0.03-0.32-0.08-0.46C5.88,7.03,5.8,6.91,5.71,6.82 C5.61,6.73,5.5,6.67,5.37,6.63c-0.12-0.04-0.26-0.04-0.4-0.02c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c-0.14,0.03-0.28,0.08-0.4,0.16c-0.12,0.08-0.23,0.18-0.33,0.3C4.14,7.2,4.07,7.33,4.01,7.48c-0.06,0.15-0.09,0.3-0.1,0.46 c0,0.12,0.01,0.24,0.03,0.35c0.03,0.11,0.07,0.21,0.12,0.3c0.05,0.09,0.12,0.17,0.2,0.23c0.08,0.06,0.17,0.11,0.27,0.14L4.3,9 C4.1,9.03,3.92,9.09,3.75,9.2C3.58,9.3,3.43,9.44,3.3,9.6c-0.13,0.16-0.24,0.35-0.32,0.56c-0.08,0.21-0.13,0.43-0.14,0.67 l-0.12,2.26l-0.53-0.6l0.49-6.3C2.68,6.09,2.71,6,2.74,5.91c0.04-0.09,0.08-0.17,0.14-0.24c0.06-0.07,0.12-0.14,0.2-0.19 C3.15,5.44,3.23,5.4,3.32,5.38l0.71-0.17l0-0.02l0.18-0.04l0.06-1.19C4.3,3.56,4.39,3.15,4.55,2.77c0.16-0.38,0.37-0.75,0.64-1.08 C5.45,1.35,5.76,1.05,6.11,0.8c0.35-0.26,0.74-0.47,1.16-0.61C7.7,0.05,8.12-0.01,8.51,0c0.4,0.02,0.77,0.12,1.1,0.29 c0.33,0.18,0.62,0.43,0.83,0.75c0.21,0.33,0.35,0.73,0.38,1.19l0.1,1.36l0.3-0.07l0,0.02l0.89-0.21c0.13-0.03,0.25-0.03,0.36-0.02 c0.12,0.02,0.22,0.05,0.32,0.11c0.09,0.05,0.17,0.13,0.23,0.21c0.06,0.09,0.1,0.19,0.11,0.31L13.32,5.73z M9.46,3.96L9.4,2.61 C9.39,2.33,9.31,2.09,9.19,1.88C9.07,1.68,8.91,1.51,8.71,1.4C8.52,1.28,8.29,1.21,8.05,1.19C7.81,1.17,7.55,1.2,7.28,1.28 C7.01,1.37,6.76,1.49,6.53,1.65c-0.22,0.16-0.43,0.35-0.6,0.57C5.77,2.43,5.63,2.67,5.53,2.91c-0.1,0.25-0.16,0.5-0.17,0.76 L5.33,4.91L9.46,3.96z"})),wp.blocks.updateCategory("pmpro",{icon:we}),wp.blocks.updateCategory("pmpro-pages",{icon:we})}]);
1
+ !function(){var e={988:function(){wp.i18n.setLocaleData({"":{}},"paid-memberships-pro")}},p={};function s(r){var i=p[r];if(void 0!==i)return i.exports;var o=p[r]={exports:{}};return e[r](o,o.exports,s),o.exports}!function(){"use strict";var e=window.wp.element;function p(){return p=Object.assign||function(e){for(var p=1;p<arguments.length;p++){var s=arguments[p];for(var r in s)Object.prototype.hasOwnProperty.call(s,r)&&(e[r]=s[r])}return e},p.apply(this,arguments)}s(988);const{__:__}=wp.i18n,{Component:r}=wp.element,{PanelBody:i,TextControl:o,SelectControl:t}=wp.components,{InspectorControls:c}=wp.blockEditor;class m extends r{constructor(){super(...arguments)}render(){const{attributes:{text:p,level:s,css_class:r},setAttributes:m}=this.props;return(0,e.createElement)(c,null,(0,e.createElement)(i,null,(0,e.createElement)(o,{label:__("Button Text","paid-memberships-pro"),help:__("Text for checkout button","paid-memberships-pro"),value:p,onChange:e=>m({text:e})})),(0,e.createElement)(i,null,(0,e.createElement)(t,{label:__("Level","paid-memberships-pro"),help:__("The level to link to for checkout button","paid-memberships-pro"),value:s,onChange:e=>m({level:e}),options:window.pmpro.all_level_values_and_labels})),(0,e.createElement)(i,null,(0,e.createElement)(o,{label:__("CSS Class","paid-memberships-pro"),help:__("Additional styling for checkout button","paid-memberships-pro"),value:r,onChange:e=>m({css_class:e})})))}}const{__:a}=wp.i18n,{registerBlockType:l}=wp.blocks,{TextControl:n,SelectControl:b}=wp.components;l("pmpro/checkout-button",{title:a("Membership Checkout Button","paid-memberships-pro"),description:a("Inserts a button that links directly to membership checkout for the selected level.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"migrate"},keywords:[a("buy","paid-memberships-pro"),a("level","paid-memberships-pro"),a("member","paid-memberships-pro"),a("paid memberships pro","paid-memberships-pro"),a("pmpro","paid-memberships-pro"),a("purchase","paid-memberships-pro")],supports:{},attributes:{text:{type:"string",default:"Buy Now"},css_class:{type:"string",default:"pmpro_btn"},level:{type:"string"}},edit:s=>{const{attributes:{text:r,level:i,css_class:o},className:t,setAttributes:c,isSelected:l}=s;return[l&&(0,e.createElement)(m,p({setAttributes:c},s)),(0,e.createElement)("div",{className:t},(0,e.createElement)("a",{class:o},r)),l&&(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)(n,{label:a("Button Text","paid-memberships-pro"),value:r,onChange:e=>c({text:e})}),(0,e.createElement)(b,{label:a("Membership Level","paid-memberships-pro"),value:i,onChange:e=>c({level:e}),options:window.pmpro.all_level_values_and_labels}),(0,e.createElement)(n,{label:a("CSS Class","paid-memberships-pro"),value:o,onChange:e=>c({css_class:e})}))]},save:()=>null});const{__:d}=wp.i18n,{Component:h}=wp.element,{PanelBody:u,CheckboxControl:g}=wp.components,{InspectorControls:k}=wp.blockEditor;class v extends h{constructor(){super(...arguments)}render(){const{attributes:{membership:p,profile:s,invoices:r,links:i},setAttributes:o}=this.props;return(0,e.createElement)(k,null,(0,e.createElement)(u,null,(0,e.createElement)(g,{label:d("Show 'My Memberships' Section","paid-memberships-pro"),checked:p,onChange:e=>o({membership:e})})),(0,e.createElement)(u,null,(0,e.createElement)(g,{label:d("Show 'Profile' Section","paid-memberships-pro"),checked:s,onChange:e=>o({profile:e})})),(0,e.createElement)(u,null,(0,e.createElement)(g,{label:d("Show 'Invoices' Section","paid-memberships-pro"),checked:r,onChange:e=>o({invoices:e})})),(0,e.createElement)(u,null,(0,e.createElement)(g,{label:d("Show 'Member Links' Section","paid-memberships-pro"),checked:i,onChange:e=>o({links:e})})))}}const{__:y}=wp.i18n,{registerBlockType:w}=wp.blocks;w("pmpro/account-page",{title:y("PMPro Page: Account (Full)","paid-memberships-pro"),description:y("Dynamic page section to display the selected sections of the Membership Account page including Memberships, Profile, Invoices, and Member Links. These sections can also be added via separate blocks.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"admin-users"},keywords:[y("account","paid-memberships-pro"),y("billing","paid-memberships-pro"),y("invoice","paid-memberships-pro"),y("links","paid-memberships-pro"),y("member","paid-memberships-pro"),y("order","paid-memberships-pro"),y("paid memberships pro","paid-memberships-pro"),y("pmpro","paid-memberships-pro"),y("profile","paid-memberships-pro"),y("purchases","paid-memberships-pro"),y("quick link","paid-memberships-pro"),y("receipt","paid-memberships-pro"),y("user","paid-memberships-pro")],supports:{},attributes:{membership:{type:"boolean",default:!1},profile:{type:"boolean",default:!1},invoices:{type:"boolean",default:!1},links:{type:"boolean",default:!1}},edit:s=>{const{setAttributes:r,isSelected:i}=s;return[i&&(0,e.createElement)(v,p({setAttributes:r},s)),(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},y("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},y("Membership Account Page","paid-memberships-pro")))]},save:()=>null});const{__:C}=wp.i18n,{registerBlockType:f}=wp.blocks;f("pmpro/account-membership-section",{title:C("PMPro Page: Account Memberships","paid-memberships-pro"),description:C("Dynamic page section to display the member's active membership information with links to view all membership options, update billing information, and change or cancel membership.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"groups"},keywords:[C("active","paid-memberships-pro"),C("member","paid-memberships-pro"),C("paid memberships pro","paid-memberships-pro"),C("pmpro","paid-memberships-pro"),C("purchases","paid-memberships-pro"),C("user","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},C("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},C("Membership Account: My Memberships","paid-memberships-pro")))],save:()=>null});const{__:E}=wp.i18n,{registerBlockType:F}=wp.blocks;F("pmpro/account-profile-section",{title:E("PMPro Page: Account Profile View","paid-memberships-pro"),description:E("Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"admin-users"},keywords:[E("fields","paid-memberships-pro"),E("member","paid-memberships-pro"),E("paid memberships pro","paid-memberships-pro"),E("pmpro","paid-memberships-pro"),E("user","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},E("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},E("Membership Account: Profile","paid-memberships-pro")))],save:()=>null});const{__:_}=wp.i18n,{registerBlockType:P}=wp.blocks;P("pmpro/account-invoices-section",{title:_("PMPro Page: Account Invoices","paid-memberships-pro"),description:_("Dynamic page section that displays a list of the last 5 membership invoices for the active member.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"archive"},keywords:[_("account","paid-memberships-pro"),_("member","paid-memberships-pro"),_("order","paid-memberships-pro"),_("paid memberships pro","paid-memberships-pro"),_("pmpro","paid-memberships-pro"),_("purchases","paid-memberships-pro"),_("receipt","paid-memberships-pro"),_("user","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},_("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"}," ",_("Membership Account: Invoices","paid-memberships-pro")))],save:()=>null});const{__:M}=wp.i18n,{registerBlockType:N}=wp.blocks;N("pmpro/account-links-section",{title:M("PMPro Page: Account Links","paid-memberships-pro"),description:M("Dynamic page section that displays custom links available for the active member only. This block is only visible if other Add Ons or custom code have added links.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"external"},keywords:[M("access","paid-memberships-pro"),M("account","paid-memberships-pro"),M("link","paid-memberships-pro"),M("member","paid-memberships-pro"),M("paid memberships pro","paid-memberships-pro"),M("pmpro","paid-memberships-pro"),M("quick link","paid-memberships-pro"),M("user","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},M("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},M("Membership Account: Member Links","paid-memberships-pro")))],save:()=>null});const{__:B}=wp.i18n,{registerBlockType:A}=wp.blocks;A("pmpro/billing-page",{title:B("PMPro Page: Billing","paid-memberships-pro"),description:B("Dynamic page section to display the member's billing information. Members can update their subscription payment method from this form.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"list-view"},keywords:[B("credit card","paid-memberships-pro"),B("member","paid-memberships-pro"),B("paid memberships pro","paid-memberships-pro"),B("payment method","paid-memberships-pro"),B("pmpro","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},B("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},B("Membership Billing Page","paid-memberships-pro")))],save:()=>null});const{__:L}=wp.i18n,{registerBlockType:S}=wp.blocks;S("pmpro/cancel-page",{title:L("PMPro Page: Cancel","paid-memberships-pro"),description:L("Dynamic page section where members can cancel their membership and active subscription if applicable.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"no"},keywords:[L("member","paid-memberships-pro"),L("paid memberships pro","paid-memberships-pro"),L("payment method","paid-memberships-pro"),L("pmpro","paid-memberships-pro"),L("terminate","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},L("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},L("Membership Cancel Page","paid-memberships-pro")))],save:()=>null});const{__:T}=wp.i18n,{Component:x}=wp.element,{PanelBody:D,PanelRow:I,SelectControl:q}=wp.components,{InspectorControls:z}=wp.blockEditor;class O extends x{constructor(){super(...arguments)}render(){const{attributes:{pmpro_default_level:p},setAttributes:s}=this.props;return(0,e.createElement)(z,null,(0,e.createElement)(D,null,(0,e.createElement)(q,{label:T("Membership Level","paid-memberships-pro"),help:T("Choose a default level for Membership Checkout.","paid-memberships-pro"),value:p,onChange:e=>s({pmpro_default_level:e}),options:[""].concat(window.pmpro.all_level_values_and_labels)})))}}const{__:R}=wp.i18n,{registerBlockType:W}=wp.blocks,{SelectControl:j}=wp.components;W("pmpro/checkout-page",{title:R("Membership Checkout Form","paid-memberships-pro"),description:R("Dynamic form that allows users to complete free registration or paid checkout for the selected membership level.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"list-view"},keywords:[R("member","paid-memberships-pro"),R("paid memberships pro","paid-memberships-pro"),R("pmpro","paid-memberships-pro"),R("buy","paid-memberships-pro"),R("purchase","paid-memberships-pro"),R("sell","paid-memberships-pro")],supports:{},attributes:{pmpro_default_level:{type:"string",source:"meta",meta:"pmpro_default_level"}},edit:s=>{const{attributes:{pmpro_default_level:r},className:i,setAttributes:o,isSelected:t}=s;return[t&&(0,e.createElement)(O,p({setAttributes:o},s)),(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},R("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},R("Membership Checkout Form","paid-memberships-pro")),(0,e.createElement)("hr",null),(0,e.createElement)(j,{label:R("Membership Level","paid-memberships-pro"),value:r,onChange:e=>o({pmpro_default_level:e}),options:window.pmpro.all_level_values_and_labels}))]},save:()=>null});const{__:V}=wp.i18n,{registerBlockType:G}=wp.blocks;G("pmpro/confirmation-page",{title:V("PMPro Page: Confirmation","paid-memberships-pro"),description:V("Dynamic page section that displays a confirmation message and purchase information for the active member immediately after membership registration and checkout.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"yes"},keywords:[V("member","paid-memberships-pro"),V("buy","paid-memberships-pro"),V("paid memberships pro","paid-memberships-pro"),V("pmpro","paid-memberships-pro"),V("purchase","paid-memberships-pro"),V("receipt","paid-memberships-pro"),V("success","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},V("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},V("Membership Confirmation Page","paid-memberships-pro")))],save:()=>null});const{__:H}=wp.i18n,{registerBlockType:J}=wp.blocks;J("pmpro/invoice-page",{title:H("PMPro Page: Invoice","paid-memberships-pro"),description:H("Dynamic page section that displays a list of all invoices (purchase history) for the active member. Each invoice can be selected and viewed in full detail.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"archive"},keywords:[H("history","paid-memberships-pro"),H("order","paid-memberships-pro"),H("paid memberships pro","paid-memberships-pro"),H("pmpro","paid-memberships-pro"),H("purchases","paid-memberships-pro"),H("receipt","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},H("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},H("Membership Invoices","paid-memberships-pro")))],save:()=>null});const{__:K}=wp.i18n,{registerBlockType:Q}=wp.blocks;Q("pmpro/levels-page",{title:K("Membership Levels and Pricing Table","paid-memberships-pro"),description:K("Dynamic page section that displays a list of membership levels and pricing, linked to membership checkout. To reorder the display, navigate to Memberships > Settings > Levels.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"list-view"},keywords:[K("level","paid-memberships-pro"),K("paid memberships pro","paid-memberships-pro"),K("pmpro","paid-memberships-pro"),K("price","paid-memberships-pro"),K("pricing table","paid-memberships-pro")],supports:{},attributes:{},edit:()=>[(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},K("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},K("Membership Levels List","paid-memberships-pro")))],save:()=>null});const{__:U}=wp.i18n,{registerBlockType:X}=wp.blocks,{PanelBody:Y,CheckboxControl:Z,SelectControl:$}=wp.components,{InspectorControls:ee,InnerBlocks:pe}=wp.blockEditor,se=[{value:0,label:"Non-Members"}].concat(pmpro.all_level_values_and_labels);X("pmpro/membership",{title:U("Membership Required Block","paid-memberships-pro"),description:U("Nest blocks within this wrapper to control the inner block visibility by membership level or for non-members only.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"visibility"},keywords:[U("block visibility","paid-memberships-pro"),U("conditional","paid-memberships-pro"),U("content","paid-memberships-pro"),U("hide","paid-memberships-pro"),U("hidden","paid-memberships-pro"),U("paid memberships pro","paid-memberships-pro"),U("pmpro","paid-memberships-pro"),U("private","paid-memberships-pro"),U("restrict","paid-memberships-pro")],attributes:{levels:{type:"array",default:[]},uid:{type:"string",default:""},show_noaccess:{type:"boolean",default:!1}},edit:p=>{const{attributes:{levels:s,uid:r,show_noaccess:i},setAttributes:o,isSelected:t}=p;if(""==r){var c=Math.random()+"";o({uid:c})}var m=se.map((function(p){return[(0,e.createElement)(Z,{label:p.label,checked:s.some((e=>e==p.value)),onChange:function(e){if(e&&!s.some((e=>e==p.value))){const e=s.slice();e.push(p.value+""),o({levels:e})}else if(!e&&s.some((e=>e==p.value))){const e=s.filter((e=>e!=p.value));o({levels:e})}}})]}));return[t&&(0,e.createElement)(ee,null,(0,e.createElement)(Y,null,(0,e.createElement)("p",null,(0,e.createElement)("strong",null,U("Which membership levels can view this block?","paid-memberships-pro"))),(0,e.createElement)("div",{class:"pmpro-block-inspector-scrollable"},m),(0,e.createElement)("hr",null),(0,e.createElement)("p",null,(0,e.createElement)("strong",null,U("What should users without access see?","paid-memberships-pro"))),(0,e.createElement)($,{value:i,help:U("Modify the 'no access' message on the Memberships > Advanced Settings page.","paid-memberships-pro"),options:[{label:U("Show nothing","paid-memberships-pro"),value:"0"},{label:U("Show the 'no access' message","paid-memberships-pro"),value:"1"}],onChange:e=>o({show_noaccess:e})}))),t&&(0,e.createElement)("div",{className:"pmpro-block-require-membership-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},U("Membership Required","paid-memberships-pro")),(0,e.createElement)("div",{class:"pmpro-block-inspector-scrollable"},(0,e.createElement)(Y,null,m)),(0,e.createElement)(pe,{renderAppender:()=>(0,e.createElement)(pe.ButtonBlockAppender,null),templateLock:!1})),!t&&(0,e.createElement)("div",{className:"pmpro-block-require-membership-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},U("Membership Required","paid-memberships-pro")),(0,e.createElement)(pe,{renderAppender:()=>(0,e.createElement)(pe.ButtonBlockAppender,null),templateLock:!1}))]},save:p=>{const{className:s}=p;return(0,e.createElement)("div",{className:s},(0,e.createElement)(pe.Content,null))}});const{__:re}=wp.i18n,{registerBlockType:ie}=wp.blocks;ie("pmpro/member-profile-edit",{title:re("PMPro Page: Account Profile Edit","paid-memberships-pro"),description:re("Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields.","paid-memberships-pro"),category:"pmpro-pages",icon:{background:"#FFFFFF",foreground:"#1A688B",src:"admin-users"},keywords:[re("custom field","paid-memberships-pro"),re("fields","paid-memberships-pro"),re("paid memberships pro","paid-memberships-pro"),re("pmpro","paid-memberships-pro"),re("user fields","paid-memberships-pro")],edit:p=>(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},re("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},re("Member Profile Edit","paid-memberships-pro"))),save:()=>null});const{__:oe}=wp.i18n,{Component:te}=wp.element,{PanelBody:ce,SelectControl:me,ToggleControl:ae}=wp.components,{InspectorControls:le}=wp.blockEditor;class ne extends te{constructor(){super(...arguments)}render(){const{attributes:p,setAttributes:s}=this.props,{display_if_logged_in:r,show_menu:i,show_logout_link:o,location:t}=p;return(0,e.createElement)(le,null,(0,e.createElement)(ce,null,(0,e.createElement)(ae,{label:oe("Display 'Welcome' content when logged in.","paid-memberships-pro"),checked:r,onChange:e=>{this.props.setAttributes({display_if_logged_in:e})}}),(0,e.createElement)(ae,{label:oe("Display the 'Log In Widget' menu.","paid-memberships-pro"),help:oe("Assign the menu under Appearance > Menus.","paid-memberships-pro"),checked:i,onChange:e=>{this.props.setAttributes({show_menu:e})}}),(0,e.createElement)(ae,{label:oe("Display a 'Log Out' link.","paid-memberships-pro"),checked:o,onChange:e=>{this.props.setAttributes({show_logout_link:e})}})))}}const{__:be}=wp.i18n,{registerBlockType:de}=wp.blocks,{Fragment:he}=wp.element;de("pmpro/login-form",{title:be("Login Form","paid-memberships-pro"),description:be("Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu.","paid-memberships-pro"),category:"pmpro",icon:{background:"#FFFFFF",foreground:"#658B24",src:"unlock"},keywords:[be("log in","paid-memberships-pro"),be("lost password","paid-memberships-pro"),be("paid memberships pro","paid-memberships-pro"),be("password reset","paid-memberships-pro"),be("pmpro","paid-memberships-pro")],supports:{},edit:p=>[(0,e.createElement)(he,null,(0,e.createElement)(ne,p),(0,e.createElement)("div",{className:"pmpro-block-element"},(0,e.createElement)("span",{className:"pmpro-block-title"},be("Paid Memberships Pro","paid-memberships-pro")),(0,e.createElement)("span",{className:"pmpro-block-subtitle"},be("Log in Form","paid-memberships-pro"))))],save:()=>null}),function(){const p=(0,e.createElement)("svg",{version:"1.1",id:"Layer_1",x:"0px",y:"0px",viewBox:"0 0 18 18"},(0,e.createElement)("path",{d:"M17.99,4.53c-0.35,0.12-0.7,0.26-1.06,0.4c-0.35,0.14-0.7,0.3-1.05,0.46c-0.35,0.16-0.69,0.33-1.03,0.51 c-0.34,0.18-0.68,0.37-1.02,0.56c-0.15,0.09-0.31,0.18-0.46,0.27c-0.15,0.09-0.3,0.19-0.45,0.28c-0.15,0.1-0.3,0.19-0.45,0.29 c-0.15,0.1-0.3,0.2-0.44,0.3c-0.08,0.05-0.16,0.11-0.23,0.16c-0.08,0.05-0.16,0.11-0.23,0.17c-0.08,0.06-0.15,0.11-0.23,0.17 c-0.08,0.06-0.15,0.11-0.23,0.17c-0.07,0.05-0.13,0.1-0.2,0.15c-0.07,0.05-0.13,0.1-0.2,0.15c-0.07,0.05-0.13,0.1-0.2,0.15 c-0.07,0.05-0.13,0.1-0.2,0.16c-0.04,0.03-0.09,0.07-0.13,0.1c-0.04,0.03-0.09,0.07-0.13,0.1C10,9.13,9.95,9.17,9.91,9.2 C9.87,9.24,9.83,9.27,9.79,9.31C9.77,9.32,9.75,9.33,9.74,9.35C9.72,9.36,9.71,9.37,9.69,9.39C9.67,9.4,9.66,9.42,9.64,9.43 C9.63,9.44,9.61,9.46,9.59,9.47C9.54,9.52,9.49,9.56,9.43,9.61C9.38,9.65,9.33,9.7,9.27,9.74C9.22,9.79,9.17,9.84,9.11,9.88 c-0.05,0.05-0.11,0.09-0.16,0.14c-0.27,0.24-0.54,0.49-0.81,0.75c-0.26,0.25-0.53,0.51-0.78,0.78c-0.26,0.26-0.51,0.53-0.76,0.81 c-0.25,0.27-0.49,0.55-0.73,0.84c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.07,0.08-0.1,0.12 c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.07,0.08-0.1,0.12c-0.03,0.04-0.06,0.08-0.1,0.12c-0.03,0.04-0.06,0.08-0.1,0.12 c-0.03,0.04-0.06,0.08-0.1,0.12c0,0.01-0.01,0.01-0.01,0.02c0,0.01-0.01,0.01-0.01,0.02c0,0.01-0.01,0.01-0.01,0.02 c0,0.01-0.01,0.01-0.01,0.02c-0.03,0.03-0.05,0.07-0.08,0.1c-0.03,0.03-0.05,0.07-0.08,0.1c-0.03,0.03-0.05,0.07-0.08,0.11 c-0.03,0.03-0.05,0.07-0.08,0.11c-0.03,0.04-0.06,0.08-0.09,0.12c-0.03,0.04-0.06,0.08-0.09,0.12C4.5,14.96,4.47,15,4.44,15.05 c-0.03,0.04-0.06,0.08-0.09,0.13c0,0-0.01,0.01-0.01,0.01c0,0-0.01,0.01-0.01,0.01c0,0-0.01,0.01-0.01,0.01c0,0-0.01,0.01-0.01,0.01 c-0.15,0.22-0.31,0.44-0.46,0.67c-0.15,0.22-0.3,0.45-0.44,0.68c-0.14,0.23-0.29,0.46-0.43,0.7C2.85,17.52,2.71,17.76,2.58,18 c-0.08-0.19-0.16-0.38-0.23-0.56c-0.07-0.18-0.14-0.35-0.21-0.51c-0.07-0.16-0.13-0.32-0.19-0.47c-0.06-0.15-0.12-0.3-0.18-0.45 l-0.01,0.01l0.01-0.03c-0.01-0.03-0.02-0.05-0.03-0.08c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07 c-0.01-0.02-0.02-0.05-0.03-0.07c0-0.01-0.01-0.02-0.01-0.02c0-0.01-0.01-0.02-0.01-0.02c0-0.01-0.01-0.02-0.01-0.02 c0-0.01-0.01-0.02-0.01-0.02c-0.01-0.02-0.01-0.04-0.02-0.05c-0.01-0.02-0.01-0.04-0.02-0.05c-0.01-0.02-0.01-0.04-0.02-0.05 c-0.01-0.02-0.01-0.04-0.02-0.05c-0.01-0.03-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07 c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07c-0.01-0.02-0.02-0.05-0.03-0.07 c-0.01-0.02-0.02-0.05-0.03-0.07c-0.02-0.05-0.04-0.1-0.06-0.16c-0.02-0.05-0.04-0.1-0.06-0.16c-0.02-0.05-0.04-0.11-0.06-0.16 c-0.02-0.05-0.04-0.11-0.06-0.16c-0.08-0.23-0.16-0.47-0.25-0.72c-0.08-0.25-0.17-0.5-0.26-0.77c-0.09-0.27-0.18-0.55-0.27-0.84 c-0.09-0.29-0.19-0.6-0.29-0.93c0.05,0.07,0.1,0.15,0.15,0.22c0.05,0.07,0.1,0.14,0.14,0.2c0.05,0.07,0.09,0.13,0.14,0.19 c0.04,0.06,0.09,0.12,0.13,0.18c0.09,0.13,0.18,0.24,0.27,0.35c0.09,0.11,0.17,0.21,0.24,0.3c0.08,0.09,0.15,0.18,0.23,0.27 c0.07,0.09,0.15,0.17,0.22,0.25c0.02,0.02,0.03,0.04,0.05,0.06c0.02,0.02,0.03,0.04,0.05,0.06c0.02,0.02,0.03,0.04,0.05,0.06 c0.02,0.02,0.03,0.04,0.05,0.06c0.07,0.07,0.13,0.14,0.2,0.22c0.07,0.08,0.14,0.16,0.22,0.24c0.08,0.08,0.16,0.17,0.24,0.27 c0.09,0.1,0.18,0.2,0.27,0.31c0.01,0.01,0.02,0.02,0.03,0.03c0.01,0.01,0.02,0.02,0.03,0.03c0.01,0.01,0.02,0.02,0.03,0.04 c0.01,0.01,0.02,0.02,0.03,0.04c0.02-0.02,0.04-0.05,0.06-0.07c0.02-0.02,0.04-0.05,0.06-0.07c0.02-0.02,0.04-0.05,0.06-0.07 C2.96,14.03,2.98,14,3,13.98c0.03-0.03,0.05-0.06,0.08-0.09c0.03-0.03,0.05-0.06,0.08-0.09c0.03-0.03,0.05-0.06,0.08-0.09 c0.03-0.03,0.05-0.06,0.08-0.09c0.28-0.33,0.58-0.65,0.88-0.97c0.31-0.32,0.63-0.62,0.95-0.92c0.33-0.3,0.67-0.6,1.02-0.88 c0.35-0.29,0.72-0.57,1.09-0.84c0.06-0.04,0.11-0.08,0.17-0.12C7.49,9.83,7.55,9.79,7.6,9.75c0.06-0.04,0.11-0.08,0.17-0.12 c0.06-0.04,0.12-0.08,0.17-0.12C7.97,9.5,7.98,9.49,8,9.48c0.02-0.01,0.03-0.02,0.05-0.03C8.06,9.43,8.08,9.42,8.1,9.41 C8.11,9.4,8.13,9.38,8.14,9.37c0.05-0.03,0.1-0.06,0.14-0.1c0.05-0.03,0.1-0.06,0.14-0.1c0.05-0.03,0.1-0.06,0.14-0.1 c0.05-0.03,0.1-0.06,0.15-0.09C8.79,8.94,8.87,8.9,8.94,8.85C9.01,8.8,9.09,8.76,9.16,8.71c0.07-0.05,0.15-0.09,0.22-0.14 c0.07-0.05,0.15-0.09,0.22-0.14c0.09-0.05,0.17-0.11,0.26-0.16c0.09-0.05,0.17-0.1,0.26-0.16c0.09-0.05,0.18-0.1,0.27-0.15 c0.09-0.05,0.18-0.1,0.27-0.15c0.25-0.14,0.51-0.28,0.76-0.42c0.26-0.14,0.52-0.27,0.78-0.41c0.26-0.13,0.53-0.27,0.79-0.4 c0.27-0.13,0.54-0.26,0.81-0.38c0.01,0,0.02-0.01,0.03-0.01c0.01,0,0.02-0.01,0.03-0.01c0.01,0,0.02-0.01,0.03-0.01 c0.01,0,0.02-0.01,0.03-0.01c0.33-0.15,0.67-0.3,1-0.44c0.34-0.15,0.68-0.29,1.02-0.42c0.34-0.14,0.69-0.27,1.03-0.4 C17.31,4.77,17.65,4.64,17.99,4.53z M15.73,9.59l0.65,4.56l-10.4-0.05c-0.02,0.02-0.04,0.04-0.05,0.07 c-0.02,0.02-0.04,0.04-0.05,0.07c-0.02,0.02-0.04,0.04-0.05,0.07c-0.02,0.02-0.04,0.04-0.05,0.07c-0.02,0.02-0.03,0.04-0.05,0.06 c-0.02,0.02-0.03,0.04-0.05,0.06c-0.02,0.02-0.03,0.04-0.05,0.06c-0.02,0.02-0.03,0.04-0.05,0.06l11.23,0.2l-0.78-5.24L15.73,9.59z M6.75,13.2c-0.04,0.04-0.08,0.09-0.11,0.13c-0.04,0.04-0.08,0.09-0.11,0.13c-0.04,0.04-0.07,0.09-0.11,0.13l9.22-0.07L15.04,9.1 l-0.07-0.53l-0.39,0.04l0.55,4.3l-8.27,0.17C6.83,13.12,6.79,13.16,6.75,13.2z M13.78,7.66l-0.59,0.08 c-0.06,0.04-0.12,0.08-0.18,0.12c-0.06,0.04-0.12,0.08-0.18,0.12c-0.06,0.04-0.12,0.08-0.18,0.12c-0.06,0.04-0.12,0.08-0.18,0.12 c-0.08,0.05-0.16,0.11-0.24,0.16c-0.08,0.06-0.16,0.11-0.24,0.17c-0.08,0.06-0.16,0.11-0.24,0.17c-0.08,0.06-0.16,0.11-0.24,0.17 c-0.07,0.05-0.14,0.1-0.21,0.15c-0.07,0.05-0.14,0.1-0.21,0.15c-0.07,0.05-0.14,0.1-0.2,0.16c-0.07,0.05-0.14,0.11-0.2,0.16 c-0.04,0.03-0.09,0.07-0.13,0.1c-0.04,0.03-0.09,0.07-0.13,0.1c-0.04,0.04-0.09,0.07-0.13,0.11c-0.04,0.04-0.09,0.07-0.13,0.11 c-0.02,0.01-0.03,0.03-0.05,0.04c-0.02,0.01-0.03,0.03-0.05,0.04c-0.02,0.01-0.03,0.03-0.05,0.04c-0.02,0.01-0.03,0.03-0.05,0.04 c-0.06,0.05-0.11,0.09-0.16,0.14c-0.05,0.05-0.11,0.09-0.16,0.14c-0.05,0.05-0.11,0.09-0.16,0.14c-0.05,0.05-0.11,0.09-0.16,0.14 c-0.17,0.15-0.34,0.3-0.51,0.46c-0.17,0.16-0.33,0.31-0.5,0.47c-0.16,0.16-0.33,0.32-0.49,0.48c-0.16,0.16-0.32,0.33-0.48,0.49 l6.98-0.23l-0.48-4.16L13.78,7.66z M13.32,5.73c-0.06,0.03-0.11,0.05-0.17,0.08c-0.06,0.03-0.12,0.06-0.17,0.09 c-0.03,0.01-0.06,0.03-0.08,0.04c0,0,0,0,0,0c-0.02-0.01-0.04-0.03-0.06-0.04c-0.06-0.04-0.13-0.07-0.21-0.09 c-0.07-0.02-0.15-0.04-0.23-0.04c-0.08,0-0.16,0-0.24,0.01l-0.14,0.02c0.07-0.04,0.13-0.08,0.18-0.14c0.05-0.05,0.1-0.11,0.14-0.18 c0.04-0.06,0.06-0.13,0.08-0.2c0.02-0.07,0.02-0.15,0.01-0.22c-0.01-0.1-0.04-0.18-0.08-0.26c-0.05-0.08-0.11-0.14-0.18-0.19 c-0.07-0.05-0.16-0.08-0.25-0.1c-0.09-0.02-0.19-0.02-0.29,0c-0.1,0.02-0.19,0.06-0.27,0.11c-0.08,0.05-0.15,0.11-0.21,0.19 C11.08,4.9,11.03,4.98,11,5.07c-0.03,0.09-0.04,0.18-0.03,0.27c0.01,0.07,0.02,0.14,0.05,0.2c0.03,0.06,0.06,0.12,0.11,0.17 c0.05,0.05,0.1,0.09,0.16,0.12c0.06,0.03,0.13,0.06,0.2,0.07l-0.17,0.03C11.18,5.96,11.06,6,10.94,6.07 c-0.11,0.07-0.21,0.15-0.29,0.25c-0.08,0.1-0.14,0.21-0.19,0.33c-0.04,0.12-0.06,0.25-0.05,0.38l0.02,0.33 c-0.09,0.05-0.17,0.1-0.26,0.16c-0.02,0-0.05,0-0.07,0c0.02-0.01,0.04-0.02,0.06-0.03c-0.06-0.06-0.13-0.11-0.21-0.16 c-0.07-0.04-0.15-0.08-0.24-0.1C9.63,7.2,9.54,7.18,9.45,7.18c-0.09-0.01-0.18,0-0.27,0.01L9.01,7.21c0.08-0.05,0.16-0.1,0.23-0.17 C9.3,6.97,9.36,6.9,9.41,6.81C9.46,6.73,9.5,6.64,9.52,6.55c0.02-0.09,0.03-0.19,0.03-0.29C9.54,6.13,9.51,6.02,9.46,5.92 c-0.05-0.1-0.12-0.18-0.21-0.25C9.17,5.6,9.07,5.56,8.96,5.53c-0.11-0.02-0.22-0.03-0.34,0C8.5,5.55,8.39,5.6,8.29,5.66 C8.19,5.72,8.1,5.81,8.02,5.9C7.95,5.99,7.89,6.1,7.85,6.21C7.81,6.32,7.79,6.44,7.79,6.56c0,0.09,0.02,0.18,0.05,0.26 c0.03,0.08,0.07,0.16,0.12,0.22c0.05,0.07,0.11,0.12,0.18,0.17c0.07,0.04,0.15,0.08,0.23,0.1l-0.2,0.03 C8.01,7.37,7.85,7.42,7.72,7.51C7.58,7.59,7.46,7.7,7.35,7.82C7.25,7.95,7.17,8.1,7.11,8.25c-0.06,0.16-0.09,0.33-0.08,0.5 l0.01,0.74C6.98,9.53,6.93,9.58,6.88,9.62C6.81,9.49,6.74,9.38,6.65,9.28c-0.1-0.11-0.21-0.2-0.33-0.27 C6.2,8.94,6.07,8.89,5.93,8.87C5.8,8.84,5.66,8.83,5.51,8.85L5.3,8.88c0.1-0.06,0.2-0.13,0.29-0.22c0.09-0.09,0.16-0.19,0.23-0.3 c0.06-0.11,0.12-0.23,0.15-0.35C6,7.88,6.02,7.75,6.02,7.62c0-0.17-0.03-0.32-0.08-0.46C5.88,7.03,5.8,6.91,5.71,6.82 C5.61,6.73,5.5,6.67,5.37,6.63c-0.12-0.04-0.26-0.04-0.4-0.02c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0 c-0.14,0.03-0.28,0.08-0.4,0.16c-0.12,0.08-0.23,0.18-0.33,0.3C4.14,7.2,4.07,7.33,4.01,7.48c-0.06,0.15-0.09,0.3-0.1,0.46 c0,0.12,0.01,0.24,0.03,0.35c0.03,0.11,0.07,0.21,0.12,0.3c0.05,0.09,0.12,0.17,0.2,0.23c0.08,0.06,0.17,0.11,0.27,0.14L4.3,9 C4.1,9.03,3.92,9.09,3.75,9.2C3.58,9.3,3.43,9.44,3.3,9.6c-0.13,0.16-0.24,0.35-0.32,0.56c-0.08,0.21-0.13,0.43-0.14,0.67 l-0.12,2.26l-0.53-0.6l0.49-6.3C2.68,6.09,2.71,6,2.74,5.91c0.04-0.09,0.08-0.17,0.14-0.24c0.06-0.07,0.12-0.14,0.2-0.19 C3.15,5.44,3.23,5.4,3.32,5.38l0.71-0.17l0-0.02l0.18-0.04l0.06-1.19C4.3,3.56,4.39,3.15,4.55,2.77c0.16-0.38,0.37-0.75,0.64-1.08 C5.45,1.35,5.76,1.05,6.11,0.8c0.35-0.26,0.74-0.47,1.16-0.61C7.7,0.05,8.12-0.01,8.51,0c0.4,0.02,0.77,0.12,1.1,0.29 c0.33,0.18,0.62,0.43,0.83,0.75c0.21,0.33,0.35,0.73,0.38,1.19l0.1,1.36l0.3-0.07l0,0.02l0.89-0.21c0.13-0.03,0.25-0.03,0.36-0.02 c0.12,0.02,0.22,0.05,0.32,0.11c0.09,0.05,0.17,0.13,0.23,0.21c0.06,0.09,0.1,0.19,0.11,0.31L13.32,5.73z M9.46,3.96L9.4,2.61 C9.39,2.33,9.31,2.09,9.19,1.88C9.07,1.68,8.91,1.51,8.71,1.4C8.52,1.28,8.29,1.21,8.05,1.19C7.81,1.17,7.55,1.2,7.28,1.28 C7.01,1.37,6.76,1.49,6.53,1.65c-0.22,0.16-0.43,0.35-0.6,0.57C5.77,2.43,5.63,2.67,5.53,2.91c-0.1,0.25-0.16,0.5-0.17,0.76 L5.33,4.91L9.46,3.96z"}));wp.blocks.updateCategory("pmpro",{icon:p}),wp.blocks.updateCategory("pmpro-pages",{icon:p})}()}()}();
languages/paid-memberships-pro-ca.mo CHANGED
Binary file
languages/paid-memberships-pro-ca.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:36:56+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -305,6 +305,7 @@ msgstr "WordPress.org"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
 
308
  msgid "N/A"
309
  msgstr "N/A"
310
 
@@ -505,6 +506,7 @@ msgstr "Passarela de pagament (Payment Gateway) &amp; SSL"
505
  #: adminpages/orders.php:1556
506
  #: includes/profile.php:478
507
  #: includes/profile.php:798
 
508
  msgid "Email"
509
  msgstr "Correu electrònic"
510
 
@@ -2713,6 +2715,7 @@ msgstr "%d subscriptor no trobat."
2713
  #: adminpages/reports/login.php:183
2714
  #: adminpages/emailtemplates.php:122
2715
  #: classes/class.memberorder.php:1012
 
2716
  msgid "Username"
2717
  msgstr "Nom d’usuari"
2718
 
@@ -3295,6 +3298,7 @@ msgstr "Any de finalització/expiració"
3295
  #: adminpages/orders.php:1434
3296
  #: includes/profile.php:455
3297
  #: includes/profile.php:541
 
3298
  msgid "Status"
3299
  msgstr "Estat"
3300
 
@@ -3477,6 +3481,7 @@ msgstr "Generat per la passarel·la. Útil per a subscripcions de referències c
3477
  #: adminpages/orders.php:1342
3478
  #: adminpages/orders.php:1435
3479
  #: includes/profile.php:449
 
3480
  msgid "Date"
3481
  msgstr "Data"
3482
 
@@ -8059,6 +8064,8 @@ msgstr "logout"
8059
  #: adminpages/orders.php:1429
8060
  #: includes/profile.php:451
8061
  #: includes/profile.php:536
 
 
8062
  msgid "Level"
8063
  msgstr "Nivell"
8064
 
@@ -8731,6 +8738,7 @@ msgstr "A sota hi ha els detalls del teu compte de subscripció. Un correu elect
8731
  #: pages/confirmation.php:138
8732
  #: shortcodes/pmpro_account.php:247
8733
  #: pages/confirmation.php:65
 
8734
  msgid "Pending"
8735
  msgstr "Pendent"
8736
 
@@ -9331,6 +9339,7 @@ msgstr "Canvi"
9331
  #: pages/account.php:64
9332
  #: shortcodes/pmpro_account.php:90
9333
  #: shortcodes/pmpro_account.php:158
 
9334
  msgid "View all Membership Options"
9335
  msgstr "Mira totes les opcions de subscripció"
9336
 
@@ -9340,6 +9349,7 @@ msgstr "Mira totes les opcions de subscripció"
9340
  #: pages/account.php:71
9341
  #: shortcodes/pmpro_account.php:99
9342
  #: shortcodes/pmpro_account.php:167
 
9343
  msgid "My Account"
9344
  msgstr "El meu compte"
9345
 
@@ -9349,6 +9359,7 @@ msgstr "El meu compte"
9349
  #: pages/account.php:80
9350
  #: shortcodes/pmpro_account.php:110
9351
  #: shortcodes/pmpro_account.php:191
 
9352
  msgid "Edit Profile"
9353
  msgstr "Edita el perfil"
9354
 
@@ -9366,6 +9377,7 @@ msgstr "Edita el perfil"
9366
  #: includes/profile.php:917
9367
  #: includes/profile.php:920
9368
  #: includes/profile.php:957
 
9369
  msgid "Change Password"
9370
  msgstr "Canvia Clau"
9371
 
@@ -9375,6 +9387,7 @@ msgstr "Canvia Clau"
9375
  #: pages/account.php:129
9376
  #: shortcodes/pmpro_account.php:118
9377
  #: shortcodes/pmpro_account.php:219
 
9378
  msgid "Past Invoices"
9379
  msgstr "Factures anteriors"
9380
 
@@ -9382,6 +9395,7 @@ msgstr "Factures anteriors"
9382
  #: pages/account.php:93
9383
  #: shortcodes/pmpro_account.php:124
9384
  #: shortcodes/pmpro_account.php:225
 
9385
  msgid "Amount"
9386
  msgstr "Quantitat"
9387
 
@@ -9391,6 +9405,7 @@ msgstr "Quantitat"
9391
  #: pages/account.php:144
9392
  #: shortcodes/pmpro_account.php:152
9393
  #: shortcodes/pmpro_account.php:264
 
9394
  msgid "View All Invoices"
9395
  msgstr "Mira totes les Factures"
9396
 
@@ -9400,6 +9415,7 @@ msgstr "Mira totes les Factures"
9400
  #: pages/account.php:150
9401
  #: shortcodes/pmpro_account.php:159
9402
  #: shortcodes/pmpro_account.php:271
 
9403
  msgid "Member Links"
9404
  msgstr "Links dels subscriptors"
9405
 
@@ -14634,6 +14650,7 @@ msgstr ""
14634
  #: includes/menus.php:79
14635
  #: includes/menus.php:169
14636
  #: shortcodes/pmpro_account.php:198
 
14637
  msgid "Log Out"
14638
  msgstr ""
14639
 
@@ -14802,6 +14819,7 @@ msgstr ""
14802
  #: pages/invoice.php:43
14803
  #: shortcodes/pmpro_account.php:244
14804
  #: adminpages/orders.php:1705
 
14805
  msgid "Paid"
14806
  msgstr ""
14807
 
@@ -15073,6 +15091,7 @@ msgid "A member's Braintree subscription has expired at %s"
15073
  msgstr ""
15074
 
15075
  #: shortcodes/pmpro_account.php:249
 
15076
  msgid "Refunded"
15077
  msgstr ""
15078
 
@@ -15255,6 +15274,7 @@ msgstr ""
15255
  #: js/blocks.build.js:790
15256
  #: js/blocks.build.js:891
15257
  #: blocks/checkout-button/block.js:71
 
15258
  msgid "Button Text"
15259
  msgstr ""
15260
 
@@ -15263,21 +15283,25 @@ msgstr ""
15263
  #: js/blocks.build.js:807
15264
  #: js/blocks.build.js:910
15265
  #: blocks/checkout-button/block.js:82
 
15266
  msgid "CSS Class"
15267
  msgstr ""
15268
 
15269
  #: blocks/checkout-button/inspector.js:32
15270
  #: js/blocks.build.js:892
 
15271
  msgid "Text for checkout button"
15272
  msgstr ""
15273
 
15274
  #: blocks/checkout-button/inspector.js:40
15275
  #: js/blocks.build.js:901
 
15276
  msgid "The level to link to for checkout button"
15277
  msgstr ""
15278
 
15279
  #: blocks/checkout-button/inspector.js:49
15280
  #: js/blocks.build.js:911
 
15281
  msgid "Additional styling for checkout button"
15282
  msgstr ""
15283
 
@@ -15591,6 +15615,7 @@ msgid "Missing key."
15591
  msgstr ""
15592
 
15593
  #: shortcodes/pmpro_account.php:145
 
15594
  msgctxt "A dash is shown when there is no expiration date."
15595
  msgid "&#8212;"
15596
  msgstr ""
@@ -16989,3 +17014,19 @@ msgstr ""
16989
  #: blocks/membership/block.js:130
16990
  msgid "Membership Required"
16991
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:28+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
308
+ #: shortcodes/pmpro_account.php:261
309
  msgid "N/A"
310
  msgstr "N/A"
311
 
506
  #: adminpages/orders.php:1556
507
  #: includes/profile.php:478
508
  #: includes/profile.php:798
509
+ #: shortcodes/pmpro_account.php:181
510
  msgid "Email"
511
  msgstr "Correu electrònic"
512
 
2715
  #: adminpages/reports/login.php:183
2716
  #: adminpages/emailtemplates.php:122
2717
  #: classes/class.memberorder.php:1012
2718
+ #: shortcodes/pmpro_account.php:180
2719
  msgid "Username"
2720
  msgstr "Nom d’usuari"
2721
 
3298
  #: adminpages/orders.php:1434
3299
  #: includes/profile.php:455
3300
  #: includes/profile.php:541
3301
+ #: shortcodes/pmpro_account.php:233
3302
  msgid "Status"
3303
  msgstr "Estat"
3304
 
3481
  #: adminpages/orders.php:1342
3482
  #: adminpages/orders.php:1435
3483
  #: includes/profile.php:449
3484
+ #: shortcodes/pmpro_account.php:230
3485
  msgid "Date"
3486
  msgstr "Data"
3487
 
8064
  #: adminpages/orders.php:1429
8065
  #: includes/profile.php:451
8066
  #: includes/profile.php:536
8067
+ #: shortcodes/pmpro_account.php:231
8068
+ #: js/blocks.build.js:1
8069
  msgid "Level"
8070
  msgstr "Nivell"
8071
 
8738
  #: pages/confirmation.php:138
8739
  #: shortcodes/pmpro_account.php:247
8740
  #: pages/confirmation.php:65
8741
+ #: shortcodes/pmpro_account.php:254
8742
  msgid "Pending"
8743
  msgstr "Pendent"
8744
 
9339
  #: pages/account.php:64
9340
  #: shortcodes/pmpro_account.php:90
9341
  #: shortcodes/pmpro_account.php:158
9342
+ #: shortcodes/pmpro_account.php:165
9343
  msgid "View all Membership Options"
9344
  msgstr "Mira totes les opcions de subscripció"
9345
 
9349
  #: pages/account.php:71
9350
  #: shortcodes/pmpro_account.php:99
9351
  #: shortcodes/pmpro_account.php:167
9352
+ #: shortcodes/pmpro_account.php:174
9353
  msgid "My Account"
9354
  msgstr "El meu compte"
9355
 
9359
  #: pages/account.php:80
9360
  #: shortcodes/pmpro_account.php:110
9361
  #: shortcodes/pmpro_account.php:191
9362
+ #: shortcodes/pmpro_account.php:198
9363
  msgid "Edit Profile"
9364
  msgstr "Edita el perfil"
9365
 
9377
  #: includes/profile.php:917
9378
  #: includes/profile.php:920
9379
  #: includes/profile.php:957
9380
+ #: shortcodes/pmpro_account.php:202
9381
  msgid "Change Password"
9382
  msgstr "Canvia Clau"
9383
 
9387
  #: pages/account.php:129
9388
  #: shortcodes/pmpro_account.php:118
9389
  #: shortcodes/pmpro_account.php:219
9390
+ #: shortcodes/pmpro_account.php:226
9391
  msgid "Past Invoices"
9392
  msgstr "Factures anteriors"
9393
 
9395
  #: pages/account.php:93
9396
  #: shortcodes/pmpro_account.php:124
9397
  #: shortcodes/pmpro_account.php:225
9398
+ #: shortcodes/pmpro_account.php:232
9399
  msgid "Amount"
9400
  msgstr "Quantitat"
9401
 
9405
  #: pages/account.php:144
9406
  #: shortcodes/pmpro_account.php:152
9407
  #: shortcodes/pmpro_account.php:264
9408
+ #: shortcodes/pmpro_account.php:271
9409
  msgid "View All Invoices"
9410
  msgstr "Mira totes les Factures"
9411
 
9415
  #: pages/account.php:150
9416
  #: shortcodes/pmpro_account.php:159
9417
  #: shortcodes/pmpro_account.php:271
9418
+ #: shortcodes/pmpro_account.php:278
9419
  msgid "Member Links"
9420
  msgstr "Links dels subscriptors"
9421
 
14650
  #: includes/menus.php:79
14651
  #: includes/menus.php:169
14652
  #: shortcodes/pmpro_account.php:198
14653
+ #: shortcodes/pmpro_account.php:205
14654
  msgid "Log Out"
14655
  msgstr ""
14656
 
14819
  #: pages/invoice.php:43
14820
  #: shortcodes/pmpro_account.php:244
14821
  #: adminpages/orders.php:1705
14822
+ #: shortcodes/pmpro_account.php:251
14823
  msgid "Paid"
14824
  msgstr ""
14825
 
15091
  msgstr ""
15092
 
15093
  #: shortcodes/pmpro_account.php:249
15094
+ #: shortcodes/pmpro_account.php:256
15095
  msgid "Refunded"
15096
  msgstr ""
15097
 
15274
  #: js/blocks.build.js:790
15275
  #: js/blocks.build.js:891
15276
  #: blocks/checkout-button/block.js:71
15277
+ #: js/blocks.build.js:1
15278
  msgid "Button Text"
15279
  msgstr ""
15280
 
15283
  #: js/blocks.build.js:807
15284
  #: js/blocks.build.js:910
15285
  #: blocks/checkout-button/block.js:82
15286
+ #: js/blocks.build.js:1
15287
  msgid "CSS Class"
15288
  msgstr ""
15289
 
15290
  #: blocks/checkout-button/inspector.js:32
15291
  #: js/blocks.build.js:892
15292
+ #: js/blocks.build.js:1
15293
  msgid "Text for checkout button"
15294
  msgstr ""
15295
 
15296
  #: blocks/checkout-button/inspector.js:40
15297
  #: js/blocks.build.js:901
15298
+ #: js/blocks.build.js:1
15299
  msgid "The level to link to for checkout button"
15300
  msgstr ""
15301
 
15302
  #: blocks/checkout-button/inspector.js:49
15303
  #: js/blocks.build.js:911
15304
+ #: js/blocks.build.js:1
15305
  msgid "Additional styling for checkout button"
15306
  msgstr ""
15307
 
15615
  msgstr ""
15616
 
15617
  #: shortcodes/pmpro_account.php:145
15618
+ #: shortcodes/pmpro_account.php:152
15619
  msgctxt "A dash is shown when there is no expiration date."
15620
  msgid "&#8212;"
15621
  msgstr ""
17014
  #: blocks/membership/block.js:130
17015
  msgid "Membership Required"
17016
  msgstr ""
17017
+
17018
+ #: blocks/account-profile-section/block.js:24
17019
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
17020
+ msgstr ""
17021
+
17022
+ #: blocks/login/block.js:26
17023
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
17024
+ msgstr ""
17025
+
17026
+ #: blocks/member-profile-edit/block.js:20
17027
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
17028
+ msgstr ""
17029
+
17030
+ #: blocks/membership/block.js:42
17031
+ msgid "conditional"
17032
+ msgstr ""
languages/paid-memberships-pro-ca_AD.mo CHANGED
Binary file
languages/paid-memberships-pro-ca_AD.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:36:59+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -305,6 +305,7 @@ msgstr "WordPress.org"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
 
308
  msgid "N/A"
309
  msgstr "N/A"
310
 
@@ -505,6 +506,7 @@ msgstr "Passarela de pagament (Payment Gateway) &amp; SSL"
505
  #: adminpages/orders.php:1556
506
  #: includes/profile.php:478
507
  #: includes/profile.php:798
 
508
  msgid "Email"
509
  msgstr "Correu electrònic"
510
 
@@ -2713,6 +2715,7 @@ msgstr "%d subscriptor no trobat."
2713
  #: adminpages/reports/login.php:183
2714
  #: adminpages/emailtemplates.php:122
2715
  #: classes/class.memberorder.php:1012
 
2716
  msgid "Username"
2717
  msgstr "Nom d’usuari"
2718
 
@@ -3295,6 +3298,7 @@ msgstr "Any de finalització/expiració"
3295
  #: adminpages/orders.php:1434
3296
  #: includes/profile.php:455
3297
  #: includes/profile.php:541
 
3298
  msgid "Status"
3299
  msgstr "Estat"
3300
 
@@ -3477,6 +3481,7 @@ msgstr "Generat per la passarel·la. Útil per a subscripcions de referències c
3477
  #: adminpages/orders.php:1342
3478
  #: adminpages/orders.php:1435
3479
  #: includes/profile.php:449
 
3480
  msgid "Date"
3481
  msgstr "Data"
3482
 
@@ -8059,6 +8064,8 @@ msgstr "logout"
8059
  #: adminpages/orders.php:1429
8060
  #: includes/profile.php:451
8061
  #: includes/profile.php:536
 
 
8062
  msgid "Level"
8063
  msgstr "Nivell"
8064
 
@@ -8731,6 +8738,7 @@ msgstr "A sota hi ha els detalls del teu compte de subscripció. Un correu elect
8731
  #: pages/confirmation.php:138
8732
  #: shortcodes/pmpro_account.php:247
8733
  #: pages/confirmation.php:65
 
8734
  msgid "Pending"
8735
  msgstr "Pendent"
8736
 
@@ -9331,6 +9339,7 @@ msgstr "Canvi"
9331
  #: pages/account.php:64
9332
  #: shortcodes/pmpro_account.php:90
9333
  #: shortcodes/pmpro_account.php:158
 
9334
  msgid "View all Membership Options"
9335
  msgstr "Mira totes les opcions de subscripció"
9336
 
@@ -9340,6 +9349,7 @@ msgstr "Mira totes les opcions de subscripció"
9340
  #: pages/account.php:71
9341
  #: shortcodes/pmpro_account.php:99
9342
  #: shortcodes/pmpro_account.php:167
 
9343
  msgid "My Account"
9344
  msgstr "El meu compte"
9345
 
@@ -9349,6 +9359,7 @@ msgstr "El meu compte"
9349
  #: pages/account.php:80
9350
  #: shortcodes/pmpro_account.php:110
9351
  #: shortcodes/pmpro_account.php:191
 
9352
  msgid "Edit Profile"
9353
  msgstr "Edita el perfil"
9354
 
@@ -9366,6 +9377,7 @@ msgstr "Edita el perfil"
9366
  #: includes/profile.php:917
9367
  #: includes/profile.php:920
9368
  #: includes/profile.php:957
 
9369
  msgid "Change Password"
9370
  msgstr "Canvia Clau"
9371
 
@@ -9375,6 +9387,7 @@ msgstr "Canvia Clau"
9375
  #: pages/account.php:129
9376
  #: shortcodes/pmpro_account.php:118
9377
  #: shortcodes/pmpro_account.php:219
 
9378
  msgid "Past Invoices"
9379
  msgstr "Factures anteriors"
9380
 
@@ -9382,6 +9395,7 @@ msgstr "Factures anteriors"
9382
  #: pages/account.php:93
9383
  #: shortcodes/pmpro_account.php:124
9384
  #: shortcodes/pmpro_account.php:225
 
9385
  msgid "Amount"
9386
  msgstr "Quantitat"
9387
 
@@ -9391,6 +9405,7 @@ msgstr "Quantitat"
9391
  #: pages/account.php:144
9392
  #: shortcodes/pmpro_account.php:152
9393
  #: shortcodes/pmpro_account.php:264
 
9394
  msgid "View All Invoices"
9395
  msgstr "Mira totes les Factures"
9396
 
@@ -9400,6 +9415,7 @@ msgstr "Mira totes les Factures"
9400
  #: pages/account.php:150
9401
  #: shortcodes/pmpro_account.php:159
9402
  #: shortcodes/pmpro_account.php:271
 
9403
  msgid "Member Links"
9404
  msgstr "Links dels subscriptors"
9405
 
@@ -14634,6 +14650,7 @@ msgstr ""
14634
  #: includes/menus.php:79
14635
  #: includes/menus.php:169
14636
  #: shortcodes/pmpro_account.php:198
 
14637
  msgid "Log Out"
14638
  msgstr ""
14639
 
@@ -14802,6 +14819,7 @@ msgstr ""
14802
  #: pages/invoice.php:43
14803
  #: shortcodes/pmpro_account.php:244
14804
  #: adminpages/orders.php:1705
 
14805
  msgid "Paid"
14806
  msgstr ""
14807
 
@@ -15073,6 +15091,7 @@ msgid "A member's Braintree subscription has expired at %s"
15073
  msgstr ""
15074
 
15075
  #: shortcodes/pmpro_account.php:249
 
15076
  msgid "Refunded"
15077
  msgstr ""
15078
 
@@ -15255,6 +15274,7 @@ msgstr ""
15255
  #: js/blocks.build.js:790
15256
  #: js/blocks.build.js:891
15257
  #: blocks/checkout-button/block.js:71
 
15258
  msgid "Button Text"
15259
  msgstr ""
15260
 
@@ -15263,21 +15283,25 @@ msgstr ""
15263
  #: js/blocks.build.js:807
15264
  #: js/blocks.build.js:910
15265
  #: blocks/checkout-button/block.js:82
 
15266
  msgid "CSS Class"
15267
  msgstr ""
15268
 
15269
  #: blocks/checkout-button/inspector.js:32
15270
  #: js/blocks.build.js:892
 
15271
  msgid "Text for checkout button"
15272
  msgstr ""
15273
 
15274
  #: blocks/checkout-button/inspector.js:40
15275
  #: js/blocks.build.js:901
 
15276
  msgid "The level to link to for checkout button"
15277
  msgstr ""
15278
 
15279
  #: blocks/checkout-button/inspector.js:49
15280
  #: js/blocks.build.js:911
 
15281
  msgid "Additional styling for checkout button"
15282
  msgstr ""
15283
 
@@ -15591,6 +15615,7 @@ msgid "Missing key."
15591
  msgstr ""
15592
 
15593
  #: shortcodes/pmpro_account.php:145
 
15594
  msgctxt "A dash is shown when there is no expiration date."
15595
  msgid "&#8212;"
15596
  msgstr ""
@@ -16989,3 +17014,19 @@ msgstr ""
16989
  #: blocks/membership/block.js:130
16990
  msgid "Membership Required"
16991
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:30+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
308
+ #: shortcodes/pmpro_account.php:261
309
  msgid "N/A"
310
  msgstr "N/A"
311
 
506
  #: adminpages/orders.php:1556
507
  #: includes/profile.php:478
508
  #: includes/profile.php:798
509
+ #: shortcodes/pmpro_account.php:181
510
  msgid "Email"
511
  msgstr "Correu electrònic"
512
 
2715
  #: adminpages/reports/login.php:183
2716
  #: adminpages/emailtemplates.php:122
2717
  #: classes/class.memberorder.php:1012
2718
+ #: shortcodes/pmpro_account.php:180
2719
  msgid "Username"
2720
  msgstr "Nom d’usuari"
2721
 
3298
  #: adminpages/orders.php:1434
3299
  #: includes/profile.php:455
3300
  #: includes/profile.php:541
3301
+ #: shortcodes/pmpro_account.php:233
3302
  msgid "Status"
3303
  msgstr "Estat"
3304
 
3481
  #: adminpages/orders.php:1342
3482
  #: adminpages/orders.php:1435
3483
  #: includes/profile.php:449
3484
+ #: shortcodes/pmpro_account.php:230
3485
  msgid "Date"
3486
  msgstr "Data"
3487
 
8064
  #: adminpages/orders.php:1429
8065
  #: includes/profile.php:451
8066
  #: includes/profile.php:536
8067
+ #: shortcodes/pmpro_account.php:231
8068
+ #: js/blocks.build.js:1
8069
  msgid "Level"
8070
  msgstr "Nivell"
8071
 
8738
  #: pages/confirmation.php:138
8739
  #: shortcodes/pmpro_account.php:247
8740
  #: pages/confirmation.php:65
8741
+ #: shortcodes/pmpro_account.php:254
8742
  msgid "Pending"
8743
  msgstr "Pendent"
8744
 
9339
  #: pages/account.php:64
9340
  #: shortcodes/pmpro_account.php:90
9341
  #: shortcodes/pmpro_account.php:158
9342
+ #: shortcodes/pmpro_account.php:165
9343
  msgid "View all Membership Options"
9344
  msgstr "Mira totes les opcions de subscripció"
9345
 
9349
  #: pages/account.php:71
9350
  #: shortcodes/pmpro_account.php:99
9351
  #: shortcodes/pmpro_account.php:167
9352
+ #: shortcodes/pmpro_account.php:174
9353
  msgid "My Account"
9354
  msgstr "El meu compte"
9355
 
9359
  #: pages/account.php:80
9360
  #: shortcodes/pmpro_account.php:110
9361
  #: shortcodes/pmpro_account.php:191
9362
+ #: shortcodes/pmpro_account.php:198
9363
  msgid "Edit Profile"
9364
  msgstr "Edita el perfil"
9365
 
9377
  #: includes/profile.php:917
9378
  #: includes/profile.php:920
9379
  #: includes/profile.php:957
9380
+ #: shortcodes/pmpro_account.php:202
9381
  msgid "Change Password"
9382
  msgstr "Canvia Clau"
9383
 
9387
  #: pages/account.php:129
9388
  #: shortcodes/pmpro_account.php:118
9389
  #: shortcodes/pmpro_account.php:219
9390
+ #: shortcodes/pmpro_account.php:226
9391
  msgid "Past Invoices"
9392
  msgstr "Factures anteriors"
9393
 
9395
  #: pages/account.php:93
9396
  #: shortcodes/pmpro_account.php:124
9397
  #: shortcodes/pmpro_account.php:225
9398
+ #: shortcodes/pmpro_account.php:232
9399
  msgid "Amount"
9400
  msgstr "Quantitat"
9401
 
9405
  #: pages/account.php:144
9406
  #: shortcodes/pmpro_account.php:152
9407
  #: shortcodes/pmpro_account.php:264
9408
+ #: shortcodes/pmpro_account.php:271
9409
  msgid "View All Invoices"
9410
  msgstr "Mira totes les Factures"
9411
 
9415
  #: pages/account.php:150
9416
  #: shortcodes/pmpro_account.php:159
9417
  #: shortcodes/pmpro_account.php:271
9418
+ #: shortcodes/pmpro_account.php:278
9419
  msgid "Member Links"
9420
  msgstr "Links dels subscriptors"
9421
 
14650
  #: includes/menus.php:79
14651
  #: includes/menus.php:169
14652
  #: shortcodes/pmpro_account.php:198
14653
+ #: shortcodes/pmpro_account.php:205
14654
  msgid "Log Out"
14655
  msgstr ""
14656
 
14819
  #: pages/invoice.php:43
14820
  #: shortcodes/pmpro_account.php:244
14821
  #: adminpages/orders.php:1705
14822
+ #: shortcodes/pmpro_account.php:251
14823
  msgid "Paid"
14824
  msgstr ""
14825
 
15091
  msgstr ""
15092
 
15093
  #: shortcodes/pmpro_account.php:249
15094
+ #: shortcodes/pmpro_account.php:256
15095
  msgid "Refunded"
15096
  msgstr ""
15097
 
15274
  #: js/blocks.build.js:790
15275
  #: js/blocks.build.js:891
15276
  #: blocks/checkout-button/block.js:71
15277
+ #: js/blocks.build.js:1
15278
  msgid "Button Text"
15279
  msgstr ""
15280
 
15283
  #: js/blocks.build.js:807
15284
  #: js/blocks.build.js:910
15285
  #: blocks/checkout-button/block.js:82
15286
+ #: js/blocks.build.js:1
15287
  msgid "CSS Class"
15288
  msgstr ""
15289
 
15290
  #: blocks/checkout-button/inspector.js:32
15291
  #: js/blocks.build.js:892
15292
+ #: js/blocks.build.js:1
15293
  msgid "Text for checkout button"
15294
  msgstr ""
15295
 
15296
  #: blocks/checkout-button/inspector.js:40
15297
  #: js/blocks.build.js:901
15298
+ #: js/blocks.build.js:1
15299
  msgid "The level to link to for checkout button"
15300
  msgstr ""
15301
 
15302
  #: blocks/checkout-button/inspector.js:49
15303
  #: js/blocks.build.js:911
15304
+ #: js/blocks.build.js:1
15305
  msgid "Additional styling for checkout button"
15306
  msgstr ""
15307
 
15615
  msgstr ""
15616
 
15617
  #: shortcodes/pmpro_account.php:145
15618
+ #: shortcodes/pmpro_account.php:152
15619
  msgctxt "A dash is shown when there is no expiration date."
15620
  msgid "&#8212;"
15621
  msgstr ""
17014
  #: blocks/membership/block.js:130
17015
  msgid "Membership Required"
17016
  msgstr ""
17017
+
17018
+ #: blocks/account-profile-section/block.js:24
17019
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
17020
+ msgstr ""
17021
+
17022
+ #: blocks/login/block.js:26
17023
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
17024
+ msgstr ""
17025
+
17026
+ #: blocks/member-profile-edit/block.js:20
17027
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
17028
+ msgstr ""
17029
+
17030
+ #: blocks/membership/block.js:42
17031
+ msgid "conditional"
17032
+ msgstr ""
languages/paid-memberships-pro-ca_ES.mo CHANGED
Binary file
languages/paid-memberships-pro-ca_ES.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:01+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -305,6 +305,7 @@ msgstr "WordPress.org"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
 
308
  msgid "N/A"
309
  msgstr "N/A"
310
 
@@ -505,6 +506,7 @@ msgstr "Passarela de pagament (Payment Gateway) &amp; SSL"
505
  #: adminpages/orders.php:1556
506
  #: includes/profile.php:478
507
  #: includes/profile.php:798
 
508
  msgid "Email"
509
  msgstr "Correu electrònic"
510
 
@@ -2713,6 +2715,7 @@ msgstr "%d subscriptor no trobat."
2713
  #: adminpages/reports/login.php:183
2714
  #: adminpages/emailtemplates.php:122
2715
  #: classes/class.memberorder.php:1012
 
2716
  msgid "Username"
2717
  msgstr "Nom d’usuari"
2718
 
@@ -3295,6 +3298,7 @@ msgstr "Any de finalització/expiració"
3295
  #: adminpages/orders.php:1434
3296
  #: includes/profile.php:455
3297
  #: includes/profile.php:541
 
3298
  msgid "Status"
3299
  msgstr "Estat"
3300
 
@@ -3477,6 +3481,7 @@ msgstr "Generat per la passarel·la. Útil per a subscripcions de referències c
3477
  #: adminpages/orders.php:1342
3478
  #: adminpages/orders.php:1435
3479
  #: includes/profile.php:449
 
3480
  msgid "Date"
3481
  msgstr "Data"
3482
 
@@ -8059,6 +8064,8 @@ msgstr "logout"
8059
  #: adminpages/orders.php:1429
8060
  #: includes/profile.php:451
8061
  #: includes/profile.php:536
 
 
8062
  msgid "Level"
8063
  msgstr "Nivell"
8064
 
@@ -8731,6 +8738,7 @@ msgstr "A sota hi ha els detalls del teu compte de subscripció. Un correu elect
8731
  #: pages/confirmation.php:138
8732
  #: shortcodes/pmpro_account.php:247
8733
  #: pages/confirmation.php:65
 
8734
  msgid "Pending"
8735
  msgstr "Pendent"
8736
 
@@ -9331,6 +9339,7 @@ msgstr "Canvi"
9331
  #: pages/account.php:64
9332
  #: shortcodes/pmpro_account.php:90
9333
  #: shortcodes/pmpro_account.php:158
 
9334
  msgid "View all Membership Options"
9335
  msgstr "Mira totes les opcions de subscripció"
9336
 
@@ -9340,6 +9349,7 @@ msgstr "Mira totes les opcions de subscripció"
9340
  #: pages/account.php:71
9341
  #: shortcodes/pmpro_account.php:99
9342
  #: shortcodes/pmpro_account.php:167
 
9343
  msgid "My Account"
9344
  msgstr "El meu compte"
9345
 
@@ -9349,6 +9359,7 @@ msgstr "El meu compte"
9349
  #: pages/account.php:80
9350
  #: shortcodes/pmpro_account.php:110
9351
  #: shortcodes/pmpro_account.php:191
 
9352
  msgid "Edit Profile"
9353
  msgstr "Edita el perfil"
9354
 
@@ -9366,6 +9377,7 @@ msgstr "Edita el perfil"
9366
  #: includes/profile.php:917
9367
  #: includes/profile.php:920
9368
  #: includes/profile.php:957
 
9369
  msgid "Change Password"
9370
  msgstr "Canvia Clau"
9371
 
@@ -9375,6 +9387,7 @@ msgstr "Canvia Clau"
9375
  #: pages/account.php:129
9376
  #: shortcodes/pmpro_account.php:118
9377
  #: shortcodes/pmpro_account.php:219
 
9378
  msgid "Past Invoices"
9379
  msgstr "Factures anteriors"
9380
 
@@ -9382,6 +9395,7 @@ msgstr "Factures anteriors"
9382
  #: pages/account.php:93
9383
  #: shortcodes/pmpro_account.php:124
9384
  #: shortcodes/pmpro_account.php:225
 
9385
  msgid "Amount"
9386
  msgstr "Quantitat"
9387
 
@@ -9391,6 +9405,7 @@ msgstr "Quantitat"
9391
  #: pages/account.php:144
9392
  #: shortcodes/pmpro_account.php:152
9393
  #: shortcodes/pmpro_account.php:264
 
9394
  msgid "View All Invoices"
9395
  msgstr "Mira totes les Factures"
9396
 
@@ -9400,6 +9415,7 @@ msgstr "Mira totes les Factures"
9400
  #: pages/account.php:150
9401
  #: shortcodes/pmpro_account.php:159
9402
  #: shortcodes/pmpro_account.php:271
 
9403
  msgid "Member Links"
9404
  msgstr "Links dels subscriptors"
9405
 
@@ -14634,6 +14650,7 @@ msgstr ""
14634
  #: includes/menus.php:79
14635
  #: includes/menus.php:169
14636
  #: shortcodes/pmpro_account.php:198
 
14637
  msgid "Log Out"
14638
  msgstr ""
14639
 
@@ -14802,6 +14819,7 @@ msgstr ""
14802
  #: pages/invoice.php:43
14803
  #: shortcodes/pmpro_account.php:244
14804
  #: adminpages/orders.php:1705
 
14805
  msgid "Paid"
14806
  msgstr ""
14807
 
@@ -15073,6 +15091,7 @@ msgid "A member's Braintree subscription has expired at %s"
15073
  msgstr ""
15074
 
15075
  #: shortcodes/pmpro_account.php:249
 
15076
  msgid "Refunded"
15077
  msgstr ""
15078
 
@@ -15255,6 +15274,7 @@ msgstr ""
15255
  #: js/blocks.build.js:790
15256
  #: js/blocks.build.js:891
15257
  #: blocks/checkout-button/block.js:71
 
15258
  msgid "Button Text"
15259
  msgstr ""
15260
 
@@ -15263,21 +15283,25 @@ msgstr ""
15263
  #: js/blocks.build.js:807
15264
  #: js/blocks.build.js:910
15265
  #: blocks/checkout-button/block.js:82
 
15266
  msgid "CSS Class"
15267
  msgstr ""
15268
 
15269
  #: blocks/checkout-button/inspector.js:32
15270
  #: js/blocks.build.js:892
 
15271
  msgid "Text for checkout button"
15272
  msgstr ""
15273
 
15274
  #: blocks/checkout-button/inspector.js:40
15275
  #: js/blocks.build.js:901
 
15276
  msgid "The level to link to for checkout button"
15277
  msgstr ""
15278
 
15279
  #: blocks/checkout-button/inspector.js:49
15280
  #: js/blocks.build.js:911
 
15281
  msgid "Additional styling for checkout button"
15282
  msgstr ""
15283
 
@@ -15591,6 +15615,7 @@ msgid "Missing key."
15591
  msgstr ""
15592
 
15593
  #: shortcodes/pmpro_account.php:145
 
15594
  msgctxt "A dash is shown when there is no expiration date."
15595
  msgid "&#8212;"
15596
  msgstr ""
@@ -16989,3 +17014,19 @@ msgstr ""
16989
  #: blocks/membership/block.js:130
16990
  msgid "Membership Required"
16991
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:33+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
308
+ #: shortcodes/pmpro_account.php:261
309
  msgid "N/A"
310
  msgstr "N/A"
311
 
506
  #: adminpages/orders.php:1556
507
  #: includes/profile.php:478
508
  #: includes/profile.php:798
509
+ #: shortcodes/pmpro_account.php:181
510
  msgid "Email"
511
  msgstr "Correu electrònic"
512
 
2715
  #: adminpages/reports/login.php:183
2716
  #: adminpages/emailtemplates.php:122
2717
  #: classes/class.memberorder.php:1012
2718
+ #: shortcodes/pmpro_account.php:180
2719
  msgid "Username"
2720
  msgstr "Nom d’usuari"
2721
 
3298
  #: adminpages/orders.php:1434
3299
  #: includes/profile.php:455
3300
  #: includes/profile.php:541
3301
+ #: shortcodes/pmpro_account.php:233
3302
  msgid "Status"
3303
  msgstr "Estat"
3304
 
3481
  #: adminpages/orders.php:1342
3482
  #: adminpages/orders.php:1435
3483
  #: includes/profile.php:449
3484
+ #: shortcodes/pmpro_account.php:230
3485
  msgid "Date"
3486
  msgstr "Data"
3487
 
8064
  #: adminpages/orders.php:1429
8065
  #: includes/profile.php:451
8066
  #: includes/profile.php:536
8067
+ #: shortcodes/pmpro_account.php:231
8068
+ #: js/blocks.build.js:1
8069
  msgid "Level"
8070
  msgstr "Nivell"
8071
 
8738
  #: pages/confirmation.php:138
8739
  #: shortcodes/pmpro_account.php:247
8740
  #: pages/confirmation.php:65
8741
+ #: shortcodes/pmpro_account.php:254
8742
  msgid "Pending"
8743
  msgstr "Pendent"
8744
 
9339
  #: pages/account.php:64
9340
  #: shortcodes/pmpro_account.php:90
9341
  #: shortcodes/pmpro_account.php:158
9342
+ #: shortcodes/pmpro_account.php:165
9343
  msgid "View all Membership Options"
9344
  msgstr "Mira totes les opcions de subscripció"
9345
 
9349
  #: pages/account.php:71
9350
  #: shortcodes/pmpro_account.php:99
9351
  #: shortcodes/pmpro_account.php:167
9352
+ #: shortcodes/pmpro_account.php:174
9353
  msgid "My Account"
9354
  msgstr "El meu compte"
9355
 
9359
  #: pages/account.php:80
9360
  #: shortcodes/pmpro_account.php:110
9361
  #: shortcodes/pmpro_account.php:191
9362
+ #: shortcodes/pmpro_account.php:198
9363
  msgid "Edit Profile"
9364
  msgstr "Edita el perfil"
9365
 
9377
  #: includes/profile.php:917
9378
  #: includes/profile.php:920
9379
  #: includes/profile.php:957
9380
+ #: shortcodes/pmpro_account.php:202
9381
  msgid "Change Password"
9382
  msgstr "Canvia Clau"
9383
 
9387
  #: pages/account.php:129
9388
  #: shortcodes/pmpro_account.php:118
9389
  #: shortcodes/pmpro_account.php:219
9390
+ #: shortcodes/pmpro_account.php:226
9391
  msgid "Past Invoices"
9392
  msgstr "Factures anteriors"
9393
 
9395
  #: pages/account.php:93
9396
  #: shortcodes/pmpro_account.php:124
9397
  #: shortcodes/pmpro_account.php:225
9398
+ #: shortcodes/pmpro_account.php:232
9399
  msgid "Amount"
9400
  msgstr "Quantitat"
9401
 
9405
  #: pages/account.php:144
9406
  #: shortcodes/pmpro_account.php:152
9407
  #: shortcodes/pmpro_account.php:264
9408
+ #: shortcodes/pmpro_account.php:271
9409
  msgid "View All Invoices"
9410
  msgstr "Mira totes les Factures"
9411
 
9415
  #: pages/account.php:150
9416
  #: shortcodes/pmpro_account.php:159
9417
  #: shortcodes/pmpro_account.php:271
9418
+ #: shortcodes/pmpro_account.php:278
9419
  msgid "Member Links"
9420
  msgstr "Links dels subscriptors"
9421
 
14650
  #: includes/menus.php:79
14651
  #: includes/menus.php:169
14652
  #: shortcodes/pmpro_account.php:198
14653
+ #: shortcodes/pmpro_account.php:205
14654
  msgid "Log Out"
14655
  msgstr ""
14656
 
14819
  #: pages/invoice.php:43
14820
  #: shortcodes/pmpro_account.php:244
14821
  #: adminpages/orders.php:1705
14822
+ #: shortcodes/pmpro_account.php:251
14823
  msgid "Paid"
14824
  msgstr ""
14825
 
15091
  msgstr ""
15092
 
15093
  #: shortcodes/pmpro_account.php:249
15094
+ #: shortcodes/pmpro_account.php:256
15095
  msgid "Refunded"
15096
  msgstr ""
15097
 
15274
  #: js/blocks.build.js:790
15275
  #: js/blocks.build.js:891
15276
  #: blocks/checkout-button/block.js:71
15277
+ #: js/blocks.build.js:1
15278
  msgid "Button Text"
15279
  msgstr ""
15280
 
15283
  #: js/blocks.build.js:807
15284
  #: js/blocks.build.js:910
15285
  #: blocks/checkout-button/block.js:82
15286
+ #: js/blocks.build.js:1
15287
  msgid "CSS Class"
15288
  msgstr ""
15289
 
15290
  #: blocks/checkout-button/inspector.js:32
15291
  #: js/blocks.build.js:892
15292
+ #: js/blocks.build.js:1
15293
  msgid "Text for checkout button"
15294
  msgstr ""
15295
 
15296
  #: blocks/checkout-button/inspector.js:40
15297
  #: js/blocks.build.js:901
15298
+ #: js/blocks.build.js:1
15299
  msgid "The level to link to for checkout button"
15300
  msgstr ""
15301
 
15302
  #: blocks/checkout-button/inspector.js:49
15303
  #: js/blocks.build.js:911
15304
+ #: js/blocks.build.js:1
15305
  msgid "Additional styling for checkout button"
15306
  msgstr ""
15307
 
15615
  msgstr ""
15616
 
15617
  #: shortcodes/pmpro_account.php:145
15618
+ #: shortcodes/pmpro_account.php:152
15619
  msgctxt "A dash is shown when there is no expiration date."
15620
  msgid "&#8212;"
15621
  msgstr ""
17014
  #: blocks/membership/block.js:130
17015
  msgid "Membership Required"
17016
  msgstr ""
17017
+
17018
+ #: blocks/account-profile-section/block.js:24
17019
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
17020
+ msgstr ""
17021
+
17022
+ #: blocks/login/block.js:26
17023
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
17024
+ msgstr ""
17025
+
17026
+ #: blocks/member-profile-edit/block.js:20
17027
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
17028
+ msgstr ""
17029
+
17030
+ #: blocks/membership/block.js:42
17031
+ msgid "conditional"
17032
+ msgstr ""
languages/paid-memberships-pro-cs_CZ.mo CHANGED
Binary file
languages/paid-memberships-pro-cs_CZ.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:03+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -207,6 +207,7 @@ msgstr "Platební brána &amp; SSL"
207
  #: adminpages/orders.php:1556
208
  #: includes/profile.php:478
209
  #: includes/profile.php:798
 
210
  msgid "Email"
211
  msgstr "E-mail"
212
 
@@ -2109,6 +2110,7 @@ msgstr "%d členů nalezeno"
2109
  #: adminpages/reports/login.php:183
2110
  #: adminpages/emailtemplates.php:122
2111
  #: classes/class.memberorder.php:1012
 
2112
  msgid "Username"
2113
  msgstr "Uživatelské jméno"
2114
 
@@ -2580,6 +2582,7 @@ msgstr "Rok expirace"
2580
  #: adminpages/orders.php:1434
2581
  #: includes/profile.php:455
2582
  #: includes/profile.php:541
 
2583
  msgid "Status"
2584
  msgstr "Stav"
2585
 
@@ -2736,6 +2739,7 @@ msgstr "Generováno platební bránou. Užitečné pro spárování předplatné
2736
  #: adminpages/orders.php:1342
2737
  #: adminpages/orders.php:1435
2738
  #: includes/profile.php:449
 
2739
  msgid "Date"
2740
  msgstr "Datum"
2741
 
@@ -6229,6 +6233,8 @@ msgstr "Moje členství"
6229
  #: adminpages/orders.php:1429
6230
  #: includes/profile.php:451
6231
  #: includes/profile.php:536
 
 
6232
  msgid "Level"
6233
  msgstr "Úroveň"
6234
 
@@ -6259,6 +6265,7 @@ msgstr "Změnit"
6259
 
6260
  #: pages/account.php:64
6261
  #: shortcodes/pmpro_account.php:158
 
6262
  msgid "View all Membership Options"
6263
  msgstr "Zobrazit všechny možnosti členství"
6264
 
@@ -6266,6 +6273,7 @@ msgstr "Zobrazit všechny možnosti členství"
6266
  #: pages/account.php:46
6267
  #: pages/account.php:50
6268
  #: shortcodes/pmpro_account.php:167
 
6269
  msgid "My Account"
6270
  msgstr "Muj účet"
6271
 
@@ -6273,6 +6281,7 @@ msgstr "Muj účet"
6273
  #: pages/account.php:55
6274
  #: pages/account.php:59
6275
  #: shortcodes/pmpro_account.php:191
 
6276
  msgid "Edit Profile"
6277
  msgstr "Upravit profil"
6278
 
@@ -6288,6 +6297,7 @@ msgstr "Upravit profil"
6288
  #: includes/profile.php:917
6289
  #: includes/profile.php:920
6290
  #: includes/profile.php:957
 
6291
  msgid "Change Password"
6292
  msgstr "Změnit heslo"
6293
 
@@ -6295,11 +6305,13 @@ msgstr "Změnit heslo"
6295
  #: pages/account.php:125
6296
  #: pages/account.php:129
6297
  #: shortcodes/pmpro_account.php:219
 
6298
  msgid "Past Invoices"
6299
  msgstr "Minulá vyúčtování"
6300
 
6301
  #: pages/account.php:93
6302
  #: shortcodes/pmpro_account.php:225
 
6303
  msgid "Amount"
6304
  msgstr "Částka"
6305
 
@@ -6307,6 +6319,7 @@ msgstr "Částka"
6307
  #: pages/account.php:140
6308
  #: pages/account.php:144
6309
  #: shortcodes/pmpro_account.php:264
 
6310
  msgid "View All Invoices"
6311
  msgstr "Zobrazit všechna vyúčtování"
6312
 
@@ -6314,6 +6327,7 @@ msgstr "Zobrazit všechna vyúčtování"
6314
  #: pages/account.php:146
6315
  #: pages/account.php:150
6316
  #: shortcodes/pmpro_account.php:271
 
6317
  msgid "Member Links"
6318
  msgstr "Odkazy pro členy"
6319
 
@@ -6873,6 +6887,7 @@ msgstr "Níže jsou uvedeny informace o Vašem členském účtu. Na %s byl odes
6873
  #: pages/confirmation.php:138
6874
  #: shortcodes/pmpro_account.php:247
6875
  #: pages/confirmation.php:65
 
6876
  msgid "Pending"
6877
  msgstr "Čekající"
6878
 
@@ -7809,6 +7824,7 @@ msgstr ""
7809
  #: includes/profile.php:556
7810
  #: includes/profile.php:557
7811
  #: includes/profile.php:558
 
7812
  msgid "N/A"
7813
  msgstr ""
7814
 
@@ -12940,6 +12956,7 @@ msgstr ""
12940
  #: includes/menus.php:79
12941
  #: includes/menus.php:169
12942
  #: shortcodes/pmpro_account.php:198
 
12943
  msgid "Log Out"
12944
  msgstr ""
12945
 
@@ -13113,6 +13130,7 @@ msgstr ""
13113
  #: pages/invoice.php:43
13114
  #: shortcodes/pmpro_account.php:244
13115
  #: adminpages/orders.php:1705
 
13116
  msgid "Paid"
13117
  msgstr ""
13118
 
@@ -13410,6 +13428,7 @@ msgid "A member's Braintree subscription has expired at %s"
13410
  msgstr ""
13411
 
13412
  #: shortcodes/pmpro_account.php:249
 
13413
  msgid "Refunded"
13414
  msgstr ""
13415
 
@@ -13592,6 +13611,7 @@ msgstr ""
13592
  #: js/blocks.build.js:790
13593
  #: js/blocks.build.js:891
13594
  #: blocks/checkout-button/block.js:71
 
13595
  msgid "Button Text"
13596
  msgstr ""
13597
 
@@ -13600,21 +13620,25 @@ msgstr ""
13600
  #: js/blocks.build.js:807
13601
  #: js/blocks.build.js:910
13602
  #: blocks/checkout-button/block.js:82
 
13603
  msgid "CSS Class"
13604
  msgstr ""
13605
 
13606
  #: blocks/checkout-button/inspector.js:32
13607
  #: js/blocks.build.js:892
 
13608
  msgid "Text for checkout button"
13609
  msgstr ""
13610
 
13611
  #: blocks/checkout-button/inspector.js:40
13612
  #: js/blocks.build.js:901
 
13613
  msgid "The level to link to for checkout button"
13614
  msgstr ""
13615
 
13616
  #: blocks/checkout-button/inspector.js:49
13617
  #: js/blocks.build.js:911
 
13618
  msgid "Additional styling for checkout button"
13619
  msgstr ""
13620
 
@@ -13934,6 +13958,7 @@ msgid "Missing key."
13934
  msgstr ""
13935
 
13936
  #: shortcodes/pmpro_account.php:145
 
13937
  msgctxt "A dash is shown when there is no expiration date."
13938
  msgid "&#8212;"
13939
  msgstr ""
@@ -15341,3 +15366,19 @@ msgstr ""
15341
  #: blocks/membership/block.js:130
15342
  msgid "Membership Required"
15343
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:35+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
207
  #: adminpages/orders.php:1556
208
  #: includes/profile.php:478
209
  #: includes/profile.php:798
210
+ #: shortcodes/pmpro_account.php:181
211
  msgid "Email"
212
  msgstr "E-mail"
213
 
2110
  #: adminpages/reports/login.php:183
2111
  #: adminpages/emailtemplates.php:122
2112
  #: classes/class.memberorder.php:1012
2113
+ #: shortcodes/pmpro_account.php:180
2114
  msgid "Username"
2115
  msgstr "Uživatelské jméno"
2116
 
2582
  #: adminpages/orders.php:1434
2583
  #: includes/profile.php:455
2584
  #: includes/profile.php:541
2585
+ #: shortcodes/pmpro_account.php:233
2586
  msgid "Status"
2587
  msgstr "Stav"
2588
 
2739
  #: adminpages/orders.php:1342
2740
  #: adminpages/orders.php:1435
2741
  #: includes/profile.php:449
2742
+ #: shortcodes/pmpro_account.php:230
2743
  msgid "Date"
2744
  msgstr "Datum"
2745
 
6233
  #: adminpages/orders.php:1429
6234
  #: includes/profile.php:451
6235
  #: includes/profile.php:536
6236
+ #: shortcodes/pmpro_account.php:231
6237
+ #: js/blocks.build.js:1
6238
  msgid "Level"
6239
  msgstr "Úroveň"
6240
 
6265
 
6266
  #: pages/account.php:64
6267
  #: shortcodes/pmpro_account.php:158
6268
+ #: shortcodes/pmpro_account.php:165
6269
  msgid "View all Membership Options"
6270
  msgstr "Zobrazit všechny možnosti členství"
6271
 
6273
  #: pages/account.php:46
6274
  #: pages/account.php:50
6275
  #: shortcodes/pmpro_account.php:167
6276
+ #: shortcodes/pmpro_account.php:174
6277
  msgid "My Account"
6278
  msgstr "Muj účet"
6279
 
6281
  #: pages/account.php:55
6282
  #: pages/account.php:59
6283
  #: shortcodes/pmpro_account.php:191
6284
+ #: shortcodes/pmpro_account.php:198
6285
  msgid "Edit Profile"
6286
  msgstr "Upravit profil"
6287
 
6297
  #: includes/profile.php:917
6298
  #: includes/profile.php:920
6299
  #: includes/profile.php:957
6300
+ #: shortcodes/pmpro_account.php:202
6301
  msgid "Change Password"
6302
  msgstr "Změnit heslo"
6303
 
6305
  #: pages/account.php:125
6306
  #: pages/account.php:129
6307
  #: shortcodes/pmpro_account.php:219
6308
+ #: shortcodes/pmpro_account.php:226
6309
  msgid "Past Invoices"
6310
  msgstr "Minulá vyúčtování"
6311
 
6312
  #: pages/account.php:93
6313
  #: shortcodes/pmpro_account.php:225
6314
+ #: shortcodes/pmpro_account.php:232
6315
  msgid "Amount"
6316
  msgstr "Částka"
6317
 
6319
  #: pages/account.php:140
6320
  #: pages/account.php:144
6321
  #: shortcodes/pmpro_account.php:264
6322
+ #: shortcodes/pmpro_account.php:271
6323
  msgid "View All Invoices"
6324
  msgstr "Zobrazit všechna vyúčtování"
6325
 
6327
  #: pages/account.php:146
6328
  #: pages/account.php:150
6329
  #: shortcodes/pmpro_account.php:271
6330
+ #: shortcodes/pmpro_account.php:278
6331
  msgid "Member Links"
6332
  msgstr "Odkazy pro členy"
6333
 
6887
  #: pages/confirmation.php:138
6888
  #: shortcodes/pmpro_account.php:247
6889
  #: pages/confirmation.php:65
6890
+ #: shortcodes/pmpro_account.php:254
6891
  msgid "Pending"
6892
  msgstr "Čekající"
6893
 
7824
  #: includes/profile.php:556
7825
  #: includes/profile.php:557
7826
  #: includes/profile.php:558
7827
+ #: shortcodes/pmpro_account.php:261
7828
  msgid "N/A"
7829
  msgstr ""
7830
 
12956
  #: includes/menus.php:79
12957
  #: includes/menus.php:169
12958
  #: shortcodes/pmpro_account.php:198
12959
+ #: shortcodes/pmpro_account.php:205
12960
  msgid "Log Out"
12961
  msgstr ""
12962
 
13130
  #: pages/invoice.php:43
13131
  #: shortcodes/pmpro_account.php:244
13132
  #: adminpages/orders.php:1705
13133
+ #: shortcodes/pmpro_account.php:251
13134
  msgid "Paid"
13135
  msgstr ""
13136
 
13428
  msgstr ""
13429
 
13430
  #: shortcodes/pmpro_account.php:249
13431
+ #: shortcodes/pmpro_account.php:256
13432
  msgid "Refunded"
13433
  msgstr ""
13434
 
13611
  #: js/blocks.build.js:790
13612
  #: js/blocks.build.js:891
13613
  #: blocks/checkout-button/block.js:71
13614
+ #: js/blocks.build.js:1
13615
  msgid "Button Text"
13616
  msgstr ""
13617
 
13620
  #: js/blocks.build.js:807
13621
  #: js/blocks.build.js:910
13622
  #: blocks/checkout-button/block.js:82
13623
+ #: js/blocks.build.js:1
13624
  msgid "CSS Class"
13625
  msgstr ""
13626
 
13627
  #: blocks/checkout-button/inspector.js:32
13628
  #: js/blocks.build.js:892
13629
+ #: js/blocks.build.js:1
13630
  msgid "Text for checkout button"
13631
  msgstr ""
13632
 
13633
  #: blocks/checkout-button/inspector.js:40
13634
  #: js/blocks.build.js:901
13635
+ #: js/blocks.build.js:1
13636
  msgid "The level to link to for checkout button"
13637
  msgstr ""
13638
 
13639
  #: blocks/checkout-button/inspector.js:49
13640
  #: js/blocks.build.js:911
13641
+ #: js/blocks.build.js:1
13642
  msgid "Additional styling for checkout button"
13643
  msgstr ""
13644
 
13958
  msgstr ""
13959
 
13960
  #: shortcodes/pmpro_account.php:145
13961
+ #: shortcodes/pmpro_account.php:152
13962
  msgctxt "A dash is shown when there is no expiration date."
13963
  msgid "&#8212;"
13964
  msgstr ""
15366
  #: blocks/membership/block.js:130
15367
  msgid "Membership Required"
15368
  msgstr ""
15369
+
15370
+ #: blocks/account-profile-section/block.js:24
15371
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
15372
+ msgstr ""
15373
+
15374
+ #: blocks/login/block.js:26
15375
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
15376
+ msgstr ""
15377
+
15378
+ #: blocks/member-profile-edit/block.js:20
15379
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
15380
+ msgstr ""
15381
+
15382
+ #: blocks/membership/block.js:42
15383
+ msgid "conditional"
15384
+ msgstr ""
languages/paid-memberships-pro-da_DK.mo CHANGED
Binary file
languages/paid-memberships-pro-da_DK.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:05+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -201,6 +201,7 @@ msgstr "Betalingsgateway &amp; SSL"
201
  #: adminpages/orders.php:1556
202
  #: includes/profile.php:478
203
  #: includes/profile.php:798
 
204
  msgid "Email"
205
  msgstr "E-mail"
206
 
@@ -1842,6 +1843,7 @@ msgstr "%d medlemmer fundet."
1842
  #: adminpages/reports/login.php:183
1843
  #: adminpages/emailtemplates.php:122
1844
  #: classes/class.memberorder.php:1012
 
1845
  msgid "Username"
1846
  msgstr "Brugernavn"
1847
 
@@ -2297,6 +2299,7 @@ msgstr "Udløbsår"
2297
  #: adminpages/orders.php:1434
2298
  #: includes/profile.php:455
2299
  #: includes/profile.php:541
 
2300
  msgid "Status"
2301
  msgstr "Status"
2302
 
@@ -2462,6 +2465,7 @@ msgstr "Genereret af Gateway. - Nyttigt til krydsreferencer med abonnementer. "
2462
  #: adminpages/orders.php:1342
2463
  #: adminpages/orders.php:1435
2464
  #: includes/profile.php:449
 
2465
  msgid "Date"
2466
  msgstr "Dato"
2467
 
@@ -5058,6 +5062,8 @@ msgstr "Dit medlemskab er <strong>aktiv</strong>."
5058
  #: adminpages/orders.php:1429
5059
  #: includes/profile.php:451
5060
  #: includes/profile.php:536
 
 
5061
  msgid "Level"
5062
  msgstr "Niveau"
5063
 
@@ -5120,12 +5126,14 @@ msgstr "Din første %d betaling ville koste %s."
5120
  #: pages/account.php:50
5121
  #: pages/account.php:46
5122
  #: shortcodes/pmpro_account.php:167
 
5123
  msgid "My Account"
5124
  msgstr "Min Konto"
5125
 
5126
  #: pages/account.php:59
5127
  #: pages/account.php:55
5128
  #: shortcodes/pmpro_account.php:191
 
5129
  msgid "Edit Profile"
5130
  msgstr "Redigér Profil"
5131
 
@@ -5140,6 +5148,7 @@ msgstr "Redigér Profil"
5140
  #: includes/profile.php:917
5141
  #: includes/profile.php:920
5142
  #: includes/profile.php:957
 
5143
  msgid "Change Password"
5144
  msgstr "Skift Adganskode"
5145
 
@@ -5171,18 +5180,21 @@ msgstr "Redigér Betalingsinformationer"
5171
  #: pages/account.php:129
5172
  #: pages/account.php:125
5173
  #: shortcodes/pmpro_account.php:219
 
5174
  msgid "Past Invoices"
5175
  msgstr "Sidste Faktura"
5176
 
5177
  #: pages/account.php:144
5178
  #: pages/account.php:140
5179
  #: shortcodes/pmpro_account.php:264
 
5180
  msgid "View All Invoices"
5181
  msgstr "Se Alle Fakturaer"
5182
 
5183
  #: pages/account.php:150
5184
  #: pages/account.php:146
5185
  #: shortcodes/pmpro_account.php:271
 
5186
  msgid "Member Links"
5187
  msgstr "Medlems Links"
5188
 
@@ -5796,6 +5808,7 @@ msgstr "Herunder er detajlerne omkring dit medlemsskab. En velkomst e-mail er bl
5796
  #: pages/confirmation.php:138
5797
  #: shortcodes/pmpro_account.php:247
5798
  #: pages/confirmation.php:65
 
5799
  msgid "Pending"
5800
  msgstr "Afventer"
5801
 
@@ -6474,6 +6487,7 @@ msgstr ""
6474
  #: includes/profile.php:556
6475
  #: includes/profile.php:557
6476
  #: includes/profile.php:558
 
6477
  msgid "N/A"
6478
  msgstr ""
6479
 
@@ -11876,6 +11890,7 @@ msgstr ""
11876
  #: includes/menus.php:79
11877
  #: includes/menus.php:169
11878
  #: shortcodes/pmpro_account.php:198
 
11879
  msgid "Log Out"
11880
  msgstr ""
11881
 
@@ -12049,6 +12064,7 @@ msgstr ""
12049
  #: pages/invoice.php:43
12050
  #: shortcodes/pmpro_account.php:244
12051
  #: adminpages/orders.php:1705
 
12052
  msgid "Paid"
12053
  msgstr ""
12054
 
@@ -12396,14 +12412,17 @@ msgid "Change"
12396
  msgstr ""
12397
 
12398
  #: shortcodes/pmpro_account.php:158
 
12399
  msgid "View all Membership Options"
12400
  msgstr ""
12401
 
12402
  #: shortcodes/pmpro_account.php:225
 
12403
  msgid "Amount"
12404
  msgstr ""
12405
 
12406
  #: shortcodes/pmpro_account.php:249
 
12407
  msgid "Refunded"
12408
  msgstr ""
12409
 
@@ -12586,6 +12605,7 @@ msgstr ""
12586
  #: js/blocks.build.js:790
12587
  #: js/blocks.build.js:891
12588
  #: blocks/checkout-button/block.js:71
 
12589
  msgid "Button Text"
12590
  msgstr ""
12591
 
@@ -12594,21 +12614,25 @@ msgstr ""
12594
  #: js/blocks.build.js:807
12595
  #: js/blocks.build.js:910
12596
  #: blocks/checkout-button/block.js:82
 
12597
  msgid "CSS Class"
12598
  msgstr ""
12599
 
12600
  #: blocks/checkout-button/inspector.js:32
12601
  #: js/blocks.build.js:892
 
12602
  msgid "Text for checkout button"
12603
  msgstr ""
12604
 
12605
  #: blocks/checkout-button/inspector.js:40
12606
  #: js/blocks.build.js:901
 
12607
  msgid "The level to link to for checkout button"
12608
  msgstr ""
12609
 
12610
  #: blocks/checkout-button/inspector.js:49
12611
  #: js/blocks.build.js:911
 
12612
  msgid "Additional styling for checkout button"
12613
  msgstr ""
12614
 
@@ -12928,6 +12952,7 @@ msgid "Missing key."
12928
  msgstr ""
12929
 
12930
  #: shortcodes/pmpro_account.php:145
 
12931
  msgctxt "A dash is shown when there is no expiration date."
12932
  msgid "&#8212;"
12933
  msgstr ""
@@ -14335,3 +14360,19 @@ msgstr ""
14335
  #: blocks/membership/block.js:130
14336
  msgid "Membership Required"
14337
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:38+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
201
  #: adminpages/orders.php:1556
202
  #: includes/profile.php:478
203
  #: includes/profile.php:798
204
+ #: shortcodes/pmpro_account.php:181
205
  msgid "Email"
206
  msgstr "E-mail"
207
 
1843
  #: adminpages/reports/login.php:183
1844
  #: adminpages/emailtemplates.php:122
1845
  #: classes/class.memberorder.php:1012
1846
+ #: shortcodes/pmpro_account.php:180
1847
  msgid "Username"
1848
  msgstr "Brugernavn"
1849
 
2299
  #: adminpages/orders.php:1434
2300
  #: includes/profile.php:455
2301
  #: includes/profile.php:541
2302
+ #: shortcodes/pmpro_account.php:233
2303
  msgid "Status"
2304
  msgstr "Status"
2305
 
2465
  #: adminpages/orders.php:1342
2466
  #: adminpages/orders.php:1435
2467
  #: includes/profile.php:449
2468
+ #: shortcodes/pmpro_account.php:230
2469
  msgid "Date"
2470
  msgstr "Dato"
2471
 
5062
  #: adminpages/orders.php:1429
5063
  #: includes/profile.php:451
5064
  #: includes/profile.php:536
5065
+ #: shortcodes/pmpro_account.php:231
5066
+ #: js/blocks.build.js:1
5067
  msgid "Level"
5068
  msgstr "Niveau"
5069
 
5126
  #: pages/account.php:50
5127
  #: pages/account.php:46
5128
  #: shortcodes/pmpro_account.php:167
5129
+ #: shortcodes/pmpro_account.php:174
5130
  msgid "My Account"
5131
  msgstr "Min Konto"
5132
 
5133
  #: pages/account.php:59
5134
  #: pages/account.php:55
5135
  #: shortcodes/pmpro_account.php:191
5136
+ #: shortcodes/pmpro_account.php:198
5137
  msgid "Edit Profile"
5138
  msgstr "Redigér Profil"
5139
 
5148
  #: includes/profile.php:917
5149
  #: includes/profile.php:920
5150
  #: includes/profile.php:957
5151
+ #: shortcodes/pmpro_account.php:202
5152
  msgid "Change Password"
5153
  msgstr "Skift Adganskode"
5154
 
5180
  #: pages/account.php:129
5181
  #: pages/account.php:125
5182
  #: shortcodes/pmpro_account.php:219
5183
+ #: shortcodes/pmpro_account.php:226
5184
  msgid "Past Invoices"
5185
  msgstr "Sidste Faktura"
5186
 
5187
  #: pages/account.php:144
5188
  #: pages/account.php:140
5189
  #: shortcodes/pmpro_account.php:264
5190
+ #: shortcodes/pmpro_account.php:271
5191
  msgid "View All Invoices"
5192
  msgstr "Se Alle Fakturaer"
5193
 
5194
  #: pages/account.php:150
5195
  #: pages/account.php:146
5196
  #: shortcodes/pmpro_account.php:271
5197
+ #: shortcodes/pmpro_account.php:278
5198
  msgid "Member Links"
5199
  msgstr "Medlems Links"
5200
 
5808
  #: pages/confirmation.php:138
5809
  #: shortcodes/pmpro_account.php:247
5810
  #: pages/confirmation.php:65
5811
+ #: shortcodes/pmpro_account.php:254
5812
  msgid "Pending"
5813
  msgstr "Afventer"
5814
 
6487
  #: includes/profile.php:556
6488
  #: includes/profile.php:557
6489
  #: includes/profile.php:558
6490
+ #: shortcodes/pmpro_account.php:261
6491
  msgid "N/A"
6492
  msgstr ""
6493
 
11890
  #: includes/menus.php:79
11891
  #: includes/menus.php:169
11892
  #: shortcodes/pmpro_account.php:198
11893
+ #: shortcodes/pmpro_account.php:205
11894
  msgid "Log Out"
11895
  msgstr ""
11896
 
12064
  #: pages/invoice.php:43
12065
  #: shortcodes/pmpro_account.php:244
12066
  #: adminpages/orders.php:1705
12067
+ #: shortcodes/pmpro_account.php:251
12068
  msgid "Paid"
12069
  msgstr ""
12070
 
12412
  msgstr ""
12413
 
12414
  #: shortcodes/pmpro_account.php:158
12415
+ #: shortcodes/pmpro_account.php:165
12416
  msgid "View all Membership Options"
12417
  msgstr ""
12418
 
12419
  #: shortcodes/pmpro_account.php:225
12420
+ #: shortcodes/pmpro_account.php:232
12421
  msgid "Amount"
12422
  msgstr ""
12423
 
12424
  #: shortcodes/pmpro_account.php:249
12425
+ #: shortcodes/pmpro_account.php:256
12426
  msgid "Refunded"
12427
  msgstr ""
12428
 
12605
  #: js/blocks.build.js:790
12606
  #: js/blocks.build.js:891
12607
  #: blocks/checkout-button/block.js:71
12608
+ #: js/blocks.build.js:1
12609
  msgid "Button Text"
12610
  msgstr ""
12611
 
12614
  #: js/blocks.build.js:807
12615
  #: js/blocks.build.js:910
12616
  #: blocks/checkout-button/block.js:82
12617
+ #: js/blocks.build.js:1
12618
  msgid "CSS Class"
12619
  msgstr ""
12620
 
12621
  #: blocks/checkout-button/inspector.js:32
12622
  #: js/blocks.build.js:892
12623
+ #: js/blocks.build.js:1
12624
  msgid "Text for checkout button"
12625
  msgstr ""
12626
 
12627
  #: blocks/checkout-button/inspector.js:40
12628
  #: js/blocks.build.js:901
12629
+ #: js/blocks.build.js:1
12630
  msgid "The level to link to for checkout button"
12631
  msgstr ""
12632
 
12633
  #: blocks/checkout-button/inspector.js:49
12634
  #: js/blocks.build.js:911
12635
+ #: js/blocks.build.js:1
12636
  msgid "Additional styling for checkout button"
12637
  msgstr ""
12638
 
12952
  msgstr ""
12953
 
12954
  #: shortcodes/pmpro_account.php:145
12955
+ #: shortcodes/pmpro_account.php:152
12956
  msgctxt "A dash is shown when there is no expiration date."
12957
  msgid "&#8212;"
12958
  msgstr ""
14360
  #: blocks/membership/block.js:130
14361
  msgid "Membership Required"
14362
  msgstr ""
14363
+
14364
+ #: blocks/account-profile-section/block.js:24
14365
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
14366
+ msgstr ""
14367
+
14368
+ #: blocks/login/block.js:26
14369
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
14370
+ msgstr ""
14371
+
14372
+ #: blocks/member-profile-edit/block.js:20
14373
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
14374
+ msgstr ""
14375
+
14376
+ #: blocks/membership/block.js:42
14377
+ msgid "conditional"
14378
+ msgstr ""
languages/paid-memberships-pro-de_DE.mo CHANGED
Binary file
languages/paid-memberships-pro-de_DE.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:08+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -353,6 +353,7 @@ msgstr "WordPress.org"
353
  #: includes/profile.php:556
354
  #: includes/profile.php:557
355
  #: includes/profile.php:558
 
356
  msgid "N/A"
357
  msgstr "Nicht verfügbar"
358
 
@@ -619,6 +620,7 @@ msgstr "Zahlungsdienstleister &amp; SSL"
619
  #: adminpages/orders.php:1556
620
  #: includes/profile.php:478
621
  #: includes/profile.php:798
 
622
  msgid "Email"
623
  msgstr "Email"
624
 
@@ -3585,6 +3587,7 @@ msgstr "%d Mitglieder gefunden."
3585
  #: adminpages/reports/login.php:183
3586
  #: adminpages/emailtemplates.php:122
3587
  #: classes/class.memberorder.php:1012
 
3588
  msgid "Username"
3589
  msgstr "Username"
3590
 
@@ -4359,6 +4362,7 @@ msgstr "Ablaufdatum Jahr"
4359
  #: adminpages/orders.php:1434
4360
  #: includes/profile.php:455
4361
  #: includes/profile.php:541
 
4362
  msgid "Status"
4363
  msgstr "Status"
4364
 
@@ -4598,6 +4602,7 @@ msgstr "Vom Zahlungsdienstleister generiert. Hilfreich um Zahlungen zuzuordnen."
4598
  #: adminpages/orders.php:1342
4599
  #: adminpages/orders.php:1435
4600
  #: includes/profile.php:449
 
4601
  msgid "Date"
4602
  msgstr "Datum"
4603
 
@@ -11870,6 +11875,8 @@ msgstr "Bestelldatum"
11870
  #: adminpages/orders.php:1429
11871
  #: includes/profile.php:451
11872
  #: includes/profile.php:536
 
 
11873
  msgid "Level"
11874
  msgstr "Paket"
11875
 
@@ -13053,6 +13060,7 @@ msgstr "Unten finden Sie Details zu Ihrem Mitgliedskonto. Eine Wilkommens-E-Mail
13053
  #: pages/confirmation.php:138
13054
  #: shortcodes/pmpro_account.php:247
13055
  #: pages/confirmation.php:65
 
13056
  msgid "Pending"
13057
  msgstr "ausstehend"
13058
 
@@ -13755,6 +13763,7 @@ msgstr "Ändern"
13755
  #: shortcodes/pmpro_account.php:92
13756
  #: shortcodes/pmpro_account.php:93
13757
  #: shortcodes/pmpro_account.php:158
 
13758
  msgid "View all Membership Options"
13759
  msgstr "Alle Mitgliedschafts-Optionen zeigen"
13760
 
@@ -13766,6 +13775,7 @@ msgstr "Alle Mitgliedschafts-Optionen zeigen"
13766
  #: shortcodes/pmpro_account.php:101
13767
  #: shortcodes/pmpro_account.php:102
13768
  #: shortcodes/pmpro_account.php:167
 
13769
  msgid "My Account"
13770
  msgstr "Ihr Account"
13771
 
@@ -13777,6 +13787,7 @@ msgstr "Ihr Account"
13777
  #: shortcodes/pmpro_account.php:112
13778
  #: shortcodes/pmpro_account.php:113
13779
  #: shortcodes/pmpro_account.php:191
 
13780
  msgid "Edit Profile"
13781
  msgstr "Profil editieren"
13782
 
@@ -13796,6 +13807,7 @@ msgstr "Profil editieren"
13796
  #: includes/profile.php:917
13797
  #: includes/profile.php:920
13798
  #: includes/profile.php:957
 
13799
  msgid "Change Password"
13800
  msgstr "Passwort ändern"
13801
 
@@ -13807,6 +13819,7 @@ msgstr "Passwort ändern"
13807
  #: shortcodes/pmpro_account.php:120
13808
  #: shortcodes/pmpro_account.php:121
13809
  #: shortcodes/pmpro_account.php:219
 
13810
  msgid "Past Invoices"
13811
  msgstr "Rechnungen"
13812
 
@@ -13816,6 +13829,7 @@ msgstr "Rechnungen"
13816
  #: shortcodes/pmpro_account.php:126
13817
  #: shortcodes/pmpro_account.php:127
13818
  #: shortcodes/pmpro_account.php:225
 
13819
  msgid "Amount"
13820
  msgstr "Betrag"
13821
 
@@ -13827,6 +13841,7 @@ msgstr "Betrag"
13827
  #: shortcodes/pmpro_account.php:154
13828
  #: shortcodes/pmpro_account.php:155
13829
  #: shortcodes/pmpro_account.php:264
 
13830
  msgid "View All Invoices"
13831
  msgstr "Alle Rechnungen anzeigen"
13832
 
@@ -13838,6 +13853,7 @@ msgstr "Alle Rechnungen anzeigen"
13838
  #: shortcodes/pmpro_account.php:161
13839
  #: shortcodes/pmpro_account.php:162
13840
  #: shortcodes/pmpro_account.php:271
 
13841
  msgid "Member Links"
13842
  msgstr "Account bearbeiten"
13843
 
@@ -18064,6 +18080,7 @@ msgstr ""
18064
  #: includes/menus.php:79
18065
  #: includes/menus.php:169
18066
  #: shortcodes/pmpro_account.php:198
 
18067
  msgid "Log Out"
18068
  msgstr ""
18069
 
@@ -18100,6 +18117,7 @@ msgstr ""
18100
  #: pages/invoice.php:43
18101
  #: shortcodes/pmpro_account.php:244
18102
  #: adminpages/orders.php:1705
 
18103
  msgid "Paid"
18104
  msgstr ""
18105
 
@@ -18325,6 +18343,7 @@ msgid "A member's Braintree subscription has expired at %s"
18325
  msgstr ""
18326
 
18327
  #: shortcodes/pmpro_account.php:249
 
18328
  msgid "Refunded"
18329
  msgstr ""
18330
 
@@ -18507,6 +18526,7 @@ msgstr ""
18507
  #: js/blocks.build.js:790
18508
  #: js/blocks.build.js:891
18509
  #: blocks/checkout-button/block.js:71
 
18510
  msgid "Button Text"
18511
  msgstr ""
18512
 
@@ -18515,21 +18535,25 @@ msgstr ""
18515
  #: js/blocks.build.js:807
18516
  #: js/blocks.build.js:910
18517
  #: blocks/checkout-button/block.js:82
 
18518
  msgid "CSS Class"
18519
  msgstr ""
18520
 
18521
  #: blocks/checkout-button/inspector.js:32
18522
  #: js/blocks.build.js:892
 
18523
  msgid "Text for checkout button"
18524
  msgstr ""
18525
 
18526
  #: blocks/checkout-button/inspector.js:40
18527
  #: js/blocks.build.js:901
 
18528
  msgid "The level to link to for checkout button"
18529
  msgstr ""
18530
 
18531
  #: blocks/checkout-button/inspector.js:49
18532
  #: js/blocks.build.js:911
 
18533
  msgid "Additional styling for checkout button"
18534
  msgstr ""
18535
 
@@ -18843,6 +18867,7 @@ msgid "Missing key."
18843
  msgstr ""
18844
 
18845
  #: shortcodes/pmpro_account.php:145
 
18846
  msgctxt "A dash is shown when there is no expiration date."
18847
  msgid "&#8212;"
18848
  msgstr ""
@@ -20219,3 +20244,19 @@ msgstr ""
20219
  #: blocks/membership/block.js:130
20220
  msgid "Membership Required"
20221
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:40+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
353
  #: includes/profile.php:556
354
  #: includes/profile.php:557
355
  #: includes/profile.php:558
356
+ #: shortcodes/pmpro_account.php:261
357
  msgid "N/A"
358
  msgstr "Nicht verfügbar"
359
 
620
  #: adminpages/orders.php:1556
621
  #: includes/profile.php:478
622
  #: includes/profile.php:798
623
+ #: shortcodes/pmpro_account.php:181
624
  msgid "Email"
625
  msgstr "Email"
626
 
3587
  #: adminpages/reports/login.php:183
3588
  #: adminpages/emailtemplates.php:122
3589
  #: classes/class.memberorder.php:1012
3590
+ #: shortcodes/pmpro_account.php:180
3591
  msgid "Username"
3592
  msgstr "Username"
3593
 
4362
  #: adminpages/orders.php:1434
4363
  #: includes/profile.php:455
4364
  #: includes/profile.php:541
4365
+ #: shortcodes/pmpro_account.php:233
4366
  msgid "Status"
4367
  msgstr "Status"
4368
 
4602
  #: adminpages/orders.php:1342
4603
  #: adminpages/orders.php:1435
4604
  #: includes/profile.php:449
4605
+ #: shortcodes/pmpro_account.php:230
4606
  msgid "Date"
4607
  msgstr "Datum"
4608
 
11875
  #: adminpages/orders.php:1429
11876
  #: includes/profile.php:451
11877
  #: includes/profile.php:536
11878
+ #: shortcodes/pmpro_account.php:231
11879
+ #: js/blocks.build.js:1
11880
  msgid "Level"
11881
  msgstr "Paket"
11882
 
13060
  #: pages/confirmation.php:138
13061
  #: shortcodes/pmpro_account.php:247
13062
  #: pages/confirmation.php:65
13063
+ #: shortcodes/pmpro_account.php:254
13064
  msgid "Pending"
13065
  msgstr "ausstehend"
13066
 
13763
  #: shortcodes/pmpro_account.php:92
13764
  #: shortcodes/pmpro_account.php:93
13765
  #: shortcodes/pmpro_account.php:158
13766
+ #: shortcodes/pmpro_account.php:165
13767
  msgid "View all Membership Options"
13768
  msgstr "Alle Mitgliedschafts-Optionen zeigen"
13769
 
13775
  #: shortcodes/pmpro_account.php:101
13776
  #: shortcodes/pmpro_account.php:102
13777
  #: shortcodes/pmpro_account.php:167
13778
+ #: shortcodes/pmpro_account.php:174
13779
  msgid "My Account"
13780
  msgstr "Ihr Account"
13781
 
13787
  #: shortcodes/pmpro_account.php:112
13788
  #: shortcodes/pmpro_account.php:113
13789
  #: shortcodes/pmpro_account.php:191
13790
+ #: shortcodes/pmpro_account.php:198
13791
  msgid "Edit Profile"
13792
  msgstr "Profil editieren"
13793
 
13807
  #: includes/profile.php:917
13808
  #: includes/profile.php:920
13809
  #: includes/profile.php:957
13810
+ #: shortcodes/pmpro_account.php:202
13811
  msgid "Change Password"
13812
  msgstr "Passwort ändern"
13813
 
13819
  #: shortcodes/pmpro_account.php:120
13820
  #: shortcodes/pmpro_account.php:121
13821
  #: shortcodes/pmpro_account.php:219
13822
+ #: shortcodes/pmpro_account.php:226
13823
  msgid "Past Invoices"
13824
  msgstr "Rechnungen"
13825
 
13829
  #: shortcodes/pmpro_account.php:126
13830
  #: shortcodes/pmpro_account.php:127
13831
  #: shortcodes/pmpro_account.php:225
13832
+ #: shortcodes/pmpro_account.php:232
13833
  msgid "Amount"
13834
  msgstr "Betrag"
13835
 
13841
  #: shortcodes/pmpro_account.php:154
13842
  #: shortcodes/pmpro_account.php:155
13843
  #: shortcodes/pmpro_account.php:264
13844
+ #: shortcodes/pmpro_account.php:271
13845
  msgid "View All Invoices"
13846
  msgstr "Alle Rechnungen anzeigen"
13847
 
13853
  #: shortcodes/pmpro_account.php:161
13854
  #: shortcodes/pmpro_account.php:162
13855
  #: shortcodes/pmpro_account.php:271
13856
+ #: shortcodes/pmpro_account.php:278
13857
  msgid "Member Links"
13858
  msgstr "Account bearbeiten"
13859
 
18080
  #: includes/menus.php:79
18081
  #: includes/menus.php:169
18082
  #: shortcodes/pmpro_account.php:198
18083
+ #: shortcodes/pmpro_account.php:205
18084
  msgid "Log Out"
18085
  msgstr ""
18086
 
18117
  #: pages/invoice.php:43
18118
  #: shortcodes/pmpro_account.php:244
18119
  #: adminpages/orders.php:1705
18120
+ #: shortcodes/pmpro_account.php:251
18121
  msgid "Paid"
18122
  msgstr ""
18123
 
18343
  msgstr ""
18344
 
18345
  #: shortcodes/pmpro_account.php:249
18346
+ #: shortcodes/pmpro_account.php:256
18347
  msgid "Refunded"
18348
  msgstr ""
18349
 
18526
  #: js/blocks.build.js:790
18527
  #: js/blocks.build.js:891
18528
  #: blocks/checkout-button/block.js:71
18529
+ #: js/blocks.build.js:1
18530
  msgid "Button Text"
18531
  msgstr ""
18532
 
18535
  #: js/blocks.build.js:807
18536
  #: js/blocks.build.js:910
18537
  #: blocks/checkout-button/block.js:82
18538
+ #: js/blocks.build.js:1
18539
  msgid "CSS Class"
18540
  msgstr ""
18541
 
18542
  #: blocks/checkout-button/inspector.js:32
18543
  #: js/blocks.build.js:892
18544
+ #: js/blocks.build.js:1
18545
  msgid "Text for checkout button"
18546
  msgstr ""
18547
 
18548
  #: blocks/checkout-button/inspector.js:40
18549
  #: js/blocks.build.js:901
18550
+ #: js/blocks.build.js:1
18551
  msgid "The level to link to for checkout button"
18552
  msgstr ""
18553
 
18554
  #: blocks/checkout-button/inspector.js:49
18555
  #: js/blocks.build.js:911
18556
+ #: js/blocks.build.js:1
18557
  msgid "Additional styling for checkout button"
18558
  msgstr ""
18559
 
18867
  msgstr ""
18868
 
18869
  #: shortcodes/pmpro_account.php:145
18870
+ #: shortcodes/pmpro_account.php:152
18871
  msgctxt "A dash is shown when there is no expiration date."
18872
  msgid "&#8212;"
18873
  msgstr ""
20244
  #: blocks/membership/block.js:130
20245
  msgid "Membership Required"
20246
  msgstr ""
20247
+
20248
+ #: blocks/account-profile-section/block.js:24
20249
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
20250
+ msgstr ""
20251
+
20252
+ #: blocks/login/block.js:26
20253
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
20254
+ msgstr ""
20255
+
20256
+ #: blocks/member-profile-edit/block.js:20
20257
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
20258
+ msgstr ""
20259
+
20260
+ #: blocks/membership/block.js:42
20261
+ msgid "conditional"
20262
+ msgstr ""
languages/paid-memberships-pro-de_DE_formal.mo CHANGED
Binary file
languages/paid-memberships-pro-de_DE_formal.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:10+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -334,6 +334,7 @@ msgstr "WordPress.org"
334
  #: includes/profile.php:556
335
  #: includes/profile.php:557
336
  #: includes/profile.php:558
 
337
  msgid "N/A"
338
  msgstr "Nicht verfügbar"
339
 
@@ -591,6 +592,7 @@ msgstr "Zahlungsdienstleister &amp; SSL"
591
  #: adminpages/orders.php:1556
592
  #: includes/profile.php:478
593
  #: includes/profile.php:798
 
594
  msgid "Email"
595
  msgstr "E-Mail"
596
 
@@ -3456,6 +3458,7 @@ msgstr "%d Mitglieder gefunden."
3456
  #: adminpages/emailtemplates.php:122
3457
  #: adminpages/reports/login.php:183
3458
  #: classes/class.memberorder.php:1012
 
3459
  msgid "Username"
3460
  msgstr "Benutzername"
3461
 
@@ -4178,6 +4181,7 @@ msgstr "Ablaufdatum Jahr"
4178
  #: adminpages/orders.php:1434
4179
  #: includes/profile.php:455
4180
  #: includes/profile.php:541
 
4181
  msgid "Status"
4182
  msgstr "Status"
4183
 
@@ -4390,6 +4394,7 @@ msgstr "Vom Zahlungsdienstleister generiert. Hilfreich um Zahlungen zuzuordnen."
4390
  #: adminpages/dashboard.php:297
4391
  #: adminpages/orders.php:1435
4392
  #: includes/profile.php:449
 
4393
  msgid "Date"
4394
  msgstr "Datum"
4395
 
@@ -11320,6 +11325,8 @@ msgstr "Bestelldatum"
11320
  #: adminpages/reports/login.php:185
11321
  #: includes/profile.php:451
11322
  #: includes/profile.php:536
 
 
11323
  msgid "Level"
11324
  msgstr "Paket"
11325
 
@@ -12485,6 +12492,7 @@ msgstr "Unten finden Sie Details zu Ihrem Mitgliedskonto. Eine Wilkommens-E-Mail
12485
  #: pages/confirmation.php:138
12486
  #: shortcodes/pmpro_account.php:247
12487
  #: pages/confirmation.php:65
 
12488
  msgid "Pending"
12489
  msgstr "Ausstehend"
12490
 
@@ -13177,6 +13185,7 @@ msgstr "Ändern"
13177
  #: shortcodes/pmpro_account.php:92
13178
  #: shortcodes/pmpro_account.php:93
13179
  #: shortcodes/pmpro_account.php:158
 
13180
  msgid "View all Membership Options"
13181
  msgstr "Alle Mitgliedschafts-Optionen zeigen"
13182
 
@@ -13188,6 +13197,7 @@ msgstr "Alle Mitgliedschafts-Optionen zeigen"
13188
  #: shortcodes/pmpro_account.php:101
13189
  #: shortcodes/pmpro_account.php:102
13190
  #: shortcodes/pmpro_account.php:167
 
13191
  msgid "My Account"
13192
  msgstr "Mein Konto"
13193
 
@@ -13199,6 +13209,7 @@ msgstr "Mein Konto"
13199
  #: shortcodes/pmpro_account.php:112
13200
  #: shortcodes/pmpro_account.php:113
13201
  #: shortcodes/pmpro_account.php:191
 
13202
  msgid "Edit Profile"
13203
  msgstr "Profil editieren"
13204
 
@@ -13216,6 +13227,7 @@ msgstr "Profil editieren"
13216
  #: includes/profile.php:921
13217
  #: includes/profile.php:920
13218
  #: includes/profile.php:957
 
13219
  msgid "Change Password"
13220
  msgstr "Passwort ändern"
13221
 
@@ -13227,6 +13239,7 @@ msgstr "Passwort ändern"
13227
  #: shortcodes/pmpro_account.php:120
13228
  #: shortcodes/pmpro_account.php:121
13229
  #: shortcodes/pmpro_account.php:219
 
13230
  msgid "Past Invoices"
13231
  msgstr "Bisherige Rechnungen"
13232
 
@@ -13236,6 +13249,7 @@ msgstr "Bisherige Rechnungen"
13236
  #: shortcodes/pmpro_account.php:126
13237
  #: shortcodes/pmpro_account.php:127
13238
  #: shortcodes/pmpro_account.php:225
 
13239
  msgid "Amount"
13240
  msgstr "Betrag"
13241
 
@@ -13247,6 +13261,7 @@ msgstr "Betrag"
13247
  #: shortcodes/pmpro_account.php:154
13248
  #: shortcodes/pmpro_account.php:155
13249
  #: shortcodes/pmpro_account.php:264
 
13250
  msgid "View All Invoices"
13251
  msgstr "Alle Rechnungen anzeigen"
13252
 
@@ -13258,6 +13273,7 @@ msgstr "Alle Rechnungen anzeigen"
13258
  #: shortcodes/pmpro_account.php:161
13259
  #: shortcodes/pmpro_account.php:162
13260
  #: shortcodes/pmpro_account.php:271
 
13261
  msgid "Member Links"
13262
  msgstr "Mitglieder Links"
13263
 
@@ -17533,6 +17549,7 @@ msgstr "Willkommen, %s"
17533
  #: includes/menus.php:79
17534
  #: includes/menus.php:169
17535
  #: shortcodes/pmpro_account.php:198
 
17536
  msgid "Log Out"
17537
  msgstr "Abmelden"
17538
 
@@ -17569,6 +17586,7 @@ msgstr "Schließen"
17569
  #: pages/invoice.php:43
17570
  #: shortcodes/pmpro_account.php:244
17571
  #: adminpages/orders.php:1705
 
17572
  msgid "Paid"
17573
  msgstr "Bezahlt"
17574
 
@@ -17769,6 +17787,7 @@ msgid "A member's Braintree subscription has expired at %s"
17769
  msgstr "Das Braintree-Abonnement eines Mitglieds ist bei %s abgelaufen"
17770
 
17771
  #: shortcodes/pmpro_account.php:249
 
17772
  msgid "Refunded"
17773
  msgstr "Rückerstattet"
17774
 
@@ -17951,6 +17970,7 @@ msgstr "Paket"
17951
  #: js/blocks.build.js:790
17952
  #: js/blocks.build.js:891
17953
  #: blocks/checkout-button/block.js:71
 
17954
  msgid "Button Text"
17955
  msgstr "Button Text"
17956
 
@@ -17959,21 +17979,25 @@ msgstr "Button Text"
17959
  #: js/blocks.build.js:807
17960
  #: js/blocks.build.js:910
17961
  #: blocks/checkout-button/block.js:82
 
17962
  msgid "CSS Class"
17963
  msgstr "CSS Klasse"
17964
 
17965
  #: blocks/checkout-button/inspector.js:32
17966
  #: js/blocks.build.js:892
 
17967
  msgid "Text for checkout button"
17968
  msgstr "Text für die Schaltfläche „Buchen“"
17969
 
17970
  #: blocks/checkout-button/inspector.js:40
17971
  #: js/blocks.build.js:901
 
17972
  msgid "The level to link to for checkout button"
17973
  msgstr "Die Ebene, auf die für die Schaltfläche \"Buchen\" verlinkt werden soll"
17974
 
17975
  #: blocks/checkout-button/inspector.js:49
17976
  #: js/blocks.build.js:911
 
17977
  msgid "Additional styling for checkout button"
17978
  msgstr "Zusätzliches Styling für Buchungs-Schaltfläche"
17979
 
@@ -18273,6 +18297,7 @@ msgid "Missing key."
18273
  msgstr "Fehlender Schlüssel."
18274
 
18275
  #: shortcodes/pmpro_account.php:145
 
18276
  msgctxt "A dash is shown when there is no expiration date."
18277
  msgid "&#8212;"
18278
  msgstr ""
@@ -19496,3 +19521,19 @@ msgstr ""
19496
  #: blocks/membership/block.js:130
19497
  msgid "Membership Required"
19498
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:42+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
334
  #: includes/profile.php:556
335
  #: includes/profile.php:557
336
  #: includes/profile.php:558
337
+ #: shortcodes/pmpro_account.php:261
338
  msgid "N/A"
339
  msgstr "Nicht verfügbar"
340
 
592
  #: adminpages/orders.php:1556
593
  #: includes/profile.php:478
594
  #: includes/profile.php:798
595
+ #: shortcodes/pmpro_account.php:181
596
  msgid "Email"
597
  msgstr "E-Mail"
598
 
3458
  #: adminpages/emailtemplates.php:122
3459
  #: adminpages/reports/login.php:183
3460
  #: classes/class.memberorder.php:1012
3461
+ #: shortcodes/pmpro_account.php:180
3462
  msgid "Username"
3463
  msgstr "Benutzername"
3464
 
4181
  #: adminpages/orders.php:1434
4182
  #: includes/profile.php:455
4183
  #: includes/profile.php:541
4184
+ #: shortcodes/pmpro_account.php:233
4185
  msgid "Status"
4186
  msgstr "Status"
4187
 
4394
  #: adminpages/dashboard.php:297
4395
  #: adminpages/orders.php:1435
4396
  #: includes/profile.php:449
4397
+ #: shortcodes/pmpro_account.php:230
4398
  msgid "Date"
4399
  msgstr "Datum"
4400
 
11325
  #: adminpages/reports/login.php:185
11326
  #: includes/profile.php:451
11327
  #: includes/profile.php:536
11328
+ #: shortcodes/pmpro_account.php:231
11329
+ #: js/blocks.build.js:1
11330
  msgid "Level"
11331
  msgstr "Paket"
11332
 
12492
  #: pages/confirmation.php:138
12493
  #: shortcodes/pmpro_account.php:247
12494
  #: pages/confirmation.php:65
12495
+ #: shortcodes/pmpro_account.php:254
12496
  msgid "Pending"
12497
  msgstr "Ausstehend"
12498
 
13185
  #: shortcodes/pmpro_account.php:92
13186
  #: shortcodes/pmpro_account.php:93
13187
  #: shortcodes/pmpro_account.php:158
13188
+ #: shortcodes/pmpro_account.php:165
13189
  msgid "View all Membership Options"
13190
  msgstr "Alle Mitgliedschafts-Optionen zeigen"
13191
 
13197
  #: shortcodes/pmpro_account.php:101
13198
  #: shortcodes/pmpro_account.php:102
13199
  #: shortcodes/pmpro_account.php:167
13200
+ #: shortcodes/pmpro_account.php:174
13201
  msgid "My Account"
13202
  msgstr "Mein Konto"
13203
 
13209
  #: shortcodes/pmpro_account.php:112
13210
  #: shortcodes/pmpro_account.php:113
13211
  #: shortcodes/pmpro_account.php:191
13212
+ #: shortcodes/pmpro_account.php:198
13213
  msgid "Edit Profile"
13214
  msgstr "Profil editieren"
13215
 
13227
  #: includes/profile.php:921
13228
  #: includes/profile.php:920
13229
  #: includes/profile.php:957
13230
+ #: shortcodes/pmpro_account.php:202
13231
  msgid "Change Password"
13232
  msgstr "Passwort ändern"
13233
 
13239
  #: shortcodes/pmpro_account.php:120
13240
  #: shortcodes/pmpro_account.php:121
13241
  #: shortcodes/pmpro_account.php:219
13242
+ #: shortcodes/pmpro_account.php:226
13243
  msgid "Past Invoices"
13244
  msgstr "Bisherige Rechnungen"
13245
 
13249
  #: shortcodes/pmpro_account.php:126
13250
  #: shortcodes/pmpro_account.php:127
13251
  #: shortcodes/pmpro_account.php:225
13252
+ #: shortcodes/pmpro_account.php:232
13253
  msgid "Amount"
13254
  msgstr "Betrag"
13255
 
13261
  #: shortcodes/pmpro_account.php:154
13262
  #: shortcodes/pmpro_account.php:155
13263
  #: shortcodes/pmpro_account.php:264
13264
+ #: shortcodes/pmpro_account.php:271
13265
  msgid "View All Invoices"
13266
  msgstr "Alle Rechnungen anzeigen"
13267
 
13273
  #: shortcodes/pmpro_account.php:161
13274
  #: shortcodes/pmpro_account.php:162
13275
  #: shortcodes/pmpro_account.php:271
13276
+ #: shortcodes/pmpro_account.php:278
13277
  msgid "Member Links"
13278
  msgstr "Mitglieder Links"
13279
 
17549
  #: includes/menus.php:79
17550
  #: includes/menus.php:169
17551
  #: shortcodes/pmpro_account.php:198
17552
+ #: shortcodes/pmpro_account.php:205
17553
  msgid "Log Out"
17554
  msgstr "Abmelden"
17555
 
17586
  #: pages/invoice.php:43
17587
  #: shortcodes/pmpro_account.php:244
17588
  #: adminpages/orders.php:1705
17589
+ #: shortcodes/pmpro_account.php:251
17590
  msgid "Paid"
17591
  msgstr "Bezahlt"
17592
 
17787
  msgstr "Das Braintree-Abonnement eines Mitglieds ist bei %s abgelaufen"
17788
 
17789
  #: shortcodes/pmpro_account.php:249
17790
+ #: shortcodes/pmpro_account.php:256
17791
  msgid "Refunded"
17792
  msgstr "Rückerstattet"
17793
 
17970
  #: js/blocks.build.js:790
17971
  #: js/blocks.build.js:891
17972
  #: blocks/checkout-button/block.js:71
17973
+ #: js/blocks.build.js:1
17974
  msgid "Button Text"
17975
  msgstr "Button Text"
17976
 
17979
  #: js/blocks.build.js:807
17980
  #: js/blocks.build.js:910
17981
  #: blocks/checkout-button/block.js:82
17982
+ #: js/blocks.build.js:1
17983
  msgid "CSS Class"
17984
  msgstr "CSS Klasse"
17985
 
17986
  #: blocks/checkout-button/inspector.js:32
17987
  #: js/blocks.build.js:892
17988
+ #: js/blocks.build.js:1
17989
  msgid "Text for checkout button"
17990
  msgstr "Text für die Schaltfläche „Buchen“"
17991
 
17992
  #: blocks/checkout-button/inspector.js:40
17993
  #: js/blocks.build.js:901
17994
+ #: js/blocks.build.js:1
17995
  msgid "The level to link to for checkout button"
17996
  msgstr "Die Ebene, auf die für die Schaltfläche \"Buchen\" verlinkt werden soll"
17997
 
17998
  #: blocks/checkout-button/inspector.js:49
17999
  #: js/blocks.build.js:911
18000
+ #: js/blocks.build.js:1
18001
  msgid "Additional styling for checkout button"
18002
  msgstr "Zusätzliches Styling für Buchungs-Schaltfläche"
18003
 
18297
  msgstr "Fehlender Schlüssel."
18298
 
18299
  #: shortcodes/pmpro_account.php:145
18300
+ #: shortcodes/pmpro_account.php:152
18301
  msgctxt "A dash is shown when there is no expiration date."
18302
  msgid "&#8212;"
18303
  msgstr ""
19521
  #: blocks/membership/block.js:130
19522
  msgid "Membership Required"
19523
  msgstr ""
19524
+
19525
+ #: blocks/account-profile-section/block.js:24
19526
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
19527
+ msgstr ""
19528
+
19529
+ #: blocks/login/block.js:26
19530
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
19531
+ msgstr ""
19532
+
19533
+ #: blocks/member-profile-edit/block.js:20
19534
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
19535
+ msgstr ""
19536
+
19537
+ #: blocks/membership/block.js:42
19538
+ msgid "conditional"
19539
+ msgstr ""
languages/paid-memberships-pro-el_GR.mo CHANGED
Binary file
languages/paid-memberships-pro-el_GR.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:12+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -306,6 +306,7 @@ msgstr "WordPress.org"
306
  #: includes/profile.php:556
307
  #: includes/profile.php:557
308
  #: includes/profile.php:558
 
309
  msgid "N/A"
310
  msgstr "N/A"
311
 
@@ -506,6 +507,7 @@ msgstr "Τρόποι Πληρωμής &amp; SSL"
506
  #: adminpages/orders.php:1556
507
  #: includes/profile.php:478
508
  #: includes/profile.php:798
 
509
  msgid "Email"
510
  msgstr "Email"
511
 
@@ -2786,6 +2788,7 @@ msgstr "Βρέθηκαν %d Συνδρομητές"
2786
  #: adminpages/reports/login.php:183
2787
  #: adminpages/emailtemplates.php:122
2788
  #: classes/class.memberorder.php:1012
 
2789
  msgid "Username"
2790
  msgstr "Username"
2791
 
@@ -3372,6 +3375,7 @@ msgstr "Έτος λήξης"
3372
  #: adminpages/orders.php:1434
3373
  #: includes/profile.php:455
3374
  #: includes/profile.php:541
 
3375
  msgid "Status"
3376
  msgstr "Κατάσταση"
3377
 
@@ -3554,6 +3558,7 @@ msgstr "Δημιουργήθηκε από τον τρόπο πληρωμής. Χ
3554
  #: adminpages/orders.php:1342
3555
  #: adminpages/orders.php:1435
3556
  #: includes/profile.php:449
 
3557
  msgid "Date"
3558
  msgstr "Ημερομηνία"
3559
 
@@ -8277,6 +8282,8 @@ msgstr "αποσύνδεση"
8277
  #: adminpages/orders.php:1429
8278
  #: includes/profile.php:451
8279
  #: includes/profile.php:536
 
 
8280
  msgid "Level"
8281
  msgstr "Επίπεδο"
8282
 
@@ -8972,6 +8979,7 @@ msgstr "Παρακάτω υπάρχουν πληροφορίες σχετικά
8972
  #: pages/confirmation.php:138
8973
  #: shortcodes/pmpro_account.php:247
8974
  #: pages/confirmation.php:65
 
8975
  msgid "Pending"
8976
  msgstr "Σε αναμονή"
8977
 
@@ -9591,6 +9599,7 @@ msgstr "Αλλαγή"
9591
  #: pages/account.php:64
9592
  #: shortcodes/pmpro_account.php:90
9593
  #: shortcodes/pmpro_account.php:158
 
9594
  msgid "View all Membership Options"
9595
  msgstr "Προβολή όλων των Επιλογών Συνδρομής"
9596
 
@@ -9600,6 +9609,7 @@ msgstr "Προβολή όλων των Επιλογών Συνδρομής"
9600
  #: pages/account.php:71
9601
  #: shortcodes/pmpro_account.php:99
9602
  #: shortcodes/pmpro_account.php:167
 
9603
  msgid "My Account"
9604
  msgstr "Ο Λογαριασμός μου"
9605
 
@@ -9609,6 +9619,7 @@ msgstr "Ο Λογαριασμός μου"
9609
  #: pages/account.php:80
9610
  #: shortcodes/pmpro_account.php:110
9611
  #: shortcodes/pmpro_account.php:191
 
9612
  msgid "Edit Profile"
9613
  msgstr "Επεξεργασία Λογαριασμού"
9614
 
@@ -9626,6 +9637,7 @@ msgstr "Επεξεργασία Λογαριασμού"
9626
  #: includes/profile.php:917
9627
  #: includes/profile.php:920
9628
  #: includes/profile.php:957
 
9629
  msgid "Change Password"
9630
  msgstr "Αλλαγή Κωδικού"
9631
 
@@ -9635,6 +9647,7 @@ msgstr "Αλλαγή Κωδικού"
9635
  #: pages/account.php:129
9636
  #: shortcodes/pmpro_account.php:118
9637
  #: shortcodes/pmpro_account.php:219
 
9638
  msgid "Past Invoices"
9639
  msgstr "Προηγούμενα Τιμολόγια"
9640
 
@@ -9642,6 +9655,7 @@ msgstr "Προηγούμενα Τιμολόγια"
9642
  #: pages/account.php:93
9643
  #: shortcodes/pmpro_account.php:124
9644
  #: shortcodes/pmpro_account.php:225
 
9645
  msgid "Amount"
9646
  msgstr "Ποσό"
9647
 
@@ -9651,6 +9665,7 @@ msgstr "Ποσό"
9651
  #: pages/account.php:144
9652
  #: shortcodes/pmpro_account.php:152
9653
  #: shortcodes/pmpro_account.php:264
 
9654
  msgid "View All Invoices"
9655
  msgstr "Προβολή Όλων των Τιμολογίων"
9656
 
@@ -9660,6 +9675,7 @@ msgstr "Προβολή Όλων των Τιμολογίων"
9660
  #: pages/account.php:150
9661
  #: shortcodes/pmpro_account.php:159
9662
  #: shortcodes/pmpro_account.php:271
 
9663
  msgid "Member Links"
9664
  msgstr "Σύνδεσμοι Μέλους"
9665
 
@@ -14894,6 +14910,7 @@ msgstr ""
14894
  #: includes/menus.php:79
14895
  #: includes/menus.php:169
14896
  #: shortcodes/pmpro_account.php:198
 
14897
  msgid "Log Out"
14898
  msgstr ""
14899
 
@@ -15062,6 +15079,7 @@ msgstr ""
15062
  #: pages/invoice.php:43
15063
  #: shortcodes/pmpro_account.php:244
15064
  #: adminpages/orders.php:1705
 
15065
  msgid "Paid"
15066
  msgstr ""
15067
 
@@ -15333,6 +15351,7 @@ msgid "A member's Braintree subscription has expired at %s"
15333
  msgstr ""
15334
 
15335
  #: shortcodes/pmpro_account.php:249
 
15336
  msgid "Refunded"
15337
  msgstr ""
15338
 
@@ -15515,6 +15534,7 @@ msgstr ""
15515
  #: js/blocks.build.js:790
15516
  #: js/blocks.build.js:891
15517
  #: blocks/checkout-button/block.js:71
 
15518
  msgid "Button Text"
15519
  msgstr ""
15520
 
@@ -15523,21 +15543,25 @@ msgstr ""
15523
  #: js/blocks.build.js:807
15524
  #: js/blocks.build.js:910
15525
  #: blocks/checkout-button/block.js:82
 
15526
  msgid "CSS Class"
15527
  msgstr ""
15528
 
15529
  #: blocks/checkout-button/inspector.js:32
15530
  #: js/blocks.build.js:892
 
15531
  msgid "Text for checkout button"
15532
  msgstr ""
15533
 
15534
  #: blocks/checkout-button/inspector.js:40
15535
  #: js/blocks.build.js:901
 
15536
  msgid "The level to link to for checkout button"
15537
  msgstr ""
15538
 
15539
  #: blocks/checkout-button/inspector.js:49
15540
  #: js/blocks.build.js:911
 
15541
  msgid "Additional styling for checkout button"
15542
  msgstr ""
15543
 
@@ -15851,6 +15875,7 @@ msgid "Missing key."
15851
  msgstr ""
15852
 
15853
  #: shortcodes/pmpro_account.php:145
 
15854
  msgctxt "A dash is shown when there is no expiration date."
15855
  msgid "&#8212;"
15856
  msgstr ""
@@ -17249,3 +17274,19 @@ msgstr ""
17249
  #: blocks/membership/block.js:130
17250
  msgid "Membership Required"
17251
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:45+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
306
  #: includes/profile.php:556
307
  #: includes/profile.php:557
308
  #: includes/profile.php:558
309
+ #: shortcodes/pmpro_account.php:261
310
  msgid "N/A"
311
  msgstr "N/A"
312
 
507
  #: adminpages/orders.php:1556
508
  #: includes/profile.php:478
509
  #: includes/profile.php:798
510
+ #: shortcodes/pmpro_account.php:181
511
  msgid "Email"
512
  msgstr "Email"
513
 
2788
  #: adminpages/reports/login.php:183
2789
  #: adminpages/emailtemplates.php:122
2790
  #: classes/class.memberorder.php:1012
2791
+ #: shortcodes/pmpro_account.php:180
2792
  msgid "Username"
2793
  msgstr "Username"
2794
 
3375
  #: adminpages/orders.php:1434
3376
  #: includes/profile.php:455
3377
  #: includes/profile.php:541
3378
+ #: shortcodes/pmpro_account.php:233
3379
  msgid "Status"
3380
  msgstr "Κατάσταση"
3381
 
3558
  #: adminpages/orders.php:1342
3559
  #: adminpages/orders.php:1435
3560
  #: includes/profile.php:449
3561
+ #: shortcodes/pmpro_account.php:230
3562
  msgid "Date"
3563
  msgstr "Ημερομηνία"
3564
 
8282
  #: adminpages/orders.php:1429
8283
  #: includes/profile.php:451
8284
  #: includes/profile.php:536
8285
+ #: shortcodes/pmpro_account.php:231
8286
+ #: js/blocks.build.js:1
8287
  msgid "Level"
8288
  msgstr "Επίπεδο"
8289
 
8979
  #: pages/confirmation.php:138
8980
  #: shortcodes/pmpro_account.php:247
8981
  #: pages/confirmation.php:65
8982
+ #: shortcodes/pmpro_account.php:254
8983
  msgid "Pending"
8984
  msgstr "Σε αναμονή"
8985
 
9599
  #: pages/account.php:64
9600
  #: shortcodes/pmpro_account.php:90
9601
  #: shortcodes/pmpro_account.php:158
9602
+ #: shortcodes/pmpro_account.php:165
9603
  msgid "View all Membership Options"
9604
  msgstr "Προβολή όλων των Επιλογών Συνδρομής"
9605
 
9609
  #: pages/account.php:71
9610
  #: shortcodes/pmpro_account.php:99
9611
  #: shortcodes/pmpro_account.php:167
9612
+ #: shortcodes/pmpro_account.php:174
9613
  msgid "My Account"
9614
  msgstr "Ο Λογαριασμός μου"
9615
 
9619
  #: pages/account.php:80
9620
  #: shortcodes/pmpro_account.php:110
9621
  #: shortcodes/pmpro_account.php:191
9622
+ #: shortcodes/pmpro_account.php:198
9623
  msgid "Edit Profile"
9624
  msgstr "Επεξεργασία Λογαριασμού"
9625
 
9637
  #: includes/profile.php:917
9638
  #: includes/profile.php:920
9639
  #: includes/profile.php:957
9640
+ #: shortcodes/pmpro_account.php:202
9641
  msgid "Change Password"
9642
  msgstr "Αλλαγή Κωδικού"
9643
 
9647
  #: pages/account.php:129
9648
  #: shortcodes/pmpro_account.php:118
9649
  #: shortcodes/pmpro_account.php:219
9650
+ #: shortcodes/pmpro_account.php:226
9651
  msgid "Past Invoices"
9652
  msgstr "Προηγούμενα Τιμολόγια"
9653
 
9655
  #: pages/account.php:93
9656
  #: shortcodes/pmpro_account.php:124
9657
  #: shortcodes/pmpro_account.php:225
9658
+ #: shortcodes/pmpro_account.php:232
9659
  msgid "Amount"
9660
  msgstr "Ποσό"
9661
 
9665
  #: pages/account.php:144
9666
  #: shortcodes/pmpro_account.php:152
9667
  #: shortcodes/pmpro_account.php:264
9668
+ #: shortcodes/pmpro_account.php:271
9669
  msgid "View All Invoices"
9670
  msgstr "Προβολή Όλων των Τιμολογίων"
9671
 
9675
  #: pages/account.php:150
9676
  #: shortcodes/pmpro_account.php:159
9677
  #: shortcodes/pmpro_account.php:271
9678
+ #: shortcodes/pmpro_account.php:278
9679
  msgid "Member Links"
9680
  msgstr "Σύνδεσμοι Μέλους"
9681
 
14910
  #: includes/menus.php:79
14911
  #: includes/menus.php:169
14912
  #: shortcodes/pmpro_account.php:198
14913
+ #: shortcodes/pmpro_account.php:205
14914
  msgid "Log Out"
14915
  msgstr ""
14916
 
15079
  #: pages/invoice.php:43
15080
  #: shortcodes/pmpro_account.php:244
15081
  #: adminpages/orders.php:1705
15082
+ #: shortcodes/pmpro_account.php:251
15083
  msgid "Paid"
15084
  msgstr ""
15085
 
15351
  msgstr ""
15352
 
15353
  #: shortcodes/pmpro_account.php:249
15354
+ #: shortcodes/pmpro_account.php:256
15355
  msgid "Refunded"
15356
  msgstr ""
15357
 
15534
  #: js/blocks.build.js:790
15535
  #: js/blocks.build.js:891
15536
  #: blocks/checkout-button/block.js:71
15537
+ #: js/blocks.build.js:1
15538
  msgid "Button Text"
15539
  msgstr ""
15540
 
15543
  #: js/blocks.build.js:807
15544
  #: js/blocks.build.js:910
15545
  #: blocks/checkout-button/block.js:82
15546
+ #: js/blocks.build.js:1
15547
  msgid "CSS Class"
15548
  msgstr ""
15549
 
15550
  #: blocks/checkout-button/inspector.js:32
15551
  #: js/blocks.build.js:892
15552
+ #: js/blocks.build.js:1
15553
  msgid "Text for checkout button"
15554
  msgstr ""
15555
 
15556
  #: blocks/checkout-button/inspector.js:40
15557
  #: js/blocks.build.js:901
15558
+ #: js/blocks.build.js:1
15559
  msgid "The level to link to for checkout button"
15560
  msgstr ""
15561
 
15562
  #: blocks/checkout-button/inspector.js:49
15563
  #: js/blocks.build.js:911
15564
+ #: js/blocks.build.js:1
15565
  msgid "Additional styling for checkout button"
15566
  msgstr ""
15567
 
15875
  msgstr ""
15876
 
15877
  #: shortcodes/pmpro_account.php:145
15878
+ #: shortcodes/pmpro_account.php:152
15879
  msgctxt "A dash is shown when there is no expiration date."
15880
  msgid "&#8212;"
15881
  msgstr ""
17274
  #: blocks/membership/block.js:130
17275
  msgid "Membership Required"
17276
  msgstr ""
17277
+
17278
+ #: blocks/account-profile-section/block.js:24
17279
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
17280
+ msgstr ""
17281
+
17282
+ #: blocks/login/block.js:26
17283
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
17284
+ msgstr ""
17285
+
17286
+ #: blocks/member-profile-edit/block.js:20
17287
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
17288
+ msgstr ""
17289
+
17290
+ #: blocks/membership/block.js:42
17291
+ msgid "conditional"
17292
+ msgstr ""
languages/paid-memberships-pro-en_GB.mo CHANGED
Binary file
languages/paid-memberships-pro-en_GB.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:15+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -878,6 +878,7 @@ msgstr ""
878
  #: adminpages/orders.php:492
879
  #: adminpages/orders.php:1435
880
  #: includes/profile.php:449
 
881
  msgid "Date"
882
  msgstr ""
883
 
@@ -947,6 +948,8 @@ msgstr ""
947
  #: adminpages/orders.php:1429
948
  #: includes/profile.php:451
949
  #: includes/profile.php:536
 
 
950
  msgid "Level"
951
  msgstr ""
952
 
@@ -976,6 +979,7 @@ msgstr ""
976
 
977
  #: pages/account.php:46
978
  #: shortcodes/pmpro_account.php:167
 
979
  msgid "My Account"
980
  msgstr ""
981
 
@@ -995,6 +999,7 @@ msgstr ""
995
  #: adminpages/reports/login.php:183
996
  #: adminpages/emailtemplates.php:122
997
  #: classes/class.memberorder.php:1012
 
998
  msgid "Username"
999
  msgstr ""
1000
 
@@ -1022,11 +1027,13 @@ msgstr ""
1022
  #: adminpages/orders.php:1556
1023
  #: includes/profile.php:478
1024
  #: includes/profile.php:798
 
1025
  msgid "Email"
1026
  msgstr ""
1027
 
1028
  #: pages/account.php:55
1029
  #: shortcodes/pmpro_account.php:191
 
1030
  msgid "Edit Profile"
1031
  msgstr ""
1032
 
@@ -1040,6 +1047,7 @@ msgstr ""
1040
  #: includes/profile.php:917
1041
  #: includes/profile.php:920
1042
  #: includes/profile.php:957
 
1043
  msgid "Change Password"
1044
  msgstr ""
1045
 
@@ -1055,16 +1063,19 @@ msgstr ""
1055
 
1056
  #: pages/account.php:125
1057
  #: shortcodes/pmpro_account.php:219
 
1058
  msgid "Past Invoices"
1059
  msgstr ""
1060
 
1061
  #: pages/account.php:140
1062
  #: shortcodes/pmpro_account.php:264
 
1063
  msgid "View All Invoices"
1064
  msgstr ""
1065
 
1066
  #: pages/account.php:146
1067
  #: shortcodes/pmpro_account.php:271
 
1068
  msgid "Member Links"
1069
  msgstr ""
1070
 
@@ -1528,6 +1539,7 @@ msgstr ""
1528
  #: pages/confirmation.php:138
1529
  #: shortcodes/pmpro_account.php:247
1530
  #: pages/confirmation.php:65
 
1531
  msgid "Pending"
1532
  msgstr ""
1533
 
@@ -3006,6 +3018,7 @@ msgstr ""
3006
  #: adminpages/orders.php:1434
3007
  #: includes/profile.php:455
3008
  #: includes/profile.php:541
 
3009
  msgid "Status"
3010
  msgstr ""
3011
 
@@ -5114,6 +5127,7 @@ msgstr ""
5114
  #: includes/profile.php:556
5115
  #: includes/profile.php:557
5116
  #: includes/profile.php:558
 
5117
  msgid "N/A"
5118
  msgstr ""
5119
 
@@ -10710,6 +10724,7 @@ msgstr ""
10710
  #: includes/menus.php:79
10711
  #: includes/menus.php:169
10712
  #: shortcodes/pmpro_account.php:198
 
10713
  msgid "Log Out"
10714
  msgstr ""
10715
 
@@ -10883,6 +10898,7 @@ msgstr ""
10883
  #: pages/invoice.php:43
10884
  #: shortcodes/pmpro_account.php:244
10885
  #: adminpages/orders.php:1705
 
10886
  msgid "Paid"
10887
  msgstr ""
10888
 
@@ -11230,14 +11246,17 @@ msgid "Change"
11230
  msgstr ""
11231
 
11232
  #: shortcodes/pmpro_account.php:158
 
11233
  msgid "View all Membership Options"
11234
  msgstr ""
11235
 
11236
  #: shortcodes/pmpro_account.php:225
 
11237
  msgid "Amount"
11238
  msgstr ""
11239
 
11240
  #: shortcodes/pmpro_account.php:249
 
11241
  msgid "Refunded"
11242
  msgstr ""
11243
 
@@ -11420,6 +11439,7 @@ msgstr ""
11420
  #: js/blocks.build.js:790
11421
  #: js/blocks.build.js:891
11422
  #: blocks/checkout-button/block.js:71
 
11423
  msgid "Button Text"
11424
  msgstr ""
11425
 
@@ -11428,21 +11448,25 @@ msgstr ""
11428
  #: js/blocks.build.js:807
11429
  #: js/blocks.build.js:910
11430
  #: blocks/checkout-button/block.js:82
 
11431
  msgid "CSS Class"
11432
  msgstr ""
11433
 
11434
  #: blocks/checkout-button/inspector.js:32
11435
  #: js/blocks.build.js:892
 
11436
  msgid "Text for checkout button"
11437
  msgstr ""
11438
 
11439
  #: blocks/checkout-button/inspector.js:40
11440
  #: js/blocks.build.js:901
 
11441
  msgid "The level to link to for checkout button"
11442
  msgstr ""
11443
 
11444
  #: blocks/checkout-button/inspector.js:49
11445
  #: js/blocks.build.js:911
 
11446
  msgid "Additional styling for checkout button"
11447
  msgstr ""
11448
 
@@ -11762,6 +11786,7 @@ msgid "Missing key."
11762
  msgstr ""
11763
 
11764
  #: shortcodes/pmpro_account.php:145
 
11765
  msgctxt "A dash is shown when there is no expiration date."
11766
  msgid "&#8212;"
11767
  msgstr ""
@@ -13169,3 +13194,19 @@ msgstr ""
13169
  #: blocks/membership/block.js:130
13170
  msgid "Membership Required"
13171
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:47+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
878
  #: adminpages/orders.php:492
879
  #: adminpages/orders.php:1435
880
  #: includes/profile.php:449
881
+ #: shortcodes/pmpro_account.php:230
882
  msgid "Date"
883
  msgstr ""
884
 
948
  #: adminpages/orders.php:1429
949
  #: includes/profile.php:451
950
  #: includes/profile.php:536
951
+ #: shortcodes/pmpro_account.php:231
952
+ #: js/blocks.build.js:1
953
  msgid "Level"
954
  msgstr ""
955
 
979
 
980
  #: pages/account.php:46
981
  #: shortcodes/pmpro_account.php:167
982
+ #: shortcodes/pmpro_account.php:174
983
  msgid "My Account"
984
  msgstr ""
985
 
999
  #: adminpages/reports/login.php:183
1000
  #: adminpages/emailtemplates.php:122
1001
  #: classes/class.memberorder.php:1012
1002
+ #: shortcodes/pmpro_account.php:180
1003
  msgid "Username"
1004
  msgstr ""
1005
 
1027
  #: adminpages/orders.php:1556
1028
  #: includes/profile.php:478
1029
  #: includes/profile.php:798
1030
+ #: shortcodes/pmpro_account.php:181
1031
  msgid "Email"
1032
  msgstr ""
1033
 
1034
  #: pages/account.php:55
1035
  #: shortcodes/pmpro_account.php:191
1036
+ #: shortcodes/pmpro_account.php:198
1037
  msgid "Edit Profile"
1038
  msgstr ""
1039
 
1047
  #: includes/profile.php:917
1048
  #: includes/profile.php:920
1049
  #: includes/profile.php:957
1050
+ #: shortcodes/pmpro_account.php:202
1051
  msgid "Change Password"
1052
  msgstr ""
1053
 
1063
 
1064
  #: pages/account.php:125
1065
  #: shortcodes/pmpro_account.php:219
1066
+ #: shortcodes/pmpro_account.php:226
1067
  msgid "Past Invoices"
1068
  msgstr ""
1069
 
1070
  #: pages/account.php:140
1071
  #: shortcodes/pmpro_account.php:264
1072
+ #: shortcodes/pmpro_account.php:271
1073
  msgid "View All Invoices"
1074
  msgstr ""
1075
 
1076
  #: pages/account.php:146
1077
  #: shortcodes/pmpro_account.php:271
1078
+ #: shortcodes/pmpro_account.php:278
1079
  msgid "Member Links"
1080
  msgstr ""
1081
 
1539
  #: pages/confirmation.php:138
1540
  #: shortcodes/pmpro_account.php:247
1541
  #: pages/confirmation.php:65
1542
+ #: shortcodes/pmpro_account.php:254
1543
  msgid "Pending"
1544
  msgstr ""
1545
 
3018
  #: adminpages/orders.php:1434
3019
  #: includes/profile.php:455
3020
  #: includes/profile.php:541
3021
+ #: shortcodes/pmpro_account.php:233
3022
  msgid "Status"
3023
  msgstr ""
3024
 
5127
  #: includes/profile.php:556
5128
  #: includes/profile.php:557
5129
  #: includes/profile.php:558
5130
+ #: shortcodes/pmpro_account.php:261
5131
  msgid "N/A"
5132
  msgstr ""
5133
 
10724
  #: includes/menus.php:79
10725
  #: includes/menus.php:169
10726
  #: shortcodes/pmpro_account.php:198
10727
+ #: shortcodes/pmpro_account.php:205
10728
  msgid "Log Out"
10729
  msgstr ""
10730
 
10898
  #: pages/invoice.php:43
10899
  #: shortcodes/pmpro_account.php:244
10900
  #: adminpages/orders.php:1705
10901
+ #: shortcodes/pmpro_account.php:251
10902
  msgid "Paid"
10903
  msgstr ""
10904
 
11246
  msgstr ""
11247
 
11248
  #: shortcodes/pmpro_account.php:158
11249
+ #: shortcodes/pmpro_account.php:165
11250
  msgid "View all Membership Options"
11251
  msgstr ""
11252
 
11253
  #: shortcodes/pmpro_account.php:225
11254
+ #: shortcodes/pmpro_account.php:232
11255
  msgid "Amount"
11256
  msgstr ""
11257
 
11258
  #: shortcodes/pmpro_account.php:249
11259
+ #: shortcodes/pmpro_account.php:256
11260
  msgid "Refunded"
11261
  msgstr ""
11262
 
11439
  #: js/blocks.build.js:790
11440
  #: js/blocks.build.js:891
11441
  #: blocks/checkout-button/block.js:71
11442
+ #: js/blocks.build.js:1
11443
  msgid "Button Text"
11444
  msgstr ""
11445
 
11448
  #: js/blocks.build.js:807
11449
  #: js/blocks.build.js:910
11450
  #: blocks/checkout-button/block.js:82
11451
+ #: js/blocks.build.js:1
11452
  msgid "CSS Class"
11453
  msgstr ""
11454
 
11455
  #: blocks/checkout-button/inspector.js:32
11456
  #: js/blocks.build.js:892
11457
+ #: js/blocks.build.js:1
11458
  msgid "Text for checkout button"
11459
  msgstr ""
11460
 
11461
  #: blocks/checkout-button/inspector.js:40
11462
  #: js/blocks.build.js:901
11463
+ #: js/blocks.build.js:1
11464
  msgid "The level to link to for checkout button"
11465
  msgstr ""
11466
 
11467
  #: blocks/checkout-button/inspector.js:49
11468
  #: js/blocks.build.js:911
11469
+ #: js/blocks.build.js:1
11470
  msgid "Additional styling for checkout button"
11471
  msgstr ""
11472
 
11786
  msgstr ""
11787
 
11788
  #: shortcodes/pmpro_account.php:145
11789
+ #: shortcodes/pmpro_account.php:152
11790
  msgctxt "A dash is shown when there is no expiration date."
11791
  msgid "&#8212;"
11792
  msgstr ""
13194
  #: blocks/membership/block.js:130
13195
  msgid "Membership Required"
13196
  msgstr ""
13197
+
13198
+ #: blocks/account-profile-section/block.js:24
13199
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
13200
+ msgstr ""
13201
+
13202
+ #: blocks/login/block.js:26
13203
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
13204
+ msgstr ""
13205
+
13206
+ #: blocks/member-profile-edit/block.js:20
13207
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
13208
+ msgstr ""
13209
+
13210
+ #: blocks/membership/block.js:42
13211
+ msgid "conditional"
13212
+ msgstr ""
languages/paid-memberships-pro-es_CL.mo CHANGED
Binary file
languages/paid-memberships-pro-es_CL.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:17+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -770,6 +770,7 @@ msgstr "Pasarela de pagos &amp; SSL"
770
  #: adminpages/orders.php:1556
771
  #: includes/profile.php:478
772
  #: includes/profile.php:798
 
773
  msgid "Email"
774
  msgstr "Email"
775
 
@@ -1941,6 +1942,7 @@ msgstr "%d miembros encontrados."
1941
  #: adminpages/reports/login.php:183
1942
  #: adminpages/emailtemplates.php:122
1943
  #: classes/class.memberorder.php:1012
 
1944
  msgid "Username"
1945
  msgstr "Nombre de usuario"
1946
 
@@ -2350,6 +2352,7 @@ msgstr "Año de expiración"
2350
  #: adminpages/orders.php:1434
2351
  #: includes/profile.php:455
2352
  #: includes/profile.php:541
 
2353
  msgid "Status"
2354
  msgstr "Estado"
2355
 
@@ -2495,6 +2498,7 @@ msgstr "Generado por la pasarela. Util para comparar subscripciones."
2495
  #: adminpages/orders.php:492
2496
  #: adminpages/orders.php:1435
2497
  #: includes/profile.php:449
 
2498
  msgid "Date"
2499
  msgstr "Fecha"
2500
 
@@ -3751,6 +3755,8 @@ msgstr "Tu membresía esta <strong>activa</strong>."
3751
  #: adminpages/orders.php:1429
3752
  #: includes/profile.php:451
3753
  #: includes/profile.php:536
 
 
3754
  msgid "Level"
3755
  msgstr "Nivel"
3756
 
@@ -3787,11 +3793,13 @@ msgstr "Tus primeros %d pagos costarán %s."
3787
 
3788
  #: pages/account.php:46
3789
  #: shortcodes/pmpro_account.php:167
 
3790
  msgid "My Account"
3791
  msgstr "Mi Cuenta"
3792
 
3793
  #: pages/account.php:55
3794
  #: shortcodes/pmpro_account.php:191
 
3795
  msgid "Edit Profile"
3796
  msgstr "Editar Perfil"
3797
 
@@ -3805,6 +3813,7 @@ msgstr "Editar Perfil"
3805
  #: includes/profile.php:917
3806
  #: includes/profile.php:920
3807
  #: includes/profile.php:957
 
3808
  msgid "Change Password"
3809
  msgstr "Cambiar Contraseña"
3810
 
@@ -3824,16 +3833,19 @@ msgstr "Editar información de facturación"
3824
 
3825
  #: pages/account.php:125
3826
  #: shortcodes/pmpro_account.php:219
 
3827
  msgid "Past Invoices"
3828
  msgstr "Facturas pasadas"
3829
 
3830
  #: pages/account.php:140
3831
  #: shortcodes/pmpro_account.php:264
 
3832
  msgid "View All Invoices"
3833
  msgstr "Ver todas las facturas"
3834
 
3835
  #: pages/account.php:146
3836
  #: shortcodes/pmpro_account.php:271
 
3837
  msgid "Member Links"
3838
  msgstr "Links para miembros"
3839
 
@@ -4334,6 +4346,7 @@ msgstr "Debajo estan los detalles sobre tu cuenta de miembro. Un email de bienve
4334
  #: pages/confirmation.php:138
4335
  #: shortcodes/pmpro_account.php:247
4336
  #: pages/confirmation.php:65
 
4337
  msgid "Pending"
4338
  msgstr "Pendiente"
4339
 
@@ -4862,6 +4875,7 @@ msgstr ""
4862
  #: includes/profile.php:556
4863
  #: includes/profile.php:557
4864
  #: includes/profile.php:558
 
4865
  msgid "N/A"
4866
  msgstr ""
4867
 
@@ -10627,6 +10641,7 @@ msgstr ""
10627
  #: includes/menus.php:79
10628
  #: includes/menus.php:169
10629
  #: shortcodes/pmpro_account.php:198
 
10630
  msgid "Log Out"
10631
  msgstr ""
10632
 
@@ -10800,6 +10815,7 @@ msgstr ""
10800
  #: pages/invoice.php:43
10801
  #: shortcodes/pmpro_account.php:244
10802
  #: adminpages/orders.php:1705
 
10803
  msgid "Paid"
10804
  msgstr ""
10805
 
@@ -11164,14 +11180,17 @@ msgid "Change"
11164
  msgstr ""
11165
 
11166
  #: shortcodes/pmpro_account.php:158
 
11167
  msgid "View all Membership Options"
11168
  msgstr ""
11169
 
11170
  #: shortcodes/pmpro_account.php:225
 
11171
  msgid "Amount"
11172
  msgstr ""
11173
 
11174
  #: shortcodes/pmpro_account.php:249
 
11175
  msgid "Refunded"
11176
  msgstr ""
11177
 
@@ -11354,6 +11373,7 @@ msgstr ""
11354
  #: js/blocks.build.js:790
11355
  #: js/blocks.build.js:891
11356
  #: blocks/checkout-button/block.js:71
 
11357
  msgid "Button Text"
11358
  msgstr ""
11359
 
@@ -11362,21 +11382,25 @@ msgstr ""
11362
  #: js/blocks.build.js:807
11363
  #: js/blocks.build.js:910
11364
  #: blocks/checkout-button/block.js:82
 
11365
  msgid "CSS Class"
11366
  msgstr ""
11367
 
11368
  #: blocks/checkout-button/inspector.js:32
11369
  #: js/blocks.build.js:892
 
11370
  msgid "Text for checkout button"
11371
  msgstr ""
11372
 
11373
  #: blocks/checkout-button/inspector.js:40
11374
  #: js/blocks.build.js:901
 
11375
  msgid "The level to link to for checkout button"
11376
  msgstr ""
11377
 
11378
  #: blocks/checkout-button/inspector.js:49
11379
  #: js/blocks.build.js:911
 
11380
  msgid "Additional styling for checkout button"
11381
  msgstr ""
11382
 
@@ -11696,6 +11720,7 @@ msgid "Missing key."
11696
  msgstr ""
11697
 
11698
  #: shortcodes/pmpro_account.php:145
 
11699
  msgctxt "A dash is shown when there is no expiration date."
11700
  msgid "&#8212;"
11701
  msgstr ""
@@ -13103,3 +13128,19 @@ msgstr ""
13103
  #: blocks/membership/block.js:130
13104
  msgid "Membership Required"
13105
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:50+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
770
  #: adminpages/orders.php:1556
771
  #: includes/profile.php:478
772
  #: includes/profile.php:798
773
+ #: shortcodes/pmpro_account.php:181
774
  msgid "Email"
775
  msgstr "Email"
776
 
1942
  #: adminpages/reports/login.php:183
1943
  #: adminpages/emailtemplates.php:122
1944
  #: classes/class.memberorder.php:1012
1945
+ #: shortcodes/pmpro_account.php:180
1946
  msgid "Username"
1947
  msgstr "Nombre de usuario"
1948
 
2352
  #: adminpages/orders.php:1434
2353
  #: includes/profile.php:455
2354
  #: includes/profile.php:541
2355
+ #: shortcodes/pmpro_account.php:233
2356
  msgid "Status"
2357
  msgstr "Estado"
2358
 
2498
  #: adminpages/orders.php:492
2499
  #: adminpages/orders.php:1435
2500
  #: includes/profile.php:449
2501
+ #: shortcodes/pmpro_account.php:230
2502
  msgid "Date"
2503
  msgstr "Fecha"
2504
 
3755
  #: adminpages/orders.php:1429
3756
  #: includes/profile.php:451
3757
  #: includes/profile.php:536
3758
+ #: shortcodes/pmpro_account.php:231
3759
+ #: js/blocks.build.js:1
3760
  msgid "Level"
3761
  msgstr "Nivel"
3762
 
3793
 
3794
  #: pages/account.php:46
3795
  #: shortcodes/pmpro_account.php:167
3796
+ #: shortcodes/pmpro_account.php:174
3797
  msgid "My Account"
3798
  msgstr "Mi Cuenta"
3799
 
3800
  #: pages/account.php:55
3801
  #: shortcodes/pmpro_account.php:191
3802
+ #: shortcodes/pmpro_account.php:198
3803
  msgid "Edit Profile"
3804
  msgstr "Editar Perfil"
3805
 
3813
  #: includes/profile.php:917
3814
  #: includes/profile.php:920
3815
  #: includes/profile.php:957
3816
+ #: shortcodes/pmpro_account.php:202
3817
  msgid "Change Password"
3818
  msgstr "Cambiar Contraseña"
3819
 
3833
 
3834
  #: pages/account.php:125
3835
  #: shortcodes/pmpro_account.php:219
3836
+ #: shortcodes/pmpro_account.php:226
3837
  msgid "Past Invoices"
3838
  msgstr "Facturas pasadas"
3839
 
3840
  #: pages/account.php:140
3841
  #: shortcodes/pmpro_account.php:264
3842
+ #: shortcodes/pmpro_account.php:271
3843
  msgid "View All Invoices"
3844
  msgstr "Ver todas las facturas"
3845
 
3846
  #: pages/account.php:146
3847
  #: shortcodes/pmpro_account.php:271
3848
+ #: shortcodes/pmpro_account.php:278
3849
  msgid "Member Links"
3850
  msgstr "Links para miembros"
3851
 
4346
  #: pages/confirmation.php:138
4347
  #: shortcodes/pmpro_account.php:247
4348
  #: pages/confirmation.php:65
4349
+ #: shortcodes/pmpro_account.php:254
4350
  msgid "Pending"
4351
  msgstr "Pendiente"
4352
 
4875
  #: includes/profile.php:556
4876
  #: includes/profile.php:557
4877
  #: includes/profile.php:558
4878
+ #: shortcodes/pmpro_account.php:261
4879
  msgid "N/A"
4880
  msgstr ""
4881
 
10641
  #: includes/menus.php:79
10642
  #: includes/menus.php:169
10643
  #: shortcodes/pmpro_account.php:198
10644
+ #: shortcodes/pmpro_account.php:205
10645
  msgid "Log Out"
10646
  msgstr ""
10647
 
10815
  #: pages/invoice.php:43
10816
  #: shortcodes/pmpro_account.php:244
10817
  #: adminpages/orders.php:1705
10818
+ #: shortcodes/pmpro_account.php:251
10819
  msgid "Paid"
10820
  msgstr ""
10821
 
11180
  msgstr ""
11181
 
11182
  #: shortcodes/pmpro_account.php:158
11183
+ #: shortcodes/pmpro_account.php:165
11184
  msgid "View all Membership Options"
11185
  msgstr ""
11186
 
11187
  #: shortcodes/pmpro_account.php:225
11188
+ #: shortcodes/pmpro_account.php:232
11189
  msgid "Amount"
11190
  msgstr ""
11191
 
11192
  #: shortcodes/pmpro_account.php:249
11193
+ #: shortcodes/pmpro_account.php:256
11194
  msgid "Refunded"
11195
  msgstr ""
11196
 
11373
  #: js/blocks.build.js:790
11374
  #: js/blocks.build.js:891
11375
  #: blocks/checkout-button/block.js:71
11376
+ #: js/blocks.build.js:1
11377
  msgid "Button Text"
11378
  msgstr ""
11379
 
11382
  #: js/blocks.build.js:807
11383
  #: js/blocks.build.js:910
11384
  #: blocks/checkout-button/block.js:82
11385
+ #: js/blocks.build.js:1
11386
  msgid "CSS Class"
11387
  msgstr ""
11388
 
11389
  #: blocks/checkout-button/inspector.js:32
11390
  #: js/blocks.build.js:892
11391
+ #: js/blocks.build.js:1
11392
  msgid "Text for checkout button"
11393
  msgstr ""
11394
 
11395
  #: blocks/checkout-button/inspector.js:40
11396
  #: js/blocks.build.js:901
11397
+ #: js/blocks.build.js:1
11398
  msgid "The level to link to for checkout button"
11399
  msgstr ""
11400
 
11401
  #: blocks/checkout-button/inspector.js:49
11402
  #: js/blocks.build.js:911
11403
+ #: js/blocks.build.js:1
11404
  msgid "Additional styling for checkout button"
11405
  msgstr ""
11406
 
11720
  msgstr ""
11721
 
11722
  #: shortcodes/pmpro_account.php:145
11723
+ #: shortcodes/pmpro_account.php:152
11724
  msgctxt "A dash is shown when there is no expiration date."
11725
  msgid "&#8212;"
11726
  msgstr ""
13128
  #: blocks/membership/block.js:130
13129
  msgid "Membership Required"
13130
  msgstr ""
13131
+
13132
+ #: blocks/account-profile-section/block.js:24
13133
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
13134
+ msgstr ""
13135
+
13136
+ #: blocks/login/block.js:26
13137
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
13138
+ msgstr ""
13139
+
13140
+ #: blocks/member-profile-edit/block.js:20
13141
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
13142
+ msgstr ""
13143
+
13144
+ #: blocks/membership/block.js:42
13145
+ msgid "conditional"
13146
+ msgstr ""
languages/paid-memberships-pro-es_ES.mo CHANGED
Binary file
languages/paid-memberships-pro-es_ES.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:19+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -790,6 +790,7 @@ msgstr "Pasarela de pagos &amp; SSL"
790
  #: adminpages/orders.php:1556
791
  #: includes/profile.php:478
792
  #: includes/profile.php:798
 
793
  msgid "Email"
794
  msgstr "Email"
795
 
@@ -1961,6 +1962,7 @@ msgstr "%d miembros encontrados."
1961
  #: adminpages/reports/login.php:183
1962
  #: adminpages/emailtemplates.php:122
1963
  #: classes/class.memberorder.php:1012
 
1964
  msgid "Username"
1965
  msgstr "Nombre de usuario"
1966
 
@@ -2370,6 +2372,7 @@ msgstr "Año de expiración"
2370
  #: adminpages/orders.php:1434
2371
  #: includes/profile.php:455
2372
  #: includes/profile.php:541
 
2373
  msgid "Status"
2374
  msgstr "Estado"
2375
 
@@ -2515,6 +2518,7 @@ msgstr "Generado por la pasarela. Util para comparar subscripciones."
2515
  #: adminpages/orders.php:492
2516
  #: adminpages/orders.php:1435
2517
  #: includes/profile.php:449
 
2518
  msgid "Date"
2519
  msgstr "Fecha"
2520
 
@@ -3771,6 +3775,8 @@ msgstr "Tu suscripción esta <strong>activa</strong>."
3771
  #: adminpages/orders.php:1429
3772
  #: includes/profile.php:451
3773
  #: includes/profile.php:536
 
 
3774
  msgid "Level"
3775
  msgstr "Nivel"
3776
 
@@ -3807,11 +3813,13 @@ msgstr "Tus primeros %d pagos costarán %s."
3807
 
3808
  #: pages/account.php:46
3809
  #: shortcodes/pmpro_account.php:167
 
3810
  msgid "My Account"
3811
  msgstr "Mi Cuenta"
3812
 
3813
  #: pages/account.php:55
3814
  #: shortcodes/pmpro_account.php:191
 
3815
  msgid "Edit Profile"
3816
  msgstr "Editar Perfil"
3817
 
@@ -3825,6 +3833,7 @@ msgstr "Editar Perfil"
3825
  #: includes/profile.php:917
3826
  #: includes/profile.php:920
3827
  #: includes/profile.php:957
 
3828
  msgid "Change Password"
3829
  msgstr "Cambiar Contraseña"
3830
 
@@ -3844,16 +3853,19 @@ msgstr "Editar información de facturación"
3844
 
3845
  #: pages/account.php:125
3846
  #: shortcodes/pmpro_account.php:219
 
3847
  msgid "Past Invoices"
3848
  msgstr "Facturas pasadas"
3849
 
3850
  #: pages/account.php:140
3851
  #: shortcodes/pmpro_account.php:264
 
3852
  msgid "View All Invoices"
3853
  msgstr "Ver todas las facturas"
3854
 
3855
  #: pages/account.php:146
3856
  #: shortcodes/pmpro_account.php:271
 
3857
  msgid "Member Links"
3858
  msgstr "Links para miembros"
3859
 
@@ -4354,6 +4366,7 @@ msgstr "Debajo estan los detalles sobre tu cuenta de miembro. Un email de bienve
4354
  #: pages/confirmation.php:138
4355
  #: shortcodes/pmpro_account.php:247
4356
  #: pages/confirmation.php:65
 
4357
  msgid "Pending"
4358
  msgstr "Pendiente"
4359
 
@@ -4882,6 +4895,7 @@ msgstr ""
4882
  #: includes/profile.php:556
4883
  #: includes/profile.php:557
4884
  #: includes/profile.php:558
 
4885
  msgid "N/A"
4886
  msgstr ""
4887
 
@@ -10631,6 +10645,7 @@ msgstr ""
10631
  #: includes/menus.php:79
10632
  #: includes/menus.php:169
10633
  #: shortcodes/pmpro_account.php:198
 
10634
  msgid "Log Out"
10635
  msgstr ""
10636
 
@@ -10804,6 +10819,7 @@ msgstr ""
10804
  #: pages/invoice.php:43
10805
  #: shortcodes/pmpro_account.php:244
10806
  #: adminpages/orders.php:1705
 
10807
  msgid "Paid"
10808
  msgstr ""
10809
 
@@ -11168,14 +11184,17 @@ msgid "Change"
11168
  msgstr ""
11169
 
11170
  #: shortcodes/pmpro_account.php:158
 
11171
  msgid "View all Membership Options"
11172
  msgstr ""
11173
 
11174
  #: shortcodes/pmpro_account.php:225
 
11175
  msgid "Amount"
11176
  msgstr ""
11177
 
11178
  #: shortcodes/pmpro_account.php:249
 
11179
  msgid "Refunded"
11180
  msgstr ""
11181
 
@@ -11358,6 +11377,7 @@ msgstr ""
11358
  #: js/blocks.build.js:790
11359
  #: js/blocks.build.js:891
11360
  #: blocks/checkout-button/block.js:71
 
11361
  msgid "Button Text"
11362
  msgstr ""
11363
 
@@ -11366,21 +11386,25 @@ msgstr ""
11366
  #: js/blocks.build.js:807
11367
  #: js/blocks.build.js:910
11368
  #: blocks/checkout-button/block.js:82
 
11369
  msgid "CSS Class"
11370
  msgstr ""
11371
 
11372
  #: blocks/checkout-button/inspector.js:32
11373
  #: js/blocks.build.js:892
 
11374
  msgid "Text for checkout button"
11375
  msgstr ""
11376
 
11377
  #: blocks/checkout-button/inspector.js:40
11378
  #: js/blocks.build.js:901
 
11379
  msgid "The level to link to for checkout button"
11380
  msgstr ""
11381
 
11382
  #: blocks/checkout-button/inspector.js:49
11383
  #: js/blocks.build.js:911
 
11384
  msgid "Additional styling for checkout button"
11385
  msgstr ""
11386
 
@@ -11700,6 +11724,7 @@ msgid "Missing key."
11700
  msgstr ""
11701
 
11702
  #: shortcodes/pmpro_account.php:145
 
11703
  msgctxt "A dash is shown when there is no expiration date."
11704
  msgid "&#8212;"
11705
  msgstr ""
@@ -13107,3 +13132,19 @@ msgstr ""
13107
  #: blocks/membership/block.js:130
13108
  msgid "Membership Required"
13109
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:52+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
790
  #: adminpages/orders.php:1556
791
  #: includes/profile.php:478
792
  #: includes/profile.php:798
793
+ #: shortcodes/pmpro_account.php:181
794
  msgid "Email"
795
  msgstr "Email"
796
 
1962
  #: adminpages/reports/login.php:183
1963
  #: adminpages/emailtemplates.php:122
1964
  #: classes/class.memberorder.php:1012
1965
+ #: shortcodes/pmpro_account.php:180
1966
  msgid "Username"
1967
  msgstr "Nombre de usuario"
1968
 
2372
  #: adminpages/orders.php:1434
2373
  #: includes/profile.php:455
2374
  #: includes/profile.php:541
2375
+ #: shortcodes/pmpro_account.php:233
2376
  msgid "Status"
2377
  msgstr "Estado"
2378
 
2518
  #: adminpages/orders.php:492
2519
  #: adminpages/orders.php:1435
2520
  #: includes/profile.php:449
2521
+ #: shortcodes/pmpro_account.php:230
2522
  msgid "Date"
2523
  msgstr "Fecha"
2524
 
3775
  #: adminpages/orders.php:1429
3776
  #: includes/profile.php:451
3777
  #: includes/profile.php:536
3778
+ #: shortcodes/pmpro_account.php:231
3779
+ #: js/blocks.build.js:1
3780
  msgid "Level"
3781
  msgstr "Nivel"
3782
 
3813
 
3814
  #: pages/account.php:46
3815
  #: shortcodes/pmpro_account.php:167
3816
+ #: shortcodes/pmpro_account.php:174
3817
  msgid "My Account"
3818
  msgstr "Mi Cuenta"
3819
 
3820
  #: pages/account.php:55
3821
  #: shortcodes/pmpro_account.php:191
3822
+ #: shortcodes/pmpro_account.php:198
3823
  msgid "Edit Profile"
3824
  msgstr "Editar Perfil"
3825
 
3833
  #: includes/profile.php:917
3834
  #: includes/profile.php:920
3835
  #: includes/profile.php:957
3836
+ #: shortcodes/pmpro_account.php:202
3837
  msgid "Change Password"
3838
  msgstr "Cambiar Contraseña"
3839
 
3853
 
3854
  #: pages/account.php:125
3855
  #: shortcodes/pmpro_account.php:219
3856
+ #: shortcodes/pmpro_account.php:226
3857
  msgid "Past Invoices"
3858
  msgstr "Facturas pasadas"
3859
 
3860
  #: pages/account.php:140
3861
  #: shortcodes/pmpro_account.php:264
3862
+ #: shortcodes/pmpro_account.php:271
3863
  msgid "View All Invoices"
3864
  msgstr "Ver todas las facturas"
3865
 
3866
  #: pages/account.php:146
3867
  #: shortcodes/pmpro_account.php:271
3868
+ #: shortcodes/pmpro_account.php:278
3869
  msgid "Member Links"
3870
  msgstr "Links para miembros"
3871
 
4366
  #: pages/confirmation.php:138
4367
  #: shortcodes/pmpro_account.php:247
4368
  #: pages/confirmation.php:65
4369
+ #: shortcodes/pmpro_account.php:254
4370
  msgid "Pending"
4371
  msgstr "Pendiente"
4372
 
4895
  #: includes/profile.php:556
4896
  #: includes/profile.php:557
4897
  #: includes/profile.php:558
4898
+ #: shortcodes/pmpro_account.php:261
4899
  msgid "N/A"
4900
  msgstr ""
4901
 
10645
  #: includes/menus.php:79
10646
  #: includes/menus.php:169
10647
  #: shortcodes/pmpro_account.php:198
10648
+ #: shortcodes/pmpro_account.php:205
10649
  msgid "Log Out"
10650
  msgstr ""
10651
 
10819
  #: pages/invoice.php:43
10820
  #: shortcodes/pmpro_account.php:244
10821
  #: adminpages/orders.php:1705
10822
+ #: shortcodes/pmpro_account.php:251
10823
  msgid "Paid"
10824
  msgstr ""
10825
 
11184
  msgstr ""
11185
 
11186
  #: shortcodes/pmpro_account.php:158
11187
+ #: shortcodes/pmpro_account.php:165
11188
  msgid "View all Membership Options"
11189
  msgstr ""
11190
 
11191
  #: shortcodes/pmpro_account.php:225
11192
+ #: shortcodes/pmpro_account.php:232
11193
  msgid "Amount"
11194
  msgstr ""
11195
 
11196
  #: shortcodes/pmpro_account.php:249
11197
+ #: shortcodes/pmpro_account.php:256
11198
  msgid "Refunded"
11199
  msgstr ""
11200
 
11377
  #: js/blocks.build.js:790
11378
  #: js/blocks.build.js:891
11379
  #: blocks/checkout-button/block.js:71
11380
+ #: js/blocks.build.js:1
11381
  msgid "Button Text"
11382
  msgstr ""
11383
 
11386
  #: js/blocks.build.js:807
11387
  #: js/blocks.build.js:910
11388
  #: blocks/checkout-button/block.js:82
11389
+ #: js/blocks.build.js:1
11390
  msgid "CSS Class"
11391
  msgstr ""
11392
 
11393
  #: blocks/checkout-button/inspector.js:32
11394
  #: js/blocks.build.js:892
11395
+ #: js/blocks.build.js:1
11396
  msgid "Text for checkout button"
11397
  msgstr ""
11398
 
11399
  #: blocks/checkout-button/inspector.js:40
11400
  #: js/blocks.build.js:901
11401
+ #: js/blocks.build.js:1
11402
  msgid "The level to link to for checkout button"
11403
  msgstr ""
11404
 
11405
  #: blocks/checkout-button/inspector.js:49
11406
  #: js/blocks.build.js:911
11407
+ #: js/blocks.build.js:1
11408
  msgid "Additional styling for checkout button"
11409
  msgstr ""
11410
 
11724
  msgstr ""
11725
 
11726
  #: shortcodes/pmpro_account.php:145
11727
+ #: shortcodes/pmpro_account.php:152
11728
  msgctxt "A dash is shown when there is no expiration date."
11729
  msgid "&#8212;"
11730
  msgstr ""
13132
  #: blocks/membership/block.js:130
13133
  msgid "Membership Required"
13134
  msgstr ""
13135
+
13136
+ #: blocks/account-profile-section/block.js:24
13137
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
13138
+ msgstr ""
13139
+
13140
+ #: blocks/login/block.js:26
13141
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
13142
+ msgstr ""
13143
+
13144
+ #: blocks/member-profile-edit/block.js:20
13145
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
13146
+ msgstr ""
13147
+
13148
+ #: blocks/membership/block.js:42
13149
+ msgid "conditional"
13150
+ msgstr ""
languages/paid-memberships-pro-es_PE.mo CHANGED
Binary file
languages/paid-memberships-pro-es_PE.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:21+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -770,6 +770,7 @@ msgstr "Pasarela de pagos &amp; SSL"
770
  #: adminpages/orders.php:1556
771
  #: includes/profile.php:478
772
  #: includes/profile.php:798
 
773
  msgid "Email"
774
  msgstr "Email"
775
 
@@ -1941,6 +1942,7 @@ msgstr "%d miembros encontrados."
1941
  #: adminpages/reports/login.php:183
1942
  #: adminpages/emailtemplates.php:122
1943
  #: classes/class.memberorder.php:1012
 
1944
  msgid "Username"
1945
  msgstr "Nombre de usuario"
1946
 
@@ -2350,6 +2352,7 @@ msgstr "Año de expiración"
2350
  #: adminpages/orders.php:1434
2351
  #: includes/profile.php:455
2352
  #: includes/profile.php:541
 
2353
  msgid "Status"
2354
  msgstr "Estado"
2355
 
@@ -2495,6 +2498,7 @@ msgstr "Generado por la pasarela. Util para comparar subscripciones."
2495
  #: adminpages/orders.php:492
2496
  #: adminpages/orders.php:1435
2497
  #: includes/profile.php:449
 
2498
  msgid "Date"
2499
  msgstr "Fecha"
2500
 
@@ -3751,6 +3755,8 @@ msgstr "Tu membresía esta <strong>activa</strong>."
3751
  #: adminpages/orders.php:1429
3752
  #: includes/profile.php:451
3753
  #: includes/profile.php:536
 
 
3754
  msgid "Level"
3755
  msgstr "Nivel"
3756
 
@@ -3787,11 +3793,13 @@ msgstr "Tus primeros %d pagos costarán %s."
3787
 
3788
  #: pages/account.php:46
3789
  #: shortcodes/pmpro_account.php:167
 
3790
  msgid "My Account"
3791
  msgstr "Mi Cuenta"
3792
 
3793
  #: pages/account.php:55
3794
  #: shortcodes/pmpro_account.php:191
 
3795
  msgid "Edit Profile"
3796
  msgstr "Editar Perfil"
3797
 
@@ -3805,6 +3813,7 @@ msgstr "Editar Perfil"
3805
  #: includes/profile.php:917
3806
  #: includes/profile.php:920
3807
  #: includes/profile.php:957
 
3808
  msgid "Change Password"
3809
  msgstr "Cambiar Contraseña"
3810
 
@@ -3824,16 +3833,19 @@ msgstr "Editar información de facturación"
3824
 
3825
  #: pages/account.php:125
3826
  #: shortcodes/pmpro_account.php:219
 
3827
  msgid "Past Invoices"
3828
  msgstr "Facturas pasadas"
3829
 
3830
  #: pages/account.php:140
3831
  #: shortcodes/pmpro_account.php:264
 
3832
  msgid "View All Invoices"
3833
  msgstr "Ver todas las facturas"
3834
 
3835
  #: pages/account.php:146
3836
  #: shortcodes/pmpro_account.php:271
 
3837
  msgid "Member Links"
3838
  msgstr "Links para miembros"
3839
 
@@ -4334,6 +4346,7 @@ msgstr "Debajo estan los detalles sobre tu cuenta de miembro. Un email de bienve
4334
  #: pages/confirmation.php:138
4335
  #: shortcodes/pmpro_account.php:247
4336
  #: pages/confirmation.php:65
 
4337
  msgid "Pending"
4338
  msgstr "Pendiente"
4339
 
@@ -4862,6 +4875,7 @@ msgstr ""
4862
  #: includes/profile.php:556
4863
  #: includes/profile.php:557
4864
  #: includes/profile.php:558
 
4865
  msgid "N/A"
4866
  msgstr ""
4867
 
@@ -10627,6 +10641,7 @@ msgstr ""
10627
  #: includes/menus.php:79
10628
  #: includes/menus.php:169
10629
  #: shortcodes/pmpro_account.php:198
 
10630
  msgid "Log Out"
10631
  msgstr ""
10632
 
@@ -10800,6 +10815,7 @@ msgstr ""
10800
  #: pages/invoice.php:43
10801
  #: shortcodes/pmpro_account.php:244
10802
  #: adminpages/orders.php:1705
 
10803
  msgid "Paid"
10804
  msgstr ""
10805
 
@@ -11164,14 +11180,17 @@ msgid "Change"
11164
  msgstr ""
11165
 
11166
  #: shortcodes/pmpro_account.php:158
 
11167
  msgid "View all Membership Options"
11168
  msgstr ""
11169
 
11170
  #: shortcodes/pmpro_account.php:225
 
11171
  msgid "Amount"
11172
  msgstr ""
11173
 
11174
  #: shortcodes/pmpro_account.php:249
 
11175
  msgid "Refunded"
11176
  msgstr ""
11177
 
@@ -11354,6 +11373,7 @@ msgstr ""
11354
  #: js/blocks.build.js:790
11355
  #: js/blocks.build.js:891
11356
  #: blocks/checkout-button/block.js:71
 
11357
  msgid "Button Text"
11358
  msgstr ""
11359
 
@@ -11362,21 +11382,25 @@ msgstr ""
11362
  #: js/blocks.build.js:807
11363
  #: js/blocks.build.js:910
11364
  #: blocks/checkout-button/block.js:82
 
11365
  msgid "CSS Class"
11366
  msgstr ""
11367
 
11368
  #: blocks/checkout-button/inspector.js:32
11369
  #: js/blocks.build.js:892
 
11370
  msgid "Text for checkout button"
11371
  msgstr ""
11372
 
11373
  #: blocks/checkout-button/inspector.js:40
11374
  #: js/blocks.build.js:901
 
11375
  msgid "The level to link to for checkout button"
11376
  msgstr ""
11377
 
11378
  #: blocks/checkout-button/inspector.js:49
11379
  #: js/blocks.build.js:911
 
11380
  msgid "Additional styling for checkout button"
11381
  msgstr ""
11382
 
@@ -11696,6 +11720,7 @@ msgid "Missing key."
11696
  msgstr ""
11697
 
11698
  #: shortcodes/pmpro_account.php:145
 
11699
  msgctxt "A dash is shown when there is no expiration date."
11700
  msgid "&#8212;"
11701
  msgstr ""
@@ -13103,3 +13128,19 @@ msgstr ""
13103
  #: blocks/membership/block.js:130
13104
  msgid "Membership Required"
13105
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:55+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
770
  #: adminpages/orders.php:1556
771
  #: includes/profile.php:478
772
  #: includes/profile.php:798
773
+ #: shortcodes/pmpro_account.php:181
774
  msgid "Email"
775
  msgstr "Email"
776
 
1942
  #: adminpages/reports/login.php:183
1943
  #: adminpages/emailtemplates.php:122
1944
  #: classes/class.memberorder.php:1012
1945
+ #: shortcodes/pmpro_account.php:180
1946
  msgid "Username"
1947
  msgstr "Nombre de usuario"
1948
 
2352
  #: adminpages/orders.php:1434
2353
  #: includes/profile.php:455
2354
  #: includes/profile.php:541
2355
+ #: shortcodes/pmpro_account.php:233
2356
  msgid "Status"
2357
  msgstr "Estado"
2358
 
2498
  #: adminpages/orders.php:492
2499
  #: adminpages/orders.php:1435
2500
  #: includes/profile.php:449
2501
+ #: shortcodes/pmpro_account.php:230
2502
  msgid "Date"
2503
  msgstr "Fecha"
2504
 
3755
  #: adminpages/orders.php:1429
3756
  #: includes/profile.php:451
3757
  #: includes/profile.php:536
3758
+ #: shortcodes/pmpro_account.php:231
3759
+ #: js/blocks.build.js:1
3760
  msgid "Level"
3761
  msgstr "Nivel"
3762
 
3793
 
3794
  #: pages/account.php:46
3795
  #: shortcodes/pmpro_account.php:167
3796
+ #: shortcodes/pmpro_account.php:174
3797
  msgid "My Account"
3798
  msgstr "Mi Cuenta"
3799
 
3800
  #: pages/account.php:55
3801
  #: shortcodes/pmpro_account.php:191
3802
+ #: shortcodes/pmpro_account.php:198
3803
  msgid "Edit Profile"
3804
  msgstr "Editar Perfil"
3805
 
3813
  #: includes/profile.php:917
3814
  #: includes/profile.php:920
3815
  #: includes/profile.php:957
3816
+ #: shortcodes/pmpro_account.php:202
3817
  msgid "Change Password"
3818
  msgstr "Cambiar Contraseña"
3819
 
3833
 
3834
  #: pages/account.php:125
3835
  #: shortcodes/pmpro_account.php:219
3836
+ #: shortcodes/pmpro_account.php:226
3837
  msgid "Past Invoices"
3838
  msgstr "Facturas pasadas"
3839
 
3840
  #: pages/account.php:140
3841
  #: shortcodes/pmpro_account.php:264
3842
+ #: shortcodes/pmpro_account.php:271
3843
  msgid "View All Invoices"
3844
  msgstr "Ver todas las facturas"
3845
 
3846
  #: pages/account.php:146
3847
  #: shortcodes/pmpro_account.php:271
3848
+ #: shortcodes/pmpro_account.php:278
3849
  msgid "Member Links"
3850
  msgstr "Links para miembros"
3851
 
4346
  #: pages/confirmation.php:138
4347
  #: shortcodes/pmpro_account.php:247
4348
  #: pages/confirmation.php:65
4349
+ #: shortcodes/pmpro_account.php:254
4350
  msgid "Pending"
4351
  msgstr "Pendiente"
4352
 
4875
  #: includes/profile.php:556
4876
  #: includes/profile.php:557
4877
  #: includes/profile.php:558
4878
+ #: shortcodes/pmpro_account.php:261
4879
  msgid "N/A"
4880
  msgstr ""
4881
 
10641
  #: includes/menus.php:79
10642
  #: includes/menus.php:169
10643
  #: shortcodes/pmpro_account.php:198
10644
+ #: shortcodes/pmpro_account.php:205
10645
  msgid "Log Out"
10646
  msgstr ""
10647
 
10815
  #: pages/invoice.php:43
10816
  #: shortcodes/pmpro_account.php:244
10817
  #: adminpages/orders.php:1705
10818
+ #: shortcodes/pmpro_account.php:251
10819
  msgid "Paid"
10820
  msgstr ""
10821
 
11180
  msgstr ""
11181
 
11182
  #: shortcodes/pmpro_account.php:158
11183
+ #: shortcodes/pmpro_account.php:165
11184
  msgid "View all Membership Options"
11185
  msgstr ""
11186
 
11187
  #: shortcodes/pmpro_account.php:225
11188
+ #: shortcodes/pmpro_account.php:232
11189
  msgid "Amount"
11190
  msgstr ""
11191
 
11192
  #: shortcodes/pmpro_account.php:249
11193
+ #: shortcodes/pmpro_account.php:256
11194
  msgid "Refunded"
11195
  msgstr ""
11196
 
11373
  #: js/blocks.build.js:790
11374
  #: js/blocks.build.js:891
11375
  #: blocks/checkout-button/block.js:71
11376
+ #: js/blocks.build.js:1
11377
  msgid "Button Text"
11378
  msgstr ""
11379
 
11382
  #: js/blocks.build.js:807
11383
  #: js/blocks.build.js:910
11384
  #: blocks/checkout-button/block.js:82
11385
+ #: js/blocks.build.js:1
11386
  msgid "CSS Class"
11387
  msgstr ""
11388
 
11389
  #: blocks/checkout-button/inspector.js:32
11390
  #: js/blocks.build.js:892
11391
+ #: js/blocks.build.js:1
11392
  msgid "Text for checkout button"
11393
  msgstr ""
11394
 
11395
  #: blocks/checkout-button/inspector.js:40
11396
  #: js/blocks.build.js:901
11397
+ #: js/blocks.build.js:1
11398
  msgid "The level to link to for checkout button"
11399
  msgstr ""
11400
 
11401
  #: blocks/checkout-button/inspector.js:49
11402
  #: js/blocks.build.js:911
11403
+ #: js/blocks.build.js:1
11404
  msgid "Additional styling for checkout button"
11405
  msgstr ""
11406
 
11720
  msgstr ""
11721
 
11722
  #: shortcodes/pmpro_account.php:145
11723
+ #: shortcodes/pmpro_account.php:152
11724
  msgctxt "A dash is shown when there is no expiration date."
11725
  msgid "&#8212;"
11726
  msgstr ""
13128
  #: blocks/membership/block.js:130
13129
  msgid "Membership Required"
13130
  msgstr ""
13131
+
13132
+ #: blocks/account-profile-section/block.js:24
13133
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
13134
+ msgstr ""
13135
+
13136
+ #: blocks/login/block.js:26
13137
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
13138
+ msgstr ""
13139
+
13140
+ #: blocks/member-profile-edit/block.js:20
13141
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
13142
+ msgstr ""
13143
+
13144
+ #: blocks/membership/block.js:42
13145
+ msgid "conditional"
13146
+ msgstr ""
languages/paid-memberships-pro-et_EE.mo CHANGED
Binary file
languages/paid-memberships-pro-et_EE.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:24+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -302,6 +302,7 @@ msgstr "WordPress.org"
302
  #: includes/profile.php:556
303
  #: includes/profile.php:557
304
  #: includes/profile.php:558
 
305
  msgid "N/A"
306
  msgstr "Ei ole kättesaadav"
307
 
@@ -498,6 +499,7 @@ msgstr "Makse meetod &amp; SSL"
498
  #: adminpages/orders.php:1556
499
  #: includes/profile.php:478
500
  #: includes/profile.php:798
 
501
  msgid "Email"
502
  msgstr "Email"
503
 
@@ -2673,6 +2675,7 @@ msgstr "%d liikmed leitud."
2673
  #: adminpages/reports/login.php:183
2674
  #: adminpages/emailtemplates.php:122
2675
  #: classes/class.memberorder.php:1012
 
2676
  msgid "Username"
2677
  msgstr "Kasutajanimi"
2678
 
@@ -3222,6 +3225,7 @@ msgstr "Aegumise aasta"
3222
  #: adminpages/orders.php:1434
3223
  #: includes/profile.php:455
3224
  #: includes/profile.php:541
 
3225
  msgid "Status"
3226
  msgstr "Olek"
3227
 
@@ -3393,6 +3397,7 @@ msgstr "Loodud meetodite poolt. Kasulik tellimuste risti võrdlemiseks."
3393
  #: adminpages/orders.php:1342
3394
  #: adminpages/orders.php:1435
3395
  #: includes/profile.php:449
 
3396
  msgid "Date"
3397
  msgstr "Kuupäev"
3398
 
@@ -7707,6 +7712,8 @@ msgstr "logi välja"
7707
  #: adminpages/orders.php:1429
7708
  #: includes/profile.php:451
7709
  #: includes/profile.php:536
 
 
7710
  msgid "Level"
7711
  msgstr "Tase"
7712
 
@@ -8352,6 +8359,7 @@ msgstr "Allpool on välja toodud detailid teie liikme konto kohta. Tere tulemast
8352
  #: pages/confirmation.php:138
8353
  #: shortcodes/pmpro_account.php:247
8354
  #: pages/confirmation.php:65
 
8355
  msgid "Pending"
8356
  msgstr "Ootel"
8357
 
@@ -8940,6 +8948,7 @@ msgstr "Muuda"
8940
  #: pages/account.php:64
8941
  #: shortcodes/pmpro_account.php:90
8942
  #: shortcodes/pmpro_account.php:158
 
8943
  msgid "View all Membership Options"
8944
  msgstr "Vaata kõiki Liikme valikuid"
8945
 
@@ -8949,6 +8958,7 @@ msgstr "Vaata kõiki Liikme valikuid"
8949
  #: pages/account.php:71
8950
  #: shortcodes/pmpro_account.php:99
8951
  #: shortcodes/pmpro_account.php:167
 
8952
  msgid "My Account"
8953
  msgstr "Minu konto"
8954
 
@@ -8958,6 +8968,7 @@ msgstr "Minu konto"
8958
  #: pages/account.php:80
8959
  #: shortcodes/pmpro_account.php:110
8960
  #: shortcodes/pmpro_account.php:191
 
8961
  msgid "Edit Profile"
8962
  msgstr "Muuda profiili"
8963
 
@@ -8975,6 +8986,7 @@ msgstr "Muuda profiili"
8975
  #: includes/profile.php:917
8976
  #: includes/profile.php:920
8977
  #: includes/profile.php:957
 
8978
  msgid "Change Password"
8979
  msgstr "Muuda parooli"
8980
 
@@ -8984,6 +8996,7 @@ msgstr "Muuda parooli"
8984
  #: pages/account.php:129
8985
  #: shortcodes/pmpro_account.php:118
8986
  #: shortcodes/pmpro_account.php:219
 
8987
  msgid "Past Invoices"
8988
  msgstr "Viimased tellimused"
8989
 
@@ -8991,6 +9004,7 @@ msgstr "Viimased tellimused"
8991
  #: pages/account.php:93
8992
  #: shortcodes/pmpro_account.php:124
8993
  #: shortcodes/pmpro_account.php:225
 
8994
  msgid "Amount"
8995
  msgstr "Summa"
8996
 
@@ -9000,6 +9014,7 @@ msgstr "Summa"
9000
  #: pages/account.php:144
9001
  #: shortcodes/pmpro_account.php:152
9002
  #: shortcodes/pmpro_account.php:264
 
9003
  msgid "View All Invoices"
9004
  msgstr "Vaata kõiki tellimusi"
9005
 
@@ -9009,6 +9024,7 @@ msgstr "Vaata kõiki tellimusi"
9009
  #: pages/account.php:150
9010
  #: shortcodes/pmpro_account.php:159
9011
  #: shortcodes/pmpro_account.php:271
 
9012
  msgid "Member Links"
9013
  msgstr "Liikmete lingid"
9014
 
@@ -14285,6 +14301,7 @@ msgstr ""
14285
  #: includes/menus.php:79
14286
  #: includes/menus.php:169
14287
  #: shortcodes/pmpro_account.php:198
 
14288
  msgid "Log Out"
14289
  msgstr ""
14290
 
@@ -14453,6 +14470,7 @@ msgstr ""
14453
  #: pages/invoice.php:43
14454
  #: shortcodes/pmpro_account.php:244
14455
  #: adminpages/orders.php:1705
 
14456
  msgid "Paid"
14457
  msgstr ""
14458
 
@@ -14732,6 +14750,7 @@ msgid "A member's Braintree subscription has expired at %s"
14732
  msgstr ""
14733
 
14734
  #: shortcodes/pmpro_account.php:249
 
14735
  msgid "Refunded"
14736
  msgstr ""
14737
 
@@ -14914,6 +14933,7 @@ msgstr ""
14914
  #: js/blocks.build.js:790
14915
  #: js/blocks.build.js:891
14916
  #: blocks/checkout-button/block.js:71
 
14917
  msgid "Button Text"
14918
  msgstr ""
14919
 
@@ -14922,21 +14942,25 @@ msgstr ""
14922
  #: js/blocks.build.js:807
14923
  #: js/blocks.build.js:910
14924
  #: blocks/checkout-button/block.js:82
 
14925
  msgid "CSS Class"
14926
  msgstr ""
14927
 
14928
  #: blocks/checkout-button/inspector.js:32
14929
  #: js/blocks.build.js:892
 
14930
  msgid "Text for checkout button"
14931
  msgstr ""
14932
 
14933
  #: blocks/checkout-button/inspector.js:40
14934
  #: js/blocks.build.js:901
 
14935
  msgid "The level to link to for checkout button"
14936
  msgstr ""
14937
 
14938
  #: blocks/checkout-button/inspector.js:49
14939
  #: js/blocks.build.js:911
 
14940
  msgid "Additional styling for checkout button"
14941
  msgstr ""
14942
 
@@ -15256,6 +15280,7 @@ msgid "Missing key."
15256
  msgstr ""
15257
 
15258
  #: shortcodes/pmpro_account.php:145
 
15259
  msgctxt "A dash is shown when there is no expiration date."
15260
  msgid "&#8212;"
15261
  msgstr ""
@@ -16658,3 +16683,19 @@ msgstr ""
16658
  #: blocks/membership/block.js:130
16659
  msgid "Membership Required"
16660
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:57+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
302
  #: includes/profile.php:556
303
  #: includes/profile.php:557
304
  #: includes/profile.php:558
305
+ #: shortcodes/pmpro_account.php:261
306
  msgid "N/A"
307
  msgstr "Ei ole kättesaadav"
308
 
499
  #: adminpages/orders.php:1556
500
  #: includes/profile.php:478
501
  #: includes/profile.php:798
502
+ #: shortcodes/pmpro_account.php:181
503
  msgid "Email"
504
  msgstr "Email"
505
 
2675
  #: adminpages/reports/login.php:183
2676
  #: adminpages/emailtemplates.php:122
2677
  #: classes/class.memberorder.php:1012
2678
+ #: shortcodes/pmpro_account.php:180
2679
  msgid "Username"
2680
  msgstr "Kasutajanimi"
2681
 
3225
  #: adminpages/orders.php:1434
3226
  #: includes/profile.php:455
3227
  #: includes/profile.php:541
3228
+ #: shortcodes/pmpro_account.php:233
3229
  msgid "Status"
3230
  msgstr "Olek"
3231
 
3397
  #: adminpages/orders.php:1342
3398
  #: adminpages/orders.php:1435
3399
  #: includes/profile.php:449
3400
+ #: shortcodes/pmpro_account.php:230
3401
  msgid "Date"
3402
  msgstr "Kuupäev"
3403
 
7712
  #: adminpages/orders.php:1429
7713
  #: includes/profile.php:451
7714
  #: includes/profile.php:536
7715
+ #: shortcodes/pmpro_account.php:231
7716
+ #: js/blocks.build.js:1
7717
  msgid "Level"
7718
  msgstr "Tase"
7719
 
8359
  #: pages/confirmation.php:138
8360
  #: shortcodes/pmpro_account.php:247
8361
  #: pages/confirmation.php:65
8362
+ #: shortcodes/pmpro_account.php:254
8363
  msgid "Pending"
8364
  msgstr "Ootel"
8365
 
8948
  #: pages/account.php:64
8949
  #: shortcodes/pmpro_account.php:90
8950
  #: shortcodes/pmpro_account.php:158
8951
+ #: shortcodes/pmpro_account.php:165
8952
  msgid "View all Membership Options"
8953
  msgstr "Vaata kõiki Liikme valikuid"
8954
 
8958
  #: pages/account.php:71
8959
  #: shortcodes/pmpro_account.php:99
8960
  #: shortcodes/pmpro_account.php:167
8961
+ #: shortcodes/pmpro_account.php:174
8962
  msgid "My Account"
8963
  msgstr "Minu konto"
8964
 
8968
  #: pages/account.php:80
8969
  #: shortcodes/pmpro_account.php:110
8970
  #: shortcodes/pmpro_account.php:191
8971
+ #: shortcodes/pmpro_account.php:198
8972
  msgid "Edit Profile"
8973
  msgstr "Muuda profiili"
8974
 
8986
  #: includes/profile.php:917
8987
  #: includes/profile.php:920
8988
  #: includes/profile.php:957
8989
+ #: shortcodes/pmpro_account.php:202
8990
  msgid "Change Password"
8991
  msgstr "Muuda parooli"
8992
 
8996
  #: pages/account.php:129
8997
  #: shortcodes/pmpro_account.php:118
8998
  #: shortcodes/pmpro_account.php:219
8999
+ #: shortcodes/pmpro_account.php:226
9000
  msgid "Past Invoices"
9001
  msgstr "Viimased tellimused"
9002
 
9004
  #: pages/account.php:93
9005
  #: shortcodes/pmpro_account.php:124
9006
  #: shortcodes/pmpro_account.php:225
9007
+ #: shortcodes/pmpro_account.php:232
9008
  msgid "Amount"
9009
  msgstr "Summa"
9010
 
9014
  #: pages/account.php:144
9015
  #: shortcodes/pmpro_account.php:152
9016
  #: shortcodes/pmpro_account.php:264
9017
+ #: shortcodes/pmpro_account.php:271
9018
  msgid "View All Invoices"
9019
  msgstr "Vaata kõiki tellimusi"
9020
 
9024
  #: pages/account.php:150
9025
  #: shortcodes/pmpro_account.php:159
9026
  #: shortcodes/pmpro_account.php:271
9027
+ #: shortcodes/pmpro_account.php:278
9028
  msgid "Member Links"
9029
  msgstr "Liikmete lingid"
9030
 
14301
  #: includes/menus.php:79
14302
  #: includes/menus.php:169
14303
  #: shortcodes/pmpro_account.php:198
14304
+ #: shortcodes/pmpro_account.php:205
14305
  msgid "Log Out"
14306
  msgstr ""
14307
 
14470
  #: pages/invoice.php:43
14471
  #: shortcodes/pmpro_account.php:244
14472
  #: adminpages/orders.php:1705
14473
+ #: shortcodes/pmpro_account.php:251
14474
  msgid "Paid"
14475
  msgstr ""
14476
 
14750
  msgstr ""
14751
 
14752
  #: shortcodes/pmpro_account.php:249
14753
+ #: shortcodes/pmpro_account.php:256
14754
  msgid "Refunded"
14755
  msgstr ""
14756
 
14933
  #: js/blocks.build.js:790
14934
  #: js/blocks.build.js:891
14935
  #: blocks/checkout-button/block.js:71
14936
+ #: js/blocks.build.js:1
14937
  msgid "Button Text"
14938
  msgstr ""
14939
 
14942
  #: js/blocks.build.js:807
14943
  #: js/blocks.build.js:910
14944
  #: blocks/checkout-button/block.js:82
14945
+ #: js/blocks.build.js:1
14946
  msgid "CSS Class"
14947
  msgstr ""
14948
 
14949
  #: blocks/checkout-button/inspector.js:32
14950
  #: js/blocks.build.js:892
14951
+ #: js/blocks.build.js:1
14952
  msgid "Text for checkout button"
14953
  msgstr ""
14954
 
14955
  #: blocks/checkout-button/inspector.js:40
14956
  #: js/blocks.build.js:901
14957
+ #: js/blocks.build.js:1
14958
  msgid "The level to link to for checkout button"
14959
  msgstr ""
14960
 
14961
  #: blocks/checkout-button/inspector.js:49
14962
  #: js/blocks.build.js:911
14963
+ #: js/blocks.build.js:1
14964
  msgid "Additional styling for checkout button"
14965
  msgstr ""
14966
 
15280
  msgstr ""
15281
 
15282
  #: shortcodes/pmpro_account.php:145
15283
+ #: shortcodes/pmpro_account.php:152
15284
  msgctxt "A dash is shown when there is no expiration date."
15285
  msgid "&#8212;"
15286
  msgstr ""
16683
  #: blocks/membership/block.js:130
16684
  msgid "Membership Required"
16685
  msgstr ""
16686
+
16687
+ #: blocks/account-profile-section/block.js:24
16688
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
16689
+ msgstr ""
16690
+
16691
+ #: blocks/login/block.js:26
16692
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
16693
+ msgstr ""
16694
+
16695
+ #: blocks/member-profile-edit/block.js:20
16696
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
16697
+ msgstr ""
16698
+
16699
+ #: blocks/membership/block.js:42
16700
+ msgid "conditional"
16701
+ msgstr ""
languages/paid-memberships-pro-fa_IR.mo CHANGED
Binary file
languages/paid-memberships-pro-fa_IR.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:26+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -301,6 +301,7 @@ msgstr "WordPress.org"
301
  #: includes/profile.php:556
302
  #: includes/profile.php:557
303
  #: includes/profile.php:558
 
304
  msgid "N/A"
305
  msgstr "N/A"
306
 
@@ -496,6 +497,7 @@ msgstr "درگاه پرداخت و گواهی اس اس ال"
496
  #: adminpages/orders.php:1556
497
  #: includes/profile.php:478
498
  #: includes/profile.php:798
 
499
  msgid "Email"
500
  msgstr "ایمیل"
501
 
@@ -2639,6 +2641,7 @@ msgstr "%d عضو یافت شد"
2639
  #: adminpages/reports/login.php:183
2640
  #: adminpages/emailtemplates.php:122
2641
  #: classes/class.memberorder.php:1012
 
2642
  msgid "Username"
2643
  msgstr "نام کاربری"
2644
 
@@ -3133,6 +3136,7 @@ msgstr "سال انقضا"
3133
  #: adminpages/orders.php:1434
3134
  #: includes/profile.php:455
3135
  #: includes/profile.php:541
 
3136
  msgid "Status"
3137
  msgstr "وضعیت"
3138
 
@@ -3292,6 +3296,7 @@ msgstr "تولید شده توسط درگاه."
3292
  #: adminpages/orders.php:1342
3293
  #: adminpages/orders.php:1435
3294
  #: includes/profile.php:449
 
3295
  msgid "Date"
3296
  msgstr "تاریخ"
3297
 
@@ -7363,6 +7368,8 @@ msgstr "خروج"
7363
  #: adminpages/orders.php:1429
7364
  #: includes/profile.php:451
7365
  #: includes/profile.php:536
 
 
7366
  msgid "Level"
7367
  msgstr "سطح"
7368
 
@@ -7973,6 +7980,7 @@ msgstr "در زیر اطلاعات حساب کاربری شما آمده است.
7973
  #: pages/confirmation.php:138
7974
  #: shortcodes/pmpro_account.php:247
7975
  #: pages/confirmation.php:65
 
7976
  msgid "Pending"
7977
  msgstr "در حال بررسی"
7978
 
@@ -8549,6 +8557,7 @@ msgstr "تغییر"
8549
  #: shortcodes/pmpro_account.php:90
8550
  #: pages/account.php:64
8551
  #: shortcodes/pmpro_account.php:158
 
8552
  msgid "View all Membership Options"
8553
  msgstr "مشاهده همه تنظیمات عضویت"
8554
 
@@ -8557,6 +8566,7 @@ msgstr "مشاهده همه تنظیمات عضویت"
8557
  #: pages/account.php:50
8558
  #: pages/account.php:71
8559
  #: shortcodes/pmpro_account.php:167
 
8560
  msgid "My Account"
8561
  msgstr "حساب کاربری من"
8562
 
@@ -8565,6 +8575,7 @@ msgstr "حساب کاربری من"
8565
  #: pages/account.php:59
8566
  #: pages/account.php:80
8567
  #: shortcodes/pmpro_account.php:191
 
8568
  msgid "Edit Profile"
8569
  msgstr "ویرایش پروفایل"
8570
 
@@ -8581,6 +8592,7 @@ msgstr "ویرایش پروفایل"
8581
  #: includes/profile.php:917
8582
  #: includes/profile.php:920
8583
  #: includes/profile.php:957
 
8584
  msgid "Change Password"
8585
  msgstr "تغییر رمز عبور"
8586
 
@@ -8589,12 +8601,14 @@ msgstr "تغییر رمز عبور"
8589
  #: pages/account.php:125
8590
  #: pages/account.php:129
8591
  #: shortcodes/pmpro_account.php:219
 
8592
  msgid "Past Invoices"
8593
  msgstr "فاکتورهای گذشته"
8594
 
8595
  #: shortcodes/pmpro_account.php:124
8596
  #: pages/account.php:93
8597
  #: shortcodes/pmpro_account.php:225
 
8598
  msgid "Amount"
8599
  msgstr "مقدار"
8600
 
@@ -8603,6 +8617,7 @@ msgstr "مقدار"
8603
  #: pages/account.php:140
8604
  #: pages/account.php:144
8605
  #: shortcodes/pmpro_account.php:264
 
8606
  msgid "View All Invoices"
8607
  msgstr "مشاهده همه فاکتورها"
8608
 
@@ -8611,6 +8626,7 @@ msgstr "مشاهده همه فاکتورها"
8611
  #: pages/account.php:146
8612
  #: pages/account.php:150
8613
  #: shortcodes/pmpro_account.php:271
 
8614
  msgid "Member Links"
8615
  msgstr "لینک های کاربر"
8616
 
@@ -13909,6 +13925,7 @@ msgstr ""
13909
  #: includes/menus.php:79
13910
  #: includes/menus.php:169
13911
  #: shortcodes/pmpro_account.php:198
 
13912
  msgid "Log Out"
13913
  msgstr ""
13914
 
@@ -14077,6 +14094,7 @@ msgstr ""
14077
  #: pages/invoice.php:43
14078
  #: shortcodes/pmpro_account.php:244
14079
  #: adminpages/orders.php:1705
 
14080
  msgid "Paid"
14081
  msgstr ""
14082
 
@@ -14356,6 +14374,7 @@ msgid "A member's Braintree subscription has expired at %s"
14356
  msgstr ""
14357
 
14358
  #: shortcodes/pmpro_account.php:249
 
14359
  msgid "Refunded"
14360
  msgstr ""
14361
 
@@ -14538,6 +14557,7 @@ msgstr ""
14538
  #: js/blocks.build.js:790
14539
  #: js/blocks.build.js:891
14540
  #: blocks/checkout-button/block.js:71
 
14541
  msgid "Button Text"
14542
  msgstr ""
14543
 
@@ -14546,21 +14566,25 @@ msgstr ""
14546
  #: js/blocks.build.js:807
14547
  #: js/blocks.build.js:910
14548
  #: blocks/checkout-button/block.js:82
 
14549
  msgid "CSS Class"
14550
  msgstr ""
14551
 
14552
  #: blocks/checkout-button/inspector.js:32
14553
  #: js/blocks.build.js:892
 
14554
  msgid "Text for checkout button"
14555
  msgstr ""
14556
 
14557
  #: blocks/checkout-button/inspector.js:40
14558
  #: js/blocks.build.js:901
 
14559
  msgid "The level to link to for checkout button"
14560
  msgstr ""
14561
 
14562
  #: blocks/checkout-button/inspector.js:49
14563
  #: js/blocks.build.js:911
 
14564
  msgid "Additional styling for checkout button"
14565
  msgstr ""
14566
 
@@ -14880,6 +14904,7 @@ msgid "Missing key."
14880
  msgstr ""
14881
 
14882
  #: shortcodes/pmpro_account.php:145
 
14883
  msgctxt "A dash is shown when there is no expiration date."
14884
  msgid "&#8212;"
14885
  msgstr ""
@@ -16282,3 +16307,19 @@ msgstr ""
16282
  #: blocks/membership/block.js:130
16283
  msgid "Membership Required"
16284
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:00+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
301
  #: includes/profile.php:556
302
  #: includes/profile.php:557
303
  #: includes/profile.php:558
304
+ #: shortcodes/pmpro_account.php:261
305
  msgid "N/A"
306
  msgstr "N/A"
307
 
497
  #: adminpages/orders.php:1556
498
  #: includes/profile.php:478
499
  #: includes/profile.php:798
500
+ #: shortcodes/pmpro_account.php:181
501
  msgid "Email"
502
  msgstr "ایمیل"
503
 
2641
  #: adminpages/reports/login.php:183
2642
  #: adminpages/emailtemplates.php:122
2643
  #: classes/class.memberorder.php:1012
2644
+ #: shortcodes/pmpro_account.php:180
2645
  msgid "Username"
2646
  msgstr "نام کاربری"
2647
 
3136
  #: adminpages/orders.php:1434
3137
  #: includes/profile.php:455
3138
  #: includes/profile.php:541
3139
+ #: shortcodes/pmpro_account.php:233
3140
  msgid "Status"
3141
  msgstr "وضعیت"
3142
 
3296
  #: adminpages/orders.php:1342
3297
  #: adminpages/orders.php:1435
3298
  #: includes/profile.php:449
3299
+ #: shortcodes/pmpro_account.php:230
3300
  msgid "Date"
3301
  msgstr "تاریخ"
3302
 
7368
  #: adminpages/orders.php:1429
7369
  #: includes/profile.php:451
7370
  #: includes/profile.php:536
7371
+ #: shortcodes/pmpro_account.php:231
7372
+ #: js/blocks.build.js:1
7373
  msgid "Level"
7374
  msgstr "سطح"
7375
 
7980
  #: pages/confirmation.php:138
7981
  #: shortcodes/pmpro_account.php:247
7982
  #: pages/confirmation.php:65
7983
+ #: shortcodes/pmpro_account.php:254
7984
  msgid "Pending"
7985
  msgstr "در حال بررسی"
7986
 
8557
  #: shortcodes/pmpro_account.php:90
8558
  #: pages/account.php:64
8559
  #: shortcodes/pmpro_account.php:158
8560
+ #: shortcodes/pmpro_account.php:165
8561
  msgid "View all Membership Options"
8562
  msgstr "مشاهده همه تنظیمات عضویت"
8563
 
8566
  #: pages/account.php:50
8567
  #: pages/account.php:71
8568
  #: shortcodes/pmpro_account.php:167
8569
+ #: shortcodes/pmpro_account.php:174
8570
  msgid "My Account"
8571
  msgstr "حساب کاربری من"
8572
 
8575
  #: pages/account.php:59
8576
  #: pages/account.php:80
8577
  #: shortcodes/pmpro_account.php:191
8578
+ #: shortcodes/pmpro_account.php:198
8579
  msgid "Edit Profile"
8580
  msgstr "ویرایش پروفایل"
8581
 
8592
  #: includes/profile.php:917
8593
  #: includes/profile.php:920
8594
  #: includes/profile.php:957
8595
+ #: shortcodes/pmpro_account.php:202
8596
  msgid "Change Password"
8597
  msgstr "تغییر رمز عبور"
8598
 
8601
  #: pages/account.php:125
8602
  #: pages/account.php:129
8603
  #: shortcodes/pmpro_account.php:219
8604
+ #: shortcodes/pmpro_account.php:226
8605
  msgid "Past Invoices"
8606
  msgstr "فاکتورهای گذشته"
8607
 
8608
  #: shortcodes/pmpro_account.php:124
8609
  #: pages/account.php:93
8610
  #: shortcodes/pmpro_account.php:225
8611
+ #: shortcodes/pmpro_account.php:232
8612
  msgid "Amount"
8613
  msgstr "مقدار"
8614
 
8617
  #: pages/account.php:140
8618
  #: pages/account.php:144
8619
  #: shortcodes/pmpro_account.php:264
8620
+ #: shortcodes/pmpro_account.php:271
8621
  msgid "View All Invoices"
8622
  msgstr "مشاهده همه فاکتورها"
8623
 
8626
  #: pages/account.php:146
8627
  #: pages/account.php:150
8628
  #: shortcodes/pmpro_account.php:271
8629
+ #: shortcodes/pmpro_account.php:278
8630
  msgid "Member Links"
8631
  msgstr "لینک های کاربر"
8632
 
13925
  #: includes/menus.php:79
13926
  #: includes/menus.php:169
13927
  #: shortcodes/pmpro_account.php:198
13928
+ #: shortcodes/pmpro_account.php:205
13929
  msgid "Log Out"
13930
  msgstr ""
13931
 
14094
  #: pages/invoice.php:43
14095
  #: shortcodes/pmpro_account.php:244
14096
  #: adminpages/orders.php:1705
14097
+ #: shortcodes/pmpro_account.php:251
14098
  msgid "Paid"
14099
  msgstr ""
14100
 
14374
  msgstr ""
14375
 
14376
  #: shortcodes/pmpro_account.php:249
14377
+ #: shortcodes/pmpro_account.php:256
14378
  msgid "Refunded"
14379
  msgstr ""
14380
 
14557
  #: js/blocks.build.js:790
14558
  #: js/blocks.build.js:891
14559
  #: blocks/checkout-button/block.js:71
14560
+ #: js/blocks.build.js:1
14561
  msgid "Button Text"
14562
  msgstr ""
14563
 
14566
  #: js/blocks.build.js:807
14567
  #: js/blocks.build.js:910
14568
  #: blocks/checkout-button/block.js:82
14569
+ #: js/blocks.build.js:1
14570
  msgid "CSS Class"
14571
  msgstr ""
14572
 
14573
  #: blocks/checkout-button/inspector.js:32
14574
  #: js/blocks.build.js:892
14575
+ #: js/blocks.build.js:1
14576
  msgid "Text for checkout button"
14577
  msgstr ""
14578
 
14579
  #: blocks/checkout-button/inspector.js:40
14580
  #: js/blocks.build.js:901
14581
+ #: js/blocks.build.js:1
14582
  msgid "The level to link to for checkout button"
14583
  msgstr ""
14584
 
14585
  #: blocks/checkout-button/inspector.js:49
14586
  #: js/blocks.build.js:911
14587
+ #: js/blocks.build.js:1
14588
  msgid "Additional styling for checkout button"
14589
  msgstr ""
14590
 
14904
  msgstr ""
14905
 
14906
  #: shortcodes/pmpro_account.php:145
14907
+ #: shortcodes/pmpro_account.php:152
14908
  msgctxt "A dash is shown when there is no expiration date."
14909
  msgid "&#8212;"
14910
  msgstr ""
16307
  #: blocks/membership/block.js:130
16308
  msgid "Membership Required"
16309
  msgstr ""
16310
+
16311
+ #: blocks/account-profile-section/block.js:24
16312
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
16313
+ msgstr ""
16314
+
16315
+ #: blocks/login/block.js:26
16316
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
16317
+ msgstr ""
16318
+
16319
+ #: blocks/member-profile-edit/block.js:20
16320
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
16321
+ msgstr ""
16322
+
16323
+ #: blocks/membership/block.js:42
16324
+ msgid "conditional"
16325
+ msgstr ""
languages/paid-memberships-pro-fi.mo CHANGED
Binary file
languages/paid-memberships-pro-fi.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:28+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -190,6 +190,7 @@ msgstr "Maksuväylä &amp; SSL"
190
  #: adminpages/orders.php:1556
191
  #: includes/profile.php:478
192
  #: includes/profile.php:798
 
193
  msgid "Email"
194
  msgstr "Sähköposti"
195
 
@@ -1627,6 +1628,7 @@ msgstr "%d tilaajaa löytyi."
1627
  #: adminpages/reports/login.php:183
1628
  #: adminpages/emailtemplates.php:122
1629
  #: classes/class.memberorder.php:1012
 
1630
  msgid "Username"
1631
  msgstr "Käyttäjänimi"
1632
 
@@ -2029,6 +2031,7 @@ msgstr "Vanhentumisvuosi"
2029
  #: adminpages/orders.php:1434
2030
  #: includes/profile.php:455
2031
  #: includes/profile.php:541
 
2032
  msgid "Status"
2033
  msgstr "Tila"
2034
 
@@ -2157,6 +2160,7 @@ msgstr ""
2157
  #: adminpages/orders.php:492
2158
  #: adminpages/orders.php:1435
2159
  #: includes/profile.php:449
 
2160
  msgid "Date"
2161
  msgstr "Päiväys"
2162
 
@@ -4834,6 +4838,8 @@ msgstr "uloskirjaus"
4834
  #: adminpages/orders.php:1429
4835
  #: includes/profile.php:451
4836
  #: includes/profile.php:536
 
 
4837
  msgid "Level"
4838
  msgstr "Taso"
4839
 
@@ -5599,16 +5605,19 @@ msgstr "Päivitä"
5599
 
5600
  #: shortcodes/pmpro_account.php:90
5601
  #: shortcodes/pmpro_account.php:158
 
5602
  msgid "View all Membership Options"
5603
  msgstr ""
5604
 
5605
  #: shortcodes/pmpro_account.php:99
5606
  #: shortcodes/pmpro_account.php:167
 
5607
  msgid "My Account"
5608
  msgstr "Oma tili"
5609
 
5610
  #: shortcodes/pmpro_account.php:110
5611
  #: shortcodes/pmpro_account.php:191
 
5612
  msgid "Edit Profile"
5613
  msgstr "Muokkaa profiilia"
5614
 
@@ -5622,26 +5631,31 @@ msgstr "Muokkaa profiilia"
5622
  #: includes/profile.php:917
5623
  #: includes/profile.php:920
5624
  #: includes/profile.php:957
 
5625
  msgid "Change Password"
5626
  msgstr "Muuta salasanasi"
5627
 
5628
  #: shortcodes/pmpro_account.php:118
5629
  #: shortcodes/pmpro_account.php:219
 
5630
  msgid "Past Invoices"
5631
  msgstr "Edelliset laskut"
5632
 
5633
  #: shortcodes/pmpro_account.php:124
5634
  #: shortcodes/pmpro_account.php:225
 
5635
  msgid "Amount"
5636
  msgstr "Määrä"
5637
 
5638
  #: shortcodes/pmpro_account.php:152
5639
  #: shortcodes/pmpro_account.php:264
 
5640
  msgid "View All Invoices"
5641
  msgstr "Näytä kaikki laskut"
5642
 
5643
  #: shortcodes/pmpro_account.php:159
5644
  #: shortcodes/pmpro_account.php:271
 
5645
  msgid "Member Links"
5646
  msgstr ""
5647
 
@@ -5909,6 +5923,7 @@ msgstr ""
5909
  #: includes/profile.php:556
5910
  #: includes/profile.php:557
5911
  #: includes/profile.php:558
 
5912
  msgid "N/A"
5913
  msgstr ""
5914
 
@@ -11049,6 +11064,7 @@ msgstr ""
11049
  #: includes/menus.php:79
11050
  #: includes/menus.php:169
11051
  #: shortcodes/pmpro_account.php:198
 
11052
  msgid "Log Out"
11053
  msgstr ""
11054
 
@@ -11222,6 +11238,7 @@ msgstr ""
11222
  #: pages/invoice.php:43
11223
  #: shortcodes/pmpro_account.php:244
11224
  #: adminpages/orders.php:1705
 
11225
  msgid "Paid"
11226
  msgstr ""
11227
 
@@ -11486,6 +11503,7 @@ msgstr ""
11486
  #: pages/confirmation.php:138
11487
  #: shortcodes/pmpro_account.php:247
11488
  #: pages/confirmation.php:65
 
11489
  msgid "Pending"
11490
  msgstr ""
11491
 
@@ -11511,6 +11529,7 @@ msgid "A member's Braintree subscription has expired at %s"
11511
  msgstr ""
11512
 
11513
  #: shortcodes/pmpro_account.php:249
 
11514
  msgid "Refunded"
11515
  msgstr ""
11516
 
@@ -11693,6 +11712,7 @@ msgstr ""
11693
  #: js/blocks.build.js:790
11694
  #: js/blocks.build.js:891
11695
  #: blocks/checkout-button/block.js:71
 
11696
  msgid "Button Text"
11697
  msgstr ""
11698
 
@@ -11701,21 +11721,25 @@ msgstr ""
11701
  #: js/blocks.build.js:807
11702
  #: js/blocks.build.js:910
11703
  #: blocks/checkout-button/block.js:82
 
11704
  msgid "CSS Class"
11705
  msgstr ""
11706
 
11707
  #: blocks/checkout-button/inspector.js:32
11708
  #: js/blocks.build.js:892
 
11709
  msgid "Text for checkout button"
11710
  msgstr ""
11711
 
11712
  #: blocks/checkout-button/inspector.js:40
11713
  #: js/blocks.build.js:901
 
11714
  msgid "The level to link to for checkout button"
11715
  msgstr ""
11716
 
11717
  #: blocks/checkout-button/inspector.js:49
11718
  #: js/blocks.build.js:911
 
11719
  msgid "Additional styling for checkout button"
11720
  msgstr ""
11721
 
@@ -12035,6 +12059,7 @@ msgid "Missing key."
12035
  msgstr ""
12036
 
12037
  #: shortcodes/pmpro_account.php:145
 
12038
  msgctxt "A dash is shown when there is no expiration date."
12039
  msgid "&#8212;"
12040
  msgstr ""
@@ -13425,3 +13450,19 @@ msgstr ""
13425
  #: blocks/membership/block.js:130
13426
  msgid "Membership Required"
13427
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:02+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
190
  #: adminpages/orders.php:1556
191
  #: includes/profile.php:478
192
  #: includes/profile.php:798
193
+ #: shortcodes/pmpro_account.php:181
194
  msgid "Email"
195
  msgstr "Sähköposti"
196
 
1628
  #: adminpages/reports/login.php:183
1629
  #: adminpages/emailtemplates.php:122
1630
  #: classes/class.memberorder.php:1012
1631
+ #: shortcodes/pmpro_account.php:180
1632
  msgid "Username"
1633
  msgstr "Käyttäjänimi"
1634
 
2031
  #: adminpages/orders.php:1434
2032
  #: includes/profile.php:455
2033
  #: includes/profile.php:541
2034
+ #: shortcodes/pmpro_account.php:233
2035
  msgid "Status"
2036
  msgstr "Tila"
2037
 
2160
  #: adminpages/orders.php:492
2161
  #: adminpages/orders.php:1435
2162
  #: includes/profile.php:449
2163
+ #: shortcodes/pmpro_account.php:230
2164
  msgid "Date"
2165
  msgstr "Päiväys"
2166
 
4838
  #: adminpages/orders.php:1429
4839
  #: includes/profile.php:451
4840
  #: includes/profile.php:536
4841
+ #: shortcodes/pmpro_account.php:231
4842
+ #: js/blocks.build.js:1
4843
  msgid "Level"
4844
  msgstr "Taso"
4845
 
5605
 
5606
  #: shortcodes/pmpro_account.php:90
5607
  #: shortcodes/pmpro_account.php:158
5608
+ #: shortcodes/pmpro_account.php:165
5609
  msgid "View all Membership Options"
5610
  msgstr ""
5611
 
5612
  #: shortcodes/pmpro_account.php:99
5613
  #: shortcodes/pmpro_account.php:167
5614
+ #: shortcodes/pmpro_account.php:174
5615
  msgid "My Account"
5616
  msgstr "Oma tili"
5617
 
5618
  #: shortcodes/pmpro_account.php:110
5619
  #: shortcodes/pmpro_account.php:191
5620
+ #: shortcodes/pmpro_account.php:198
5621
  msgid "Edit Profile"
5622
  msgstr "Muokkaa profiilia"
5623
 
5631
  #: includes/profile.php:917
5632
  #: includes/profile.php:920
5633
  #: includes/profile.php:957
5634
+ #: shortcodes/pmpro_account.php:202
5635
  msgid "Change Password"
5636
  msgstr "Muuta salasanasi"
5637
 
5638
  #: shortcodes/pmpro_account.php:118
5639
  #: shortcodes/pmpro_account.php:219
5640
+ #: shortcodes/pmpro_account.php:226
5641
  msgid "Past Invoices"
5642
  msgstr "Edelliset laskut"
5643
 
5644
  #: shortcodes/pmpro_account.php:124
5645
  #: shortcodes/pmpro_account.php:225
5646
+ #: shortcodes/pmpro_account.php:232
5647
  msgid "Amount"
5648
  msgstr "Määrä"
5649
 
5650
  #: shortcodes/pmpro_account.php:152
5651
  #: shortcodes/pmpro_account.php:264
5652
+ #: shortcodes/pmpro_account.php:271
5653
  msgid "View All Invoices"
5654
  msgstr "Näytä kaikki laskut"
5655
 
5656
  #: shortcodes/pmpro_account.php:159
5657
  #: shortcodes/pmpro_account.php:271
5658
+ #: shortcodes/pmpro_account.php:278
5659
  msgid "Member Links"
5660
  msgstr ""
5661
 
5923
  #: includes/profile.php:556
5924
  #: includes/profile.php:557
5925
  #: includes/profile.php:558
5926
+ #: shortcodes/pmpro_account.php:261
5927
  msgid "N/A"
5928
  msgstr ""
5929
 
11064
  #: includes/menus.php:79
11065
  #: includes/menus.php:169
11066
  #: shortcodes/pmpro_account.php:198
11067
+ #: shortcodes/pmpro_account.php:205
11068
  msgid "Log Out"
11069
  msgstr ""
11070
 
11238
  #: pages/invoice.php:43
11239
  #: shortcodes/pmpro_account.php:244
11240
  #: adminpages/orders.php:1705
11241
+ #: shortcodes/pmpro_account.php:251
11242
  msgid "Paid"
11243
  msgstr ""
11244
 
11503
  #: pages/confirmation.php:138
11504
  #: shortcodes/pmpro_account.php:247
11505
  #: pages/confirmation.php:65
11506
+ #: shortcodes/pmpro_account.php:254
11507
  msgid "Pending"
11508
  msgstr ""
11509
 
11529
  msgstr ""
11530
 
11531
  #: shortcodes/pmpro_account.php:249
11532
+ #: shortcodes/pmpro_account.php:256
11533
  msgid "Refunded"
11534
  msgstr ""
11535
 
11712
  #: js/blocks.build.js:790
11713
  #: js/blocks.build.js:891
11714
  #: blocks/checkout-button/block.js:71
11715
+ #: js/blocks.build.js:1
11716
  msgid "Button Text"
11717
  msgstr ""
11718
 
11721
  #: js/blocks.build.js:807
11722
  #: js/blocks.build.js:910
11723
  #: blocks/checkout-button/block.js:82
11724
+ #: js/blocks.build.js:1
11725
  msgid "CSS Class"
11726
  msgstr ""
11727
 
11728
  #: blocks/checkout-button/inspector.js:32
11729
  #: js/blocks.build.js:892
11730
+ #: js/blocks.build.js:1
11731
  msgid "Text for checkout button"
11732
  msgstr ""
11733
 
11734
  #: blocks/checkout-button/inspector.js:40
11735
  #: js/blocks.build.js:901
11736
+ #: js/blocks.build.js:1
11737
  msgid "The level to link to for checkout button"
11738
  msgstr ""
11739
 
11740
  #: blocks/checkout-button/inspector.js:49
11741
  #: js/blocks.build.js:911
11742
+ #: js/blocks.build.js:1
11743
  msgid "Additional styling for checkout button"
11744
  msgstr ""
11745
 
12059
  msgstr ""
12060
 
12061
  #: shortcodes/pmpro_account.php:145
12062
+ #: shortcodes/pmpro_account.php:152
12063
  msgctxt "A dash is shown when there is no expiration date."
12064
  msgid "&#8212;"
12065
  msgstr ""
13450
  #: blocks/membership/block.js:130
13451
  msgid "Membership Required"
13452
  msgstr ""
13453
+
13454
+ #: blocks/account-profile-section/block.js:24
13455
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
13456
+ msgstr ""
13457
+
13458
+ #: blocks/login/block.js:26
13459
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
13460
+ msgstr ""
13461
+
13462
+ #: blocks/member-profile-edit/block.js:20
13463
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
13464
+ msgstr ""
13465
+
13466
+ #: blocks/membership/block.js:42
13467
+ msgid "conditional"
13468
+ msgstr ""
languages/paid-memberships-pro-fr_FR.mo CHANGED
Binary file
languages/paid-memberships-pro-fr_FR.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:31+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -190,6 +190,7 @@ msgstr "Passerelle de paiement et SSL"
190
  #: adminpages/orders.php:1556
191
  #: includes/profile.php:478
192
  #: includes/profile.php:798
 
193
  msgid "Email"
194
  msgstr "Courriel"
195
 
@@ -1634,6 +1635,7 @@ msgstr "%d membres trouvés"
1634
  #: adminpages/reports/login.php:183
1635
  #: adminpages/emailtemplates.php:122
1636
  #: classes/class.memberorder.php:1012
 
1637
  msgid "Username"
1638
  msgstr "Nom d'utilisateur"
1639
 
@@ -2036,6 +2038,7 @@ msgstr "Année d'expiration"
2036
  #: adminpages/orders.php:1434
2037
  #: includes/profile.php:455
2038
  #: includes/profile.php:541
 
2039
  msgid "Status"
2040
  msgstr "Statut"
2041
 
@@ -2164,6 +2167,7 @@ msgstr "Généré par la passerelle. Utile pour voir la référence des abonneme
2164
  #: adminpages/orders.php:492
2165
  #: adminpages/orders.php:1435
2166
  #: includes/profile.php:449
 
2167
  msgid "Date"
2168
  msgstr "Date"
2169
 
@@ -4824,6 +4828,8 @@ msgstr "déconnexion"
4824
  #: adminpages/orders.php:1429
4825
  #: includes/profile.php:451
4826
  #: includes/profile.php:536
 
 
4827
  msgid "Level"
4828
  msgstr "Niveau"
4829
 
@@ -5237,6 +5243,7 @@ msgstr "Ci-dessous les détails de votre compte d'adhérent. Un courriel de bien
5237
  #: pages/confirmation.php:138
5238
  #: shortcodes/pmpro_account.php:247
5239
  #: pages/confirmation.php:65
 
5240
  msgid "Pending"
5241
  msgstr "En attente"
5242
 
@@ -5594,16 +5601,19 @@ msgstr "Modifier"
5594
 
5595
  #: shortcodes/pmpro_account.php:90
5596
  #: shortcodes/pmpro_account.php:158
 
5597
  msgid "View all Membership Options"
5598
  msgstr "Voir toutes les options d'adhésion"
5599
 
5600
  #: shortcodes/pmpro_account.php:99
5601
  #: shortcodes/pmpro_account.php:167
 
5602
  msgid "My Account"
5603
  msgstr "Mon compte"
5604
 
5605
  #: shortcodes/pmpro_account.php:110
5606
  #: shortcodes/pmpro_account.php:191
 
5607
  msgid "Edit Profile"
5608
  msgstr "Éditer le profil"
5609
 
@@ -5617,26 +5627,31 @@ msgstr "Éditer le profil"
5617
  #: includes/profile.php:917
5618
  #: includes/profile.php:920
5619
  #: includes/profile.php:957
 
5620
  msgid "Change Password"
5621
  msgstr "Changer le mot de passe"
5622
 
5623
  #: shortcodes/pmpro_account.php:118
5624
  #: shortcodes/pmpro_account.php:219
 
5625
  msgid "Past Invoices"
5626
  msgstr "Reçus antérieurs"
5627
 
5628
  #: shortcodes/pmpro_account.php:124
5629
  #: shortcodes/pmpro_account.php:225
 
5630
  msgid "Amount"
5631
  msgstr "Montant"
5632
 
5633
  #: shortcodes/pmpro_account.php:152
5634
  #: shortcodes/pmpro_account.php:264
 
5635
  msgid "View All Invoices"
5636
  msgstr "Voir tous les reçus"
5637
 
5638
  #: shortcodes/pmpro_account.php:159
5639
  #: shortcodes/pmpro_account.php:271
 
5640
  msgid "Member Links"
5641
  msgstr "Liens pour les membres"
5642
 
@@ -5965,6 +5980,7 @@ msgstr ""
5965
  #: includes/profile.php:556
5966
  #: includes/profile.php:557
5967
  #: includes/profile.php:558
 
5968
  msgid "N/A"
5969
  msgstr ""
5970
 
@@ -11053,6 +11069,7 @@ msgstr ""
11053
  #: includes/menus.php:79
11054
  #: includes/menus.php:169
11055
  #: shortcodes/pmpro_account.php:198
 
11056
  msgid "Log Out"
11057
  msgstr ""
11058
 
@@ -11226,6 +11243,7 @@ msgstr ""
11226
  #: pages/invoice.php:43
11227
  #: shortcodes/pmpro_account.php:244
11228
  #: adminpages/orders.php:1705
 
11229
  msgid "Paid"
11230
  msgstr ""
11231
 
@@ -11513,6 +11531,7 @@ msgid "A member's Braintree subscription has expired at %s"
11513
  msgstr ""
11514
 
11515
  #: shortcodes/pmpro_account.php:249
 
11516
  msgid "Refunded"
11517
  msgstr ""
11518
 
@@ -11695,6 +11714,7 @@ msgstr ""
11695
  #: js/blocks.build.js:790
11696
  #: js/blocks.build.js:891
11697
  #: blocks/checkout-button/block.js:71
 
11698
  msgid "Button Text"
11699
  msgstr ""
11700
 
@@ -11703,21 +11723,25 @@ msgstr ""
11703
  #: js/blocks.build.js:807
11704
  #: js/blocks.build.js:910
11705
  #: blocks/checkout-button/block.js:82
 
11706
  msgid "CSS Class"
11707
  msgstr ""
11708
 
11709
  #: blocks/checkout-button/inspector.js:32
11710
  #: js/blocks.build.js:892
 
11711
  msgid "Text for checkout button"
11712
  msgstr ""
11713
 
11714
  #: blocks/checkout-button/inspector.js:40
11715
  #: js/blocks.build.js:901
 
11716
  msgid "The level to link to for checkout button"
11717
  msgstr ""
11718
 
11719
  #: blocks/checkout-button/inspector.js:49
11720
  #: js/blocks.build.js:911
 
11721
  msgid "Additional styling for checkout button"
11722
  msgstr ""
11723
 
@@ -12037,6 +12061,7 @@ msgid "Missing key."
12037
  msgstr ""
12038
 
12039
  #: shortcodes/pmpro_account.php:145
 
12040
  msgctxt "A dash is shown when there is no expiration date."
12041
  msgid "&#8212;"
12042
  msgstr ""
@@ -13444,3 +13469,19 @@ msgstr ""
13444
  #: blocks/membership/block.js:130
13445
  msgid "Membership Required"
13446
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:05+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
190
  #: adminpages/orders.php:1556
191
  #: includes/profile.php:478
192
  #: includes/profile.php:798
193
+ #: shortcodes/pmpro_account.php:181
194
  msgid "Email"
195
  msgstr "Courriel"
196
 
1635
  #: adminpages/reports/login.php:183
1636
  #: adminpages/emailtemplates.php:122
1637
  #: classes/class.memberorder.php:1012
1638
+ #: shortcodes/pmpro_account.php:180
1639
  msgid "Username"
1640
  msgstr "Nom d'utilisateur"
1641
 
2038
  #: adminpages/orders.php:1434
2039
  #: includes/profile.php:455
2040
  #: includes/profile.php:541
2041
+ #: shortcodes/pmpro_account.php:233
2042
  msgid "Status"
2043
  msgstr "Statut"
2044
 
2167
  #: adminpages/orders.php:492
2168
  #: adminpages/orders.php:1435
2169
  #: includes/profile.php:449
2170
+ #: shortcodes/pmpro_account.php:230
2171
  msgid "Date"
2172
  msgstr "Date"
2173
 
4828
  #: adminpages/orders.php:1429
4829
  #: includes/profile.php:451
4830
  #: includes/profile.php:536
4831
+ #: shortcodes/pmpro_account.php:231
4832
+ #: js/blocks.build.js:1
4833
  msgid "Level"
4834
  msgstr "Niveau"
4835
 
5243
  #: pages/confirmation.php:138
5244
  #: shortcodes/pmpro_account.php:247
5245
  #: pages/confirmation.php:65
5246
+ #: shortcodes/pmpro_account.php:254
5247
  msgid "Pending"
5248
  msgstr "En attente"
5249
 
5601
 
5602
  #: shortcodes/pmpro_account.php:90
5603
  #: shortcodes/pmpro_account.php:158
5604
+ #: shortcodes/pmpro_account.php:165
5605
  msgid "View all Membership Options"
5606
  msgstr "Voir toutes les options d'adhésion"
5607
 
5608
  #: shortcodes/pmpro_account.php:99
5609
  #: shortcodes/pmpro_account.php:167
5610
+ #: shortcodes/pmpro_account.php:174
5611
  msgid "My Account"
5612
  msgstr "Mon compte"
5613
 
5614
  #: shortcodes/pmpro_account.php:110
5615
  #: shortcodes/pmpro_account.php:191
5616
+ #: shortcodes/pmpro_account.php:198
5617
  msgid "Edit Profile"
5618
  msgstr "Éditer le profil"
5619
 
5627
  #: includes/profile.php:917
5628
  #: includes/profile.php:920
5629
  #: includes/profile.php:957
5630
+ #: shortcodes/pmpro_account.php:202
5631
  msgid "Change Password"
5632
  msgstr "Changer le mot de passe"
5633
 
5634
  #: shortcodes/pmpro_account.php:118
5635
  #: shortcodes/pmpro_account.php:219
5636
+ #: shortcodes/pmpro_account.php:226
5637
  msgid "Past Invoices"
5638
  msgstr "Reçus antérieurs"
5639
 
5640
  #: shortcodes/pmpro_account.php:124
5641
  #: shortcodes/pmpro_account.php:225
5642
+ #: shortcodes/pmpro_account.php:232
5643
  msgid "Amount"
5644
  msgstr "Montant"
5645
 
5646
  #: shortcodes/pmpro_account.php:152
5647
  #: shortcodes/pmpro_account.php:264
5648
+ #: shortcodes/pmpro_account.php:271
5649
  msgid "View All Invoices"
5650
  msgstr "Voir tous les reçus"
5651
 
5652
  #: shortcodes/pmpro_account.php:159
5653
  #: shortcodes/pmpro_account.php:271
5654
+ #: shortcodes/pmpro_account.php:278
5655
  msgid "Member Links"
5656
  msgstr "Liens pour les membres"
5657
 
5980
  #: includes/profile.php:556
5981
  #: includes/profile.php:557
5982
  #: includes/profile.php:558
5983
+ #: shortcodes/pmpro_account.php:261
5984
  msgid "N/A"
5985
  msgstr ""
5986
 
11069
  #: includes/menus.php:79
11070
  #: includes/menus.php:169
11071
  #: shortcodes/pmpro_account.php:198
11072
+ #: shortcodes/pmpro_account.php:205
11073
  msgid "Log Out"
11074
  msgstr ""
11075
 
11243
  #: pages/invoice.php:43
11244
  #: shortcodes/pmpro_account.php:244
11245
  #: adminpages/orders.php:1705
11246
+ #: shortcodes/pmpro_account.php:251
11247
  msgid "Paid"
11248
  msgstr ""
11249
 
11531
  msgstr ""
11532
 
11533
  #: shortcodes/pmpro_account.php:249
11534
+ #: shortcodes/pmpro_account.php:256
11535
  msgid "Refunded"
11536
  msgstr ""
11537
 
11714
  #: js/blocks.build.js:790
11715
  #: js/blocks.build.js:891
11716
  #: blocks/checkout-button/block.js:71
11717
+ #: js/blocks.build.js:1
11718
  msgid "Button Text"
11719
  msgstr ""
11720
 
11723
  #: js/blocks.build.js:807
11724
  #: js/blocks.build.js:910
11725
  #: blocks/checkout-button/block.js:82
11726
+ #: js/blocks.build.js:1
11727
  msgid "CSS Class"
11728
  msgstr ""
11729
 
11730
  #: blocks/checkout-button/inspector.js:32
11731
  #: js/blocks.build.js:892
11732
+ #: js/blocks.build.js:1
11733
  msgid "Text for checkout button"
11734
  msgstr ""
11735
 
11736
  #: blocks/checkout-button/inspector.js:40
11737
  #: js/blocks.build.js:901
11738
+ #: js/blocks.build.js:1
11739
  msgid "The level to link to for checkout button"
11740
  msgstr ""
11741
 
11742
  #: blocks/checkout-button/inspector.js:49
11743
  #: js/blocks.build.js:911
11744
+ #: js/blocks.build.js:1
11745
  msgid "Additional styling for checkout button"
11746
  msgstr ""
11747
 
12061
  msgstr ""
12062
 
12063
  #: shortcodes/pmpro_account.php:145
12064
+ #: shortcodes/pmpro_account.php:152
12065
  msgctxt "A dash is shown when there is no expiration date."
12066
  msgid "&#8212;"
12067
  msgstr ""
13469
  #: blocks/membership/block.js:130
13470
  msgid "Membership Required"
13471
  msgstr ""
13472
+
13473
+ #: blocks/account-profile-section/block.js:24
13474
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
13475
+ msgstr ""
13476
+
13477
+ #: blocks/login/block.js:26
13478
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
13479
+ msgstr ""
13480
+
13481
+ #: blocks/member-profile-edit/block.js:20
13482
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
13483
+ msgstr ""
13484
+
13485
+ #: blocks/membership/block.js:42
13486
+ msgid "conditional"
13487
+ msgstr ""
languages/paid-memberships-pro-he_IL.mo CHANGED
Binary file
languages/paid-memberships-pro-he_IL.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:33+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -305,6 +305,7 @@ msgstr ""
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
 
308
  msgid "N/A"
309
  msgstr ""
310
 
@@ -505,6 +506,7 @@ msgstr ""
505
  #: adminpages/orders.php:1556
506
  #: includes/profile.php:478
507
  #: includes/profile.php:798
 
508
  msgid "Email"
509
  msgstr "‎אימייל"
510
 
@@ -2775,6 +2777,7 @@ msgstr ""
2775
  #: adminpages/reports/login.php:183
2776
  #: adminpages/emailtemplates.php:122
2777
  #: classes/class.memberorder.php:1012
 
2778
  msgid "Username"
2779
  msgstr "שם משתמש"
2780
 
@@ -3357,6 +3360,7 @@ msgstr "תקף עד שנת"
3357
  #: adminpages/orders.php:1434
3358
  #: includes/profile.php:455
3359
  #: includes/profile.php:541
 
3360
  msgid "Status"
3361
  msgstr ""
3362
 
@@ -3539,6 +3543,7 @@ msgstr ""
3539
  #: adminpages/orders.php:1342
3540
  #: adminpages/orders.php:1435
3541
  #: includes/profile.php:449
 
3542
  msgid "Date"
3543
  msgstr "תאריך"
3544
 
@@ -8148,6 +8153,8 @@ msgstr "‎התנתק"
8148
  #: adminpages/orders.php:1429
8149
  #: includes/profile.php:451
8150
  #: includes/profile.php:536
 
 
8151
  msgid "Level"
8152
  msgstr "‎דרגה"
8153
 
@@ -8822,6 +8829,7 @@ msgstr ""
8822
  #: pages/confirmation.php:138
8823
  #: shortcodes/pmpro_account.php:247
8824
  #: pages/confirmation.php:65
 
8825
  msgid "Pending"
8826
  msgstr ""
8827
 
@@ -9432,6 +9440,7 @@ msgstr "שנה"
9432
  #: pages/account.php:64
9433
  #: shortcodes/pmpro_account.php:90
9434
  #: shortcodes/pmpro_account.php:158
 
9435
  msgid "View all Membership Options"
9436
  msgstr "צפה בכל אפשרויות החשבון"
9437
 
@@ -9441,6 +9450,7 @@ msgstr "צפה בכל אפשרויות החשבון"
9441
  #: pages/account.php:71
9442
  #: shortcodes/pmpro_account.php:99
9443
  #: shortcodes/pmpro_account.php:167
 
9444
  msgid "My Account"
9445
  msgstr "החשבון שלי"
9446
 
@@ -9450,6 +9460,7 @@ msgstr "החשבון שלי"
9450
  #: pages/account.php:80
9451
  #: shortcodes/pmpro_account.php:110
9452
  #: shortcodes/pmpro_account.php:191
 
9453
  msgid "Edit Profile"
9454
  msgstr "ערוך פרופיל"
9455
 
@@ -9467,6 +9478,7 @@ msgstr "ערוך פרופיל"
9467
  #: includes/profile.php:917
9468
  #: includes/profile.php:920
9469
  #: includes/profile.php:957
 
9470
  msgid "Change Password"
9471
  msgstr "\\ שנה סיסמה"
9472
 
@@ -9476,6 +9488,7 @@ msgstr "\\ שנה סיסמה"
9476
  #: pages/account.php:129
9477
  #: shortcodes/pmpro_account.php:118
9478
  #: shortcodes/pmpro_account.php:219
 
9479
  msgid "Past Invoices"
9480
  msgstr "קבלות ישנות"
9481
 
@@ -9483,6 +9496,7 @@ msgstr "קבלות ישנות"
9483
  #: pages/account.php:93
9484
  #: shortcodes/pmpro_account.php:124
9485
  #: shortcodes/pmpro_account.php:225
 
9486
  msgid "Amount"
9487
  msgstr "סכומים"
9488
 
@@ -9492,6 +9506,7 @@ msgstr "סכומים"
9492
  #: pages/account.php:144
9493
  #: shortcodes/pmpro_account.php:152
9494
  #: shortcodes/pmpro_account.php:264
 
9495
  msgid "View All Invoices"
9496
  msgstr "צפה בכל הקבלות"
9497
 
@@ -9501,6 +9516,7 @@ msgstr "צפה בכל הקבלות"
9501
  #: pages/account.php:150
9502
  #: shortcodes/pmpro_account.php:159
9503
  #: shortcodes/pmpro_account.php:271
 
9504
  msgid "Member Links"
9505
  msgstr "קישורי משתמש"
9506
 
@@ -14735,6 +14751,7 @@ msgstr ""
14735
  #: includes/menus.php:79
14736
  #: includes/menus.php:169
14737
  #: shortcodes/pmpro_account.php:198
 
14738
  msgid "Log Out"
14739
  msgstr ""
14740
 
@@ -14903,6 +14920,7 @@ msgstr ""
14903
  #: pages/invoice.php:43
14904
  #: shortcodes/pmpro_account.php:244
14905
  #: adminpages/orders.php:1705
 
14906
  msgid "Paid"
14907
  msgstr ""
14908
 
@@ -15174,6 +15192,7 @@ msgid "A member's Braintree subscription has expired at %s"
15174
  msgstr ""
15175
 
15176
  #: shortcodes/pmpro_account.php:249
 
15177
  msgid "Refunded"
15178
  msgstr ""
15179
 
@@ -15356,6 +15375,7 @@ msgstr ""
15356
  #: js/blocks.build.js:790
15357
  #: js/blocks.build.js:891
15358
  #: blocks/checkout-button/block.js:71
 
15359
  msgid "Button Text"
15360
  msgstr ""
15361
 
@@ -15364,21 +15384,25 @@ msgstr ""
15364
  #: js/blocks.build.js:807
15365
  #: js/blocks.build.js:910
15366
  #: blocks/checkout-button/block.js:82
 
15367
  msgid "CSS Class"
15368
  msgstr ""
15369
 
15370
  #: blocks/checkout-button/inspector.js:32
15371
  #: js/blocks.build.js:892
 
15372
  msgid "Text for checkout button"
15373
  msgstr ""
15374
 
15375
  #: blocks/checkout-button/inspector.js:40
15376
  #: js/blocks.build.js:901
 
15377
  msgid "The level to link to for checkout button"
15378
  msgstr ""
15379
 
15380
  #: blocks/checkout-button/inspector.js:49
15381
  #: js/blocks.build.js:911
 
15382
  msgid "Additional styling for checkout button"
15383
  msgstr ""
15384
 
@@ -15692,6 +15716,7 @@ msgid "Missing key."
15692
  msgstr ""
15693
 
15694
  #: shortcodes/pmpro_account.php:145
 
15695
  msgctxt "A dash is shown when there is no expiration date."
15696
  msgid "&#8212;"
15697
  msgstr ""
@@ -17090,3 +17115,19 @@ msgstr ""
17090
  #: blocks/membership/block.js:130
17091
  msgid "Membership Required"
17092
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:07+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
308
+ #: shortcodes/pmpro_account.php:261
309
  msgid "N/A"
310
  msgstr ""
311
 
506
  #: adminpages/orders.php:1556
507
  #: includes/profile.php:478
508
  #: includes/profile.php:798
509
+ #: shortcodes/pmpro_account.php:181
510
  msgid "Email"
511
  msgstr "‎אימייל"
512
 
2777
  #: adminpages/reports/login.php:183
2778
  #: adminpages/emailtemplates.php:122
2779
  #: classes/class.memberorder.php:1012
2780
+ #: shortcodes/pmpro_account.php:180
2781
  msgid "Username"
2782
  msgstr "שם משתמש"
2783
 
3360
  #: adminpages/orders.php:1434
3361
  #: includes/profile.php:455
3362
  #: includes/profile.php:541
3363
+ #: shortcodes/pmpro_account.php:233
3364
  msgid "Status"
3365
  msgstr ""
3366
 
3543
  #: adminpages/orders.php:1342
3544
  #: adminpages/orders.php:1435
3545
  #: includes/profile.php:449
3546
+ #: shortcodes/pmpro_account.php:230
3547
  msgid "Date"
3548
  msgstr "תאריך"
3549
 
8153
  #: adminpages/orders.php:1429
8154
  #: includes/profile.php:451
8155
  #: includes/profile.php:536
8156
+ #: shortcodes/pmpro_account.php:231
8157
+ #: js/blocks.build.js:1
8158
  msgid "Level"
8159
  msgstr "‎דרגה"
8160
 
8829
  #: pages/confirmation.php:138
8830
  #: shortcodes/pmpro_account.php:247
8831
  #: pages/confirmation.php:65
8832
+ #: shortcodes/pmpro_account.php:254
8833
  msgid "Pending"
8834
  msgstr ""
8835
 
9440
  #: pages/account.php:64
9441
  #: shortcodes/pmpro_account.php:90
9442
  #: shortcodes/pmpro_account.php:158
9443
+ #: shortcodes/pmpro_account.php:165
9444
  msgid "View all Membership Options"
9445
  msgstr "צפה בכל אפשרויות החשבון"
9446
 
9450
  #: pages/account.php:71
9451
  #: shortcodes/pmpro_account.php:99
9452
  #: shortcodes/pmpro_account.php:167
9453
+ #: shortcodes/pmpro_account.php:174
9454
  msgid "My Account"
9455
  msgstr "החשבון שלי"
9456
 
9460
  #: pages/account.php:80
9461
  #: shortcodes/pmpro_account.php:110
9462
  #: shortcodes/pmpro_account.php:191
9463
+ #: shortcodes/pmpro_account.php:198
9464
  msgid "Edit Profile"
9465
  msgstr "ערוך פרופיל"
9466
 
9478
  #: includes/profile.php:917
9479
  #: includes/profile.php:920
9480
  #: includes/profile.php:957
9481
+ #: shortcodes/pmpro_account.php:202
9482
  msgid "Change Password"
9483
  msgstr "\\ שנה סיסמה"
9484
 
9488
  #: pages/account.php:129
9489
  #: shortcodes/pmpro_account.php:118
9490
  #: shortcodes/pmpro_account.php:219
9491
+ #: shortcodes/pmpro_account.php:226
9492
  msgid "Past Invoices"
9493
  msgstr "קבלות ישנות"
9494
 
9496
  #: pages/account.php:93
9497
  #: shortcodes/pmpro_account.php:124
9498
  #: shortcodes/pmpro_account.php:225
9499
+ #: shortcodes/pmpro_account.php:232
9500
  msgid "Amount"
9501
  msgstr "סכומים"
9502
 
9506
  #: pages/account.php:144
9507
  #: shortcodes/pmpro_account.php:152
9508
  #: shortcodes/pmpro_account.php:264
9509
+ #: shortcodes/pmpro_account.php:271
9510
  msgid "View All Invoices"
9511
  msgstr "צפה בכל הקבלות"
9512
 
9516
  #: pages/account.php:150
9517
  #: shortcodes/pmpro_account.php:159
9518
  #: shortcodes/pmpro_account.php:271
9519
+ #: shortcodes/pmpro_account.php:278
9520
  msgid "Member Links"
9521
  msgstr "קישורי משתמש"
9522
 
14751
  #: includes/menus.php:79
14752
  #: includes/menus.php:169
14753
  #: shortcodes/pmpro_account.php:198
14754
+ #: shortcodes/pmpro_account.php:205
14755
  msgid "Log Out"
14756
  msgstr ""
14757
 
14920
  #: pages/invoice.php:43
14921
  #: shortcodes/pmpro_account.php:244
14922
  #: adminpages/orders.php:1705
14923
+ #: shortcodes/pmpro_account.php:251
14924
  msgid "Paid"
14925
  msgstr ""
14926
 
15192
  msgstr ""
15193
 
15194
  #: shortcodes/pmpro_account.php:249
15195
+ #: shortcodes/pmpro_account.php:256
15196
  msgid "Refunded"
15197
  msgstr ""
15198
 
15375
  #: js/blocks.build.js:790
15376
  #: js/blocks.build.js:891
15377
  #: blocks/checkout-button/block.js:71
15378
+ #: js/blocks.build.js:1
15379
  msgid "Button Text"
15380
  msgstr ""
15381
 
15384
  #: js/blocks.build.js:807
15385
  #: js/blocks.build.js:910
15386
  #: blocks/checkout-button/block.js:82
15387
+ #: js/blocks.build.js:1
15388
  msgid "CSS Class"
15389
  msgstr ""
15390
 
15391
  #: blocks/checkout-button/inspector.js:32
15392
  #: js/blocks.build.js:892
15393
+ #: js/blocks.build.js:1
15394
  msgid "Text for checkout button"
15395
  msgstr ""
15396
 
15397
  #: blocks/checkout-button/inspector.js:40
15398
  #: js/blocks.build.js:901
15399
+ #: js/blocks.build.js:1
15400
  msgid "The level to link to for checkout button"
15401
  msgstr ""
15402
 
15403
  #: blocks/checkout-button/inspector.js:49
15404
  #: js/blocks.build.js:911
15405
+ #: js/blocks.build.js:1
15406
  msgid "Additional styling for checkout button"
15407
  msgstr ""
15408
 
15716
  msgstr ""
15717
 
15718
  #: shortcodes/pmpro_account.php:145
15719
+ #: shortcodes/pmpro_account.php:152
15720
  msgctxt "A dash is shown when there is no expiration date."
15721
  msgid "&#8212;"
15722
  msgstr ""
17115
  #: blocks/membership/block.js:130
17116
  msgid "Membership Required"
17117
  msgstr ""
17118
+
17119
+ #: blocks/account-profile-section/block.js:24
17120
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
17121
+ msgstr ""
17122
+
17123
+ #: blocks/login/block.js:26
17124
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
17125
+ msgstr ""
17126
+
17127
+ #: blocks/member-profile-edit/block.js:20
17128
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
17129
+ msgstr ""
17130
+
17131
+ #: blocks/membership/block.js:42
17132
+ msgid "conditional"
17133
+ msgstr ""
languages/paid-memberships-pro-it_IT.mo CHANGED
Binary file
languages/paid-memberships-pro-it_IT.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:35+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -341,6 +341,7 @@ msgstr "WordPress.org"
341
  #: includes/profile.php:556
342
  #: includes/profile.php:557
343
  #: includes/profile.php:558
 
344
  msgid "N/A"
345
  msgstr "N/A"
346
 
@@ -548,6 +549,7 @@ msgstr "Pagamento &amp; SSL"
548
  #: adminpages/orders.php:1556
549
  #: includes/profile.php:478
550
  #: includes/profile.php:798
 
551
  msgid "Email"
552
  msgstr "Email"
553
 
@@ -2925,6 +2927,7 @@ msgstr "%d membri trovati."
2925
  #: adminpages/reports/login.php:183
2926
  #: adminpages/emailtemplates.php:122
2927
  #: classes/class.memberorder.php:1012
 
2928
  msgid "Username"
2929
  msgstr "Username"
2930
 
@@ -3590,6 +3593,7 @@ msgstr "Anno scadenza"
3590
  #: adminpages/orders.php:1434
3591
  #: includes/profile.php:455
3592
  #: includes/profile.php:541
 
3593
  msgid "Status"
3594
  msgstr "Stato"
3595
 
@@ -3795,6 +3799,7 @@ msgstr "Generato dal gateway. Utile come riferimento per gli ordini."
3795
  #: adminpages/orders.php:1342
3796
  #: adminpages/orders.php:1435
3797
  #: includes/profile.php:449
 
3798
  msgid "Date"
3799
  msgstr "Data"
3800
 
@@ -9050,6 +9055,8 @@ msgstr "esci"
9050
  #: adminpages/orders.php:1429
9051
  #: includes/profile.php:451
9052
  #: includes/profile.php:536
 
 
9053
  msgid "Level"
9054
  msgstr "Livello"
9055
 
@@ -9841,6 +9848,7 @@ msgstr "Di seguito trovi un rendiconto con i dettagli dela tua iscrizione. Una m
9841
  #: pages/confirmation.php:138
9842
  #: shortcodes/pmpro_account.php:247
9843
  #: pages/confirmation.php:65
 
9844
  msgid "Pending"
9845
  msgstr "In attesa"
9846
 
@@ -10534,6 +10542,7 @@ msgstr "Cambia"
10534
  #: shortcodes/pmpro_account.php:90
10535
  #: shortcodes/pmpro_account.php:92
10536
  #: shortcodes/pmpro_account.php:158
 
10537
  msgid "View all Membership Options"
10538
  msgstr "Visualizza Tutte le Opzioni di Iscrizione"
10539
 
@@ -10544,6 +10553,7 @@ msgstr "Visualizza Tutte le Opzioni di Iscrizione"
10544
  #: shortcodes/pmpro_account.php:99
10545
  #: shortcodes/pmpro_account.php:101
10546
  #: shortcodes/pmpro_account.php:167
 
10547
  msgid "My Account"
10548
  msgstr "Il Mio Conto"
10549
 
@@ -10554,6 +10564,7 @@ msgstr "Il Mio Conto"
10554
  #: shortcodes/pmpro_account.php:110
10555
  #: shortcodes/pmpro_account.php:112
10556
  #: shortcodes/pmpro_account.php:191
 
10557
  msgid "Edit Profile"
10558
  msgstr "Modifica il Profilo"
10559
 
@@ -10572,6 +10583,7 @@ msgstr "Modifica il Profilo"
10572
  #: includes/profile.php:917
10573
  #: includes/profile.php:920
10574
  #: includes/profile.php:957
 
10575
  msgid "Change Password"
10576
  msgstr "Cambia Password"
10577
 
@@ -10582,6 +10594,7 @@ msgstr "Cambia Password"
10582
  #: shortcodes/pmpro_account.php:118
10583
  #: shortcodes/pmpro_account.php:120
10584
  #: shortcodes/pmpro_account.php:219
 
10585
  msgid "Past Invoices"
10586
  msgstr "Vecchie Fatture"
10587
 
@@ -10590,6 +10603,7 @@ msgstr "Vecchie Fatture"
10590
  #: shortcodes/pmpro_account.php:124
10591
  #: shortcodes/pmpro_account.php:126
10592
  #: shortcodes/pmpro_account.php:225
 
10593
  msgid "Amount"
10594
  msgstr "Importo"
10595
 
@@ -10600,6 +10614,7 @@ msgstr "Importo"
10600
  #: shortcodes/pmpro_account.php:152
10601
  #: shortcodes/pmpro_account.php:154
10602
  #: shortcodes/pmpro_account.php:264
 
10603
  msgid "View All Invoices"
10604
  msgstr "Visualizza tutte le Fatture"
10605
 
@@ -10610,6 +10625,7 @@ msgstr "Visualizza tutte le Fatture"
10610
  #: shortcodes/pmpro_account.php:159
10611
  #: shortcodes/pmpro_account.php:161
10612
  #: shortcodes/pmpro_account.php:271
 
10613
  msgid "Member Links"
10614
  msgstr "Link iscritti"
10615
 
@@ -15828,6 +15844,7 @@ msgstr ""
15828
  #: includes/menus.php:79
15829
  #: includes/menus.php:169
15830
  #: shortcodes/pmpro_account.php:198
 
15831
  msgid "Log Out"
15832
  msgstr ""
15833
 
@@ -15996,6 +16013,7 @@ msgstr ""
15996
  #: pages/invoice.php:43
15997
  #: shortcodes/pmpro_account.php:244
15998
  #: adminpages/orders.php:1705
 
15999
  msgid "Paid"
16000
  msgstr ""
16001
 
@@ -16255,6 +16273,7 @@ msgid "A member's Braintree subscription has expired at %s"
16255
  msgstr ""
16256
 
16257
  #: shortcodes/pmpro_account.php:249
 
16258
  msgid "Refunded"
16259
  msgstr ""
16260
 
@@ -16437,6 +16456,7 @@ msgstr ""
16437
  #: js/blocks.build.js:790
16438
  #: js/blocks.build.js:891
16439
  #: blocks/checkout-button/block.js:71
 
16440
  msgid "Button Text"
16441
  msgstr ""
16442
 
@@ -16445,21 +16465,25 @@ msgstr ""
16445
  #: js/blocks.build.js:807
16446
  #: js/blocks.build.js:910
16447
  #: blocks/checkout-button/block.js:82
 
16448
  msgid "CSS Class"
16449
  msgstr ""
16450
 
16451
  #: blocks/checkout-button/inspector.js:32
16452
  #: js/blocks.build.js:892
 
16453
  msgid "Text for checkout button"
16454
  msgstr ""
16455
 
16456
  #: blocks/checkout-button/inspector.js:40
16457
  #: js/blocks.build.js:901
 
16458
  msgid "The level to link to for checkout button"
16459
  msgstr ""
16460
 
16461
  #: blocks/checkout-button/inspector.js:49
16462
  #: js/blocks.build.js:911
 
16463
  msgid "Additional styling for checkout button"
16464
  msgstr ""
16465
 
@@ -16773,6 +16797,7 @@ msgid "Missing key."
16773
  msgstr ""
16774
 
16775
  #: shortcodes/pmpro_account.php:145
 
16776
  msgctxt "A dash is shown when there is no expiration date."
16777
  msgid "&#8212;"
16778
  msgstr ""
@@ -18171,3 +18196,19 @@ msgstr ""
18171
  #: blocks/membership/block.js:130
18172
  msgid "Membership Required"
18173
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:10+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
341
  #: includes/profile.php:556
342
  #: includes/profile.php:557
343
  #: includes/profile.php:558
344
+ #: shortcodes/pmpro_account.php:261
345
  msgid "N/A"
346
  msgstr "N/A"
347
 
549
  #: adminpages/orders.php:1556
550
  #: includes/profile.php:478
551
  #: includes/profile.php:798
552
+ #: shortcodes/pmpro_account.php:181
553
  msgid "Email"
554
  msgstr "Email"
555
 
2927
  #: adminpages/reports/login.php:183
2928
  #: adminpages/emailtemplates.php:122
2929
  #: classes/class.memberorder.php:1012
2930
+ #: shortcodes/pmpro_account.php:180
2931
  msgid "Username"
2932
  msgstr "Username"
2933
 
3593
  #: adminpages/orders.php:1434
3594
  #: includes/profile.php:455
3595
  #: includes/profile.php:541
3596
+ #: shortcodes/pmpro_account.php:233
3597
  msgid "Status"
3598
  msgstr "Stato"
3599
 
3799
  #: adminpages/orders.php:1342
3800
  #: adminpages/orders.php:1435
3801
  #: includes/profile.php:449
3802
+ #: shortcodes/pmpro_account.php:230
3803
  msgid "Date"
3804
  msgstr "Data"
3805
 
9055
  #: adminpages/orders.php:1429
9056
  #: includes/profile.php:451
9057
  #: includes/profile.php:536
9058
+ #: shortcodes/pmpro_account.php:231
9059
+ #: js/blocks.build.js:1
9060
  msgid "Level"
9061
  msgstr "Livello"
9062
 
9848
  #: pages/confirmation.php:138
9849
  #: shortcodes/pmpro_account.php:247
9850
  #: pages/confirmation.php:65
9851
+ #: shortcodes/pmpro_account.php:254
9852
  msgid "Pending"
9853
  msgstr "In attesa"
9854
 
10542
  #: shortcodes/pmpro_account.php:90
10543
  #: shortcodes/pmpro_account.php:92
10544
  #: shortcodes/pmpro_account.php:158
10545
+ #: shortcodes/pmpro_account.php:165
10546
  msgid "View all Membership Options"
10547
  msgstr "Visualizza Tutte le Opzioni di Iscrizione"
10548
 
10553
  #: shortcodes/pmpro_account.php:99
10554
  #: shortcodes/pmpro_account.php:101
10555
  #: shortcodes/pmpro_account.php:167
10556
+ #: shortcodes/pmpro_account.php:174
10557
  msgid "My Account"
10558
  msgstr "Il Mio Conto"
10559
 
10564
  #: shortcodes/pmpro_account.php:110
10565
  #: shortcodes/pmpro_account.php:112
10566
  #: shortcodes/pmpro_account.php:191
10567
+ #: shortcodes/pmpro_account.php:198
10568
  msgid "Edit Profile"
10569
  msgstr "Modifica il Profilo"
10570
 
10583
  #: includes/profile.php:917
10584
  #: includes/profile.php:920
10585
  #: includes/profile.php:957
10586
+ #: shortcodes/pmpro_account.php:202
10587
  msgid "Change Password"
10588
  msgstr "Cambia Password"
10589
 
10594
  #: shortcodes/pmpro_account.php:118
10595
  #: shortcodes/pmpro_account.php:120
10596
  #: shortcodes/pmpro_account.php:219
10597
+ #: shortcodes/pmpro_account.php:226
10598
  msgid "Past Invoices"
10599
  msgstr "Vecchie Fatture"
10600
 
10603
  #: shortcodes/pmpro_account.php:124
10604
  #: shortcodes/pmpro_account.php:126
10605
  #: shortcodes/pmpro_account.php:225
10606
+ #: shortcodes/pmpro_account.php:232
10607
  msgid "Amount"
10608
  msgstr "Importo"
10609
 
10614
  #: shortcodes/pmpro_account.php:152
10615
  #: shortcodes/pmpro_account.php:154
10616
  #: shortcodes/pmpro_account.php:264
10617
+ #: shortcodes/pmpro_account.php:271
10618
  msgid "View All Invoices"
10619
  msgstr "Visualizza tutte le Fatture"
10620
 
10625
  #: shortcodes/pmpro_account.php:159
10626
  #: shortcodes/pmpro_account.php:161
10627
  #: shortcodes/pmpro_account.php:271
10628
+ #: shortcodes/pmpro_account.php:278
10629
  msgid "Member Links"
10630
  msgstr "Link iscritti"
10631
 
15844
  #: includes/menus.php:79
15845
  #: includes/menus.php:169
15846
  #: shortcodes/pmpro_account.php:198
15847
+ #: shortcodes/pmpro_account.php:205
15848
  msgid "Log Out"
15849
  msgstr ""
15850
 
16013
  #: pages/invoice.php:43
16014
  #: shortcodes/pmpro_account.php:244
16015
  #: adminpages/orders.php:1705
16016
+ #: shortcodes/pmpro_account.php:251
16017
  msgid "Paid"
16018
  msgstr ""
16019
 
16273
  msgstr ""
16274
 
16275
  #: shortcodes/pmpro_account.php:249
16276
+ #: shortcodes/pmpro_account.php:256
16277
  msgid "Refunded"
16278
  msgstr ""
16279
 
16456
  #: js/blocks.build.js:790
16457
  #: js/blocks.build.js:891
16458
  #: blocks/checkout-button/block.js:71
16459
+ #: js/blocks.build.js:1
16460
  msgid "Button Text"
16461
  msgstr ""
16462
 
16465
  #: js/blocks.build.js:807
16466
  #: js/blocks.build.js:910
16467
  #: blocks/checkout-button/block.js:82
16468
+ #: js/blocks.build.js:1
16469
  msgid "CSS Class"
16470
  msgstr ""
16471
 
16472
  #: blocks/checkout-button/inspector.js:32
16473
  #: js/blocks.build.js:892
16474
+ #: js/blocks.build.js:1
16475
  msgid "Text for checkout button"
16476
  msgstr ""
16477
 
16478
  #: blocks/checkout-button/inspector.js:40
16479
  #: js/blocks.build.js:901
16480
+ #: js/blocks.build.js:1
16481
  msgid "The level to link to for checkout button"
16482
  msgstr ""
16483
 
16484
  #: blocks/checkout-button/inspector.js:49
16485
  #: js/blocks.build.js:911
16486
+ #: js/blocks.build.js:1
16487
  msgid "Additional styling for checkout button"
16488
  msgstr ""
16489
 
16797
  msgstr ""
16798
 
16799
  #: shortcodes/pmpro_account.php:145
16800
+ #: shortcodes/pmpro_account.php:152
16801
  msgctxt "A dash is shown when there is no expiration date."
16802
  msgid "&#8212;"
16803
  msgstr ""
18196
  #: blocks/membership/block.js:130
18197
  msgid "Membership Required"
18198
  msgstr ""
18199
+
18200
+ #: blocks/account-profile-section/block.js:24
18201
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
18202
+ msgstr ""
18203
+
18204
+ #: blocks/login/block.js:26
18205
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
18206
+ msgstr ""
18207
+
18208
+ #: blocks/member-profile-edit/block.js:20
18209
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
18210
+ msgstr ""
18211
+
18212
+ #: blocks/membership/block.js:42
18213
+ msgid "conditional"
18214
+ msgstr ""
languages/paid-memberships-pro-nb_NO.mo CHANGED
Binary file
languages/paid-memberships-pro-nb_NO.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:37+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -265,6 +265,7 @@ msgstr "WordPress.org"
265
  #: includes/profile.php:556
266
  #: includes/profile.php:557
267
  #: includes/profile.php:558
 
268
  msgid "N/A"
269
  msgstr "Ikke tilgjengelig"
270
 
@@ -446,6 +447,7 @@ msgstr "Betalingsmåter &amp; SSL"
446
  #: adminpages/orders.php:1556
447
  #: includes/profile.php:478
448
  #: includes/profile.php:798
 
449
  msgid "Email"
450
  msgstr "E-post"
451
 
@@ -2023,6 +2025,7 @@ msgstr "funnet %d medlemmer"
2023
  #: adminpages/reports/login.php:183
2024
  #: adminpages/emailtemplates.php:122
2025
  #: classes/class.memberorder.php:1012
 
2026
  msgid "Username"
2027
  msgstr "Brukernavn"
2028
 
@@ -2479,6 +2482,7 @@ msgstr "Utløpsår"
2479
  #: adminpages/orders.php:1434
2480
  #: includes/profile.php:455
2481
  #: includes/profile.php:541
 
2482
  msgid "Status"
2483
  msgstr "Status"
2484
 
@@ -2616,6 +2620,7 @@ msgstr "Opprettet av betalingsformidlingstjenesten. Kan brukes for å kryssrefer
2616
  #: adminpages/orders.php:492
2617
  #: adminpages/orders.php:1435
2618
  #: includes/profile.php:449
 
2619
  msgid "Date"
2620
  msgstr "Dato"
2621
 
@@ -5723,6 +5728,8 @@ msgstr "Logg ut"
5723
  #: adminpages/orders.php:1429
5724
  #: includes/profile.php:451
5725
  #: includes/profile.php:536
 
 
5726
  msgid "Level"
5727
  msgstr "Kurs"
5728
 
@@ -6582,18 +6589,21 @@ msgstr "Endre"
6582
 
6583
  #: shortcodes/pmpro_account.php:93
6584
  #: shortcodes/pmpro_account.php:158
 
6585
  msgid "View all Membership Options"
6586
  msgstr "Vis alle medlemskapsalternativer"
6587
 
6588
  # @ pmpro
6589
  #: shortcodes/pmpro_account.php:102
6590
  #: shortcodes/pmpro_account.php:167
 
6591
  msgid "My Account"
6592
  msgstr "Min konto"
6593
 
6594
  # @ pmpro
6595
  #: shortcodes/pmpro_account.php:113
6596
  #: shortcodes/pmpro_account.php:191
 
6597
  msgid "Edit Profile"
6598
  msgstr "Rediger profil"
6599
 
@@ -6608,29 +6618,34 @@ msgstr "Rediger profil"
6608
  #: includes/profile.php:917
6609
  #: includes/profile.php:920
6610
  #: includes/profile.php:957
 
6611
  msgid "Change Password"
6612
  msgstr "Endre passord"
6613
 
6614
  # @ pmpro
6615
  #: shortcodes/pmpro_account.php:121
6616
  #: shortcodes/pmpro_account.php:219
 
6617
  msgid "Past Invoices"
6618
  msgstr "Siste faktura"
6619
 
6620
  #: shortcodes/pmpro_account.php:127
6621
  #: shortcodes/pmpro_account.php:225
 
6622
  msgid "Amount"
6623
  msgstr "Beløp"
6624
 
6625
  # @ pmpro
6626
  #: shortcodes/pmpro_account.php:155
6627
  #: shortcodes/pmpro_account.php:264
 
6628
  msgid "View All Invoices"
6629
  msgstr "Se alle fakturaer"
6630
 
6631
  # @ pmpro
6632
  #: shortcodes/pmpro_account.php:162
6633
  #: shortcodes/pmpro_account.php:271
 
6634
  msgid "Member Links"
6635
  msgstr "Lenker for medlemmer"
6636
 
@@ -6782,6 +6797,7 @@ msgstr "Lenker for medlemmer"
6782
  #: pages/confirmation.php:138
6783
  #: shortcodes/pmpro_account.php:247
6784
  #: pages/confirmation.php:65
 
6785
  #~ msgid "Pending"
6786
  #~ msgstr "Ventende"
6787
 
@@ -11780,6 +11796,7 @@ msgstr ""
11780
  #: includes/menus.php:79
11781
  #: includes/menus.php:169
11782
  #: shortcodes/pmpro_account.php:198
 
11783
  msgid "Log Out"
11784
  msgstr ""
11785
 
@@ -11948,6 +11965,7 @@ msgstr ""
11948
  #: pages/invoice.php:43
11949
  #: shortcodes/pmpro_account.php:244
11950
  #: adminpages/orders.php:1705
 
11951
  msgid "Paid"
11952
  msgstr ""
11953
 
@@ -12219,6 +12237,7 @@ msgid "A member's Braintree subscription has expired at %s"
12219
  msgstr ""
12220
 
12221
  #: shortcodes/pmpro_account.php:249
 
12222
  msgid "Refunded"
12223
  msgstr ""
12224
 
@@ -12401,6 +12420,7 @@ msgstr ""
12401
  #: js/blocks.build.js:790
12402
  #: js/blocks.build.js:891
12403
  #: blocks/checkout-button/block.js:71
 
12404
  msgid "Button Text"
12405
  msgstr ""
12406
 
@@ -12409,21 +12429,25 @@ msgstr ""
12409
  #: js/blocks.build.js:807
12410
  #: js/blocks.build.js:910
12411
  #: blocks/checkout-button/block.js:82
 
12412
  msgid "CSS Class"
12413
  msgstr ""
12414
 
12415
  #: blocks/checkout-button/inspector.js:32
12416
  #: js/blocks.build.js:892
 
12417
  msgid "Text for checkout button"
12418
  msgstr ""
12419
 
12420
  #: blocks/checkout-button/inspector.js:40
12421
  #: js/blocks.build.js:901
 
12422
  msgid "The level to link to for checkout button"
12423
  msgstr ""
12424
 
12425
  #: blocks/checkout-button/inspector.js:49
12426
  #: js/blocks.build.js:911
 
12427
  msgid "Additional styling for checkout button"
12428
  msgstr ""
12429
 
@@ -12743,6 +12767,7 @@ msgid "Missing key."
12743
  msgstr ""
12744
 
12745
  #: shortcodes/pmpro_account.php:145
 
12746
  msgctxt "A dash is shown when there is no expiration date."
12747
  msgid "&#8212;"
12748
  msgstr ""
@@ -14129,3 +14154,19 @@ msgstr ""
14129
  #: blocks/membership/block.js:130
14130
  msgid "Membership Required"
14131
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:12+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
265
  #: includes/profile.php:556
266
  #: includes/profile.php:557
267
  #: includes/profile.php:558
268
+ #: shortcodes/pmpro_account.php:261
269
  msgid "N/A"
270
  msgstr "Ikke tilgjengelig"
271
 
447
  #: adminpages/orders.php:1556
448
  #: includes/profile.php:478
449
  #: includes/profile.php:798
450
+ #: shortcodes/pmpro_account.php:181
451
  msgid "Email"
452
  msgstr "E-post"
453
 
2025
  #: adminpages/reports/login.php:183
2026
  #: adminpages/emailtemplates.php:122
2027
  #: classes/class.memberorder.php:1012
2028
+ #: shortcodes/pmpro_account.php:180
2029
  msgid "Username"
2030
  msgstr "Brukernavn"
2031
 
2482
  #: adminpages/orders.php:1434
2483
  #: includes/profile.php:455
2484
  #: includes/profile.php:541
2485
+ #: shortcodes/pmpro_account.php:233
2486
  msgid "Status"
2487
  msgstr "Status"
2488
 
2620
  #: adminpages/orders.php:492
2621
  #: adminpages/orders.php:1435
2622
  #: includes/profile.php:449
2623
+ #: shortcodes/pmpro_account.php:230
2624
  msgid "Date"
2625
  msgstr "Dato"
2626
 
5728
  #: adminpages/orders.php:1429
5729
  #: includes/profile.php:451
5730
  #: includes/profile.php:536
5731
+ #: shortcodes/pmpro_account.php:231
5732
+ #: js/blocks.build.js:1
5733
  msgid "Level"
5734
  msgstr "Kurs"
5735
 
6589
 
6590
  #: shortcodes/pmpro_account.php:93
6591
  #: shortcodes/pmpro_account.php:158
6592
+ #: shortcodes/pmpro_account.php:165
6593
  msgid "View all Membership Options"
6594
  msgstr "Vis alle medlemskapsalternativer"
6595
 
6596
  # @ pmpro
6597
  #: shortcodes/pmpro_account.php:102
6598
  #: shortcodes/pmpro_account.php:167
6599
+ #: shortcodes/pmpro_account.php:174
6600
  msgid "My Account"
6601
  msgstr "Min konto"
6602
 
6603
  # @ pmpro
6604
  #: shortcodes/pmpro_account.php:113
6605
  #: shortcodes/pmpro_account.php:191
6606
+ #: shortcodes/pmpro_account.php:198
6607
  msgid "Edit Profile"
6608
  msgstr "Rediger profil"
6609
 
6618
  #: includes/profile.php:917
6619
  #: includes/profile.php:920
6620
  #: includes/profile.php:957
6621
+ #: shortcodes/pmpro_account.php:202
6622
  msgid "Change Password"
6623
  msgstr "Endre passord"
6624
 
6625
  # @ pmpro
6626
  #: shortcodes/pmpro_account.php:121
6627
  #: shortcodes/pmpro_account.php:219
6628
+ #: shortcodes/pmpro_account.php:226
6629
  msgid "Past Invoices"
6630
  msgstr "Siste faktura"
6631
 
6632
  #: shortcodes/pmpro_account.php:127
6633
  #: shortcodes/pmpro_account.php:225
6634
+ #: shortcodes/pmpro_account.php:232
6635
  msgid "Amount"
6636
  msgstr "Beløp"
6637
 
6638
  # @ pmpro
6639
  #: shortcodes/pmpro_account.php:155
6640
  #: shortcodes/pmpro_account.php:264
6641
+ #: shortcodes/pmpro_account.php:271
6642
  msgid "View All Invoices"
6643
  msgstr "Se alle fakturaer"
6644
 
6645
  # @ pmpro
6646
  #: shortcodes/pmpro_account.php:162
6647
  #: shortcodes/pmpro_account.php:271
6648
+ #: shortcodes/pmpro_account.php:278
6649
  msgid "Member Links"
6650
  msgstr "Lenker for medlemmer"
6651
 
6797
  #: pages/confirmation.php:138
6798
  #: shortcodes/pmpro_account.php:247
6799
  #: pages/confirmation.php:65
6800
+ #: shortcodes/pmpro_account.php:254
6801
  #~ msgid "Pending"
6802
  #~ msgstr "Ventende"
6803
 
11796
  #: includes/menus.php:79
11797
  #: includes/menus.php:169
11798
  #: shortcodes/pmpro_account.php:198
11799
+ #: shortcodes/pmpro_account.php:205
11800
  msgid "Log Out"
11801
  msgstr ""
11802
 
11965
  #: pages/invoice.php:43
11966
  #: shortcodes/pmpro_account.php:244
11967
  #: adminpages/orders.php:1705
11968
+ #: shortcodes/pmpro_account.php:251
11969
  msgid "Paid"
11970
  msgstr ""
11971
 
12237
  msgstr ""
12238
 
12239
  #: shortcodes/pmpro_account.php:249
12240
+ #: shortcodes/pmpro_account.php:256
12241
  msgid "Refunded"
12242
  msgstr ""
12243
 
12420
  #: js/blocks.build.js:790
12421
  #: js/blocks.build.js:891
12422
  #: blocks/checkout-button/block.js:71
12423
+ #: js/blocks.build.js:1
12424
  msgid "Button Text"
12425
  msgstr ""
12426
 
12429
  #: js/blocks.build.js:807
12430
  #: js/blocks.build.js:910
12431
  #: blocks/checkout-button/block.js:82
12432
+ #: js/blocks.build.js:1
12433
  msgid "CSS Class"
12434
  msgstr ""
12435
 
12436
  #: blocks/checkout-button/inspector.js:32
12437
  #: js/blocks.build.js:892
12438
+ #: js/blocks.build.js:1
12439
  msgid "Text for checkout button"
12440
  msgstr ""
12441
 
12442
  #: blocks/checkout-button/inspector.js:40
12443
  #: js/blocks.build.js:901
12444
+ #: js/blocks.build.js:1
12445
  msgid "The level to link to for checkout button"
12446
  msgstr ""
12447
 
12448
  #: blocks/checkout-button/inspector.js:49
12449
  #: js/blocks.build.js:911
12450
+ #: js/blocks.build.js:1
12451
  msgid "Additional styling for checkout button"
12452
  msgstr ""
12453
 
12767
  msgstr ""
12768
 
12769
  #: shortcodes/pmpro_account.php:145
12770
+ #: shortcodes/pmpro_account.php:152
12771
  msgctxt "A dash is shown when there is no expiration date."
12772
  msgid "&#8212;"
12773
  msgstr ""
14154
  #: blocks/membership/block.js:130
14155
  msgid "Membership Required"
14156
  msgstr ""
14157
+
14158
+ #: blocks/account-profile-section/block.js:24
14159
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
14160
+ msgstr ""
14161
+
14162
+ #: blocks/login/block.js:26
14163
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
14164
+ msgstr ""
14165
+
14166
+ #: blocks/member-profile-edit/block.js:20
14167
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
14168
+ msgstr ""
14169
+
14170
+ #: blocks/membership/block.js:42
14171
+ msgid "conditional"
14172
+ msgstr ""
languages/paid-memberships-pro-nl_NL.mo CHANGED
Binary file
languages/paid-memberships-pro-nl_NL.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:40+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -200,6 +200,7 @@ msgstr "Payment Gateway &amp; SSL"
200
  #: adminpages/orders.php:1556
201
  #: includes/profile.php:478
202
  #: includes/profile.php:798
 
203
  msgid "Email"
204
  msgstr "E-mail"
205
 
@@ -1837,6 +1838,7 @@ msgstr "%d leden gevonden."
1837
  #: adminpages/reports/login.php:183
1838
  #: adminpages/emailtemplates.php:122
1839
  #: classes/class.memberorder.php:1012
 
1840
  msgid "Username"
1841
  msgstr "Gebruikersnaam"
1842
 
@@ -2305,6 +2307,7 @@ msgstr "verloopjaar"
2305
  #: adminpages/orders.php:1434
2306
  #: includes/profile.php:455
2307
  #: includes/profile.php:541
 
2308
  msgid "Status"
2309
  msgstr "Status"
2310
 
@@ -2470,6 +2473,7 @@ msgstr "Gegenereerd door de gateway. Nuttig voor cross reference tussen inschri
2470
  #: adminpages/orders.php:1342
2471
  #: adminpages/orders.php:1435
2472
  #: includes/profile.php:449
 
2473
  msgid "Date"
2474
  msgstr "Datum"
2475
 
@@ -5026,6 +5030,8 @@ msgstr "Je lidmaatschao is <strong>actief</strong>."
5026
  #: adminpages/orders.php:1429
5027
  #: includes/profile.php:451
5028
  #: includes/profile.php:536
 
 
5029
  msgid "Level"
5030
  msgstr "Lidmaatschap"
5031
 
@@ -5088,12 +5094,14 @@ msgstr "Je eerste %d betalingen kosten %s"
5088
  #: pages/account.php:50
5089
  #: pages/account.php:46
5090
  #: shortcodes/pmpro_account.php:167
 
5091
  msgid "My Account"
5092
  msgstr "Mijn account"
5093
 
5094
  #: pages/account.php:59
5095
  #: pages/account.php:55
5096
  #: shortcodes/pmpro_account.php:191
 
5097
  msgid "Edit Profile"
5098
  msgstr "Wijzig Profiel"
5099
 
@@ -5108,6 +5116,7 @@ msgstr "Wijzig Profiel"
5108
  #: includes/profile.php:917
5109
  #: includes/profile.php:920
5110
  #: includes/profile.php:957
 
5111
  msgid "Change Password"
5112
  msgstr "Wijzig wachtwoord"
5113
 
@@ -5139,18 +5148,21 @@ msgstr "Wijzig betaalinformatie"
5139
  #: pages/account.php:129
5140
  #: pages/account.php:125
5141
  #: shortcodes/pmpro_account.php:219
 
5142
  msgid "Past Invoices"
5143
  msgstr "Eerdere facturen"
5144
 
5145
  #: pages/account.php:144
5146
  #: pages/account.php:140
5147
  #: shortcodes/pmpro_account.php:264
 
5148
  msgid "View All Invoices"
5149
  msgstr "Bekijk alle facturen"
5150
 
5151
  #: pages/account.php:150
5152
  #: pages/account.php:146
5153
  #: shortcodes/pmpro_account.php:271
 
5154
  msgid "Member Links"
5155
  msgstr "Leden links"
5156
 
@@ -5763,6 +5775,7 @@ msgstr "Hieronder staan de details m.b.t. je lidmaatschapsgegevens. Een welkom e
5763
  #: pages/confirmation.php:138
5764
  #: shortcodes/pmpro_account.php:247
5765
  #: pages/confirmation.php:65
 
5766
  msgid "Pending"
5767
  msgstr "Wachten"
5768
 
@@ -6420,6 +6433,7 @@ msgstr ""
6420
  #: includes/profile.php:556
6421
  #: includes/profile.php:557
6422
  #: includes/profile.php:558
 
6423
  msgid "N/A"
6424
  msgstr ""
6425
 
@@ -11822,6 +11836,7 @@ msgstr ""
11822
  #: includes/menus.php:79
11823
  #: includes/menus.php:169
11824
  #: shortcodes/pmpro_account.php:198
 
11825
  msgid "Log Out"
11826
  msgstr ""
11827
 
@@ -11995,6 +12010,7 @@ msgstr ""
11995
  #: pages/invoice.php:43
11996
  #: shortcodes/pmpro_account.php:244
11997
  #: adminpages/orders.php:1705
 
11998
  msgid "Paid"
11999
  msgstr ""
12000
 
@@ -12342,14 +12358,17 @@ msgid "Change"
12342
  msgstr ""
12343
 
12344
  #: shortcodes/pmpro_account.php:158
 
12345
  msgid "View all Membership Options"
12346
  msgstr ""
12347
 
12348
  #: shortcodes/pmpro_account.php:225
 
12349
  msgid "Amount"
12350
  msgstr ""
12351
 
12352
  #: shortcodes/pmpro_account.php:249
 
12353
  msgid "Refunded"
12354
  msgstr ""
12355
 
@@ -12532,6 +12551,7 @@ msgstr ""
12532
  #: js/blocks.build.js:790
12533
  #: js/blocks.build.js:891
12534
  #: blocks/checkout-button/block.js:71
 
12535
  msgid "Button Text"
12536
  msgstr ""
12537
 
@@ -12540,21 +12560,25 @@ msgstr ""
12540
  #: js/blocks.build.js:807
12541
  #: js/blocks.build.js:910
12542
  #: blocks/checkout-button/block.js:82
 
12543
  msgid "CSS Class"
12544
  msgstr ""
12545
 
12546
  #: blocks/checkout-button/inspector.js:32
12547
  #: js/blocks.build.js:892
 
12548
  msgid "Text for checkout button"
12549
  msgstr ""
12550
 
12551
  #: blocks/checkout-button/inspector.js:40
12552
  #: js/blocks.build.js:901
 
12553
  msgid "The level to link to for checkout button"
12554
  msgstr ""
12555
 
12556
  #: blocks/checkout-button/inspector.js:49
12557
  #: js/blocks.build.js:911
 
12558
  msgid "Additional styling for checkout button"
12559
  msgstr ""
12560
 
@@ -12874,6 +12898,7 @@ msgid "Missing key."
12874
  msgstr ""
12875
 
12876
  #: shortcodes/pmpro_account.php:145
 
12877
  msgctxt "A dash is shown when there is no expiration date."
12878
  msgid "&#8212;"
12879
  msgstr ""
@@ -14281,3 +14306,19 @@ msgstr ""
14281
  #: blocks/membership/block.js:130
14282
  msgid "Membership Required"
14283
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:15+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
200
  #: adminpages/orders.php:1556
201
  #: includes/profile.php:478
202
  #: includes/profile.php:798
203
+ #: shortcodes/pmpro_account.php:181
204
  msgid "Email"
205
  msgstr "E-mail"
206
 
1838
  #: adminpages/reports/login.php:183
1839
  #: adminpages/emailtemplates.php:122
1840
  #: classes/class.memberorder.php:1012
1841
+ #: shortcodes/pmpro_account.php:180
1842
  msgid "Username"
1843
  msgstr "Gebruikersnaam"
1844
 
2307
  #: adminpages/orders.php:1434
2308
  #: includes/profile.php:455
2309
  #: includes/profile.php:541
2310
+ #: shortcodes/pmpro_account.php:233
2311
  msgid "Status"
2312
  msgstr "Status"
2313
 
2473
  #: adminpages/orders.php:1342
2474
  #: adminpages/orders.php:1435
2475
  #: includes/profile.php:449
2476
+ #: shortcodes/pmpro_account.php:230
2477
  msgid "Date"
2478
  msgstr "Datum"
2479
 
5030
  #: adminpages/orders.php:1429
5031
  #: includes/profile.php:451
5032
  #: includes/profile.php:536
5033
+ #: shortcodes/pmpro_account.php:231
5034
+ #: js/blocks.build.js:1
5035
  msgid "Level"
5036
  msgstr "Lidmaatschap"
5037
 
5094
  #: pages/account.php:50
5095
  #: pages/account.php:46
5096
  #: shortcodes/pmpro_account.php:167
5097
+ #: shortcodes/pmpro_account.php:174
5098
  msgid "My Account"
5099
  msgstr "Mijn account"
5100
 
5101
  #: pages/account.php:59
5102
  #: pages/account.php:55
5103
  #: shortcodes/pmpro_account.php:191
5104
+ #: shortcodes/pmpro_account.php:198
5105
  msgid "Edit Profile"
5106
  msgstr "Wijzig Profiel"
5107
 
5116
  #: includes/profile.php:917
5117
  #: includes/profile.php:920
5118
  #: includes/profile.php:957
5119
+ #: shortcodes/pmpro_account.php:202
5120
  msgid "Change Password"
5121
  msgstr "Wijzig wachtwoord"
5122
 
5148
  #: pages/account.php:129
5149
  #: pages/account.php:125
5150
  #: shortcodes/pmpro_account.php:219
5151
+ #: shortcodes/pmpro_account.php:226
5152
  msgid "Past Invoices"
5153
  msgstr "Eerdere facturen"
5154
 
5155
  #: pages/account.php:144
5156
  #: pages/account.php:140
5157
  #: shortcodes/pmpro_account.php:264
5158
+ #: shortcodes/pmpro_account.php:271
5159
  msgid "View All Invoices"
5160
  msgstr "Bekijk alle facturen"
5161
 
5162
  #: pages/account.php:150
5163
  #: pages/account.php:146
5164
  #: shortcodes/pmpro_account.php:271
5165
+ #: shortcodes/pmpro_account.php:278
5166
  msgid "Member Links"
5167
  msgstr "Leden links"
5168
 
5775
  #: pages/confirmation.php:138
5776
  #: shortcodes/pmpro_account.php:247
5777
  #: pages/confirmation.php:65
5778
+ #: shortcodes/pmpro_account.php:254
5779
  msgid "Pending"
5780
  msgstr "Wachten"
5781
 
6433
  #: includes/profile.php:556
6434
  #: includes/profile.php:557
6435
  #: includes/profile.php:558
6436
+ #: shortcodes/pmpro_account.php:261
6437
  msgid "N/A"
6438
  msgstr ""
6439
 
11836
  #: includes/menus.php:79
11837
  #: includes/menus.php:169
11838
  #: shortcodes/pmpro_account.php:198
11839
+ #: shortcodes/pmpro_account.php:205
11840
  msgid "Log Out"
11841
  msgstr ""
11842
 
12010
  #: pages/invoice.php:43
12011
  #: shortcodes/pmpro_account.php:244
12012
  #: adminpages/orders.php:1705
12013
+ #: shortcodes/pmpro_account.php:251
12014
  msgid "Paid"
12015
  msgstr ""
12016
 
12358
  msgstr ""
12359
 
12360
  #: shortcodes/pmpro_account.php:158
12361
+ #: shortcodes/pmpro_account.php:165
12362
  msgid "View all Membership Options"
12363
  msgstr ""
12364
 
12365
  #: shortcodes/pmpro_account.php:225
12366
+ #: shortcodes/pmpro_account.php:232
12367
  msgid "Amount"
12368
  msgstr ""
12369
 
12370
  #: shortcodes/pmpro_account.php:249
12371
+ #: shortcodes/pmpro_account.php:256
12372
  msgid "Refunded"
12373
  msgstr ""
12374
 
12551
  #: js/blocks.build.js:790
12552
  #: js/blocks.build.js:891
12553
  #: blocks/checkout-button/block.js:71
12554
+ #: js/blocks.build.js:1
12555
  msgid "Button Text"
12556
  msgstr ""
12557
 
12560
  #: js/blocks.build.js:807
12561
  #: js/blocks.build.js:910
12562
  #: blocks/checkout-button/block.js:82
12563
+ #: js/blocks.build.js:1
12564
  msgid "CSS Class"
12565
  msgstr ""
12566
 
12567
  #: blocks/checkout-button/inspector.js:32
12568
  #: js/blocks.build.js:892
12569
+ #: js/blocks.build.js:1
12570
  msgid "Text for checkout button"
12571
  msgstr ""
12572
 
12573
  #: blocks/checkout-button/inspector.js:40
12574
  #: js/blocks.build.js:901
12575
+ #: js/blocks.build.js:1
12576
  msgid "The level to link to for checkout button"
12577
  msgstr ""
12578
 
12579
  #: blocks/checkout-button/inspector.js:49
12580
  #: js/blocks.build.js:911
12581
+ #: js/blocks.build.js:1
12582
  msgid "Additional styling for checkout button"
12583
  msgstr ""
12584
 
12898
  msgstr ""
12899
 
12900
  #: shortcodes/pmpro_account.php:145
12901
+ #: shortcodes/pmpro_account.php:152
12902
  msgctxt "A dash is shown when there is no expiration date."
12903
  msgid "&#8212;"
12904
  msgstr ""
14306
  #: blocks/membership/block.js:130
14307
  msgid "Membership Required"
14308
  msgstr ""
14309
+
14310
+ #: blocks/account-profile-section/block.js:24
14311
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
14312
+ msgstr ""
14313
+
14314
+ #: blocks/login/block.js:26
14315
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
14316
+ msgstr ""
14317
+
14318
+ #: blocks/member-profile-edit/block.js:20
14319
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
14320
+ msgstr ""
14321
+
14322
+ #: blocks/membership/block.js:42
14323
+ msgid "conditional"
14324
+ msgstr ""
languages/paid-memberships-pro-pt_BR.mo CHANGED
Binary file
languages/paid-memberships-pro-pt_BR.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:42+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -305,6 +305,7 @@ msgstr ""
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
 
308
  msgid "N/A"
309
  msgstr "N/A"
310
 
@@ -505,6 +506,7 @@ msgstr "Gateway de Pagamentos &amp; SSL"
505
  #: adminpages/orders.php:1556
506
  #: includes/profile.php:478
507
  #: includes/profile.php:798
 
508
  msgid "Email"
509
  msgstr "E-mail"
510
 
@@ -2713,6 +2715,7 @@ msgstr "%d membros encontrados."
2713
  #: adminpages/reports/login.php:183
2714
  #: adminpages/emailtemplates.php:122
2715
  #: classes/class.memberorder.php:1012
 
2716
  msgid "Username"
2717
  msgstr "Nome de Usuário"
2718
 
@@ -3295,6 +3298,7 @@ msgstr "Ano de Expiração"
3295
  #: adminpages/orders.php:1434
3296
  #: includes/profile.php:455
3297
  #: includes/profile.php:541
 
3298
  msgid "Status"
3299
  msgstr "Status"
3300
 
@@ -3477,6 +3481,7 @@ msgstr "Gerado pelo Gateway. Útil para comparar os pagamentos/assinaturas."
3477
  #: adminpages/orders.php:1342
3478
  #: adminpages/orders.php:1435
3479
  #: includes/profile.php:449
 
3480
  msgid "Date"
3481
  msgstr "Data"
3482
 
@@ -8059,6 +8064,8 @@ msgstr "sair"
8059
  #: adminpages/orders.php:1429
8060
  #: includes/profile.php:451
8061
  #: includes/profile.php:536
 
 
8062
  msgid "Level"
8063
  msgstr "Nível"
8064
 
@@ -8731,6 +8738,7 @@ msgstr "Abaixo estão os detalhes da sua conta de assinatura. Um email de boas-v
8731
  #: pages/confirmation.php:138
8732
  #: shortcodes/pmpro_account.php:247
8733
  #: pages/confirmation.php:65
 
8734
  msgid "Pending"
8735
  msgstr "Pendente"
8736
 
@@ -9331,6 +9339,7 @@ msgstr "Alterar"
9331
  #: pages/account.php:64
9332
  #: shortcodes/pmpro_account.php:90
9333
  #: shortcodes/pmpro_account.php:158
 
9334
  msgid "View all Membership Options"
9335
  msgstr "Ver todas as Opções de Assinaturas"
9336
 
@@ -9340,6 +9349,7 @@ msgstr "Ver todas as Opções de Assinaturas"
9340
  #: pages/account.php:71
9341
  #: shortcodes/pmpro_account.php:99
9342
  #: shortcodes/pmpro_account.php:167
 
9343
  msgid "My Account"
9344
  msgstr "Minha Conta"
9345
 
@@ -9349,6 +9359,7 @@ msgstr "Minha Conta"
9349
  #: pages/account.php:80
9350
  #: shortcodes/pmpro_account.php:110
9351
  #: shortcodes/pmpro_account.php:191
 
9352
  msgid "Edit Profile"
9353
  msgstr "Editar Perfil"
9354
 
@@ -9366,6 +9377,7 @@ msgstr "Editar Perfil"
9366
  #: includes/profile.php:917
9367
  #: includes/profile.php:920
9368
  #: includes/profile.php:957
 
9369
  msgid "Change Password"
9370
  msgstr "Trocar Senha"
9371
 
@@ -9375,6 +9387,7 @@ msgstr "Trocar Senha"
9375
  #: pages/account.php:129
9376
  #: shortcodes/pmpro_account.php:118
9377
  #: shortcodes/pmpro_account.php:219
 
9378
  msgid "Past Invoices"
9379
  msgstr "Faturas Anteriores"
9380
 
@@ -9382,6 +9395,7 @@ msgstr "Faturas Anteriores"
9382
  #: pages/account.php:93
9383
  #: shortcodes/pmpro_account.php:124
9384
  #: shortcodes/pmpro_account.php:225
 
9385
  msgid "Amount"
9386
  msgstr "Valor"
9387
 
@@ -9391,6 +9405,7 @@ msgstr "Valor"
9391
  #: pages/account.php:144
9392
  #: shortcodes/pmpro_account.php:152
9393
  #: shortcodes/pmpro_account.php:264
 
9394
  msgid "View All Invoices"
9395
  msgstr "Ver todas as Faturas"
9396
 
@@ -9400,6 +9415,7 @@ msgstr "Ver todas as Faturas"
9400
  #: pages/account.php:150
9401
  #: shortcodes/pmpro_account.php:159
9402
  #: shortcodes/pmpro_account.php:271
 
9403
  msgid "Member Links"
9404
  msgstr "Links para Membros"
9405
 
@@ -14637,6 +14653,7 @@ msgstr ""
14637
  #: includes/menus.php:79
14638
  #: includes/menus.php:169
14639
  #: shortcodes/pmpro_account.php:198
 
14640
  msgid "Log Out"
14641
  msgstr ""
14642
 
@@ -14805,6 +14822,7 @@ msgstr ""
14805
  #: pages/invoice.php:43
14806
  #: shortcodes/pmpro_account.php:244
14807
  #: adminpages/orders.php:1705
 
14808
  msgid "Paid"
14809
  msgstr ""
14810
 
@@ -15076,6 +15094,7 @@ msgid "A member's Braintree subscription has expired at %s"
15076
  msgstr ""
15077
 
15078
  #: shortcodes/pmpro_account.php:249
 
15079
  msgid "Refunded"
15080
  msgstr ""
15081
 
@@ -15258,6 +15277,7 @@ msgstr ""
15258
  #: js/blocks.build.js:790
15259
  #: js/blocks.build.js:891
15260
  #: blocks/checkout-button/block.js:71
 
15261
  msgid "Button Text"
15262
  msgstr ""
15263
 
@@ -15266,21 +15286,25 @@ msgstr ""
15266
  #: js/blocks.build.js:807
15267
  #: js/blocks.build.js:910
15268
  #: blocks/checkout-button/block.js:82
 
15269
  msgid "CSS Class"
15270
  msgstr ""
15271
 
15272
  #: blocks/checkout-button/inspector.js:32
15273
  #: js/blocks.build.js:892
 
15274
  msgid "Text for checkout button"
15275
  msgstr ""
15276
 
15277
  #: blocks/checkout-button/inspector.js:40
15278
  #: js/blocks.build.js:901
 
15279
  msgid "The level to link to for checkout button"
15280
  msgstr ""
15281
 
15282
  #: blocks/checkout-button/inspector.js:49
15283
  #: js/blocks.build.js:911
 
15284
  msgid "Additional styling for checkout button"
15285
  msgstr ""
15286
 
@@ -15594,6 +15618,7 @@ msgid "Missing key."
15594
  msgstr ""
15595
 
15596
  #: shortcodes/pmpro_account.php:145
 
15597
  msgctxt "A dash is shown when there is no expiration date."
15598
  msgid "&#8212;"
15599
  msgstr ""
@@ -16992,3 +17017,19 @@ msgstr ""
16992
  #: blocks/membership/block.js:130
16993
  msgid "Membership Required"
16994
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:17+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
308
+ #: shortcodes/pmpro_account.php:261
309
  msgid "N/A"
310
  msgstr "N/A"
311
 
506
  #: adminpages/orders.php:1556
507
  #: includes/profile.php:478
508
  #: includes/profile.php:798
509
+ #: shortcodes/pmpro_account.php:181
510
  msgid "Email"
511
  msgstr "E-mail"
512
 
2715
  #: adminpages/reports/login.php:183
2716
  #: adminpages/emailtemplates.php:122
2717
  #: classes/class.memberorder.php:1012
2718
+ #: shortcodes/pmpro_account.php:180
2719
  msgid "Username"
2720
  msgstr "Nome de Usuário"
2721
 
3298
  #: adminpages/orders.php:1434
3299
  #: includes/profile.php:455
3300
  #: includes/profile.php:541
3301
+ #: shortcodes/pmpro_account.php:233
3302
  msgid "Status"
3303
  msgstr "Status"
3304
 
3481
  #: adminpages/orders.php:1342
3482
  #: adminpages/orders.php:1435
3483
  #: includes/profile.php:449
3484
+ #: shortcodes/pmpro_account.php:230
3485
  msgid "Date"
3486
  msgstr "Data"
3487
 
8064
  #: adminpages/orders.php:1429
8065
  #: includes/profile.php:451
8066
  #: includes/profile.php:536
8067
+ #: shortcodes/pmpro_account.php:231
8068
+ #: js/blocks.build.js:1
8069
  msgid "Level"
8070
  msgstr "Nível"
8071
 
8738
  #: pages/confirmation.php:138
8739
  #: shortcodes/pmpro_account.php:247
8740
  #: pages/confirmation.php:65
8741
+ #: shortcodes/pmpro_account.php:254
8742
  msgid "Pending"
8743
  msgstr "Pendente"
8744
 
9339
  #: pages/account.php:64
9340
  #: shortcodes/pmpro_account.php:90
9341
  #: shortcodes/pmpro_account.php:158
9342
+ #: shortcodes/pmpro_account.php:165
9343
  msgid "View all Membership Options"
9344
  msgstr "Ver todas as Opções de Assinaturas"
9345
 
9349
  #: pages/account.php:71
9350
  #: shortcodes/pmpro_account.php:99
9351
  #: shortcodes/pmpro_account.php:167
9352
+ #: shortcodes/pmpro_account.php:174
9353
  msgid "My Account"
9354
  msgstr "Minha Conta"
9355
 
9359
  #: pages/account.php:80
9360
  #: shortcodes/pmpro_account.php:110
9361
  #: shortcodes/pmpro_account.php:191
9362
+ #: shortcodes/pmpro_account.php:198
9363
  msgid "Edit Profile"
9364
  msgstr "Editar Perfil"
9365
 
9377
  #: includes/profile.php:917
9378
  #: includes/profile.php:920
9379
  #: includes/profile.php:957
9380
+ #: shortcodes/pmpro_account.php:202
9381
  msgid "Change Password"
9382
  msgstr "Trocar Senha"
9383
 
9387
  #: pages/account.php:129
9388
  #: shortcodes/pmpro_account.php:118
9389
  #: shortcodes/pmpro_account.php:219
9390
+ #: shortcodes/pmpro_account.php:226
9391
  msgid "Past Invoices"
9392
  msgstr "Faturas Anteriores"
9393
 
9395
  #: pages/account.php:93
9396
  #: shortcodes/pmpro_account.php:124
9397
  #: shortcodes/pmpro_account.php:225
9398
+ #: shortcodes/pmpro_account.php:232
9399
  msgid "Amount"
9400
  msgstr "Valor"
9401
 
9405
  #: pages/account.php:144
9406
  #: shortcodes/pmpro_account.php:152
9407
  #: shortcodes/pmpro_account.php:264
9408
+ #: shortcodes/pmpro_account.php:271
9409
  msgid "View All Invoices"
9410
  msgstr "Ver todas as Faturas"
9411
 
9415
  #: pages/account.php:150
9416
  #: shortcodes/pmpro_account.php:159
9417
  #: shortcodes/pmpro_account.php:271
9418
+ #: shortcodes/pmpro_account.php:278
9419
  msgid "Member Links"
9420
  msgstr "Links para Membros"
9421
 
14653
  #: includes/menus.php:79
14654
  #: includes/menus.php:169
14655
  #: shortcodes/pmpro_account.php:198
14656
+ #: shortcodes/pmpro_account.php:205
14657
  msgid "Log Out"
14658
  msgstr ""
14659
 
14822
  #: pages/invoice.php:43
14823
  #: shortcodes/pmpro_account.php:244
14824
  #: adminpages/orders.php:1705
14825
+ #: shortcodes/pmpro_account.php:251
14826
  msgid "Paid"
14827
  msgstr ""
14828
 
15094
  msgstr ""
15095
 
15096
  #: shortcodes/pmpro_account.php:249
15097
+ #: shortcodes/pmpro_account.php:256
15098
  msgid "Refunded"
15099
  msgstr ""
15100
 
15277
  #: js/blocks.build.js:790
15278
  #: js/blocks.build.js:891
15279
  #: blocks/checkout-button/block.js:71
15280
+ #: js/blocks.build.js:1
15281
  msgid "Button Text"
15282
  msgstr ""
15283
 
15286
  #: js/blocks.build.js:807
15287
  #: js/blocks.build.js:910
15288
  #: blocks/checkout-button/block.js:82
15289
+ #: js/blocks.build.js:1
15290
  msgid "CSS Class"
15291
  msgstr ""
15292
 
15293
  #: blocks/checkout-button/inspector.js:32
15294
  #: js/blocks.build.js:892
15295
+ #: js/blocks.build.js:1
15296
  msgid "Text for checkout button"
15297
  msgstr ""
15298
 
15299
  #: blocks/checkout-button/inspector.js:40
15300
  #: js/blocks.build.js:901
15301
+ #: js/blocks.build.js:1
15302
  msgid "The level to link to for checkout button"
15303
  msgstr ""
15304
 
15305
  #: blocks/checkout-button/inspector.js:49
15306
  #: js/blocks.build.js:911
15307
+ #: js/blocks.build.js:1
15308
  msgid "Additional styling for checkout button"
15309
  msgstr ""
15310
 
15618
  msgstr ""
15619
 
15620
  #: shortcodes/pmpro_account.php:145
15621
+ #: shortcodes/pmpro_account.php:152
15622
  msgctxt "A dash is shown when there is no expiration date."
15623
  msgid "&#8212;"
15624
  msgstr ""
17017
  #: blocks/membership/block.js:130
17018
  msgid "Membership Required"
17019
  msgstr ""
17020
+
17021
+ #: blocks/account-profile-section/block.js:24
17022
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
17023
+ msgstr ""
17024
+
17025
+ #: blocks/login/block.js:26
17026
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
17027
+ msgstr ""
17028
+
17029
+ #: blocks/member-profile-edit/block.js:20
17030
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
17031
+ msgstr ""
17032
+
17033
+ #: blocks/membership/block.js:42
17034
+ msgid "conditional"
17035
+ msgstr ""
languages/paid-memberships-pro-pt_PT.mo CHANGED
Binary file
languages/paid-memberships-pro-pt_PT.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:44+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -305,6 +305,7 @@ msgstr ""
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
 
308
  msgid "N/A"
309
  msgstr "N/A"
310
 
@@ -505,6 +506,7 @@ msgstr "Gateway de Pagamentos &amp; SSL"
505
  #: adminpages/orders.php:1556
506
  #: includes/profile.php:478
507
  #: includes/profile.php:798
 
508
  msgid "Email"
509
  msgstr "E-mail"
510
 
@@ -2713,6 +2715,7 @@ msgstr "%d assinantes encontrados."
2713
  #: adminpages/reports/login.php:183
2714
  #: adminpages/emailtemplates.php:122
2715
  #: classes/class.memberorder.php:1012
 
2716
  msgid "Username"
2717
  msgstr "Nome de Utilizador"
2718
 
@@ -3295,6 +3298,7 @@ msgstr "Ano de Expiração"
3295
  #: adminpages/orders.php:1434
3296
  #: includes/profile.php:455
3297
  #: includes/profile.php:541
 
3298
  msgid "Status"
3299
  msgstr "Estado"
3300
 
@@ -3477,6 +3481,7 @@ msgstr "Gerado pelo Gateway. Útil para comparar os pagamentos/assinaturas."
3477
  #: adminpages/orders.php:1342
3478
  #: adminpages/orders.php:1435
3479
  #: includes/profile.php:449
 
3480
  msgid "Date"
3481
  msgstr "Data"
3482
 
@@ -8059,6 +8064,8 @@ msgstr "SAIR"
8059
  #: adminpages/orders.php:1429
8060
  #: includes/profile.php:451
8061
  #: includes/profile.php:536
 
 
8062
  msgid "Level"
8063
  msgstr "Tipo"
8064
 
@@ -8731,6 +8738,7 @@ msgstr "Abaixo estão os detalhes da sua conta de assinatura. Um email de boas-v
8731
  #: pages/confirmation.php:138
8732
  #: shortcodes/pmpro_account.php:247
8733
  #: pages/confirmation.php:65
 
8734
  msgid "Pending"
8735
  msgstr "Pendente"
8736
 
@@ -9331,6 +9339,7 @@ msgstr "Alterar"
9331
  #: pages/account.php:64
9332
  #: shortcodes/pmpro_account.php:90
9333
  #: shortcodes/pmpro_account.php:158
 
9334
  msgid "View all Membership Options"
9335
  msgstr "Ver todas as Opções de Assinaturas"
9336
 
@@ -9340,6 +9349,7 @@ msgstr "Ver todas as Opções de Assinaturas"
9340
  #: pages/account.php:71
9341
  #: shortcodes/pmpro_account.php:99
9342
  #: shortcodes/pmpro_account.php:167
 
9343
  msgid "My Account"
9344
  msgstr "Minha Conta"
9345
 
@@ -9349,6 +9359,7 @@ msgstr "Minha Conta"
9349
  #: pages/account.php:80
9350
  #: shortcodes/pmpro_account.php:110
9351
  #: shortcodes/pmpro_account.php:191
 
9352
  msgid "Edit Profile"
9353
  msgstr "Editar Perfil"
9354
 
@@ -9366,6 +9377,7 @@ msgstr "Editar Perfil"
9366
  #: includes/profile.php:917
9367
  #: includes/profile.php:920
9368
  #: includes/profile.php:957
 
9369
  msgid "Change Password"
9370
  msgstr "Alterar Senha"
9371
 
@@ -9375,6 +9387,7 @@ msgstr "Alterar Senha"
9375
  #: pages/account.php:129
9376
  #: shortcodes/pmpro_account.php:118
9377
  #: shortcodes/pmpro_account.php:219
 
9378
  msgid "Past Invoices"
9379
  msgstr "Faturas Anteriores"
9380
 
@@ -9382,6 +9395,7 @@ msgstr "Faturas Anteriores"
9382
  #: pages/account.php:93
9383
  #: shortcodes/pmpro_account.php:124
9384
  #: shortcodes/pmpro_account.php:225
 
9385
  msgid "Amount"
9386
  msgstr "Valor"
9387
 
@@ -9391,6 +9405,7 @@ msgstr "Valor"
9391
  #: pages/account.php:144
9392
  #: shortcodes/pmpro_account.php:152
9393
  #: shortcodes/pmpro_account.php:264
 
9394
  msgid "View All Invoices"
9395
  msgstr "Ver todas as Faturas"
9396
 
@@ -9400,6 +9415,7 @@ msgstr "Ver todas as Faturas"
9400
  #: pages/account.php:150
9401
  #: shortcodes/pmpro_account.php:159
9402
  #: shortcodes/pmpro_account.php:271
 
9403
  msgid "Member Links"
9404
  msgstr "Links para Assinantes"
9405
 
@@ -14637,6 +14653,7 @@ msgstr ""
14637
  #: includes/menus.php:79
14638
  #: includes/menus.php:169
14639
  #: shortcodes/pmpro_account.php:198
 
14640
  msgid "Log Out"
14641
  msgstr ""
14642
 
@@ -14805,6 +14822,7 @@ msgstr ""
14805
  #: pages/invoice.php:43
14806
  #: shortcodes/pmpro_account.php:244
14807
  #: adminpages/orders.php:1705
 
14808
  msgid "Paid"
14809
  msgstr ""
14810
 
@@ -15076,6 +15094,7 @@ msgid "A member's Braintree subscription has expired at %s"
15076
  msgstr ""
15077
 
15078
  #: shortcodes/pmpro_account.php:249
 
15079
  msgid "Refunded"
15080
  msgstr ""
15081
 
@@ -15258,6 +15277,7 @@ msgstr ""
15258
  #: js/blocks.build.js:790
15259
  #: js/blocks.build.js:891
15260
  #: blocks/checkout-button/block.js:71
 
15261
  msgid "Button Text"
15262
  msgstr ""
15263
 
@@ -15266,21 +15286,25 @@ msgstr ""
15266
  #: js/blocks.build.js:807
15267
  #: js/blocks.build.js:910
15268
  #: blocks/checkout-button/block.js:82
 
15269
  msgid "CSS Class"
15270
  msgstr ""
15271
 
15272
  #: blocks/checkout-button/inspector.js:32
15273
  #: js/blocks.build.js:892
 
15274
  msgid "Text for checkout button"
15275
  msgstr ""
15276
 
15277
  #: blocks/checkout-button/inspector.js:40
15278
  #: js/blocks.build.js:901
 
15279
  msgid "The level to link to for checkout button"
15280
  msgstr ""
15281
 
15282
  #: blocks/checkout-button/inspector.js:49
15283
  #: js/blocks.build.js:911
 
15284
  msgid "Additional styling for checkout button"
15285
  msgstr ""
15286
 
@@ -15594,6 +15618,7 @@ msgid "Missing key."
15594
  msgstr ""
15595
 
15596
  #: shortcodes/pmpro_account.php:145
 
15597
  msgctxt "A dash is shown when there is no expiration date."
15598
  msgid "&#8212;"
15599
  msgstr ""
@@ -16992,3 +17017,19 @@ msgstr ""
16992
  #: blocks/membership/block.js:130
16993
  msgid "Membership Required"
16994
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:20+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
305
  #: includes/profile.php:556
306
  #: includes/profile.php:557
307
  #: includes/profile.php:558
308
+ #: shortcodes/pmpro_account.php:261
309
  msgid "N/A"
310
  msgstr "N/A"
311
 
506
  #: adminpages/orders.php:1556
507
  #: includes/profile.php:478
508
  #: includes/profile.php:798
509
+ #: shortcodes/pmpro_account.php:181
510
  msgid "Email"
511
  msgstr "E-mail"
512
 
2715
  #: adminpages/reports/login.php:183
2716
  #: adminpages/emailtemplates.php:122
2717
  #: classes/class.memberorder.php:1012
2718
+ #: shortcodes/pmpro_account.php:180
2719
  msgid "Username"
2720
  msgstr "Nome de Utilizador"
2721
 
3298
  #: adminpages/orders.php:1434
3299
  #: includes/profile.php:455
3300
  #: includes/profile.php:541
3301
+ #: shortcodes/pmpro_account.php:233
3302
  msgid "Status"
3303
  msgstr "Estado"
3304
 
3481
  #: adminpages/orders.php:1342
3482
  #: adminpages/orders.php:1435
3483
  #: includes/profile.php:449
3484
+ #: shortcodes/pmpro_account.php:230
3485
  msgid "Date"
3486
  msgstr "Data"
3487
 
8064
  #: adminpages/orders.php:1429
8065
  #: includes/profile.php:451
8066
  #: includes/profile.php:536
8067
+ #: shortcodes/pmpro_account.php:231
8068
+ #: js/blocks.build.js:1
8069
  msgid "Level"
8070
  msgstr "Tipo"
8071
 
8738
  #: pages/confirmation.php:138
8739
  #: shortcodes/pmpro_account.php:247
8740
  #: pages/confirmation.php:65
8741
+ #: shortcodes/pmpro_account.php:254
8742
  msgid "Pending"
8743
  msgstr "Pendente"
8744
 
9339
  #: pages/account.php:64
9340
  #: shortcodes/pmpro_account.php:90
9341
  #: shortcodes/pmpro_account.php:158
9342
+ #: shortcodes/pmpro_account.php:165
9343
  msgid "View all Membership Options"
9344
  msgstr "Ver todas as Opções de Assinaturas"
9345
 
9349
  #: pages/account.php:71
9350
  #: shortcodes/pmpro_account.php:99
9351
  #: shortcodes/pmpro_account.php:167
9352
+ #: shortcodes/pmpro_account.php:174
9353
  msgid "My Account"
9354
  msgstr "Minha Conta"
9355
 
9359
  #: pages/account.php:80
9360
  #: shortcodes/pmpro_account.php:110
9361
  #: shortcodes/pmpro_account.php:191
9362
+ #: shortcodes/pmpro_account.php:198
9363
  msgid "Edit Profile"
9364
  msgstr "Editar Perfil"
9365
 
9377
  #: includes/profile.php:917
9378
  #: includes/profile.php:920
9379
  #: includes/profile.php:957
9380
+ #: shortcodes/pmpro_account.php:202
9381
  msgid "Change Password"
9382
  msgstr "Alterar Senha"
9383
 
9387
  #: pages/account.php:129
9388
  #: shortcodes/pmpro_account.php:118
9389
  #: shortcodes/pmpro_account.php:219
9390
+ #: shortcodes/pmpro_account.php:226
9391
  msgid "Past Invoices"
9392
  msgstr "Faturas Anteriores"
9393
 
9395
  #: pages/account.php:93
9396
  #: shortcodes/pmpro_account.php:124
9397
  #: shortcodes/pmpro_account.php:225
9398
+ #: shortcodes/pmpro_account.php:232
9399
  msgid "Amount"
9400
  msgstr "Valor"
9401
 
9405
  #: pages/account.php:144
9406
  #: shortcodes/pmpro_account.php:152
9407
  #: shortcodes/pmpro_account.php:264
9408
+ #: shortcodes/pmpro_account.php:271
9409
  msgid "View All Invoices"
9410
  msgstr "Ver todas as Faturas"
9411
 
9415
  #: pages/account.php:150
9416
  #: shortcodes/pmpro_account.php:159
9417
  #: shortcodes/pmpro_account.php:271
9418
+ #: shortcodes/pmpro_account.php:278
9419
  msgid "Member Links"
9420
  msgstr "Links para Assinantes"
9421
 
14653
  #: includes/menus.php:79
14654
  #: includes/menus.php:169
14655
  #: shortcodes/pmpro_account.php:198
14656
+ #: shortcodes/pmpro_account.php:205
14657
  msgid "Log Out"
14658
  msgstr ""
14659
 
14822
  #: pages/invoice.php:43
14823
  #: shortcodes/pmpro_account.php:244
14824
  #: adminpages/orders.php:1705
14825
+ #: shortcodes/pmpro_account.php:251
14826
  msgid "Paid"
14827
  msgstr ""
14828
 
15094
  msgstr ""
15095
 
15096
  #: shortcodes/pmpro_account.php:249
15097
+ #: shortcodes/pmpro_account.php:256
15098
  msgid "Refunded"
15099
  msgstr ""
15100
 
15277
  #: js/blocks.build.js:790
15278
  #: js/blocks.build.js:891
15279
  #: blocks/checkout-button/block.js:71
15280
+ #: js/blocks.build.js:1
15281
  msgid "Button Text"
15282
  msgstr ""
15283
 
15286
  #: js/blocks.build.js:807
15287
  #: js/blocks.build.js:910
15288
  #: blocks/checkout-button/block.js:82
15289
+ #: js/blocks.build.js:1
15290
  msgid "CSS Class"
15291
  msgstr ""
15292
 
15293
  #: blocks/checkout-button/inspector.js:32
15294
  #: js/blocks.build.js:892
15295
+ #: js/blocks.build.js:1
15296
  msgid "Text for checkout button"
15297
  msgstr ""
15298
 
15299
  #: blocks/checkout-button/inspector.js:40
15300
  #: js/blocks.build.js:901
15301
+ #: js/blocks.build.js:1
15302
  msgid "The level to link to for checkout button"
15303
  msgstr ""
15304
 
15305
  #: blocks/checkout-button/inspector.js:49
15306
  #: js/blocks.build.js:911
15307
+ #: js/blocks.build.js:1
15308
  msgid "Additional styling for checkout button"
15309
  msgstr ""
15310
 
15618
  msgstr ""
15619
 
15620
  #: shortcodes/pmpro_account.php:145
15621
+ #: shortcodes/pmpro_account.php:152
15622
  msgctxt "A dash is shown when there is no expiration date."
15623
  msgid "&#8212;"
15624
  msgstr ""
17017
  #: blocks/membership/block.js:130
17018
  msgid "Membership Required"
17019
  msgstr ""
17020
+
17021
+ #: blocks/account-profile-section/block.js:24
17022
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
17023
+ msgstr ""
17024
+
17025
+ #: blocks/login/block.js:26
17026
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
17027
+ msgstr ""
17028
+
17029
+ #: blocks/member-profile-edit/block.js:20
17030
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
17031
+ msgstr ""
17032
+
17033
+ #: blocks/membership/block.js:42
17034
+ msgid "conditional"
17035
+ msgstr ""
languages/paid-memberships-pro-sk_SK.mo CHANGED
Binary file
languages/paid-memberships-pro-sk_SK.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:46+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -221,6 +221,7 @@ msgstr ""
221
  #: adminpages/orders.php:1556
222
  #: includes/profile.php:478
223
  #: includes/profile.php:798
 
224
  msgid "Email"
225
  msgstr ""
226
 
@@ -1990,6 +1991,7 @@ msgstr ""
1990
  #: adminpages/reports/login.php:183
1991
  #: adminpages/emailtemplates.php:122
1992
  #: classes/class.memberorder.php:1012
 
1993
  msgid "Username"
1994
  msgstr "Používateľské meno"
1995
 
@@ -2499,6 +2501,7 @@ msgstr ""
2499
  #: adminpages/orders.php:1434
2500
  #: includes/profile.php:455
2501
  #: includes/profile.php:541
 
2502
  msgid "Status"
2503
  msgstr ""
2504
 
@@ -2675,6 +2678,7 @@ msgstr ""
2675
  #: adminpages/orders.php:1342
2676
  #: adminpages/orders.php:1435
2677
  #: includes/profile.php:449
 
2678
  msgid "Date"
2679
  msgstr ""
2680
 
@@ -5336,6 +5340,8 @@ msgstr "Vaše členstvo je <strong>aktívne</strong>."
5336
  #: adminpages/orders.php:1429
5337
  #: includes/profile.php:451
5338
  #: includes/profile.php:536
 
 
5339
  msgid "Level"
5340
  msgstr "Úroveň"
5341
 
@@ -5406,6 +5412,7 @@ msgstr "Vaša prvá %d platba bude v cene %s."
5406
  #: pages/account.php:50
5407
  #: pages/account.php:46
5408
  #: shortcodes/pmpro_account.php:167
 
5409
  msgid "My Account"
5410
  msgstr "Moj účet"
5411
 
@@ -5413,6 +5420,7 @@ msgstr "Moj účet"
5413
  #: pages/account.php:59
5414
  #: pages/account.php:55
5415
  #: shortcodes/pmpro_account.php:191
 
5416
  msgid "Edit Profile"
5417
  msgstr "Upraviť profil"
5418
 
@@ -5428,6 +5436,7 @@ msgstr "Upraviť profil"
5428
  #: includes/profile.php:917
5429
  #: includes/profile.php:920
5430
  #: includes/profile.php:957
 
5431
  msgid "Change Password"
5432
  msgstr "Zmeniť heslo"
5433
 
@@ -5463,6 +5472,7 @@ msgstr "Upraviť fakturačné údaje"
5463
  #: pages/account.php:129
5464
  #: pages/account.php:125
5465
  #: shortcodes/pmpro_account.php:219
 
5466
  msgid "Past Invoices"
5467
  msgstr "Predchádzajúce faktúry"
5468
 
@@ -5470,6 +5480,7 @@ msgstr "Predchádzajúce faktúry"
5470
  #: pages/account.php:144
5471
  #: pages/account.php:140
5472
  #: shortcodes/pmpro_account.php:264
 
5473
  msgid "View All Invoices"
5474
  msgstr "Zobraziť všetky faktúry"
5475
 
@@ -5477,6 +5488,7 @@ msgstr "Zobraziť všetky faktúry"
5477
  #: pages/account.php:150
5478
  #: pages/account.php:146
5479
  #: shortcodes/pmpro_account.php:271
 
5480
  msgid "Member Links"
5481
  msgstr "Členské linky"
5482
 
@@ -6152,6 +6164,7 @@ msgstr "Nižšie sú uvedené informácie o vašom členskom účte, Uvítací e
6152
  #: pages/confirmation.php:138
6153
  #: shortcodes/pmpro_account.php:247
6154
  #: pages/confirmation.php:65
 
6155
  msgid "Pending"
6156
  msgstr "Čakajúce"
6157
 
@@ -6857,6 +6870,7 @@ msgstr ""
6857
  #: includes/profile.php:556
6858
  #: includes/profile.php:557
6859
  #: includes/profile.php:558
 
6860
  msgid "N/A"
6861
  msgstr ""
6862
 
@@ -12320,6 +12334,7 @@ msgstr ""
12320
  #: includes/menus.php:79
12321
  #: includes/menus.php:169
12322
  #: shortcodes/pmpro_account.php:198
 
12323
  msgid "Log Out"
12324
  msgstr ""
12325
 
@@ -12493,6 +12508,7 @@ msgstr ""
12493
  #: pages/invoice.php:43
12494
  #: shortcodes/pmpro_account.php:244
12495
  #: adminpages/orders.php:1705
 
12496
  msgid "Paid"
12497
  msgstr ""
12498
 
@@ -12840,14 +12856,17 @@ msgid "Change"
12840
  msgstr ""
12841
 
12842
  #: shortcodes/pmpro_account.php:158
 
12843
  msgid "View all Membership Options"
12844
  msgstr ""
12845
 
12846
  #: shortcodes/pmpro_account.php:225
 
12847
  msgid "Amount"
12848
  msgstr ""
12849
 
12850
  #: shortcodes/pmpro_account.php:249
 
12851
  msgid "Refunded"
12852
  msgstr ""
12853
 
@@ -13030,6 +13049,7 @@ msgstr ""
13030
  #: js/blocks.build.js:790
13031
  #: js/blocks.build.js:891
13032
  #: blocks/checkout-button/block.js:71
 
13033
  msgid "Button Text"
13034
  msgstr ""
13035
 
@@ -13038,21 +13058,25 @@ msgstr ""
13038
  #: js/blocks.build.js:807
13039
  #: js/blocks.build.js:910
13040
  #: blocks/checkout-button/block.js:82
 
13041
  msgid "CSS Class"
13042
  msgstr ""
13043
 
13044
  #: blocks/checkout-button/inspector.js:32
13045
  #: js/blocks.build.js:892
 
13046
  msgid "Text for checkout button"
13047
  msgstr ""
13048
 
13049
  #: blocks/checkout-button/inspector.js:40
13050
  #: js/blocks.build.js:901
 
13051
  msgid "The level to link to for checkout button"
13052
  msgstr ""
13053
 
13054
  #: blocks/checkout-button/inspector.js:49
13055
  #: js/blocks.build.js:911
 
13056
  msgid "Additional styling for checkout button"
13057
  msgstr ""
13058
 
@@ -13372,6 +13396,7 @@ msgid "Missing key."
13372
  msgstr ""
13373
 
13374
  #: shortcodes/pmpro_account.php:145
 
13375
  msgctxt "A dash is shown when there is no expiration date."
13376
  msgid "&#8212;"
13377
  msgstr ""
@@ -14779,3 +14804,19 @@ msgstr ""
14779
  #: blocks/membership/block.js:130
14780
  msgid "Membership Required"
14781
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:22+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
221
  #: adminpages/orders.php:1556
222
  #: includes/profile.php:478
223
  #: includes/profile.php:798
224
+ #: shortcodes/pmpro_account.php:181
225
  msgid "Email"
226
  msgstr ""
227
 
1991
  #: adminpages/reports/login.php:183
1992
  #: adminpages/emailtemplates.php:122
1993
  #: classes/class.memberorder.php:1012
1994
+ #: shortcodes/pmpro_account.php:180
1995
  msgid "Username"
1996
  msgstr "Používateľské meno"
1997
 
2501
  #: adminpages/orders.php:1434
2502
  #: includes/profile.php:455
2503
  #: includes/profile.php:541
2504
+ #: shortcodes/pmpro_account.php:233
2505
  msgid "Status"
2506
  msgstr ""
2507
 
2678
  #: adminpages/orders.php:1342
2679
  #: adminpages/orders.php:1435
2680
  #: includes/profile.php:449
2681
+ #: shortcodes/pmpro_account.php:230
2682
  msgid "Date"
2683
  msgstr ""
2684
 
5340
  #: adminpages/orders.php:1429
5341
  #: includes/profile.php:451
5342
  #: includes/profile.php:536
5343
+ #: shortcodes/pmpro_account.php:231
5344
+ #: js/blocks.build.js:1
5345
  msgid "Level"
5346
  msgstr "Úroveň"
5347
 
5412
  #: pages/account.php:50
5413
  #: pages/account.php:46
5414
  #: shortcodes/pmpro_account.php:167
5415
+ #: shortcodes/pmpro_account.php:174
5416
  msgid "My Account"
5417
  msgstr "Moj účet"
5418
 
5420
  #: pages/account.php:59
5421
  #: pages/account.php:55
5422
  #: shortcodes/pmpro_account.php:191
5423
+ #: shortcodes/pmpro_account.php:198
5424
  msgid "Edit Profile"
5425
  msgstr "Upraviť profil"
5426
 
5436
  #: includes/profile.php:917
5437
  #: includes/profile.php:920
5438
  #: includes/profile.php:957
5439
+ #: shortcodes/pmpro_account.php:202
5440
  msgid "Change Password"
5441
  msgstr "Zmeniť heslo"
5442
 
5472
  #: pages/account.php:129
5473
  #: pages/account.php:125
5474
  #: shortcodes/pmpro_account.php:219
5475
+ #: shortcodes/pmpro_account.php:226
5476
  msgid "Past Invoices"
5477
  msgstr "Predchádzajúce faktúry"
5478
 
5480
  #: pages/account.php:144
5481
  #: pages/account.php:140
5482
  #: shortcodes/pmpro_account.php:264
5483
+ #: shortcodes/pmpro_account.php:271
5484
  msgid "View All Invoices"
5485
  msgstr "Zobraziť všetky faktúry"
5486
 
5488
  #: pages/account.php:150
5489
  #: pages/account.php:146
5490
  #: shortcodes/pmpro_account.php:271
5491
+ #: shortcodes/pmpro_account.php:278
5492
  msgid "Member Links"
5493
  msgstr "Členské linky"
5494
 
6164
  #: pages/confirmation.php:138
6165
  #: shortcodes/pmpro_account.php:247
6166
  #: pages/confirmation.php:65
6167
+ #: shortcodes/pmpro_account.php:254
6168
  msgid "Pending"
6169
  msgstr "Čakajúce"
6170
 
6870
  #: includes/profile.php:556
6871
  #: includes/profile.php:557
6872
  #: includes/profile.php:558
6873
+ #: shortcodes/pmpro_account.php:261
6874
  msgid "N/A"
6875
  msgstr ""
6876
 
12334
  #: includes/menus.php:79
12335
  #: includes/menus.php:169
12336
  #: shortcodes/pmpro_account.php:198
12337
+ #: shortcodes/pmpro_account.php:205
12338
  msgid "Log Out"
12339
  msgstr ""
12340
 
12508
  #: pages/invoice.php:43
12509
  #: shortcodes/pmpro_account.php:244
12510
  #: adminpages/orders.php:1705
12511
+ #: shortcodes/pmpro_account.php:251
12512
  msgid "Paid"
12513
  msgstr ""
12514
 
12856
  msgstr ""
12857
 
12858
  #: shortcodes/pmpro_account.php:158
12859
+ #: shortcodes/pmpro_account.php:165
12860
  msgid "View all Membership Options"
12861
  msgstr ""
12862
 
12863
  #: shortcodes/pmpro_account.php:225
12864
+ #: shortcodes/pmpro_account.php:232
12865
  msgid "Amount"
12866
  msgstr ""
12867
 
12868
  #: shortcodes/pmpro_account.php:249
12869
+ #: shortcodes/pmpro_account.php:256
12870
  msgid "Refunded"
12871
  msgstr ""
12872
 
13049
  #: js/blocks.build.js:790
13050
  #: js/blocks.build.js:891
13051
  #: blocks/checkout-button/block.js:71
13052
+ #: js/blocks.build.js:1
13053
  msgid "Button Text"
13054
  msgstr ""
13055
 
13058
  #: js/blocks.build.js:807
13059
  #: js/blocks.build.js:910
13060
  #: blocks/checkout-button/block.js:82
13061
+ #: js/blocks.build.js:1
13062
  msgid "CSS Class"
13063
  msgstr ""
13064
 
13065
  #: blocks/checkout-button/inspector.js:32
13066
  #: js/blocks.build.js:892
13067
+ #: js/blocks.build.js:1
13068
  msgid "Text for checkout button"
13069
  msgstr ""
13070
 
13071
  #: blocks/checkout-button/inspector.js:40
13072
  #: js/blocks.build.js:901
13073
+ #: js/blocks.build.js:1
13074
  msgid "The level to link to for checkout button"
13075
  msgstr ""
13076
 
13077
  #: blocks/checkout-button/inspector.js:49
13078
  #: js/blocks.build.js:911
13079
+ #: js/blocks.build.js:1
13080
  msgid "Additional styling for checkout button"
13081
  msgstr ""
13082
 
13396
  msgstr ""
13397
 
13398
  #: shortcodes/pmpro_account.php:145
13399
+ #: shortcodes/pmpro_account.php:152
13400
  msgctxt "A dash is shown when there is no expiration date."
13401
  msgid "&#8212;"
13402
  msgstr ""
14804
  #: blocks/membership/block.js:130
14805
  msgid "Membership Required"
14806
  msgstr ""
14807
+
14808
+ #: blocks/account-profile-section/block.js:24
14809
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
14810
+ msgstr ""
14811
+
14812
+ #: blocks/login/block.js:26
14813
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
14814
+ msgstr ""
14815
+
14816
+ #: blocks/member-profile-edit/block.js:20
14817
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
14818
+ msgstr ""
14819
+
14820
+ #: blocks/membership/block.js:42
14821
+ msgid "conditional"
14822
+ msgstr ""
languages/paid-memberships-pro-sr_RS.mo CHANGED
Binary file
languages/paid-memberships-pro-sr_RS.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:49+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -878,6 +878,7 @@ msgstr "Ukupno"
878
  #: adminpages/orders.php:492
879
  #: adminpages/orders.php:1435
880
  #: includes/profile.php:449
 
881
  msgid "Date"
882
  msgstr "Datum"
883
 
@@ -947,6 +948,8 @@ msgstr "Vaše članstvo je <strong>aktivno</strong>."
947
  #: adminpages/orders.php:1429
948
  #: includes/profile.php:451
949
  #: includes/profile.php:536
 
 
950
  msgid "Level"
951
  msgstr "Nivo"
952
 
@@ -976,6 +979,7 @@ msgstr "Vaša prva %d uplata će da iznosi %s."
976
 
977
  #: pages/account.php:46
978
  #: shortcodes/pmpro_account.php:167
 
979
  msgid "My Account"
980
  msgstr "Moj Nalog"
981
 
@@ -995,6 +999,7 @@ msgstr "Moj Nalog"
995
  #: adminpages/reports/login.php:183
996
  #: adminpages/emailtemplates.php:122
997
  #: classes/class.memberorder.php:1012
 
998
  msgid "Username"
999
  msgstr "Korisničko Ime"
1000
 
@@ -1022,11 +1027,13 @@ msgstr "Korisničko Ime"
1022
  #: adminpages/orders.php:1556
1023
  #: includes/profile.php:478
1024
  #: includes/profile.php:798
 
1025
  msgid "Email"
1026
  msgstr ""
1027
 
1028
  #: pages/account.php:55
1029
  #: shortcodes/pmpro_account.php:191
 
1030
  msgid "Edit Profile"
1031
  msgstr "Uredi Profil"
1032
 
@@ -1040,6 +1047,7 @@ msgstr "Uredi Profil"
1040
  #: includes/profile.php:917
1041
  #: includes/profile.php:920
1042
  #: includes/profile.php:957
 
1043
  msgid "Change Password"
1044
  msgstr "Promijnite Lozinku"
1045
 
@@ -1055,16 +1063,19 @@ msgstr "Uredi Informacije o Plaćanju"
1055
 
1056
  #: pages/account.php:125
1057
  #: shortcodes/pmpro_account.php:219
 
1058
  msgid "Past Invoices"
1059
  msgstr "Stare Fakture"
1060
 
1061
  #: pages/account.php:140
1062
  #: shortcodes/pmpro_account.php:264
 
1063
  msgid "View All Invoices"
1064
  msgstr "Prikaži Sve Fakture"
1065
 
1066
  #: pages/account.php:146
1067
  #: shortcodes/pmpro_account.php:271
 
1068
  msgid "Member Links"
1069
  msgstr "Korisnički Linkovi"
1070
 
@@ -1528,6 +1539,7 @@ msgstr "Ispod su detalji o vašem nalogu. Email dobrodošlice je poslat na %s."
1528
  #: pages/confirmation.php:138
1529
  #: shortcodes/pmpro_account.php:247
1530
  #: pages/confirmation.php:65
 
1531
  msgid "Pending"
1532
  msgstr "Na čekanju"
1533
 
@@ -3006,6 +3018,7 @@ msgstr "Godina Isteka"
3006
  #: adminpages/orders.php:1434
3007
  #: includes/profile.php:455
3008
  #: includes/profile.php:541
 
3009
  msgid "Status"
3010
  msgstr "Status"
3011
 
@@ -5114,6 +5127,7 @@ msgstr ""
5114
  #: includes/profile.php:556
5115
  #: includes/profile.php:557
5116
  #: includes/profile.php:558
 
5117
  msgid "N/A"
5118
  msgstr ""
5119
 
@@ -10710,6 +10724,7 @@ msgstr ""
10710
  #: includes/menus.php:79
10711
  #: includes/menus.php:169
10712
  #: shortcodes/pmpro_account.php:198
 
10713
  msgid "Log Out"
10714
  msgstr ""
10715
 
@@ -10883,6 +10898,7 @@ msgstr ""
10883
  #: pages/invoice.php:43
10884
  #: shortcodes/pmpro_account.php:244
10885
  #: adminpages/orders.php:1705
 
10886
  msgid "Paid"
10887
  msgstr ""
10888
 
@@ -11230,14 +11246,17 @@ msgid "Change"
11230
  msgstr ""
11231
 
11232
  #: shortcodes/pmpro_account.php:158
 
11233
  msgid "View all Membership Options"
11234
  msgstr ""
11235
 
11236
  #: shortcodes/pmpro_account.php:225
 
11237
  msgid "Amount"
11238
  msgstr ""
11239
 
11240
  #: shortcodes/pmpro_account.php:249
 
11241
  msgid "Refunded"
11242
  msgstr ""
11243
 
@@ -11420,6 +11439,7 @@ msgstr ""
11420
  #: js/blocks.build.js:790
11421
  #: js/blocks.build.js:891
11422
  #: blocks/checkout-button/block.js:71
 
11423
  msgid "Button Text"
11424
  msgstr ""
11425
 
@@ -11428,21 +11448,25 @@ msgstr ""
11428
  #: js/blocks.build.js:807
11429
  #: js/blocks.build.js:910
11430
  #: blocks/checkout-button/block.js:82
 
11431
  msgid "CSS Class"
11432
  msgstr ""
11433
 
11434
  #: blocks/checkout-button/inspector.js:32
11435
  #: js/blocks.build.js:892
 
11436
  msgid "Text for checkout button"
11437
  msgstr ""
11438
 
11439
  #: blocks/checkout-button/inspector.js:40
11440
  #: js/blocks.build.js:901
 
11441
  msgid "The level to link to for checkout button"
11442
  msgstr ""
11443
 
11444
  #: blocks/checkout-button/inspector.js:49
11445
  #: js/blocks.build.js:911
 
11446
  msgid "Additional styling for checkout button"
11447
  msgstr ""
11448
 
@@ -11762,6 +11786,7 @@ msgid "Missing key."
11762
  msgstr ""
11763
 
11764
  #: shortcodes/pmpro_account.php:145
 
11765
  msgctxt "A dash is shown when there is no expiration date."
11766
  msgid "&#8212;"
11767
  msgstr ""
@@ -13169,3 +13194,19 @@ msgstr ""
13169
  #: blocks/membership/block.js:130
13170
  msgid "Membership Required"
13171
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:24+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
878
  #: adminpages/orders.php:492
879
  #: adminpages/orders.php:1435
880
  #: includes/profile.php:449
881
+ #: shortcodes/pmpro_account.php:230
882
  msgid "Date"
883
  msgstr "Datum"
884
 
948
  #: adminpages/orders.php:1429
949
  #: includes/profile.php:451
950
  #: includes/profile.php:536
951
+ #: shortcodes/pmpro_account.php:231
952
+ #: js/blocks.build.js:1
953
  msgid "Level"
954
  msgstr "Nivo"
955
 
979
 
980
  #: pages/account.php:46
981
  #: shortcodes/pmpro_account.php:167
982
+ #: shortcodes/pmpro_account.php:174
983
  msgid "My Account"
984
  msgstr "Moj Nalog"
985
 
999
  #: adminpages/reports/login.php:183
1000
  #: adminpages/emailtemplates.php:122
1001
  #: classes/class.memberorder.php:1012
1002
+ #: shortcodes/pmpro_account.php:180
1003
  msgid "Username"
1004
  msgstr "Korisničko Ime"
1005
 
1027
  #: adminpages/orders.php:1556
1028
  #: includes/profile.php:478
1029
  #: includes/profile.php:798
1030
+ #: shortcodes/pmpro_account.php:181
1031
  msgid "Email"
1032
  msgstr ""
1033
 
1034
  #: pages/account.php:55
1035
  #: shortcodes/pmpro_account.php:191
1036
+ #: shortcodes/pmpro_account.php:198
1037
  msgid "Edit Profile"
1038
  msgstr "Uredi Profil"
1039
 
1047
  #: includes/profile.php:917
1048
  #: includes/profile.php:920
1049
  #: includes/profile.php:957
1050
+ #: shortcodes/pmpro_account.php:202
1051
  msgid "Change Password"
1052
  msgstr "Promijnite Lozinku"
1053
 
1063
 
1064
  #: pages/account.php:125
1065
  #: shortcodes/pmpro_account.php:219
1066
+ #: shortcodes/pmpro_account.php:226
1067
  msgid "Past Invoices"
1068
  msgstr "Stare Fakture"
1069
 
1070
  #: pages/account.php:140
1071
  #: shortcodes/pmpro_account.php:264
1072
+ #: shortcodes/pmpro_account.php:271
1073
  msgid "View All Invoices"
1074
  msgstr "Prikaži Sve Fakture"
1075
 
1076
  #: pages/account.php:146
1077
  #: shortcodes/pmpro_account.php:271
1078
+ #: shortcodes/pmpro_account.php:278
1079
  msgid "Member Links"
1080
  msgstr "Korisnički Linkovi"
1081
 
1539
  #: pages/confirmation.php:138
1540
  #: shortcodes/pmpro_account.php:247
1541
  #: pages/confirmation.php:65
1542
+ #: shortcodes/pmpro_account.php:254
1543
  msgid "Pending"
1544
  msgstr "Na čekanju"
1545
 
3018
  #: adminpages/orders.php:1434
3019
  #: includes/profile.php:455
3020
  #: includes/profile.php:541
3021
+ #: shortcodes/pmpro_account.php:233
3022
  msgid "Status"
3023
  msgstr "Status"
3024
 
5127
  #: includes/profile.php:556
5128
  #: includes/profile.php:557
5129
  #: includes/profile.php:558
5130
+ #: shortcodes/pmpro_account.php:261
5131
  msgid "N/A"
5132
  msgstr ""
5133
 
10724
  #: includes/menus.php:79
10725
  #: includes/menus.php:169
10726
  #: shortcodes/pmpro_account.php:198
10727
+ #: shortcodes/pmpro_account.php:205
10728
  msgid "Log Out"
10729
  msgstr ""
10730
 
10898
  #: pages/invoice.php:43
10899
  #: shortcodes/pmpro_account.php:244
10900
  #: adminpages/orders.php:1705
10901
+ #: shortcodes/pmpro_account.php:251
10902
  msgid "Paid"
10903
  msgstr ""
10904
 
11246
  msgstr ""
11247
 
11248
  #: shortcodes/pmpro_account.php:158
11249
+ #: shortcodes/pmpro_account.php:165
11250
  msgid "View all Membership Options"
11251
  msgstr ""
11252
 
11253
  #: shortcodes/pmpro_account.php:225
11254
+ #: shortcodes/pmpro_account.php:232
11255
  msgid "Amount"
11256
  msgstr ""
11257
 
11258
  #: shortcodes/pmpro_account.php:249
11259
+ #: shortcodes/pmpro_account.php:256
11260
  msgid "Refunded"
11261
  msgstr ""
11262
 
11439
  #: js/blocks.build.js:790
11440
  #: js/blocks.build.js:891
11441
  #: blocks/checkout-button/block.js:71
11442
+ #: js/blocks.build.js:1
11443
  msgid "Button Text"
11444
  msgstr ""
11445
 
11448
  #: js/blocks.build.js:807
11449
  #: js/blocks.build.js:910
11450
  #: blocks/checkout-button/block.js:82
11451
+ #: js/blocks.build.js:1
11452
  msgid "CSS Class"
11453
  msgstr ""
11454
 
11455
  #: blocks/checkout-button/inspector.js:32
11456
  #: js/blocks.build.js:892
11457
+ #: js/blocks.build.js:1
11458
  msgid "Text for checkout button"
11459
  msgstr ""
11460
 
11461
  #: blocks/checkout-button/inspector.js:40
11462
  #: js/blocks.build.js:901
11463
+ #: js/blocks.build.js:1
11464
  msgid "The level to link to for checkout button"
11465
  msgstr ""
11466
 
11467
  #: blocks/checkout-button/inspector.js:49
11468
  #: js/blocks.build.js:911
11469
+ #: js/blocks.build.js:1
11470
  msgid "Additional styling for checkout button"
11471
  msgstr ""
11472
 
11786
  msgstr ""
11787
 
11788
  #: shortcodes/pmpro_account.php:145
11789
+ #: shortcodes/pmpro_account.php:152
11790
  msgctxt "A dash is shown when there is no expiration date."
11791
  msgid "&#8212;"
11792
  msgstr ""
13194
  #: blocks/membership/block.js:130
13195
  msgid "Membership Required"
13196
  msgstr ""
13197
+
13198
+ #: blocks/account-profile-section/block.js:24
13199
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
13200
+ msgstr ""
13201
+
13202
+ #: blocks/login/block.js:26
13203
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
13204
+ msgstr ""
13205
+
13206
+ #: blocks/member-profile-edit/block.js:20
13207
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
13208
+ msgstr ""
13209
+
13210
+ #: blocks/membership/block.js:42
13211
+ msgid "conditional"
13212
+ msgstr ""
languages/paid-memberships-pro-sv_SE.mo CHANGED
Binary file
languages/paid-memberships-pro-sv_SE.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:51+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -343,6 +343,7 @@ msgstr "WordPress.org"
343
  #: includes/profile.php:556
344
  #: includes/profile.php:557
345
  #: includes/profile.php:558
 
346
  msgid "N/A"
347
  msgstr "N/A"
348
 
@@ -566,6 +567,7 @@ msgstr "Betal-gateway &amp; SSL"
566
  #: adminpages/orders.php:1556
567
  #: includes/profile.php:478
568
  #: includes/profile.php:798
 
569
  msgid "Email"
570
  msgstr "E-post"
571
 
@@ -3119,6 +3121,7 @@ msgstr "%d medlemmar hittades."
3119
  #: adminpages/reports/login.php:183
3120
  #: adminpages/emailtemplates.php:122
3121
  #: classes/class.memberorder.php:1012
 
3122
  msgid "Username"
3123
  msgstr "Användarnamn"
3124
 
@@ -3790,6 +3793,7 @@ msgstr "Utgångsår"
3790
  #: adminpages/orders.php:1434
3791
  #: includes/profile.php:455
3792
  #: includes/profile.php:541
 
3793
  msgid "Status"
3794
  msgstr "Status"
3795
 
@@ -3995,6 +3999,7 @@ msgstr "Genereras av Betal-gateway. Användbar för korshänvisning av ordrar."
3995
  #: adminpages/orders.php:1342
3996
  #: adminpages/orders.php:1435
3997
  #: includes/profile.php:449
 
3998
  msgid "Date"
3999
  msgstr "Datum"
4000
 
@@ -9406,6 +9411,8 @@ msgstr "logga ut"
9406
  #: adminpages/orders.php:1429
9407
  #: includes/profile.php:451
9408
  #: includes/profile.php:536
 
 
9409
  msgid "Level"
9410
  msgstr "Nivå"
9411
 
@@ -10217,6 +10224,7 @@ msgstr "Nedan finns information om ditt medlemskonto. Ett välkomstmeddelande ha
10217
  #: pages/confirmation.php:138
10218
  #: shortcodes/pmpro_account.php:247
10219
  #: pages/confirmation.php:65
 
10220
  msgid "Pending"
10221
  msgstr "Väntande"
10222
 
@@ -10903,6 +10911,7 @@ msgstr "Ändra"
10903
  #: shortcodes/pmpro_account.php:90
10904
  #: shortcodes/pmpro_account.php:92
10905
  #: shortcodes/pmpro_account.php:158
 
10906
  msgid "View all Membership Options"
10907
  msgstr "Visa Medlemskapsalternativen"
10908
 
@@ -10913,6 +10922,7 @@ msgstr "Visa Medlemskapsalternativen"
10913
  #: shortcodes/pmpro_account.php:99
10914
  #: shortcodes/pmpro_account.php:101
10915
  #: shortcodes/pmpro_account.php:167
 
10916
  msgid "My Account"
10917
  msgstr "Mitt konto"
10918
 
@@ -10923,6 +10933,7 @@ msgstr "Mitt konto"
10923
  #: shortcodes/pmpro_account.php:110
10924
  #: shortcodes/pmpro_account.php:112
10925
  #: shortcodes/pmpro_account.php:191
 
10926
  msgid "Edit Profile"
10927
  msgstr "Redigera profil"
10928
 
@@ -10941,6 +10952,7 @@ msgstr "Redigera profil"
10941
  #: includes/profile.php:917
10942
  #: includes/profile.php:920
10943
  #: includes/profile.php:957
 
10944
  msgid "Change Password"
10945
  msgstr "Ändra lösenord"
10946
 
@@ -10951,6 +10963,7 @@ msgstr "Ändra lösenord"
10951
  #: shortcodes/pmpro_account.php:118
10952
  #: shortcodes/pmpro_account.php:120
10953
  #: shortcodes/pmpro_account.php:219
 
10954
  msgid "Past Invoices"
10955
  msgstr "Tidigare fakturor"
10956
 
@@ -10959,6 +10972,7 @@ msgstr "Tidigare fakturor"
10959
  #: shortcodes/pmpro_account.php:124
10960
  #: shortcodes/pmpro_account.php:126
10961
  #: shortcodes/pmpro_account.php:225
 
10962
  msgid "Amount"
10963
  msgstr "Summa"
10964
 
@@ -10969,6 +10983,7 @@ msgstr "Summa"
10969
  #: shortcodes/pmpro_account.php:152
10970
  #: shortcodes/pmpro_account.php:154
10971
  #: shortcodes/pmpro_account.php:264
 
10972
  msgid "View All Invoices"
10973
  msgstr "Visa alla fakturor"
10974
 
@@ -10979,6 +10994,7 @@ msgstr "Visa alla fakturor"
10979
  #: shortcodes/pmpro_account.php:159
10980
  #: shortcodes/pmpro_account.php:161
10981
  #: shortcodes/pmpro_account.php:271
 
10982
  msgid "Member Links"
10983
  msgstr "Medlemslänkar"
10984
 
@@ -16198,6 +16214,7 @@ msgstr ""
16198
  #: includes/menus.php:79
16199
  #: includes/menus.php:169
16200
  #: shortcodes/pmpro_account.php:198
 
16201
  msgid "Log Out"
16202
  msgstr ""
16203
 
@@ -16366,6 +16383,7 @@ msgstr ""
16366
  #: pages/invoice.php:43
16367
  #: shortcodes/pmpro_account.php:244
16368
  #: adminpages/orders.php:1705
 
16369
  msgid "Paid"
16370
  msgstr ""
16371
 
@@ -16625,6 +16643,7 @@ msgid "A member's Braintree subscription has expired at %s"
16625
  msgstr ""
16626
 
16627
  #: shortcodes/pmpro_account.php:249
 
16628
  msgid "Refunded"
16629
  msgstr ""
16630
 
@@ -16807,6 +16826,7 @@ msgstr ""
16807
  #: js/blocks.build.js:790
16808
  #: js/blocks.build.js:891
16809
  #: blocks/checkout-button/block.js:71
 
16810
  msgid "Button Text"
16811
  msgstr ""
16812
 
@@ -16815,21 +16835,25 @@ msgstr ""
16815
  #: js/blocks.build.js:807
16816
  #: js/blocks.build.js:910
16817
  #: blocks/checkout-button/block.js:82
 
16818
  msgid "CSS Class"
16819
  msgstr ""
16820
 
16821
  #: blocks/checkout-button/inspector.js:32
16822
  #: js/blocks.build.js:892
 
16823
  msgid "Text for checkout button"
16824
  msgstr ""
16825
 
16826
  #: blocks/checkout-button/inspector.js:40
16827
  #: js/blocks.build.js:901
 
16828
  msgid "The level to link to for checkout button"
16829
  msgstr ""
16830
 
16831
  #: blocks/checkout-button/inspector.js:49
16832
  #: js/blocks.build.js:911
 
16833
  msgid "Additional styling for checkout button"
16834
  msgstr ""
16835
 
@@ -17143,6 +17167,7 @@ msgid "Missing key."
17143
  msgstr ""
17144
 
17145
  #: shortcodes/pmpro_account.php:145
 
17146
  msgctxt "A dash is shown when there is no expiration date."
17147
  msgid "&#8212;"
17148
  msgstr ""
@@ -18541,3 +18566,19 @@ msgstr ""
18541
  #: blocks/membership/block.js:130
18542
  msgid "Membership Required"
18543
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:27+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
343
  #: includes/profile.php:556
344
  #: includes/profile.php:557
345
  #: includes/profile.php:558
346
+ #: shortcodes/pmpro_account.php:261
347
  msgid "N/A"
348
  msgstr "N/A"
349
 
567
  #: adminpages/orders.php:1556
568
  #: includes/profile.php:478
569
  #: includes/profile.php:798
570
+ #: shortcodes/pmpro_account.php:181
571
  msgid "Email"
572
  msgstr "E-post"
573
 
3121
  #: adminpages/reports/login.php:183
3122
  #: adminpages/emailtemplates.php:122
3123
  #: classes/class.memberorder.php:1012
3124
+ #: shortcodes/pmpro_account.php:180
3125
  msgid "Username"
3126
  msgstr "Användarnamn"
3127
 
3793
  #: adminpages/orders.php:1434
3794
  #: includes/profile.php:455
3795
  #: includes/profile.php:541
3796
+ #: shortcodes/pmpro_account.php:233
3797
  msgid "Status"
3798
  msgstr "Status"
3799
 
3999
  #: adminpages/orders.php:1342
4000
  #: adminpages/orders.php:1435
4001
  #: includes/profile.php:449
4002
+ #: shortcodes/pmpro_account.php:230
4003
  msgid "Date"
4004
  msgstr "Datum"
4005
 
9411
  #: adminpages/orders.php:1429
9412
  #: includes/profile.php:451
9413
  #: includes/profile.php:536
9414
+ #: shortcodes/pmpro_account.php:231
9415
+ #: js/blocks.build.js:1
9416
  msgid "Level"
9417
  msgstr "Nivå"
9418
 
10224
  #: pages/confirmation.php:138
10225
  #: shortcodes/pmpro_account.php:247
10226
  #: pages/confirmation.php:65
10227
+ #: shortcodes/pmpro_account.php:254
10228
  msgid "Pending"
10229
  msgstr "Väntande"
10230
 
10911
  #: shortcodes/pmpro_account.php:90
10912
  #: shortcodes/pmpro_account.php:92
10913
  #: shortcodes/pmpro_account.php:158
10914
+ #: shortcodes/pmpro_account.php:165
10915
  msgid "View all Membership Options"
10916
  msgstr "Visa Medlemskapsalternativen"
10917
 
10922
  #: shortcodes/pmpro_account.php:99
10923
  #: shortcodes/pmpro_account.php:101
10924
  #: shortcodes/pmpro_account.php:167
10925
+ #: shortcodes/pmpro_account.php:174
10926
  msgid "My Account"
10927
  msgstr "Mitt konto"
10928
 
10933
  #: shortcodes/pmpro_account.php:110
10934
  #: shortcodes/pmpro_account.php:112
10935
  #: shortcodes/pmpro_account.php:191
10936
+ #: shortcodes/pmpro_account.php:198
10937
  msgid "Edit Profile"
10938
  msgstr "Redigera profil"
10939
 
10952
  #: includes/profile.php:917
10953
  #: includes/profile.php:920
10954
  #: includes/profile.php:957
10955
+ #: shortcodes/pmpro_account.php:202
10956
  msgid "Change Password"
10957
  msgstr "Ändra lösenord"
10958
 
10963
  #: shortcodes/pmpro_account.php:118
10964
  #: shortcodes/pmpro_account.php:120
10965
  #: shortcodes/pmpro_account.php:219
10966
+ #: shortcodes/pmpro_account.php:226
10967
  msgid "Past Invoices"
10968
  msgstr "Tidigare fakturor"
10969
 
10972
  #: shortcodes/pmpro_account.php:124
10973
  #: shortcodes/pmpro_account.php:126
10974
  #: shortcodes/pmpro_account.php:225
10975
+ #: shortcodes/pmpro_account.php:232
10976
  msgid "Amount"
10977
  msgstr "Summa"
10978
 
10983
  #: shortcodes/pmpro_account.php:152
10984
  #: shortcodes/pmpro_account.php:154
10985
  #: shortcodes/pmpro_account.php:264
10986
+ #: shortcodes/pmpro_account.php:271
10987
  msgid "View All Invoices"
10988
  msgstr "Visa alla fakturor"
10989
 
10994
  #: shortcodes/pmpro_account.php:159
10995
  #: shortcodes/pmpro_account.php:161
10996
  #: shortcodes/pmpro_account.php:271
10997
+ #: shortcodes/pmpro_account.php:278
10998
  msgid "Member Links"
10999
  msgstr "Medlemslänkar"
11000
 
16214
  #: includes/menus.php:79
16215
  #: includes/menus.php:169
16216
  #: shortcodes/pmpro_account.php:198
16217
+ #: shortcodes/pmpro_account.php:205
16218
  msgid "Log Out"
16219
  msgstr ""
16220
 
16383
  #: pages/invoice.php:43
16384
  #: shortcodes/pmpro_account.php:244
16385
  #: adminpages/orders.php:1705
16386
+ #: shortcodes/pmpro_account.php:251
16387
  msgid "Paid"
16388
  msgstr ""
16389
 
16643
  msgstr ""
16644
 
16645
  #: shortcodes/pmpro_account.php:249
16646
+ #: shortcodes/pmpro_account.php:256
16647
  msgid "Refunded"
16648
  msgstr ""
16649
 
16826
  #: js/blocks.build.js:790
16827
  #: js/blocks.build.js:891
16828
  #: blocks/checkout-button/block.js:71
16829
+ #: js/blocks.build.js:1
16830
  msgid "Button Text"
16831
  msgstr ""
16832
 
16835
  #: js/blocks.build.js:807
16836
  #: js/blocks.build.js:910
16837
  #: blocks/checkout-button/block.js:82
16838
+ #: js/blocks.build.js:1
16839
  msgid "CSS Class"
16840
  msgstr ""
16841
 
16842
  #: blocks/checkout-button/inspector.js:32
16843
  #: js/blocks.build.js:892
16844
+ #: js/blocks.build.js:1
16845
  msgid "Text for checkout button"
16846
  msgstr ""
16847
 
16848
  #: blocks/checkout-button/inspector.js:40
16849
  #: js/blocks.build.js:901
16850
+ #: js/blocks.build.js:1
16851
  msgid "The level to link to for checkout button"
16852
  msgstr ""
16853
 
16854
  #: blocks/checkout-button/inspector.js:49
16855
  #: js/blocks.build.js:911
16856
+ #: js/blocks.build.js:1
16857
  msgid "Additional styling for checkout button"
16858
  msgstr ""
16859
 
17167
  msgstr ""
17168
 
17169
  #: shortcodes/pmpro_account.php:145
17170
+ #: shortcodes/pmpro_account.php:152
17171
  msgctxt "A dash is shown when there is no expiration date."
17172
  msgid "&#8212;"
17173
  msgstr ""
18566
  #: blocks/membership/block.js:130
18567
  msgid "Membership Required"
18568
  msgstr ""
18569
+
18570
+ #: blocks/account-profile-section/block.js:24
18571
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
18572
+ msgstr ""
18573
+
18574
+ #: blocks/login/block.js:26
18575
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
18576
+ msgstr ""
18577
+
18578
+ #: blocks/member-profile-edit/block.js:20
18579
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
18580
+ msgstr ""
18581
+
18582
+ #: blocks/membership/block.js:42
18583
+ msgid "conditional"
18584
+ msgstr ""
languages/paid-memberships-pro-tr_TR.mo CHANGED
Binary file
languages/paid-memberships-pro-tr_TR.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:53+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -201,6 +201,7 @@ msgstr "Ödeme Kanalı &amp; SSL"
201
  #: adminpages/orders.php:1556
202
  #: includes/profile.php:478
203
  #: includes/profile.php:798
 
204
  msgid "Email"
205
  msgstr "Email"
206
 
@@ -1842,6 +1843,7 @@ msgstr "%d üye bulunamadı."
1842
  #: adminpages/reports/login.php:183
1843
  #: adminpages/emailtemplates.php:122
1844
  #: classes/class.memberorder.php:1012
 
1845
  msgid "Username"
1846
  msgstr "Kullanıcı Adı"
1847
 
@@ -2297,6 +2299,7 @@ msgstr "Geçerlilik Yılı"
2297
  #: adminpages/orders.php:1434
2298
  #: includes/profile.php:455
2299
  #: includes/profile.php:541
 
2300
  msgid "Status"
2301
  msgstr "Durum"
2302
 
@@ -2462,6 +2465,7 @@ msgstr "Ağ geçidi tarafından oluşturulan. Çapraz sipariş referansları."
2462
  #: adminpages/orders.php:1342
2463
  #: adminpages/orders.php:1435
2464
  #: includes/profile.php:449
 
2465
  msgid "Date"
2466
  msgstr "Tarih"
2467
 
@@ -5058,6 +5062,8 @@ msgstr "Üyeliğiniz <strong>aktif</strong>."
5058
  #: adminpages/orders.php:1429
5059
  #: includes/profile.php:451
5060
  #: includes/profile.php:536
 
 
5061
  msgid "Level"
5062
  msgstr "Seviye"
5063
 
@@ -5120,12 +5126,14 @@ msgstr "İlk %d ödemeler mal olacak %s."
5120
  #: pages/account.php:50
5121
  #: pages/account.php:46
5122
  #: shortcodes/pmpro_account.php:167
 
5123
  msgid "My Account"
5124
  msgstr "Hesabım"
5125
 
5126
  #: pages/account.php:59
5127
  #: pages/account.php:55
5128
  #: shortcodes/pmpro_account.php:191
 
5129
  msgid "Edit Profile"
5130
  msgstr "Profili Düzenle"
5131
 
@@ -5140,6 +5148,7 @@ msgstr "Profili Düzenle"
5140
  #: includes/profile.php:917
5141
  #: includes/profile.php:920
5142
  #: includes/profile.php:957
 
5143
  msgid "Change Password"
5144
  msgstr "Parola Değiştir"
5145
 
@@ -5171,18 +5180,21 @@ msgstr "Fatura bilgileri düzenle"
5171
  #: pages/account.php:129
5172
  #: pages/account.php:125
5173
  #: shortcodes/pmpro_account.php:219
 
5174
  msgid "Past Invoices"
5175
  msgstr "Geçmiş Faturalar"
5176
 
5177
  #: pages/account.php:144
5178
  #: pages/account.php:140
5179
  #: shortcodes/pmpro_account.php:264
 
5180
  msgid "View All Invoices"
5181
  msgstr "Tüm Faturalar"
5182
 
5183
  #: pages/account.php:150
5184
  #: pages/account.php:146
5185
  #: shortcodes/pmpro_account.php:271
 
5186
  msgid "Member Links"
5187
  msgstr "Üye Linkleri"
5188
 
@@ -5796,6 +5808,7 @@ msgstr "Aşağıda detayları bulunana üyeliğinizde ilgili bir hoş geldiniz e
5796
  #: pages/confirmation.php:138
5797
  #: shortcodes/pmpro_account.php:247
5798
  #: pages/confirmation.php:65
 
5799
  msgid "Pending"
5800
  msgstr "Bekleniyor"
5801
 
@@ -6467,6 +6480,7 @@ msgstr ""
6467
  #: includes/profile.php:556
6468
  #: includes/profile.php:557
6469
  #: includes/profile.php:558
 
6470
  msgid "N/A"
6471
  msgstr ""
6472
 
@@ -11877,6 +11891,7 @@ msgstr ""
11877
  #: includes/menus.php:79
11878
  #: includes/menus.php:169
11879
  #: shortcodes/pmpro_account.php:198
 
11880
  msgid "Log Out"
11881
  msgstr ""
11882
 
@@ -12050,6 +12065,7 @@ msgstr ""
12050
  #: pages/invoice.php:43
12051
  #: shortcodes/pmpro_account.php:244
12052
  #: adminpages/orders.php:1705
 
12053
  msgid "Paid"
12054
  msgstr ""
12055
 
@@ -12416,14 +12432,17 @@ msgid "Change"
12416
  msgstr ""
12417
 
12418
  #: shortcodes/pmpro_account.php:158
 
12419
  msgid "View all Membership Options"
12420
  msgstr ""
12421
 
12422
  #: shortcodes/pmpro_account.php:225
 
12423
  msgid "Amount"
12424
  msgstr ""
12425
 
12426
  #: shortcodes/pmpro_account.php:249
 
12427
  msgid "Refunded"
12428
  msgstr ""
12429
 
@@ -12606,6 +12625,7 @@ msgstr ""
12606
  #: js/blocks.build.js:790
12607
  #: js/blocks.build.js:891
12608
  #: blocks/checkout-button/block.js:71
 
12609
  msgid "Button Text"
12610
  msgstr ""
12611
 
@@ -12614,21 +12634,25 @@ msgstr ""
12614
  #: js/blocks.build.js:807
12615
  #: js/blocks.build.js:910
12616
  #: blocks/checkout-button/block.js:82
 
12617
  msgid "CSS Class"
12618
  msgstr ""
12619
 
12620
  #: blocks/checkout-button/inspector.js:32
12621
  #: js/blocks.build.js:892
 
12622
  msgid "Text for checkout button"
12623
  msgstr ""
12624
 
12625
  #: blocks/checkout-button/inspector.js:40
12626
  #: js/blocks.build.js:901
 
12627
  msgid "The level to link to for checkout button"
12628
  msgstr ""
12629
 
12630
  #: blocks/checkout-button/inspector.js:49
12631
  #: js/blocks.build.js:911
 
12632
  msgid "Additional styling for checkout button"
12633
  msgstr ""
12634
 
@@ -12948,6 +12972,7 @@ msgid "Missing key."
12948
  msgstr ""
12949
 
12950
  #: shortcodes/pmpro_account.php:145
 
12951
  msgctxt "A dash is shown when there is no expiration date."
12952
  msgid "&#8212;"
12953
  msgstr ""
@@ -14355,3 +14380,19 @@ msgstr ""
14355
  #: blocks/membership/block.js:130
14356
  msgid "Membership Required"
14357
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:29+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
201
  #: adminpages/orders.php:1556
202
  #: includes/profile.php:478
203
  #: includes/profile.php:798
204
+ #: shortcodes/pmpro_account.php:181
205
  msgid "Email"
206
  msgstr "Email"
207
 
1843
  #: adminpages/reports/login.php:183
1844
  #: adminpages/emailtemplates.php:122
1845
  #: classes/class.memberorder.php:1012
1846
+ #: shortcodes/pmpro_account.php:180
1847
  msgid "Username"
1848
  msgstr "Kullanıcı Adı"
1849
 
2299
  #: adminpages/orders.php:1434
2300
  #: includes/profile.php:455
2301
  #: includes/profile.php:541
2302
+ #: shortcodes/pmpro_account.php:233
2303
  msgid "Status"
2304
  msgstr "Durum"
2305
 
2465
  #: adminpages/orders.php:1342
2466
  #: adminpages/orders.php:1435
2467
  #: includes/profile.php:449
2468
+ #: shortcodes/pmpro_account.php:230
2469
  msgid "Date"
2470
  msgstr "Tarih"
2471
 
5062
  #: adminpages/orders.php:1429
5063
  #: includes/profile.php:451
5064
  #: includes/profile.php:536
5065
+ #: shortcodes/pmpro_account.php:231
5066
+ #: js/blocks.build.js:1
5067
  msgid "Level"
5068
  msgstr "Seviye"
5069
 
5126
  #: pages/account.php:50
5127
  #: pages/account.php:46
5128
  #: shortcodes/pmpro_account.php:167
5129
+ #: shortcodes/pmpro_account.php:174
5130
  msgid "My Account"
5131
  msgstr "Hesabım"
5132
 
5133
  #: pages/account.php:59
5134
  #: pages/account.php:55
5135
  #: shortcodes/pmpro_account.php:191
5136
+ #: shortcodes/pmpro_account.php:198
5137
  msgid "Edit Profile"
5138
  msgstr "Profili Düzenle"
5139
 
5148
  #: includes/profile.php:917
5149
  #: includes/profile.php:920
5150
  #: includes/profile.php:957
5151
+ #: shortcodes/pmpro_account.php:202
5152
  msgid "Change Password"
5153
  msgstr "Parola Değiştir"
5154
 
5180
  #: pages/account.php:129
5181
  #: pages/account.php:125
5182
  #: shortcodes/pmpro_account.php:219
5183
+ #: shortcodes/pmpro_account.php:226
5184
  msgid "Past Invoices"
5185
  msgstr "Geçmiş Faturalar"
5186
 
5187
  #: pages/account.php:144
5188
  #: pages/account.php:140
5189
  #: shortcodes/pmpro_account.php:264
5190
+ #: shortcodes/pmpro_account.php:271
5191
  msgid "View All Invoices"
5192
  msgstr "Tüm Faturalar"
5193
 
5194
  #: pages/account.php:150
5195
  #: pages/account.php:146
5196
  #: shortcodes/pmpro_account.php:271
5197
+ #: shortcodes/pmpro_account.php:278
5198
  msgid "Member Links"
5199
  msgstr "Üye Linkleri"
5200
 
5808
  #: pages/confirmation.php:138
5809
  #: shortcodes/pmpro_account.php:247
5810
  #: pages/confirmation.php:65
5811
+ #: shortcodes/pmpro_account.php:254
5812
  msgid "Pending"
5813
  msgstr "Bekleniyor"
5814
 
6480
  #: includes/profile.php:556
6481
  #: includes/profile.php:557
6482
  #: includes/profile.php:558
6483
+ #: shortcodes/pmpro_account.php:261
6484
  msgid "N/A"
6485
  msgstr ""
6486
 
11891
  #: includes/menus.php:79
11892
  #: includes/menus.php:169
11893
  #: shortcodes/pmpro_account.php:198
11894
+ #: shortcodes/pmpro_account.php:205
11895
  msgid "Log Out"
11896
  msgstr ""
11897
 
12065
  #: pages/invoice.php:43
12066
  #: shortcodes/pmpro_account.php:244
12067
  #: adminpages/orders.php:1705
12068
+ #: shortcodes/pmpro_account.php:251
12069
  msgid "Paid"
12070
  msgstr ""
12071
 
12432
  msgstr ""
12433
 
12434
  #: shortcodes/pmpro_account.php:158
12435
+ #: shortcodes/pmpro_account.php:165
12436
  msgid "View all Membership Options"
12437
  msgstr ""
12438
 
12439
  #: shortcodes/pmpro_account.php:225
12440
+ #: shortcodes/pmpro_account.php:232
12441
  msgid "Amount"
12442
  msgstr ""
12443
 
12444
  #: shortcodes/pmpro_account.php:249
12445
+ #: shortcodes/pmpro_account.php:256
12446
  msgid "Refunded"
12447
  msgstr ""
12448
 
12625
  #: js/blocks.build.js:790
12626
  #: js/blocks.build.js:891
12627
  #: blocks/checkout-button/block.js:71
12628
+ #: js/blocks.build.js:1
12629
  msgid "Button Text"
12630
  msgstr ""
12631
 
12634
  #: js/blocks.build.js:807
12635
  #: js/blocks.build.js:910
12636
  #: blocks/checkout-button/block.js:82
12637
+ #: js/blocks.build.js:1
12638
  msgid "CSS Class"
12639
  msgstr ""
12640
 
12641
  #: blocks/checkout-button/inspector.js:32
12642
  #: js/blocks.build.js:892
12643
+ #: js/blocks.build.js:1
12644
  msgid "Text for checkout button"
12645
  msgstr ""
12646
 
12647
  #: blocks/checkout-button/inspector.js:40
12648
  #: js/blocks.build.js:901
12649
+ #: js/blocks.build.js:1
12650
  msgid "The level to link to for checkout button"
12651
  msgstr ""
12652
 
12653
  #: blocks/checkout-button/inspector.js:49
12654
  #: js/blocks.build.js:911
12655
+ #: js/blocks.build.js:1
12656
  msgid "Additional styling for checkout button"
12657
  msgstr ""
12658
 
12972
  msgstr ""
12973
 
12974
  #: shortcodes/pmpro_account.php:145
12975
+ #: shortcodes/pmpro_account.php:152
12976
  msgctxt "A dash is shown when there is no expiration date."
12977
  msgid "&#8212;"
12978
  msgstr ""
14380
  #: blocks/membership/block.js:130
14381
  msgid "Membership Required"
14382
  msgstr ""
14383
+
14384
+ #: blocks/account-profile-section/block.js:24
14385
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
14386
+ msgstr ""
14387
+
14388
+ #: blocks/login/block.js:26
14389
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
14390
+ msgstr ""
14391
+
14392
+ #: blocks/member-profile-edit/block.js:20
14393
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
14394
+ msgstr ""
14395
+
14396
+ #: blocks/membership/block.js:42
14397
+ msgid "conditional"
14398
+ msgstr ""
languages/paid-memberships-pro-vi.mo CHANGED
Binary file
languages/paid-memberships-pro-vi.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:56+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -270,6 +270,7 @@ msgstr ""
270
  #: includes/profile.php:556
271
  #: includes/profile.php:557
272
  #: includes/profile.php:558
 
273
  msgid "N/A"
274
  msgstr ""
275
 
@@ -457,6 +458,7 @@ msgstr ""
457
  #: adminpages/orders.php:1556
458
  #: includes/profile.php:478
459
  #: includes/profile.php:798
 
460
  msgid "Email"
461
  msgstr ""
462
 
@@ -2558,6 +2560,7 @@ msgstr ""
2558
  #: adminpages/reports/login.php:183
2559
  #: adminpages/emailtemplates.php:122
2560
  #: classes/class.memberorder.php:1012
 
2561
  msgid "Username"
2562
  msgstr ""
2563
 
@@ -3051,6 +3054,7 @@ msgstr ""
3051
  #: adminpages/orders.php:1434
3052
  #: includes/profile.php:455
3053
  #: includes/profile.php:541
 
3054
  msgid "Status"
3055
  msgstr ""
3056
 
@@ -3210,6 +3214,7 @@ msgstr ""
3210
  #: adminpages/orders.php:1342
3211
  #: adminpages/orders.php:1435
3212
  #: includes/profile.php:449
 
3213
  msgid "Date"
3214
  msgstr ""
3215
 
@@ -7171,6 +7176,8 @@ msgstr "đăng xuất"
7171
  #: adminpages/orders.php:1429
7172
  #: includes/profile.php:451
7173
  #: includes/profile.php:536
 
 
7174
  msgid "Level"
7175
  msgstr "Kiểu/Cấp độ"
7176
 
@@ -7781,6 +7788,7 @@ msgstr "Dưới đây là chi tiết về tài khoản thành viên của bạn.
7781
  #: pages/confirmation.php:138
7782
  #: shortcodes/pmpro_account.php:247
7783
  #: pages/confirmation.php:65
 
7784
  msgid "Pending"
7785
  msgstr "Đang xử lý"
7786
 
@@ -8357,6 +8365,7 @@ msgstr "Thay đổi"
8357
  #: shortcodes/pmpro_account.php:90
8358
  #: pages/account.php:64
8359
  #: shortcodes/pmpro_account.php:158
 
8360
  msgid "View all Membership Options"
8361
  msgstr "Xem tất cả loại thành viên"
8362
 
@@ -8365,6 +8374,7 @@ msgstr "Xem tất cả loại thành viên"
8365
  #: pages/account.php:50
8366
  #: pages/account.php:71
8367
  #: shortcodes/pmpro_account.php:167
 
8368
  msgid "My Account"
8369
  msgstr "Tài khoản của tôi"
8370
 
@@ -8373,6 +8383,7 @@ msgstr "Tài khoản của tôi"
8373
  #: pages/account.php:59
8374
  #: pages/account.php:80
8375
  #: shortcodes/pmpro_account.php:191
 
8376
  msgid "Edit Profile"
8377
  msgstr "Sửa thông tin cá nhân"
8378
 
@@ -8389,6 +8400,7 @@ msgstr "Sửa thông tin cá nhân"
8389
  #: includes/profile.php:917
8390
  #: includes/profile.php:920
8391
  #: includes/profile.php:957
 
8392
  msgid "Change Password"
8393
  msgstr "Đổi mật khẩu"
8394
 
@@ -8397,12 +8409,14 @@ msgstr "Đổi mật khẩu"
8397
  #: pages/account.php:125
8398
  #: pages/account.php:129
8399
  #: shortcodes/pmpro_account.php:219
 
8400
  msgid "Past Invoices"
8401
  msgstr "Hóa đơn trước đó "
8402
 
8403
  #: shortcodes/pmpro_account.php:124
8404
  #: pages/account.php:93
8405
  #: shortcodes/pmpro_account.php:225
 
8406
  msgid "Amount"
8407
  msgstr "Số lượng"
8408
 
@@ -8411,6 +8425,7 @@ msgstr "Số lượng"
8411
  #: pages/account.php:140
8412
  #: pages/account.php:144
8413
  #: shortcodes/pmpro_account.php:264
 
8414
  msgid "View All Invoices"
8415
  msgstr "Xem tất cả các hoá đơn"
8416
 
@@ -8419,6 +8434,7 @@ msgstr "Xem tất cả các hoá đơn"
8419
  #: pages/account.php:146
8420
  #: pages/account.php:150
8421
  #: shortcodes/pmpro_account.php:271
 
8422
  msgid "Member Links"
8423
  msgstr "Các kiên kết của thành viên"
8424
 
@@ -13753,6 +13769,7 @@ msgstr ""
13753
  #: includes/menus.php:79
13754
  #: includes/menus.php:169
13755
  #: shortcodes/pmpro_account.php:198
 
13756
  msgid "Log Out"
13757
  msgstr ""
13758
 
@@ -13926,6 +13943,7 @@ msgstr ""
13926
  #: pages/invoice.php:43
13927
  #: shortcodes/pmpro_account.php:244
13928
  #: adminpages/orders.php:1705
 
13929
  msgid "Paid"
13930
  msgstr ""
13931
 
@@ -14205,6 +14223,7 @@ msgid "A member's Braintree subscription has expired at %s"
14205
  msgstr ""
14206
 
14207
  #: shortcodes/pmpro_account.php:249
 
14208
  msgid "Refunded"
14209
  msgstr ""
14210
 
@@ -14387,6 +14406,7 @@ msgstr ""
14387
  #: js/blocks.build.js:790
14388
  #: js/blocks.build.js:891
14389
  #: blocks/checkout-button/block.js:71
 
14390
  msgid "Button Text"
14391
  msgstr ""
14392
 
@@ -14395,21 +14415,25 @@ msgstr ""
14395
  #: js/blocks.build.js:807
14396
  #: js/blocks.build.js:910
14397
  #: blocks/checkout-button/block.js:82
 
14398
  msgid "CSS Class"
14399
  msgstr ""
14400
 
14401
  #: blocks/checkout-button/inspector.js:32
14402
  #: js/blocks.build.js:892
 
14403
  msgid "Text for checkout button"
14404
  msgstr ""
14405
 
14406
  #: blocks/checkout-button/inspector.js:40
14407
  #: js/blocks.build.js:901
 
14408
  msgid "The level to link to for checkout button"
14409
  msgstr ""
14410
 
14411
  #: blocks/checkout-button/inspector.js:49
14412
  #: js/blocks.build.js:911
 
14413
  msgid "Additional styling for checkout button"
14414
  msgstr ""
14415
 
@@ -14729,6 +14753,7 @@ msgid "Missing key."
14729
  msgstr ""
14730
 
14731
  #: shortcodes/pmpro_account.php:145
 
14732
  msgctxt "A dash is shown when there is no expiration date."
14733
  msgid "&#8212;"
14734
  msgstr ""
@@ -16131,3 +16156,19 @@ msgstr ""
16131
  #: blocks/membership/block.js:130
16132
  msgid "Membership Required"
16133
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:32+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
270
  #: includes/profile.php:556
271
  #: includes/profile.php:557
272
  #: includes/profile.php:558
273
+ #: shortcodes/pmpro_account.php:261
274
  msgid "N/A"
275
  msgstr ""
276
 
458
  #: adminpages/orders.php:1556
459
  #: includes/profile.php:478
460
  #: includes/profile.php:798
461
+ #: shortcodes/pmpro_account.php:181
462
  msgid "Email"
463
  msgstr ""
464
 
2560
  #: adminpages/reports/login.php:183
2561
  #: adminpages/emailtemplates.php:122
2562
  #: classes/class.memberorder.php:1012
2563
+ #: shortcodes/pmpro_account.php:180
2564
  msgid "Username"
2565
  msgstr ""
2566
 
3054
  #: adminpages/orders.php:1434
3055
  #: includes/profile.php:455
3056
  #: includes/profile.php:541
3057
+ #: shortcodes/pmpro_account.php:233
3058
  msgid "Status"
3059
  msgstr ""
3060
 
3214
  #: adminpages/orders.php:1342
3215
  #: adminpages/orders.php:1435
3216
  #: includes/profile.php:449
3217
+ #: shortcodes/pmpro_account.php:230
3218
  msgid "Date"
3219
  msgstr ""
3220
 
7176
  #: adminpages/orders.php:1429
7177
  #: includes/profile.php:451
7178
  #: includes/profile.php:536
7179
+ #: shortcodes/pmpro_account.php:231
7180
+ #: js/blocks.build.js:1
7181
  msgid "Level"
7182
  msgstr "Kiểu/Cấp độ"
7183
 
7788
  #: pages/confirmation.php:138
7789
  #: shortcodes/pmpro_account.php:247
7790
  #: pages/confirmation.php:65
7791
+ #: shortcodes/pmpro_account.php:254
7792
  msgid "Pending"
7793
  msgstr "Đang xử lý"
7794
 
8365
  #: shortcodes/pmpro_account.php:90
8366
  #: pages/account.php:64
8367
  #: shortcodes/pmpro_account.php:158
8368
+ #: shortcodes/pmpro_account.php:165
8369
  msgid "View all Membership Options"
8370
  msgstr "Xem tất cả loại thành viên"
8371
 
8374
  #: pages/account.php:50
8375
  #: pages/account.php:71
8376
  #: shortcodes/pmpro_account.php:167
8377
+ #: shortcodes/pmpro_account.php:174
8378
  msgid "My Account"
8379
  msgstr "Tài khoản của tôi"
8380
 
8383
  #: pages/account.php:59
8384
  #: pages/account.php:80
8385
  #: shortcodes/pmpro_account.php:191
8386
+ #: shortcodes/pmpro_account.php:198
8387
  msgid "Edit Profile"
8388
  msgstr "Sửa thông tin cá nhân"
8389
 
8400
  #: includes/profile.php:917
8401
  #: includes/profile.php:920
8402
  #: includes/profile.php:957
8403
+ #: shortcodes/pmpro_account.php:202
8404
  msgid "Change Password"
8405
  msgstr "Đổi mật khẩu"
8406
 
8409
  #: pages/account.php:125
8410
  #: pages/account.php:129
8411
  #: shortcodes/pmpro_account.php:219
8412
+ #: shortcodes/pmpro_account.php:226
8413
  msgid "Past Invoices"
8414
  msgstr "Hóa đơn trước đó "
8415
 
8416
  #: shortcodes/pmpro_account.php:124
8417
  #: pages/account.php:93
8418
  #: shortcodes/pmpro_account.php:225
8419
+ #: shortcodes/pmpro_account.php:232
8420
  msgid "Amount"
8421
  msgstr "Số lượng"
8422
 
8425
  #: pages/account.php:140
8426
  #: pages/account.php:144
8427
  #: shortcodes/pmpro_account.php:264
8428
+ #: shortcodes/pmpro_account.php:271
8429
  msgid "View All Invoices"
8430
  msgstr "Xem tất cả các hoá đơn"
8431
 
8434
  #: pages/account.php:146
8435
  #: pages/account.php:150
8436
  #: shortcodes/pmpro_account.php:271
8437
+ #: shortcodes/pmpro_account.php:278
8438
  msgid "Member Links"
8439
  msgstr "Các kiên kết của thành viên"
8440
 
13769
  #: includes/menus.php:79
13770
  #: includes/menus.php:169
13771
  #: shortcodes/pmpro_account.php:198
13772
+ #: shortcodes/pmpro_account.php:205
13773
  msgid "Log Out"
13774
  msgstr ""
13775
 
13943
  #: pages/invoice.php:43
13944
  #: shortcodes/pmpro_account.php:244
13945
  #: adminpages/orders.php:1705
13946
+ #: shortcodes/pmpro_account.php:251
13947
  msgid "Paid"
13948
  msgstr ""
13949
 
14223
  msgstr ""
14224
 
14225
  #: shortcodes/pmpro_account.php:249
14226
+ #: shortcodes/pmpro_account.php:256
14227
  msgid "Refunded"
14228
  msgstr ""
14229
 
14406
  #: js/blocks.build.js:790
14407
  #: js/blocks.build.js:891
14408
  #: blocks/checkout-button/block.js:71
14409
+ #: js/blocks.build.js:1
14410
  msgid "Button Text"
14411
  msgstr ""
14412
 
14415
  #: js/blocks.build.js:807
14416
  #: js/blocks.build.js:910
14417
  #: blocks/checkout-button/block.js:82
14418
+ #: js/blocks.build.js:1
14419
  msgid "CSS Class"
14420
  msgstr ""
14421
 
14422
  #: blocks/checkout-button/inspector.js:32
14423
  #: js/blocks.build.js:892
14424
+ #: js/blocks.build.js:1
14425
  msgid "Text for checkout button"
14426
  msgstr ""
14427
 
14428
  #: blocks/checkout-button/inspector.js:40
14429
  #: js/blocks.build.js:901
14430
+ #: js/blocks.build.js:1
14431
  msgid "The level to link to for checkout button"
14432
  msgstr ""
14433
 
14434
  #: blocks/checkout-button/inspector.js:49
14435
  #: js/blocks.build.js:911
14436
+ #: js/blocks.build.js:1
14437
  msgid "Additional styling for checkout button"
14438
  msgstr ""
14439
 
14753
  msgstr ""
14754
 
14755
  #: shortcodes/pmpro_account.php:145
14756
+ #: shortcodes/pmpro_account.php:152
14757
  msgctxt "A dash is shown when there is no expiration date."
14758
  msgid "&#8212;"
14759
  msgstr ""
16156
  #: blocks/membership/block.js:130
16157
  msgid "Membership Required"
16158
  msgstr ""
16159
+
16160
+ #: blocks/account-profile-section/block.js:24
16161
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
16162
+ msgstr ""
16163
+
16164
+ #: blocks/login/block.js:26
16165
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
16166
+ msgstr ""
16167
+
16168
+ #: blocks/member-profile-edit/block.js:20
16169
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
16170
+ msgstr ""
16171
+
16172
+ #: blocks/membership/block.js:42
16173
+ msgid "conditional"
16174
+ msgstr ""
languages/paid-memberships-pro-zh_HK.mo CHANGED
Binary file
languages/paid-memberships-pro-zh_HK.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:37:58+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -343,6 +343,7 @@ msgstr "WordPress.org"
343
  #: includes/profile.php:556
344
  #: includes/profile.php:557
345
  #: includes/profile.php:558
 
346
  msgid "N/A"
347
  msgstr "N/A"
348
 
@@ -566,6 +567,7 @@ msgstr "付款通道(payment gateway) &amp; SSL"
566
  #: adminpages/orders.php:1556
567
  #: includes/profile.php:478
568
  #: includes/profile.php:798
 
569
  msgid "Email"
570
  msgstr "電郵"
571
 
@@ -3119,6 +3121,7 @@ msgstr "%d 會員找到."
3119
  #: adminpages/reports/login.php:183
3120
  #: adminpages/emailtemplates.php:122
3121
  #: classes/class.memberorder.php:1012
 
3122
  msgid "Username"
3123
  msgstr "會員名"
3124
 
@@ -3790,6 +3793,7 @@ msgstr "限期年份"
3790
  #: adminpages/orders.php:1434
3791
  #: includes/profile.php:455
3792
  #: includes/profile.php:541
 
3793
  msgid "Status"
3794
  msgstr "狀態"
3795
 
@@ -3995,6 +3999,7 @@ msgstr "是網關入口生產的. 對訂閱有相互參照好處."
3995
  #: adminpages/orders.php:1342
3996
  #: adminpages/orders.php:1435
3997
  #: includes/profile.php:449
 
3998
  msgid "Date"
3999
  msgstr "日期"
4000
 
@@ -9423,6 +9428,8 @@ msgstr "登出"
9423
  #: adminpages/orders.php:1429
9424
  #: includes/profile.php:451
9425
  #: includes/profile.php:536
 
 
9426
  msgid "Level"
9427
  msgstr "程度"
9428
 
@@ -10234,6 +10241,7 @@ msgstr "以下是你的會籍戶口的資料. 一張歡迎的電郵已經寄給
10234
  #: pages/confirmation.php:138
10235
  #: shortcodes/pmpro_account.php:247
10236
  #: pages/confirmation.php:65
 
10237
  msgid "Pending"
10238
  msgstr "未決定"
10239
 
@@ -10920,6 +10928,7 @@ msgstr "改變"
10920
  #: shortcodes/pmpro_account.php:90
10921
  #: shortcodes/pmpro_account.php:92
10922
  #: shortcodes/pmpro_account.php:158
 
10923
  msgid "View all Membership Options"
10924
  msgstr "審視所有會籍的選擇"
10925
 
@@ -10930,6 +10939,7 @@ msgstr "審視所有會籍的選擇"
10930
  #: shortcodes/pmpro_account.php:99
10931
  #: shortcodes/pmpro_account.php:101
10932
  #: shortcodes/pmpro_account.php:167
 
10933
  msgid "My Account"
10934
  msgstr "我的戶口"
10935
 
@@ -10940,6 +10950,7 @@ msgstr "我的戶口"
10940
  #: shortcodes/pmpro_account.php:110
10941
  #: shortcodes/pmpro_account.php:112
10942
  #: shortcodes/pmpro_account.php:191
 
10943
  msgid "Edit Profile"
10944
  msgstr "編輯改變檔案"
10945
 
@@ -10958,6 +10969,7 @@ msgstr "編輯改變檔案"
10958
  #: includes/profile.php:917
10959
  #: includes/profile.php:920
10960
  #: includes/profile.php:957
 
10961
  msgid "Change Password"
10962
  msgstr "改變密碼"
10963
 
@@ -10968,6 +10980,7 @@ msgstr "改變密碼"
10968
  #: shortcodes/pmpro_account.php:118
10969
  #: shortcodes/pmpro_account.php:120
10970
  #: shortcodes/pmpro_account.php:219
 
10971
  msgid "Past Invoices"
10972
  msgstr "提交發票"
10973
 
@@ -10976,6 +10989,7 @@ msgstr "提交發票"
10976
  #: shortcodes/pmpro_account.php:124
10977
  #: shortcodes/pmpro_account.php:126
10978
  #: shortcodes/pmpro_account.php:225
 
10979
  msgid "Amount"
10980
  msgstr "數量"
10981
 
@@ -10986,6 +11000,7 @@ msgstr "數量"
10986
  #: shortcodes/pmpro_account.php:152
10987
  #: shortcodes/pmpro_account.php:154
10988
  #: shortcodes/pmpro_account.php:264
 
10989
  msgid "View All Invoices"
10990
  msgstr "審視所有發票"
10991
 
@@ -10996,6 +11011,7 @@ msgstr "審視所有發票"
10996
  #: shortcodes/pmpro_account.php:159
10997
  #: shortcodes/pmpro_account.php:161
10998
  #: shortcodes/pmpro_account.php:271
 
10999
  msgid "Member Links"
11000
  msgstr "會員聯繫"
11001
 
@@ -16281,6 +16297,7 @@ msgstr ""
16281
  #: includes/menus.php:79
16282
  #: includes/menus.php:169
16283
  #: shortcodes/pmpro_account.php:198
 
16284
  msgid "Log Out"
16285
  msgstr ""
16286
 
@@ -16449,6 +16466,7 @@ msgstr ""
16449
  #: pages/invoice.php:43
16450
  #: shortcodes/pmpro_account.php:244
16451
  #: adminpages/orders.php:1705
 
16452
  msgid "Paid"
16453
  msgstr ""
16454
 
@@ -16708,6 +16726,7 @@ msgid "A member's Braintree subscription has expired at %s"
16708
  msgstr ""
16709
 
16710
  #: shortcodes/pmpro_account.php:249
 
16711
  msgid "Refunded"
16712
  msgstr ""
16713
 
@@ -16890,6 +16909,7 @@ msgstr ""
16890
  #: js/blocks.build.js:790
16891
  #: js/blocks.build.js:891
16892
  #: blocks/checkout-button/block.js:71
 
16893
  msgid "Button Text"
16894
  msgstr ""
16895
 
@@ -16898,21 +16918,25 @@ msgstr ""
16898
  #: js/blocks.build.js:807
16899
  #: js/blocks.build.js:910
16900
  #: blocks/checkout-button/block.js:82
 
16901
  msgid "CSS Class"
16902
  msgstr ""
16903
 
16904
  #: blocks/checkout-button/inspector.js:32
16905
  #: js/blocks.build.js:892
 
16906
  msgid "Text for checkout button"
16907
  msgstr ""
16908
 
16909
  #: blocks/checkout-button/inspector.js:40
16910
  #: js/blocks.build.js:901
 
16911
  msgid "The level to link to for checkout button"
16912
  msgstr ""
16913
 
16914
  #: blocks/checkout-button/inspector.js:49
16915
  #: js/blocks.build.js:911
 
16916
  msgid "Additional styling for checkout button"
16917
  msgstr ""
16918
 
@@ -17226,6 +17250,7 @@ msgid "Missing key."
17226
  msgstr ""
17227
 
17228
  #: shortcodes/pmpro_account.php:145
 
17229
  msgctxt "A dash is shown when there is no expiration date."
17230
  msgid "&#8212;"
17231
  msgstr ""
@@ -18624,3 +18649,19 @@ msgstr ""
18624
  #: blocks/membership/block.js:130
18625
  msgid "Membership Required"
18626
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:48:34+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
343
  #: includes/profile.php:556
344
  #: includes/profile.php:557
345
  #: includes/profile.php:558
346
+ #: shortcodes/pmpro_account.php:261
347
  msgid "N/A"
348
  msgstr "N/A"
349
 
567
  #: adminpages/orders.php:1556
568
  #: includes/profile.php:478
569
  #: includes/profile.php:798
570
+ #: shortcodes/pmpro_account.php:181
571
  msgid "Email"
572
  msgstr "電郵"
573
 
3121
  #: adminpages/reports/login.php:183
3122
  #: adminpages/emailtemplates.php:122
3123
  #: classes/class.memberorder.php:1012
3124
+ #: shortcodes/pmpro_account.php:180
3125
  msgid "Username"
3126
  msgstr "會員名"
3127
 
3793
  #: adminpages/orders.php:1434
3794
  #: includes/profile.php:455
3795
  #: includes/profile.php:541
3796
+ #: shortcodes/pmpro_account.php:233
3797
  msgid "Status"
3798
  msgstr "狀態"
3799
 
3999
  #: adminpages/orders.php:1342
4000
  #: adminpages/orders.php:1435
4001
  #: includes/profile.php:449
4002
+ #: shortcodes/pmpro_account.php:230
4003
  msgid "Date"
4004
  msgstr "日期"
4005
 
9428
  #: adminpages/orders.php:1429
9429
  #: includes/profile.php:451
9430
  #: includes/profile.php:536
9431
+ #: shortcodes/pmpro_account.php:231
9432
+ #: js/blocks.build.js:1
9433
  msgid "Level"
9434
  msgstr "程度"
9435
 
10241
  #: pages/confirmation.php:138
10242
  #: shortcodes/pmpro_account.php:247
10243
  #: pages/confirmation.php:65
10244
+ #: shortcodes/pmpro_account.php:254
10245
  msgid "Pending"
10246
  msgstr "未決定"
10247
 
10928
  #: shortcodes/pmpro_account.php:90
10929
  #: shortcodes/pmpro_account.php:92
10930
  #: shortcodes/pmpro_account.php:158
10931
+ #: shortcodes/pmpro_account.php:165
10932
  msgid "View all Membership Options"
10933
  msgstr "審視所有會籍的選擇"
10934
 
10939
  #: shortcodes/pmpro_account.php:99
10940
  #: shortcodes/pmpro_account.php:101
10941
  #: shortcodes/pmpro_account.php:167
10942
+ #: shortcodes/pmpro_account.php:174
10943
  msgid "My Account"
10944
  msgstr "我的戶口"
10945
 
10950
  #: shortcodes/pmpro_account.php:110
10951
  #: shortcodes/pmpro_account.php:112
10952
  #: shortcodes/pmpro_account.php:191
10953
+ #: shortcodes/pmpro_account.php:198
10954
  msgid "Edit Profile"
10955
  msgstr "編輯改變檔案"
10956
 
10969
  #: includes/profile.php:917
10970
  #: includes/profile.php:920
10971
  #: includes/profile.php:957
10972
+ #: shortcodes/pmpro_account.php:202
10973
  msgid "Change Password"
10974
  msgstr "改變密碼"
10975
 
10980
  #: shortcodes/pmpro_account.php:118
10981
  #: shortcodes/pmpro_account.php:120
10982
  #: shortcodes/pmpro_account.php:219
10983
+ #: shortcodes/pmpro_account.php:226
10984
  msgid "Past Invoices"
10985
  msgstr "提交發票"
10986
 
10989
  #: shortcodes/pmpro_account.php:124
10990
  #: shortcodes/pmpro_account.php:126
10991
  #: shortcodes/pmpro_account.php:225
10992
+ #: shortcodes/pmpro_account.php:232
10993
  msgid "Amount"
10994
  msgstr "數量"
10995
 
11000
  #: shortcodes/pmpro_account.php:152
11001
  #: shortcodes/pmpro_account.php:154
11002
  #: shortcodes/pmpro_account.php:264
11003
+ #: shortcodes/pmpro_account.php:271
11004
  msgid "View All Invoices"
11005
  msgstr "審視所有發票"
11006
 
11011
  #: shortcodes/pmpro_account.php:159
11012
  #: shortcodes/pmpro_account.php:161
11013
  #: shortcodes/pmpro_account.php:271
11014
+ #: shortcodes/pmpro_account.php:278
11015
  msgid "Member Links"
11016
  msgstr "會員聯繫"
11017
 
16297
  #: includes/menus.php:79
16298
  #: includes/menus.php:169
16299
  #: shortcodes/pmpro_account.php:198
16300
+ #: shortcodes/pmpro_account.php:205
16301
  msgid "Log Out"
16302
  msgstr ""
16303
 
16466
  #: pages/invoice.php:43
16467
  #: shortcodes/pmpro_account.php:244
16468
  #: adminpages/orders.php:1705
16469
+ #: shortcodes/pmpro_account.php:251
16470
  msgid "Paid"
16471
  msgstr ""
16472
 
16726
  msgstr ""
16727
 
16728
  #: shortcodes/pmpro_account.php:249
16729
+ #: shortcodes/pmpro_account.php:256
16730
  msgid "Refunded"
16731
  msgstr ""
16732
 
16909
  #: js/blocks.build.js:790
16910
  #: js/blocks.build.js:891
16911
  #: blocks/checkout-button/block.js:71
16912
+ #: js/blocks.build.js:1
16913
  msgid "Button Text"
16914
  msgstr ""
16915
 
16918
  #: js/blocks.build.js:807
16919
  #: js/blocks.build.js:910
16920
  #: blocks/checkout-button/block.js:82
16921
+ #: js/blocks.build.js:1
16922
  msgid "CSS Class"
16923
  msgstr ""
16924
 
16925
  #: blocks/checkout-button/inspector.js:32
16926
  #: js/blocks.build.js:892
16927
+ #: js/blocks.build.js:1
16928
  msgid "Text for checkout button"
16929
  msgstr ""
16930
 
16931
  #: blocks/checkout-button/inspector.js:40
16932
  #: js/blocks.build.js:901
16933
+ #: js/blocks.build.js:1
16934
  msgid "The level to link to for checkout button"
16935
  msgstr ""
16936
 
16937
  #: blocks/checkout-button/inspector.js:49
16938
  #: js/blocks.build.js:911
16939
+ #: js/blocks.build.js:1
16940
  msgid "Additional styling for checkout button"
16941
  msgstr ""
16942
 
17250
  msgstr ""
17251
 
17252
  #: shortcodes/pmpro_account.php:145
17253
+ #: shortcodes/pmpro_account.php:152
17254
  msgctxt "A dash is shown when there is no expiration date."
17255
  msgid "&#8212;"
17256
  msgstr ""
18649
  #: blocks/membership/block.js:130
18650
  msgid "Membership Required"
18651
  msgstr ""
18652
+
18653
+ #: blocks/account-profile-section/block.js:24
18654
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
18655
+ msgstr ""
18656
+
18657
+ #: blocks/login/block.js:26
18658
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
18659
+ msgstr ""
18660
+
18661
+ #: blocks/member-profile-edit/block.js:20
18662
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
18663
+ msgstr ""
18664
+
18665
+ #: blocks/membership/block.js:42
18666
+ msgid "conditional"
18667
+ msgstr ""
languages/paid-memberships-pro.mo CHANGED
Binary file
languages/paid-memberships-pro.po CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:36:54+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -457,6 +457,7 @@ msgstr ""
457
  #: includes/profile.php:556
458
  #: includes/profile.php:557
459
  #: includes/profile.php:558
 
460
  msgid "N/A"
461
  msgstr ""
462
 
@@ -1043,6 +1044,7 @@ msgstr ""
1043
  #: adminpages/orders.php:1556
1044
  #: includes/profile.php:478
1045
  #: includes/profile.php:798
 
1046
  msgid "Email"
1047
  msgstr ""
1048
 
@@ -2474,6 +2476,7 @@ msgstr ""
2474
  #: adminpages/reports/login.php:183
2475
  #: adminpages/emailtemplates.php:122
2476
  #: classes/class.memberorder.php:1012
 
2477
  msgid "Username"
2478
  msgstr ""
2479
 
@@ -2553,6 +2556,8 @@ msgstr ""
2553
  #: adminpages/orders.php:1429
2554
  #: includes/profile.php:451
2555
  #: includes/profile.php:536
 
 
2556
  msgid "Level"
2557
  msgstr ""
2558
 
@@ -2896,6 +2901,7 @@ msgstr ""
2896
  #: adminpages/orders.php:1434
2897
  #: includes/profile.php:455
2898
  #: includes/profile.php:541
 
2899
  msgid "Status"
2900
  msgstr ""
2901
 
@@ -2964,6 +2970,7 @@ msgstr ""
2964
  #: adminpages/orders.php:1342
2965
  #: adminpages/orders.php:1435
2966
  #: includes/profile.php:449
 
2967
  msgid "Date"
2968
  msgstr ""
2969
 
@@ -17713,6 +17720,7 @@ msgstr ""
17713
  #: includes/login.php:974
17714
  #: includes/login.php:967
17715
  #: shortcodes/pmpro_account.php:198
 
17716
  msgid "Log Out"
17717
  msgstr ""
17718
 
@@ -17987,6 +17995,7 @@ msgstr ""
17987
  #: pages/invoice.php:43
17988
  #: shortcodes/pmpro_account.php:244
17989
  #: adminpages/orders.php:1705
 
17990
  msgid "Paid"
17991
  msgstr ""
17992
 
@@ -18294,6 +18303,7 @@ msgstr ""
18294
  #: includes/profile.php:917
18295
  #: includes/profile.php:920
18296
  #: includes/profile.php:957
 
18297
  msgid "Change Password"
18298
  msgstr ""
18299
 
@@ -19723,6 +19733,7 @@ msgstr ""
19723
  #: pages/confirmation.php:138
19724
  #: shortcodes/pmpro_account.php:247
19725
  #: pages/confirmation.php:65
 
19726
  msgid "Pending"
19727
  msgstr ""
19728
 
@@ -20573,6 +20584,7 @@ msgstr ""
20573
  #: shortcodes/pmpro_account.php:95
20574
  #: shortcodes/pmpro_account.php:144
20575
  #: shortcodes/pmpro_account.php:158
 
20576
  msgid "View all Membership Options"
20577
  msgstr ""
20578
 
@@ -20586,6 +20598,7 @@ msgstr ""
20586
  #: shortcodes/pmpro_account.php:104
20587
  #: shortcodes/pmpro_account.php:153
20588
  #: shortcodes/pmpro_account.php:167
 
20589
  msgid "My Account"
20590
  msgstr ""
20591
 
@@ -20598,6 +20611,7 @@ msgstr ""
20598
  #: shortcodes/pmpro_account.php:113
20599
  #: shortcodes/pmpro_account.php:115
20600
  #: shortcodes/pmpro_account.php:191
 
20601
  msgid "Edit Profile"
20602
  msgstr ""
20603
 
@@ -20611,6 +20625,7 @@ msgstr ""
20611
  #: shortcodes/pmpro_account.php:123
20612
  #: shortcodes/pmpro_account.php:199
20613
  #: shortcodes/pmpro_account.php:219
 
20614
  msgid "Past Invoices"
20615
  msgstr ""
20616
 
@@ -20622,6 +20637,7 @@ msgstr ""
20622
  #: shortcodes/pmpro_account.php:129
20623
  #: shortcodes/pmpro_account.php:205
20624
  #: shortcodes/pmpro_account.php:225
 
20625
  msgid "Amount"
20626
  msgstr ""
20627
 
@@ -20629,6 +20645,7 @@ msgstr ""
20629
  #: shortcodes/pmpro_account.php:153
20630
  #: shortcodes/pmpro_account.php:229
20631
  #: shortcodes/pmpro_account.php:249
 
20632
  msgid "Refunded"
20633
  msgstr ""
20634
 
@@ -20643,6 +20660,7 @@ msgstr ""
20643
  #: shortcodes/pmpro_account.php:168
20644
  #: shortcodes/pmpro_account.php:244
20645
  #: shortcodes/pmpro_account.php:264
 
20646
  msgid "View All Invoices"
20647
  msgstr ""
20648
 
@@ -20657,6 +20675,7 @@ msgstr ""
20657
  #: shortcodes/pmpro_account.php:175
20658
  #: shortcodes/pmpro_account.php:251
20659
  #: shortcodes/pmpro_account.php:271
 
20660
  msgid "Member Links"
20661
  msgstr ""
20662
 
@@ -23642,6 +23661,7 @@ msgstr ""
23642
  #: js/blocks.build.js:790
23643
  #: js/blocks.build.js:891
23644
  #: blocks/checkout-button/block.js:71
 
23645
  msgid "Button Text"
23646
  msgstr ""
23647
 
@@ -23650,21 +23670,25 @@ msgstr ""
23650
  #: js/blocks.build.js:807
23651
  #: js/blocks.build.js:910
23652
  #: blocks/checkout-button/block.js:82
 
23653
  msgid "CSS Class"
23654
  msgstr ""
23655
 
23656
  #: blocks/checkout-button/inspector.js:32
23657
  #: js/blocks.build.js:892
 
23658
  msgid "Text for checkout button"
23659
  msgstr ""
23660
 
23661
  #: blocks/checkout-button/inspector.js:40
23662
  #: js/blocks.build.js:901
 
23663
  msgid "The level to link to for checkout button"
23664
  msgstr ""
23665
 
23666
  #: blocks/checkout-button/inspector.js:49
23667
  #: js/blocks.build.js:911
 
23668
  msgid "Additional styling for checkout button"
23669
  msgstr ""
23670
 
@@ -23978,6 +24002,7 @@ msgid "Missing key."
23978
  msgstr ""
23979
 
23980
  #: shortcodes/pmpro_account.php:145
 
23981
  msgctxt "A dash is shown when there is no expiration date."
23982
  msgid "&#8212;"
23983
  msgstr ""
@@ -25314,3 +25339,19 @@ msgstr ""
25314
  #: blocks/membership/block.js:130
25315
  msgid "Membership Required"
25316
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:25+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
457
  #: includes/profile.php:556
458
  #: includes/profile.php:557
459
  #: includes/profile.php:558
460
+ #: shortcodes/pmpro_account.php:261
461
  msgid "N/A"
462
  msgstr ""
463
 
1044
  #: adminpages/orders.php:1556
1045
  #: includes/profile.php:478
1046
  #: includes/profile.php:798
1047
+ #: shortcodes/pmpro_account.php:181
1048
  msgid "Email"
1049
  msgstr ""
1050
 
2476
  #: adminpages/reports/login.php:183
2477
  #: adminpages/emailtemplates.php:122
2478
  #: classes/class.memberorder.php:1012
2479
+ #: shortcodes/pmpro_account.php:180
2480
  msgid "Username"
2481
  msgstr ""
2482
 
2556
  #: adminpages/orders.php:1429
2557
  #: includes/profile.php:451
2558
  #: includes/profile.php:536
2559
+ #: shortcodes/pmpro_account.php:231
2560
+ #: js/blocks.build.js:1
2561
  msgid "Level"
2562
  msgstr ""
2563
 
2901
  #: adminpages/orders.php:1434
2902
  #: includes/profile.php:455
2903
  #: includes/profile.php:541
2904
+ #: shortcodes/pmpro_account.php:233
2905
  msgid "Status"
2906
  msgstr ""
2907
 
2970
  #: adminpages/orders.php:1342
2971
  #: adminpages/orders.php:1435
2972
  #: includes/profile.php:449
2973
+ #: shortcodes/pmpro_account.php:230
2974
  msgid "Date"
2975
  msgstr ""
2976
 
17720
  #: includes/login.php:974
17721
  #: includes/login.php:967
17722
  #: shortcodes/pmpro_account.php:198
17723
+ #: shortcodes/pmpro_account.php:205
17724
  msgid "Log Out"
17725
  msgstr ""
17726
 
17995
  #: pages/invoice.php:43
17996
  #: shortcodes/pmpro_account.php:244
17997
  #: adminpages/orders.php:1705
17998
+ #: shortcodes/pmpro_account.php:251
17999
  msgid "Paid"
18000
  msgstr ""
18001
 
18303
  #: includes/profile.php:917
18304
  #: includes/profile.php:920
18305
  #: includes/profile.php:957
18306
+ #: shortcodes/pmpro_account.php:202
18307
  msgid "Change Password"
18308
  msgstr ""
18309
 
19733
  #: pages/confirmation.php:138
19734
  #: shortcodes/pmpro_account.php:247
19735
  #: pages/confirmation.php:65
19736
+ #: shortcodes/pmpro_account.php:254
19737
  msgid "Pending"
19738
  msgstr ""
19739
 
20584
  #: shortcodes/pmpro_account.php:95
20585
  #: shortcodes/pmpro_account.php:144
20586
  #: shortcodes/pmpro_account.php:158
20587
+ #: shortcodes/pmpro_account.php:165
20588
  msgid "View all Membership Options"
20589
  msgstr ""
20590
 
20598
  #: shortcodes/pmpro_account.php:104
20599
  #: shortcodes/pmpro_account.php:153
20600
  #: shortcodes/pmpro_account.php:167
20601
+ #: shortcodes/pmpro_account.php:174
20602
  msgid "My Account"
20603
  msgstr ""
20604
 
20611
  #: shortcodes/pmpro_account.php:113
20612
  #: shortcodes/pmpro_account.php:115
20613
  #: shortcodes/pmpro_account.php:191
20614
+ #: shortcodes/pmpro_account.php:198
20615
  msgid "Edit Profile"
20616
  msgstr ""
20617
 
20625
  #: shortcodes/pmpro_account.php:123
20626
  #: shortcodes/pmpro_account.php:199
20627
  #: shortcodes/pmpro_account.php:219
20628
+ #: shortcodes/pmpro_account.php:226
20629
  msgid "Past Invoices"
20630
  msgstr ""
20631
 
20637
  #: shortcodes/pmpro_account.php:129
20638
  #: shortcodes/pmpro_account.php:205
20639
  #: shortcodes/pmpro_account.php:225
20640
+ #: shortcodes/pmpro_account.php:232
20641
  msgid "Amount"
20642
  msgstr ""
20643
 
20645
  #: shortcodes/pmpro_account.php:153
20646
  #: shortcodes/pmpro_account.php:229
20647
  #: shortcodes/pmpro_account.php:249
20648
+ #: shortcodes/pmpro_account.php:256
20649
  msgid "Refunded"
20650
  msgstr ""
20651
 
20660
  #: shortcodes/pmpro_account.php:168
20661
  #: shortcodes/pmpro_account.php:244
20662
  #: shortcodes/pmpro_account.php:264
20663
+ #: shortcodes/pmpro_account.php:271
20664
  msgid "View All Invoices"
20665
  msgstr ""
20666
 
20675
  #: shortcodes/pmpro_account.php:175
20676
  #: shortcodes/pmpro_account.php:251
20677
  #: shortcodes/pmpro_account.php:271
20678
+ #: shortcodes/pmpro_account.php:278
20679
  msgid "Member Links"
20680
  msgstr ""
20681
 
23661
  #: js/blocks.build.js:790
23662
  #: js/blocks.build.js:891
23663
  #: blocks/checkout-button/block.js:71
23664
+ #: js/blocks.build.js:1
23665
  msgid "Button Text"
23666
  msgstr ""
23667
 
23670
  #: js/blocks.build.js:807
23671
  #: js/blocks.build.js:910
23672
  #: blocks/checkout-button/block.js:82
23673
+ #: js/blocks.build.js:1
23674
  msgid "CSS Class"
23675
  msgstr ""
23676
 
23677
  #: blocks/checkout-button/inspector.js:32
23678
  #: js/blocks.build.js:892
23679
+ #: js/blocks.build.js:1
23680
  msgid "Text for checkout button"
23681
  msgstr ""
23682
 
23683
  #: blocks/checkout-button/inspector.js:40
23684
  #: js/blocks.build.js:901
23685
+ #: js/blocks.build.js:1
23686
  msgid "The level to link to for checkout button"
23687
  msgstr ""
23688
 
23689
  #: blocks/checkout-button/inspector.js:49
23690
  #: js/blocks.build.js:911
23691
+ #: js/blocks.build.js:1
23692
  msgid "Additional styling for checkout button"
23693
  msgstr ""
23694
 
24002
  msgstr ""
24003
 
24004
  #: shortcodes/pmpro_account.php:145
24005
+ #: shortcodes/pmpro_account.php:152
24006
  msgctxt "A dash is shown when there is no expiration date."
24007
  msgid "&#8212;"
24008
  msgstr ""
25339
  #: blocks/membership/block.js:130
25340
  msgid "Membership Required"
25341
  msgstr ""
25342
+
25343
+ #: blocks/account-profile-section/block.js:24
25344
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
25345
+ msgstr ""
25346
+
25347
+ #: blocks/login/block.js:26
25348
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
25349
+ msgstr ""
25350
+
25351
+ #: blocks/member-profile-edit/block.js:20
25352
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
25353
+ msgstr ""
25354
+
25355
+ #: blocks/membership/block.js:42
25356
+ msgid "conditional"
25357
+ msgstr ""
languages/paid-memberships-pro.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Paid Memberships Pro 2.8\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-05-05T20:36:52+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -177,7 +177,7 @@ msgstr ""
177
  #: includes/profile.php:556
178
  #: includes/profile.php:557
179
  #: includes/profile.php:558
180
- #: shortcodes/pmpro_account.php:254
181
  msgid "N/A"
182
  msgstr ""
183
 
@@ -897,7 +897,7 @@ msgstr ""
897
  #: adminpages/reports/login.php:183
898
  #: classes/class.memberorder.php:1012
899
  #: pages/checkout.php:134
900
- #: shortcodes/pmpro_account.php:173
901
  msgid "Username"
902
  msgstr ""
903
 
@@ -913,8 +913,9 @@ msgstr ""
913
  #: pages/invoice.php:124
914
  #: pages/levels.php:27
915
  #: shortcodes/pmpro_account.php:42
916
- #: shortcodes/pmpro_account.php:224
917
  #: blocks/checkout-button/inspector.js:39
 
918
  msgid "Level"
919
  msgstr ""
920
 
@@ -970,7 +971,7 @@ msgstr ""
970
  #: includes/profile.php:455
971
  #: includes/profile.php:541
972
  #: pages/invoice.php:40
973
- #: shortcodes/pmpro_account.php:226
974
  msgid "Status"
975
  msgstr ""
976
 
@@ -979,7 +980,7 @@ msgstr ""
979
  #: adminpages/orders.php:1435
980
  #: includes/profile.php:449
981
  #: pages/invoice.php:122
982
- #: shortcodes/pmpro_account.php:223
983
  msgid "Date"
984
  msgstr ""
985
 
@@ -1965,7 +1966,7 @@ msgstr ""
1965
  #: adminpages/orders.php:1556
1966
  #: includes/profile.php:478
1967
  #: includes/profile.php:798
1968
- #: shortcodes/pmpro_account.php:174
1969
  msgid "Email"
1970
  msgstr ""
1971
 
@@ -2350,7 +2351,7 @@ msgstr ""
2350
 
2351
  #: adminpages/orders.php:1705
2352
  #: pages/invoice.php:43
2353
- #: shortcodes/pmpro_account.php:244
2354
  msgid "Paid"
2355
  msgstr ""
2356
 
@@ -7307,7 +7308,7 @@ msgstr ""
7307
  #: includes/menus.php:76
7308
  #: includes/menus.php:79
7309
  #: includes/menus.php:169
7310
- #: shortcodes/pmpro_account.php:198
7311
  msgid "Log Out"
7312
  msgstr ""
7313
 
@@ -7629,7 +7630,7 @@ msgstr ""
7629
 
7630
  #: includes/profile.php:920
7631
  #: includes/profile.php:957
7632
- #: shortcodes/pmpro_account.php:195
7633
  msgid "Change Password"
7634
  msgstr ""
7635
 
@@ -7980,7 +7981,7 @@ msgstr ""
7980
 
7981
  #: pages/confirmation.php:65
7982
  #: pages/confirmation.php:138
7983
- #: shortcodes/pmpro_account.php:247
7984
  msgid "Pending"
7985
  msgstr ""
7986
 
@@ -8204,40 +8205,40 @@ msgstr ""
8204
  msgid "Change"
8205
  msgstr ""
8206
 
8207
- #: shortcodes/pmpro_account.php:145
8208
  msgctxt "A dash is shown when there is no expiration date."
8209
  msgid "&#8212;"
8210
  msgstr ""
8211
 
8212
- #: shortcodes/pmpro_account.php:158
8213
  msgid "View all Membership Options"
8214
  msgstr ""
8215
 
8216
- #: shortcodes/pmpro_account.php:167
8217
  msgid "My Account"
8218
  msgstr ""
8219
 
8220
- #: shortcodes/pmpro_account.php:191
8221
  msgid "Edit Profile"
8222
  msgstr ""
8223
 
8224
- #: shortcodes/pmpro_account.php:219
8225
  msgid "Past Invoices"
8226
  msgstr ""
8227
 
8228
- #: shortcodes/pmpro_account.php:225
8229
  msgid "Amount"
8230
  msgstr ""
8231
 
8232
- #: shortcodes/pmpro_account.php:249
8233
  msgid "Refunded"
8234
  msgstr ""
8235
 
8236
- #: shortcodes/pmpro_account.php:264
8237
  msgid "View All Invoices"
8238
  msgstr ""
8239
 
8240
- #: shortcodes/pmpro_account.php:271
8241
  msgid "Member Links"
8242
  msgstr ""
8243
 
@@ -8422,7 +8423,7 @@ msgid "PMPro Page: Account Profile View"
8422
  msgstr ""
8423
 
8424
  #: blocks/account-profile-section/block.js:24
8425
- msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or their change password."
8426
  msgstr ""
8427
 
8428
  #: blocks/account-profile-section/block.js:32
@@ -8494,23 +8495,28 @@ msgstr ""
8494
 
8495
  #: blocks/checkout-button/block.js:71
8496
  #: blocks/checkout-button/inspector.js:31
 
8497
  msgid "Button Text"
8498
  msgstr ""
8499
 
8500
  #: blocks/checkout-button/block.js:82
8501
  #: blocks/checkout-button/inspector.js:48
 
8502
  msgid "CSS Class"
8503
  msgstr ""
8504
 
8505
  #: blocks/checkout-button/inspector.js:32
 
8506
  msgid "Text for checkout button"
8507
  msgstr ""
8508
 
8509
  #: blocks/checkout-button/inspector.js:40
 
8510
  msgid "The level to link to for checkout button"
8511
  msgstr ""
8512
 
8513
  #: blocks/checkout-button/inspector.js:49
 
8514
  msgid "Additional styling for checkout button"
8515
  msgstr ""
8516
 
@@ -8584,7 +8590,7 @@ msgid "Login Form"
8584
  msgstr ""
8585
 
8586
  #: blocks/login/block.js:26
8587
- msgid "Dynamic form that allows users to log in or recover a loast password. Logged in users can see a welcome message with the selected custom menu."
8588
  msgstr ""
8589
 
8590
  #: blocks/login/block.js:34
@@ -8624,7 +8630,7 @@ msgid "PMPro Page: Account Profile Edit"
8624
  msgstr ""
8625
 
8626
  #: blocks/member-profile-edit/block.js:20
8627
- msgid "Dynaimc form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
8628
  msgstr ""
8629
 
8630
  #: blocks/member-profile-edit/block.js:28
@@ -8652,7 +8658,7 @@ msgid "block visibility"
8652
  msgstr ""
8653
 
8654
  #: blocks/membership/block.js:42
8655
- msgid "confitional"
8656
  msgstr ""
8657
 
8658
  #: blocks/membership/block.js:43
2
  # This file is distributed under the same license as the Paid Memberships Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Paid Memberships Pro 2.8.1\n"
6
  "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
7
  "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
8
  "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-05-10T14:47:23+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: paid-memberships-pro\n"
177
  #: includes/profile.php:556
178
  #: includes/profile.php:557
179
  #: includes/profile.php:558
180
+ #: shortcodes/pmpro_account.php:261
181
  msgid "N/A"
182
  msgstr ""
183
 
897
  #: adminpages/reports/login.php:183
898
  #: classes/class.memberorder.php:1012
899
  #: pages/checkout.php:134
900
+ #: shortcodes/pmpro_account.php:180
901
  msgid "Username"
902
  msgstr ""
903
 
913
  #: pages/invoice.php:124
914
  #: pages/levels.php:27
915
  #: shortcodes/pmpro_account.php:42
916
+ #: shortcodes/pmpro_account.php:231
917
  #: blocks/checkout-button/inspector.js:39
918
+ #: js/blocks.build.js:1
919
  msgid "Level"
920
  msgstr ""
921
 
971
  #: includes/profile.php:455
972
  #: includes/profile.php:541
973
  #: pages/invoice.php:40
974
+ #: shortcodes/pmpro_account.php:233
975
  msgid "Status"
976
  msgstr ""
977
 
980
  #: adminpages/orders.php:1435
981
  #: includes/profile.php:449
982
  #: pages/invoice.php:122
983
+ #: shortcodes/pmpro_account.php:230
984
  msgid "Date"
985
  msgstr ""
986
 
1966
  #: adminpages/orders.php:1556
1967
  #: includes/profile.php:478
1968
  #: includes/profile.php:798
1969
+ #: shortcodes/pmpro_account.php:181
1970
  msgid "Email"
1971
  msgstr ""
1972
 
2351
 
2352
  #: adminpages/orders.php:1705
2353
  #: pages/invoice.php:43
2354
+ #: shortcodes/pmpro_account.php:251
2355
  msgid "Paid"
2356
  msgstr ""
2357
 
7308
  #: includes/menus.php:76
7309
  #: includes/menus.php:79
7310
  #: includes/menus.php:169
7311
+ #: shortcodes/pmpro_account.php:205
7312
  msgid "Log Out"
7313
  msgstr ""
7314
 
7630
 
7631
  #: includes/profile.php:920
7632
  #: includes/profile.php:957
7633
+ #: shortcodes/pmpro_account.php:202
7634
  msgid "Change Password"
7635
  msgstr ""
7636
 
7981
 
7982
  #: pages/confirmation.php:65
7983
  #: pages/confirmation.php:138
7984
+ #: shortcodes/pmpro_account.php:254
7985
  msgid "Pending"
7986
  msgstr ""
7987
 
8205
  msgid "Change"
8206
  msgstr ""
8207
 
8208
+ #: shortcodes/pmpro_account.php:152
8209
  msgctxt "A dash is shown when there is no expiration date."
8210
  msgid "&#8212;"
8211
  msgstr ""
8212
 
8213
+ #: shortcodes/pmpro_account.php:165
8214
  msgid "View all Membership Options"
8215
  msgstr ""
8216
 
8217
+ #: shortcodes/pmpro_account.php:174
8218
  msgid "My Account"
8219
  msgstr ""
8220
 
8221
+ #: shortcodes/pmpro_account.php:198
8222
  msgid "Edit Profile"
8223
  msgstr ""
8224
 
8225
+ #: shortcodes/pmpro_account.php:226
8226
  msgid "Past Invoices"
8227
  msgstr ""
8228
 
8229
+ #: shortcodes/pmpro_account.php:232
8230
  msgid "Amount"
8231
  msgstr ""
8232
 
8233
+ #: shortcodes/pmpro_account.php:256
8234
  msgid "Refunded"
8235
  msgstr ""
8236
 
8237
+ #: shortcodes/pmpro_account.php:271
8238
  msgid "View All Invoices"
8239
  msgstr ""
8240
 
8241
+ #: shortcodes/pmpro_account.php:278
8242
  msgid "Member Links"
8243
  msgstr ""
8244
 
8423
  msgstr ""
8424
 
8425
  #: blocks/account-profile-section/block.js:24
8426
+ msgid "Dynamic page section that displays the member's profile as read-only information with a link to edit fields or change their password."
8427
  msgstr ""
8428
 
8429
  #: blocks/account-profile-section/block.js:32
8495
 
8496
  #: blocks/checkout-button/block.js:71
8497
  #: blocks/checkout-button/inspector.js:31
8498
+ #: js/blocks.build.js:1
8499
  msgid "Button Text"
8500
  msgstr ""
8501
 
8502
  #: blocks/checkout-button/block.js:82
8503
  #: blocks/checkout-button/inspector.js:48
8504
+ #: js/blocks.build.js:1
8505
  msgid "CSS Class"
8506
  msgstr ""
8507
 
8508
  #: blocks/checkout-button/inspector.js:32
8509
+ #: js/blocks.build.js:1
8510
  msgid "Text for checkout button"
8511
  msgstr ""
8512
 
8513
  #: blocks/checkout-button/inspector.js:40
8514
+ #: js/blocks.build.js:1
8515
  msgid "The level to link to for checkout button"
8516
  msgstr ""
8517
 
8518
  #: blocks/checkout-button/inspector.js:49
8519
+ #: js/blocks.build.js:1
8520
  msgid "Additional styling for checkout button"
8521
  msgstr ""
8522
 
8590
  msgstr ""
8591
 
8592
  #: blocks/login/block.js:26
8593
+ msgid "Dynamic form that allows users to log in or recover a lost password. Logged in users can see a welcome message with the selected custom menu."
8594
  msgstr ""
8595
 
8596
  #: blocks/login/block.js:34
8630
  msgstr ""
8631
 
8632
  #: blocks/member-profile-edit/block.js:20
8633
+ msgid "Dynamic form that allows the current logged in member to edit their default user profile information and any custom user profile fields."
8634
  msgstr ""
8635
 
8636
  #: blocks/member-profile-edit/block.js:28
8658
  msgstr ""
8659
 
8660
  #: blocks/membership/block.js:42
8661
+ msgid "conditional"
8662
  msgstr ""
8663
 
8664
  #: blocks/membership/block.js:43
paid-memberships-pro.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Paid Memberships Pro
4
  * Plugin URI: https://www.paidmembershipspro.com
5
  * Description: The most complete member management and membership subscriptions plugin for WordPress.
6
- * Version: 2.8
7
  * Author: Paid Memberships Pro
8
  * Author URI: https://www.paidmembershipspro.com
9
  * Text Domain: paid-memberships-pro
@@ -16,7 +16,7 @@
16
  */
17
 
18
  // version constant
19
- define( 'PMPRO_VERSION', '2.8' );
20
  define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
21
  define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
22
 
@@ -214,10 +214,7 @@ function pmpro_activation() {
214
  // deactivation
215
  function pmpro_deactivation() {
216
  // remove crons
217
- $crons = array_keys( pmpro_get_crons() );
218
- foreach( $crons as $cron ) {
219
- wp_clear_scheduled_hook( $cron );
220
- }
221
 
222
  // remove caps from admin role
223
  pmpro_set_capabilities_for_role( 'administrator', 'disable' );
3
  * Plugin Name: Paid Memberships Pro
4
  * Plugin URI: https://www.paidmembershipspro.com
5
  * Description: The most complete member management and membership subscriptions plugin for WordPress.
6
+ * Version: 2.8.1
7
  * Author: Paid Memberships Pro
8
  * Author URI: https://www.paidmembershipspro.com
9
  * Text Domain: paid-memberships-pro
16
  */
17
 
18
  // version constant
19
+ define( 'PMPRO_VERSION', '2.8.1' );
20
  define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
21
  define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
22
 
214
  // deactivation
215
  function pmpro_deactivation() {
216
  // remove crons
217
+ pmpro_clear_crons();
 
 
 
218
 
219
  // remove caps from admin role
220
  pmpro_set_capabilities_for_role( 'administrator', 'disable' );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: memberships, members, subscriptions, ecommerce, user registration, member,
4
  Requires at least: 5.2
5
  Tested up to: 5.9.3
6
  Requires PHP: 5.6
7
- Stable tag: 2.8
8
 
9
  WordPress membership plugin: restrict content, accept member subscriptions with recurring payment. Includes user registration, login, & profile fields
10
 
@@ -156,6 +156,10 @@ Not sure? You can find out by doing a bit a research.
156
  9. Membership Account page, display all sections or show specific sections using shortcode attributes.
157
 
158
  == Changelog ==
 
 
 
 
159
  = 2.8 - 2022-05-05 =
160
  * FEATURE: Added refunds buttons for Stripe and Paypal Express orders. #1948 (@JarrydLong)
161
  * FEATURE: Released Beta version of Stripe Checkout. Add `define('PMPRO_STRIPE_CHECKOUT_BETA_ENABLED', true);` to your wp-config.php to enable this gateway during the beta. #1923 (@dlparker1005)
@@ -671,4 +675,4 @@ BUG FIX: Fixed issue where PMPro would always try to add capabilities to the adm
671
  * ENHANCEMENT: Added pmpro_admin_orders_filters and pmpro_admin_orders_query_condition filters to add new filters to the orders page in the dashboard. (Thanks, Mirco Babini)
672
  * ENHANCEMENT: Added an SVG icon to the PMPro blocks category.
673
  * REFACTOR: Improved the Members List list table code to use a function for each column of data and support the code core WP methods for extending list tables with custom columns.
674
- * REFACTOR: Moved all Theme My Login compatiblity code to includes/compatibility/theme-my-login.php and only loading if plugin is active.
4
  Requires at least: 5.2
5
  Tested up to: 5.9.3
6
  Requires PHP: 5.6
7
+ Stable tag: 2.8.1
8
 
9
  WordPress membership plugin: restrict content, accept member subscriptions with recurring payment. Includes user registration, login, & profile fields
10
 
156
  9. Membership Account page, display all sections or show specific sections using shortcode attributes.
157
 
158
  == Changelog ==
159
+ = 2.8.1 - 2022-05-10 =
160
+ * BUG FIX/ENHANCEMENT: Fixed typos in some block descriptions. #2064 (@mircobabini)
161
+ * BUG FIX: Fixed issue where the digest email cron and some others were running more often than intended. #2070 (@mircobabini)
162
+
163
  = 2.8 - 2022-05-05 =
164
  * FEATURE: Added refunds buttons for Stripe and Paypal Express orders. #1948 (@JarrydLong)
165
  * FEATURE: Released Beta version of Stripe Checkout. Add `define('PMPRO_STRIPE_CHECKOUT_BETA_ENABLED', true);` to your wp-config.php to enable this gateway during the beta. #1923 (@dlparker1005)
675
  * ENHANCEMENT: Added pmpro_admin_orders_filters and pmpro_admin_orders_query_condition filters to add new filters to the orders page in the dashboard. (Thanks, Mirco Babini)
676
  * ENHANCEMENT: Added an SVG icon to the PMPro blocks category.
677
  * REFACTOR: Improved the Members List list table code to use a function for each column of data and support the code core WP methods for extending list tables with custom columns.
678
+ * REFACTOR: Moved all Theme My Login compatiblity code to includes/compatibility/theme-my-login.php and only loading if plugin is active.