diff --git a/assets/js/admin/woocommerce_admin.min.js b/assets/js/admin/woocommerce_admin.min.js index aadf5f85787..fc6d848b306 100644 --- a/assets/js/admin/woocommerce_admin.min.js +++ b/assets/js/admin/woocommerce_admin.min.js @@ -1 +1 @@ -jQuery(function(a){a(document.body).on("wc_add_error_tip",function(b,c,d){var e=c.position();0===c.parent().find(".wc_error_tip").length&&(c.after('
'+woocommerce_admin[d]+"
"),c.parent().find(".wc_error_tip").css("left",e.left+c.width()-c.width()/2-a(".wc_error_tip").width()/2).css("top",e.top+c.height()).fadeIn("100"))}).on("wc_remove_error_tip",function(b,c,d){c.parent().find(".wc_error_tip."+d).fadeOut("100",function(){a(this).remove()})}).on("click",function(){a(".wc_error_tip").fadeOut("100",function(){a(this).remove()})}).on("blur",".wc_input_decimal[type=text], .wc_input_price[type=text], .wc_input_country_iso[type=text]",function(){a(".wc_error_tip").fadeOut("100",function(){a(this).remove()})}).on("change",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc-order-totals #refund_amount[type=text]",function(){var b;b=a(this).is(".wc_input_price")||a(this).is("#refund_amount")?new RegExp("[^-0-9%\\"+woocommerce_admin.mon_decimal_point+"]+","gi"):new RegExp("[^-0-9%\\"+woocommerce_admin.decimal_point+"]+","gi");var c=a(this).val(),d=c.replace(b,"");c!==d&&a(this).val(d)}).on("keyup",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc_input_country_iso[type=text], .wc-order-totals #refund_amount[type=text]",function(){var b,c;a(this).is(".wc_input_price")||a(this).is("#refund_amount")?(b=new RegExp("[^-0-9%\\"+woocommerce_admin.mon_decimal_point+"]+","gi"),c="i18n_mon_decimal_error"):a(this).is(".wc_input_country_iso")?(b=new RegExp("([^A-Z])+|(.){3,}","im"),c="i18n_country_iso_error"):(b=new RegExp("[^-0-9%\\"+woocommerce_admin.decimal_point+"]+","gi"),c="i18n_decimal_error");var d=a(this).val(),e=d.replace(b,"");d!==e?a(document.body).triggerHandler("wc_add_error_tip",[a(this),c]):a(document.body).triggerHandler("wc_remove_error_tip",[a(this),c])}).on("change","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var b,c=a(this);b=c.attr("name").indexOf("variable")!==-1?c.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):a("#_regular_price");var d=parseFloat(window.accounting.unformat(c.val(),woocommerce_admin.mon_decimal_point)),e=parseFloat(window.accounting.unformat(b.val(),woocommerce_admin.mon_decimal_point));d>=e&&a(this).val("")}).on("keyup","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var b,c=a(this);b=c.attr("name").indexOf("variable")!==-1?c.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):a("#_regular_price");var d=parseFloat(window.accounting.unformat(c.val(),woocommerce_admin.mon_decimal_point)),e=parseFloat(window.accounting.unformat(b.val(),woocommerce_admin.mon_decimal_point));d>=e?a(document.body).triggerHandler("wc_add_error_tip",[a(this),"i18_sale_less_than_regular_error"]):a(document.body).triggerHandler("wc_remove_error_tip",[a(this),"i18_sale_less_than_regular_error"])}).on("init_tooltips",function(){var b={attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200};a(".tips, .help_tip, .woocommerce-help-tip").tipTip(b),a(".parent-tips").each(function(){a(this).closest("a, th").attr("data-tip",a(this).data("tip")).tipTip(b).css("cursor","help")})}),a(document.body).trigger("init_tooltips"),a(".wc_input_table.sortable tbody").sortable({items:"tr",cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,placeholder:"wc-metabox-sortable-placeholder",start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")}}),a(".wc_input_table .remove_rows").click(function(){var b=a(this).closest(".wc_input_table").find("tbody");if(b.find("tr.current").length>0){var c=b.find("tr.current");c.each(function(){a(this).remove()})}return!1});var b=!1,c=!1,d=!1;a(document.body).bind("keyup keydown",function(a){c=a.shiftKey,b=a.ctrlKey||a.metaKey}),a(".wc_input_table").on("focus click","input",function(e){var f=a(this).closest("table, tbody"),g=a(this).closest("tr");("focus"===e.type&&d!==g.index()||"click"===e.type&&a(this).is(":focus"))&&(d=g.index(),c||b?c?(a("tr",f).removeClass("current"),g.addClass("selected_now").addClass("current"),a("tr.last_selected",f).length>0&&(g.index()>a("tr.last_selected",f).index()?a("tr",f).slice(a("tr.last_selected",f).index(),g.index()).addClass("current"):a("tr",f).slice(g.index(),a("tr.last_selected",f).index()+1).addClass("current")),a("tr",f).removeClass("last_selected"),g.addClass("last_selected")):(a("tr",f).removeClass("last_selected"),b&&a(this).closest("tr").is(".current")?g.removeClass("current"):g.addClass("current").addClass("last_selected")):(a("tr",f).removeClass("current").removeClass("last_selected"),g.addClass("current").addClass("last_selected")),a("tr",f).removeClass("selected_now"))}).on("blur","input",function(){d=!1}),a(".woocommerce_page_wc-settings .shippingrows tbody tr:even, table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),a(document.body).on("click",".show_order_items",function(){return a(this).closest("td").find("table").toggle(),!1}),a("select.availability").change(function(){"all"===a(this).val()?a(this).closest("tr").next("tr").hide():a(this).closest("tr").next("tr").show()}).change(),a(".hide_options_if_checked").each(function(){a(this).find("input:eq(0)").change(function(){a(this).is(":checked")?a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide():a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show()}).change()}),a(".show_options_if_checked").each(function(){a(this).find("input:eq(0)").change(function(){a(this).is(":checked")?a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show():a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide()}).change()}),a("input#woocommerce_demo_store").change(function(){a(this).is(":checked")?a("#woocommerce_demo_store_notice").closest("tr").show():a("#woocommerce_demo_store_notice").closest("tr").hide()}).change(),a("table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),a("#contextual-help-link").on("click",function(){var b=a("#tab-panel-woocommerce_101_tab iframe");b.attr("src",b.data("src"))})}); \ No newline at end of file +jQuery(function(a){a(document.body).on("wc_add_error_tip",function(b,c,d){var e=c.position();0===c.parent().find(".wc_error_tip").length&&(c.after('
'+woocommerce_admin[d]+"
"),c.parent().find(".wc_error_tip").css("left",e.left+c.width()-c.width()/2-a(".wc_error_tip").width()/2).css("top",e.top+c.height()).fadeIn("100"))}).on("wc_remove_error_tip",function(b,c,d){c.parent().find(".wc_error_tip."+d).fadeOut("100",function(){a(this).remove()})}).on("click",function(){a(".wc_error_tip").fadeOut("100",function(){a(this).remove()})}).on("blur",".wc_input_decimal[type=text], .wc_input_price[type=text], .wc_input_country_iso[type=text]",function(){a(".wc_error_tip").fadeOut("100",function(){a(this).remove()})}).on("change",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc-order-totals #refund_amount[type=text]",function(){var b;b=a(this).is(".wc_input_price")||a(this).is("#refund_amount")?new RegExp("[^-0-9%\\"+woocommerce_admin.mon_decimal_point+"]+","gi"):new RegExp("[^-0-9%\\"+woocommerce_admin.decimal_point+"]+","gi");var c=a(this).val(),d=c.replace(b,"");c!==d&&a(this).val(d)}).on("keyup",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc_input_country_iso[type=text], .wc-order-totals #refund_amount[type=text]",function(){var b,c;a(this).is(".wc_input_price")||a(this).is("#refund_amount")?(b=new RegExp("[^-0-9%\\"+woocommerce_admin.mon_decimal_point+"]+","gi"),c="i18n_mon_decimal_error"):a(this).is(".wc_input_country_iso")?(b=new RegExp("([^A-Z])+|(.){3,}","im"),c="i18n_country_iso_error"):(b=new RegExp("[^-0-9%\\"+woocommerce_admin.decimal_point+"]+","gi"),c="i18n_decimal_error");var d=a(this).val(),e=d.replace(b,"");d!==e?a(document.body).triggerHandler("wc_add_error_tip",[a(this),c]):a(document.body).triggerHandler("wc_remove_error_tip",[a(this),c])}).on("change","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var b,c=a(this);b=c.attr("name").indexOf("variable")!==-1?c.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):a("#_regular_price");var d=parseFloat(window.accounting.unformat(c.val(),woocommerce_admin.mon_decimal_point)),e=parseFloat(window.accounting.unformat(b.val(),woocommerce_admin.mon_decimal_point));d>=e&&a(this).val("")}).on("keyup","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var b,c=a(this);b=c.attr("name").indexOf("variable")!==-1?c.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):a("#_regular_price");var d=parseFloat(window.accounting.unformat(c.val(),woocommerce_admin.mon_decimal_point)),e=parseFloat(window.accounting.unformat(b.val(),woocommerce_admin.mon_decimal_point));d>=e?a(document.body).triggerHandler("wc_add_error_tip",[a(this),"i18_sale_less_than_regular_error"]):a(document.body).triggerHandler("wc_remove_error_tip",[a(this),"i18_sale_less_than_regular_error"])}).on("init_tooltips",function(){var b={attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200};a(".tips, .help_tip, .woocommerce-help-tip").tipTip(b),a(".parent-tips").each(function(){a(this).closest("a, th").attr("data-tip",a(this).data("tip")).tipTip(b).css("cursor","help")})}),a(document.body).trigger("init_tooltips"),a(".wc_input_table.sortable tbody").sortable({items:"tr",cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,placeholder:"wc-metabox-sortable-placeholder",start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")}}),a(".wc_input_table .remove_rows").click(function(){var b=a(this).closest(".wc_input_table").find("tbody");if(b.find("tr.current").length>0){var c=b.find("tr.current");c.each(function(){a(this).remove()})}return!1});var b=!1,c=!1,d=!1;a(document.body).bind("keyup keydown",function(a){c=a.shiftKey,b=a.ctrlKey||a.metaKey}),a(".wc_input_table").on("focus click","input",function(e){var f=a(this).closest("table, tbody"),g=a(this).closest("tr");("focus"===e.type&&d!==g.index()||"click"===e.type&&a(this).is(":focus"))&&(d=g.index(),c||b?c?(a("tr",f).removeClass("current"),g.addClass("selected_now").addClass("current"),a("tr.last_selected",f).length>0&&(g.index()>a("tr.last_selected",f).index()?a("tr",f).slice(a("tr.last_selected",f).index(),g.index()).addClass("current"):a("tr",f).slice(g.index(),a("tr.last_selected",f).index()+1).addClass("current")),a("tr",f).removeClass("last_selected"),g.addClass("last_selected")):(a("tr",f).removeClass("last_selected"),b&&a(this).closest("tr").is(".current")?g.removeClass("current"):g.addClass("current").addClass("last_selected")):(a("tr",f).removeClass("current").removeClass("last_selected"),g.addClass("current").addClass("last_selected")),a("tr",f).removeClass("selected_now"))}).on("blur","input",function(){d=!1}),a(".woocommerce_page_wc-settings .shippingrows tbody tr:even, table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),a(document.body).on("click",".show_order_items",function(){return a(this).closest("td").find("table").toggle(),!1}),a("select.availability").change(function(){"all"===a(this).val()?a(this).closest("tr").next("tr").hide():a(this).closest("tr").next("tr").show()}).change(),a(".hide_options_if_checked").each(function(){a(this).find("input:eq(0)").change(function(){a(this).is(":checked")?a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide():a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show()}).change()}),a(".show_options_if_checked").each(function(){a(this).find("input:eq(0)").change(function(){a(this).is(":checked")?a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show():a(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide()}).change()}),a("input#woocommerce_demo_store").change(function(){a(this).is(":checked")?a("#woocommerce_demo_store_notice").closest("tr").show():a("#woocommerce_demo_store_notice").closest("tr").hide()}).change(),a("table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),a("#contextual-help-link").on("click",function(){var b=a("#tab-panel-woocommerce_guided_tour_tab iframe");b.attr("src",b.data("src"))})}); \ No newline at end of file diff --git a/i18n/languages/woocommerce.pot b/i18n/languages/woocommerce.pot index 2cd23013471..8236af6b2dd 100644 --- a/i18n/languages/woocommerce.pot +++ b/i18n/languages/woocommerce.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the WooCommerce package. msgid "" msgstr "" -"Project-Id-Version: WooCommerce 2.7.0-beta-4\n" +"Project-Id-Version: WooCommerce 2.7.0-RC1\n" "Report-Msgid-Bugs-To: https://github.com/woocommerce/woocommerce/issues\n" -"POT-Creation-Date: 2017-02-27 22:59:14+00:00\n" +"POT-Creation-Date: 2017-02-28 18:02:13+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -2485,7 +2485,7 @@ msgstr "" msgid "Orissa" msgstr "" -#: i18n/states/IN.php:33 +#: i18n/states/IN.php:33 i18n/states/PK.php:19 msgid "Punjab" msgstr "" @@ -4181,6 +4181,34 @@ msgstr "" msgid "Metro Manila" msgstr "" +#: i18n/states/PK.php:13 +msgid "Azad Kashmir" +msgstr "" + +#: i18n/states/PK.php:14 +msgid "Balochistan" +msgstr "" + +#: i18n/states/PK.php:15 +msgid "FATA" +msgstr "" + +#: i18n/states/PK.php:16 +msgid "Gilgit Baltistan" +msgstr "" + +#: i18n/states/PK.php:17 +msgid "Islamabad Capital Territory" +msgstr "" + +#: i18n/states/PK.php:18 +msgid "Khyber Pakhtunkhwa" +msgstr "" + +#: i18n/states/PK.php:20 +msgid "Sindh" +msgstr "" + #: i18n/states/TH.php:13 msgid "" "Amnat Charoen " @@ -6320,177 +6348,204 @@ msgstr "" #: includes/admin/class-wc-admin-help.php:41 #: includes/admin/class-wc-admin-help.php:45 -msgid "General settings" +msgid "General Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:49 -msgid "Product settings" +msgid "Product Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:53 -msgid "Tax settings" +msgid "Display Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:57 -#: includes/admin/settings/class-wc-settings-shipping.php:48 -#: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:8 -#: includes/admin/settings/views/html-admin-page-shipping-zones-instance.php:7 -#: includes/admin/settings/views/html-admin-page-shipping-zones.php:8 -#: includes/admin/views/html-notice-legacy-shipping.php:13 -msgid "Shipping zones" +msgid "Inventory Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:61 -#: includes/admin/settings/class-wc-settings-shipping.php:49 -#: includes/admin/settings/class-wc-settings-shipping.php:77 -msgid "Shipping options" +msgid "Downloadable Products Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:65 -#: includes/admin/settings/class-wc-settings-shipping.php:50 -#: includes/admin/settings/views/html-admin-page-shipping-classes.php:8 -#: includes/class-wc-post-types.php:154 -msgid "Shipping classes" +msgid "Tax Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:69 -msgid "Checkout settings" -msgstr "" - #: includes/admin/class-wc-admin-help.php:73 -#: includes/admin/class-wc-admin-setup-wizard.php:606 -msgid "Bank transfer (BACS) payments" -msgstr "" - #: includes/admin/class-wc-admin-help.php:77 -msgid "Check payments" +msgid "Tax Rate Example" msgstr "" #: includes/admin/class-wc-admin-help.php:81 -#: includes/admin/class-wc-admin-setup-wizard.php:612 -#: includes/gateways/cod/class-wc-gateway-cod.php:51 -#: includes/gateways/cod/class-wc-gateway-cod.php:78 -msgid "Cash on delivery" +msgid "Shipping Zones" msgstr "" #: includes/admin/class-wc-admin-help.php:85 -#: includes/admin/class-wc-admin-setup-wizard.php:586 -msgid "PayPal Standard" +msgid "Shipping Options" msgstr "" #: includes/admin/class-wc-admin-help.php:89 -#: includes/admin/class-wc-admin-setup-wizard.php:565 -msgid "PayPal by Braintree" +msgid "Shipping Classes" msgstr "" #: includes/admin/class-wc-admin-help.php:93 -#: includes/admin/class-wc-admin-setup-wizard.php:579 -msgid "Stripe" +msgid "Checkout Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:97 -#: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:24 -msgid "Simplify Commerce" +msgid "Bank Transfer (BACS) Payment Method" msgstr "" #: includes/admin/class-wc-admin-help.php:101 -msgid "Account settings" +msgid "Check Payment Method" msgstr "" #: includes/admin/class-wc-admin-help.php:105 -msgid "Email settings" +msgid "Cash on Delivery (COD) Payment Method" msgstr "" #: includes/admin/class-wc-admin-help.php:109 -msgid "Webhook settings" +msgid "PayPal Standard Method" msgstr "" #: includes/admin/class-wc-admin-help.php:113 -msgid "Simple products" +msgid "PayPal by Braintree Payment Method" msgstr "" #: includes/admin/class-wc-admin-help.php:117 -#: includes/admin/class-wc-admin-pointers.php:192 -#: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184 -#: includes/class-wc-post-types.php:83 -#: includes/widgets/class-wc-widget-product-categories.php:43 -msgid "Product categories" +msgid "Stripe Payment Method" msgstr "" #: includes/admin/class-wc-admin-help.php:121 +msgid "Account Settings" +msgstr "" + #: includes/admin/class-wc-admin-help.php:125 -msgid "Product categories, tags, shipping classes, and attributes" +msgid "Email Settings" msgstr "" #: includes/admin/class-wc-admin-help.php:129 -#: includes/admin/class-wc-admin-help.php:194 -#: includes/admin/class-wc-admin-help.php:203 -#: includes/admin/class-wc-admin-menus.php:97 -#: includes/admin/views/html-admin-page-status.php:12 -msgid "System status" +#: includes/admin/class-wc-admin-help.php:133 +msgid "API Settings" msgstr "" -#: includes/admin/class-wc-admin-help.php:133 +#: includes/admin/class-wc-admin-help.php:137 +msgid "Keys & Apps" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:141 +#: includes/admin/class-wc-admin-webhooks.php:431 +#: includes/admin/settings/class-wc-settings-api.php:47 +#: includes/class-wc-post-types.php:421 +msgid "Webhooks" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:145 +msgid "Creating Products" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:149 +msgid "Product Categories" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:153 +msgid "Product Tags" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:157 +msgid "Product Attributes" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:161 +msgid "System Status" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:165 +#: includes/admin/views/html-admin-page-status.php:13 +msgid "Tools" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:169 #: includes/admin/class-wc-admin-menus.php:70 msgid "Reports" msgstr "" -#: includes/admin/class-wc-admin-help.php:137 -#: includes/admin/class-wc-admin-help.php:141 +#: includes/admin/class-wc-admin-help.php:173 +msgid "Customer Reports" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:177 +msgid "Stock Reports" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:181 +msgid "Tax Reports" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:185 +#: includes/admin/class-wc-admin-help.php:189 #: includes/admin/settings/class-wc-settings-checkout.php:74 #: includes/class-wc-post-types.php:380 msgid "Coupons" msgstr "" -#: includes/admin/class-wc-admin-help.php:145 -#: includes/admin/class-wc-admin-help.php:149 -msgid "Managing orders" +#: includes/admin/class-wc-admin-help.php:193 +#: includes/admin/class-wc-admin-help.php:197 +msgid "Managing Orders" msgstr "" -#: includes/admin/class-wc-admin-help.php:172 -#: includes/admin/class-wc-admin-help.php:174 -msgid "WooCommerce 101" +#: includes/admin/class-wc-admin-help.php:220 +#: includes/admin/class-wc-admin-help.php:222 +msgid "Guided Tour" msgstr "" -#: includes/admin/class-wc-admin-help.php:181 -#: includes/admin/class-wc-admin-help.php:183 +#: includes/admin/class-wc-admin-help.php:233 +#: includes/admin/class-wc-admin-help.php:235 msgid "Help & Support" msgstr "" -#: includes/admin/class-wc-admin-help.php:185 +#: includes/admin/class-wc-admin-help.php:237 msgid "" "Should you need help understanding, using, or extending WooCommerce, splease read our documentation. You will find all kinds of " +"href=\"%s\">please read our documentation. You will find all kinds of " "resources including snippets, tutorials and much more." msgstr "" -#: includes/admin/class-wc-admin-help.php:189 +#: includes/admin/class-wc-admin-help.php:241 msgid "" "For further assistance with WooCommerce core you can use the community forum. If you need help with premium extensions " "sold by WooCommerce, please use our helpdesk." msgstr "" -#: includes/admin/class-wc-admin-help.php:193 +#: includes/admin/class-wc-admin-help.php:245 msgid "" "Before asking for help we recommend checking the system status page to " "identify any problems with your configuration." msgstr "" -#: includes/admin/class-wc-admin-help.php:194 +#: includes/admin/class-wc-admin-help.php:246 +#: includes/admin/class-wc-admin-help.php:255 +#: includes/admin/class-wc-admin-menus.php:97 +#: includes/admin/views/html-admin-page-status.php:12 +msgid "System status" +msgstr "" + +#: includes/admin/class-wc-admin-help.php:246 msgid "Community forum" msgstr "" -#: includes/admin/class-wc-admin-help.php:194 +#: includes/admin/class-wc-admin-help.php:246 msgid "WooCommerce helpdesk" msgstr "" -#: includes/admin/class-wc-admin-help.php:199 -#: includes/admin/class-wc-admin-help.php:201 +#: includes/admin/class-wc-admin-help.php:251 +#: includes/admin/class-wc-admin-help.php:253 msgid "Found a bug?" msgstr "" -#: includes/admin/class-wc-admin-help.php:202 +#: includes/admin/class-wc-admin-help.php:254 msgid "" "If you find a bug within WooCommerce core you can create a ticket via Github issues. Ensure you read the system status report." msgstr "" -#: includes/admin/class-wc-admin-help.php:203 +#: includes/admin/class-wc-admin-help.php:255 msgid "Report a bug" msgstr "" -#: includes/admin/class-wc-admin-help.php:209 -#: includes/admin/class-wc-admin-help.php:211 +#: includes/admin/class-wc-admin-help.php:261 +#: includes/admin/class-wc-admin-help.php:263 msgid "Education" msgstr "" -#: includes/admin/class-wc-admin-help.php:212 +#: includes/admin/class-wc-admin-help.php:264 msgid "" "If you would like to learn about using WooCommerce from an expert, consider " "following a WooCommerce course offered by one of our educational partners." msgstr "" -#: includes/admin/class-wc-admin-help.php:213 +#: includes/admin/class-wc-admin-help.php:265 msgid "View education partners" msgstr "" -#: includes/admin/class-wc-admin-help.php:218 -#: includes/admin/class-wc-admin-help.php:220 -#: includes/admin/class-wc-admin-help.php:222 +#: includes/admin/class-wc-admin-help.php:270 +#: includes/admin/class-wc-admin-help.php:272 +#: includes/admin/class-wc-admin-help.php:274 msgid "Setup wizard" msgstr "" -#: includes/admin/class-wc-admin-help.php:221 +#: includes/admin/class-wc-admin-help.php:273 msgid "" "If you need to access the setup wizard again, please click on the button " "below." msgstr "" -#: includes/admin/class-wc-admin-help.php:227 +#: includes/admin/class-wc-admin-help.php:279 msgid "For more information:" msgstr "" -#: includes/admin/class-wc-admin-help.php:228 +#: includes/admin/class-wc-admin-help.php:280 msgid "About WooCommerce" msgstr "" -#: includes/admin/class-wc-admin-help.php:229 +#: includes/admin/class-wc-admin-help.php:281 msgid "WordPress.org project" msgstr "" -#: includes/admin/class-wc-admin-help.php:230 +#: includes/admin/class-wc-admin-help.php:282 msgid "Github project" msgstr "" -#: includes/admin/class-wc-admin-help.php:231 +#: includes/admin/class-wc-admin-help.php:283 msgid "Official themes" msgstr "" -#: includes/admin/class-wc-admin-help.php:232 +#: includes/admin/class-wc-admin-help.php:284 msgid "Official extensions" msgstr "" @@ -6896,6 +6951,13 @@ msgid "" "your products to make them easier for customers to find." msgstr "" +#: includes/admin/class-wc-admin-pointers.php:192 +#: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184 +#: includes/class-wc-post-types.php:83 +#: includes/widgets/class-wc-widget-product-categories.php:43 +msgid "Product categories" +msgstr "" + #: includes/admin/class-wc-admin-pointers.php:193 msgid "" "Optionally assign categories to your products to make them easier to browse " @@ -8055,6 +8117,10 @@ msgid "" "settings screen. If in doubt, speak to an accountant." msgstr "" +#: includes/admin/class-wc-admin-setup-wizard.php:565 +msgid "PayPal by Braintree" +msgstr "" + #: includes/admin/class-wc-admin-setup-wizard.php:567 #: includes/admin/class-wc-admin-setup-wizard.php:574 msgid "" @@ -8066,12 +8132,20 @@ msgstr "" msgid "PayPal Express Checkout" msgstr "" +#: includes/admin/class-wc-admin-setup-wizard.php:579 +msgid "Stripe" +msgstr "" + #: includes/admin/class-wc-admin-setup-wizard.php:581 msgid "" "A modern and robust way to accept credit card payments on your store. Learn more about Stripe." msgstr "" +#: includes/admin/class-wc-admin-setup-wizard.php:586 +msgid "PayPal Standard" +msgstr "" + #: includes/admin/class-wc-admin-setup-wizard.php:587 msgid "Accept payments via PayPal using account balance or credit card." msgstr "" @@ -8085,10 +8159,20 @@ msgstr "" msgid "A simple offline gateway that lets you accept a check as method of payment." msgstr "" +#: includes/admin/class-wc-admin-setup-wizard.php:606 +msgid "Bank transfer (BACS) payments" +msgstr "" + #: includes/admin/class-wc-admin-setup-wizard.php:607 msgid "A simple offline gateway that lets you accept BACS payment." msgstr "" +#: includes/admin/class-wc-admin-setup-wizard.php:612 +#: includes/gateways/cod/class-wc-gateway-cod.php:51 +#: includes/gateways/cod/class-wc-gateway-cod.php:78 +msgid "Cash on delivery" +msgstr "" + #: includes/admin/class-wc-admin-setup-wizard.php:613 msgid "A simple offline gateway that lets you accept cash on delivery." msgstr "" @@ -8133,7 +8217,7 @@ msgid "Learn more" msgstr "" #: includes/admin/class-wc-admin-setup-wizard.php:771 -msgid "Watch the WC 101 video walkthroughs" +msgid "Watch the Guided Tour videos" msgstr "" #: includes/admin/class-wc-admin-setup-wizard.php:772 @@ -8339,12 +8423,6 @@ msgstr "" msgid "Webhook created successfully." msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:431 -#: includes/admin/settings/class-wc-settings-api.php:47 -#: includes/class-wc-post-types.php:421 -msgid "Webhooks" -msgstr "" - #: includes/admin/class-wc-admin-webhooks.php:431 #: includes/class-wc-post-types.php:424 msgid "Add webhook" @@ -11241,6 +11319,25 @@ msgstr "" msgid "Only allow reviews from \"verified owners\"" msgstr "" +#: includes/admin/settings/class-wc-settings-shipping.php:48 +#: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:8 +#: includes/admin/settings/views/html-admin-page-shipping-zones-instance.php:7 +#: includes/admin/settings/views/html-admin-page-shipping-zones.php:8 +#: includes/admin/views/html-notice-legacy-shipping.php:13 +msgid "Shipping zones" +msgstr "" + +#: includes/admin/settings/class-wc-settings-shipping.php:49 +#: includes/admin/settings/class-wc-settings-shipping.php:77 +msgid "Shipping options" +msgstr "" + +#: includes/admin/settings/class-wc-settings-shipping.php:50 +#: includes/admin/settings/views/html-admin-page-shipping-classes.php:8 +#: includes/class-wc-post-types.php:154 +msgid "Shipping classes" +msgstr "" + #: includes/admin/settings/class-wc-settings-shipping.php:80 msgid "Calculations" msgstr "" @@ -12716,10 +12813,6 @@ msgstr "" msgid "Learn how to update" msgstr "" -#: includes/admin/views/html-admin-page-status.php:13 -msgid "Tools" -msgstr "" - #: includes/admin/views/html-admin-page-status.php:14 msgid "Logs" msgstr "" @@ -18245,7 +18338,7 @@ msgstr "" msgid "%1$d updates complete. Database version is %2$s" msgstr "" -#: includes/data-stores/abstract-wc-order-data-store-cpt.php:169 +#: includes/data-stores/abstract-wc-order-data-store-cpt.php:181 #. translators: %s: Order date msgid "Order – %s" msgstr "" @@ -18806,7 +18899,7 @@ msgid "Account name" msgstr "" #: includes/gateways/bacs/class-wc-gateway-bacs.php:130 -#: includes/gateways/bacs/class-wc-gateway-bacs.php:297 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:301 #: includes/gateways/class-wc-payment-gateway-echeck.php:44 msgid "Account number" msgstr "" @@ -18816,7 +18909,7 @@ msgid "Bank name" msgstr "" #: includes/gateways/bacs/class-wc-gateway-bacs.php:133 -#: includes/gateways/bacs/class-wc-gateway-bacs.php:305 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:309 msgid "IBAN" msgstr "" @@ -18832,45 +18925,49 @@ msgstr "" msgid "Remove selected account(s)" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:282 -msgid "Our bank details" +#: includes/gateways/bacs/class-wc-gateway-bacs.php:297 +msgid "Bank" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:309 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:313 msgid "BIC" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:337 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:329 +msgid "Our bank details" +msgstr "" + +#: includes/gateways/bacs/class-wc-gateway-bacs.php:346 msgid "Awaiting BACS payment" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:366 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:375 msgid "BSB" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:371 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:380 msgid "Bank transit number" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:376 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:385 msgid "IFSC" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:381 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:390 msgid "Branch sort" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:386 -#: includes/gateways/bacs/class-wc-gateway-bacs.php:391 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:395 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:400 msgid "Bank code" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:396 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:405 #: includes/gateways/class-wc-payment-gateway-echeck.php:40 msgid "Routing number" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:401 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:410 msgid "Branch code" msgstr "" @@ -19358,6 +19455,10 @@ msgstr "" msgid "Payment was declined by Simplify Commerce." msgstr "" +#: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:24 +msgid "Simplify Commerce" +msgstr "" + #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:25 msgid "" "Take payments via Simplify Commerce - uses simplify.js to create card " @@ -19532,7 +19633,7 @@ msgstr "" msgid "Download" msgstr "" -#: includes/legacy/abstract-wc-legacy-product.php:65 +#: includes/legacy/abstract-wc-legacy-product.php:72 msgid "Product properties should not be accessed directly." msgstr "" @@ -21353,7 +21454,7 @@ msgstr "" msgid "Billing & Shipping" msgstr "" -#: templates/checkout/form-billing.php:54 +#: templates/checkout/form-billing.php:53 msgid "Create an account?" msgstr "" @@ -22309,7 +22410,7 @@ msgid "my-account" msgstr "" #: includes/class-wc-order-refund.php:64 -#: includes/data-stores/abstract-wc-order-data-store-cpt.php:169 +#: includes/data-stores/abstract-wc-order-data-store-cpt.php:181 #: includes/data-stores/class-wc-order-refund-data-store-cpt.php:101 msgctxt "Order date parsed by strftime" msgid "%b %d, %Y @ %I:%M %p" diff --git a/readme.txt b/readme.txt index d2e37f7f047..ace56fd9bb5 100644 --- a/readme.txt +++ b/readme.txt @@ -161,7 +161,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woocommerce/wo == Changelog == -= 2.7.0 - 20XX-XX-XX = += 2.7.0 - 2017-03-14 = * New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() - wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider * Made the store notice dismissible on the frontend. * Variable products no longer show striked out prices in combination with ranges for clarity when on sale. @@ -227,4 +227,4 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woocommerce/wo == Upgrade Notice == = 2.7 = -2.7 is a major update. It is important that you make backups and ensure themes and extensions are 2.7 compatible before upgrading.. +2.7 is a major update. It is important that you make backups and ensure themes and extensions are 2.7 compatible before upgrading. diff --git a/woocommerce.php b/woocommerce.php index 54e4cbacba2..4e7a80b5e88 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: https://woocommerce.com/ * Description: An e-commerce toolkit that helps you sell anything. Beautifully. - * Version: 2.7.0-beta-4 + * Version: 2.7.0-RC1 * Author: Automattic * Author URI: https://woocommerce.com * Requires at least: 4.4