-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1008f71
commit 446262d
Showing
5 changed files
with
161 additions
and
56 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,78 @@ | ||
# Copyright (C) 2024 Paid Memberships Pro | ||
# This file is distributed under the same license as the Paid Memberships Pro - Events Add On plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Paid Memberships Pro - Events Add On\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-11-24 11:52+0000\n" | ||
"PO-Revision-Date: 2020-11-24 12:00+0000\n" | ||
"Last-Translator: First Last\n" | ||
"Language-Team: English (UK)\n" | ||
"Language: en_GB\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"Project-Id-Version: Paid Memberships Pro - Events Add On 1.5\n" | ||
"Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" | ||
"Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n" | ||
"Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Loco https://localise.biz/\n" | ||
"X-Loco-Version: 2.4.6; wp-5.5.3" | ||
"POT-Creation-Date: 2024-07-19T16:58:07+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.10.0\n" | ||
"X-Domain: pmpro-events\n" | ||
|
||
#. Author URI of the plugin | ||
#: pmpro-events.php | ||
msgid "https://www.paidmembershipspro.com" | ||
msgstr "https://www.paidmembershipspro.com" | ||
|
||
#. URI of the plugin | ||
#. Plugin URI of the plugin | ||
#: pmpro-events.php | ||
msgid "https://www.paidmembershipspro.com/add-ons/events-for-members-only/" | ||
msgstr "https://www.paidmembershipspro.com/add-ons/events-for-members-only/" | ||
|
||
#. Description of the plugin | ||
#: pmpro-events.php | ||
msgid "Offer Members-only events using PMPro and popular events plugins." | ||
msgstr "Offer Members-only events using PMPro and popular events plugins." | ||
|
||
#. Author of the plugin | ||
#: pmpro-events.php | ||
msgid "Paid Memberships Pro" | ||
msgstr "Paid Memberships Pro" | ||
|
||
#. Name of the plugin | ||
#. Plugin Name of the plugin | ||
#: pmpro-events.php | ||
msgid "Paid Memberships Pro - Events Add On" | ||
msgstr "Paid Memberships Pro - Events Add On" | ||
|
||
#: pmpro-events.php:91 | ||
#: pmpro-events.php:123 | ||
#, php-format | ||
msgid "" | ||
"Thank you for activating the Events Add On for Paid Memberships Pro. To get " | ||
"started, edit an event and look for the \"Require Membership\" box in the " | ||
"sidebar. <a href=\"%s\">View more documentation here.</a>" | ||
msgstr "" | ||
"Thank you for activating the Events Add On for Paid Memberships Pro. To get " | ||
"started, edit an event and look for the \"Require Membership\" box in the " | ||
"sidebar. <a href=\"%s\">View more documentation here.</a>" | ||
msgid "Thank you for activating the Events Add On for Paid Memberships Pro. To get started, edit an event and look for the \"Require Membership\" box in the sidebar. <a href=\"%s\">View more documentation here.</a>" | ||
msgstr "Thank you for activating the Events Add On for Paid Memberships Pro. To get started, edit an event and look for the \"Require Membership\" box in the sidebar. <a href=\"%s\">View more documentation here.</a>" | ||
|
||
#: pmpro-events.php:85 | ||
#: pmpro-events.php:117 | ||
#, php-format | ||
msgid "" | ||
"Thank you for activating the Events Add On for Paid Memberships Pro. " | ||
"Unfortunately it seems we weren't able to find any supported events plugin. " | ||
"<a href='%s' target='_blank'>For more information click here.</a>" | ||
msgstr "" | ||
"Thank you for activating the Events Add On for Paid Memberships Pro. " | ||
"Unfortunately it seems we weren't able to find any supported events plugin. " | ||
"<a href='%s' target='_blank'>For more information click here.</a>" | ||
msgid "Thank you for activating the Events Add On for Paid Memberships Pro. Unfortunately it seems we weren't able to find any supported events plugin. <a href='%s' target='_blank'>For more information click here.</a>" | ||
msgstr "Thank you for activating the Events Add On for Paid Memberships Pro. Unfortunately it seems we weren't able to find any supported events plugin. <a href='%s' target='_blank'>For more information click here.</a>" | ||
|
||
#: modules/all-in-one-event-calendar.php:23 | ||
msgid "This content is for members only." | ||
msgstr "This content is for members only." | ||
|
||
#: modules/the-events-calendar.php:227 | ||
msgid "Edit the parent event for membership restrictions." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:70 | ||
msgid " You must be a member to access this event." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:71 | ||
msgid "View Membership Levels" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:73 | ||
msgid " You must be a !!levels!! member to access this event." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:74 | ||
msgid "Join Now" | ||
msgstr "" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Copyright (C) 2024 Paid Memberships Pro | ||
# This file is distributed under the same license as the Paid Memberships Pro - Events Add On plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Paid Memberships Pro - Events Add On 1.5\n" | ||
"Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" | ||
"Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n" | ||
"Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2024-07-19T16:58:06+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.10.0\n" | ||
"X-Domain: pmpro-events\n" | ||
|
||
#. Plugin Name of the plugin | ||
#: pmpro-events.php | ||
msgid "Paid Memberships Pro - Events Add On" | ||
msgstr "" | ||
|
||
#. Plugin URI of the plugin | ||
#: pmpro-events.php | ||
msgid "https://www.paidmembershipspro.com/add-ons/events-for-members-only/" | ||
msgstr "" | ||
|
||
#. Description of the plugin | ||
#: pmpro-events.php | ||
msgid "Offer Members-only events using PMPro and popular events plugins." | ||
msgstr "" | ||
|
||
#. Author of the plugin | ||
#: pmpro-events.php | ||
msgid "Paid Memberships Pro" | ||
msgstr "" | ||
|
||
#. Author URI of the plugin | ||
#: pmpro-events.php | ||
msgid "https://www.paidmembershipspro.com" | ||
msgstr "" | ||
|
||
#: modules/all-in-one-event-calendar.php:23 | ||
msgid "This content is for members only." | ||
msgstr "" | ||
|
||
#: modules/the-events-calendar.php:227 | ||
msgid "Edit the parent event for membership restrictions." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:70 | ||
msgid " You must be a member to access this event." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:71 | ||
msgid "View Membership Levels" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:73 | ||
msgid " You must be a !!levels!! member to access this event." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:74 | ||
msgid "Join Now" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:117 | ||
msgid "Thank you for activating the Events Add On for Paid Memberships Pro. Unfortunately it seems we weren't able to find any supported events plugin. <a href='%s' target='_blank'>For more information click here.</a>" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:123 | ||
msgid "Thank you for activating the Events Add On for Paid Memberships Pro. To get started, edit an event and look for the \"Require Membership\" box in the sidebar. <a href=\"%s\">View more documentation here.</a>" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,72 @@ | ||
#, fuzzy | ||
# Copyright (C) 2024 Paid Memberships Pro | ||
# This file is distributed under the same license as the Paid Memberships Pro - Events Add On plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Paid Memberships Pro - Events Add On\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-11-24 11:52+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: \n" | ||
"Language: \n" | ||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" | ||
"Project-Id-Version: Paid Memberships Pro - Events Add On 1.5\n" | ||
"Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" | ||
"Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n" | ||
"Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Loco https://localise.biz/\n" | ||
"X-Loco-Version: 2.4.6; wp-5.5.3" | ||
"POT-Creation-Date: 2024-07-19T16:58:06+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.10.0\n" | ||
"X-Domain: pmpro-events\n" | ||
|
||
#. Author URI of the plugin | ||
msgid "https://www.paidmembershipspro.com" | ||
#. Plugin Name of the plugin | ||
#: pmpro-events.php | ||
msgid "Paid Memberships Pro - Events Add On" | ||
msgstr "" | ||
|
||
#. URI of the plugin | ||
#. Plugin URI of the plugin | ||
#: pmpro-events.php | ||
msgid "https://www.paidmembershipspro.com/add-ons/events-for-members-only/" | ||
msgstr "" | ||
|
||
#. Description of the plugin | ||
#: pmpro-events.php | ||
msgid "Offer Members-only events using PMPro and popular events plugins." | ||
msgstr "" | ||
|
||
#. Author of the plugin | ||
#: pmpro-events.php | ||
msgid "Paid Memberships Pro" | ||
msgstr "" | ||
|
||
#. Name of the plugin | ||
msgid "Paid Memberships Pro - Events Add On" | ||
#. Author URI of the plugin | ||
#: pmpro-events.php | ||
msgid "https://www.paidmembershipspro.com" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:91 | ||
#, php-format | ||
msgid "" | ||
"Thank you for activating the Events Add On for Paid Memberships Pro. To get " | ||
"started, edit an event and look for the \"Require Membership\" box in the " | ||
"sidebar. <a href=\"%s\">View more documentation here.</a>" | ||
#: modules/all-in-one-event-calendar.php:23 | ||
msgid "This content is for members only." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:85 | ||
#, php-format | ||
msgid "" | ||
"Thank you for activating the Events Add On for Paid Memberships Pro. " | ||
"Unfortunately it seems we weren't able to find any supported events plugin. " | ||
"<a href='%s' target='_blank'>For more information click here.</a>" | ||
#: modules/the-events-calendar.php:227 | ||
msgid "Edit the parent event for membership restrictions." | ||
msgstr "" | ||
|
||
#: modules/all-in-one-event-calendar.php:23 | ||
msgid "This content is for members only." | ||
#: pmpro-events.php:70 | ||
msgid " You must be a member to access this event." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:71 | ||
msgid "View Membership Levels" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:73 | ||
msgid " You must be a !!levels!! member to access this event." | ||
msgstr "" | ||
|
||
#: pmpro-events.php:74 | ||
msgid "Join Now" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:117 | ||
msgid "Thank you for activating the Events Add On for Paid Memberships Pro. Unfortunately it seems we weren't able to find any supported events plugin. <a href='%s' target='_blank'>For more information click here.</a>" | ||
msgstr "" | ||
|
||
#: pmpro-events.php:123 | ||
msgid "Thank you for activating the Events Add On for Paid Memberships Pro. To get started, edit an event and look for the \"Require Membership\" box in the sidebar. <a href=\"%s\">View more documentation here.</a>" | ||
msgstr "" |