This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,157 @@
*** WooCommerce Square Changelog ***
= 1.0.35 - 2019-02-01 =
* Fix - Idempotency key reuse issue when checking out.
= 1.0.34 - 2018-11-07 =
* Update - Fieldset tag to div tag in payment box to prevent unwanted styling.
* Fix - Provide unique idempotency ID to the order instead of random unique number.
* Update - WP tested up to version 5.0
= 1.0.33 - 2018-09-27 =
* Update - WC tested up to version 3.5
= 1.0.32 - 2018-08-23 =
* Fix - UK/GB localed does not support Diners/Discover, so do not show these brands on checkout.
= 1.0.31 - 2018-06-05 =
* Fix - SSL notice in admin shows even though SSL is provided.
* Update - Send WC active prices to Square instead of tax exclusive.
* Add - Hook `wc_square_sync_to_square_price` to filter prices sent to Square.
= 1.0.30 - 2018-05-23 =
* Update - WC tested up to version 3.4
* Update - Privacy policy notification.
* Update - Export/erasure hooks added.
= 1.0.29 - 2018-04-17 =
* Fix - If more than 1000 items, next batch is ignored.
* Fix - Wrong setting used when syncing product.
* Fix - Japan locale does not support Diners/Discover, so do not show these brands on checkout.
* Update - WC tested up to version 3.4
2018-04-04 - version 1.0.28
* Fix - Double inventory sync for newly created products.
* Fix - Infinite loop with pagination, where Square keeps sending the same link.
* Fix - Remove usage of deprecated jQuery method.
* Fix - Sync job should not be sending anything if there are no stock changes.
* Fix - Trigger to decrease stock upon purchase not working
* Tweak - Add logging and skip sync in case store's currency/country is not allowed.
* Tweak - Improve debug logging when fetching inventory
* Tweak - Inventory reduction in Square will be treated as stock sale.
2018-02-19 - version 1.0.27
* Fix - In some cases request timeouts are not set long enough causing timeout errors.
* Fix - Square to WC sync sets products with 0 quantity to In Stock.
* Fix - Potential issue with Square to WC sync when response is not an array.
* Fix - When description is more than 4095 characters, sync fails to Square.
* Fix - Add checks to product object before scheduling an event to prevent errors in cron job.
* Fix - Add check to prevent auto inventory poll from running when a manual sync is in progress.
2018-01-29 - version 1.0.26
* Fix - Call to undefined method causes error.
2018-01-29 - version 1.0.25
* Tweaks - Error handling.
* Add - Public Release on .org
2017-12-13 - version 1.0.24
* Fix - In some cases rounding issues occur causing payment unable to process.
* Update - WC tested up to version.
* Add - Readme.txt.
2017-11-10 - version 1.0.23
* Add - WC minimum requirements in header.
* Fix - WC Product sometimes is not a proper object preventing sync.
* Fix - PHP 7 notice with amount not cast an int.
2017-09-06 - version 1.0.22
* Tweak - Increase inventory polling cache and add timeout limit.
* Fix - CRON scheduling time not using UTC causes delay in CRON job.
2017-07-26 - version 1.0.21
* Fix - Non decimal place price such as Japanese Yen is not formatted properly when syncing Square to WC.
2017-06-29 - version 1.0.20
* Fix - Schedule sale price not updating on Square when sale is over.
* Fix - Pass price to Square tax exclusive instead of inclusive.
* Fix - Create customer error on payments when phone number is not provided.
* Update - Settings location description to be more clear.
2017-06-06 - version 1.0.19
* Fix - Sync currency amounts that do not contain decimals correctly.
2017-05-19 - version 1.0.18
* Fix - Better logic of sale price on WC when syncing so it doesn't override regular price unintented.
* Fix - If image exists for a product, don't sync the image to prevent duplicated images being created.
* Fix - Enable status not showing for Square payments in gateway list.
2017-05-08 - version 1.0.17
* Fix - WC 3.0 debug tools compatibility.
* Add - Support for Japan market.
2017-03-31 - version 1.0.16
* Add - Confirmation message before bulk sync.
* Add - Cron schedules for when product stock changes instead of firing off immediately.
2017-03-27 - version 1.0.15
* Update - Additional updates for WooCommerce 3.0.0 compatibility.
* Add - Support for UK market.
2017-03-13 - version 1.0.14
* Fix - When multiple notify emails are set, causes 500 server error.
* Fix - Sync issues when syncing large datasets.
* Fix - Sync item with no sku sometimes gets corrupted with other item data.
* Update - WooCommerce 3.0.0 compatibility.
2017-01-17 - version 1.0.13
* Add - Support for Australian markets.
2017-01-09 - version 1.0.12
* Fix - When syncing inventory WC to Square, stock level becomes zero.
2016-10-26 - version 1.0.11
* Fix - When WC API is used, it can cause duplicate WC API Exception.
2016-10-14 - version 1.0.10
* Update - Make sure Square only works for US and CA merchants.
2016-09-12 - version 1.0.9
* Fix - Normalize price when syncing Square to WC to prevent errors.
* Add - Option to disable sync per product.
2016-09-08 - version 1.0.8
* Add - WC Products CRUD to replace REST API for creating products to prevent interference with wc-api.
* Add - Filter to add custom DOM elements for payments to render payment form "woocommerce_square_payment_form_trigger_element".
* Fix - Payments token expiration was not handled correctly due to using API v2.
2016-08-30 - version 1.0.7
* Tweak - Replace all wp_remote_requests with raw cURL.
* Fix - In IE, the browser won't replace iFrame form fields when it is hidden.
2016-08-27 - version 1.0.6
* Add - Clear cache/transient tool in system status->tool.
* Fix - Prevent infinite loop when polling Square inventory.
2016-08-25 - version 1.0.5
* Fix - Image not syncing when using wp_remote_request. Changed to raw cURL.
2016-08-19 - version 1.0.4
* Tweak - Payment form field styles.
* Add - woocommerce_square_payment_input_styles filter to allow manipulation of the form styles.
* Fix - When duplicating product in WC, it replaces the original product on Square.
* Fix - In FireFox, the browser won't replace iFrame form fields when it is hidden.
2016-08-16 - version 1.0.3
* Fix - When duplicating product in WC, it replaces the original product on Square.
* Fix - oAuth tokens were not renewing properly.
2016-08-04 - version 1.0.2
* Update - HTTP protocol to version 1.1 to prevent timeouts.
2016-08-01 - version 1.0.1
* Tweak - Make credit card form fields more responsive in mobile devices.
* Fix - Square list endpoints may return duplicates, so put in place a check for that.
2016-07-26 - version 1.0.0
* First Release

