From a581616f4dc6380ac6dac11a7e0b1a3fff87ac69 Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Date: Thu, 7 Sep 2017 11:58:45 +0600 Subject: [PATCH] Version bump, make pot file and changelog updated --- assets/css/style.css | 146 +++--- changelog.txt | 2 +- dokan.php | 46 +- languages/dokan-lite.pot | 963 ++++++++++++++++++++++++--------------- package.json | 2 +- readme.txt | 13 +- 6 files changed, 717 insertions(+), 455 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 32da60e117..f04301310f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -17,14 +17,14 @@ float: right; font-weight: bold; line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; + color: #000000; + text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .dokan-close:hover, .dokan-close:focus { - color: #000; + color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -144,10 +144,10 @@ button.dokan-close { .tooltip-inner { max-width: 200px; padding: 10px !important; - color: #fff; + color: #ffffff; text-align: center; text-decoration: none; - background-color: #000; + background-color: #000000; border-radius: 4px; font-weight: normal !important; } @@ -163,52 +163,52 @@ button.dokan-close { left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: #000000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: #000000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: #000; + border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: #000; + border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: #000000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: #000000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: #000000; } .dokan-form-container label { display: inline-block; @@ -218,7 +218,7 @@ button.dokan-close { .dokan-form-control { background-color: #ffffff; background-image: none; - border: 1px solid #EDEDED; + border: 1px solid #ededed; padding: 4px 6px; border-radius: 0; color: #555555; @@ -287,7 +287,7 @@ select.dokan-form-control { color: #555; text-align: center; background-color: #eee; - border: 1px solid #EDEDED; + border: 1px solid #ededed; border-radius: 4px; } .dokan-input-group-addon input[type="radio"], @@ -422,7 +422,7 @@ select.dokan-form-control { text-align: left; } .wp-editor-wrap { - border: 1px solid #EDEDED; + border: 1px solid #ededed; } .dokan-message, .dokan-info, @@ -431,9 +431,9 @@ select.dokan-form-control { margin: 5px 0 15px 0; position: relative; background: #fff; - border-bottom: 1px solid #EDEDED; - border-left: 1px solid #EDEDED; - border-right: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; + border-left: 1px solid #ededed; + border-right: 1px solid #ededed; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; @@ -478,7 +478,7 @@ select.dokan-form-control { font-weight: 700; } ul.dokan_tabs { - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; margin-bottom: 20px; line-height: 24px; } @@ -488,7 +488,7 @@ ul.dokan_tabs > li { ul.dokan_tabs li { display: inline-block; margin-right: 5px !important; - border: 1px solid #EDEDED; + border: 1px solid #ededed; border-bottom: none; } ul.dokan_tabs li:first-child { @@ -519,7 +519,7 @@ ul.dokan_tabs li.active { } .dokan-pagination-container .dokan-pagination li a { padding: 3px 10px; - border: 1px solid #EDEDED; + border: 1px solid #ededed; margin-right: 3px; text-decoration: none; } @@ -579,7 +579,7 @@ a.dokan-btn.active, input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme { - color: #fff; + color: #ffffff; background-color: #f05025; border-color: #f05025; } @@ -598,7 +598,7 @@ a.dokan-btn-theme.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-theme, .open .dropdown-togglea.dokan-btn-theme, .open .dropdown-toggle.dokan-btn-theme { - color: #fff; + color: #ffffff; background-color: #dd3b0f; border-color: #ca360e; } @@ -670,7 +670,7 @@ a.dokan-btn-theme .badge, input[type="submit"].dokan-btn-success, a.dokan-btn-success, .dokan-btn-success { - color: #fff; + color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } @@ -689,7 +689,7 @@ a.dokan-btn-success.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-success, .open .dropdown-togglea.dokan-btn-success, .open .dropdown-toggle.dokan-btn-success { - color: #fff; + color: #ffffff; background-color: #47a447; border-color: #398439; } @@ -761,9 +761,9 @@ a.dokan-btn-success .badge, input[type="submit"].dokan-btn-default, a.dokan-btn-default, .dokan-btn-default { - color: #333; - background-color: #fff; - border-color: #ccc; + color: #333333; + background-color: #ffffff; + border-color: #cccccc; } input[type="submit"].dokan-btn-default:hover, a.dokan-btn-default:hover, @@ -780,7 +780,7 @@ a.dokan-btn-default.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-default, .open .dropdown-togglea.dokan-btn-default, .open .dropdown-toggle.dokan-btn-default { - color: #333; + color: #333333; background-color: #ebebeb; border-color: #adadad; } @@ -840,19 +840,19 @@ a.dokan-btn-default[disabled].active, fieldset[disabled] input[type="submit"].dokan-btn-default.active, fieldset[disabled] a.dokan-btn-default.active, fieldset[disabled] .dokan-btn-default.active { - background-color: #fff; - border-color: #ccc; + background-color: #ffffff; + border-color: #cccccc; } input[type="submit"].dokan-btn-default .badge, a.dokan-btn-default .badge, .dokan-btn-default .badge { - color: #fff; + color: #ffffff; background-color: #fff; } input[type="submit"].dokan-btn-danger, a.dokan-btn-danger, .dokan-btn-danger { - color: #fff; + color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } @@ -871,7 +871,7 @@ a.dokan-btn-danger.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-danger, .open .dropdown-togglea.dokan-btn-danger, .open .dropdown-toggle.dokan-btn-danger { - color: #fff; + color: #ffffff; background-color: #d2322d; border-color: #ac2925; } @@ -943,7 +943,7 @@ a.dokan-btn-danger .badge, input[type="submit"].dokan-btn-info, a.dokan-btn-info, .dokan-btn-info { - color: #fff; + color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } @@ -962,7 +962,7 @@ a.dokan-btn-info.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-info, .open .dropdown-togglea.dokan-btn-info, .open .dropdown-toggle.dokan-btn-info { - color: #fff; + color: #ffffff; background-color: #39b3d7; border-color: #269abc; } @@ -1061,11 +1061,11 @@ a.dokan-btn-sm, padding: 8px; line-height: 1.42; vertical-align: top; - border-top: 1px solid #EDEDED; + border-top: 1px solid #ededed; } .dokan-table > thead > tr > th { vertical-align: bottom; - border-bottom: 2px solid #EDEDED; + border-bottom: 2px solid #ededed; } .dokan-table > caption + thead > tr:first-child > th, .dokan-table > colgroup + thead > tr:first-child > th, @@ -1076,7 +1076,7 @@ a.dokan-btn-sm, border-top: 0; } .dokan-table > tbody + tbody { - border-top: 2px solid #EDEDED; + border-top: 2px solid #ededed; } .dokan-table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; @@ -1371,7 +1371,7 @@ table.my_account_orders tbody tr td.order-actions a.button { margin-right: 10px; } .dokan-dashboard-content ul.dokan_tabs { - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; margin-bottom: 20px; line-height: 24px; } @@ -1381,7 +1381,7 @@ table.my_account_orders tbody tr td.order-actions a.button { .dokan-dashboard-content ul.dokan_tabs li { display: inline-block; margin-right: 5px !important; - border: 1px solid #EDEDED; + border: 1px solid #ededed; border-bottom: none; } .dokan-dashboard-content ul.dokan_tabs li:first-child { @@ -1406,7 +1406,7 @@ table.my_account_orders tbody tr td.order-actions a.button { font-size: 75%; font-weight: bold; line-height: 1; - color: #fff; + color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; @@ -1414,7 +1414,7 @@ table.my_account_orders tbody tr td.order-actions a.button { } a.dokan-label:hover, a.dokan-label:focus { - color: #fff; + color: #ffffff; text-decoration: none; cursor: pointer; } @@ -1537,7 +1537,7 @@ a.dokan-label:focus { } .dokan-panel { margin-bottom: 20px; - background-color: #fff; + background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); @@ -1566,27 +1566,27 @@ a.dokan-label:focus { .dokan-panel-footer { padding: 10px 15px; background-color: #f5f5f5; - border-top: 1px solid #ddd; + border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .dokan-panel-default { - border-color: #ddd; + border-color: #dddddd; } .dokan-panel-default > .dokan-panel-heading { - color: #333; + color: #333333; background-color: #f5f5f5; - border-color: #ddd; + border-color: #dddddd; } .dokan-panel-default > .dokan-panel-heading + .dokan-panel-collapse > .dokan-panel-body { - border-top-color: #ddd; + border-top-color: #dddddd; } .dokan-panel-default > .dokan-panel-heading .dokan-badge { color: #f5f5f5; - background-color: #333; + background-color: #333333; } .dokan-panel-default > .dokan-panel-footer + .dokan-panel-collapse > .dokan-panel-body { - border-bottom-color: #ddd; + border-bottom-color: #dddddd; } .dokan-clearfix:before, .dokan-clearfix:after { @@ -1622,14 +1622,14 @@ p.help-block { } ul.subsubsub { font-size: 12px; - color: #EDEDED; + color: #ededed; margin: 0 0 10px 0; padding: 0; } ul.subsubsub li { line-height: 13px; padding: 0 5px; - border-right: 1px solid #EDEDED; + border-right: 1px solid #ededed; } ul.subsubsub li:last-child { border-right: none; @@ -2033,7 +2033,7 @@ div.media-sidebar a.edit-attachment { } .dokan-dashboard header.dokan-dashboard-header h1 { margin: 0 0 10px 0; - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; padding: 0 0 10px 0; } .dokan-dashboard header.dokan-dashboard-header .dokan-add-product-link .dokan-btn { @@ -2143,7 +2143,7 @@ div.media-sidebar a.edit-attachment { border-radius: 3px; } .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap { - border: 1px solid #EDEDED; + border: 1px solid #ededed; } .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search-bar { position: relative; @@ -2211,7 +2211,7 @@ div.media-sidebar a.edit-attachment { margin-bottom: 0; } .dokan-orders-content .dokan-orders-area .general-details ul.order-status { - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; margin-bottom: 3px; padding-bottom: 3px; margin-left: 0px; @@ -2246,13 +2246,13 @@ div.media-sidebar a.edit-attachment { } .dokan-orders-content .dokan-orders-area ul.order-statuses-filter { font-size: 12px; - color: #EDEDED; + color: #ededed; } .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li { display: inline-block; line-height: 13px; padding: 0 5px; - border-right: 1px solid #EDEDED; + border-right: 1px solid #ededed; } .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child { border-right: none; @@ -2296,7 +2296,7 @@ div.media-sidebar a.edit-attachment { border-color: #d7cad2 transparent; } .dokan-orders-content .dokan-orders-area tfoot td.value { - border-left: 1px solid #EDEDED; + border-left: 1px solid #ededed; text-align: right; } .dokan-orders-content .dokan-orders-area .order_download_permissions label { @@ -2334,7 +2334,7 @@ div.media-sidebar a.edit-attachment { max-height: 48px; } .dokan-product-listing .dokan-product-listing-area .product-listing-top { - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; line-height: 50px; margin-bottom: 15px; } @@ -2426,7 +2426,7 @@ div.media-sidebar a.edit-attachment { } .dokan-product-edit-area header.dokan-pro-edit-breadcrumb { display: block; - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; padding: 0 0 10px 0; margin: 0 0 15px 0; } @@ -2520,7 +2520,7 @@ div.media-sidebar a.edit-attachment { } .product-edit-new-container header.dokan-pro-edit-breadcrumb { display: block; - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; padding: 0 0 10px 0; margin: 0 0 15px 0; } @@ -3014,7 +3014,7 @@ div.media-sidebar a.edit-attachment { } .product-edit-container .dokan-edit-sidebar .downloadable_files td { border-top: none; - border-bottom: 1px solid #EDEDED; + border-bottom: 1px solid #ededed; } .product-edit-container .dokan-edit-sidebar .downloadable_files td label { font-weight: normal; @@ -3158,7 +3158,7 @@ div.media-sidebar a.edit-attachment { .product-edit-container #product-variations .wc-metabox input[type=text], .product-edit-container #product-variations .wc-metabox input[type=number], .product-edit-container #product-variations .wc-metabox select { - border: 1px solid #EDEDED; + border: 1px solid #ededed; } .product-edit-container #product-variations .wc-metabox select { width: auto; @@ -3168,7 +3168,7 @@ div.media-sidebar a.edit-attachment { padding-top: 10px; } .product-edit-container #product-variations p.toolbar select { - border: 1px solid #EDEDED; + border: 1px solid #ededed; } .product-edit-container #dokan-product-images ul.product_images { margin: 0 0 10px 0; @@ -3618,7 +3618,7 @@ div.media-sidebar a.edit-attachment { } .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img { background-color: #fff; - border: 1px solid #EDEDED; + border: 1px solid #ededed; border-radius: 0; padding: 4px; } @@ -3691,7 +3691,7 @@ div.media-sidebar a.edit-attachment { height: 135px; background-color: #fff; color: inherit; - border: 1px solid #EDEDED; + border: 1px solid #ededed; padding: 0 15px; } .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery { @@ -3745,7 +3745,7 @@ div.media-sidebar a.edit-attachment { width: 100%; padding: 10px; overflow: hidden; - border: 1px solid #EDEDED; + border: 1px solid #ededed; } .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { width: 150px; @@ -3815,7 +3815,7 @@ div.media-sidebar a.edit-attachment { .dokan-single-store .dokan-store-tabs ul { background-color: #fff; border-width: 0 1px 1px 1px; - border-color: #EDEDED; + border-color: #ededed; border-style: solid; margin: 0; padding: 0; @@ -3823,7 +3823,7 @@ div.media-sidebar a.edit-attachment { } .dokan-single-store .dokan-store-tabs ul li { display: inline-block; - border-right: 1px solid #EDEDED; + border-right: 1px solid #ededed; margin-right: -4px; } .dokan-single-store .dokan-store-tabs ul li a { @@ -4073,7 +4073,7 @@ div.media-sidebar a.edit-attachment { position: relative; background-color: #fff; color: #444; - border: 1px solid #EDEDED; + border: 1px solid #ededed; height: 220px; } .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery { @@ -4155,7 +4155,7 @@ div.media-sidebar a.edit-attachment { position: relative; background-color: #fff; color: #444; - border: 1px solid #EDEDED; + border: 1px solid #ededed; } .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery { width: 100%; diff --git a/changelog.txt b/changelog.txt index 7932998754..0f65f10167 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -v2.6.8 -> Aug 28, 2017 +v2.6.8 -> Sep 7, 2017 --------------------- - [new] Dokan Emails now configurable from WooCommerce Email settings with theme override support - [new] Canceled withdraw requests are now shown for vendor diff --git a/dokan.php b/dokan.php index c27d51db00..eedd449423 100755 --- a/dokan.php +++ b/dokan.php @@ -3,7 +3,7 @@ Plugin Name: Dokan Plugin URI: https://wordpress.org/plugins/dokan-lite/ Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs. -Version: 2.6.7 +Version: 2.6.8 Author: weDevs Author URI: https://wedevs.com/ Text Domain: dokan-lite @@ -45,7 +45,7 @@ define( '__DIR__', dirname( __FILE__ ) ); } -define( 'DOKAN_PLUGIN_VERSION', '2.6.7' ); +define( 'DOKAN_PLUGIN_VERSION', '2.6.8' ); define( 'DOKAN_FILE', __FILE__ ); define( 'DOKAN_DIR', __DIR__ ); define( 'DOKAN_INC_DIR', __DIR__ . '/includes' ); @@ -229,7 +229,7 @@ function init_actions() { add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), array( $this, 'plugin_action_links' ) ); add_action( 'in_plugin_update_message-dokan-lite/dokan.php', array( 'Dokan_Installer', 'in_plugin_update_message' ) ); - + //Dokan Email filters for WC Email add_filter( 'woocommerce_email_classes', array( $this, 'load_dokan_emails' ), 35 ); add_filter( 'woocommerce_template_directory', array( $this, 'set_email_template_directory' ), 15, 2 ); @@ -816,14 +816,14 @@ function plugin_action_links( $links ) { return $links; } - + /** * Add Dokan Email classes in WC Email - * + * * @since 2.6.8 - * + * * @param array $wc_emails - * + * * @return $wc_emails */ function load_dokan_emails( $wc_emails ){ @@ -837,18 +837,18 @@ function load_dokan_emails( $wc_emails ){ $wc_emails['Dokan_Email_Contact_Seller'] = include( DOKAN_INC_DIR.'/emails/class-dokan-email-contact-seller.php' ); return $wc_emails; } - + /** * Register Dokan Email actions for WC - * + * * @since 2.6.8 - * + * * @param array $actions - * + * * @return $actions */ function register_email_actions( $actions ) { - + $dokan_email_actions = apply_filters( 'dokan_email_actions', array( 'dokan_new_product_added', 'dokan_email_trigger_new_pending_product', @@ -859,28 +859,28 @@ function register_email_actions( $actions ) { 'dokan_pending_product_published_notification', 'dokan_trigger_contact_seller_mail', ) ); - + foreach ( $dokan_email_actions as $action ) { $actions[] = $action; } - + return $actions; } - + /** * Set template override directory for Dokan Emails - * + * * @since 2.6.8 - * + * * @param string $template_dir - * + * * @param string $template - * + * * @return string */ function set_email_template_directory( $template_dir, $template ){ - - $dokan_emails = apply_filters( 'dokan_email_list', + + $dokan_emails = apply_filters( 'dokan_email_list', array( 'new-product.php', 'new-product-pending.php', @@ -892,7 +892,7 @@ function set_email_template_directory( $template_dir, $template ){ 'withdraw-approve.php', ) ); - + $template_name = basename( $template ); if ( in_array( $template_name, $dokan_emails ) ) { @@ -901,7 +901,7 @@ function set_email_template_directory( $template_dir, $template ){ return $template_dir; } - + } // WeDevs_Dokan /** diff --git a/languages/dokan-lite.pot b/languages/dokan-lite.pot index 66460a35db..a1c223c705 100644 --- a/languages/dokan-lite.pot +++ b/languages/dokan-lite.pot @@ -2,9 +2,9 @@ # This file is distributed under the GPL2. msgid "" msgstr "" -"Project-Id-Version: Dokan 2.6.7\n" +"Project-Id-Version: Dokan 2.6.8\n" "Report-Msgid-Bugs-To: http://wedevs.com/support/forum/theme-support/dokan/\n" -"POT-Creation-Date: 2017-08-03 04:10:07+00:00\n" +"POT-Creation-Date: 2017-09-07 05:57:52+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -17,7 +17,7 @@ msgstr "" msgid "1" msgstr "" -#: classes/admin-user-profile.php:67 classes/seller-setup-wizard.php:273 +#: classes/admin-user-profile.php:67 classes/seller-setup-wizard.php:274 msgid "Country" msgstr "" @@ -169,12 +169,14 @@ msgstr "" #: classes/admin-withdraw.php:220 classes/admin-withdraw.php:234 #: templates/withdraw/approved-request-listing.php:14 +#: templates/withdraw/cancelled-request-listing.php:14 #: templates/withdraw/pending-request-listing.php:14 msgid "Amount" msgstr "" #: classes/admin-withdraw.php:221 classes/admin-withdraw.php:235 #: templates/withdraw/approved-request-listing.php:15 +#: templates/withdraw/cancelled-request-listing.php:15 #: templates/withdraw/pending-request-listing.php:15 msgid "Method" msgstr "" @@ -184,6 +186,7 @@ msgid "Method Details" msgstr "" #: classes/admin-withdraw.php:223 classes/admin-withdraw.php:237 +#: templates/withdraw/cancelled-request-listing.php:17 msgid "Note" msgstr "" @@ -197,6 +200,7 @@ msgstr "" #: templates/products/products-listing.php:65 #: templates/products/products-listing.php:200 templates/sub-orders.php:26 #: templates/withdraw/approved-request-listing.php:16 +#: templates/withdraw/cancelled-request-listing.php:16 #: templates/withdraw/pending-request-listing.php:16 msgid "Date" msgstr "" @@ -206,7 +210,7 @@ msgid "Approve" msgstr "" #: classes/admin-withdraw.php:264 classes/admin-withdraw.php:268 -#: includes/product-functions.php:301 templates/my-orders.php:83 +#: includes/product-functions.php:297 templates/my-orders.php:83 #: templates/orders/details.php:186 #: templates/products/new-product-single.php:225 #: templates/products/new-product.php:159 @@ -222,7 +226,7 @@ msgid "Pending" msgstr "" #: classes/admin-withdraw.php:279 classes/admin-withdraw.php:358 -#: classes/ajax.php:443 includes/woo-views/html-product-download.php:18 +#: classes/ajax.php:446 includes/woo-views/html-product-download.php:18 #: includes/woo-views/html-product-download.php:38 msgid "Delete" msgstr "" @@ -275,60 +279,60 @@ msgstr "" msgid "»" msgstr "" -#: classes/ajax.php:91 +#: classes/ajax.php:94 msgid "Something wrong, please try again later" msgstr "" -#: classes/ajax.php:105 +#: classes/ajax.php:108 msgid "
Vendor: %s" msgstr "" -#: classes/ajax.php:120 classes/template-settings.php:207 +#: classes/ajax.php:123 classes/template-settings.php:207 #: classes/template-settings.php:215 classes/template-settings.php:221 #: classes/template-settings.php:227 classes/template-settings.php:261 #: classes/template-settings.php:323 classes/template-settings.php:362 -#: classes/template-settings.php:409 classes/template-withdraw.php:175 -#: classes/template-withdraw.php:200 +#: classes/template-settings.php:409 classes/template-withdraw.php:177 +#: classes/template-withdraw.php:202 msgid "Are you cheating?" msgstr "" -#: classes/ajax.php:155 classes/ajax.php:189 +#: classes/ajax.php:158 classes/ajax.php:192 msgid "You do not have sufficient permissions to access this page." msgstr "" -#: classes/ajax.php:159 classes/ajax.php:193 +#: classes/ajax.php:162 classes/ajax.php:196 msgid "You have taken too long. Please go back and retry." msgstr "" -#: classes/ajax.php:168 classes/ajax.php:202 +#: classes/ajax.php:171 classes/ajax.php:205 msgid "You do not have permission to change this order" msgstr "" -#: classes/ajax.php:253 +#: classes/ajax.php:256 msgid "File %d" msgstr "" -#: classes/ajax.php:304 classes/ajax.php:309 +#: classes/ajax.php:307 classes/ajax.php:312 msgid "Please provide your name." msgstr "" -#: classes/ajax.php:316 includes/template-tags.php:140 +#: classes/ajax.php:319 includes/template-tags.php:140 msgid "Something went wrong!" msgstr "" -#: classes/ajax.php:322 +#: classes/ajax.php:325 msgid "Email sent successfully!" msgstr "" -#: classes/ajax.php:377 templates/orders/details.php:265 +#: classes/ajax.php:380 templates/orders/details.php:265 msgid "Delete note" msgstr "" -#: classes/ajax.php:531 +#: classes/ajax.php:534 msgid "Error: Nonce verification failed" msgstr "" -#: classes/ajax.php:621 +#: classes/ajax.php:624 msgid "Image could not be processed. Please go back and try again." msgstr "" @@ -434,7 +438,7 @@ msgstr "" #: classes/installer.php:135 includes/admin/admin.php:322 #: includes/admin/setup-wizard.php:263 includes/admin-functions.php:52 -#: includes/admin-functions.php:563 includes/admin-functions.php:587 +#: includes/admin-functions.php:564 includes/admin-functions.php:588 #: includes/wc-template.php:14 templates/my-orders.php:31 msgid "Vendor" msgstr "" @@ -503,71 +507,71 @@ msgstr "" msgid "Not right now" msgstr "" -#: classes/seller-setup-wizard.php:241 includes/admin/setup-wizard.php:267 +#: classes/seller-setup-wizard.php:242 includes/admin/setup-wizard.php:267 msgid "Store Setup" msgstr "" -#: classes/seller-setup-wizard.php:245 templates/settings/store-form.php:117 +#: classes/seller-setup-wizard.php:246 templates/settings/store-form.php:117 msgid "Store Product Per Page" msgstr "" -#: classes/seller-setup-wizard.php:251 +#: classes/seller-setup-wizard.php:252 msgid "Street" msgstr "" -#: classes/seller-setup-wizard.php:257 templates/settings/address-form.php:44 +#: classes/seller-setup-wizard.php:258 templates/settings/address-form.php:44 msgid "Street 2" msgstr "" -#: classes/seller-setup-wizard.php:263 templates/settings/address-form.php:60 +#: classes/seller-setup-wizard.php:264 templates/settings/address-form.php:60 msgid "City" msgstr "" -#: classes/seller-setup-wizard.php:268 +#: classes/seller-setup-wizard.php:269 msgid "Post/Zip Code" msgstr "" -#: classes/seller-setup-wizard.php:280 +#: classes/seller-setup-wizard.php:281 msgid "State" msgstr "" -#: classes/seller-setup-wizard.php:282 +#: classes/seller-setup-wizard.php:283 msgid "State Name" msgstr "" -#: classes/seller-setup-wizard.php:286 templates/settings/store-form.php:147 +#: classes/seller-setup-wizard.php:287 templates/settings/store-form.php:147 msgid "Email" msgstr "" -#: classes/seller-setup-wizard.php:289 templates/settings/store-form.php:152 +#: classes/seller-setup-wizard.php:290 templates/settings/store-form.php:152 msgid "Show email address in store" msgstr "" -#: classes/seller-setup-wizard.php:295 classes/seller-setup-wizard.php:429 +#: classes/seller-setup-wizard.php:298 classes/seller-setup-wizard.php:437 #: includes/admin/setup-wizard.php:293 includes/admin/setup-wizard.php:373 #: includes/admin/setup-wizard.php:459 msgid "Continue" msgstr "" -#: classes/seller-setup-wizard.php:296 classes/seller-setup-wizard.php:430 +#: classes/seller-setup-wizard.php:299 classes/seller-setup-wizard.php:438 #: includes/admin/setup-wizard.php:294 includes/admin/setup-wizard.php:374 #: includes/admin/setup-wizard.php:460 msgid "Skip this step" msgstr "" -#: classes/seller-setup-wizard.php:316 +#: classes/seller-setup-wizard.php:318 msgid "Select an option…" msgstr "" -#: classes/seller-setup-wizard.php:407 +#: classes/seller-setup-wizard.php:413 msgid "Payment Setup" msgstr "" -#: classes/seller-setup-wizard.php:486 +#: classes/seller-setup-wizard.php:499 msgid "Your Store is Ready!" msgstr "" -#: classes/seller-setup-wizard.php:491 +#: classes/seller-setup-wizard.php:504 msgid "Go to your Store Dashboard!" msgstr "" @@ -625,27 +629,27 @@ msgstr "" msgid "Details of your product ..." msgstr "" -#: classes/template-products.php:120 classes/template-products.php:246 +#: classes/template-products.php:120 classes/template-products.php:242 #: includes/product-functions.php:32 msgid "Please enter product title" msgstr "" -#: classes/template-products.php:126 classes/template-products.php:252 +#: classes/template-products.php:126 classes/template-products.php:248 #: includes/product-functions.php:38 msgid "Please select a category" msgstr "" -#: classes/template-products.php:130 classes/template-products.php:256 +#: classes/template-products.php:130 classes/template-products.php:252 #: includes/product-functions.php:42 msgid "Please select AT LEAST ONE category" msgstr "" -#: classes/template-products.php:263 +#: classes/template-products.php:259 msgid "No product found !" msgstr "" #: classes/template-settings.php:70 classes/template-settings.php:74 -#: dokan.php:806 includes/admin/admin.php:236 includes/admin/admin.php:579 +#: dokan.php:814 includes/admin/admin.php:236 includes/admin/admin.php:579 #: includes/admin/welcome.php:20 msgid "Settings" msgstr "" @@ -687,7 +691,7 @@ msgstr "" msgid "Add Profile Picture to gain %s%% progress" msgstr "" -#: classes/template-settings.php:587 includes/functions.php:1583 +#: classes/template-settings.php:587 includes/functions.php:1587 msgid "Facebook" msgstr "" @@ -751,53 +755,53 @@ msgstr "" msgid "
Withdraw Threshold: %d days " msgstr "" -#: classes/template-withdraw.php:209 +#: classes/template-withdraw.php:211 msgid "Withdraw amount required " msgstr "" -#: classes/template-withdraw.php:212 +#: classes/template-withdraw.php:214 msgid "You don't have enough balance for this request" msgstr "" -#: classes/template-withdraw.php:214 +#: classes/template-withdraw.php:216 msgid "Withdraw amount must be greater than %d" msgstr "" -#: classes/template-withdraw.php:218 +#: classes/template-withdraw.php:220 msgid "withdraw method required" msgstr "" -#: classes/template-withdraw.php:281 +#: classes/template-withdraw.php:284 msgid "Your request has been cancelled successfully!" msgstr "" -#: classes/template-withdraw.php:285 +#: classes/template-withdraw.php:288 msgid "Your request has been received successfully and being reviewed!" msgstr "" -#: classes/template-withdraw.php:289 +#: classes/template-withdraw.php:292 msgid "Unknown error!" msgstr "" -#: classes/template-withdraw.php:316 +#: classes/template-withdraw.php:319 msgid "You already withdrawed %s. This amount will deducted from your balance." msgstr "" -#: classes/template-withdraw.php:325 +#: classes/template-withdraw.php:328 msgid "You already have pending withdraw request(s)." msgstr "" -#: classes/template-withdraw.php:325 +#: classes/template-withdraw.php:328 msgid "" "Please submit your request after approval or cancellation of your previous " "request." msgstr "" -#: classes/template-withdraw.php:340 +#: classes/template-withdraw.php:343 msgid "You don't have sufficient balance for a withdraw request!" msgstr "" -#: classes/template-withdraw.php:383 +#: classes/template-withdraw.php:386 classes/template-withdraw.php:413 msgid "Sorry, no transactions were found!" msgstr "" @@ -836,229 +840,229 @@ msgstr "" msgid "Dokan requires %sWooCommerce%s to be installed & activated!" msgstr "" -#: dokan.php:304 +#: dokan.php:309 msgid "Available" msgstr "" -#: dokan.php:305 +#: dokan.php:310 msgid "Not Available" msgstr "" -#: dokan.php:307 +#: dokan.php:312 msgid "Are you sure?" msgstr "" -#: dokan.php:308 +#: dokan.php:313 msgid "Something went wrong. Please try again." msgstr "" -#: dokan.php:371 +#: dokan.php:376 msgid "Upload featured image" msgstr "" -#: dokan.php:372 +#: dokan.php:377 msgid "Choose a file" msgstr "" -#: dokan.php:373 +#: dokan.php:378 msgid "Add Images to Product Gallery" msgstr "" -#: dokan.php:374 +#: dokan.php:379 msgid "Set featured image" msgstr "" -#: dokan.php:375 includes/woo-views/html-product-download.php:17 +#: dokan.php:380 includes/woo-views/html-product-download.php:17 #: includes/woo-views/html-product-download.php:32 msgid "Insert file URL" msgstr "" -#: dokan.php:376 +#: dokan.php:381 msgid "Add to gallery" msgstr "" -#: dokan.php:377 +#: dokan.php:382 msgid "Sorry, this attribute option already exists, Try a different one." msgstr "" -#: dokan.php:378 +#: dokan.php:383 msgid "" "Warning! This product will not have any variations if this option is not " "checked." msgstr "" -#: dokan.php:379 +#: dokan.php:384 msgid "Enter a name for the new attribute term:" msgstr "" -#: dokan.php:380 +#: dokan.php:385 msgid "Remove this attribute?" msgstr "" -#: dokan.php:388 +#: dokan.php:393 msgid "" "Are you sure you want to link all variations? This will create a new " "variation for each and every possible combination of variation attributes " "(max %d per run)." msgstr "" -#: dokan.php:389 +#: dokan.php:394 msgid "Enter a value" msgstr "" -#: dokan.php:390 +#: dokan.php:395 msgid "Variation menu order (determines position in the list of variations)" msgstr "" -#: dokan.php:391 +#: dokan.php:396 msgid "Enter a value (fixed or %)" msgstr "" -#: dokan.php:392 +#: dokan.php:397 msgid "Are you sure you want to delete all variations? This cannot be undone." msgstr "" -#: dokan.php:393 +#: dokan.php:398 msgid "Last warning, are you sure?" msgstr "" -#: dokan.php:394 +#: dokan.php:399 msgid "Choose an image" msgstr "" -#: dokan.php:395 +#: dokan.php:400 msgid "Set variation image" msgstr "" -#: dokan.php:396 +#: dokan.php:401 msgid "variation added" msgstr "" -#: dokan.php:397 +#: dokan.php:402 msgid "variations added" msgstr "" -#: dokan.php:398 +#: dokan.php:403 msgid "No variations added" msgstr "" -#: dokan.php:399 +#: dokan.php:404 msgid "Are you sure you want to remove this variation?" msgstr "" -#: dokan.php:400 +#: dokan.php:405 msgid "Sale start date (YYYY-MM-DD format or leave blank)" msgstr "" -#: dokan.php:401 +#: dokan.php:406 msgid "Sale end date (YYYY-MM-DD format or leave blank)" msgstr "" -#: dokan.php:402 +#: dokan.php:407 msgid "Save changes before changing page?" msgstr "" -#: dokan.php:403 +#: dokan.php:408 msgid "%qty% variation" msgstr "" -#: dokan.php:404 +#: dokan.php:409 msgid "%qty% variations" msgstr "" -#: dokan.php:405 +#: dokan.php:410 msgid "No Result Found" msgstr "" -#: dokan.php:408 +#: dokan.php:413 msgid "Select and Crop" msgstr "" -#: dokan.php:409 +#: dokan.php:414 msgid "Choose Image" msgstr "" -#: dokan.php:410 +#: dokan.php:415 msgid "Product title is required" msgstr "" -#: dokan.php:411 +#: dokan.php:416 msgid "Product category is required" msgstr "" -#: dokan.php:444 +#: dokan.php:450 msgid "This field is required" msgstr "" -#: dokan.php:445 +#: dokan.php:451 msgid "Please fix this field." msgstr "" -#: dokan.php:446 +#: dokan.php:452 msgid "Please enter a valid email address." msgstr "" -#: dokan.php:447 +#: dokan.php:453 msgid "Please enter a valid URL." msgstr "" -#: dokan.php:448 +#: dokan.php:454 msgid "Please enter a valid date." msgstr "" -#: dokan.php:449 +#: dokan.php:455 msgid "Please enter a valid date (ISO)." msgstr "" -#: dokan.php:450 +#: dokan.php:456 msgid "Please enter a valid number." msgstr "" -#: dokan.php:451 +#: dokan.php:457 msgid "Please enter only digits." msgstr "" -#: dokan.php:452 +#: dokan.php:458 msgid "Please enter a valid credit card number." msgstr "" -#: dokan.php:453 +#: dokan.php:459 msgid "Please enter the same value again." msgstr "" -#: dokan.php:454 +#: dokan.php:460 msgid "Please enter no more than {0} characters." msgstr "" -#: dokan.php:455 +#: dokan.php:461 msgid "Please enter at least {0} characters." msgstr "" -#: dokan.php:456 +#: dokan.php:462 msgid "Please enter a value between {0} and {1} characters long." msgstr "" -#: dokan.php:457 +#: dokan.php:463 msgid "Please enter a value between {0} and {1}." msgstr "" -#: dokan.php:458 +#: dokan.php:464 msgid "Please enter a value less than or equal to {0}." msgstr "" -#: dokan.php:459 +#: dokan.php:465 msgid "Please enter a value greater than or equal to {0}." msgstr "" -#: dokan.php:771 +#: dokan.php:779 msgid "Page %s" msgstr "" -#: dokan.php:803 +#: dokan.php:811 msgid "Get Pro" msgstr "" -#: dokan.php:807 includes/admin/welcome.php:21 +#: dokan.php:815 includes/admin/welcome.php:21 msgid "Documentation" msgstr "" @@ -1164,7 +1168,7 @@ msgstr "" msgid "Define the seller store URL (%s[this-text]/[seller-name])" msgstr "" -#: includes/admin/admin.php:312 includes/functions.php:997 +#: includes/admin/admin.php:312 includes/functions.php:1001 #: templates/settings/store-form.php:194 msgid "Terms and Conditions" msgstr "" @@ -1415,17 +1419,17 @@ msgstr "" msgid "Order Status for Withdraw" msgstr "" -#: includes/admin/setup-wizard.php:450 includes/order-functions.php:497 +#: includes/admin/setup-wizard.php:450 includes/order-functions.php:501 #: templates/dashboard/orders-widget.php:26 msgid "Completed" msgstr "" -#: includes/admin/setup-wizard.php:451 includes/order-functions.php:512 +#: includes/admin/setup-wizard.php:451 includes/order-functions.php:516 #: templates/dashboard/orders-widget.php:36 templates/orders/listing.php:96 msgid "Processing" msgstr "" -#: includes/admin/setup-wizard.php:452 includes/order-functions.php:507 +#: includes/admin/setup-wizard.php:452 includes/order-functions.php:511 msgid "On-hold" msgstr "" @@ -1526,12 +1530,12 @@ msgstr "" msgid "Approved" msgstr "" -#: includes/admin/withdraw.php:23 includes/order-functions.php:522 +#: includes/admin/withdraw.php:23 includes/order-functions.php:526 #: templates/dashboard/orders-widget.php:41 msgid "Cancelled" msgstr "" -#: includes/admin-functions.php:42 includes/product-functions.php:205 +#: includes/admin-functions.php:42 includes/product-functions.php:201 #: templates/my-orders.php:29 templates/orders/listing.php:19 #: templates/orders/listing.php:37 templates/products/products-listing.php:59 #: templates/products/products-listing.php:138 templates/sub-orders.php:27 @@ -1592,183 +1596,429 @@ msgstr "" msgid "Toggle Sub-orders" msgstr "" -#: includes/admin-functions.php:375 includes/admin-functions.php:737 +#: includes/admin-functions.php:375 includes/admin-functions.php:738 msgid "Total Sales" msgstr "" -#: includes/admin-functions.php:382 includes/admin-functions.php:744 +#: includes/admin-functions.php:382 includes/admin-functions.php:745 msgid "Total: " msgstr "" -#: includes/admin-functions.php:385 includes/admin-functions.php:747 +#: includes/admin-functions.php:385 includes/admin-functions.php:748 #: includes/reports.php:347 msgid "Number of orders" msgstr "" -#: includes/admin-functions.php:392 includes/admin-functions.php:754 +#: includes/admin-functions.php:392 includes/admin-functions.php:755 #: includes/reports.php:354 msgid "sales" msgstr "" -#: includes/admin-functions.php:395 includes/admin-functions.php:757 +#: includes/admin-functions.php:395 includes/admin-functions.php:758 msgid "Commision" msgstr "" -#: includes/admin-functions.php:402 includes/admin-functions.php:764 +#: includes/admin-functions.php:402 includes/admin-functions.php:765 msgid "Commision: " msgstr "" -#: includes/functions.php:553 templates/products/new-product-single.php:573 +#: includes/emails/class-dokan-email-contact-seller.php:24 +msgid "Dokan Contact Vendor" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:25 +msgid "" +"These emails are sent to a vendor who is contacted by customer via contact " +"form widget " +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:47 +msgid "[{customer_name}] sent you a message from your store at - {site_name}" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:57 +msgid "{customer_name} - Sent a message from {site_name}" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:133 +#: includes/emails/class-dokan-email-new-product-pending.php:153 +#: includes/emails/class-dokan-email-new-product.php:161 +#: includes/emails/class-dokan-email-new-seller-registered.php:141 +#: includes/emails/class-dokan-email-product-published.php:146 +#: includes/emails/class-dokan-vendor-withdraw-request.php:143 +#: includes/emails/class-dokan-withdraw-approved.php:143 +#: includes/emails/class-dokan-withdraw-cancelled.php:145 +msgid "Enable/Disable" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:135 +#: includes/emails/class-dokan-email-new-product-pending.php:155 +#: includes/emails/class-dokan-email-new-product.php:163 +#: includes/emails/class-dokan-email-new-seller-registered.php:143 +#: includes/emails/class-dokan-email-product-published.php:148 +#: includes/emails/class-dokan-vendor-withdraw-request.php:145 +#: includes/emails/class-dokan-withdraw-approved.php:145 +#: includes/emails/class-dokan-withdraw-cancelled.php:147 +msgid "Enable this email notification" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:140 +#: includes/emails/class-dokan-email-new-product-pending.php:167 +#: includes/emails/class-dokan-email-new-product.php:175 +#: includes/emails/class-dokan-email-new-seller-registered.php:155 +#: includes/emails/class-dokan-email-product-published.php:153 +#: includes/emails/class-dokan-vendor-withdraw-request.php:157 +#: includes/emails/class-dokan-withdraw-approved.php:149 +#: includes/emails/class-dokan-withdraw-cancelled.php:151 +msgid "Subject" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:144 +#: includes/emails/class-dokan-email-contact-seller.php:153 +#: includes/emails/class-dokan-email-new-product-pending.php:171 +#: includes/emails/class-dokan-email-new-product-pending.php:180 +#: includes/emails/class-dokan-email-new-product.php:179 +#: includes/emails/class-dokan-email-new-product.php:188 +#: includes/emails/class-dokan-email-new-seller-registered.php:159 +#: includes/emails/class-dokan-email-new-seller-registered.php:168 +#: includes/emails/class-dokan-email-product-published.php:157 +#: includes/emails/class-dokan-email-product-published.php:166 +#: includes/emails/class-dokan-vendor-withdraw-request.php:161 +#: includes/emails/class-dokan-vendor-withdraw-request.php:170 +#: includes/emails/class-dokan-withdraw-approved.php:153 +#: includes/emails/class-dokan-withdraw-approved.php:162 +#: includes/emails/class-dokan-withdraw-cancelled.php:155 +#: includes/emails/class-dokan-withdraw-cancelled.php:164 +#. translators: %s: list of placeholders +msgid "Available placeholders: %s" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:149 +#: includes/emails/class-dokan-email-new-product-pending.php:176 +#: includes/emails/class-dokan-email-new-product.php:184 +#: includes/emails/class-dokan-email-new-seller-registered.php:164 +#: includes/emails/class-dokan-email-product-published.php:162 +#: includes/emails/class-dokan-vendor-withdraw-request.php:166 +#: includes/emails/class-dokan-withdraw-approved.php:158 +#: includes/emails/class-dokan-withdraw-cancelled.php:160 +msgid "Email heading" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:158 +#: includes/emails/class-dokan-email-new-product-pending.php:185 +#: includes/emails/class-dokan-email-new-product.php:193 +#: includes/emails/class-dokan-email-new-seller-registered.php:173 +#: includes/emails/class-dokan-email-product-published.php:171 +#: includes/emails/class-dokan-vendor-withdraw-request.php:175 +#: includes/emails/class-dokan-withdraw-approved.php:167 +#: includes/emails/class-dokan-withdraw-cancelled.php:169 +msgid "Email type" +msgstr "" + +#: includes/emails/class-dokan-email-contact-seller.php:160 +#: includes/emails/class-dokan-email-new-product-pending.php:187 +#: includes/emails/class-dokan-email-new-product.php:195 +#: includes/emails/class-dokan-email-new-seller-registered.php:175 +#: includes/emails/class-dokan-email-product-published.php:173 +#: includes/emails/class-dokan-vendor-withdraw-request.php:177 +#: includes/emails/class-dokan-withdraw-approved.php:169 +#: includes/emails/class-dokan-withdraw-cancelled.php:171 +msgid "Choose which format of email to send." +msgstr "" + +#: includes/emails/class-dokan-email-new-product-pending.php:27 +msgid "Dokan New Pending Product" +msgstr "" + +#: includes/emails/class-dokan-email-new-product-pending.php:28 +msgid "" +"New Pending Product emails are sent to chosen recipient(s) when a new " +"product is created by vendors." +msgstr "" + +#: includes/emails/class-dokan-email-new-product-pending.php:50 +msgid "" +"[{site_title}] A New product is pending from ({seller_name}) - " +"{product_title}" +msgstr "" + +#: includes/emails/class-dokan-email-new-product-pending.php:60 +msgid "New pending product added by Vendor {seller_name}" +msgstr "" + +#: includes/emails/class-dokan-email-new-product-pending.php:159 +#: includes/emails/class-dokan-email-new-product.php:167 +#: includes/emails/class-dokan-email-new-seller-registered.php:147 +#: includes/emails/class-dokan-vendor-withdraw-request.php:149 +msgid "Recipient(s)" +msgstr "" + +#: includes/emails/class-dokan-email-new-product-pending.php:161 +#: includes/emails/class-dokan-email-new-product.php:169 +#: includes/emails/class-dokan-email-new-seller-registered.php:149 +#: includes/emails/class-dokan-vendor-withdraw-request.php:151 +msgid "Enter recipients (comma separated) for this email. Defaults to %s." +msgstr "" + +#: includes/emails/class-dokan-email-new-product.php:26 +msgid "Dokan New Product" +msgstr "" + +#: includes/emails/class-dokan-email-new-product.php:27 +msgid "" +"New Product emails are sent to chosen recipient(s) when a new product is " +"created by vendors." +msgstr "" + +#: includes/emails/class-dokan-email-new-product.php:49 +msgid "[{site_name}] A New product is added by ({seller_name}) - {product_title}" +msgstr "" + +#: includes/emails/class-dokan-email-new-product.php:59 +msgid "New product added by Vendor {seller_name}" +msgstr "" + +#: includes/emails/class-dokan-email-new-seller-registered.php:27 +msgid "Dokan New Seller Registered" +msgstr "" + +#: includes/emails/class-dokan-email-new-seller-registered.php:28 +msgid "" +"These emails are sent to chosen recipient(s) when a new vendor registers in " +"marketplace" +msgstr "" + +#: includes/emails/class-dokan-email-new-seller-registered.php:50 +msgid "[{site_name}] A New vendor has registered" +msgstr "" + +#: includes/emails/class-dokan-email-new-seller-registered.php:60 +msgid "New Vendor Registered - {seller_name}" +msgstr "" + +#: includes/emails/class-dokan-email-product-published.php:26 +msgid "Dokan Pending Product Published" +msgstr "" + +#: includes/emails/class-dokan-email-product-published.php:27 +msgid "" +"These emails are sent to vendor of the product when a pending product is " +"published." +msgstr "" + +#: includes/emails/class-dokan-email-product-published.php:49 +msgid "[{site_name}] Your product - {product_title} - is now published" +msgstr "" + +#: includes/emails/class-dokan-email-product-published.php:59 +msgid "{product_title} - is published" +msgstr "" + +#: includes/emails/class-dokan-vendor-withdraw-request.php:26 +msgid "Dokan New Withdrawal Request" +msgstr "" + +#: includes/emails/class-dokan-vendor-withdraw-request.php:27 +msgid "" +"These emails are sent to chosen recipient(s) when a vendor send request to " +"withdraw" +msgstr "" + +#: includes/emails/class-dokan-vendor-withdraw-request.php:49 +msgid "[{site_name}] A New withdrawal request is made by {user_name}" +msgstr "" + +#: includes/emails/class-dokan-vendor-withdraw-request.php:59 +msgid "New Withdraw Request from - {user_name}" +msgstr "" + +#: includes/emails/class-dokan-withdraw-approved.php:26 +msgid "Dokan Withdraw Approved" +msgstr "" + +#: includes/emails/class-dokan-withdraw-approved.php:27 +msgid "These emails are sent to vendor when a vendor withdraw request is approved" +msgstr "" + +#: includes/emails/class-dokan-withdraw-approved.php:49 +msgid "[{site_name}] Your withdrawal request was approved" +msgstr "" + +#: includes/emails/class-dokan-withdraw-approved.php:59 +msgid "Withdrawal request for {amount} is approved" +msgstr "" + +#: includes/emails/class-dokan-withdraw-cancelled.php:26 +msgid "Dokan Withdraw cancelled" +msgstr "" + +#: includes/emails/class-dokan-withdraw-cancelled.php:27 +msgid "These emails are sent to vendor when a vendor withdraw request is cancelled" +msgstr "" + +#: includes/emails/class-dokan-withdraw-cancelled.php:49 +msgid "[{site_name}] Your withdrawal request was cancelled" +msgstr "" + +#: includes/emails/class-dokan-withdraw-cancelled.php:59 +msgid "Withdrawal request for {amount} is cancelled" +msgstr "" + +#: includes/functions.php:557 templates/products/new-product-single.php:573 msgid "Online" msgstr "" -#: includes/functions.php:554 templates/products/new-product-single.php:574 +#: includes/functions.php:558 templates/products/new-product-single.php:574 msgid "Draft" msgstr "" -#: includes/functions.php:555 templates/dashboard/products-widget.php:41 +#: includes/functions.php:559 templates/dashboard/products-widget.php:41 msgid "Pending Review" msgstr "" -#: includes/functions.php:597 +#: includes/functions.php:601 msgid "Simple Product" msgstr "" -#: includes/functions.php:598 +#: includes/functions.php:602 msgid "Variable Product" msgstr "" -#: includes/functions.php:599 +#: includes/functions.php:603 msgid "Grouped Product" msgstr "" -#: includes/functions.php:600 +#: includes/functions.php:604 msgid "Scheduled Product" msgstr "" -#: includes/functions.php:798 +#: includes/functions.php:802 msgid "Author" msgstr "" -#: includes/functions.php:987 includes/template-tags.php:308 +#: includes/functions.php:991 includes/template-tags.php:308 #: templates/dashboard/products-widget.php:16 msgid "Products" msgstr "" -#: includes/functions.php:1034 +#: includes/functions.php:1038 msgid "Account Name: %s" msgstr "" -#: includes/functions.php:1038 +#: includes/functions.php:1042 msgid "Account Number: %s" msgstr "" -#: includes/functions.php:1042 +#: includes/functions.php:1046 msgid "Bank Name: %s" msgstr "" -#: includes/functions.php:1046 +#: includes/functions.php:1050 msgid "Address: %s" msgstr "" -#: includes/functions.php:1050 +#: includes/functions.php:1054 msgid "Routing Number: %s" msgstr "" -#: includes/functions.php:1054 +#: includes/functions.php:1058 msgid "IBAN: %s" msgstr "" -#: includes/functions.php:1058 +#: includes/functions.php:1062 msgid "SWIFT: %s" msgstr "" -#: includes/functions.php:1347 +#: includes/functions.php:1351 msgid "- Select a location -" msgstr "" -#: includes/functions.php:1351 includes/functions.php:1374 +#: includes/functions.php:1355 includes/functions.php:1378 msgid "Everywhere Else" msgstr "" -#: includes/functions.php:1370 +#: includes/functions.php:1374 msgid "- Select a State -" msgstr "" -#: includes/functions.php:1392 +#: includes/functions.php:1396 msgid "Ready to ship in..." msgstr "" -#: includes/functions.php:1393 +#: includes/functions.php:1397 msgid "1 business day" msgstr "" -#: includes/functions.php:1394 +#: includes/functions.php:1398 msgid "1-2 business day" msgstr "" -#: includes/functions.php:1395 +#: includes/functions.php:1399 msgid "1-3 business day" msgstr "" -#: includes/functions.php:1396 +#: includes/functions.php:1400 msgid "3-5 business day" msgstr "" -#: includes/functions.php:1397 +#: includes/functions.php:1401 msgid "1-2 weeks" msgstr "" -#: includes/functions.php:1398 +#: includes/functions.php:1402 msgid "2-3 weeks" msgstr "" -#: includes/functions.php:1399 +#: includes/functions.php:1403 msgid "3-4 weeks" msgstr "" -#: includes/functions.php:1400 +#: includes/functions.php:1404 msgid "4-6 weeks" msgstr "" -#: includes/functions.php:1401 +#: includes/functions.php:1405 msgid "6-8 weeks" msgstr "" -#: includes/functions.php:1501 +#: includes/functions.php:1505 msgid "All dates" msgstr "" -#: includes/functions.php:1514 +#: includes/functions.php:1518 #. translators: 1: month name, 2: 4-digit year msgid "%1$s %2$d" msgstr "" -#: includes/functions.php:1587 +#: includes/functions.php:1591 msgid "Google Plus" msgstr "" -#: includes/functions.php:1591 +#: includes/functions.php:1595 msgid "Twitter" msgstr "" -#: includes/functions.php:1595 +#: includes/functions.php:1599 +msgid "Pinterest" +msgstr "" + +#: includes/functions.php:1603 msgid "LinkedIn" msgstr "" -#: includes/functions.php:1599 +#: includes/functions.php:1607 msgid "Youtube" msgstr "" -#: includes/functions.php:1603 +#: includes/functions.php:1611 msgid "Instagram" msgstr "" -#: includes/functions.php:1607 +#: includes/functions.php:1615 msgid "Flickr" msgstr "" -#: includes/functions.php:1850 +#: includes/functions.php:1858 msgid "Dokan Store Sidebar" msgstr "" @@ -1776,196 +2026,196 @@ msgstr "" msgid "Mark parent order completed when all child orders are completed." msgstr "" -#: includes/order-functions.php:502 +#: includes/order-functions.php:506 msgid "Pending Payment" msgstr "" -#: includes/order-functions.php:517 templates/dashboard/orders-widget.php:46 +#: includes/order-functions.php:521 templates/dashboard/orders-widget.php:46 msgid "Refunded" msgstr "" -#: includes/order-functions.php:527 +#: includes/order-functions.php:531 msgid "Failed" msgstr "" -#: includes/product-functions.php:192 +#: includes/product-functions.php:188 msgid "" "Before you can add a variation you need to add some variation attributes on " "the Attributes section" msgstr "" -#: includes/product-functions.php:202 +#: includes/product-functions.php:198 msgid "Add variation" msgstr "" -#: includes/product-functions.php:203 +#: includes/product-functions.php:199 msgid "Create variations from all attributes" msgstr "" -#: includes/product-functions.php:204 +#: includes/product-functions.php:200 msgid "Delete all variations" msgstr "" -#: includes/product-functions.php:206 +#: includes/product-functions.php:202 msgid "Toggle "Enabled"" msgstr "" -#: includes/product-functions.php:207 +#: includes/product-functions.php:203 msgid "Toggle "Downloadable"" msgstr "" -#: includes/product-functions.php:208 +#: includes/product-functions.php:204 msgid "Toggle "Virtual"" msgstr "" -#: includes/product-functions.php:210 +#: includes/product-functions.php:206 msgid "Pricing" msgstr "" -#: includes/product-functions.php:211 +#: includes/product-functions.php:207 msgid "Set regular prices" msgstr "" -#: includes/product-functions.php:212 +#: includes/product-functions.php:208 msgid "Increase regular prices (fixed amount or percentage)" msgstr "" -#: includes/product-functions.php:213 +#: includes/product-functions.php:209 msgid "Decrease regular prices (fixed amount or percentage)" msgstr "" -#: includes/product-functions.php:214 +#: includes/product-functions.php:210 msgid "Set sale prices" msgstr "" -#: includes/product-functions.php:215 +#: includes/product-functions.php:211 msgid "Increase sale prices (fixed amount or percentage)" msgstr "" -#: includes/product-functions.php:216 +#: includes/product-functions.php:212 msgid "Decrease sale prices (fixed amount or percentage)" msgstr "" -#: includes/product-functions.php:217 +#: includes/product-functions.php:213 msgid "Set scheduled sale dates" msgstr "" -#: includes/product-functions.php:219 +#: includes/product-functions.php:215 #: templates/products/new-product-single.php:420 msgid "Inventory" msgstr "" -#: includes/product-functions.php:220 +#: includes/product-functions.php:216 msgid "Toggle "Manage stock"" msgstr "" -#: includes/product-functions.php:221 +#: includes/product-functions.php:217 #: templates/products/products-listing.php:61 #: templates/products/products-listing.php:150 msgid "Stock" msgstr "" -#: includes/product-functions.php:223 +#: includes/product-functions.php:219 msgid "Shipping" msgstr "" -#: includes/product-functions.php:224 +#: includes/product-functions.php:220 msgid "Length" msgstr "" -#: includes/product-functions.php:225 +#: includes/product-functions.php:221 msgid "Width" msgstr "" -#: includes/product-functions.php:226 +#: includes/product-functions.php:222 msgid "Height" msgstr "" -#: includes/product-functions.php:227 +#: includes/product-functions.php:223 msgid "Weight" msgstr "" -#: includes/product-functions.php:229 +#: includes/product-functions.php:225 msgid "Downloadable products" msgstr "" -#: includes/product-functions.php:230 +#: includes/product-functions.php:226 msgid "Download limit" msgstr "" -#: includes/product-functions.php:231 +#: includes/product-functions.php:227 msgid "Download expiry" msgstr "" -#: includes/product-functions.php:235 +#: includes/product-functions.php:231 msgid "Go" msgstr "" -#: includes/product-functions.php:242 +#: includes/product-functions.php:238 msgid "" "Default Form Values: These are the attributes that will be pre-selected on " "the frontend." msgstr "" -#: includes/product-functions.php:260 +#: includes/product-functions.php:256 msgid "No default" msgstr "" -#: includes/product-functions.php:300 +#: includes/product-functions.php:296 msgid "Save Variations" msgstr "" -#: includes/product-functions.php:304 +#: includes/product-functions.php:300 msgid "%s item" msgid_plural "%s items" msgstr[0] "" msgstr[1] "" -#: includes/product-functions.php:306 +#: includes/product-functions.php:302 msgid "Expand" msgstr "" -#: includes/product-functions.php:306 templates/orders/details.php:326 +#: includes/product-functions.php:302 templates/orders/details.php:326 msgid "Close" msgstr "" -#: includes/product-functions.php:309 +#: includes/product-functions.php:305 msgid "Go to the first page" msgstr "" -#: includes/product-functions.php:310 +#: includes/product-functions.php:306 msgid "Go to the previous page" msgstr "" -#: includes/product-functions.php:312 +#: includes/product-functions.php:308 msgid "Select Page" msgstr "" -#: includes/product-functions.php:313 +#: includes/product-functions.php:309 msgid "Current page" msgstr "" -#: includes/product-functions.php:320 +#: includes/product-functions.php:316 msgid "Go to the next page" msgstr "" -#: includes/product-functions.php:321 +#: includes/product-functions.php:317 msgid "Go to the last page" msgstr "" -#: includes/product-functions.php:344 +#: includes/product-functions.php:340 msgid "Visible" msgstr "" -#: includes/product-functions.php:345 +#: includes/product-functions.php:341 msgid "Catalog" msgstr "" -#: includes/product-functions.php:346 templates/products/listing-filter.php:50 +#: includes/product-functions.php:342 templates/products/listing-filter.php:50 msgid "Search" msgstr "" -#: includes/product-functions.php:347 +#: includes/product-functions.php:343 #: templates/products/new-product-single.php:124 msgid "Hidden" msgstr "" @@ -2044,95 +2294,95 @@ msgstr "" msgid "Order – %s" msgstr "" -#: includes/wc-functions.php:85 +#: includes/wc-functions.php:86 msgid "Product SKU must be unique." msgstr "" -#: includes/wc-functions.php:463 +#: includes/wc-functions.php:472 msgid "Cheating, eh?" msgstr "" -#: includes/wc-functions.php:469 +#: includes/wc-functions.php:478 msgid "Please enter your first name." msgstr "" -#: includes/wc-functions.php:470 +#: includes/wc-functions.php:479 msgid "Please enter your last name." msgstr "" -#: includes/wc-functions.php:471 +#: includes/wc-functions.php:480 msgid "Please enter your phone number." msgstr "" -#: includes/wc-functions.php:930 +#: includes/wc-functions.php:939 msgid "No ratings found yet!" msgstr "" -#: includes/wc-functions.php:934 +#: includes/wc-functions.php:943 msgid "%s rating from %d review" msgid_plural "%s rating from %d reviews" msgstr[0] "" msgstr[1] "" -#: includes/wc-functions.php:935 +#: includes/wc-functions.php:944 msgid "Rated %s out of %d" msgstr "" -#: includes/wc-functions.php:974 +#: includes/wc-functions.php:983 msgid "Your {site_title} order receipt from {order_date}" msgstr "" -#: includes/wc-functions.php:975 +#: includes/wc-functions.php:984 msgid "Your {site_title} order from {order_date} is complete" msgstr "" -#: includes/wc-functions.php:1072 +#: includes/wc-functions.php:1081 #: templates/global/seller-registration-form.php:15 msgid "First Name" msgstr "" -#: includes/wc-functions.php:1073 +#: includes/wc-functions.php:1082 #: templates/global/seller-registration-form.php:20 msgid "Last Name" msgstr "" -#: includes/wc-functions.php:1074 templates/dashboard/edit-account.php:62 +#: includes/wc-functions.php:1083 templates/dashboard/edit-account.php:62 msgid "Email address" msgstr "" -#: includes/wc-functions.php:1079 +#: includes/wc-functions.php:1088 msgid "is a required field." msgstr "" -#: includes/wc-functions.php:1085 +#: includes/wc-functions.php:1094 msgid "Please provide a valid email address." msgstr "" -#: includes/wc-functions.php:1087 +#: includes/wc-functions.php:1096 msgid "This email address is already registered." msgstr "" -#: includes/wc-functions.php:1093 +#: includes/wc-functions.php:1102 msgid "Your current password is incorrect." msgstr "" -#: includes/wc-functions.php:1098 +#: includes/wc-functions.php:1107 msgid "Please fill out all password fields." msgstr "" -#: includes/wc-functions.php:1101 +#: includes/wc-functions.php:1110 msgid "Please enter your current password." msgstr "" -#: includes/wc-functions.php:1104 +#: includes/wc-functions.php:1113 msgid "Please re-enter your password." msgstr "" -#: includes/wc-functions.php:1107 +#: includes/wc-functions.php:1116 msgid "New passwords do not match." msgstr "" -#: includes/wc-functions.php:1128 +#: includes/wc-functions.php:1137 msgid "Account details changed successfully." msgstr "" @@ -2148,8 +2398,6 @@ msgstr "" #: includes/widgets/menu-category.php:176 includes/widgets/store-contact.php:87 #: includes/widgets/store-location.php:94 includes/widgets/store-menu.php:101 #: includes/widgets/top-rated-product.php:61 -#: templates/emails/new-product-pending.php:8 -#: templates/emails/new-product.php:8 msgid "Title:" msgstr "" @@ -2337,6 +2585,18 @@ msgstr "" msgid "Canel" msgstr "" +#: lib/class-weforms-upsell.php:77 +msgid "Install Now" +msgstr "" + +#: lib/class-weforms-upsell.php:80 lib/class-weforms-upsell.php:81 +msgid "Dismiss this notice." +msgstr "" + +#: lib/class-weforms-upsell.php:353 +msgid "You don't have permission to install the plugins" +msgstr "" + #: lib/class.dokan-settings-api.php:31 msgid "Active" msgstr "" @@ -2413,210 +2673,185 @@ msgstr "" msgid "Sales this Month" msgstr "" -#: templates/emails/contact-seller.php:1 -msgid "From:" +#: templates/emails/contact-seller.php:19 +msgid "From : %s (%s)" msgstr "" -#: templates/emails/contact-seller.php:2 -msgid "IP:" +#: templates/emails/new-product-pending.php:18 +#: templates/emails/new-product.php:18 +msgid "Hello," msgstr "" -#: templates/emails/contact-seller.php:3 -msgid "User Agent:" +#: templates/emails/new-product-pending.php:20 +msgid "A new product is submitted to your site and is pending review" msgstr "" -#: templates/emails/contact-seller.php:13 -#: templates/emails/product-published.php:9 -#: templates/emails/refund-seller-mail.php:13 -#: templates/emails/refund_request.php:9 templates/emails/withdraw-new.php:15 -msgid "Sent from" +#: templates/emails/new-product-pending.php:21 +#: templates/emails/new-product.php:21 +#: templates/emails/plain/new-product-pending.php:22 +#: templates/emails/plain/new-product.php:22 +msgid "Summary of the product:" msgstr "" -#: templates/emails/new-product-pending.php:1 -#: templates/emails/new-product.php:1 -#: templates/emails/new-seller-registered.php:1 -msgid "Hello there," +#: templates/emails/new-product-pending.php:26 +#: templates/emails/new-product.php:26 +msgid "Title :" msgstr "" -#: templates/emails/new-product-pending.php:3 -#: templates/emails/new-product.php:3 -msgid "A new product has been submitted to your site" +#: templates/emails/new-product-pending.php:32 +#: templates/emails/new-product.php:32 +msgid "Price :" msgstr "" -#: templates/emails/new-product-pending.php:5 -#: templates/emails/new-product.php:5 -msgid "Summary of the product:" +#: templates/emails/new-product-pending.php:38 +#: templates/emails/new-product.php:38 +#: templates/emails/new-seller-registered.php:30 +msgid "Vendor :" msgstr "" -#: templates/emails/new-product-pending.php:9 -#: templates/emails/new-product.php:9 -msgid "Price:" +#: templates/emails/new-product-pending.php:45 +#: templates/emails/new-product.php:45 +msgid "Category :" msgstr "" -#: templates/emails/new-product-pending.php:10 -#: templates/emails/new-product.php:10 -#: templates/emails/new-seller-registered.php:8 -#: templates/global/product-tab.php:26 -msgid "Vendor:" +#: templates/emails/new-product-pending.php:51 +msgid "The product is currently in \"pending\" status." msgstr "" -#: templates/emails/new-product-pending.php:11 -#: templates/emails/new-product.php:11 -msgid "Category:" +#: templates/emails/new-product.php:20 +msgid "A new product is submitted to your site" msgstr "" -#: templates/emails/new-product-pending.php:13 +#: templates/emails/new-product.php:51 msgid "" -"The product is currently in \"pending\" state. Please review this product " -"before it goes public." -msgstr "" - -#: templates/emails/new-product-pending.php:15 -msgid "Moderate:" -msgstr "" - -#: templates/emails/new-product.php:13 -msgid "" -"The product is currently in \"publish\" state. So everyone can view the " +"The product is currently in \"publish\" status. So, everyone can view the " "product." msgstr "" -#: templates/emails/new-product.php:15 -msgid "In case it needs to be moderated:" +#: templates/emails/new-seller-registered.php:18 +#: templates/emails/plain/new-product-pending.php:18 +#: templates/emails/plain/new-product.php:18 +#: templates/emails/plain/new-seller-registered.php:18 +msgid "Hello there," msgstr "" -#: templates/emails/new-seller-registered.php:3 -msgid "A new vendor has been registered to your site " +#: templates/emails/new-seller-registered.php:20 +msgid "A new vendor has registered in your marketplace " msgstr "" -#: templates/emails/new-seller-registered.php:5 +#: templates/emails/new-seller-registered.php:24 +#: templates/emails/plain/new-seller-registered.php:21 msgid "Vendor Details:" msgstr "" -#: templates/emails/new-seller-registered.php:9 -msgid "Vendor Store:" +#: templates/emails/new-seller-registered.php:36 +msgid "Vendor Store :" msgstr "" -#: templates/emails/new-seller-registered.php:11 -msgid "To edit vendor access and details visit" +#: templates/emails/new-seller-registered.php:42 +msgid "To edit vendor access and details Click Here" msgstr "" -#: templates/emails/product-published.php:1 -msgid "Hello" +#: templates/emails/plain/new-product-pending.php:20 +msgid "A new product is submitted to your site and pending review" msgstr "" -#: templates/emails/product-published.php:3 -msgid "Your product" +#: templates/emails/plain/new-product-pending.php:31 +msgid "The product is currently in \"pending\" state." msgstr "" -#: templates/emails/product-published.php:3 -msgid "has been approved by one of our admin, congrats!" +#: templates/emails/plain/new-product-pending.php:33 +#: templates/emails/plain/new-product.php:33 +msgid "In case it needs to be moderated click here " msgstr "" -#: templates/emails/product-published.php:5 -msgid "View product:" +#: templates/emails/plain/new-product.php:20 +msgid "A new product is submitted to your site." msgstr "" -#: templates/emails/product-published.php:6 -msgid "Update:" -msgstr "" - -#: templates/emails/refund-seller-mail.php:1 -#: templates/emails/withdraw-new.php:1 -msgid "Hi," -msgstr "" - -#: templates/emails/refund-seller-mail.php:3 -msgid "Your refund request has been" -msgstr "" - -#: templates/emails/refund-seller-mail.php:5 -msgid "Order ID:" +#: templates/emails/plain/new-product.php:31 +msgid "" +"The product is currently in \"publish\" state. So everyone can view the " +"product." msgstr "" -#: templates/emails/refund-seller-mail.php:6 -msgid "Refund Amount:" +#: templates/emails/plain/new-seller-registered.php:20 +msgid "A new vendor has registered in your marketplace " msgstr "" -#: templates/emails/refund-seller-mail.php:7 -msgid "Refund Reason:" +#: templates/emails/plain/product-published.php:19 +msgid "has been approved by one of our admin, congrats!" msgstr "" -#: templates/emails/refund-seller-mail.php:9 -msgid "You can view the order details by going here:" +#: templates/emails/plain/withdraw-approve.php:20 +#: templates/emails/withdraw-approve.php:21 +msgid "Your withdraw request has been approved, congrats!" msgstr "" -#: templates/emails/refund_request.php:1 -#: templates/emails/withdraw-approve.php:1 -#: templates/emails/withdraw-cancel.php:1 -msgid "Hi" +#: templates/emails/plain/withdraw-approve.php:22 +#: templates/emails/plain/withdraw-cancel.php:22 +#: templates/emails/withdraw-approve.php:24 +#: templates/emails/withdraw-cancel.php:24 +msgid "You sent a withdraw request of:" msgstr "" -#: templates/emails/refund_request.php:3 -msgid "New refund request for order" +#: templates/emails/plain/withdraw-approve.php:27 +msgid "We'll transfer this amount to your preferred destination shortly." msgstr "" -#: templates/emails/refund_request.php:5 -msgid "You can process the request by going here:" +#: templates/emails/plain/withdraw-approve.php:29 +#: templates/emails/withdraw-approve.php:33 +msgid "Thanks for being with us." msgstr "" -#: templates/emails/withdraw-approve.php:3 -msgid "Your withdraw request has been approved, congrats!" +#: templates/emails/plain/withdraw-cancel.php:20 +msgid "Your withdraw request was cancelled" msgstr "" -#: templates/emails/withdraw-approve.php:5 -#: templates/emails/withdraw-cancel.php:5 -msgid "You sent a withdraw request of:" +#: templates/emails/plain/withdraw-cancel.php:27 +#: templates/emails/withdraw-cancel.php:31 +msgid "Here's the reason, why : " msgstr "" -#: templates/emails/withdraw-approve.php:7 -#: templates/emails/withdraw-cancel.php:7 -msgid "Amount:" -msgstr "" - -#: templates/emails/withdraw-approve.php:8 -#: templates/emails/withdraw-cancel.php:8 -msgid "Method:" +#: templates/emails/plain/withdraw-new.php:17 +#: templates/emails/withdraw-new.php:18 +msgid "Hi," msgstr "" -#: templates/emails/withdraw-approve.php:10 -msgid "We'll transfer this amount to your preferred destination shortly." +#: templates/emails/product-published.php:21 +msgid "Your product : %s is approved by the admin, congrats!" msgstr "" -#: templates/emails/withdraw-approve.php:12 -msgid "Thanks for being with us." +#: templates/emails/product-published.php:24 +msgid "To Edit product click : here" msgstr "" -#: templates/emails/withdraw-cancel.php:3 -msgid "Your withdraw request has been cancelled!" +#: templates/emails/withdraw-approve.php:31 +msgid "We'll transfer this amount to your preferred payment method shortly." msgstr "" -#: templates/emails/withdraw-cancel.php:10 -msgid "Here's the reason, why:" +#: templates/emails/withdraw-cancel.php:21 +msgid "Your withdraw request was cancelled!" msgstr "" -#: templates/emails/withdraw-new.php:3 +#: templates/emails/withdraw-new.php:21 msgid "A new withdraw request has been made by" msgstr "" -#: templates/emails/withdraw-new.php:5 -msgid "Request Amount:" -msgstr "" - -#: templates/emails/withdraw-new.php:6 -msgid "Payment Method:" +#: templates/emails/withdraw-new.php:27 +msgid "Username : " msgstr "" -#: templates/emails/withdraw-new.php:8 -msgid "Username:" +#: templates/emails/withdraw-new.php:34 +msgid "Request Amount:" msgstr "" -#: templates/emails/withdraw-new.php:9 -msgid "Profile:" +#: templates/emails/withdraw-new.php:40 +msgid "Payment Method: " msgstr "" -#: templates/emails/withdraw-new.php:11 -msgid "You can approve or deny it by going here:" +#: templates/emails/withdraw-new.php:46 +msgid "You can approve or deny it by going here " msgstr "" #: templates/global/header-menu.php:13 @@ -2659,6 +2894,10 @@ msgstr "" msgid "Store Name:" msgstr "" +#: templates/global/product-tab.php:26 +msgid "Vendor:" +msgstr "" + #: templates/global/product-tab.php:35 msgid "Address:" msgstr "" @@ -2834,6 +3073,16 @@ msgstr "" msgid "Date Shipped" msgstr "" +#: templates/orders/details.php:317 +#: templates/products/new-product-single.php:239 +#: templates/products/new-product-single.php:246 +#: templates/products/new-product.php:173 +#: templates/products/new-product.php:180 +#: templates/products/tmpl-add-product-popup.php:75 +#: templates/products/tmpl-add-product-popup.php:82 +msgid "YYYY-MM-DD" +msgstr "" + #: templates/orders/details.php:325 msgid "Add Tracking Details" msgstr "" @@ -3537,6 +3786,10 @@ msgstr "" msgid "Approved Requests" msgstr "" +#: templates/withdraw/status-listing.php:18 +msgid "Cancelled Requests" +msgstr "" + #. Plugin URI of the plugin/theme msgid "https://wordpress.org/plugins/dokan-lite/" msgstr "" @@ -3615,7 +3868,7 @@ msgctxt "enhanced select" msgid "Searching…" msgstr "" -#: includes/product-functions.php:318 +#: includes/product-functions.php:314 msgctxt "number of pages" msgid "of" msgstr "" diff --git a/package.json b/package.json index 609d40a11a..04ff6b04d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dokan", - "version": "2.6.7", + "version": "2.6.8", "description": "A WordPress marketplace plugin", "author": "weDevs", "license": "GPL", diff --git a/readme.txt b/readme.txt index 515170ead1..254f5906b7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,10 @@ Contributors: tareq1988, wedevs, rafsuntaskin, sabbir1991, nazmulhassann20, rosh Donate Link: http://tareq.co/donate/ Tags: woocommerce, multivendor, multi-vendor, paypal, shop, vendor, seller, store, sell, online, amazon, dokan, ebay, Etsy, multi seller, multi store, multi vendor, multi vendors, multistore, multivendor, product vendor, product vendors, vendor, vendor system, vendors, wc market place, wc marketplace, wc vendors, woo vendors, woocommerce market place, woocommerce marketplace, woocommerce multi vendor, commission rate, e-commerce, ebay, ecommerce, yith, yithemes Requires at least: 4.4 -Tested up to: 4.8 +Tested up to: 4.8.1 WC requires at least: 2.6 -WC tested up to: 3.1.1 +WC tested up to: 3.1.2 +Requires PHP: 5.6 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -180,6 +181,14 @@ A. Just install and activate the PRO version without deleting the free plugin. A == Changelog == +v2.6.8 -> Sep 7, 2017 +--------------------- +- [new] Dokan Emails now configurable from WooCommerce Email settings with theme override support +- [new] Canceled withdraw requests are now shown for vendor +- [fix] Date time format fixed for order and product listing to support global format +- [fix] saving variable product prices +- [tweak] fontawesome library updated + v2.6.7 -> Aug 3, 2017 --------------------- - [fix] Fix multiple vendor order creating issue