Adds DFS
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "tec-paystack",
|
||||
"version": "1.0.3",
|
||||
"description": "Paystack for The Events Calendar",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build-pot": "wp i18n make-pot . languages/tec-paystack.pot",
|
||||
"build-mopo": "rm -R languages/tec-paystack-en_EN.mo && cp languages/tec-paystack.pot languages/tec-paystack-en_EN.po && wp i18n make-mo languages",
|
||||
"translate-US": "cp languages/tec-paystack-en_EN.po languages/tec-paystack-en_US.po && cp languages/tec-paystack-en_EN.mo languages/tec-paystack-en_US.mo"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/PaystackOSS/plugin-the-events-calendar"
|
||||
},
|
||||
"author": "Paystack",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/PaystackOSS/plugin-the-events-calendarissues"
|
||||
},
|
||||
"homepage": "https://github.com/PaystackOSS/plugin-the-events-calendar#readme",
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^8.0.0",
|
||||
"gulp-gettext": "^0.3.0",
|
||||
"gulp-jshint": "^2.1.0",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-rtlcss": "^2.0.0",
|
||||
"gulp-sass": "^5.0.0",
|
||||
"gulp-sort": "^2.0.0",
|
||||
"gulp-sourcemaps": "^3.0.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-util": "^3.0.8",
|
||||
"gulp-wp-pot": "^2.4.3",
|
||||
"jshint": "^2.12.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^8.0.1",
|
||||
"cgb-scripts": "^1.23.1",
|
||||
"classnames": "^2.2.6",
|
||||
"clean-css": ">=4.2.3",
|
||||
"extend": "^3.0.2",
|
||||
"fstream": ">=1.0.12",
|
||||
"hoek": "^6.1.3",
|
||||
"lodash": "^4.17.20",
|
||||
"mem": "^9.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"npm": "^9.1.1",
|
||||
"runtask": "^1.0.0",
|
||||
"tar": ">=6.0.5"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,303 @@
|
||||
# Copyright (C) 2022 Paystack
|
||||
# This file is distributed under the GPL3.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Paystack for The Events Calendar 1.0.3\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin-the-events-calendar\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2022-12-09T12:25:30+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: paystack-for-events-calendar\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Paystack for The Events Calendar"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/PaystackOSS/plugin-the-events-calendar"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Add-on for The Event Calendar that allows you to accept payments for event tickets via Paystack"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Paystack"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.lsdev.biz/"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-admin.php:111
|
||||
msgid "A valid Paystack subaccount code e.g. ACCT_8wlipczl8p"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-admin.php:127
|
||||
msgid "A valid Paystack split code here. e.g. SPL_98WF13Eb3w"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-assets.php:106
|
||||
msgid "Name is required"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-assets.php:107
|
||||
msgid "A valid email address is required"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-assets.php:108
|
||||
msgid "An error has occured, please refresh the page and try again."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-assets.php:109
|
||||
msgid "There was an error creating your order, please try again or contact the website administrator for assistance."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-client.php:80
|
||||
#: classes/class-client.php:120
|
||||
msgid "Return status is not true."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-client.php:83
|
||||
msgid "JSON error with the transaction response."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-client.php:86
|
||||
msgid "There was an error while initilizing the transaction."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-client.php:89
|
||||
msgid "Payment fields are empty."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-client.php:123
|
||||
msgid "JSON error with the check transaction response."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-client.php:126
|
||||
msgid "There was an error while checking the transaction."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-client.php:129
|
||||
msgid "The reference field is empty"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-gateway.php:41
|
||||
msgid "Paystack"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-gateway.php:51
|
||||
msgid "Currency not supported"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-gateway.php:70
|
||||
msgid "Accept credit/debit card, Apple pay,mobile money, bank transfer, EFT, USSD, and QR payments."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-gateway.php:118
|
||||
msgid "Paystack doesn't support your selected currency"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-gateway.php:119
|
||||
msgid "Paystack does not support your store currency. Kindly set it to either NGN (₦), GHS (₵), USD ($), KES (KSh), ZAR (R), or XOF (CFA)"
|
||||
msgstr ""
|
||||
|
||||
#: classes/REST/Order_Endpoint.php:249
|
||||
msgid "User abandoned"
|
||||
msgstr ""
|
||||
|
||||
#: classes/REST/Order_Endpoint.php:255
|
||||
msgid "There was a problem updating your order."
|
||||
msgstr ""
|
||||
|
||||
#: classes/REST/Order_Endpoint.php:352
|
||||
msgid "Order ID in Paystack"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/active.php:23
|
||||
msgid "Additional Settings"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/active.php:32
|
||||
msgid "Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/active.php:36
|
||||
msgid "To avoid situations where bad network makes it impossible to verify transactions, copy this URL and add it to the "
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/active.php:36
|
||||
msgid "developer settings"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/active.php:36
|
||||
msgid " on your Paystack Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/inactive.php:12
|
||||
msgid "Accept online payments!"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/inactive.php:17
|
||||
msgid "Start selling tickets to your events today with Paystack and let your customers pay you with their choice of payment methods."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/inactive.php:32
|
||||
msgid "Get your API Keys here"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/connect/inactive.php:42
|
||||
msgid "Learn more about configuring Paystack"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/checkout-mode.php:4
|
||||
msgid "Popup"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/checkout-mode.php:5
|
||||
msgid "Redirect"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/checkout-mode.php:18
|
||||
msgid "Checkout Mode"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/checkout-mode.php:31
|
||||
#: paystack/admin-views/fields/checkout-mode.php:32
|
||||
msgid "Pop up or redirect."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/country-select.php:3
|
||||
msgid "Ghana"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/country-select.php:4
|
||||
msgid "Nigeria"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/country-select.php:5
|
||||
msgid "South Africa"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/country-select.php:24
|
||||
msgid "Select your country of operation"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/mode-select.php:4
|
||||
msgid "Test Mode"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/fields/mode-select.php:5
|
||||
msgid "Live Mode"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/main.php:34
|
||||
msgid "Paystack Logo Image"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/main.php:40
|
||||
msgid "Credit and debit card payments"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/main.php:43
|
||||
msgid "Alternative payment methods e.g Apple Pay, Mobile money, EFT, and more"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/main.php:46
|
||||
msgid "Delight customers with a seamless payments experience"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/main.php:49
|
||||
msgid "Enjoy phenomenal transaction success rates"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete.php:24
|
||||
msgid "You are now connected to Paystack, here's what's next..."
|
||||
msgstr ""
|
||||
|
||||
#. Translators: %1$s: opening `a` tag to the knowledge base article. %2$s: closing `a` tag to the knowledge base article.
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:20
|
||||
msgid "Paystack allows you to accept credit or debit cards directly on your website. Because of this, your site needs to maintain %1$sPCI-DSS compliance%2$s."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:27
|
||||
msgid "Event Tickets never stores sensitive information like card details to your server and works seamlessly with SSL certificates."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:29
|
||||
msgid "Compliance is comprised of, but not limited to:"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:33
|
||||
msgid "Using a trusted, secure hosting provider — preferably one which claims and actively promotes PCI compliance."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:36
|
||||
msgid "Maintain security best practices when setting passwords and limit access to your server."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:39
|
||||
msgid "Implement an SSL certificate to keep your ticket sales secure."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:42
|
||||
msgid "Keep WordPress and plugins up to date to ensure latest security fixes are present."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:52
|
||||
msgid "Close this modal window"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/content.php:54
|
||||
msgid "Got it, thanks!"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/modal/signup-complete/notice-test-mode.php:24
|
||||
msgid "You have connected your account for test mode. You will need to connect again once you are in live mode."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/signup-link.php:26
|
||||
msgid "Test Secret Key"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/signup-link.php:35
|
||||
msgid "Test Public Key"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/signup-link.php:54
|
||||
msgid "Live Secret Key"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/signup-link.php:63
|
||||
msgid "Live Public Key"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/admin-views/signup-link.php:79
|
||||
msgid "Start transacting with Paystack"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: %1$s: Plural `Tickets` label.
|
||||
#: paystack/checkout/container.php:45
|
||||
msgid "Purchase %1$s"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/checkout/container.php:55
|
||||
msgid "Supported payment methods."
|
||||
msgstr ""
|
||||
|
||||
#: paystack/checkout/fields/name.php:32
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/checkout/fields/submit.php:27
|
||||
msgid "Purchase Tickets"
|
||||
msgstr ""
|
||||
|
||||
#: paystack/checkout/order/details/capture-id.php:40
|
||||
msgid "Paystack Capture ID:"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user