From 6ec668fa9d398cc8bcbc5ca63e42b2ef957fa6c9 Mon Sep 17 00:00:00 2001 From: Stuart Duff Date: Sat, 16 May 2020 16:29:42 +0100 Subject: [PATCH] Fix - Typo of "Choose and order status" to "Choose an order status" --- classes/class-wc-invoice-gateway.php | 2 +- languages/wc-invoice-gateway.pot | 70 +++++++++++++++++----------- 2 files changed, 43 insertions(+), 29 deletions(-) diff --git a/classes/class-wc-invoice-gateway.php b/classes/class-wc-invoice-gateway.php index b7e9f71..f0b8850 100644 --- a/classes/class-wc-invoice-gateway.php +++ b/classes/class-wc-invoice-gateway.php @@ -101,7 +101,7 @@ function init_form_fields() { 'desc_tip' => true, ), 'order_status' => array( - 'title' => __( 'Choose and order status', 'wc-invoice-gateway' ), + 'title' => __( 'Choose an order status', 'wc-invoice-gateway' ), 'type' => 'select', 'class' => 'wc-enhanced-select', 'css' => 'width: 450px;', diff --git a/languages/wc-invoice-gateway.pot b/languages/wc-invoice-gateway.pot index 8d47d1e..0aa09a4 100644 --- a/languages/wc-invoice-gateway.pot +++ b/languages/wc-invoice-gateway.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: WooCommerce Invoice Gateway\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-26 21:06+0000\n" +"POT-Creation-Date: 2020-05-16 15:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: \n" @@ -14,117 +14,131 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Loco https://localise.biz/" -#: wc-invoice-gateway.php:158 +#: wc-invoice-gateway.php:161 msgid "" "The WooCommerce Invoice Gateway extension requires that you have the " "WooCommerce core plugin installed and activated." msgstr "" -#: wc-invoice-gateway.php:158 +#: wc-invoice-gateway.php:161 msgid "Install WooCommerce" msgstr "" -#: wc-invoice-gateway.php:182 +#: wc-invoice-gateway.php:185 msgid "View WooCommerce Settings" msgstr "" -#: wc-invoice-gateway.php:182 +#: wc-invoice-gateway.php:185 msgid "Settings" msgstr "" -#: classes/class-wc-invoice-gateway.php:53 +#: classes/class-wc-invoice-gateway.php:57 msgid "Invoice Payments" msgstr "" -#: classes/class-wc-invoice-gateway.php:54 +#: classes/class-wc-invoice-gateway.php:58 msgid "" "Allows invoice payments. Sends an order email to the store admin who'll have " "to manually create and send an invoice to the customer." msgstr "" -#: classes/class-wc-invoice-gateway.php:73 +#: classes/class-wc-invoice-gateway.php:77 msgid "Enable/Disable" msgstr "" -#: classes/class-wc-invoice-gateway.php:75 +#: classes/class-wc-invoice-gateway.php:79 msgid "Enable Invoice Payment" msgstr "" -#: classes/class-wc-invoice-gateway.php:79 +#: classes/class-wc-invoice-gateway.php:83 msgid "Title" msgstr "" -#: classes/class-wc-invoice-gateway.php:81 +#: classes/class-wc-invoice-gateway.php:85 msgid "This controls the title which the user sees during checkout." msgstr "" -#: classes/class-wc-invoice-gateway.php:82 +#: classes/class-wc-invoice-gateway.php:86 msgid "Invoice Payment" msgstr "" -#: classes/class-wc-invoice-gateway.php:86 +#: classes/class-wc-invoice-gateway.php:90 msgid "Description" msgstr "" -#: classes/class-wc-invoice-gateway.php:88 +#: classes/class-wc-invoice-gateway.php:92 msgid "Payment method description which the user sees during checkout." msgstr "" -#: classes/class-wc-invoice-gateway.php:89 +#: classes/class-wc-invoice-gateway.php:93 msgid "Thank you for your order. You'll be invoiced soon." msgstr "" -#: classes/class-wc-invoice-gateway.php:93 +#: classes/class-wc-invoice-gateway.php:97 msgid "Instructions" msgstr "" -#: classes/class-wc-invoice-gateway.php:95 +#: classes/class-wc-invoice-gateway.php:99 msgid "" "Instructions that will be added to the thank you page after checkout and " "included within the new order email." msgstr "" -#: classes/class-wc-invoice-gateway.php:96 +#: classes/class-wc-invoice-gateway.php:100 msgid "" "If you're an account customer you'll be invoiced soon with regards to " "payment for your order." msgstr "" -#: classes/class-wc-invoice-gateway.php:100 -msgid "Choose and order status" +#: classes/class-wc-invoice-gateway.php:104 +msgid "Choose an order status" msgstr "" -#: classes/class-wc-invoice-gateway.php:105 +#: classes/class-wc-invoice-gateway.php:109 msgid "Choose the order status that will be set after checkout" msgstr "" -#: classes/class-wc-invoice-gateway.php:109 +#: classes/class-wc-invoice-gateway.php:113 msgid "Select order status" msgstr "" -#: classes/class-wc-invoice-gateway.php:113 +#: classes/class-wc-invoice-gateway.php:117 +msgid "Restrict to specific user roles" +msgstr "" + +#: classes/class-wc-invoice-gateway.php:122 +msgid "" +"Choose specific user roles the gateway will display for. If no user roles " +"are chosen the gateway will display for all users" +msgstr "" + +#: classes/class-wc-invoice-gateway.php:126 +msgid "Select user roles" +msgstr "" + +#: classes/class-wc-invoice-gateway.php:130 msgid "Enable for shipping methods" msgstr "" -#: classes/class-wc-invoice-gateway.php:118 +#: classes/class-wc-invoice-gateway.php:135 msgid "" "If Invoice is only available for certain methods, set it up here. Leave " "blank to enable for all methods." msgstr "" -#: classes/class-wc-invoice-gateway.php:122 +#: classes/class-wc-invoice-gateway.php:139 msgid "Select shipping methods" msgstr "" -#: classes/class-wc-invoice-gateway.php:126 +#: classes/class-wc-invoice-gateway.php:143 msgid "Accept for virtual orders" msgstr "" -#: classes/class-wc-invoice-gateway.php:127 +#: classes/class-wc-invoice-gateway.php:144 msgid "Accept Invoice if the order is virtual" msgstr "" -#: classes/class-wc-invoice-gateway.php:226 +#: classes/class-wc-invoice-gateway.php:275 msgid "Awaiting invoice payment" msgstr ""