52 lines
3.3 KiB
INI
52 lines
3.3 KiB
INI
; @package Advanced Custom Fields
|
|
; @version 2.8.8 Pro
|
|
;
|
|
; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions
|
|
; @copyright Copyright (c) 2019 Tassos Marinos. All rights reserved.
|
|
; @license http://www.tassos.gr
|
|
|
|
PLG_FIELDS_ACFPAYPAL_LABEL="ACF - PayPal"
|
|
ACF_PAYPAL="Fields - ACF PayPal"
|
|
ACF_PAYPAL_VALUE_DESC="Set the name and the price of the product or the service you are selling."
|
|
ACF_PAYPAL_PAYMENT_TYPE="Payment Type"
|
|
ACF_PAYPAL_PAYMENT_TYPE_DESC="Select a payment type.<br><strong>Checkout</strong>: A one time payment.<br><strong>Donation</strong>: A voluntary donation.<br><strong>Subscription</strong>: A recurring payment."
|
|
ACF_PAYPAL_CHECKOUT="Checkout"
|
|
ACF_PAYPAL_DONATION="Donation"
|
|
ACF_PAYPAL_SUBSCRIPTION="Subscription"
|
|
ACF_PAYPAL_ACCOUNT="PayPal Email Address"
|
|
ACF_PAYPAL_ACCOUNT_DESC="Set your PayPal Email Address where you will receive the funds. This email needs to belong to a business PayPal account."
|
|
ACF_PAYPAL_PRICE="Price"
|
|
ACF_PAYPAL_PRICE_DESC="Set the price for the product or the service you are selling."
|
|
ACF_PAYPAL_PRICE_HINT="Product Price"
|
|
ACF_PAYPAL_ITEM_NAME="Item Name"
|
|
ACF_PAYPAL_ITEM_NAME_DESC="Set the item name to display on the PayPal checkout page."
|
|
ACF_PAYPAL_ITEM_NAME_HINT="Product Name"
|
|
ACF_PAYPAL_CURRENCY="Currency"
|
|
ACF_PAYPAL_CURRENCY_DESC="Select the currency which your users will pay for your products or services you are providing."
|
|
ACF_PAYPAL_BILLING_INTERVAL="Billing Interval"
|
|
ACF_PAYPAL_BILLING_INTERVAL_DESC="Set the duration of the subscription in days."
|
|
ACF_PAYPAL_LANGUAGE="Language"
|
|
ACF_PAYPAL_LANGUAGE_DESC="Set whether to keep the default language or apply a specific language on the PayPal checkout page."
|
|
ACF_PAYPAL_LANGUAGE_LOCALE="Language Locale"
|
|
ACF_PAYPAL_LANGUAGE_LOCALE_DESC="Set the locale of the language to be used in the PayPal checkout page."
|
|
ACF_PAYPAL_SUPPORTED_LOCALE_CODES="Supported Locale Codes"
|
|
ACF_PAYPAL_FIXED="Fixed"
|
|
ACF_PAYPAL_RETURN_URL="Return URL"
|
|
ACF_PAYPAL_RETURN_URL_DESC="Set the URL where the user will be redirected after successfully completing the transaction."
|
|
ACF_PAYPAL_CANCEL_URL="Cancel URL"
|
|
ACF_PAYPAL_CANCEL_URL_DESC="Set the URL where the user will be redirected after cancelling the transaction."
|
|
ACF_PAYPAL_BUTTON_TYPE="Button Type"
|
|
ACF_PAYPAL_BUTTON_TYPE_DESC="Select the button type, either a style from our pre-defined list of buttons or use a custom image as your PayPal button."
|
|
ACF_PAYPAL_STYLE="Style"
|
|
ACF_PAYPAL_STYLE_SELECTOR="Button Style"
|
|
ACF_PAYPAL_STYLE_SELECTOR_DESC="Select a button from our pre-defined list."
|
|
ACF_PAYPAL_BUTTON_IMAGE="Button Image"
|
|
ACF_PAYPAL_BUTTON_IMAGE_DESC="Set an image as your PayPal button."
|
|
ACF_PAYPAL_NEW_TAB="Open PayPal in new tab"
|
|
ACF_PAYPAL_NEW_TAB_DESC="Enable to open PayPal in a new tab."
|
|
ACF_PAYPAL_SANDBOX_MODE="Sandbox Mode"
|
|
ACF_PAYPAL_SANDBOX_MODE_DESC="Set whether to enable sandbox mode, used for debugging the PayPal button during development."
|
|
ACF_PAYPAL_SANDBOX_ACCOUNT="Sandbox Email Address"
|
|
ACF_PAYPAL_SANDBOX_ACCOUNT_DESC="Enter your sandbox PayPal Email Address. If left empty, the PayPal Email Address will be used."
|
|
ACF_PAYPAL_ALLOW_EMPTY_VALUE="Allow User to set price"
|
|
ACF_PAYPAL_ALLOW_EMPTY_VALUE_DESC="By enabling this option, you can leave the item price empty and let the user set a custom price on PayPal, during checkout." |