View File

@@ -0,0 +1,698 @@
# Copyright (C) 2019 WooCommerce
# This file is distributed under the same license as the WooCommerce Square package.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Square 1.0.35\n"
"Report-Msgid-Bugs-To: "
"https://github.com/woocommerce/woocommerce-square/issues\n"
"POT-Creation-Date: 2019-02-01 18:23:59+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n1.0.1\n"
#: includes/admin/class-wc-square-admin-integration.php:20
#: includes/admin/class-wc-square-privacy.php:12
#: includes/payment/class-wc-square-gateway.php:16
msgid "Square"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:21
msgid ""
"Connect with Square to start syncing your products and inventory and also "
"accept credit card and debit card payments in your checkout."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:53
msgid "Business Location"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:55
msgid ""
"Select the location you wish to link to this site. You must have <a "
"href=\"https://squareup.com/dashboard/locations\" "
"target=\"_blank\">locations</a> set in Square and approved."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:57
msgid "Select a Location"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:61
msgid "Notification Email"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:63
msgid ""
"Enter the email(s) to be notified when a sync has ended. Separate each "
"email with a comma."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:69
#: includes/payment/class-wc-square-gateway.php:155
msgid "Logging"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:70
#: includes/payment/class-wc-square-gateway.php:156
msgid "Log debug messages"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:72
#: includes/payment/class-wc-square-gateway.php:158
msgid "Save debug messages to the WooCommerce System Status log."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:76
msgid "Synchronization"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:78
msgid ""
"Determine which aspects of your product catalog to synchronize between "
"WooCommerce and Square. Products need to have SKUs set for each variation."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:81
msgid "Enabled"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:83
msgid "Products"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:84
msgid ""
"Basic Product information will be synced, excluding Categories and "
"Inventory."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:88
msgid "Include Categories"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:90
msgid "Sync Categories"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:91
msgid ""
"Categories will sync on creation or update, and Products will have their "
"Categories synced."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:95
msgid "Include Inventory"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:97
msgid "Sync Inventory"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:98
msgid "Inventory will sync on manual update or after a Product is ordered."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:102
msgid "Include Images"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:104
msgid "Sync Images"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:105
msgid "Product Image will be synced."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:109
msgid "Square Inventory Sync"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:111
msgid "Enable"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:112
msgid ""
"For automatic inventory syncing from Square to WooCommerce, this needs to "
"be enabled. It will poll the inventory from Square on an hourly basis."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:172
msgid "Connect/Disconnect"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:177
msgid "Disconnect from Square"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:185
msgid "Connect with Square"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:201
msgid "Initiate a Manual Sync"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:205
msgid "WC &rarr; Square Sync"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:206
msgid "Click button to perform a one time sync from WooCommerce to Square."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:209
msgid "WC &rarr; Square"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:214
msgid "Square &rarr; WC Sync"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:215
msgid "Click button to perform a one time sync from Square to WooCommerce."
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:218
msgid "Square &rarr; WC"
msgstr ""
#: includes/admin/class-wc-square-admin-integration.php:242
#: includes/admin/class-wc-square-admin-integration.php:277
#: woocommerce-square.php:84 woocommerce-square.php:96
msgid "Cheatin&#8217; huh?"
msgstr ""
#: includes/admin/class-wc-square-admin-product-meta-box.php:59
msgid "(Square) Disable Sync"
msgstr ""
#: includes/admin/class-wc-square-admin-product-meta-box.php:61
msgid "Check box to disable this product from syncing."
msgstr ""
#: includes/admin/class-wc-square-admin-product-meta-box.php:108
msgid "Disable Sync"
msgstr ""
#: includes/admin/class-wc-square-admin-product-meta-box.php:113
msgid "— No Change —"
msgstr ""
#: includes/admin/class-wc-square-admin-product-meta-box.php:114
msgid "Yes"
msgstr ""
#: includes/admin/class-wc-square-admin-product-meta-box.php:115
msgid "No"
msgstr ""
#: includes/admin/class-wc-square-bulk-sync-handler.php:70
#: includes/admin/class-wc-square-bulk-sync-handler.php:185
msgid "Product Sync is disabled. Sync aborted."
msgstr ""
#: includes/admin/class-wc-square-bulk-sync-handler.php:75
#: includes/admin/class-wc-square-bulk-sync-handler.php:190
msgid ""
"cURL is not available. Sync aborted. Please contact your host to install "
"cURL."
msgstr ""
#: includes/admin/class-wc-square-bulk-sync-handler.php:150
#: includes/admin/class-wc-square-bulk-sync-handler.php:254
msgid "Sync Completed"
msgstr ""
#: includes/admin/class-wc-square-bulk-sync-handler.php:155
#: includes/admin/class-wc-square-bulk-sync-handler.php:259
msgid "Sync completed"
msgstr ""
#: includes/admin/class-wc-square-bulk-sync-handler.php:266
msgid "No Products to Sync."
msgstr ""
#: includes/admin/class-wc-square-bulk-sync-handler.php:443
msgid "%s - WooCommerce Square Sync Operation"
msgstr ""
#: includes/admin/class-wc-square-bulk-sync-handler.php:448
msgid "%s"
msgstr ""
#: includes/admin/class-wc-square-privacy.php:14
#: includes/admin/class-wc-square-privacy.php:15
msgid "WooCommerce Square Customer Data"
msgstr ""
#: includes/admin/class-wc-square-privacy.php:23
msgid ""
"By using this extension, you may be storing personal data or sharing data "
"with an external service. <a href=\"%s\" target=\"_blank\">Learn more about "
"how this works, including what you may want to include in your privacy "
"policy.</a>"
msgstr ""
#: includes/admin/class-wc-square-privacy.php:61
msgid "Customer Data"
msgstr ""
#: includes/admin/class-wc-square-privacy.php:65
msgid "Square customer id"
msgstr ""
#: includes/admin/class-wc-square-privacy.php:98
msgid "Square User Data Erased."
msgstr ""
#: includes/class-wc-square-connect.php:59
msgid "Square Sync Transients Cleared"
msgstr ""
#: includes/class-wc-square-connect.php:63
msgid "Square Sync Transients"
msgstr ""
#: includes/class-wc-square-connect.php:64
msgid "Clear all transients/cache"
msgstr ""
#: includes/class-wc-square-connect.php:65
msgid ""
"This will clear all Square Sync related transients/caches to start fresh. "
"Useful when sync failed halfway through."
msgstr ""
#: includes/class-wc-square-utils.php:50
msgid "Regular"
msgstr ""
#: includes/class-wc-square-wc-products.php:73
msgid "Invalid %s ID"
msgstr ""
#: includes/class-wc-square-wc-products.php:82
msgid "No %1$s found with the ID equal to %2$s"
msgstr ""
#: includes/class-wc-square-wc-products.php:90
msgid "Invalid %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:98
msgid "You do not have permission to read this %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:104
msgid "You do not have permission to edit this %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:110
msgid "You do not have permission to delete this %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:249
#: includes/class-wc-square-wc-products.php:536
#: includes/class-wc-square-wc-products.php:2287
msgid "No %1$s data specified to create %1$s"
msgstr ""
#: includes/class-wc-square-wc-products.php:256
msgid "You do not have permission to create products"
msgstr ""
#: includes/class-wc-square-wc-products.php:263
#: includes/class-wc-square-wc-products.php:2251
msgid "Missing parameter %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:278
#: includes/class-wc-square-wc-products.php:405
msgid "Invalid product type - the product type must be any of these: %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:354
#: includes/class-wc-square-wc-products.php:611
msgid "No %1$s data specified to edit %1$s"
msgstr ""
#: includes/class-wc-square-wc-products.php:450
#: includes/class-wc-square-wc-products.php:486
msgid "You do not have permission to read product categories"
msgstr ""
#: includes/class-wc-square-wc-products.php:481
msgid "Invalid product category ID"
msgstr ""
#: includes/class-wc-square-wc-products.php:492
msgid "A product category with the provided ID could not be found"
msgstr ""
#: includes/class-wc-square-wc-products.php:541
msgid "You do not have permission to create product categories"
msgstr ""
#: includes/class-wc-square-wc-products.php:561
msgid "Product category parent is invalid"
msgstr ""
#: includes/class-wc-square-wc-products.php:619
msgid "You do not have permission to edit product categories"
msgstr ""
#: includes/class-wc-square-wc-products.php:649
msgid "Could not edit the category"
msgstr ""
#: includes/class-wc-square-wc-products.php:926
#: includes/class-wc-square-wc-products.php:1369
msgid "The SKU already exists on another product"
msgstr ""
#: includes/class-wc-square-wc-products.php:1322
msgid "Variation #%1$s of %2$s"
msgstr ""
#: includes/class-wc-square-wc-products.php:1825
#: includes/class-wc-square-wc-products.php:1826
msgid "Placeholder"
msgstr ""
#: includes/class-wc-square-wc-products.php:1947
msgid "Invalid URL %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:1959
#: includes/class-wc-square-wc-products.php:1961
msgid "Error getting remote image %s."
msgstr ""
#: includes/class-wc-square-wc-products.php:1959
msgid "Error: %s."
msgstr ""
#: includes/class-wc-square-wc-products.php:1982
msgid "Invalid image type."
msgstr ""
#: includes/class-wc-square-wc-products.php:1999
msgid "Zero size file downloaded"
msgstr ""
#: includes/class-wc-square-wc-products.php:2165
#: includes/class-wc-square-wc-products.php:2209
msgid "You do not have permission to read product attributes"
msgstr ""
#: includes/class-wc-square-wc-products.php:2204
msgid "Invalid product attribute ID"
msgstr ""
#: includes/class-wc-square-wc-products.php:2219
msgid "A product attribute with the provided ID could not be found"
msgstr ""
#: includes/class-wc-square-wc-products.php:2255
msgid "Slug \"%s\" is too long (28 characters max). Shorten it, please."
msgstr ""
#: includes/class-wc-square-wc-products.php:2257
msgid "Slug \"%s\" is not allowed because it is a reserved term. Change it, please."
msgstr ""
#: includes/class-wc-square-wc-products.php:2259
msgid "Slug \"%s\" is already in use. Change it, please."
msgstr ""
#: includes/class-wc-square-wc-products.php:2264
msgid ""
"Invalid product attribute type - the product attribute type must be any of "
"these: %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:2269
msgid ""
"Invalid product attribute order_by type - the product attribute order_by "
"type must be any of these: %s"
msgstr ""
#: includes/class-wc-square-wc-products.php:2294
msgid "You do not have permission to create product attributes"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:17
msgid ""
"Square works by adding payments fields in an iframe and then sending the "
"details to Square for verification and processing."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:43
msgid ""
"STAGING MODE ENABLED. In staging mode, you can use the card number "
"4111111111111111 with any CVC and a valid expiration date."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:84
#. translators: %1$s - transport layer securtiy wiki URL
msgid ""
"Square is enabled, but a SSL certificate is not detected. Your checkout may "
"not be secure! Please ensure your server has a valid <a href=\"%1$s\" "
"target=\"_blank\">SSL certificate</a>"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:122
msgid "Enable/Disable"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:123
msgid "Enable Square"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:129
msgid "Title"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:131
msgid "This controls the title which the user sees during checkout."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:132
msgid "Credit card (Square)"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:135
msgid "Description"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:137
msgid "This controls the description which the user sees during checkout."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:138
msgid "Pay with your credit card via Square."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:141
msgid "Delay Capture"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:142
msgid "Enable Delay Capture"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:144
msgid ""
"When enabled, the request will only perform an Auth on the provided card. "
"You can then later perform either a Capture or Void."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:148
msgid "Create Customer"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:149
msgid "Enable Create Customer"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:151
msgid "When enabled, processing a payment will create a customer profile on Square."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:189
msgid "Card Number"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:194
msgid "Expiry (MM/YY)"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:195
#: includes/payment/class-wc-square-gateway.php:265
msgid "MM / YY"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:199
msgid "Card Code"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:200
#: includes/payment/class-wc-square-gateway.php:266
msgid "CVV"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:204
#: includes/payment/class-wc-square-gateway.php:205
#: includes/payment/class-wc-square-gateway.php:267
msgid "Card Postal Code"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:264
msgid "•••• •••• •••• ••••"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:326
#: includes/payment/class-wc-square-gateway.php:333
#: includes/payment/class-wc-square-gateway.php:357
msgid ""
"Error: Square was unable to complete the transaction. Please try again "
"later or use another means of payment."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:338
msgid "Payment Error: "
msgstr ""
#: includes/payment/class-wc-square-gateway.php:371
#: includes/payment/class-wc-square-payments.php:136
#. translators: %s - transaction id
msgid "Square charge complete (Charge ID: %s)"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:381
#. translators: %s - transaction id
msgid ""
"Square charge authorized (Authorized ID: %s). Process order to take "
"payment, or cancel to remove the pre-authorization."
msgstr ""
#: includes/payment/class-wc-square-gateway.php:404
#: includes/payment/class-wc-square-gateway.php:543
#. translators: %s - error message
msgid "Error: %s"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:436
msgid "Guest"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:456
#: includes/payment/class-wc-square-gateway.php:458
#: includes/payment/class-wc-square-gateway.php:464
#: includes/payment/class-wc-square-gateway.php:466
#. translators: %s - error message
#. translators: %s - errors
#. translators: %s - errors
msgid "Error creating customer: %s"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:473
#. translators: %s - customer id
msgid "Customer created on Square: %s"
msgstr ""
#: includes/payment/class-wc-square-gateway.php:531
#. translators: %1$s - refund amount, %2$s - refund id, %3$s - refund reason
msgid "Refunded %1$s - Refund ID: %2$s - Reason: %3$s"
msgstr ""
#: includes/payment/class-wc-square-payments.php:88
msgid "Capture Charge"
msgstr ""
#: includes/payment/class-wc-square-payments.php:128
#: includes/payment/class-wc-square-payments.php:132
msgid "Unable to capture charge!"
msgstr ""
#: includes/payment/class-wc-square-payments.php:142
msgid "Error unable to capture charge: %s"
msgstr ""
#: includes/payment/class-wc-square-payments.php:172
#: includes/payment/class-wc-square-payments.php:175
msgid "Unable to void charge!"
msgstr ""
#: includes/payment/class-wc-square-payments.php:179
msgid "Square charge voided! (Charge ID: %s)"
msgstr ""
#: includes/payment/class-wc-square-payments.php:185
msgid "Unable to void charge!: %s"
msgstr ""
#: woocommerce-square.php:211
msgid ""
"Square requires that the <a href=\"%s\">base country/region</a> is "
"Australia, Canada, Japan, United Kingdom, or United States."
msgstr ""
#: woocommerce-square.php:219
msgid ""
"Square requires that the <a href=\"%s\">currency</a> is set to AUD, CAD, "
"GBP, JPY, or USD."
msgstr ""
#: woocommerce-square.php:332
msgid ""
"This process may take awhile depending on the amount of items that need to "
"be synced. Please do not close this tab/window or else the sync will "
"terminate. Click OK to continue to sync."
msgstr ""
#: woocommerce-square.php:390
msgid ""
"WooCommerce Square Plugin requires WooCommerce to be installed and active. "
"You can download %s here."
msgstr ""
#: woocommerce-square.php:408
msgid ""
"WooCommerce Square is almost ready. To get started, %1$sconnect your Square "
"Account.%2$s"
msgstr ""
#: woocommerce-square.php:412
msgid ""
"WooCommerce Square is almost ready. Please %1$sset your business "
"location.%2$s"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "WooCommerce Square"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://woocommerce.com/products/square/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Adds ability to sync inventory between WooCommerce and Square POS. In "
"addition, you can also make purchases through the Square payment gateway."
msgstr ""
#. Author of the plugin/theme
msgid "WooCommerce"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://www.woocommerce.com/"
msgstr ""