Version Description
No Upgrade required at this time.
Download this release
Release Info
Developer | digitalchild |
Plugin | WC Vendors |
Version | 1.9.2 |
Comparing to | |
See all releases |
Code changes from version 1.9.1 to 1.9.2
- assets/css/select2.min.css +1 -0
- assets/js/select2.min.js +3 -0
- assets/js/wcv-commissions.js +5 -0
- changelog.txt +28 -0
- class-wc-vendors.php +28 -40
- classes/admin/class-admin-page.php +184 -14
- classes/admin/settings/assets/js/wcvendors-media.js +4 -2
- classes/admin/settings/classes/sf-class-settings.php +3 -1
- classes/admin/settings/sf-options.php +2 -1
- classes/class-commission.php +28 -0
- classes/class-cron.php +6 -0
- classes/class-install.php +14 -10
- classes/class-queries.php +1 -1
- classes/class-vendors.php +1 -1
- classes/front/dashboard/class-vendor-dashboard.php +44 -6
- classes/front/orders/class-orders.php +8 -4
- classes/front/signup/views/html-vendor-signup.php +1 -1
- languages/default.pot +151 -100
- languages/wcvendors-fr_FR.mo +0 -0
- languages/wcvendors-fr_FR.po +1320 -690
- languages/wcvendors-nl_NL.mo +0 -0
- languages/wcvendors-nl_NL.po +1938 -0
- languages/wcvendors-tr_TR.mo +0 -0
- languages/wcvendors-tr_TR.po +1845 -0
- readme.txt +33 -4
- templates/dashboard/links.php +3 -1
- templates/emails/notify-vendor-shipped.php +8 -8
- templates/emails/vendor-new-order.php +8 -8
assets/css/select2.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
|
assets/js/select2.min.js
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a){var b=function(){if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var b=a.fn.select2.amd;var b;return function(){if(!b||!b.requirejs){b?c=b:b={};var a,c,d;!function(b){function e(a,b){return u.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n=b&&b.split("/"),o=s.map,p=o&&o["*"]||{};if(a&&"."===a.charAt(0))if(b){for(a=a.split("/"),g=a.length-1,s.nodeIdCompat&&w.test(a[g])&&(a[g]=a[g].replace(w,"")),a=n.slice(0,n.length-1).concat(a),k=0;k<a.length;k+=1)if(m=a[k],"."===m)a.splice(k,1),k-=1;else if(".."===m){if(1===k&&(".."===a[2]||".."===a[0]))break;k>0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}else 0===a.indexOf("./")&&(a=a.substring(2));if((n||p)&&o){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),n)for(l=n.length;l>0;l-=1)if(e=o[n.slice(0,l).join("/")],e&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&p&&p[d]&&(i=p[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(a,c){return function(){var d=v.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),n.apply(b,d.concat([a,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){q[a]=b}}function j(a){if(e(r,a)){var c=r[a];delete r[a],t[a]=!0,m.apply(b,c)}if(!e(q,a)&&!e(t,a))throw new Error("No "+a);return q[a]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return function(){return s&&s.config&&s.config[a]||{}}}var m,n,o,p,q={},r={},s={},t={},u=Object.prototype.hasOwnProperty,v=[].slice,w=/\.js$/;o=function(a,b){var c,d=k(a),e=d[0];return a=d[1],e&&(e=f(e,b),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(b)):f(a,b):(a=f(a,b),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},p={require:function(a){return g(a)},exports:function(a){var b=q[a];return"undefined"!=typeof b?b:q[a]={}},module:function(a){return{id:a,uri:"",exports:q[a],config:l(a)}}},m=function(a,c,d,f){var h,k,l,m,n,s,u=[],v=typeof d;if(f=f||a,"undefined"===v||"function"===v){for(c=!c.length&&d.length?["require","exports","module"]:c,n=0;n<c.length;n+=1)if(m=o(c[n],f),k=m.f,"require"===k)u[n]=p.require(a);else if("exports"===k)u[n]=p.exports(a),s=!0;else if("module"===k)h=u[n]=p.module(a);else if(e(q,k)||e(r,k)||e(t,k))u[n]=j(k);else{if(!m.p)throw new Error(a+" missing "+k);m.p.load(m.n,g(f,!0),i(k),{}),u[n]=q[k]}l=d?d.apply(q[a],u):void 0,a&&(h&&h.exports!==b&&h.exports!==q[a]?q[a]=h.exports:l===b&&s||(q[a]=l))}else a&&(q[a]=d)},a=c=n=function(a,c,d,e,f){if("string"==typeof a)return p[a]?p[a](c):j(o(a,c).f);if(!a.splice){if(s=a,s.deps&&n(s.deps,s.callback),!c)return;c.splice?(a=c,c=d,d=null):a=b}return c=c||function(){},"function"==typeof d&&(d=e,e=f),e?m(b,a,c,d):setTimeout(function(){m(b,a,c,d)},4),n},n.config=function(a){return n(a)},a._defined=q,d=function(a,b,c){if("string"!=typeof a)throw new Error("See almond README: incorrect module build, no module name");b.splice||(c=b,b=[]),e(q,a)||e(r,a)||(r[a]=[a,b,c])},d.amd={jQuery:!0}}(),b.requirejs=a,b.require=c,b.define=d}}(),b.define("almond",function(){}),b.define("jquery",[],function(){var b=a||$;return null==b&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),b}),b.define("select2/utils",["jquery"],function(a){function b(a){var b=a.prototype,c=[];for(var d in b){var e=b[d];"function"==typeof e&&"constructor"!==d&&c.push(d)}return c}var c={};c.Extend=function(a,b){function c(){this.constructor=a}var d={}.hasOwnProperty;for(var e in b)d.call(b,e)&&(a[e]=b[e]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},c.Decorate=function(a,c){function d(){var b=Array.prototype.unshift,d=c.prototype.constructor.length,e=a.prototype.constructor;d>0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;h<g.length;h++){var i=g[h];d.prototype[i]=a.prototype[i]}for(var j=(function(a){var b=function(){};a in d.prototype&&(b=d.prototype[a]);var e=c.prototype[a];return function(){var a=Array.prototype.unshift;return a.call(arguments,b),e.apply(this,arguments)}}),k=0;k<f.length;k++){var l=f[k];d.prototype[l]=j(l)}return d};var d=function(){this.listeners={}};return d.prototype.on=function(a,b){this.listeners=this.listeners||{},a in this.listeners?this.listeners[a].push(b):this.listeners[a]=[b]},d.prototype.trigger=function(a){var b=Array.prototype.slice,c=b.call(arguments,1);this.listeners=this.listeners||{},null==c&&(c=[]),0===c.length&&c.push({}),c[0]._type=a,a in this.listeners&&this.invoke(this.listeners[a],b.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},d.prototype.invoke=function(a,b){for(var c=0,d=a.length;d>c;c++)a[c].apply(this,b)},c.Observable=d,c.generateChars=function(a){for(var b="",c=0;a>c;c++){var d=Math.floor(36*Math.random());b+=d.toString(36)}return b},c.bind=function(a,b){return function(){a.apply(b,arguments)}},c._convertData=function(a){for(var b in a){var c=b.split("-"),d=a;if(1!==c.length){for(var e=0;e<c.length;e++){var f=c[e];f=f.substring(0,1).toLowerCase()+f.substring(1),f in d||(d[f]={}),e==c.length-1&&(d[f]=a[b]),d=d[f]}delete a[b]}}return a},c.hasScroll=function(b,c){var d=a(c),e=c.style.overflowX,f=c.style.overflowY;return e!==f||"hidden"!==f&&"visible"!==f?"scroll"===e||"scroll"===f?!0:d.innerHeight()<c.scrollHeight||d.innerWidth()<c.scrollWidth:!1},c.escapeMarkup=function(a){var b={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c}),b.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<ul class="select2-results__options" role="tree"></ul>');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('<li role="treeitem" aria-live="assertive" class="select2-results__option"></li>'),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c<a.results.length;c++){var d=a.results[c],e=this.option(d);b.push(e)}this.$results.append(b)},c.prototype.position=function(a,b){var c=b.find(".select2-results");c.append(a)},c.prototype.sort=function(a){var b=this.options.get("sorter");return b(a)},c.prototype.highlightFirstItem=function(){var a=this.$results.find(".select2-results__option[aria-selected]"),b=a.filter("[aria-selected=true]");b.length>0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()}),e=b.$results.find(".select2-results__option[aria-selected]");e.each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("aria-selected","true"):b.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["aria-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d.role="group",d["aria-label"]=b.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";a(h);this.template(b,h);for(var i=[],j=0;j<b.children.length;j++){var k=b.children[j],l=this.option(k);i.push(l)}var m=a("<ul></ul>",{"class":"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("aria-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):0>h-g&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b){var c=a(this),e=c.data("data");return"true"===c.attr("aria-selected")?void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{})):void d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){var a=this.$results.find(".select2-results__option--highlighted");return a},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),2>=c?this.$results.scrollTop(0):(g>this.$results.outerHeight()||0>g)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),b.define("select2/keys",[],function(){var a={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46};return a}),b.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id+"-container",a.id+"-results");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.focus(),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2"),e=a(".select2.select2-container--open");e.each(function(){var b=a(this);if(this!=d[0]){var c=b.data("element");c.select2("close")}})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){var c=b.find(".selection");c.append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),b.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection"),d=this.options.get("escapeMarkup");return d(c(a,b))},e.prototype.selectionContainer=function(){return a("<span></span>")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d),c.prop("title",b.title||b.text)},e}),b.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('<ul class="select2-selection__rendered"></ul>'),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection"),d=this.options.get("escapeMarkup");return d(c(a,b))},d.prototype.selectionContainer=function(){var b=a('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">×</span></li>');return b},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d<a.length;d++){var e=a[d],f=this.selectionContainer(),g=this.display(e,f);f.append(g),f.prop("title",e.title||e.text),f.data("data",e),b.push(f)}var h=this.$selection.find(".select2-selection__rendered");c.appendMany(h,b)}},d}),b.define("select2/selection/placeholder",["../utils"],function(a){function b(a,b,c){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c)}return b.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},b.prototype.createPlaceholder=function(a,b){var c=this.selectionContainer();return c.html(this.display(b)),c.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),c},b.prototype.update=function(a,b){var c=1==b.length&&b[0].id!=this.placeholder.id,d=b.length>1;if(d||c)return a.call(this,b);this.clear();var e=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(e)},b}),b.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e<d.length;e++){var f={data:d[e]};if(this.trigger("unselect",f),f.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},c.prototype._handleKeyboardClear=function(a,c,d){d.isOpen()||(c.which==b.DELETE||c.which==b.BACKSPACE)&&this._handleClear(c)},c.prototype.update=function(b,c){if(b.call(this,c),!(this.$selection.find(".select2-selection__placeholder").length>0||0===c.length)){var d=a('<span class="select2-selection__clear">×</span>');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),b.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented();var b=a.which;if(b===c.BACKSPACE&&""===e.$search.val()){var d=e.$searchContainer.prev(".select2-selection__choice");if(d.length>0){var f=d.data("data");e.searchRemoveChoice(f),a.preventDefault()}}});var f=document.documentMode,g=f&&11>=f;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){return g?void e.$selection.off("input.search input.searchcheck"):void e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{var b=this.$search.val().length+1;a=.75*b+"em"}this.$search.css("width",a)},d}),b.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),b.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),b.define("select2/diacritics",[],function(){var a={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"};return a}),b.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),d+=null!=c.id?"-"+c.id.toString():"-"+a.generateChars(4)},b}),b.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");
|
2 |
+
if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d);for(var f=0;f<a.length;f++){var g=a[f].id;-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")});else{var d=a.id;this.$element.val(d),this.$element.trigger("change")}},d.prototype.unselect=function(a){var b=this;if(this.$element.prop("multiple"))return a.selected=!1,c(a.element).is("option")?(a.element.selected=!1,void this.$element.trigger("change")):void this.current(function(d){for(var e=[],f=0;f<d.length;f++){var g=d[f].id;g!==a.id&&-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")})},d.prototype.bind=function(a,b){var c=this;this.container=a,a.on("select",function(a){c.select(a.data)}),a.on("unselect",function(a){c.unselect(a.data)})},d.prototype.destroy=function(){this.$element.find("*").each(function(){c.removeData(this,"data")})},d.prototype.query=function(a,b){var d=[],e=this,f=this.$element.children();f.each(function(){var b=c(this);if(b.is("option")||b.is("optgroup")){var f=e.item(b),g=e.matches(a,f);null!==g&&d.push(g)}}),b({results:d})},d.prototype.addOptions=function(a){b.appendMany(this.$element,a)},d.prototype.option=function(a){var b;a.children?(b=document.createElement("optgroup"),b.label=a.text):(b=document.createElement("option"),void 0!==b.textContent?b.textContent=a.text:b.innerText=a.text),a.id&&(b.value=a.id),a.disabled&&(b.disabled=!0),a.selected&&(b.selected=!0),a.title&&(b.title=a.title);var d=c(b),e=this._normalizeItem(a);return e.element=b,c.data(b,"data",e),d},d.prototype.item=function(a){var b={};if(b=c.data(a[0],"data"),null!=b)return b;if(a.is("option"))b={id:a.val(),text:a.text(),disabled:a.prop("disabled"),selected:a.prop("selected"),title:a.prop("title")};else if(a.is("optgroup")){b={text:a.prop("label"),children:[],title:a.prop("title")};for(var d=a.children("option"),e=[],f=0;f<d.length;f++){var g=c(d[f]),h=this.item(g);e.push(h)}b.children=e}return b=this._normalizeItem(b),b.element=a[0],c.data(a[0],"data",b),b},d.prototype._normalizeItem=function(a){c.isPlainObject(a)||(a={id:a,text:a}),a=c.extend({},{text:""},a);var b={selected:!1,disabled:!1};return null!=a.id&&(a.id=a.id.toString()),null!=a.text&&(a.text=a.text.toString()),null==a._resultId&&a.id&&null!=this.container&&(a._resultId=this.generateResultId(this.container,a)),c.extend({},b,a)},d.prototype.matches=function(a,b){var c=this.options.get("matcher");return c(a,b)},d}),b.define("select2/data/array",["./select","../utils","jquery"],function(a,b,c){function d(a,b){var c=b.get("data")||[];d.__super__.constructor.call(this,a,b),this.addOptions(this.convertToOptions(c))}return b.Extend(d,a),d.prototype.select=function(a){var b=this.$element.find("option").filter(function(b,c){return c.value==a.id.toString()});0===b.length&&(b=this.option(a),this.addOptions(b)),d.__super__.select.call(this,a)},d.prototype.convertToOptions=function(a){function d(a){return function(){return c(this).val()==a.id}}for(var e=this,f=this.$element.find("option"),g=f.map(function(){return e.item(c(this)).id}).get(),h=[],i=0;i<a.length;i++){var j=this._normalizeItem(a[i]);if(c.inArray(j.id,g)>=0){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),b.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),b.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h<e.length;h++){var i=e[h],j=this._normalizeItem(i),k=this.option(j);this.$element.append(k)}}return b.prototype.query=function(a,b,c){function d(a,f){for(var g=a.results,h=0;h<g.length;h++){var i=g[h],j=null!=i.children&&!d({results:i.children},!0),k=i.text===b.term;if(k||j)return f?!1:(a.data=g,void c(a))}if(f)return!0;var l=e.createTag(b);if(null!=l){var m=e.option(l);m.attr("data-select2-tag",!0),e.addOptions([m]),e.insertTag(g,l)}a.results=g,c(a)}var e=this;return this._removeOldTags(),null==b.term||null!=b.page?void a.call(this,b,c):void a.call(this,b,d)},b.prototype.createTag=function(b,c){var d=a.trim(c.term);return""===d?null:{id:d,text:d}},b.prototype.insertTag=function(a,b,c){b.unshift(c)},b.prototype._removeOldTags=function(b){var c=(this._lastTag,this.$element.find("option[data-select2-tag]"));c.each(function(){this.selected||a(this).remove()})},b}),b.define("select2/data/tokenizer",["jquery"],function(a){function b(a,b,c){var d=c.get("tokenizer");void 0!==d&&(this.tokenizer=d),a.call(this,b,c)}return b.prototype.bind=function(a,b,c){a.call(this,b,c),this.$search=b.dropdown.$search||b.selection.$search||c.find(".select2-search__field")},b.prototype.query=function(b,c,d){function e(b){var c=g._normalizeItem(b),d=g.$element.find("option").filter(function(){return a(this).val()===c.id});if(!d.length){var e=g.option(c);e.attr("data-select2-tag",!0),g._removeOldTags(),g.addOptions([e])}f(c)}function f(a){g.trigger("select",{data:a})}var g=this;c.term=c.term||"";var h=this.tokenizer(c,this.options,e);h.term!==c.term&&(this.$search.length&&(this.$search.val(h.term),this.$search.focus()),c.term=h.term),b.call(this,c,d)},b.prototype.tokenizer=function(b,c,d,e){for(var f=d.get("tokenSeparators")||[],g=c.term,h=0,i=this.createTag||function(a){return{id:a.term,text:a.term}};h<g.length;){var j=g[h];if(-1!==a.inArray(j,f)){var k=g.substr(0,h),l=a.extend({},c,{term:k}),m=i(l);null!=m?(e(m),g=g.substr(h+1)||"",h=0):h++}else h++}return{term:g}},b}),b.define("select2/data/minimumInputLength",[],function(){function a(a,b,c){this.minimumInputLength=c.get("minimumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){return b.term=b.term||"",b.term.length<this.minimumInputLength?void this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:b.term,params:b}}):void a.call(this,b,c)},a}),b.define("select2/data/maximumInputLength",[],function(){function a(a,b,c){this.maximumInputLength=c.get("maximumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){return b.term=b.term||"",this.maximumInputLength>0&&b.term.length>this.maximumInputLength?void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}}):void a.call(this,b,c)},a}),b.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;return d.maximumSelectionLength>0&&f>=d.maximumSelectionLength?void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}}):void a.call(d,b,c)})},a}),b.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<span class="select2-dropdown"><span class="select2-results"></span></span>');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),b.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" /></span>');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()&&e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){var b=e.showSearch(a);b?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),b.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),b.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){var c=e.$results.offset().top+e.$results.outerHeight(!1),d=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1);c+50>=d&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('<li class="select2-results__option select2-results__option--load-more"role="treeitem" aria-disabled="true"></li>'),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),b.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a("<span></span>"),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id,h=this.$container.parents().filter(b.hasScroll);h.off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.top<f.top-h.height,k=i.bottom>f.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),b.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d<b.length;d++){var e=b[d];e.children?c+=a(e.children):c++}return c}function b(a,b,c,d){this.minimumResultsForSearch=c.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),a.call(this,b,c,d)}return b.prototype.showSearch=function(b,c){return a(c.data.results)<this.minimumResultsForSearch?!1:b.call(this,c)},b}),b.define("select2/dropdown/selectOnClose",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("close",function(a){d._handleSelectOnClose(a)})},a.prototype._handleSelectOnClose=function(a,b){if(b&&null!=b.originalSelect2Event){var c=b.originalSelect2Event;if("select"===c._type||"unselect"===c._type)return}var d=this.getHighlightedResults();if(!(d.length<1)){var e=d.data("data");null!=e.element&&e.element.selected||null==e.element&&e.selected||this.trigger("select",{data:e})}},a}),b.define("select2/dropdown/closeOnSelect",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(a){d._selectTriggered(a)}),b.on("unselect",function(a){d._selectTriggered(a)})},a.prototype._selectTriggered=function(a,b){var c=b.originalEvent;c&&c.ctrlKey||this.trigger("close",{originalEvent:c,originalSelect2Event:b})},a}),b.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(a){var b=a.input.length-a.maximum,c="Please delete "+b+" character";return 1!=b&&(c+="s"),c},inputTooShort:function(a){var b=a.minimum-a.input.length,c="Please enter "+b+" or more characters";return c},loadingMore:function(){return"Loading more results…"},maximumSelected:function(a){var b="You can only select "+a.maximum+" item";return 1!=a.maximum&&(b+="s"),b},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),b.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C){function D(){this.reset()}D.prototype.apply=function(l){if(l=a.extend(!0,{},this.defaults,l),null==l.dataAdapter){if(null!=l.ajax?l.dataAdapter=o:null!=l.data?l.dataAdapter=n:l.dataAdapter=m,l.minimumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),(null!=l.tokenSeparators||null!=l.tokenizer)&&(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L<K.length;L++){var M=K[L],N={};try{N=k.loadPath(M)}catch(O){try{M=this.defaults.amdLanguageBase+M,N=k.loadPath(M)}catch(P){l.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+M+'" could not be automatically loaded. A fallback will be used instead.');continue}}J.extend(N)}l.translations=J}else{var Q=k.loadPath(this.defaults.amdLanguageBase+"en"),R=new k(l.language);R.extend(Q),l.translations=R}return l},D.prototype.reset=function(){function b(a){function b(a){return l[a]||a}return a.replace(/[^\u0000-\u007E]/g,b)}function c(d,e){if(""===a.trim(d.term))return e;if(e.children&&e.children.length>0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){var h=e.children[g],i=c(d,h);null==i&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var j=b(e.text).toUpperCase(),k=b(d.term).toUpperCase();return j.indexOf(k)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)};var E=new D;return E}),b.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),b.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return 0>=e?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;i>h;h+=1){var j=g[h].replace(/\s/g,""),k=j.match(c);if(null!==k&&k.length>=1)return k[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e<b.addedNodes.length;e++){var f=b.addedNodes[e];f.selected&&(c=!0)}else b.removedNodes&&b.removedNodes.length>0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),(null==a||0===a.length)&&(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null;
|
3 |
+
},e.prototype.render=function(){var b=a('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),b.define("jquery-mousewheel",["jquery"],function(a){return a}),b.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.select2){var e=["open","close","destroy"];a.fn.select2=function(b){if(b=b||{},"object"==typeof b)return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null==a.fn.select2.defaults&&(a.fn.select2.defaults=d),c}),{define:b.define,require:b.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,c});
|
assets/js/wcv-commissions.js
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(function(){
|
2 |
+
|
3 |
+
jQuery('.select2').select2();
|
4 |
+
|
5 |
+
});
|
changelog.txt
CHANGED
@@ -1,5 +1,33 @@
|
|
1 |
Changelog for WC Vendors
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Version 1.9.1
|
4 |
|
5 |
* Added: GitHub Plugin URI for afragen/github-updater #282 thanks Agoruh
|
1 |
Changelog for WC Vendors
|
2 |
|
3 |
+
Version 1.9.2
|
4 |
+
|
5 |
+
* Added: Reverse commission when order emptied from trash #277
|
6 |
+
* Added: Daily Payout option for PayPal Cron #297
|
7 |
+
* Added: Vendor select2 on the commissions page #284
|
8 |
+
* Added: Button to reset vendor roles & WC Vendors settings to WooCoomerce system status tools page #230
|
9 |
+
* Added: Dutch Translation, thanks @jjclinton
|
10 |
+
* Added: Date filter for order queries
|
11 |
+
* Added: Turkish translations thanks Hakan
|
12 |
+
* Added: $wc_vendors object variable
|
13 |
+
* Added: Action to fire after dashboard links (wcvendors_after_links)
|
14 |
+
* Added: Body css classes to set pages
|
15 |
+
* Updated: Support for woo commerce minimum and readme
|
16 |
+
* Fixed: Mark commission reversed bulk action on commissions table
|
17 |
+
* Fixed: No longer have to save permalink settings when updating WC Vendors options
|
18 |
+
* Fixed: Orders page not set on fresh install
|
19 |
+
* Fixed: Property of non object #300
|
20 |
+
* Fixed: Translation for Mark Shipped #296
|
21 |
+
* Fixed: Too many redirect loops if pages not set #290
|
22 |
+
* Fixed: Non-Object Notice in install #289
|
23 |
+
* Fixed: Rounding error with 100% commission thanks Brett!
|
24 |
+
* Fixed: text domain for email templates
|
25 |
+
* Fixed: Don't start session if user isn't logged
|
26 |
+
* Fixed: Session error on log out if session doesn't exist
|
27 |
+
* Fixed: Settings image selector bug
|
28 |
+
* Merged pull request #302 from NicolasBernier - Completed French Translations, Thanks!
|
29 |
+
* Merged: pull request #293 from stodorovic/fix_init_sessions
|
30 |
+
|
31 |
Version 1.9.1
|
32 |
|
33 |
* Added: GitHub Plugin URI for afragen/github-updater #282 thanks Agoruh
|
class-wc-vendors.php
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
* Author URI: https://www.wcvendors.com
|
9 |
* GitHub Plugin URI: https://github.com/wcvendors/wcvendors
|
10 |
*
|
11 |
-
* Version: 1.9.
|
12 |
* Requires at least: 4.0.0
|
13 |
-
* Tested up to: 4.
|
14 |
*
|
15 |
* Text Domain: wcvendors
|
16 |
* Domain Path: /languages/
|
@@ -20,7 +20,22 @@
|
|
20 |
* @copyright Copyright © 2016 WC Vendors
|
21 |
* @author Matt Gates, WC Vendors
|
22 |
* @package WCVendors
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
|
26 |
/**
|
@@ -57,7 +72,7 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
57 |
if ( !defined( 'wcv_plugin_dir_path' ) ) define( 'wcv_plugin_dir_path', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
58 |
|
59 |
|
60 |
-
define('WCV_VERSION', '1.9.
|
61 |
|
62 |
/**
|
63 |
* Main Product Vendor class
|
@@ -88,8 +103,6 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
88 |
add_action( 'admin_init', array( $this, 'check_install' ) );
|
89 |
add_action( 'admin_init', array( $this, 'maybe_flush_permalinks' ), 99 );
|
90 |
add_action( 'admin_init', array( $this, 'wcv_required_ignore_notices' ) );
|
91 |
-
add_action( 'admin_notices', array( $this, 'wcv_required_admin_notice') );
|
92 |
-
|
93 |
|
94 |
add_action( 'plugins_loaded', array( $this, 'load_settings' ) );
|
95 |
add_action( 'plugins_loaded', array( $this, 'include_gateways' ) );
|
@@ -111,7 +124,7 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
111 |
*/
|
112 |
public function invalid_wc_version()
|
113 |
{
|
114 |
-
echo '<div class="error"><p>' . __( '<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce v2.
|
115 |
}
|
116 |
|
117 |
/**
|
@@ -119,15 +132,17 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
119 |
*/
|
120 |
public function init_session(){
|
121 |
|
122 |
-
if ( !session_id() ) {
|
123 |
session_start();
|
124 |
-
|
125 |
|
126 |
} //init_session()
|
127 |
|
128 |
public function destroy_session(){
|
129 |
|
130 |
-
|
|
|
|
|
131 |
|
132 |
} // destroy_session()
|
133 |
|
@@ -143,8 +158,8 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
143 |
{
|
144 |
global $woocommerce;
|
145 |
|
146 |
-
// WC 2.0
|
147 |
-
if ( version_compare( $woocommerce->version, '2.
|
148 |
add_action( 'admin_notices', array( $this, 'invalid_wc_version' ) );
|
149 |
deactivate_plugins( plugin_basename( __FILE__ ) );
|
150 |
return false;
|
@@ -344,33 +359,6 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
344 |
return (array) $links;
|
345 |
}
|
346 |
|
347 |
-
/**
|
348 |
-
* Add admin notices to ensure users are saving the settings correctly
|
349 |
-
* @access public
|
350 |
-
*
|
351 |
-
*/
|
352 |
-
public function wcv_required_admin_notice(){
|
353 |
-
global $current_user;
|
354 |
-
|
355 |
-
if ( current_user_can( 'manage_options' ) ) {
|
356 |
-
$current_user_id = $current_user->ID;
|
357 |
-
|
358 |
-
if ( WC_Vendors::$pv_options->get_option( 'vendor_shop_permalink' ) == null && ! get_user_meta( $current_user_id, 'wcv_shop_ignore_notice' ) ) {
|
359 |
-
echo '<div class="updated">
|
360 |
-
<p>'.sprintf (__('WC Vendors requires the Vendor shop page value be set <a href="%s">click here to set it.</a> | <a href="%s">Hide Notice</a>','wcvendors'), 'admin.php?page=wc_prd_vendor', esc_url( add_query_arg( 'wcv_shop_ignore_notice', '0' ) ) ).'</p>
|
361 |
-
</div>';
|
362 |
-
}
|
363 |
-
|
364 |
-
$general_tab = ( isset( $_GET['tab'] ) && 'general' == $_GET['tab'] ) || !isset( $_GET['tab'] ) ? true : false;
|
365 |
-
|
366 |
-
if ( isset( $_GET['page'] ) && 'wc_prd_vendor' == $_GET['page'] && isset( $_GET[ 'settings-updated' ] ) && $general_tab == true && ! get_user_meta( $current_user_id, 'wcv_pl_ignore_notice' ) ) {
|
367 |
-
echo '<div class="updated">
|
368 |
-
<p>'.sprintf (__('You must save your permalinks once you have modified your vendor page. <a href="%s">click here to save</a>. | <a href="%s">Hide Notice</a>','wcvendors'), 'options-permalink.php', esc_url( add_query_arg( 'wcv_pl_ignore_notice', '0' ) ) ).'</p>
|
369 |
-
</div>';
|
370 |
-
}
|
371 |
-
}
|
372 |
-
}
|
373 |
-
|
374 |
/**
|
375 |
* Add user meta to remember ignore notices
|
376 |
* @access public
|
@@ -393,6 +381,6 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
393 |
}
|
394 |
|
395 |
|
396 |
-
new WC_Vendors;
|
397 |
|
398 |
}
|
8 |
* Author URI: https://www.wcvendors.com
|
9 |
* GitHub Plugin URI: https://github.com/wcvendors/wcvendors
|
10 |
*
|
11 |
+
* Version: 1.9.2
|
12 |
* Requires at least: 4.0.0
|
13 |
+
* Tested up to: 4.6.0
|
14 |
*
|
15 |
* Text Domain: wcvendors
|
16 |
* Domain Path: /languages/
|
20 |
* @copyright Copyright © 2016 WC Vendors
|
21 |
* @author Matt Gates, WC Vendors
|
22 |
* @package WCVendors
|
23 |
+
* @license GPL2
|
24 |
+
|
25 |
+
WC Vendors is free software: you can redistribute it and/or modify
|
26 |
+
it under the terms of the GNU General Public License as published by
|
27 |
+
the Free Software Foundation, either version 2 of the License, or
|
28 |
+
any later version.
|
29 |
+
|
30 |
+
WC Vendors is distributed in the hope that it will be useful,
|
31 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
32 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
33 |
+
GNU General Public License for more details.
|
34 |
+
|
35 |
+
You should have received a copy of the GNU General Public License
|
36 |
+
along with WC Vendors. If not, see http://www.gnu.org/licenses/gpl-2.0.txt.
|
37 |
+
|
38 |
+
*/
|
39 |
|
40 |
|
41 |
/**
|
72 |
if ( !defined( 'wcv_plugin_dir_path' ) ) define( 'wcv_plugin_dir_path', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
73 |
|
74 |
|
75 |
+
define('WCV_VERSION', '1.9.2' );
|
76 |
|
77 |
/**
|
78 |
* Main Product Vendor class
|
103 |
add_action( 'admin_init', array( $this, 'check_install' ) );
|
104 |
add_action( 'admin_init', array( $this, 'maybe_flush_permalinks' ), 99 );
|
105 |
add_action( 'admin_init', array( $this, 'wcv_required_ignore_notices' ) );
|
|
|
|
|
106 |
|
107 |
add_action( 'plugins_loaded', array( $this, 'load_settings' ) );
|
108 |
add_action( 'plugins_loaded', array( $this, 'include_gateways' ) );
|
124 |
*/
|
125 |
public function invalid_wc_version()
|
126 |
{
|
127 |
+
echo '<div class="error"><p>' . __( '<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce v2.5.0.', 'wcvendors' ) . '</p></div>';
|
128 |
}
|
129 |
|
130 |
/**
|
132 |
*/
|
133 |
public function init_session(){
|
134 |
|
135 |
+
if ( !session_id() && is_user_logged_in() ) {
|
136 |
session_start();
|
137 |
+
}
|
138 |
|
139 |
} //init_session()
|
140 |
|
141 |
public function destroy_session(){
|
142 |
|
143 |
+
if ( session_id() ) {
|
144 |
+
session_destroy();
|
145 |
+
}
|
146 |
|
147 |
} // destroy_session()
|
148 |
|
158 |
{
|
159 |
global $woocommerce;
|
160 |
|
161 |
+
// WC 2.5.0+ is required
|
162 |
+
if ( version_compare( $woocommerce->version, '2.5', '<' ) ) {
|
163 |
add_action( 'admin_notices', array( $this, 'invalid_wc_version' ) );
|
164 |
deactivate_plugins( plugin_basename( __FILE__ ) );
|
165 |
return false;
|
359 |
return (array) $links;
|
360 |
}
|
361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
/**
|
363 |
* Add user meta to remember ignore notices
|
364 |
* @access public
|
381 |
}
|
382 |
|
383 |
|
384 |
+
$wc_vendors = new WC_Vendors;
|
385 |
|
386 |
}
|
classes/admin/class-admin-page.php
CHANGED
@@ -13,6 +13,8 @@ class WCV_Admin_Setup
|
|
13 |
|
14 |
add_action( 'woocommerce_admin_order_data_after_shipping_address', array( $this, 'add_vendor_details' ), 10, 2 );
|
15 |
add_action( 'woocommerce_admin_order_actions_end', array( $this, 'append_actions' ), 10, 1 );
|
|
|
|
|
16 |
}
|
17 |
|
18 |
|
@@ -63,6 +65,10 @@ class WCV_Admin_Setup
|
|
63 |
|
64 |
|
65 |
/**
|
|
|
|
|
|
|
|
|
66 |
*
|
67 |
*/
|
68 |
public static function menu()
|
@@ -76,8 +82,110 @@ class WCV_Admin_Setup
|
|
76 |
);
|
77 |
|
78 |
add_action( "load-$hook", array( 'WCV_Admin_Setup', 'add_options' ) );
|
79 |
-
}
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
/**
|
83 |
*
|
@@ -122,7 +230,7 @@ class WCV_Admin_Setup
|
|
122 |
{
|
123 |
global $woocommerce, $PV_Admin_Page;
|
124 |
|
125 |
-
|
126 |
|
127 |
?>
|
128 |
|
@@ -133,8 +241,18 @@ class WCV_Admin_Setup
|
|
133 |
|
134 |
<form id="posts-filter" method="get">
|
135 |
|
136 |
-
|
137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
|
139 |
</form>
|
140 |
<div id="ajax-response"></div>
|
@@ -307,13 +425,17 @@ class WCV_Admin_Page extends WP_List_Table
|
|
307 |
function extra_tablenav( $which )
|
308 |
{
|
309 |
if ( $which == 'top' ) {
|
310 |
-
|
311 |
-
|
|
|
312 |
$this->months_dropdown( 'commission' );
|
313 |
-
|
314 |
-
|
315 |
-
<div class="alignleft actions"><?php
|
316 |
$this->status_dropdown( 'commission' );
|
|
|
|
|
|
|
|
|
317 |
submit_button( __( 'Filter' ), false, false, false, array( 'id' => "post-query-submit", 'name' => 'do-filter' ) );
|
318 |
?></div>
|
319 |
<?php
|
@@ -392,6 +514,35 @@ class WCV_Admin_Page extends WP_List_Table
|
|
392 |
<?php
|
393 |
}
|
394 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
395 |
|
396 |
/**
|
397 |
* Process bulk actions
|
@@ -467,11 +618,11 @@ class WCV_Admin_Page extends WP_List_Table
|
|
467 |
global $wpdb;
|
468 |
|
469 |
$table_name = $wpdb->prefix . "pv_commission";
|
470 |
-
|
471 |
-
$query = "UPDATE `{$table_name}` SET `status` = 'reversed' WHERE id IN ($ids) AND `status` = 'due'";
|
472 |
$result = $wpdb->query( $query );
|
473 |
|
474 |
-
return $result;
|
|
|
475 |
}
|
476 |
|
477 |
|
@@ -512,6 +663,7 @@ class WCV_Admin_Page extends WP_List_Table
|
|
512 |
$orderby = !empty( $_REQUEST[ 'orderby' ] ) ? esc_attr( $_REQUEST[ 'orderby' ] ) : 'time';
|
513 |
$order = ( !empty( $_REQUEST[ 'order' ] ) && $_REQUEST[ 'order' ] == 'asc' ) ? 'ASC' : 'DESC';
|
514 |
$com_status = !empty( $_REQUEST[ 'com_status' ] ) ? esc_attr( $_REQUEST[ 'com_status' ] ) : '';
|
|
|
515 |
$status_sql = '';
|
516 |
$time_sql = '';
|
517 |
|
@@ -520,7 +672,6 @@ class WCV_Admin_Page extends WP_List_Table
|
|
520 |
*/
|
521 |
$this->_column_headers = $this->get_column_info();
|
522 |
|
523 |
-
|
524 |
/**
|
525 |
* Process bulk actions
|
526 |
*/
|
@@ -559,6 +710,22 @@ class WCV_Admin_Page extends WP_List_Table
|
|
559 |
$sql .= $status_sql;
|
560 |
}
|
561 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
562 |
$max = $wpdb->get_var( $sql );
|
563 |
|
564 |
$sql = "
|
@@ -573,8 +740,11 @@ class WCV_Admin_Page extends WP_List_Table
|
|
573 |
$sql .= $status_sql;
|
574 |
}
|
575 |
|
576 |
-
|
|
|
|
|
577 |
|
|
|
578 |
|
579 |
$sql .= "
|
580 |
ORDER BY `{$orderby}` {$order}
|
13 |
|
14 |
add_action( 'woocommerce_admin_order_data_after_shipping_address', array( $this, 'add_vendor_details' ), 10, 2 );
|
15 |
add_action( 'woocommerce_admin_order_actions_end', array( $this, 'append_actions' ), 10, 1 );
|
16 |
+
|
17 |
+
add_filter( 'woocommerce_debug_tools', array( $this, 'wcvendors_tools' ) );
|
18 |
}
|
19 |
|
20 |
|
65 |
|
66 |
|
67 |
/**
|
68 |
+
* Add the commissions sub menu
|
69 |
+
*
|
70 |
+
* @since 1.0.0
|
71 |
+
* @access public
|
72 |
*
|
73 |
*/
|
74 |
public static function menu()
|
82 |
);
|
83 |
|
84 |
add_action( "load-$hook", array( 'WCV_Admin_Setup', 'add_options' ) );
|
|
|
85 |
|
86 |
+
add_action( "admin_print_styles-$hook", array( 'WCV_Admin_Setup', 'commission_enqueue_style' ) );
|
87 |
+
add_action( "admin_print_scripts-$hook", array( 'WCV_Admin_Setup', 'commission_my_enqueue_script' ) );
|
88 |
+
|
89 |
+
|
90 |
+
|
91 |
+
} // menu()
|
92 |
+
|
93 |
+
|
94 |
+
/**
|
95 |
+
* Add tools to the woocommerce status tools page
|
96 |
+
*
|
97 |
+
* @since 1.9.2
|
98 |
+
* @access public
|
99 |
+
*/
|
100 |
+
public function wcvendors_tools( $tools ){
|
101 |
+
|
102 |
+
$tools[ 'reset_wcvendor_roles' ] = array(
|
103 |
+
'name' => __( 'Reset WC Vendors roles ', 'wcvendors' ),
|
104 |
+
'button' => __( 'Reset WC Vendor Roles', 'wcvendors' ),
|
105 |
+
'desc' => __( 'This will reset the wcvendors roles ( vendor & pending_vendor ), back to the default capabilities.', 'wcvendors' ),
|
106 |
+
'callback' => array( 'WCV_Admin_Setup', 'reset_vendor_roles' )
|
107 |
+
);
|
108 |
+
|
109 |
+
$tools[ 'reset_wcvendors' ] = array(
|
110 |
+
'name' => __( 'Reset WC Vendors ', 'wcvendors' ),
|
111 |
+
'button' => __( 'Reset WC Vendors Settings', 'wcvendors' ),
|
112 |
+
'desc' => __( 'This will reset wcvendors back to defaults. This DELETES ALL YOUR Settings.', 'wcvendors' ),
|
113 |
+
'callback' => array( 'WCV_Admin_Setup', 'reset_wcvendors' )
|
114 |
+
);
|
115 |
+
|
116 |
+
return $tools;
|
117 |
+
|
118 |
+
} // wcvendors_tools()
|
119 |
+
|
120 |
+
/**
|
121 |
+
* Reset the vendor roles
|
122 |
+
*
|
123 |
+
* @since 1.9.2
|
124 |
+
* @access public
|
125 |
+
*/
|
126 |
+
public static function reset_vendor_roles(){
|
127 |
+
|
128 |
+
$can_add = WC_Vendors::$pv_options->get_option( 'can_submit_products' );
|
129 |
+
$can_edit = WC_Vendors::$pv_options->get_option( 'can_edit_published_products' );
|
130 |
+
$can_submit_live = WC_Vendors::$pv_options->get_option( 'can_submit_live_products' );
|
131 |
+
$can_view_reports = WC_Vendors::$pv_options->get_option( 'can_view_backend_reports' );
|
132 |
+
|
133 |
+
$args = array(
|
134 |
+
'assign_product_terms' => $can_add,
|
135 |
+
'edit_products' => $can_add || $can_edit,
|
136 |
+
'edit_published_products' => $can_edit,
|
137 |
+
'delete_published_products' => $can_edit,
|
138 |
+
'delete_products' => $can_edit,
|
139 |
+
'manage_product' => $can_add,
|
140 |
+
'publish_products' => $can_submit_live,
|
141 |
+
'read' => true,
|
142 |
+
'read_products' => $can_edit || $can_add,
|
143 |
+
'upload_files' => true,
|
144 |
+
'import' => true,
|
145 |
+
'view_woocommerce_reports' => false,
|
146 |
+
);
|
147 |
+
|
148 |
+
remove_role( 'vendor' );
|
149 |
+
add_role( 'vendor', __('Vendor', 'wcvendors'), $args );
|
150 |
+
|
151 |
+
remove_role( 'pending_vendor');
|
152 |
+
add_role( 'pending_vendor', __( 'Pending Vendor', 'wcvendors' ), array(
|
153 |
+
'read' => true,
|
154 |
+
'edit_posts' => false,
|
155 |
+
'delete_posts' => false
|
156 |
+
) );
|
157 |
+
|
158 |
+
echo '<div class="updated inline"><p>' . __( 'WC Vendor roles successfully reset.', 'wcvendors' ) . '</p></div>';
|
159 |
+
|
160 |
+
} // reset_vendor_roles()
|
161 |
+
|
162 |
+
|
163 |
+
/**
|
164 |
+
* Reset wcvendors
|
165 |
+
*
|
166 |
+
* @since 1.9.2
|
167 |
+
* @access public
|
168 |
+
*/
|
169 |
+
public static function reset_wcvendors(){
|
170 |
+
|
171 |
+
delete_option( WC_Vendors::$id . '_options' );
|
172 |
+
echo '<div class="updated inline"><p>' . __( 'WC Vendors was successfully reset. All settings have been reset.', 'wcvendors' ) . '</p></div>';
|
173 |
+
|
174 |
+
} // reset_wcvendors()
|
175 |
+
|
176 |
+
|
177 |
+
public static function commission_enqueue_style(){
|
178 |
+
|
179 |
+
wp_enqueue_style( 'commissions_select2_css', wcv_assets_url . 'css/select2.min.css' );
|
180 |
+
|
181 |
+
} //commission_enqueue_style()
|
182 |
+
|
183 |
+
public static function commission_my_enqueue_script(){
|
184 |
+
|
185 |
+
wp_enqueue_script( 'commissions_select2_styles_js', wcv_assets_url. 'js/select2.min.js', array('jquery') );
|
186 |
+
wp_enqueue_script( 'commissions_select2_load_js', wcv_assets_url. 'js/wcv-commissions.js', array('jquery') );
|
187 |
+
|
188 |
+
}
|
189 |
|
190 |
/**
|
191 |
*
|
230 |
{
|
231 |
global $woocommerce, $PV_Admin_Page;
|
232 |
|
233 |
+
|
234 |
|
235 |
?>
|
236 |
|
241 |
|
242 |
<form id="posts-filter" method="get">
|
243 |
|
244 |
+
<?php
|
245 |
+
$page = filter_input( INPUT_GET, 'page', FILTER_SANITIZE_STRIPPED );
|
246 |
+
$paged = filter_input( INPUT_GET, 'paged', FILTER_SANITIZE_NUMBER_INT );
|
247 |
+
|
248 |
+
printf( '<input type="hidden" name="page" value="%s" />', $page );
|
249 |
+
printf( '<input type="hidden" name="paged" value="%d" />', $paged );
|
250 |
+
?>
|
251 |
+
|
252 |
+
<input type="hidden" name="page" value="pv_admin_commissions"/>
|
253 |
+
|
254 |
+
<?php $PV_Admin_Page->prepare_items(); ?>
|
255 |
+
<?php $PV_Admin_Page->display() ?>
|
256 |
|
257 |
</form>
|
258 |
<div id="ajax-response"></div>
|
425 |
function extra_tablenav( $which )
|
426 |
{
|
427 |
if ( $which == 'top' ) {
|
428 |
+
?><div class="alignleft actions" style="width: 70%;">
|
429 |
+
<?php
|
430 |
+
// Months drop down
|
431 |
$this->months_dropdown( 'commission' );
|
432 |
+
|
433 |
+
// commission status drop down
|
|
|
434 |
$this->status_dropdown( 'commission' );
|
435 |
+
|
436 |
+
// Vendor drop down
|
437 |
+
$this->vendor_dropdown( 'commission' );
|
438 |
+
|
439 |
submit_button( __( 'Filter' ), false, false, false, array( 'id' => "post-query-submit", 'name' => 'do-filter' ) );
|
440 |
?></div>
|
441 |
<?php
|
514 |
<?php
|
515 |
}
|
516 |
|
517 |
+
/**
|
518 |
+
* Display a vendor dropdown for filtering commissions
|
519 |
+
*
|
520 |
+
* @since 1.9.2
|
521 |
+
* @access public
|
522 |
+
*
|
523 |
+
* @param unknown $post_type
|
524 |
+
*/
|
525 |
+
public function vendor_dropdown( $post_type ){
|
526 |
+
|
527 |
+
$user_args = array( 'fields' => array( 'ID', 'display_name' ) );
|
528 |
+
$vendor_id = isset( $_GET[ 'vendor_id' ] ) ? $_GET[ 'vendor_id' ] : '';
|
529 |
+
$new_args = $user_args;
|
530 |
+
$new_args[ 'role' ] = 'vendor';
|
531 |
+
$users = get_users( $new_args );
|
532 |
+
|
533 |
+
// Generate the drop down
|
534 |
+
$output = '<select style="width: 30%;" name="vendor_id" id="vendor_id" class="select2">';
|
535 |
+
foreach ( (array) $users as $user ) {
|
536 |
+
$select = selected( $user->ID, $vendor_id, false );
|
537 |
+
$output .= "<option value='$user->ID' $select>$user->display_name</option>";
|
538 |
+
}
|
539 |
+
$output .= '</select>';
|
540 |
+
|
541 |
+
echo $output;
|
542 |
+
|
543 |
+
} // vendor_dropdown()
|
544 |
+
|
545 |
+
|
546 |
|
547 |
/**
|
548 |
* Process bulk actions
|
618 |
global $wpdb;
|
619 |
|
620 |
$table_name = $wpdb->prefix . "pv_commission";
|
621 |
+
$query = "UPDATE `{$table_name}` SET `status` = 'reversed' WHERE id IN ($ids)";
|
|
|
622 |
$result = $wpdb->query( $query );
|
623 |
|
624 |
+
return $result;
|
625 |
+
|
626 |
}
|
627 |
|
628 |
|
663 |
$orderby = !empty( $_REQUEST[ 'orderby' ] ) ? esc_attr( $_REQUEST[ 'orderby' ] ) : 'time';
|
664 |
$order = ( !empty( $_REQUEST[ 'order' ] ) && $_REQUEST[ 'order' ] == 'asc' ) ? 'ASC' : 'DESC';
|
665 |
$com_status = !empty( $_REQUEST[ 'com_status' ] ) ? esc_attr( $_REQUEST[ 'com_status' ] ) : '';
|
666 |
+
$vendor_id = !empty( $_REQUEST[ 'vendor_id' ] ) ? esc_attr( $_REQUEST[ 'vendor_id' ] ) : '';
|
667 |
$status_sql = '';
|
668 |
$time_sql = '';
|
669 |
|
672 |
*/
|
673 |
$this->_column_headers = $this->get_column_info();
|
674 |
|
|
|
675 |
/**
|
676 |
* Process bulk actions
|
677 |
*/
|
710 |
$sql .= $status_sql;
|
711 |
}
|
712 |
|
713 |
+
|
714 |
+
if ( !empty( $_GET[ 'vendor_id' ] ) ) {
|
715 |
+
|
716 |
+
if ( $time_sql == '' || $status_sql == '' ) {
|
717 |
+
$vendor_sql = "
|
718 |
+
WHERE vendor_id = '$vendor_id'
|
719 |
+
";
|
720 |
+
} else {
|
721 |
+
$vendor_sql = "
|
722 |
+
AND vendor_id = '$vendor_id'
|
723 |
+
";
|
724 |
+
}
|
725 |
+
|
726 |
+
$sql .= $vendor_sql;
|
727 |
+
}
|
728 |
+
|
729 |
$max = $wpdb->get_var( $sql );
|
730 |
|
731 |
$sql = "
|
740 |
$sql .= $status_sql;
|
741 |
}
|
742 |
|
743 |
+
if ( !empty( $_GET['vendor_id'] ) ) {
|
744 |
+
$sql .= $vendor_sql;
|
745 |
+
}
|
746 |
|
747 |
+
$offset = ( $current_page - 1 ) * $per_page;
|
748 |
|
749 |
$sql .= "
|
750 |
ORDER BY `{$orderby}` {$order}
|
classes/admin/settings/assets/js/wcvendors-media.js
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
jQuery( function( $ ){
|
|
|
|
|
2 |
|
3 |
// Iterate over all instances of the uploader on the page
|
4 |
$('.wcv-img-id').each( function () {
|
5 |
|
6 |
-
|
7 |
|
8 |
// Handle Add banner
|
9 |
$( '#wcv-add-' + id ).on( 'click', function(e) {
|
1 |
+
jQuery( function( $ ){
|
2 |
+
|
3 |
+
var id;
|
4 |
|
5 |
// Iterate over all instances of the uploader on the page
|
6 |
$('.wcv-img-id').each( function () {
|
7 |
|
8 |
+
id = $( this ).data( 'id' );
|
9 |
|
10 |
// Handle Add banner
|
11 |
$( '#wcv-add-' + id ).on( 'click', function(e) {
|
classes/admin/settings/classes/sf-class-settings.php
CHANGED
@@ -367,6 +367,8 @@ if ( !class_exists( 'SF_Settings_API' ) ) {
|
|
367 |
do_action( $this->id . '_options_updated', $clean, $tabname );
|
368 |
add_settings_error( $this->id, 'save_options', __( 'Settings saved.', 'geczy' ), 'updated' );
|
369 |
|
|
|
|
|
370 |
return apply_filters( $this->id . '_options_on_update', $clean, $tabname );
|
371 |
}
|
372 |
|
@@ -666,7 +668,7 @@ if ( !class_exists( 'SF_Settings_API' ) ) {
|
|
666 |
|
667 |
</th>
|
668 |
<td <?php echo $grouped; ?> >
|
669 |
-
|
670 |
|
671 |
<?php foreach ( $header_types as $header ) :
|
672 |
if ( $type != $header ) continue; ?>
|
367 |
do_action( $this->id . '_options_updated', $clean, $tabname );
|
368 |
add_settings_error( $this->id, 'save_options', __( 'Settings saved.', 'geczy' ), 'updated' );
|
369 |
|
370 |
+
update_option( WC_Vendors::$id . '_flush_rules', true );
|
371 |
+
|
372 |
return apply_filters( $this->id . '_options_on_update', $clean, $tabname );
|
373 |
}
|
374 |
|
668 |
|
669 |
</th>
|
670 |
<td <?php echo $grouped; ?> >
|
671 |
+
<?php endif; ?>
|
672 |
|
673 |
<?php foreach ( $header_types as $header ) :
|
674 |
if ( $type != $header ) continue; ?>
|
classes/admin/settings/sf-options.php
CHANGED
@@ -297,7 +297,7 @@ $options[ ] = array(
|
|
297 |
$options[ ] = array(
|
298 |
'name' => __( 'Orders page', 'wcvendors' ),
|
299 |
'desc' => __( 'Choose the page that has the shortcode <code>[wcv_orders]</code><br/>By default, Vendor Dashboard > Orders should have the shortcode.', 'wcvendors' ),
|
300 |
-
'id' => '
|
301 |
'type' => 'single_select_page',
|
302 |
'select2' => true,
|
303 |
);
|
@@ -345,6 +345,7 @@ $options[ ] = array(
|
|
345 |
'type' => 'radio',
|
346 |
'std' => 'manual',
|
347 |
'options' => array(
|
|
|
348 |
'weekly' => __( 'Weekly', 'wcvendors' ),
|
349 |
'biweekly' => __( 'Biweekly', 'wcvendors' ),
|
350 |
'monthly' => __( 'Monthly', 'wcvendors' ),
|
297 |
$options[ ] = array(
|
298 |
'name' => __( 'Orders page', 'wcvendors' ),
|
299 |
'desc' => __( 'Choose the page that has the shortcode <code>[wcv_orders]</code><br/>By default, Vendor Dashboard > Orders should have the shortcode.', 'wcvendors' ),
|
300 |
+
'id' => 'product_orders_page',
|
301 |
'type' => 'single_select_page',
|
302 |
'select2' => true,
|
303 |
);
|
345 |
'type' => 'radio',
|
346 |
'std' => 'manual',
|
347 |
'options' => array(
|
348 |
+
'daily' => __( 'Daily', 'wcvendors' ),
|
349 |
'weekly' => __( 'Weekly', 'wcvendors' ),
|
350 |
'biweekly' => __( 'Biweekly', 'wcvendors' ),
|
351 |
'monthly' => __( 'Monthly', 'wcvendors' ),
|
classes/class-commission.php
CHANGED
@@ -31,6 +31,9 @@ class WCV_Commission
|
|
31 |
|
32 |
$this->check_order_reverse();
|
33 |
$this->check_order_complete();
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
|
@@ -424,5 +427,30 @@ class WCV_Commission
|
|
424 |
return $result;
|
425 |
}
|
426 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
|
428 |
}
|
31 |
|
32 |
$this->check_order_reverse();
|
33 |
$this->check_order_complete();
|
34 |
+
|
35 |
+
// Reverse the commission if the order is deleted
|
36 |
+
add_action( 'delete_post', array( $this, 'commissions_table_sync' ), 10 );
|
37 |
}
|
38 |
|
39 |
|
427 |
return $result;
|
428 |
}
|
429 |
|
430 |
+
/**
|
431 |
+
* If an order is deleted reverse the commissions rows
|
432 |
+
*
|
433 |
+
* @since 1.9.2
|
434 |
+
* @access public
|
435 |
+
* @param int $order_id the order id
|
436 |
+
*
|
437 |
+
* @return bool.
|
438 |
+
*/
|
439 |
+
public function commissions_table_sync( $order_id ){
|
440 |
+
|
441 |
+
global $wpdb;
|
442 |
+
|
443 |
+
// Check if this order exists in the commissions table
|
444 |
+
$count = WCV_Commission::count_commission_by_order( $order_id );
|
445 |
+
if ( !$count ) return false;
|
446 |
+
|
447 |
+
$table_name = $wpdb->prefix . "pv_commission";
|
448 |
+
|
449 |
+
$query = "UPDATE `{$table_name}` SET `status` = '%s' WHERE order_id = '%d'";
|
450 |
+
$results = $wpdb->query( $wpdb->prepare( $query, 'reversed', $order_id ) );
|
451 |
+
|
452 |
+
|
453 |
+
} // commissions_table_sync()
|
454 |
+
|
455 |
|
456 |
}
|
classes/class-cron.php
CHANGED
@@ -143,6 +143,12 @@ class WCV_Cron
|
|
143 |
*/
|
144 |
public static function custom_cron_intervals( $schedules )
|
145 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
$schedules[ 'weekly' ] = array(
|
147 |
'interval' => 604800,
|
148 |
'display' => __( 'Once Weekly' )
|
143 |
*/
|
144 |
public static function custom_cron_intervals( $schedules )
|
145 |
{
|
146 |
+
|
147 |
+
$schedules[ 'daily' ] = array(
|
148 |
+
'interval' => 86400,
|
149 |
+
'display' => __( 'Once Daily' )
|
150 |
+
);
|
151 |
+
|
152 |
$schedules[ 'weekly' ] = array(
|
153 |
'interval' => 604800,
|
154 |
'display' => __( 'Once Weekly' )
|
classes/class-install.php
CHANGED
@@ -30,16 +30,20 @@ class WCV_Install
|
|
30 |
$orders_page = get_post( WC_Vendors::$pv_options->get_option( 'orders_page' ) );
|
31 |
|
32 |
// Only update the page slug for orders if it is called orders
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
43 |
}
|
44 |
|
45 |
|
30 |
$orders_page = get_post( WC_Vendors::$pv_options->get_option( 'orders_page' ) );
|
31 |
|
32 |
// Only update the page slug for orders if it is called orders
|
33 |
+
// This is due to WC 2.6 api changes
|
34 |
+
if ( is_object( $orders_page ) ) {
|
35 |
+
|
36 |
+
if ( $orders_page->post_name === 'orders' ){
|
37 |
+
|
38 |
+
wp_update_post(
|
39 |
+
array (
|
40 |
+
'ID' => $orders_page->ID,
|
41 |
+
'post_name' => 'product_orders'
|
42 |
+
)
|
43 |
+
);
|
44 |
+
|
45 |
+
WC_Vendors::$pv_options->update_option( 'db_version', '1.9.0' );
|
46 |
+
}
|
47 |
}
|
48 |
|
49 |
|
classes/class-queries.php
CHANGED
@@ -273,7 +273,7 @@ class WCV_Queries
|
|
273 |
$after = date( 'Y-m-d', $start_date );
|
274 |
$before = date( 'Y-m-d', strtotime( '+1 day', $end_date ) );
|
275 |
|
276 |
-
return array( 'after' => $after, 'before' => $before );
|
277 |
}
|
278 |
|
279 |
|
273 |
$after = date( 'Y-m-d', $start_date );
|
274 |
$before = date( 'Y-m-d', strtotime( '+1 day', $end_date ) );
|
275 |
|
276 |
+
return apply_filters( 'wcvendors_orders_date_range', array( 'after' => $after, 'before' => $before ) );
|
277 |
}
|
278 |
|
279 |
|
classes/class-vendors.php
CHANGED
@@ -186,7 +186,7 @@ class WCV_Vendors
|
|
186 |
|
187 |
// Add remainders on end to admin
|
188 |
$discount = $order->get_total_discount();
|
189 |
-
$shipping = ( $order->order_shipping - $shipping_given );
|
190 |
$tax = round(( $order->order_tax + $order->order_shipping_tax ) - $tax_given, 2);
|
191 |
$total = ( $tax + $shipping ) - $discount;
|
192 |
|
186 |
|
187 |
// Add remainders on end to admin
|
188 |
$discount = $order->get_total_discount();
|
189 |
+
$shipping = round( ( $order->order_shipping - $shipping_given ), 2 );
|
190 |
$tax = round(( $order->order_tax + $order->order_shipping_tax ) - $tax_given, 2);
|
191 |
$total = ( $tax + $shipping ) - $discount;
|
192 |
|
classes/front/dashboard/class-vendor-dashboard.php
CHANGED
@@ -52,7 +52,7 @@ class WCV_Vendor_Dashboard
|
|
52 |
do_action('wcvendors_vendor_ship', $order_id, $user_id);
|
53 |
wc_add_notice( __( 'Order marked shipped.', 'wcvendors' ), 'success' );
|
54 |
$shop_name = WCV_Vendors::get_vendor_shop_name( $user_id );
|
55 |
-
$order->add_order_note( apply_filters( 'wcvendors_vendor_shipped_note', __(
|
56 |
} elseif ( false != ( $key = array_search( $user_id, $shippers) ) ) {
|
57 |
unset( $shippers[$key] ); // Remove user from the shippers array
|
58 |
}
|
@@ -150,15 +150,14 @@ class WCV_Vendor_Dashboard
|
|
150 |
$vendor_dashboard_page = WC_Vendors::$pv_options->get_option( 'vendor_dashboard_page' );
|
151 |
$shop_settings_page = WC_Vendors::$pv_options->get_option( 'shop_settings_page' );
|
152 |
|
153 |
-
if ( is_page( $vendor_dashboard_page ) || is_page( $shop_settings_page ) ) {
|
154 |
if ( !is_user_logged_in() ) {
|
155 |
wp_redirect( get_permalink( woocommerce_get_page_id( 'myaccount' ) ), 303 );
|
156 |
exit;
|
157 |
}
|
158 |
-
// user is logged, start session only if it's vendor dashboard
|
159 |
-
if ( !session_id() ) session_start();
|
160 |
}
|
161 |
-
|
|
|
162 |
|
163 |
|
164 |
/**
|
@@ -464,5 +463,44 @@ class WCV_Vendor_Dashboard
|
|
464 |
";
|
465 |
|
466 |
return $js;
|
467 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
}
|
52 |
do_action('wcvendors_vendor_ship', $order_id, $user_id);
|
53 |
wc_add_notice( __( 'Order marked shipped.', 'wcvendors' ), 'success' );
|
54 |
$shop_name = WCV_Vendors::get_vendor_shop_name( $user_id );
|
55 |
+
$order->add_order_note( apply_filters( 'wcvendors_vendor_shipped_note', sprintf( __( '%s has marked as shipped. ', 'wcvendors'), $shop_name ) ), $user_id, $shop_name );
|
56 |
} elseif ( false != ( $key = array_search( $user_id, $shippers) ) ) {
|
57 |
unset( $shippers[$key] ); // Remove user from the shippers array
|
58 |
}
|
150 |
$vendor_dashboard_page = WC_Vendors::$pv_options->get_option( 'vendor_dashboard_page' );
|
151 |
$shop_settings_page = WC_Vendors::$pv_options->get_option( 'shop_settings_page' );
|
152 |
|
153 |
+
if ( $vendor_dashboard_page && is_page( $vendor_dashboard_page ) || $shop_settings_page && is_page( $shop_settings_page ) ) {
|
154 |
if ( !is_user_logged_in() ) {
|
155 |
wp_redirect( get_permalink( woocommerce_get_page_id( 'myaccount' ) ), 303 );
|
156 |
exit;
|
157 |
}
|
|
|
|
|
158 |
}
|
159 |
+
|
160 |
+
} //check_access()
|
161 |
|
162 |
|
163 |
/**
|
463 |
";
|
464 |
|
465 |
return $js;
|
466 |
+
} // wc_st_js()
|
467 |
+
|
468 |
+
|
469 |
+
/**
|
470 |
+
* Add custom wcvendors pro css classes
|
471 |
+
*
|
472 |
+
* @since 1.0.0
|
473 |
+
* @access public
|
474 |
+
*
|
475 |
+
* @param array $classes - body css classes
|
476 |
+
* @return array $classes - body css classes
|
477 |
+
*/
|
478 |
+
public function body_class( $classes ){
|
479 |
+
|
480 |
+
$dashboard_page = WC_Vendors::$pv_options->get_option( 'vendor_dashboard_page' );
|
481 |
+
$orders_page = WC_Vendors::$pv_options->get_option( 'orders_page' );
|
482 |
+
$shop_settings = WC_Vendors::$pv_options->get_option( 'shop_settings_page' );
|
483 |
+
$terms_page = WC_Vendors::$pv_options->get_option( 'terms_to_apply_page' );
|
484 |
+
|
485 |
+
if ( is_page( $dashboard_page ) ){
|
486 |
+
$classes[] = 'wcvendors wcv-vendor-dashboard-page';
|
487 |
+
}
|
488 |
+
|
489 |
+
if ( is_page( $orders_page ) ){
|
490 |
+
$classes[] = 'wcvendors wcv-orders-page';
|
491 |
+
}
|
492 |
+
|
493 |
+
if ( is_page( $shop_settings ) ){
|
494 |
+
$classes[] = 'wcvendors wcv-shop-settings-page';
|
495 |
+
}
|
496 |
+
|
497 |
+
if ( is_page( $terms_page ) ){
|
498 |
+
$classes[] = 'wcvendors wcv-terms-page';
|
499 |
+
}
|
500 |
+
|
501 |
+
|
502 |
+
return $classes;
|
503 |
+
|
504 |
+
|
505 |
+
} // body_class()
|
506 |
}
|
classes/front/orders/class-orders.php
CHANGED
@@ -22,8 +22,8 @@ class WCV_Orders
|
|
22 |
$this->can_view_emails = WC_Vendors::$pv_options->get_option( 'can_view_order_emails' );
|
23 |
|
24 |
add_action( 'template_redirect', array( $this, 'check_access' ) );
|
25 |
-
add_action( 'wp', array( $this, 'display_shortcodes' ) );
|
26 |
-
add_shortcode( 'wcv_orders', array( $this, 'display_product_orders' ) );
|
27 |
}
|
28 |
|
29 |
|
@@ -32,11 +32,15 @@ class WCV_Orders
|
|
32 |
*/
|
33 |
public function check_access()
|
34 |
{
|
35 |
-
|
|
|
|
|
|
|
36 |
wp_redirect( get_permalink( woocommerce_get_page_id( 'myaccount' ) ), 303 );
|
37 |
exit;
|
38 |
}
|
39 |
-
|
|
|
40 |
|
41 |
|
42 |
/**
|
22 |
$this->can_view_emails = WC_Vendors::$pv_options->get_option( 'can_view_order_emails' );
|
23 |
|
24 |
add_action( 'template_redirect', array( $this, 'check_access' ) );
|
25 |
+
// add_action( 'wp', array( $this, 'display_shortcodes' ) );
|
26 |
+
// add_shortcode( 'wcv_orders', array( $this, 'display_product_orders' ) );
|
27 |
}
|
28 |
|
29 |
|
32 |
*/
|
33 |
public function check_access()
|
34 |
{
|
35 |
+
|
36 |
+
$orders_page = WC_Vendors::$pv_options->get_option( 'orders_page' );
|
37 |
+
// Only if the orders page is set should we check access
|
38 |
+
if ( $orders_page && is_page( $orders_page ) && !is_user_logged_in() ) {
|
39 |
wp_redirect( get_permalink( woocommerce_get_page_id( 'myaccount' ) ), 303 );
|
40 |
exit;
|
41 |
}
|
42 |
+
|
43 |
+
} // check_access()
|
44 |
|
45 |
|
46 |
/**
|
classes/front/signup/views/html-vendor-signup.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
|
24 |
</p>
|
25 |
|
26 |
-
<?php do_action( '
|
27 |
|
28 |
<?php if ( $this->terms_page ) : ?>
|
29 |
|
23 |
|
24 |
</p>
|
25 |
|
26 |
+
<?php do_action( 'wcvendors_login_apply_for_vendor_after' ); ?>
|
27 |
|
28 |
<?php if ( $this->terms_page ) : ?>
|
29 |
|
languages/default.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WC Vendors\n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: 2015-04-24 09:29+1000\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: WC Vendors <support@wcvendors.com>\n"
|
@@ -10,7 +10,7 @@ msgstr ""
|
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit 1.8.
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -18,83 +18,110 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPath-1: ..\n"
|
20 |
|
21 |
-
#: ../class-wc-vendors.php:
|
22 |
msgid ""
|
23 |
"WC Vendors requires WooCommerce to run. Please install WooCommerce and "
|
24 |
"activate before attempting to activate again."
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ../class-wc-vendors.php:
|
28 |
#: ../classes/admin/class-admin-users.php:408
|
29 |
msgid "WC Vendors"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: ../class-wc-vendors.php:
|
33 |
msgid ""
|
34 |
"<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce "
|
35 |
-
"v2.
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: ../class-wc-vendors.php:
|
39 |
msgid "Capabilities"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: ../class-wc-vendors.php:
|
|
|
43 |
#: ../classes/admin/class-admin-reports.php:175
|
44 |
#: ../classes/admin/class-admin-reports.php:458
|
45 |
#: ../classes/admin/class-product-meta.php:46
|
46 |
#: ../classes/admin/class-product-meta.php:187
|
47 |
-
#: ../classes/admin/class-product-meta.php:223 ../classes/class-install.php:
|
48 |
msgid "Vendor"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: ../class-wc-vendors.php:
|
52 |
msgid "General"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: ../class-wc-vendors.php:
|
56 |
msgid "Documentation/KB"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ../class-wc-vendors.php:
|
60 |
msgid "Help Forums"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: ../class-wc-vendors.php:
|
64 |
msgid "Paid Support"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../class-
|
68 |
-
#, php-format
|
69 |
-
msgid ""
|
70 |
-
"WC Vendors requires the Vendor shop page value be set <a href=\"%s\">click "
|
71 |
-
"here to set it.</a> | <a href=\"%s\">Hide Notice</a>"
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: ../class-wc-vendors.php:346
|
75 |
-
#, php-format
|
76 |
-
msgid ""
|
77 |
-
"You must save your permalinks once you have modified your vendor page. <a "
|
78 |
-
"href=\"%s\">click here to save</a>. | <a href=\"%s\">Hide Notice</a>"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: ../classes/admin/class-admin-page.php:27
|
82 |
msgid "Vendors shipped"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../classes/admin/class-admin-page.php:
|
86 |
msgid "Vendors Shipped"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../classes/admin/class-admin-page.php:
|
90 |
-
#: ../classes/admin/class-admin-page.php:
|
91 |
#: ../classes/admin/class-product-meta.php:151
|
92 |
#: ../classes/admin/class-product-meta.php:167
|
93 |
#: ../templates/dashboard/reports.php:19
|
94 |
msgid "Commission"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../classes/admin/class-admin-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
#: ../classes/admin/class-admin-reports.php:174
|
99 |
#: ../templates/dashboard/reports.php:17
|
100 |
#: ../templates/emails/notify-vendor-shipped.php:22
|
@@ -102,12 +129,12 @@ msgstr ""
|
|
102 |
msgid "Product"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../classes/admin/class-admin-page.php:
|
106 |
#: ../classes/admin/class-vendor-admin-dashboard.php:283
|
107 |
msgid "Order ID"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../classes/admin/class-admin-page.php:
|
111 |
#: ../classes/admin/class-admin-reports.php:176
|
112 |
#: ../classes/admin/class-admin-reports.php:374
|
113 |
#: ../classes/admin/class-vendor-admin-dashboard.php:286
|
@@ -115,58 +142,57 @@ msgstr ""
|
|
115 |
msgid "Total"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: ../classes/admin/class-admin-page.php:
|
119 |
#: ../classes/admin/class-admin-reports.php:178
|
120 |
#: ../classes/admin/class-admin-reports.php:461
|
121 |
msgid "Status"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: ../classes/admin/class-admin-page.php:
|
125 |
#: ../classes/admin/class-vendor-admin-dashboard.php:288
|
126 |
-
#: ../classes/front/orders/class-orders.php:
|
127 |
#: ../templates/dashboard/orders.php:36
|
128 |
msgid "Date"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: ../classes/admin/class-admin-page.php:
|
132 |
msgid "Mark paid"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: ../classes/admin/class-admin-page.php:
|
136 |
msgid "Mark due"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: ../classes/admin/class-admin-page.php:
|
140 |
msgid "Mark reversed"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../classes/admin/class-admin-page.php:
|
144 |
-
#: ../classes/admin/class-admin-page.php:317
|
145 |
msgid "Filter"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: ../classes/admin/class-admin-page.php:
|
149 |
msgid "Show all dates"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: ../classes/admin/class-admin-page.php:
|
153 |
#, php-format
|
154 |
msgid "%1$s %2$d"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: ../classes/admin/class-admin-page.php:
|
158 |
msgid "Show all Statuses"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: ../classes/admin/class-admin-page.php:
|
162 |
msgid "Commission marked paid."
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: ../classes/admin/class-admin-page.php:
|
166 |
msgid "Commission marked due."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: ../classes/admin/class-admin-page.php:
|
170 |
msgid "Commission marked reversed."
|
171 |
msgstr ""
|
172 |
|
@@ -236,7 +262,7 @@ msgid "Recent Commission"
|
|
236 |
msgstr ""
|
237 |
|
238 |
#: ../classes/admin/class-admin-reports.php:173
|
239 |
-
#: ../classes/front/orders/class-orders.php:
|
240 |
#: ../templates/dashboard/orders.php:33
|
241 |
msgid "Order"
|
242 |
msgstr ""
|
@@ -371,30 +397,30 @@ msgid "Shop description"
|
|
371 |
msgstr ""
|
372 |
|
373 |
#: ../classes/admin/class-vendor-admin-dashboard.php:20
|
374 |
-
#: ../classes/class-install.php:
|
375 |
msgid "Shop Settings"
|
376 |
msgstr ""
|
377 |
|
378 |
#: ../classes/admin/class-vendor-admin-dashboard.php:21
|
379 |
#: ../classes/admin/class-vendor-admin-dashboard.php:146
|
380 |
#: ../classes/admin/settings/sf-options.php:196
|
381 |
-
#: ../classes/class-install.php:
|
382 |
msgid "Orders"
|
383 |
msgstr ""
|
384 |
|
385 |
#: ../classes/admin/class-vendor-admin-dashboard.php:58
|
386 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
387 |
msgid "Your PayPal address is not a valid email address."
|
388 |
msgstr ""
|
389 |
|
390 |
#: ../classes/admin/class-vendor-admin-dashboard.php:67
|
391 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
392 |
msgid "That shop name is already taken. Your shop name must be unique."
|
393 |
msgstr ""
|
394 |
|
395 |
#: ../classes/admin/class-vendor-admin-dashboard.php:87
|
396 |
#: ../classes/admin/settings/classes/sf-class-settings.php:368
|
397 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
398 |
msgid "Settings saved."
|
399 |
msgstr ""
|
400 |
|
@@ -422,6 +448,11 @@ msgstr ""
|
|
422 |
msgid "Orders marked shipped."
|
423 |
msgstr ""
|
424 |
|
|
|
|
|
|
|
|
|
|
|
425 |
#: ../classes/admin/class-vendor-applicants.php:26
|
426 |
msgid "Approve"
|
427 |
msgstr ""
|
@@ -640,12 +671,12 @@ msgstr ""
|
|
640 |
|
641 |
#: ../classes/admin/emails/class-wc-notify-vendor.php:278
|
642 |
msgid ""
|
643 |
-
"Show
|
644 |
"prices."
|
645 |
msgstr ""
|
646 |
|
647 |
#: ../classes/admin/settings/classes/sf-class-format-options.php:211
|
648 |
-
#: ../classes/admin/settings/classes/sf-class-settings.php:
|
649 |
msgid "Select a page..."
|
650 |
msgstr ""
|
651 |
|
@@ -662,12 +693,12 @@ msgstr ""
|
|
662 |
msgid "Error - WP Settings Framework"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: ../classes/admin/settings/classes/sf-class-settings.php:
|
666 |
#, php-format
|
667 |
msgid "Save %s changes"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: ../classes/admin/settings/classes/sf-class-settings.php:
|
671 |
msgid ""
|
672 |
"Please help with a <a href=\"https://wordpress.org/support/view/plugin-"
|
673 |
"reviews/wc-vendors?rate=5#postform\" target=\"top\">High Five!</a> | <a href="
|
@@ -678,17 +709,25 @@ msgid ""
|
|
678 |
"href=\"https://www.wcvendors.com/help/\" target=\"top\">Help Forums</a>"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: ../classes/admin/settings/classes/sf-class-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
682 |
#, php-format
|
683 |
msgid "Update %s"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../classes/admin/settings/classes/sf-class-settings.php:
|
687 |
#, php-format
|
688 |
msgid "Add %s"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../classes/admin/settings/classes/sf-class-settings.php:
|
692 |
#, php-format
|
693 |
msgid "Upload an image for the %s"
|
694 |
msgstr ""
|
@@ -1186,30 +1225,34 @@ msgid "Note: Schedule will only work if instant pay is unchecked"
|
|
1186 |
msgstr ""
|
1187 |
|
1188 |
#: ../classes/admin/settings/sf-options.php:348
|
1189 |
-
msgid "
|
1190 |
msgstr ""
|
1191 |
|
1192 |
#: ../classes/admin/settings/sf-options.php:349
|
1193 |
-
msgid "
|
1194 |
msgstr ""
|
1195 |
|
1196 |
#: ../classes/admin/settings/sf-options.php:350
|
1197 |
-
msgid "
|
1198 |
msgstr ""
|
1199 |
|
1200 |
#: ../classes/admin/settings/sf-options.php:351
|
1201 |
-
msgid "
|
1202 |
msgstr ""
|
1203 |
|
1204 |
#: ../classes/admin/settings/sf-options.php:352
|
|
|
|
|
|
|
|
|
1205 |
msgid "Now"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: ../classes/admin/settings/sf-options.php:
|
1209 |
msgid "Email notification"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: ../classes/admin/settings/sf-options.php:
|
1213 |
msgid ""
|
1214 |
"Send the WooCommerce admin an email each time a payment has been made via "
|
1215 |
"the payment schedule options above"
|
@@ -1255,40 +1298,50 @@ msgstr ""
|
|
1255 |
msgid "Payment total: %s"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: ../classes/class-cron.php:
|
|
|
|
|
|
|
|
|
1259 |
msgid "Once Weekly"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: ../classes/class-cron.php:
|
1263 |
msgid "Once every two weeks"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: ../classes/class-cron.php:
|
1267 |
msgid "Once a month"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: ../classes/class-install.php:
|
1271 |
-
msgid "
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: ../classes/class-
|
1275 |
-
msgid "Vendor
|
|
|
|
|
|
|
|
|
|
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
1279 |
msgid "Order marked shipped."
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
1283 |
-
|
|
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
1287 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
1288 |
msgid "Tracking number"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: ../classes/front/dashboard/class-vendor-dashboard.php:
|
1292 |
msgid "Success. Your tracking number has been updated."
|
1293 |
msgstr ""
|
1294 |
|
@@ -1299,41 +1352,41 @@ msgstr ""
|
|
1299 |
msgid "Quantity"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: ../classes/front/orders/class-orders.php:
|
1303 |
msgid ""
|
1304 |
"You haven't selected a product's orders to view! Please go back to the "
|
1305 |
"Vendor Dashboard and click Show Orders on the product you'd like to view."
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: ../classes/front/orders/class-orders.php:
|
1309 |
msgid "No orders."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: ../classes/front/orders/class-orders.php:
|
1313 |
msgid "Product Title"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: ../classes/front/orders/class-orders.php:
|
1317 |
msgid "Full name"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: ../classes/front/orders/class-orders.php:
|
1321 |
msgid "Address"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: ../classes/front/orders/class-orders.php:
|
1325 |
msgid "City"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: ../classes/front/orders/class-orders.php:
|
1329 |
msgid "State"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: ../classes/front/orders/class-orders.php:
|
1333 |
msgid "Zip"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: ../classes/front/orders/class-orders.php:
|
1337 |
msgid "Email address"
|
1338 |
msgstr ""
|
1339 |
|
@@ -1345,13 +1398,13 @@ msgstr ""
|
|
1345 |
msgid "Success. The customer has been notified of your comment."
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: ../classes/front/signup/class-vendor-signup.php:
|
1349 |
#: ../classes/front/signup/views/html-vendor-signup.php:21
|
1350 |
#: ../templates/dashboard/denied.php:22
|
1351 |
msgid "Apply to become a vendor? "
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: ../classes/front/signup/class-vendor-signup.php:
|
1355 |
#: ../classes/front/signup/views/html-vendor-signup.php:35
|
1356 |
#, php-format
|
1357 |
msgid ""
|
@@ -1359,19 +1412,17 @@ msgid ""
|
|
1359 |
"conditions</a>"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#: ../classes/front/signup/class-vendor-signup.php:
|
1363 |
-
#: ../classes/front/signup/class-vendor-signup.php:169
|
1364 |
msgid "Application denied. You are an administrator."
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: ../classes/front/signup/class-vendor-signup.php:
|
1368 |
-
#: ../classes/front/signup/class-vendor-signup.php:171
|
1369 |
msgid "Your application has been submitted."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: ../classes/front/signup/class-vendor-signup.php:
|
1373 |
-
#: ../classes/front/signup/class-vendor-signup.php:
|
1374 |
-
#: ../classes/front/signup/class-vendor-signup.php:
|
1375 |
msgid "You must accept the terms and conditions to become a vendor."
|
1376 |
msgstr ""
|
1377 |
|
@@ -1504,7 +1555,7 @@ msgid "%s does not support your store currency."
|
|
1504 |
msgstr ""
|
1505 |
|
1506 |
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:384
|
1507 |
-
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
1508 |
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:153
|
1509 |
#, php-format
|
1510 |
msgid "Error: %s"
|
@@ -1654,7 +1705,7 @@ msgstr ""
|
|
1654 |
msgid "Tracking"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: ../templates/dashboard/orders.php:
|
1658 |
msgid "You have no orders during this period."
|
1659 |
msgstr ""
|
1660 |
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WC Vendors\n"
|
5 |
+
"POT-Creation-Date: 2016-08-06 22:34+0700\n"
|
6 |
"PO-Revision-Date: 2015-04-24 09:29+1000\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: WC Vendors <support@wcvendors.com>\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 1.8.8\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPath-1: ..\n"
|
20 |
|
21 |
+
#: ../class-wc-vendors.php:51
|
22 |
msgid ""
|
23 |
"WC Vendors requires WooCommerce to run. Please install WooCommerce and "
|
24 |
"activate before attempting to activate again."
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: ../class-wc-vendors.php:100 ../classes/admin/class-admin-reports.php:41
|
28 |
#: ../classes/admin/class-admin-users.php:408
|
29 |
msgid "WC Vendors"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: ../class-wc-vendors.php:127
|
33 |
msgid ""
|
34 |
"<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce "
|
35 |
+
"v2.5.0."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../class-wc-vendors.php:288 ../classes/admin/settings/sf-options.php:192
|
39 |
msgid "Capabilities"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: ../class-wc-vendors.php:311 ../classes/admin/class-admin-page.php:149
|
43 |
+
#: ../classes/admin/class-admin-page.php:372
|
44 |
#: ../classes/admin/class-admin-reports.php:175
|
45 |
#: ../classes/admin/class-admin-reports.php:458
|
46 |
#: ../classes/admin/class-product-meta.php:46
|
47 |
#: ../classes/admin/class-product-meta.php:187
|
48 |
+
#: ../classes/admin/class-product-meta.php:223 ../classes/class-install.php:91
|
49 |
msgid "Vendor"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: ../class-wc-vendors.php:313 ../classes/admin/settings/sf-options.php:4
|
53 |
msgid "General"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: ../class-wc-vendors.php:351
|
57 |
msgid "Documentation/KB"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: ../class-wc-vendors.php:352
|
61 |
msgid "Help Forums"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: ../class-wc-vendors.php:353
|
65 |
msgid "Paid Support"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../classes/admin/class-admin-page.php:29
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Vendors shipped"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../classes/admin/class-admin-page.php:52
|
73 |
msgid "Vendors Shipped"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../classes/admin/class-admin-page.php:78
|
77 |
+
#: ../classes/admin/class-admin-page.php:240
|
78 |
#: ../classes/admin/class-product-meta.php:151
|
79 |
#: ../classes/admin/class-product-meta.php:167
|
80 |
#: ../templates/dashboard/reports.php:19
|
81 |
msgid "Commission"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: ../classes/admin/class-admin-page.php:103
|
85 |
+
msgid "Reset WC Vendors roles "
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: ../classes/admin/class-admin-page.php:104
|
89 |
+
msgid "Reset WC Vendor Roles"
|
90 |
+
msgstr ""
|
91 |
+
|
92 |
+
#: ../classes/admin/class-admin-page.php:105
|
93 |
+
msgid ""
|
94 |
+
"This will reset the wcvendors roles ( vendor & pending_vendor ), back to the "
|
95 |
+
"default capabilities."
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ../classes/admin/class-admin-page.php:110
|
99 |
+
msgid "Reset WC Vendors "
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: ../classes/admin/class-admin-page.php:111
|
103 |
+
msgid "Reset WC Vendors Settings"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: ../classes/admin/class-admin-page.php:112
|
107 |
+
msgid ""
|
108 |
+
"This will reset wcvendors back to defaults. This DELETES ALL YOUR Settings."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../classes/admin/class-admin-page.php:152 ../classes/class-install.php:84
|
112 |
+
#: ../classes/class-install.php:239
|
113 |
+
msgid "Pending Vendor"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: ../classes/admin/class-admin-page.php:158
|
117 |
+
msgid "WC Vendor roles successfully reset."
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: ../classes/admin/class-admin-page.php:172
|
121 |
+
msgid "WC Vendors was successfully reset. All settings have been reset."
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: ../classes/admin/class-admin-page.php:370
|
125 |
#: ../classes/admin/class-admin-reports.php:174
|
126 |
#: ../templates/dashboard/reports.php:17
|
127 |
#: ../templates/emails/notify-vendor-shipped.php:22
|
129 |
msgid "Product"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ../classes/admin/class-admin-page.php:371
|
133 |
#: ../classes/admin/class-vendor-admin-dashboard.php:283
|
134 |
msgid "Order ID"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: ../classes/admin/class-admin-page.php:373
|
138 |
#: ../classes/admin/class-admin-reports.php:176
|
139 |
#: ../classes/admin/class-admin-reports.php:374
|
140 |
#: ../classes/admin/class-vendor-admin-dashboard.php:286
|
142 |
msgid "Total"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: ../classes/admin/class-admin-page.php:374
|
146 |
#: ../classes/admin/class-admin-reports.php:178
|
147 |
#: ../classes/admin/class-admin-reports.php:461
|
148 |
msgid "Status"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../classes/admin/class-admin-page.php:375
|
152 |
#: ../classes/admin/class-vendor-admin-dashboard.php:288
|
153 |
+
#: ../classes/front/orders/class-orders.php:195
|
154 |
#: ../templates/dashboard/orders.php:36
|
155 |
msgid "Date"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: ../classes/admin/class-admin-page.php:412
|
159 |
msgid "Mark paid"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: ../classes/admin/class-admin-page.php:413
|
163 |
msgid "Mark due"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: ../classes/admin/class-admin-page.php:414
|
167 |
msgid "Mark reversed"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../classes/admin/class-admin-page.php:439
|
|
|
171 |
msgid "Filter"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: ../classes/admin/class-admin-page.php:474
|
175 |
msgid "Show all dates"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: ../classes/admin/class-admin-page.php:487
|
179 |
#, php-format
|
180 |
msgid "%1$s %2$d"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: ../classes/admin/class-admin-page.php:509
|
184 |
msgid "Show all Statuses"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: ../classes/admin/class-admin-page.php:564
|
188 |
msgid "Commission marked paid."
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../classes/admin/class-admin-page.php:571
|
192 |
msgid "Commission marked due."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: ../classes/admin/class-admin-page.php:578
|
196 |
msgid "Commission marked reversed."
|
197 |
msgstr ""
|
198 |
|
262 |
msgstr ""
|
263 |
|
264 |
#: ../classes/admin/class-admin-reports.php:173
|
265 |
+
#: ../classes/front/orders/class-orders.php:187
|
266 |
#: ../templates/dashboard/orders.php:33
|
267 |
msgid "Order"
|
268 |
msgstr ""
|
397 |
msgstr ""
|
398 |
|
399 |
#: ../classes/admin/class-vendor-admin-dashboard.php:20
|
400 |
+
#: ../classes/class-install.php:192
|
401 |
msgid "Shop Settings"
|
402 |
msgstr ""
|
403 |
|
404 |
#: ../classes/admin/class-vendor-admin-dashboard.php:21
|
405 |
#: ../classes/admin/class-vendor-admin-dashboard.php:146
|
406 |
#: ../classes/admin/settings/sf-options.php:196
|
407 |
+
#: ../classes/class-install.php:191 ../templates/dashboard/orders.php:24
|
408 |
msgid "Orders"
|
409 |
msgstr ""
|
410 |
|
411 |
#: ../classes/admin/class-vendor-admin-dashboard.php:58
|
412 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:112
|
413 |
msgid "Your PayPal address is not a valid email address."
|
414 |
msgstr ""
|
415 |
|
416 |
#: ../classes/admin/class-vendor-admin-dashboard.php:67
|
417 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:121
|
418 |
msgid "That shop name is already taken. Your shop name must be unique."
|
419 |
msgstr ""
|
420 |
|
421 |
#: ../classes/admin/class-vendor-admin-dashboard.php:87
|
422 |
#: ../classes/admin/settings/classes/sf-class-settings.php:368
|
423 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:139
|
424 |
msgid "Settings saved."
|
425 |
msgstr ""
|
426 |
|
448 |
msgid "Orders marked shipped."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:385
|
452 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:40
|
453 |
+
msgid "You are not allowed to modify this order."
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
#: ../classes/admin/class-vendor-applicants.php:26
|
457 |
msgid "Approve"
|
458 |
msgstr ""
|
671 |
|
672 |
#: ../classes/admin/emails/class-wc-notify-vendor.php:278
|
673 |
msgid ""
|
674 |
+
"Show the commission due/paid as the product totals instead of the product "
|
675 |
"prices."
|
676 |
msgstr ""
|
677 |
|
678 |
#: ../classes/admin/settings/classes/sf-class-format-options.php:211
|
679 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:791
|
680 |
msgid "Select a page..."
|
681 |
msgstr ""
|
682 |
|
693 |
msgid "Error - WP Settings Framework"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:486
|
697 |
#, php-format
|
698 |
msgid "Save %s changes"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:499
|
702 |
msgid ""
|
703 |
"Please help with a <a href=\"https://wordpress.org/support/view/plugin-"
|
704 |
"reviews/wc-vendors?rate=5#postform\" target=\"top\">High Five!</a> | <a href="
|
709 |
"href=\"https://www.wcvendors.com/help/\" target=\"top\">Help Forums</a>"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:784
|
713 |
+
msgid "Edit Page"
|
714 |
+
msgstr ""
|
715 |
+
|
716 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:785
|
717 |
+
msgid "View Page"
|
718 |
+
msgstr ""
|
719 |
+
|
720 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:848
|
721 |
#, php-format
|
722 |
msgid "Update %s"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:848
|
726 |
#, php-format
|
727 |
msgid "Add %s"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:848
|
731 |
#, php-format
|
732 |
msgid "Upload an image for the %s"
|
733 |
msgstr ""
|
1225 |
msgstr ""
|
1226 |
|
1227 |
#: ../classes/admin/settings/sf-options.php:348
|
1228 |
+
msgid "Daily"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
#: ../classes/admin/settings/sf-options.php:349
|
1232 |
+
msgid "Weekly"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
#: ../classes/admin/settings/sf-options.php:350
|
1236 |
+
msgid "Biweekly"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
#: ../classes/admin/settings/sf-options.php:351
|
1240 |
+
msgid "Monthly"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
#: ../classes/admin/settings/sf-options.php:352
|
1244 |
+
msgid "Manual"
|
1245 |
+
msgstr ""
|
1246 |
+
|
1247 |
+
#: ../classes/admin/settings/sf-options.php:353
|
1248 |
msgid "Now"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: ../classes/admin/settings/sf-options.php:358
|
1252 |
msgid "Email notification"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: ../classes/admin/settings/sf-options.php:359
|
1256 |
msgid ""
|
1257 |
"Send the WooCommerce admin an email each time a payment has been made via "
|
1258 |
"the payment schedule options above"
|
1298 |
msgid "Payment total: %s"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
+
#: ../classes/class-cron.php:149
|
1302 |
+
msgid "Once Daily"
|
1303 |
+
msgstr ""
|
1304 |
+
|
1305 |
+
#: ../classes/class-cron.php:154
|
1306 |
msgid "Once Weekly"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
+
#: ../classes/class-cron.php:159
|
1310 |
msgid "Once every two weeks"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: ../classes/class-cron.php:164
|
1314 |
msgid "Once a month"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: ../classes/class-install.php:190
|
1318 |
+
msgid "Vendor Dashboard"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: ../classes/class-vendor-post-types.php:34
|
1322 |
+
msgid "Vendor Orders"
|
1323 |
+
msgstr ""
|
1324 |
+
|
1325 |
+
#: ../classes/class-vendors.php:551
|
1326 |
+
#, php-format
|
1327 |
+
msgid "Vendor Order – %s"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:53
|
1331 |
msgid "Order marked shipped."
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:55
|
1335 |
+
#, php-format
|
1336 |
+
msgid "%s has marked as shipped. "
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:83
|
1340 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:84
|
1341 |
msgid "Tracking number"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:86
|
1345 |
msgid "Success. Your tracking number has been updated."
|
1346 |
msgstr ""
|
1347 |
|
1352 |
msgid "Quantity"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: ../classes/front/orders/class-orders.php:120
|
1356 |
msgid ""
|
1357 |
"You haven't selected a product's orders to view! Please go back to the "
|
1358 |
"Vendor Dashboard and click Show Orders on the product you'd like to view."
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: ../classes/front/orders/class-orders.php:124
|
1362 |
msgid "No orders."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: ../classes/front/orders/class-orders.php:188
|
1366 |
msgid "Product Title"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: ../classes/front/orders/class-orders.php:189
|
1370 |
msgid "Full name"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: ../classes/front/orders/class-orders.php:190
|
1374 |
msgid "Address"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: ../classes/front/orders/class-orders.php:191
|
1378 |
msgid "City"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: ../classes/front/orders/class-orders.php:192
|
1382 |
msgid "State"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: ../classes/front/orders/class-orders.php:193
|
1386 |
msgid "Zip"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: ../classes/front/orders/class-orders.php:194
|
1390 |
msgid "Email address"
|
1391 |
msgstr ""
|
1392 |
|
1398 |
msgid "Success. The customer has been notified of your comment."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: ../classes/front/signup/class-vendor-signup.php:58
|
1402 |
#: ../classes/front/signup/views/html-vendor-signup.php:21
|
1403 |
#: ../templates/dashboard/denied.php:22
|
1404 |
msgid "Apply to become a vendor? "
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: ../classes/front/signup/class-vendor-signup.php:72
|
1408 |
#: ../classes/front/signup/views/html-vendor-signup.php:35
|
1409 |
#, php-format
|
1410 |
msgid ""
|
1412 |
"conditions</a>"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: ../classes/front/signup/class-vendor-signup.php:122
|
|
|
1416 |
msgid "Application denied. You are an administrator."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: ../classes/front/signup/class-vendor-signup.php:124
|
|
|
1420 |
msgid "Your application has been submitted."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: ../classes/front/signup/class-vendor-signup.php:171
|
1424 |
+
#: ../classes/front/signup/class-vendor-signup.php:208
|
1425 |
+
#: ../classes/front/signup/class-vendor-signup.php:220
|
1426 |
msgid "You must accept the terms and conditions to become a vendor."
|
1427 |
msgstr ""
|
1428 |
|
1555 |
msgstr ""
|
1556 |
|
1557 |
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:384
|
1558 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:500
|
1559 |
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:153
|
1560 |
#, php-format
|
1561 |
msgid "Error: %s"
|
1705 |
msgid "Tracking"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: ../templates/dashboard/orders.php:216
|
1709 |
msgid "You have no orders during this period."
|
1710 |
msgstr ""
|
1711 |
|
languages/wcvendors-fr_FR.mo
CHANGED
Binary file
|
languages/wcvendors-fr_FR.po
CHANGED
@@ -6,1501 +6,2124 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WC-Vendors\n"
|
8 |
"Report-Msgid-Bugs-To: Woocommerce <info@Woocommerce.com>\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
-
"Last-Translator:
|
12 |
"Language-Team: TWF <info@themes-wordpress-francais.com>\n"
|
13 |
"Language: fr_FR\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
17 |
-
"X-Generator: Poedit 1.
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"X-Poedit-KeywordsList: __;_e\n"
|
20 |
"X-Poedit-Basepath: .\n"
|
21 |
"X-Poedit-SearchPath-0: ..\n"
|
22 |
|
23 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
msgid "Vendors shipped"
|
25 |
msgstr "Envoyé par le vendeur"
|
26 |
|
27 |
-
#: classes/admin/class-admin-page.php:
|
28 |
msgid "Vendors Shipped"
|
29 |
msgstr "Envoyé par le vendeur"
|
30 |
|
31 |
-
#: classes/admin/class-admin-page.php:
|
32 |
-
#: classes/admin/class-admin-
|
33 |
-
#: classes/admin/class-product-meta.php:
|
|
|
|
|
34 |
msgid "Commission"
|
35 |
msgstr "Commission"
|
36 |
|
37 |
-
#: classes/admin/class-admin-page.php:252
|
38 |
-
#:
|
39 |
-
#:
|
|
|
|
|
40 |
msgid "Product"
|
41 |
msgstr "Produit"
|
42 |
|
43 |
-
#: classes/admin/class-admin-page.php:253
|
|
|
44 |
msgid "Order ID"
|
45 |
msgstr "Numero de commande"
|
46 |
|
47 |
-
#: classes/admin/class-admin-page.php:
|
48 |
-
#: classes/admin/class-
|
49 |
-
#: classes/admin/class-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
#: classes/admin/class-admin-page.php:255 classes/admin/class-admin-reports.php:170
|
54 |
-
#: classes/admin/class-admin-reports.php:344 classes/admin/class-admin-reports.php:368
|
55 |
-
#: views/dashboard/orders.php:35
|
56 |
msgid "Total"
|
57 |
msgstr "Total"
|
58 |
|
59 |
-
#: classes/admin/class-admin-page.php:256
|
|
|
|
|
60 |
msgid "Status"
|
61 |
msgstr "Statut"
|
62 |
|
63 |
-
#: classes/admin/class-admin-page.php:257
|
64 |
-
#:
|
|
|
|
|
65 |
msgid "Date"
|
66 |
msgstr "Date"
|
67 |
|
68 |
-
#: classes/admin/class-admin-page.php:294
|
69 |
msgid "Mark paid"
|
70 |
msgstr "Indiquer Payer"
|
71 |
|
72 |
-
#: classes/admin/class-admin-page.php:295
|
73 |
msgid "Mark due"
|
74 |
msgstr "Indiquer A Payer"
|
75 |
|
76 |
-
#: classes/admin/class-admin-page.php:296
|
77 |
msgid "Mark reversed"
|
78 |
msgstr "Indiquer reverser"
|
79 |
|
80 |
-
#: classes/admin/class-admin-page.php:313
|
|
|
81 |
msgid "Filter"
|
82 |
msgstr "Filtres"
|
83 |
|
84 |
-
#: classes/admin/class-admin-page.php:
|
85 |
msgid "Show all dates"
|
86 |
msgstr "Montrer Toutes Les Dates"
|
87 |
|
88 |
-
|
89 |
-
#: classes/admin/class-admin-page.php:364
|
90 |
#, php-format
|
91 |
msgid "%1$s %2$d"
|
92 |
msgstr "%1$s %2$d"
|
93 |
|
94 |
-
#: classes/admin/class-admin-page.php:
|
95 |
msgid "Show all Statuses"
|
96 |
msgstr "Montrer Toutes Les Dates"
|
97 |
|
98 |
-
#: classes/admin/class-admin-page.php:
|
99 |
msgid "Commission marked paid."
|
100 |
msgstr "Commission payée"
|
101 |
|
102 |
-
#: classes/admin/class-admin-page.php:
|
103 |
msgid "Commission marked due."
|
104 |
msgstr "Commission à payer"
|
105 |
|
106 |
-
#: classes/admin/class-admin-page.php:
|
107 |
msgid "Commission marked reversed."
|
108 |
msgstr "Commission reversée"
|
109 |
|
110 |
-
#: classes/admin/class-admin-reports.php:
|
111 |
-
msgid "WC Vendors"
|
112 |
-
msgstr "WC Vendors"
|
113 |
-
|
114 |
-
#: classes/admin/class-admin-reports.php:44
|
115 |
msgid "Overview"
|
116 |
msgstr "Vue d'ensemble"
|
117 |
|
118 |
-
#: classes/admin/class-admin-reports.php:50
|
119 |
msgid "Commission by vendor"
|
120 |
msgstr "Commission par vendeur"
|
121 |
|
122 |
-
#: classes/admin/class-admin-reports.php:56
|
123 |
msgid "Commission by product"
|
124 |
msgstr "Commission par produit"
|
125 |
|
126 |
-
#: classes/admin/class-admin-reports.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
msgid "From:"
|
128 |
msgstr "De:"
|
129 |
|
130 |
-
#: classes/admin/class-admin-reports.php:
|
|
|
|
|
131 |
msgid "To:"
|
132 |
msgstr "A:"
|
133 |
|
134 |
-
#: classes/admin/class-admin-reports.php:
|
135 |
-
#:
|
|
|
|
|
136 |
msgid "Show"
|
137 |
msgstr "Voir"
|
138 |
|
139 |
-
#: classes/admin/class-admin-reports.php:
|
140 |
msgid "Total paid in range"
|
141 |
msgstr "Total des sommes versées"
|
142 |
|
143 |
-
#: classes/admin/class-admin-reports.php:
|
144 |
-
#: classes/admin/class-admin-reports.php:
|
|
|
145 |
msgid "n/a"
|
146 |
msgstr "s/o"
|
147 |
|
148 |
-
#: classes/admin/class-admin-reports.php:
|
149 |
msgid "Total due in range"
|
150 |
msgstr "Total des sommes dues"
|
151 |
|
152 |
-
#: classes/admin/class-admin-reports.php:
|
153 |
msgid "Total reversed in range"
|
154 |
msgstr "Total des sommes reversées"
|
155 |
|
156 |
-
#: classes/admin/class-admin-reports.php:
|
157 |
msgid "Recent Commission"
|
158 |
msgstr "Commission Recentes"
|
159 |
|
160 |
-
#: classes/admin/class-admin-reports.php:
|
161 |
-
#:
|
|
|
162 |
msgid "Order"
|
163 |
msgstr "Commande"
|
164 |
|
165 |
-
#: classes/admin/class-admin-reports.php:
|
166 |
msgid "Date & Time"
|
167 |
msgstr "Date & Heure"
|
168 |
|
169 |
-
#: classes/admin/class-admin-reports.php:
|
170 |
msgid "N/A"
|
171 |
msgstr "N/A"
|
172 |
|
173 |
-
#: classes/admin/class-admin-reports.php:
|
174 |
msgid "D j M Y \\a\\t h:ia"
|
175 |
msgstr "D j M Y \\à h:ia"
|
176 |
|
177 |
-
#: classes/admin/class-admin-reports.php:
|
178 |
msgid "No commission yet"
|
179 |
msgstr "Pas encore de commission"
|
180 |
|
181 |
-
#: classes/admin/class-admin-reports.php:
|
182 |
msgid "Show:"
|
183 |
msgstr "Montrer:"
|
184 |
|
185 |
-
#: classes/admin/class-admin-reports.php:
|
186 |
msgid "Search for a product…"
|
187 |
msgstr "Recherche d'un produit…"
|
188 |
|
189 |
-
#: classes/admin/class-admin-reports.php:
|
190 |
msgid "Type in a product name to start searching..."
|
191 |
msgstr "Ecrivez le nom du produit pour lancer la recherche ..."
|
192 |
|
193 |
-
#: classes/admin/class-admin-reports.php:
|
194 |
msgid "Select a vendor…"
|
195 |
msgstr "Choisir un Vendeur…"
|
196 |
|
197 |
-
#: classes/admin/class-admin-reports.php:
|
198 |
msgid "Month"
|
199 |
msgstr "Mois"
|
200 |
|
201 |
-
#: classes/admin/class-admin-reports.php:
|
202 |
msgid "Tax"
|
203 |
msgstr "Taxes"
|
204 |
|
205 |
-
#: classes/admin/class-admin-reports.php:
|
206 |
-
#:
|
|
|
|
|
207 |
msgid "Shipping"
|
208 |
msgstr "Livraison"
|
209 |
|
210 |
-
#: classes/admin/class-admin-reports.php:
|
|
|
211 |
msgid "Reversed"
|
212 |
msgstr "Reverser"
|
213 |
|
214 |
-
#: classes/admin/class-admin-reports.php:
|
|
|
215 |
msgid "Paid"
|
216 |
msgstr "Payer"
|
217 |
|
218 |
-
#: classes/admin/class-admin-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
msgid "Enable HTML for the shop description"
|
220 |
msgstr "Activer le HTML pour la description de la boutique."
|
221 |
|
222 |
-
#: classes/admin/class-admin-users.php:
|
223 |
msgid "Shop name"
|
224 |
msgstr "Nom de la boutique"
|
225 |
|
226 |
-
#: classes/admin/class-admin-users.php:
|
227 |
msgid "PayPal E-mail"
|
228 |
msgstr "E-Mail Paypal"
|
229 |
|
230 |
-
#: classes/admin/class-admin-users.php:
|
231 |
msgid "required"
|
232 |
msgstr "required"
|
233 |
|
234 |
-
#: classes/admin/class-admin-users.php:
|
235 |
msgid "Commission rate"
|
236 |
msgstr "Taux de la commission"
|
237 |
|
238 |
-
#: classes/admin/class-admin-users.php:
|
|
|
239 |
msgid "Leave blank for default"
|
240 |
msgstr "Laisser blanc par défaut"
|
241 |
|
242 |
-
#: classes/admin/class-admin-users.php:
|
243 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
msgid "Seller info"
|
245 |
msgstr "Information du vendeur"
|
246 |
|
247 |
-
#: classes/admin/class-admin-users.php:
|
248 |
msgid "Shop description"
|
249 |
msgstr "Description de la boutique"
|
250 |
|
251 |
-
#: classes/admin/class-vendor-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "Approve"
|
253 |
msgstr "Accepter"
|
254 |
|
255 |
-
#: classes/admin/class-vendor-applicants.php:27
|
256 |
msgid "Deny"
|
257 |
msgstr "Refuser"
|
258 |
|
259 |
-
#: classes/admin/class-vendor-applicants.php:
|
260 |
msgid "Vendor has been <b>denied</b>."
|
261 |
msgstr "Le vendeur a été <b>refusé</b>."
|
262 |
|
263 |
-
#: classes/admin/class-vendor-applicants.php:
|
264 |
msgid "Vendor has been <b>approved</b>."
|
265 |
msgstr "Le vendeur a été <b>accepté</b>."
|
266 |
|
267 |
-
#: classes/admin/class-vendor-applicants.php:
|
268 |
msgid "Pending Vendors"
|
269 |
msgstr "Vendeur en attente"
|
270 |
|
271 |
-
#: classes/admin/emails/class-emails.php:
|
272 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:70
|
273 |
msgid "pending"
|
274 |
msgstr "en attente"
|
275 |
|
276 |
-
#: classes/admin/emails/class-emails.php:
|
277 |
msgid "approved"
|
278 |
msgstr "approuvé"
|
279 |
|
280 |
-
#: classes/admin/emails/class-emails.php:
|
281 |
msgid "denied"
|
282 |
msgstr "refusé"
|
283 |
|
284 |
-
#: classes/admin/emails/class-
|
285 |
-
#: classes/front/class-vendor-shop.php:178
|
286 |
-
msgid "Sold by: "
|
287 |
-
msgstr "Vendu par:"
|
288 |
-
|
289 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:28
|
290 |
msgid "Vendor Application"
|
291 |
msgstr "Demande de vendeur"
|
292 |
|
293 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:29
|
294 |
msgid "Vendor application will either be approved, denied, or pending."
|
295 |
msgstr "La demande du vendeur sera soit approuvée, refusée, ou en attente."
|
296 |
|
297 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:31
|
298 |
msgid "Application {status}"
|
299 |
msgstr "Demande {status}"
|
300 |
|
301 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:32
|
302 |
msgid "[{blogname}] Your vendor application has been {status}"
|
303 |
msgstr "[{blogname}] Votre demande pour etre vendeur a été {status}"
|
304 |
|
305 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:123
|
306 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
307 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:163
|
308 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
|
|
309 |
msgid "Enable/Disable"
|
310 |
msgstr "Activer / Désactiver"
|
311 |
|
312 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:125
|
313 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
314 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:165
|
315 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
316 |
msgid "Enable this email notification"
|
317 |
msgstr "Activer cette notification "
|
318 |
|
319 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:129
|
320 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
321 |
msgid "Recipient(s)"
|
322 |
msgstr "Destinataire(s)"
|
323 |
|
324 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:131
|
325 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
326 |
#, php-format
|
327 |
-
msgid "
|
328 |
-
|
329 |
-
"Entrez les destinataires (séparés par une virgule) pour cet email. Par défaut <code>%s</"
|
330 |
"code>."
|
|
|
|
|
|
|
331 |
|
332 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:136
|
333 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
334 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:169
|
335 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
336 |
msgid "Subject"
|
337 |
msgstr "Sujet"
|
338 |
|
339 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:138
|
340 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
341 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:171
|
342 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
343 |
#, php-format
|
344 |
msgid ""
|
345 |
-
"This controls the email subject line. Leave blank to use the default
|
|
|
|
|
|
|
346 |
"code>."
|
347 |
-
msgstr "Control du sujet. Laissez vide pour utiliser l'objet par défaut: <code>%s</code>."
|
348 |
|
349 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:143
|
350 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
351 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:176
|
352 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
353 |
msgid "Email Heading"
|
354 |
msgstr "Entête de l'email"
|
355 |
|
356 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:145
|
357 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
358 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:178
|
359 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
360 |
#, php-format
|
361 |
msgid ""
|
362 |
-
"This controls the main heading contained within the email notification.
|
363 |
-
"the default heading: <code>%s</code>."
|
364 |
-
msgstr "
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
#: classes/admin/emails/class-wc-
|
369 |
-
#: classes/admin/emails/class-wc-notify-
|
|
|
|
|
370 |
msgid "Email type"
|
371 |
msgstr "Email type"
|
372 |
|
373 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:152
|
374 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
375 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:185
|
376 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
377 |
msgid "Choose which format of email to send."
|
378 |
msgstr "Choisir le format d'email"
|
379 |
|
380 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:156
|
381 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
382 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:189
|
383 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
384 |
msgid "Plain text"
|
385 |
msgstr "Texte"
|
386 |
|
387 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:157
|
388 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
389 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:190
|
390 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
391 |
msgid "HTML"
|
392 |
msgstr "HTML"
|
393 |
|
394 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:158
|
395 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
396 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:191
|
397 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
398 |
msgid "Multipart"
|
399 |
msgstr "Multipart"
|
400 |
|
401 |
-
#: classes/admin/emails/class-wc-notify-admin.php:28
|
402 |
msgid "New Vendor Product"
|
403 |
msgstr "Nouveau Produit"
|
404 |
|
405 |
-
#: classes/admin/emails/class-wc-notify-admin.php:29
|
406 |
msgid "New order emails are sent when a new product is submitted by a vendor"
|
407 |
msgstr ""
|
408 |
-
"E-mails de nouvelles commandes envoyées quand un nouveau produit est
|
409 |
-
"
|
410 |
|
411 |
-
#: classes/admin/emails/class-wc-notify-admin.php:31
|
412 |
msgid "New product submitted: {product_name}"
|
413 |
msgstr "Nouveau produit soumis: {product_name}"
|
414 |
|
415 |
-
#: classes/admin/emails/class-wc-notify-admin.php:32
|
416 |
msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
|
417 |
msgstr "[{blogname}] Nouveau produit soumis par {vendor_name} - {product_name}"
|
418 |
|
419 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:28
|
420 |
msgid "Vendor has shipped"
|
421 |
msgstr "Le vendeur à expédié"
|
422 |
|
423 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:29
|
424 |
-
msgid "
|
425 |
-
|
|
|
|
|
|
|
426 |
|
427 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:31
|
428 |
msgid "Your order has been shipped"
|
429 |
msgstr "Votre commande a été expédiée"
|
430 |
|
431 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:32
|
432 |
-
msgid "
|
433 |
-
|
|
|
|
|
434 |
|
435 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:112
|
436 |
msgid "Subtotal:"
|
437 |
msgstr "Sous-total:"
|
438 |
|
439 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:27
|
440 |
msgid "Notify vendors"
|
441 |
msgstr "Notifier les vendeurs"
|
442 |
|
443 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:28
|
444 |
msgid "New order emails are sent when an order is received/paid by a customer."
|
445 |
-
msgstr "
|
|
|
|
|
446 |
|
447 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:30
|
448 |
msgid "New customer order"
|
449 |
msgstr "Nouvelle Commande"
|
450 |
|
451 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:31
|
452 |
msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
|
453 |
msgstr "[{blogname}] Nouvelle Commande {order_number}) - {order_date}"
|
454 |
|
455 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
456 |
msgid "Commission Subtotal:"
|
457 |
msgstr "Sous-Total Commission :"
|
458 |
|
459 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
|
|
|
|
|
|
|
|
460 |
msgid "Shipping Subtotal:"
|
461 |
msgstr "Sous-total livraison:"
|
462 |
|
463 |
-
#: classes/admin/
|
464 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
msgid "Select a page..."
|
466 |
msgstr "Choisir une page..."
|
467 |
|
468 |
-
#: classes/admin/settings/classes/sf-class-settings.php:153
|
469 |
-
#:
|
470 |
msgid "Settings"
|
471 |
msgstr "Paramètres"
|
472 |
|
473 |
-
#: classes/admin/settings/classes/sf-class-settings.php:
|
474 |
msgid "Could not load settings at: "
|
475 |
msgstr "Impossible de charger les paramètres à l'adresse:"
|
476 |
|
477 |
-
#: classes/admin/settings/classes/sf-class-settings.php:
|
478 |
msgid "Error - WP Settings Framework"
|
479 |
msgstr "Erreur"
|
480 |
|
481 |
-
#: classes/admin/settings/classes/sf-class-settings.php:
|
482 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:133
|
483 |
-
msgid "Settings saved."
|
484 |
-
msgstr "Paramètres sauvegardés"
|
485 |
-
|
486 |
-
#: classes/admin/settings/classes/sf-class-settings.php:479
|
487 |
#, php-format
|
488 |
msgid "Save %s changes"
|
489 |
msgstr "Enregistrer les %s changements"
|
490 |
|
491 |
-
#: classes/admin/settings/sf-
|
492 |
-
msgid "
|
493 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
494 |
|
495 |
-
#: classes/admin/settings/sf-
|
|
|
|
|
|
|
|
|
|
|
496 |
msgid "General options"
|
497 |
msgstr "Options Générales"
|
498 |
|
499 |
-
#: classes/admin/settings/sf-options.php:
|
500 |
-
#: classes/admin/settings/sf-options.php:223
|
501 |
-
msgid " "
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: classes/admin/settings/sf-options.php:8
|
505 |
msgid "Default commission (%)"
|
506 |
msgstr "Commission par défaut(%)"
|
507 |
|
508 |
-
#: classes/admin/settings/sf-options.php:9
|
509 |
msgid ""
|
510 |
-
"The default rate
|
511 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
msgstr ""
|
513 |
-
"
|
514 |
-
"
|
515 |
|
516 |
-
#: classes/admin/settings/sf-options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
517 |
msgid "Registration"
|
518 |
msgstr "Inscription"
|
519 |
|
520 |
-
#: classes/admin/settings/sf-options.php:
|
521 |
-
msgid "Allow users or guests to apply to become a vendor"
|
522 |
-
msgstr "Autoriser les utilisateurs ou les invités à s'inscrire pour devenir un vendeur"
|
523 |
-
|
524 |
-
#: classes/admin/settings/sf-options.php:22
|
525 |
msgid ""
|
526 |
-
"This will show a checkbox on the My Account page's registration form asking
|
527 |
-
"would like to apply to be a vendor. Also, on the Vendor
|
528 |
-
"become a vendor."
|
529 |
msgstr ""
|
530 |
-
"Cela
|
531 |
-
"
|
532 |
-
"le tableau de bord du vendeur, les utilisateurs peuvent
|
|
|
533 |
|
534 |
-
#: classes/admin/settings/sf-options.php:
|
535 |
msgid "Approve vendor applications manually"
|
536 |
msgstr "Approuver les demandes des vendeurs manuellement"
|
537 |
|
538 |
-
#: classes/admin/settings/sf-options.php:
|
539 |
msgid ""
|
540 |
-
"With this unchecked, all vendor applications are automatically accepted.
|
541 |
-
"must approve each manually."
|
542 |
msgstr ""
|
543 |
-
"Avec cette cochée, toutes les actions de vendeurs sont automatiquement
|
544 |
-
"vous devez approuver chacune manuellement."
|
545 |
|
546 |
-
#: classes/admin/settings/sf-options.php:
|
|
|
547 |
msgid "Taxes"
|
548 |
msgstr "Taxes"
|
549 |
|
550 |
-
#: classes/admin/settings/sf-options.php:
|
551 |
msgid "Give vendors any tax collected per-product"
|
552 |
msgstr "Donnez au vendeur toutes taxes perçues par produit"
|
553 |
|
554 |
-
#: classes/admin/settings/sf-options.php:
|
555 |
-
msgid "The tax collected on a vendor's product will be given
|
556 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
|
558 |
-
#: classes/admin/settings/sf-options.php:
|
559 |
msgid "Shop options"
|
560 |
msgstr "Options de la boutique"
|
561 |
|
562 |
-
#: classes/admin/settings/sf-options.php:
|
563 |
msgid "Shop HTML"
|
564 |
msgstr "Boutique HTML"
|
565 |
|
566 |
-
#: classes/admin/settings/sf-options.php:
|
567 |
-
msgid "
|
568 |
-
|
|
|
|
|
|
|
|
|
|
|
569 |
|
570 |
-
#: classes/admin/settings/sf-options.php:
|
571 |
-
msgid "Vendor
|
572 |
-
msgstr "Page
|
573 |
|
574 |
-
#: classes/admin/settings/sf-options.php:
|
575 |
-
msgid "
|
576 |
-
|
|
|
|
|
|
|
|
|
577 |
|
578 |
-
#: classes/admin/settings/sf-options.php:
|
579 |
msgid "Shop Headers"
|
580 |
msgstr "Entêtes des boutiques"
|
581 |
|
582 |
-
#: classes/admin/settings/sf-options.php:
|
583 |
msgid "Enable vendor shop headers"
|
584 |
msgstr "Activer les entêtes vendeurs"
|
585 |
|
586 |
-
#: classes/admin/settings/sf-options.php:
|
587 |
-
msgid "
|
|
|
|
|
|
|
588 |
msgstr ""
|
589 |
-
"
|
590 |
-
"
|
|
|
|
|
591 |
|
592 |
-
#: classes/admin/settings/sf-options.php:
|
593 |
-
msgid "
|
594 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
595 |
|
596 |
-
#: classes/admin/settings/sf-options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
597 |
msgid "Product Add Page"
|
598 |
msgstr "Page pour ajouter un produit"
|
599 |
|
600 |
-
#: classes/admin/settings/sf-options.php:
|
601 |
msgid "Configure what to hide from all vendors when adding a product"
|
602 |
msgstr ""
|
603 |
-
"Configurez ce que vous voulez cacher pour tous les vendeurs lors de l'ajout
|
|
|
604 |
|
605 |
-
#: classes/admin/settings/sf-options.php:
|
606 |
msgid "Left side panel"
|
607 |
msgstr "Panneau latéral gauche"
|
608 |
|
609 |
-
#: classes/admin/settings/sf-options.php:
|
610 |
-
msgid "
|
611 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
612 |
|
613 |
-
#: classes/admin/settings/sf-options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
614 |
msgid "Types"
|
615 |
msgstr "Types"
|
616 |
|
617 |
-
#: classes/admin/settings/sf-options.php:
|
618 |
-
msgid "
|
619 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
|
621 |
-
#: classes/admin/settings/sf-options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
msgid "Type options"
|
623 |
msgstr "Type options"
|
624 |
|
625 |
-
#: classes/admin/settings/sf-options.php:
|
626 |
-
msgid "
|
627 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
628 |
|
629 |
-
#: classes/admin/settings/sf-options.php:
|
|
|
|
|
|
|
|
|
630 |
msgid "Miscellaneous"
|
631 |
msgstr "Divers"
|
632 |
|
633 |
-
#: classes/admin/settings/sf-options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
634 |
msgid "Stylesheet"
|
635 |
msgstr "Feuille de style"
|
636 |
|
637 |
-
#: classes/admin/settings/sf-options.php:
|
638 |
msgid ""
|
639 |
-
"You can add CSS in this textarea, which will be loaded on the product add/
|
640 |
-
"vendors."
|
641 |
msgstr ""
|
642 |
-
"Vous pouvez ajouter des CSS dans cette zone de texte, qui sera chargée sur
|
643 |
-
"ajouter / modifier produit pour les vendeurs."
|
644 |
|
645 |
-
#: classes/admin/settings/sf-options.php:
|
646 |
-
msgid "Capabilities"
|
647 |
-
msgstr "Fonctionnalités"
|
648 |
-
|
649 |
-
#: classes/admin/settings/sf-options.php:137
|
650 |
msgid "Permissions"
|
651 |
msgstr "Autorisations"
|
652 |
|
653 |
-
#: classes/admin/settings/sf-options.php:
|
654 |
msgid "General permissions used around the shop"
|
655 |
msgstr "Autorisations générales utiliséespour la boutique"
|
656 |
|
657 |
-
#: classes/admin/settings/sf-options.php:
|
658 |
-
#: views/dashboard/orders.php:24
|
659 |
-
msgid "Orders"
|
660 |
-
msgstr "Commandes"
|
661 |
-
|
662 |
-
#: classes/admin/settings/sf-options.php:141
|
663 |
msgid "View orders"
|
664 |
msgstr "Voir Commandes"
|
665 |
|
666 |
-
#: classes/admin/settings/sf-options.php:
|
667 |
msgid "Show customer details such as email, address, name, etc, for each order"
|
668 |
msgstr ""
|
669 |
-
"Afficher les détails des clients tels que e-mail, adresse, nom, etc, pour
|
|
|
670 |
|
671 |
-
#: classes/admin/settings/sf-options.php:
|
672 |
msgid "View comments"
|
673 |
msgstr "Voir les commentaires"
|
674 |
|
675 |
-
#: classes/admin/settings/sf-options.php:
|
676 |
msgid "View all vendor comments for an order on the frontend"
|
677 |
-
msgstr "
|
|
|
678 |
|
679 |
-
#: classes/admin/settings/sf-options.php:
|
680 |
msgid "Submit comments"
|
681 |
msgstr "Envois commentaires"
|
682 |
|
683 |
-
#: classes/admin/settings/sf-options.php:
|
684 |
-
msgid "
|
685 |
-
|
|
|
|
|
|
|
686 |
|
687 |
-
#: classes/admin/settings/sf-options.php:
|
688 |
msgid "View email addresses"
|
689 |
msgstr "Voir adresse email"
|
690 |
|
691 |
-
#: classes/admin/settings/sf-options.php:
|
692 |
-
msgid "
|
|
|
|
|
693 |
msgstr ""
|
694 |
-
"Lors de l'affichage des détails de la commande sur l'interface, vous pouvez
|
695 |
-
"désactiver les adresses e-mail"
|
696 |
|
697 |
-
#: classes/admin/settings/sf-options.php:
|
698 |
msgid "Export a CSV file of orders for a product"
|
699 |
msgstr "Export CSV des commandes pour un produit"
|
700 |
|
701 |
-
#: classes/admin/settings/sf-options.php:
|
702 |
msgid "Vendors could export orders for a product on the frontend"
|
703 |
-
msgstr "
|
|
|
704 |
|
705 |
-
#: classes/admin/settings/sf-options.php:
|
706 |
msgid "Reports"
|
707 |
msgstr "Rapports"
|
708 |
|
709 |
-
#: classes/admin/settings/sf-options.php:
|
710 |
-
msgid "
|
711 |
-
|
|
|
|
|
|
|
712 |
|
713 |
-
#: classes/admin/settings/sf-options.php:
|
714 |
msgid ""
|
715 |
-
"
|
716 |
-
"
|
|
|
717 |
msgstr ""
|
718 |
-
"
|
719 |
-
"
|
720 |
|
721 |
-
#: classes/admin/settings/sf-options.php:
|
722 |
msgid "View Frontend sales reports"
|
723 |
msgstr "Voir les rapports de ventes en frontend"
|
724 |
|
725 |
-
#: classes/admin/settings/sf-options.php:
|
726 |
msgid ""
|
727 |
-
"Sales table on the frontend on the
|
728 |
-
"that pertain to their products"
|
|
|
729 |
msgstr ""
|
730 |
-
"
|
731 |
-
"données de ventes qui
|
|
|
732 |
|
733 |
-
#: classes/admin/settings/sf-options.php:
|
734 |
msgid "Submit products"
|
735 |
msgstr "Soummettre produits"
|
736 |
|
737 |
-
#: classes/admin/settings/sf-options.php:
|
738 |
msgid ""
|
739 |
-
"
|
|
|
740 |
msgstr ""
|
741 |
-
"
|
742 |
-
"
|
|
|
743 |
|
744 |
-
#: classes/admin/settings/sf-options.php:
|
745 |
msgid "Edit live products"
|
746 |
msgstr "Editer produit en ligne"
|
747 |
|
748 |
-
#: classes/admin/settings/sf-options.php:
|
749 |
msgid ""
|
750 |
-
"Vendors could edit an approved product after it has already gone live. There
|
751 |
-
"or review after editing a live product. This could be
|
752 |
-
"take caution."
|
753 |
msgstr ""
|
754 |
-
"Les vendeurs peuvent modifier un produit approuvé après qu'il soit en ligne.
|
755 |
-
"d'approbation ou d'examen après la modification d'un produit
|
756 |
-
"dangereux avec les vendeurs malveillants. Soyez
|
|
|
757 |
|
758 |
-
#: classes/admin/settings/sf-options.php:
|
759 |
msgid "Submit products live without requiring approval"
|
760 |
msgstr "Soumettre Produits en ligne sans approbation"
|
761 |
|
762 |
-
#: classes/admin/settings/sf-options.php:
|
763 |
msgid ""
|
764 |
-
"Vendors can submit products without review or approval from a shop admin.
|
765 |
-
"dangerous with malicious vendors, so take caution."
|
766 |
msgstr ""
|
767 |
-
"Les vendeurs peuvent soumettre produits sans révision ou l'approbation d'un
|
768 |
-
"de la boutique. Cela pourrait être dangereux avec les
|
769 |
-
"vigileant."
|
770 |
|
771 |
-
#: classes/admin/settings/sf-options.php:
|
772 |
msgid "Pages"
|
773 |
msgstr "Pages"
|
774 |
|
775 |
-
#: classes/admin/settings/sf-options.php:
|
776 |
msgid "Page configuration"
|
777 |
msgstr "Page de configuration"
|
778 |
|
779 |
-
#: classes/admin/settings/sf-options.php:
|
780 |
msgid "Vendor dashboard"
|
781 |
msgstr "Panneau vendeur"
|
782 |
|
783 |
-
#: classes/admin/settings/sf-options.php:
|
784 |
msgid ""
|
785 |
-
"Choose the page that has the shortcode <code>[wcv_vendor_dashboard]</
|
786 |
-
"
|
|
|
|
|
787 |
msgstr ""
|
788 |
-
"Choisir la page qui
|
789 |
-
"
|
|
|
|
|
790 |
|
791 |
-
#: classes/admin/settings/sf-options.php:
|
792 |
msgid "Shop settings"
|
793 |
msgstr "Paramètres de la boutique"
|
794 |
|
795 |
-
#: classes/admin/settings/sf-options.php:
|
796 |
msgid ""
|
797 |
-
"Choose the page that has the shortcode <code>[wcv_shop_settings]</code><br
|
798 |
-
"shop settings a vendor can configure."
|
|
|
799 |
msgstr ""
|
800 |
-
"Choisir la page qui
|
801 |
-
"paramètres de la boutique
|
|
|
|
|
802 |
|
803 |
-
#: classes/admin/settings/sf-options.php:
|
804 |
msgid "Orders page"
|
805 |
msgstr "Page Commandes"
|
806 |
|
807 |
-
#: classes/admin/settings/sf-options.php:
|
808 |
msgid ""
|
809 |
-
"Choose the page that has the shortcode <code>[wcv_orders]</code><br/>By
|
810 |
-
"> Orders should have the shortcode."
|
811 |
msgstr ""
|
812 |
-
"Choisir la page qui
|
813 |
-
"
|
|
|
814 |
|
815 |
-
#: classes/admin/settings/sf-options.php:
|
816 |
msgid "Vendor terms"
|
817 |
msgstr "Termes du vendeur"
|
818 |
|
819 |
-
#: classes/admin/settings/sf-options.php:
|
820 |
msgid ""
|
821 |
-
"These terms are shown to a user when submitting an application to become a
|
822 |
-
"left blank, no terms will be shown to the applicant."
|
|
|
823 |
msgstr ""
|
824 |
-
"Ces
|
825 |
-
"un
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
|
827 |
-
#: classes/admin/settings/sf-options.php:
|
828 |
msgid "Payments"
|
829 |
msgstr "Paiements"
|
830 |
|
831 |
-
#: classes/admin/settings/sf-options.php:
|
832 |
-
msgid "
|
833 |
-
msgstr "
|
834 |
|
835 |
-
#: classes/admin/settings/sf-options.php:
|
836 |
#, php-format
|
837 |
msgid "Total commission currently due: %s. <a href=\"%s\">View details</a>."
|
838 |
msgstr "Total des commissions dues: %s. <a href=\"%s\">Voir Détails</a>."
|
839 |
|
840 |
-
#: classes/admin/settings/sf-options.php:
|
841 |
#, php-format
|
842 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
msgstr ""
|
844 |
-
"Assurez-vous
|
845 |
-
"\">ici</a>."
|
846 |
-
|
847 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
848 |
msgid "Instant pay"
|
849 |
msgstr "Paiement instantané"
|
850 |
|
851 |
-
#: classes/admin/settings/sf-options.php:
|
852 |
-
msgid "
|
853 |
-
|
|
|
|
|
|
|
|
|
|
|
854 |
|
855 |
-
#: classes/admin/settings/sf-options.php:
|
856 |
msgid ""
|
857 |
-
"For this to work, customers must checkout with the PayPal Adaptive Payments
|
858 |
-
"other gateways will not pay vendors instantly"
|
859 |
msgstr ""
|
860 |
-
"Pour
|
861 |
-
"
|
|
|
862 |
|
863 |
-
#: classes/admin/settings/sf-options.php:
|
864 |
msgid "Payment schedule"
|
865 |
msgstr "Calendrier des paiements"
|
866 |
|
867 |
-
#: classes/admin/settings/sf-options.php:
|
868 |
msgid "Note: Schedule will only work if instant pay is unchecked"
|
869 |
msgstr ""
|
870 |
-
"Note: Calendrier des paiements ne fonctionne que si le paiement instantané
|
|
|
871 |
|
872 |
-
#: classes/admin/settings/sf-options.php:
|
873 |
msgid "Weekly"
|
874 |
msgstr "Par semaine"
|
875 |
|
876 |
-
#: classes/admin/settings/sf-options.php:
|
877 |
msgid "Biweekly"
|
878 |
msgstr "Par 2 semaines"
|
879 |
|
880 |
-
#: classes/admin/settings/sf-options.php:
|
881 |
msgid "Monthly"
|
882 |
msgstr "Par mois"
|
883 |
|
884 |
-
#: classes/admin/settings/sf-options.php:
|
885 |
msgid "Manual"
|
886 |
msgstr "Manuel"
|
887 |
|
888 |
-
#: classes/admin/settings/sf-options.php:
|
889 |
msgid "Now"
|
890 |
msgstr "Maintenant"
|
891 |
|
892 |
-
#: classes/admin/settings/sf-options.php:
|
893 |
msgid "Email notification"
|
894 |
msgstr "Email de notification"
|
895 |
|
896 |
-
#: classes/admin/settings/sf-options.php:
|
897 |
msgid ""
|
898 |
-
"Send the WooCommerce admin an email each time a payment has been made via
|
899 |
-
"schedule options above"
|
900 |
msgstr ""
|
901 |
-
"Envoyer a l'admin WooCommerce un email chaque fois qu'un paiement a été
|
902 |
-
"options du calendrier de paiement ci-dessus"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
903 |
|
904 |
-
#: classes/class-cron.php:87
|
905 |
#, php-format
|
906 |
msgid "Payment total: %s"
|
907 |
msgstr "Total a payer: %s"
|
908 |
|
909 |
-
#: classes/class-cron.php:148
|
910 |
msgid "Once Weekly"
|
911 |
msgstr "Chaque semaine"
|
912 |
|
913 |
-
#: classes/class-cron.php:153
|
914 |
msgid "Once every two weeks"
|
915 |
msgstr "Aux 2 semaines"
|
916 |
|
917 |
-
#: classes/class-cron.php:158
|
918 |
msgid "Once a month"
|
919 |
msgstr "Chaque mois"
|
920 |
|
921 |
-
#: classes/class-install.php:
|
922 |
msgid "Pending Vendor"
|
923 |
msgstr "Vendeur En Attente"
|
924 |
|
925 |
-
#: classes/class-install.php:
|
926 |
msgid "Vendor Dashboard"
|
927 |
msgstr "Tableau de bord Du vendeur"
|
928 |
|
929 |
-
#: classes/class-
|
930 |
-
msgid "
|
931 |
-
msgstr "
|
932 |
|
933 |
-
#: classes/
|
934 |
-
|
935 |
-
|
|
|
936 |
|
937 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
938 |
-
msgid ""
|
939 |
-
"
|
940 |
-
"order as shipped and email the buyer again, potentially spamming them."
|
941 |
-
msgstr ""
|
942 |
-
"Commande envoyée. <br><br>Attension: Si vous rechargez la page la commande peut être "
|
943 |
-
"marquée envoyée et le courriel pour le vendeur peut être envoyé une nouvelle fois, ceci "
|
944 |
-
"peut être considéré comme du spam."
|
945 |
|
946 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
947 |
-
|
948 |
-
"
|
949 |
-
"
|
950 |
-
msgstr ""
|
951 |
-
"Commande envoyée. <br><br>Attension: Si vous rechargez la page la commande peut être "
|
952 |
-
"marquée comme non-envoyée."
|
953 |
|
954 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
955 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
956 |
-
#: classes/front/orders/class-orders.php:144 classes/front/orders/class-orders.php:145
|
957 |
msgid "Tracking number"
|
958 |
msgstr "Numero de suivi"
|
959 |
|
960 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
961 |
-
#: classes/front/orders/class-orders.php:147
|
962 |
msgid "Success. Your tracking number has been updated."
|
963 |
msgstr "Succes. Votre numéro de suivi a ete mis a jour"
|
964 |
|
965 |
-
#: classes/front/
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:115
|
970 |
-
msgid "That shop name is already taken. Your shop name must be unique."
|
971 |
-
msgstr "Ce nom de la boutique est déjà pris. Votre nom de la boutique doit être unique."
|
972 |
-
|
973 |
-
#: classes/front/orders/class-export-csv.php:37
|
974 |
-
msgid "Extra data"
|
975 |
-
msgstr "Extra data"
|
976 |
-
|
977 |
-
#: classes/front/orders/class-export-csv.php:38 views/dashboard/reports.php:18
|
978 |
-
#: views/emails/admin-new-order.php:23 views/emails/notify-vendor-shipped.php:23
|
979 |
msgid "Quantity"
|
980 |
msgstr "Quantité"
|
981 |
|
982 |
-
#: classes/front/orders/class-orders.php:
|
983 |
msgid ""
|
984 |
-
"You haven't selected a product's orders to view! Please go back to the
|
985 |
-
"click Show Orders on the product you'd like to view."
|
986 |
msgstr ""
|
987 |
-
"Vous n'avez pas choisi les commandes d'un produit a voir ! S'il vous plaît
|
988 |
-
"tableau de bord du vendeur et cliquez sur Afficher les commandes
|
989 |
-
"souhaitez consulter."
|
990 |
|
991 |
-
#: classes/front/orders/class-orders.php:
|
992 |
msgid "No orders."
|
993 |
msgstr "Pas de Commandes"
|
994 |
|
995 |
-
#: classes/front/orders/class-orders.php:
|
996 |
msgid "Product Title"
|
997 |
msgstr "Titre du Produit"
|
998 |
|
999 |
-
#: classes/front/orders/class-orders.php:
|
1000 |
msgid "Full name"
|
1001 |
msgstr "Nom Complet"
|
1002 |
|
1003 |
-
#: classes/front/orders/class-orders.php:
|
1004 |
msgid "Address"
|
1005 |
msgstr "Adresse"
|
1006 |
|
1007 |
-
#: classes/front/orders/class-orders.php:
|
1008 |
msgid "City"
|
1009 |
msgstr "Ville"
|
1010 |
|
1011 |
-
#: classes/front/orders/class-orders.php:
|
1012 |
msgid "State"
|
1013 |
msgstr "Etat"
|
1014 |
|
1015 |
-
#: classes/front/orders/class-orders.php:
|
1016 |
msgid "Zip"
|
1017 |
msgstr "Code Postal "
|
1018 |
|
1019 |
-
#: classes/front/orders/class-orders.php:
|
1020 |
msgid "Email address"
|
1021 |
msgstr "Adresse Email"
|
1022 |
|
1023 |
-
#: classes/front/orders/class-submit-comment.php:41
|
1024 |
msgid "You've left the comment field empty!"
|
1025 |
msgstr "Vous avez laissé le champ de commentaire vide!"
|
1026 |
|
1027 |
-
#: classes/front/orders/class-submit-comment.php:63
|
1028 |
msgid "Success. The customer has been notified of your comment."
|
1029 |
msgstr "Succès. Le client a été avisé de votre commentaire."
|
1030 |
|
1031 |
-
#: classes/front/signup/class-vendor-signup.php:
|
|
|
|
|
1032 |
msgid "Apply to become a vendor? "
|
1033 |
msgstr "S'incrire pour devenir vendeur ?"
|
1034 |
|
1035 |
-
#: classes/front/signup/class-vendor-signup.php:
|
|
|
1036 |
#, php-format
|
1037 |
-
msgid "
|
1038 |
-
|
|
|
|
|
|
|
|
|
1039 |
|
1040 |
-
#: classes/front/signup/class-vendor-signup.php:
|
1041 |
msgid "Application denied. You are an administrator."
|
1042 |
msgstr "Demande rejetée. Vous êtes un administrateur."
|
1043 |
|
1044 |
-
#: classes/front/signup/class-vendor-signup.php:
|
1045 |
msgid "Your application has been submitted."
|
1046 |
msgstr "Votre demande a été soumise."
|
1047 |
|
1048 |
-
#: classes/front/signup/class-vendor-signup.php:
|
|
|
|
|
1049 |
msgid "You must accept the terms and conditions to become a vendor."
|
1050 |
msgstr "Vous devez accepter les termes et conditions pour devenir un vendeur."
|
1051 |
|
1052 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:43
|
1053 |
msgid "PayPal Adaptive Payments"
|
1054 |
msgstr "PayPal Adaptive Payments"
|
1055 |
|
1056 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:119
|
1057 |
#, php-format
|
1058 |
-
msgid "
|
1059 |
-
|
|
|
|
|
|
|
|
|
1060 |
|
1061 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:124
|
1062 |
msgid "IPN payment completed"
|
1063 |
msgstr "IPN payment completed"
|
1064 |
|
1065 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:146
|
1066 |
msgid "Enable PayPal Adaptive Payments"
|
1067 |
msgstr "Activer PayPal Adaptive Payments"
|
1068 |
|
1069 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:152
|
1070 |
msgid "Method Title"
|
1071 |
msgstr "Titre de la méthode"
|
1072 |
|
1073 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:153
|
|
|
1074 |
msgid "This controls the title which the user sees during checkout."
|
1075 |
msgstr "Contrôle du titre que voit l'utilisateur lors de la commande."
|
1076 |
|
1077 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:154
|
1078 |
msgid "PayPal"
|
1079 |
msgstr "PayPal"
|
1080 |
|
1081 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:159
|
|
|
1082 |
msgid "Description"
|
1083 |
msgstr "Description"
|
1084 |
|
1085 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:160
|
1086 |
msgid "This controls the description which the user sees during checkout."
|
1087 |
msgstr "Contrôle la description que voit l'utilisateur lors de la commande."
|
1088 |
|
1089 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:161
|
1090 |
msgid "Pay via PayPal!"
|
1091 |
msgstr "Payer via Paypal!"
|
1092 |
|
1093 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:172
|
1094 |
msgid "Live Credentials"
|
1095 |
msgstr "Certificats en ligne"
|
1096 |
|
1097 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:174
|
1098 |
#, php-format
|
1099 |
msgid ""
|
1100 |
-
"You must have an <a href=\"%s\">Application ID</a> to process live
|
1101 |
-
"need one for testing in Sandbox mode."
|
1102 |
msgstr ""
|
1103 |
-
"You must have an <a href=\"%s\">Application ID</a> to process live
|
1104 |
-
"need one for testing in Sandbox mode."
|
1105 |
|
1106 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:179
|
1107 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:213
|
1108 |
msgid "PayPal Email"
|
1109 |
msgstr "Email PayPal"
|
1110 |
|
1111 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:180
|
1112 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:214
|
1113 |
msgid "The email address main payments should go to."
|
1114 |
msgstr "L'email principal de paiement"
|
1115 |
|
1116 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:185
|
1117 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:219
|
1118 |
msgid "API Username"
|
1119 |
msgstr "API Username"
|
1120 |
|
1121 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:190
|
1122 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:224
|
1123 |
msgid "API Password"
|
1124 |
msgstr "API Password"
|
1125 |
|
1126 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:195
|
1127 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:229
|
1128 |
msgid "API Signature"
|
1129 |
msgstr "API Signature"
|
1130 |
|
1131 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:200
|
1132 |
msgid "Application ID"
|
1133 |
msgstr "Application ID"
|
1134 |
|
1135 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:202
|
1136 |
msgid "Only required when doing live transactions."
|
1137 |
-
msgstr "
|
|
|
1138 |
|
1139 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:206
|
1140 |
msgid "Sandbox Credentials"
|
1141 |
msgstr "Sandbox Credentials"
|
1142 |
|
1143 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:208
|
1144 |
#, php-format
|
1145 |
msgid ""
|
1146 |
-
"You can signup for a sandbox developer account <a href=\"%s\">here</a>. You
|
1147 |
-
"developer account if you want to enable Sandbox mode for testing."
|
1148 |
-
msgstr "
|
|
|
1149 |
|
1150 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:240
|
1151 |
msgid "Misc. Settings"
|
1152 |
msgstr "Configurations diverses"
|
1153 |
|
1154 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:245
|
1155 |
msgid "Enable PayPal Sandbox mode"
|
1156 |
msgstr "Activer le mode PayPal Sandbox"
|
1157 |
|
1158 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:251
|
1159 |
msgid "Enable logging"
|
1160 |
msgstr "Activer logging"
|
1161 |
|
1162 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:269
|
1163 |
msgid ""
|
1164 |
-
"The PayPal Adaptive Payments gateway can instantly pay your vendors their
|
1165 |
-
"(if enabled). Also used to mass pay vendors on a schedule /
|
|
|
1166 |
msgstr ""
|
1167 |
-
"La passerelle PayPal Adaptive Payments peut instantanément payer les
|
1168 |
-
"commission (si activé). Également utilisé pour les
|
1169 |
-
"programmée ou par la méthode manuelle (si
|
|
|
1170 |
|
1171 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
1172 |
msgid "Gateway Disabled"
|
1173 |
msgstr "Passerelle désactivée"
|
1174 |
|
1175 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
1176 |
#, php-format
|
1177 |
msgid "%s does not support your store currency."
|
1178 |
msgstr "%s ne supporte pas votre système monétaire."
|
1179 |
|
1180 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
1181 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
1182 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1183 |
#, php-format
|
1184 |
msgid "Error: %s"
|
1185 |
msgstr "Erreur: %s"
|
1186 |
|
1187 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
1188 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
1189 |
#, php-format
|
1190 |
msgid "Error ID: %s. %s"
|
1191 |
msgstr "Erreur ID: %s. %s"
|
1192 |
|
1193 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:115
|
1194 |
msgid "No vendors found to pay. Maybe they haven't set a PayPal address?"
|
1195 |
msgstr ""
|
1196 |
-
"Pas de vendeurs trouvés à payer. Peut-être qu'ils n'ont pas défini une
|
|
|
1197 |
|
1198 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1199 |
msgid "All due commission has been paid for."
|
1200 |
msgstr "Toutes les commissions ont été payée."
|
1201 |
|
1202 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1203 |
msgid ""
|
1204 |
-
"All due commission has been paid for, but I could not clear it from their
|
1205 |
-
"an internal error. Commission will still be listed as due.
|
1206 |
-
"commission as paid from the Commissions page."
|
1207 |
msgstr ""
|
1208 |
-
"Toutes les commission ont été payé, mais je ne pouvais pas le faire
|
1209 |
-
"profils en raison d'une erreur interne. Les commissions
|
1210 |
-
"payer. S'il vous plaît marquer manuellement
|
1211 |
-
"commissions."
|
1212 |
|
1213 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1214 |
msgid "WooCommerce: Mass payments for vendors update"
|
1215 |
msgstr "WooCommerce: mise à jour des paiements groupés des vendeurs"
|
1216 |
|
1217 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1218 |
-
msgid "
|
|
|
|
|
1219 |
msgstr ""
|
1220 |
-
"Bonjour! Un paiement a été déclenché pour payer tous les vendeurs leurs
|
|
|
1221 |
|
1222 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1223 |
#, php-format
|
1224 |
msgid "Payment status: %s."
|
1225 |
msgstr "Statut des paiement: %s."
|
1226 |
|
1227 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1228 |
#, php-format
|
1229 |
msgid "Payment message: %s."
|
1230 |
msgstr "Message Paiement: %s."
|
1231 |
|
1232 |
-
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:
|
1233 |
#, php-format
|
1234 |
msgid "Payment total: %s."
|
1235 |
msgstr "Paiement total: %s."
|
1236 |
|
1237 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1238 |
msgid ""
|
1239 |
-
"Your
|
1240 |
-
"email
|
|
|
1241 |
msgstr ""
|
1242 |
-
"Votre
|
1243 |
-
"
|
|
|
|
|
|
|
|
|
|
|
1244 |
|
1245 |
-
#:
|
1246 |
msgid ""
|
1247 |
-
"Your account
|
1248 |
-
"
|
1249 |
msgstr ""
|
1250 |
-
"Votre compte n'est pas
|
1251 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1252 |
|
1253 |
-
#:
|
1254 |
msgid "Submit"
|
1255 |
msgstr "Soumettre"
|
1256 |
|
1257 |
-
#:
|
1258 |
-
msgid "
|
1259 |
-
msgstr "
|
1260 |
|
1261 |
-
#:
|
1262 |
-
msgid "
|
1263 |
-
msgstr "
|
1264 |
|
1265 |
-
#:
|
1266 |
-
msgid "
|
1267 |
-
msgstr "
|
1268 |
|
1269 |
-
#:
|
1270 |
-
msgid "
|
1271 |
-
msgstr "
|
1272 |
|
1273 |
-
#:
|
1274 |
msgid "Hide items"
|
1275 |
msgstr "Masquer les items"
|
1276 |
|
1277 |
-
#:
|
1278 |
msgid "View items"
|
1279 |
msgstr "Voir les articles"
|
1280 |
|
1281 |
-
#:
|
1282 |
msgid "Links"
|
1283 |
msgstr "Liens"
|
1284 |
|
1285 |
-
#:
|
1286 |
-
msgid "Unmark shipped"
|
1287 |
-
msgstr "Marqué comme non-envoyé"
|
1288 |
-
|
1289 |
-
#: views/dashboard/orders.php:67
|
1290 |
-
msgid "Mark shipped"
|
1291 |
-
msgstr "Marquer comme envoyé"
|
1292 |
-
|
1293 |
-
#: views/dashboard/orders.php:67
|
1294 |
msgid "Tracking"
|
1295 |
msgstr "Suivi d'envoi"
|
1296 |
|
1297 |
-
#:
|
1298 |
msgid "You have no orders during this period."
|
1299 |
msgstr "Vous n'avez pas de commande pendant cette période."
|
1300 |
|
1301 |
-
#:
|
1302 |
msgid "Sales Report"
|
1303 |
msgstr "Rapport des ventes"
|
1304 |
|
1305 |
-
#:
|
1306 |
msgid "Rate"
|
1307 |
msgstr "Taux"
|
1308 |
|
1309 |
-
#:
|
1310 |
msgid "Show Orders"
|
1311 |
msgstr "Voir Commandes"
|
1312 |
|
1313 |
-
#:
|
1314 |
msgid "Totals"
|
1315 |
msgstr "Totales"
|
1316 |
|
1317 |
-
#:
|
1318 |
msgid "You have no sales during this period."
|
1319 |
msgstr "Vous n'avez pas de ventes au cours de cette période."
|
1320 |
|
1321 |
-
#:
|
1322 |
msgid "You haven't made any sales yet."
|
1323 |
msgstr "Vous n'avez pas encore fait de vente."
|
1324 |
|
1325 |
-
#:
|
1326 |
-
msgid "PayPal Address"
|
1327 |
-
msgstr "Adresse Email Paypal"
|
1328 |
-
|
1329 |
-
#: views/dashboard/settings/paypal-email-form.php:3
|
1330 |
-
msgid "Your PayPal address is used to send you your commission."
|
1331 |
-
msgstr "Votre adresse PayPal est utilisée pour vous payer votre commission."
|
1332 |
-
|
1333 |
-
#: views/dashboard/settings/seller-info.php:4
|
1334 |
-
msgid "This is displayed on each of your products."
|
1335 |
-
msgstr "Ce message s'affiche sur chacun de vos produits."
|
1336 |
-
|
1337 |
-
#: views/dashboard/settings/settings.php:47
|
1338 |
msgid "Save"
|
1339 |
msgstr "Sauvegarder"
|
1340 |
|
1341 |
-
#:
|
1342 |
-
msgid "Shop Description"
|
1343 |
-
msgstr "Description de votre boutique"
|
1344 |
-
|
1345 |
-
#: views/dashboard/settings/shop-description.php:3
|
1346 |
-
#, php-format
|
1347 |
-
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
1348 |
-
msgstr "Ceci est affiché sur <a href=\"%s\">page boutique</a>. "
|
1349 |
-
|
1350 |
-
#: views/dashboard/settings/shop-name.php:2
|
1351 |
-
msgid "Shop Name"
|
1352 |
-
msgstr "Nom de votre boutique"
|
1353 |
-
|
1354 |
-
#: views/dashboard/settings/shop-name.php:3
|
1355 |
-
msgid "Your shop name is public and must be unique."
|
1356 |
-
msgstr "Le nom de votre boutique est publique et doit être unique."
|
1357 |
-
|
1358 |
-
#: views/emails/admin-new-order.php:13
|
1359 |
-
#, php-format
|
1360 |
-
msgid "You have received an order from %s. Their order is as follows:"
|
1361 |
-
msgstr "Vous avez reçu une commande de %s. Cette commande est la suivante:"
|
1362 |
-
|
1363 |
-
#: views/emails/admin-new-order.php:17 views/emails/notify-vendor-shipped.php:17
|
1364 |
-
#, php-format
|
1365 |
-
msgid "Order: %s"
|
1366 |
-
msgstr "Commande: %s"
|
1367 |
-
|
1368 |
-
#: views/emails/admin-new-order.php:24 views/emails/notify-vendor-shipped.php:24
|
1369 |
-
msgid "Price"
|
1370 |
-
msgstr "Prix"
|
1371 |
-
|
1372 |
-
#: views/emails/admin-new-order.php:50 views/emails/notify-vendor-shipped.php:50
|
1373 |
-
msgid "Customer details"
|
1374 |
-
msgstr "Détails client"
|
1375 |
-
|
1376 |
-
#: views/emails/admin-new-order.php:53 views/emails/notify-vendor-shipped.php:53
|
1377 |
-
msgid "Email:"
|
1378 |
-
msgstr "Courriel:"
|
1379 |
-
|
1380 |
-
#: views/emails/admin-new-order.php:56 views/emails/notify-vendor-shipped.php:56
|
1381 |
-
msgid "Tel:"
|
1382 |
-
msgstr "Tél:"
|
1383 |
-
|
1384 |
-
#: views/emails/application-status.php:5
|
1385 |
#, php-format
|
1386 |
msgid "Hi there. This is a notification about a vendor application on %s."
|
1387 |
msgstr "Il s'agit d'une notification pour une inscription Vendeur sur % s."
|
1388 |
|
1389 |
-
#:
|
1390 |
#, php-format
|
1391 |
msgid "Application status: %s"
|
1392 |
msgstr "Statut du Candidat: %s"
|
1393 |
|
1394 |
-
#:
|
1395 |
#, php-format
|
1396 |
msgid "Applicant username: %s"
|
1397 |
msgstr "Nom d'utilisateur du Candidat: %s"
|
1398 |
|
1399 |
-
#:
|
1400 |
#, php-format
|
1401 |
msgid "Hi there. This is a notification about a new product on %s."
|
1402 |
-
msgstr "
|
|
|
1403 |
|
1404 |
-
#:
|
1405 |
#, php-format
|
1406 |
msgid "Product title: %s"
|
1407 |
msgstr "Titre du Produit: %s"
|
1408 |
|
1409 |
-
#:
|
1410 |
#, php-format
|
1411 |
msgid "Submitted by: %s"
|
1412 |
msgstr "Soumis par: %s"
|
1413 |
|
1414 |
-
#:
|
1415 |
#, php-format
|
1416 |
msgid "Edit product: %s"
|
1417 |
msgstr "Editer produit: %s"
|
1418 |
|
1419 |
-
#:
|
1420 |
msgid ""
|
1421 |
-
"A vendor has marked part of your order as shipped. The items that are
|
1422 |
-
"follows:"
|
1423 |
msgstr ""
|
1424 |
-
"Un vendeur a marqué une partie de votre commande comme envoyée. Les articles
|
1425 |
-
"les suivants:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1426 |
|
1427 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1428 |
msgid "Add comment"
|
1429 |
msgstr "Ajouter Commentaire"
|
1430 |
|
1431 |
-
#:
|
1432 |
#, php-format
|
1433 |
msgid "added %s ago"
|
1434 |
msgstr "Ajouter il y a %s"
|
1435 |
|
1436 |
-
#:
|
1437 |
msgid "Export orders"
|
1438 |
msgstr "Export Commandes"
|
1439 |
|
1440 |
-
#:
|
1441 |
msgid "Customer note"
|
1442 |
msgstr "Note de l'acheteur"
|
1443 |
|
1444 |
-
#:
|
1445 |
msgid "No customer note."
|
1446 |
msgstr "Pas de note de l'acheteur"
|
1447 |
|
1448 |
-
#:
|
1449 |
#, php-format
|
1450 |
msgid "Comments (%s)"
|
1451 |
msgstr "Commentaires (%s)"
|
1452 |
|
1453 |
-
#:
|
1454 |
msgid "Provider:"
|
1455 |
-
msgstr "
|
1456 |
|
1457 |
-
#:
|
1458 |
msgid "Custom Provider"
|
1459 |
-
msgstr "
|
1460 |
|
1461 |
-
#:
|
1462 |
msgid "Provider Name:"
|
1463 |
-
msgstr "Nom du
|
1464 |
|
1465 |
-
#:
|
1466 |
msgid "Tracking number:"
|
1467 |
msgstr "Numéro de suivi:"
|
1468 |
|
1469 |
-
#:
|
1470 |
msgid "Tracking link:"
|
1471 |
msgstr "Lien de suivi:"
|
1472 |
|
1473 |
-
#:
|
1474 |
msgid "Date shipped:"
|
1475 |
msgstr "Date de l'expédition:"
|
1476 |
|
1477 |
-
#:
|
1478 |
msgid "Preview:"
|
1479 |
msgstr "Aperçu:"
|
1480 |
|
1481 |
-
#:
|
1482 |
msgid "Click here to track your shipment"
|
1483 |
msgstr "Cliquez ici pour votre numero de tracking"
|
1484 |
|
1485 |
-
#:
|
1486 |
msgid "Update tracking number"
|
1487 |
msgstr "Update numéro de tracking"
|
1488 |
|
1489 |
-
#:
|
1490 |
msgid "Mark as shipped"
|
1491 |
msgstr "Marquer comme envoyé"
|
1492 |
|
1493 |
-
#:
|
1494 |
#, php-format
|
1495 |
msgid "Quantity: %d"
|
1496 |
msgstr "Quantité: %d"
|
1497 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1498 |
#~ msgid "Product Vendor"
|
1499 |
#~ msgstr "Product Vendor"
|
1500 |
|
1501 |
-
#~ msgid "<b>Product Vendor is disabled</b>. Product Vendor requires WooCommerce v2.0.1."
|
1502 |
-
#~ msgstr "<b>Product Vendor est désactivé</b>. Product Vendor nécessite WooCommerce v2.0.1."
|
1503 |
-
|
1504 |
#~ msgid "Product Vendors"
|
1505 |
#~ msgstr "Vendeurs"
|
1506 |
|
@@ -1508,16 +2131,20 @@ msgstr "Quantité: %d"
|
|
1508 |
#~ msgstr "Commission due"
|
1509 |
|
1510 |
#~ msgid ""
|
1511 |
-
#~ "<b>Important:</b> Unless you're using the <a href=\"%s\">beta version of
|
1512 |
-
#~ "shipping costs will be given to the shop admin. Vendors
|
|
|
1513 |
#~ msgstr ""
|
1514 |
-
#~ "<b>Important:</b> Unless you're using the <a href=\"%s\">beta version of
|
1515 |
-
#~ "shipping costs will be given to the shop admin. Vendors
|
|
|
1516 |
|
1517 |
#~ msgid ""
|
1518 |
-
#~ "The plugin has been updated, but could not be reactivated. Please
|
|
|
1519 |
#~ msgstr ""
|
1520 |
-
#~ "The plugin has been updated, but could not be reactivated. Please
|
|
|
1521 |
|
1522 |
#~ msgid "Plugin reactivated successfully."
|
1523 |
#~ msgstr "Plugin réactivé avec succès."
|
@@ -1529,50 +2156,53 @@ msgstr "Quantité: %d"
|
|
1529 |
#~ msgstr "MGates.me Plugin Updater"
|
1530 |
|
1531 |
#~ msgid "Enter your license key to automatically receive updates."
|
1532 |
-
#~ msgstr "
|
|
|
|
|
1533 |
|
1534 |
#~ msgid "Check for updates <b>now</b>"
|
1535 |
#~ msgstr "Check for updates <b>now</b>"
|
1536 |
|
1537 |
#~ msgid ""
|
1538 |
-
#~ "<b style=\"color: #468847;\">Key deactivated.</b> License key for <i>%s</
|
1539 |
-
#~ "<b>deactivated</b>."
|
1540 |
#~ msgstr ""
|
1541 |
-
#~ "<b style=\"color: #468847;\">Key deactivated.</b> License key for <i>%s</
|
1542 |
-
#~ "<b>deactivated</b>."
|
1543 |
|
1544 |
#~ msgid ""
|
1545 |
-
#~ "<b style=\"color: #B94A48;\">Error.</b> License key for <i>%s</i> could
|
1546 |
-
#~ "deactivated."
|
1547 |
#~ msgstr ""
|
1548 |
-
#~ "<b style=\"color: #B94A48;\">Error.</b> License key for <i>%s</i> could
|
1549 |
-
#~ "deactivated."
|
1550 |
|
1551 |
#~ msgid ""
|
1552 |
-
#~ "<b style=\"color: #468847;\">Key activated.</b> License key for <i>%s</i>
|
1553 |
-
#~ "<b>activated</b>."
|
1554 |
#~ msgstr ""
|
1555 |
-
#~ "<b style=\"color: #468847;\">Key activated.</b> License key for <i>%s</i>
|
1556 |
-
#~ "<b>activated</b>."
|
1557 |
|
1558 |
#~ msgid ""
|
1559 |
-
#~ "<b style=\"color: #B94A48;\">Erreur.</b> La clé de licence pour <i>%s</i>
|
|
|
1560 |
#~ msgstr ""
|
1561 |
-
#~ "<b style=\"color: #B94A48;\">Erreur.</b> La clé de licence pour <i>%s</i>
|
|
|
1562 |
|
1563 |
#~ msgid "Enable MGates.me Plugin Updates."
|
1564 |
#~ msgstr "Authoriser les mises a jour des plugin MGates.me."
|
1565 |
|
1566 |
-
#~ msgid "
|
1567 |
-
#~
|
1568 |
-
#~ "<a href=\"%1$s\">Ajouter votre clé de licence</a> pour activer le plugin automatiquement "
|
1569 |
#~ "updates."
|
|
|
|
|
|
|
1570 |
|
1571 |
#~ msgid "Hide This Message"
|
1572 |
#~ msgstr "Masquer ce message"
|
1573 |
|
1574 |
#~ msgid "Your account has not yet been approved to become a vendor."
|
1575 |
#~ msgstr "Votre compte n'a pas encore été approuvé pour devenir Vendeur."
|
1576 |
-
|
1577 |
-
#~ msgid "Your account is not vendor capable."
|
1578 |
-
#~ msgstr "Votre compte n'a pas les authorisations vendeur."
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WC-Vendors\n"
|
8 |
"Report-Msgid-Bugs-To: Woocommerce <info@Woocommerce.com>\n"
|
9 |
+
"POT-Creation-Date: 2016-07-29 11:53+0200\n"
|
10 |
+
"PO-Revision-Date: 2016-07-29 17:22+0700\n"
|
11 |
+
"Last-Translator: Nicolas Bernier <nicolas.bernier@synagila.com>\n"
|
12 |
"Language-Team: TWF <info@themes-wordpress-francais.com>\n"
|
13 |
"Language: fr_FR\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"X-Generator: Poedit 1.8.8\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"X-Poedit-KeywordsList: __;_e\n"
|
20 |
"X-Poedit-Basepath: .\n"
|
21 |
"X-Poedit-SearchPath-0: ..\n"
|
22 |
|
23 |
+
#: ../class-wc-vendors.php:50
|
24 |
+
msgid ""
|
25 |
+
"WC Vendors requires WooCommerce to run. Please install WooCommerce and "
|
26 |
+
"activate before attempting to activate again."
|
27 |
+
msgstr ""
|
28 |
+
"WC vendeurs Pro nécessite WooCommerce. Merci d'installer WooCommerce et "
|
29 |
+
"activez-le avant de tenter d'activer à nouveau WC vendeurs Pro."
|
30 |
+
|
31 |
+
#: ../class-wc-vendors.php:99 ../classes/admin/class-admin-reports.php:41
|
32 |
+
#: ../classes/admin/class-admin-users.php:408
|
33 |
+
msgid "WC Vendors"
|
34 |
+
msgstr "WC Vendors"
|
35 |
+
|
36 |
+
#: ../class-wc-vendors.php:128
|
37 |
+
msgid ""
|
38 |
+
"<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce "
|
39 |
+
"v2.5.0."
|
40 |
+
msgstr ""
|
41 |
+
"<b>WC Vendors est désactivé</b>. WC Vendors nécessite au minimum WooCommerce "
|
42 |
+
"v2.5.0."
|
43 |
+
|
44 |
+
#: ../class-wc-vendors.php:289 ../classes/admin/settings/sf-options.php:192
|
45 |
+
msgid "Capabilities"
|
46 |
+
msgstr "Fonctionnalités"
|
47 |
+
|
48 |
+
#: ../class-wc-vendors.php:312 ../classes/admin/class-admin-page.php:254
|
49 |
+
#: ../classes/admin/class-admin-reports.php:175
|
50 |
+
#: ../classes/admin/class-admin-reports.php:458
|
51 |
+
#: ../classes/admin/class-product-meta.php:46
|
52 |
+
#: ../classes/admin/class-product-meta.php:187
|
53 |
+
#: ../classes/admin/class-product-meta.php:223 ../classes/class-install.php:91
|
54 |
+
msgid "Vendor"
|
55 |
+
msgstr "Vendeur"
|
56 |
+
|
57 |
+
#: ../class-wc-vendors.php:314 ../classes/admin/settings/sf-options.php:4
|
58 |
+
msgid "General"
|
59 |
+
msgstr "Général"
|
60 |
+
|
61 |
+
#: ../class-wc-vendors.php:352
|
62 |
+
msgid "Documentation/KB"
|
63 |
+
msgstr "Documentation/FAQ"
|
64 |
+
|
65 |
+
#: ../class-wc-vendors.php:353
|
66 |
+
msgid "Help Forums"
|
67 |
+
msgstr "Forums d’aide"
|
68 |
+
|
69 |
+
#: ../class-wc-vendors.php:354
|
70 |
+
msgid "Paid Support"
|
71 |
+
msgstr "Support payant"
|
72 |
+
|
73 |
+
#: ../class-wc-vendors.php:377
|
74 |
+
#, php-format
|
75 |
+
msgid ""
|
76 |
+
"WC Vendors requires the Vendor shop page value be set <a href=\"%s\">click "
|
77 |
+
"here to set it.</a> | <a href=\"%s\">Hide Notice</a>"
|
78 |
+
msgstr ""
|
79 |
+
"WC Vendors nécessite que la page boutique vendeur soit définie, <a href=\"%s"
|
80 |
+
"\">cliquez ici pour le faire</a>. | <a href=\"%s\">Masquer</a>"
|
81 |
+
|
82 |
+
#: ../class-wc-vendors.php:383
|
83 |
+
#, php-format
|
84 |
+
msgid ""
|
85 |
+
"You must save your permalinks once you have modified your vendor page. <a "
|
86 |
+
"href=\"%s\">click here to save</a>. | <a href=\"%s\">Hide Notice</a>"
|
87 |
+
msgstr ""
|
88 |
+
"Vous devez enregistrer vos permaliens une fois que vous avez modifié votre "
|
89 |
+
"page vendeur. <a href=\"%s\">Cliquez ici pour enregistrer</a> . | <a href="
|
90 |
+
"\"%s\">Masquer</a>"
|
91 |
+
|
92 |
+
#: ../classes/admin/class-admin-page.php:27
|
93 |
msgid "Vendors shipped"
|
94 |
msgstr "Envoyé par le vendeur"
|
95 |
|
96 |
+
#: ../classes/admin/class-admin-page.php:50
|
97 |
msgid "Vendors Shipped"
|
98 |
msgstr "Envoyé par le vendeur"
|
99 |
|
100 |
+
#: ../classes/admin/class-admin-page.php:72
|
101 |
+
#: ../classes/admin/class-admin-page.php:132
|
102 |
+
#: ../classes/admin/class-product-meta.php:151
|
103 |
+
#: ../classes/admin/class-product-meta.php:167
|
104 |
+
#: ../templates/dashboard/reports.php:19
|
105 |
msgid "Commission"
|
106 |
msgstr "Commission"
|
107 |
|
108 |
+
#: ../classes/admin/class-admin-page.php:252
|
109 |
+
#: ../classes/admin/class-admin-reports.php:174
|
110 |
+
#: ../templates/dashboard/reports.php:17
|
111 |
+
#: ../templates/emails/notify-vendor-shipped.php:22
|
112 |
+
#: ../templates/emails/vendor-new-order.php:22
|
113 |
msgid "Product"
|
114 |
msgstr "Produit"
|
115 |
|
116 |
+
#: ../classes/admin/class-admin-page.php:253
|
117 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:283
|
118 |
msgid "Order ID"
|
119 |
msgstr "Numero de commande"
|
120 |
|
121 |
+
#: ../classes/admin/class-admin-page.php:255
|
122 |
+
#: ../classes/admin/class-admin-reports.php:176
|
123 |
+
#: ../classes/admin/class-admin-reports.php:374
|
124 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:286
|
125 |
+
#: ../templates/dashboard/orders.php:35
|
|
|
|
|
|
|
|
|
126 |
msgid "Total"
|
127 |
msgstr "Total"
|
128 |
|
129 |
+
#: ../classes/admin/class-admin-page.php:256
|
130 |
+
#: ../classes/admin/class-admin-reports.php:178
|
131 |
+
#: ../classes/admin/class-admin-reports.php:461
|
132 |
msgid "Status"
|
133 |
msgstr "Statut"
|
134 |
|
135 |
+
#: ../classes/admin/class-admin-page.php:257
|
136 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:288
|
137 |
+
#: ../classes/front/orders/class-orders.php:195
|
138 |
+
#: ../templates/dashboard/orders.php:36
|
139 |
msgid "Date"
|
140 |
msgstr "Date"
|
141 |
|
142 |
+
#: ../classes/admin/class-admin-page.php:294
|
143 |
msgid "Mark paid"
|
144 |
msgstr "Indiquer Payer"
|
145 |
|
146 |
+
#: ../classes/admin/class-admin-page.php:295
|
147 |
msgid "Mark due"
|
148 |
msgstr "Indiquer A Payer"
|
149 |
|
150 |
+
#: ../classes/admin/class-admin-page.php:296
|
151 |
msgid "Mark reversed"
|
152 |
msgstr "Indiquer reverser"
|
153 |
|
154 |
+
#: ../classes/admin/class-admin-page.php:313
|
155 |
+
#: ../classes/admin/class-admin-page.php:317
|
156 |
msgid "Filter"
|
157 |
msgstr "Filtres"
|
158 |
|
159 |
+
#: ../classes/admin/class-admin-page.php:352
|
160 |
msgid "Show all dates"
|
161 |
msgstr "Montrer Toutes Les Dates"
|
162 |
|
163 |
+
#: ../classes/admin/class-admin-page.php:365
|
|
|
164 |
#, php-format
|
165 |
msgid "%1$s %2$d"
|
166 |
msgstr "%1$s %2$d"
|
167 |
|
168 |
+
#: ../classes/admin/class-admin-page.php:387
|
169 |
msgid "Show all Statuses"
|
170 |
msgstr "Montrer Toutes Les Dates"
|
171 |
|
172 |
+
#: ../classes/admin/class-admin-page.php:413
|
173 |
msgid "Commission marked paid."
|
174 |
msgstr "Commission payée"
|
175 |
|
176 |
+
#: ../classes/admin/class-admin-page.php:420
|
177 |
msgid "Commission marked due."
|
178 |
msgstr "Commission à payer"
|
179 |
|
180 |
+
#: ../classes/admin/class-admin-page.php:427
|
181 |
msgid "Commission marked reversed."
|
182 |
msgstr "Commission reversée"
|
183 |
|
184 |
+
#: ../classes/admin/class-admin-reports.php:44
|
|
|
|
|
|
|
|
|
185 |
msgid "Overview"
|
186 |
msgstr "Vue d'ensemble"
|
187 |
|
188 |
+
#: ../classes/admin/class-admin-reports.php:50
|
189 |
msgid "Commission by vendor"
|
190 |
msgstr "Commission par vendeur"
|
191 |
|
192 |
+
#: ../classes/admin/class-admin-reports.php:56
|
193 |
msgid "Commission by product"
|
194 |
msgstr "Commission par produit"
|
195 |
|
196 |
+
#: ../classes/admin/class-admin-reports.php:62
|
197 |
+
#: ../classes/admin/class-admin-reports.php:345
|
198 |
+
msgid "Commission Totals"
|
199 |
+
msgstr "Total commissions"
|
200 |
+
|
201 |
+
#: ../classes/admin/class-admin-reports.php:63
|
202 |
+
msgid ""
|
203 |
+
"Commission totals for all vendors includes shipping and taxes. By default no "
|
204 |
+
"date range is used and all due commissions are returned. Use the date range "
|
205 |
+
"to filter."
|
206 |
+
msgstr ""
|
207 |
+
"Les totaux de commission pour tous les vendeurs comprennent la livraison et "
|
208 |
+
"les taxes. Par défaut aucune plage de dates n’est utilisée et toute la "
|
209 |
+
"diligence des commissions sont retournées. Utiliser la plage de dates pour "
|
210 |
+
"filtrer."
|
211 |
+
|
212 |
+
#: ../classes/admin/class-admin-reports.php:121
|
213 |
+
#: ../classes/admin/class-admin-reports.php:437
|
214 |
+
#: ../templates/dashboard/date-picker.php:3
|
215 |
msgid "From:"
|
216 |
msgstr "De:"
|
217 |
|
218 |
+
#: ../classes/admin/class-admin-reports.php:123
|
219 |
+
#: ../classes/admin/class-admin-reports.php:439
|
220 |
+
#: ../templates/dashboard/date-picker.php:7
|
221 |
msgid "To:"
|
222 |
msgstr "A:"
|
223 |
|
224 |
+
#: ../classes/admin/class-admin-reports.php:125
|
225 |
+
#: ../classes/admin/class-admin-reports.php:283
|
226 |
+
#: ../classes/admin/class-admin-reports.php:448
|
227 |
+
#: ../templates/dashboard/date-picker.php:12
|
228 |
msgid "Show"
|
229 |
msgstr "Voir"
|
230 |
|
231 |
+
#: ../classes/admin/class-admin-reports.php:131
|
232 |
msgid "Total paid in range"
|
233 |
msgstr "Total des sommes versées"
|
234 |
|
235 |
+
#: ../classes/admin/class-admin-reports.php:134
|
236 |
+
#: ../classes/admin/class-admin-reports.php:141
|
237 |
+
#: ../classes/admin/class-admin-reports.php:148
|
238 |
msgid "n/a"
|
239 |
msgstr "s/o"
|
240 |
|
241 |
+
#: ../classes/admin/class-admin-reports.php:138
|
242 |
msgid "Total due in range"
|
243 |
msgstr "Total des sommes dues"
|
244 |
|
245 |
+
#: ../classes/admin/class-admin-reports.php:145
|
246 |
msgid "Total reversed in range"
|
247 |
msgstr "Total des sommes reversées"
|
248 |
|
249 |
+
#: ../classes/admin/class-admin-reports.php:155
|
250 |
msgid "Recent Commission"
|
251 |
msgstr "Commission Recentes"
|
252 |
|
253 |
+
#: ../classes/admin/class-admin-reports.php:173
|
254 |
+
#: ../classes/front/orders/class-orders.php:187
|
255 |
+
#: ../templates/dashboard/orders.php:33
|
256 |
msgid "Order"
|
257 |
msgstr "Commande"
|
258 |
|
259 |
+
#: ../classes/admin/class-admin-reports.php:177
|
260 |
msgid "Date & Time"
|
261 |
msgstr "Date & Heure"
|
262 |
|
263 |
+
#: ../classes/admin/class-admin-reports.php:186
|
264 |
msgid "N/A"
|
265 |
msgstr "N/A"
|
266 |
|
267 |
+
#: ../classes/admin/class-admin-reports.php:191
|
268 |
msgid "D j M Y \\a\\t h:ia"
|
269 |
msgstr "D j M Y \\à h:ia"
|
270 |
|
271 |
+
#: ../classes/admin/class-admin-reports.php:200
|
272 |
msgid "No commission yet"
|
273 |
msgstr "Pas encore de commission"
|
274 |
|
275 |
+
#: ../classes/admin/class-admin-reports.php:234
|
276 |
msgid "Show:"
|
277 |
msgstr "Montrer:"
|
278 |
|
279 |
+
#: ../classes/admin/class-admin-reports.php:243
|
280 |
msgid "Search for a product…"
|
281 |
msgstr "Recherche d'un produit…"
|
282 |
|
283 |
+
#: ../classes/admin/class-admin-reports.php:246
|
284 |
msgid "Type in a product name to start searching..."
|
285 |
msgstr "Ecrivez le nom du produit pour lancer la recherche ..."
|
286 |
|
287 |
+
#: ../classes/admin/class-admin-reports.php:278
|
288 |
msgid "Select a vendor…"
|
289 |
msgstr "Choisir un Vendeur…"
|
290 |
|
291 |
+
#: ../classes/admin/class-admin-reports.php:344
|
292 |
msgid "Month"
|
293 |
msgstr "Mois"
|
294 |
|
295 |
+
#: ../classes/admin/class-admin-reports.php:346
|
296 |
msgid "Tax"
|
297 |
msgstr "Taxes"
|
298 |
|
299 |
+
#: ../classes/admin/class-admin-reports.php:347
|
300 |
+
#: ../classes/admin/settings/sf-options.php:52
|
301 |
+
#: ../classes/admin/settings/sf-options.php:136
|
302 |
+
#: ../templates/dashboard/orders.php:34 ../templates/orders/orders.php:115
|
303 |
msgid "Shipping"
|
304 |
msgstr "Livraison"
|
305 |
|
306 |
+
#: ../classes/admin/class-admin-reports.php:348
|
307 |
+
#: ../classes/admin/class-admin-reports.php:445
|
308 |
msgid "Reversed"
|
309 |
msgstr "Reverser"
|
310 |
|
311 |
+
#: ../classes/admin/class-admin-reports.php:349
|
312 |
+
#: ../classes/admin/class-admin-reports.php:444
|
313 |
msgid "Paid"
|
314 |
msgstr "Payer"
|
315 |
|
316 |
+
#: ../classes/admin/class-admin-reports.php:350
|
317 |
+
#: ../classes/admin/class-admin-reports.php:443
|
318 |
+
msgid "Due"
|
319 |
+
msgstr "Due"
|
320 |
+
|
321 |
+
#: ../classes/admin/class-admin-reports.php:459
|
322 |
+
msgid "Tax Total"
|
323 |
+
msgstr "Total taxes"
|
324 |
+
|
325 |
+
#: ../classes/admin/class-admin-reports.php:460
|
326 |
+
msgid "Shipping Total"
|
327 |
+
msgstr "Total livraison"
|
328 |
+
|
329 |
+
#: ../classes/admin/class-admin-reports.php:462
|
330 |
+
msgid "Commission Total"
|
331 |
+
msgstr "Total commission"
|
332 |
+
|
333 |
+
#: ../classes/admin/class-admin-reports.php:484
|
334 |
+
msgid "No commissions found."
|
335 |
+
msgstr "Aucune commission trouvée."
|
336 |
+
|
337 |
+
#: ../classes/admin/class-admin-users.php:418
|
338 |
msgid "Enable HTML for the shop description"
|
339 |
msgstr "Activer le HTML pour la description de la boutique."
|
340 |
|
341 |
+
#: ../classes/admin/class-admin-users.php:424
|
342 |
msgid "Shop name"
|
343 |
msgstr "Nom de la boutique"
|
344 |
|
345 |
+
#: ../classes/admin/class-admin-users.php:431
|
346 |
msgid "PayPal E-mail"
|
347 |
msgstr "E-Mail Paypal"
|
348 |
|
349 |
+
#: ../classes/admin/class-admin-users.php:432
|
350 |
msgid "required"
|
351 |
msgstr "required"
|
352 |
|
353 |
+
#: ../classes/admin/class-admin-users.php:439
|
354 |
msgid "Commission rate"
|
355 |
msgstr "Taux de la commission"
|
356 |
|
357 |
+
#: ../classes/admin/class-admin-users.php:440
|
358 |
+
#: ../classes/admin/class-product-meta.php:174
|
359 |
msgid "Leave blank for default"
|
360 |
msgstr "Laisser blanc par défaut"
|
361 |
|
362 |
+
#: ../classes/admin/class-admin-users.php:446
|
363 |
+
msgid "Give Tax"
|
364 |
+
msgstr "Offrir taxes"
|
365 |
+
|
366 |
+
#: ../classes/admin/class-admin-users.php:451
|
367 |
+
msgid "Tax override for vendor"
|
368 |
+
msgstr "Redéfinir taxe pour vendeur"
|
369 |
+
|
370 |
+
#: ../classes/admin/class-admin-users.php:457
|
371 |
+
msgid "Give Shipping"
|
372 |
+
msgstr "Offrir livraison"
|
373 |
+
|
374 |
+
#: ../classes/admin/class-admin-users.php:462
|
375 |
+
msgid "Shipping override for vendor"
|
376 |
+
msgstr "Redéfinir livraison pour vendeur"
|
377 |
+
|
378 |
+
#: ../classes/admin/class-admin-users.php:468
|
379 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:30
|
380 |
+
#: ../templates/dashboard/settings/seller-info.php:3
|
381 |
msgid "Seller info"
|
382 |
msgstr "Information du vendeur"
|
383 |
|
384 |
+
#: ../classes/admin/class-admin-users.php:473
|
385 |
msgid "Shop description"
|
386 |
msgstr "Description de la boutique"
|
387 |
|
388 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:20
|
389 |
+
#: ../classes/class-install.php:192
|
390 |
+
msgid "Shop Settings"
|
391 |
+
msgstr "Paramètres de votre boutique"
|
392 |
+
|
393 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:21
|
394 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:146
|
395 |
+
#: ../classes/admin/settings/sf-options.php:196
|
396 |
+
#: ../classes/class-install.php:191 ../templates/dashboard/orders.php:24
|
397 |
+
msgid "Orders"
|
398 |
+
msgstr "Commandes"
|
399 |
+
|
400 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:58
|
401 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:112
|
402 |
+
msgid "Your PayPal address is not a valid email address."
|
403 |
+
msgstr "Votre E-mail PayPal n'est pas valide."
|
404 |
+
|
405 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:67
|
406 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:121
|
407 |
+
msgid "That shop name is already taken. Your shop name must be unique."
|
408 |
+
msgstr ""
|
409 |
+
"Ce nom de la boutique est déjà pris. Votre nom de la boutique doit être "
|
410 |
+
"unique."
|
411 |
+
|
412 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:87
|
413 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:368
|
414 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:139
|
415 |
+
msgid "Settings saved."
|
416 |
+
msgstr "Paramètres sauvegardés"
|
417 |
+
|
418 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:284
|
419 |
+
msgid "Customer"
|
420 |
+
msgstr "Client"
|
421 |
+
|
422 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:285
|
423 |
+
#: ../classes/admin/settings/sf-options.php:127
|
424 |
+
#: ../classes/admin/settings/sf-options.php:254
|
425 |
+
msgid "Products"
|
426 |
+
msgstr "Produits"
|
427 |
+
|
428 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:289
|
429 |
+
#: ../templates/dashboard/orders.php:92
|
430 |
+
msgid "Shipped"
|
431 |
+
msgstr "Expédié"
|
432 |
+
|
433 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:324
|
434 |
+
#: ../templates/dashboard/orders.php:85
|
435 |
+
msgid "Mark shipped"
|
436 |
+
msgstr "Marquer comme envoyé"
|
437 |
+
|
438 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:349
|
439 |
+
msgid "Orders marked shipped."
|
440 |
+
msgstr "Commandes marquées comme livrées."
|
441 |
+
|
442 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:385
|
443 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:40
|
444 |
+
msgid "You are not allowed to modify this order."
|
445 |
+
msgstr "Vous n’avez pas la permission de modifier cette commande."
|
446 |
+
|
447 |
+
#: ../classes/admin/class-vendor-applicants.php:26
|
448 |
msgid "Approve"
|
449 |
msgstr "Accepter"
|
450 |
|
451 |
+
#: ../classes/admin/class-vendor-applicants.php:27
|
452 |
msgid "Deny"
|
453 |
msgstr "Refuser"
|
454 |
|
455 |
+
#: ../classes/admin/class-vendor-applicants.php:73
|
456 |
msgid "Vendor has been <b>denied</b>."
|
457 |
msgstr "Le vendeur a été <b>refusé</b>."
|
458 |
|
459 |
+
#: ../classes/admin/class-vendor-applicants.php:84
|
460 |
msgid "Vendor has been <b>approved</b>."
|
461 |
msgstr "Le vendeur a été <b>accepté</b>."
|
462 |
|
463 |
+
#: ../classes/admin/class-vendor-applicants.php:98
|
464 |
msgid "Pending Vendors"
|
465 |
msgstr "Vendeur en attente"
|
466 |
|
467 |
+
#: ../classes/admin/emails/class-emails.php:59
|
468 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:70
|
469 |
msgid "pending"
|
470 |
msgstr "en attente"
|
471 |
|
472 |
+
#: ../classes/admin/emails/class-emails.php:61
|
473 |
msgid "approved"
|
474 |
msgstr "approuvé"
|
475 |
|
476 |
+
#: ../classes/admin/emails/class-emails.php:63
|
477 |
msgid "denied"
|
478 |
msgstr "refusé"
|
479 |
|
480 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:28
|
|
|
|
|
|
|
|
|
|
|
481 |
msgid "Vendor Application"
|
482 |
msgstr "Demande de vendeur"
|
483 |
|
484 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:29
|
485 |
msgid "Vendor application will either be approved, denied, or pending."
|
486 |
msgstr "La demande du vendeur sera soit approuvée, refusée, ou en attente."
|
487 |
|
488 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:31
|
489 |
msgid "Application {status}"
|
490 |
msgstr "Demande {status}"
|
491 |
|
492 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:32
|
493 |
msgid "[{blogname}] Your vendor application has been {status}"
|
494 |
msgstr "[{blogname}] Votre demande pour etre vendeur a été {status}"
|
495 |
|
496 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:123
|
497 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:134
|
498 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:163
|
499 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:256
|
500 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:62
|
501 |
msgid "Enable/Disable"
|
502 |
msgstr "Activer / Désactiver"
|
503 |
|
504 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:125
|
505 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:136
|
506 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:165
|
507 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:258
|
508 |
msgid "Enable this email notification"
|
509 |
msgstr "Activer cette notification "
|
510 |
|
511 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:129
|
512 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:140
|
513 |
msgid "Recipient(s)"
|
514 |
msgstr "Destinataire(s)"
|
515 |
|
516 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:131
|
517 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:142
|
518 |
#, php-format
|
519 |
+
msgid ""
|
520 |
+
"Enter recipients (comma separated) for this email. Defaults to <code>%s</"
|
|
|
521 |
"code>."
|
522 |
+
msgstr ""
|
523 |
+
"Entrez les destinataires (séparés par une virgule) pour cet email. Par "
|
524 |
+
"défaut <code>%s</code>."
|
525 |
|
526 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:136
|
527 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:147
|
528 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:169
|
529 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:262
|
530 |
msgid "Subject"
|
531 |
msgstr "Sujet"
|
532 |
|
533 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:138
|
534 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:149
|
535 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:171
|
536 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:264
|
537 |
#, php-format
|
538 |
msgid ""
|
539 |
+
"This controls the email subject line. Leave blank to use the default "
|
540 |
+
"subject: <code>%s</code>."
|
541 |
+
msgstr ""
|
542 |
+
"Control du sujet. Laissez vide pour utiliser l'objet par défaut: <code>%s</"
|
543 |
"code>."
|
|
|
544 |
|
545 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:143
|
546 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:154
|
547 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:176
|
548 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:269
|
549 |
msgid "Email Heading"
|
550 |
msgstr "Entête de l'email"
|
551 |
|
552 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:145
|
553 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:156
|
554 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:178
|
555 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:271
|
556 |
#, php-format
|
557 |
msgid ""
|
558 |
+
"This controls the main heading contained within the email notification. "
|
559 |
+
"Leave blank to use the default heading: <code>%s</code>."
|
560 |
+
msgstr ""
|
561 |
+
"Control du entête. Laissez vide pour utiliser l'entête par défaut: <code>"
|
562 |
+
"%s</code>."
|
563 |
+
|
564 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:150
|
565 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:161
|
566 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:183
|
567 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:282
|
568 |
msgid "Email type"
|
569 |
msgstr "Email type"
|
570 |
|
571 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:152
|
572 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:163
|
573 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:185
|
574 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:284
|
575 |
msgid "Choose which format of email to send."
|
576 |
msgstr "Choisir le format d'email"
|
577 |
|
578 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:156
|
579 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:167
|
580 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:189
|
581 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:288
|
582 |
msgid "Plain text"
|
583 |
msgstr "Texte"
|
584 |
|
585 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:157
|
586 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:168
|
587 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:190
|
588 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:289
|
589 |
msgid "HTML"
|
590 |
msgstr "HTML"
|
591 |
|
592 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:158
|
593 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:169
|
594 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:191
|
595 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:290
|
596 |
msgid "Multipart"
|
597 |
msgstr "Multipart"
|
598 |
|
599 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:28
|
600 |
msgid "New Vendor Product"
|
601 |
msgstr "Nouveau Produit"
|
602 |
|
603 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:29
|
604 |
msgid "New order emails are sent when a new product is submitted by a vendor"
|
605 |
msgstr ""
|
606 |
+
"E-mails de nouvelles commandes envoyées quand un nouveau produit est "
|
607 |
+
"présentée par un vendeur"
|
608 |
|
609 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:31
|
610 |
msgid "New product submitted: {product_name}"
|
611 |
msgstr "Nouveau produit soumis: {product_name}"
|
612 |
|
613 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:32
|
614 |
msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
|
615 |
msgstr "[{blogname}] Nouveau produit soumis par {vendor_name} - {product_name}"
|
616 |
|
617 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:28
|
618 |
msgid "Vendor has shipped"
|
619 |
msgstr "Le vendeur à expédié"
|
620 |
|
621 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:29
|
622 |
+
msgid ""
|
623 |
+
"An email is sent when a vendor has marked one of their orders as shipped."
|
624 |
+
msgstr ""
|
625 |
+
"Un email sera envoyé quand un vendeur aura marqué une de commande comme "
|
626 |
+
"envoyée."
|
627 |
|
628 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:31
|
629 |
msgid "Your order has been shipped"
|
630 |
msgstr "Votre commande a été expédiée"
|
631 |
|
632 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:32
|
633 |
+
msgid ""
|
634 |
+
"[{blogname}] Your order has been shipped ({order_number}) - {order_date}"
|
635 |
+
msgstr ""
|
636 |
+
"[{blogname}] Votre commande ({order_number} du {order_date}) a été expediée."
|
637 |
|
638 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:112
|
639 |
msgid "Subtotal:"
|
640 |
msgstr "Sous-total:"
|
641 |
|
642 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:27
|
643 |
msgid "Notify vendors"
|
644 |
msgstr "Notifier les vendeurs"
|
645 |
|
646 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:28
|
647 |
msgid "New order emails are sent when an order is received/paid by a customer."
|
648 |
+
msgstr ""
|
649 |
+
"E-mails de nouvelles commandes envoyées quand un ordre est reçu / payé par "
|
650 |
+
"un client."
|
651 |
|
652 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:30
|
653 |
msgid "New customer order"
|
654 |
msgstr "Nouvelle Commande"
|
655 |
|
656 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:31
|
657 |
msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
|
658 |
msgstr "[{blogname}] Nouvelle Commande {order_number}) - {order_date}"
|
659 |
|
660 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:105
|
661 |
msgid "Commission Subtotal:"
|
662 |
msgstr "Sous-Total Commission :"
|
663 |
|
664 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:111
|
665 |
+
msgid "Tax Subtotal:"
|
666 |
+
msgstr "Total taxes :"
|
667 |
+
|
668 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:119
|
669 |
msgid "Shipping Subtotal:"
|
670 |
msgstr "Sous-total livraison:"
|
671 |
|
672 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:276
|
673 |
+
msgid "Product Totals"
|
674 |
+
msgstr "Total des produits"
|
675 |
+
|
676 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:278
|
677 |
+
msgid ""
|
678 |
+
"Show the commission due/paid as the product totals instead of the product "
|
679 |
+
"prices."
|
680 |
+
msgstr ""
|
681 |
+
"Afficher la commission due/payée comme total produits à la place du prix des "
|
682 |
+
"produits."
|
683 |
+
|
684 |
+
#: ../classes/admin/settings/classes/sf-class-format-options.php:211
|
685 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:789
|
686 |
msgid "Select a page..."
|
687 |
msgstr "Choisir une page..."
|
688 |
|
689 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:153
|
690 |
+
#: ../templates/dashboard/settings/settings.php:1
|
691 |
msgid "Settings"
|
692 |
msgstr "Paramètres"
|
693 |
|
694 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:302
|
695 |
msgid "Could not load settings at: "
|
696 |
msgstr "Impossible de charger les paramètres à l'adresse:"
|
697 |
|
698 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:302
|
699 |
msgid "Error - WP Settings Framework"
|
700 |
msgstr "Erreur"
|
701 |
|
702 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:484
|
|
|
|
|
|
|
|
|
|
|
703 |
#, php-format
|
704 |
msgid "Save %s changes"
|
705 |
msgstr "Enregistrer les %s changements"
|
706 |
|
707 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:497
|
708 |
+
msgid ""
|
709 |
+
"Please help with a <a href=\"https://wordpress.org/support/view/plugin-"
|
710 |
+
"reviews/wc-vendors?rate=5#postform\" target=\"top\">High Five!</a> | <a href="
|
711 |
+
"\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
712 |
+
"Vendors Pro</a> | <a href=\"https://www.wcvendors.com/product/stripe-"
|
713 |
+
"commissions-gateway/\" target=\"top\">Stripe Commissions & Gateway</a> | <a "
|
714 |
+
"href=\"https://www.wcvendors.com/kb/\" target=\"top\">KnowledgeBase</a> | <a "
|
715 |
+
"href=\"https://www.wcvendors.com/help/\" target=\"top\">Help Forums</a>"
|
716 |
+
msgstr ""
|
717 |
+
"Aidez-nous avec <a href=\"https://wordpress.org/support/view/plugin-reviews/"
|
718 |
+
"wc-vendors?rate=5#postform\" target=\"top\">Cinq Étoiles</a> ! | <a href="
|
719 |
+
"\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
720 |
+
"Vendors Pro</a> | <a href=\"https://www.wcvendors.com/product/stripe-"
|
721 |
+
"commissions-gateway/\" target=\"top\">Stripe Commissions & Gateway</a> | <a "
|
722 |
+
"href=\"https://www.wcvendors.com/kb/\" target=\"top\">KnowledgeBase</a> | <a "
|
723 |
+
"href=\"https://www.wcvendors.com/help/\" target=\"top\">Forums d’aide</a>"
|
724 |
+
|
725 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:782
|
726 |
+
msgid "Edit Page"
|
727 |
+
msgstr "Modifier page"
|
728 |
+
|
729 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:783
|
730 |
+
msgid "View Page"
|
731 |
+
msgstr "Voir page"
|
732 |
+
|
733 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:846
|
734 |
+
#, php-format
|
735 |
+
msgid "Update %s"
|
736 |
+
msgstr "Mettre à jour %s"
|
737 |
+
|
738 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:846
|
739 |
+
#, php-format
|
740 |
+
msgid "Add %s"
|
741 |
+
msgstr "Ajouter %s"
|
742 |
|
743 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:846
|
744 |
+
#, php-format
|
745 |
+
msgid "Upload an image for the %s"
|
746 |
+
msgstr "Envoyer une image pour %s"
|
747 |
+
|
748 |
+
#: ../classes/admin/settings/sf-options.php:5
|
749 |
msgid "General options"
|
750 |
msgstr "Options Générales"
|
751 |
|
752 |
+
#: ../classes/admin/settings/sf-options.php:8
|
|
|
|
|
|
|
|
|
|
|
753 |
msgid "Default commission (%)"
|
754 |
msgstr "Commission par défaut(%)"
|
755 |
|
756 |
+
#: ../classes/admin/settings/sf-options.php:9
|
757 |
msgid ""
|
758 |
+
"The default rate you pay each vendor for a product sale. <br>You can also "
|
759 |
+
"give vendors their own individual commission rates by editing the vendors "
|
760 |
+
"user account.<br>Also, you can edit an individual products commission to "
|
761 |
+
"override both of these settings on a per product basis."
|
762 |
+
msgstr ""
|
763 |
+
"Le taux de défaut que vous payez chaque vendeur pour une vente de produits. "
|
764 |
+
"<br> Vous pouvez également donner aux vendeurs leurs propres taux de "
|
765 |
+
"commission individuels en modifiant le compte des vendeurs de l'utilisateur. "
|
766 |
+
"<br> En outre, vous pouvez modifier une commission des produits individuels "
|
767 |
+
"pour remplacer ces deux paramètres sur une base par produit."
|
768 |
+
|
769 |
+
#: ../classes/admin/settings/sf-options.php:20
|
770 |
+
#: ../classes/admin/settings/sf-options.php:27
|
771 |
+
msgid "Allow users or guests to apply to become a vendor"
|
772 |
msgstr ""
|
773 |
+
"Autoriser les utilisateurs ou les invités à s'inscrire pour devenir un "
|
774 |
+
"vendeur"
|
775 |
|
776 |
+
#: ../classes/admin/settings/sf-options.php:22
|
777 |
+
msgid ""
|
778 |
+
"Allow users or guests to apply to become a vendor. <br><br><strong>WARNING:"
|
779 |
+
"</strong> You MUST \"<strong>Enable registration on the \"My Account\" "
|
780 |
+
"page</strong>\" in your <strong>WooCommerce > Settings > Accounts</strong> "
|
781 |
+
"page for this option to work. Currently, you have registration disabled."
|
782 |
+
msgstr ""
|
783 |
+
"Autoriser des invités ou clients de postuler pour devenir un vendeur."
|
784 |
+
"<br><br><strong>Avertissement :</strong> Vous devez «<strong>activer "
|
785 |
+
"l’enregistrement dans la page « mon compte »</strong>» dans votre page "
|
786 |
+
"<strong>WooCommerce > paramètres > comptes</strong> pour que cette option "
|
787 |
+
"fonctionne. Actuellement, vous avez l'enregistrement désactivé."
|
788 |
+
|
789 |
+
#: ../classes/admin/settings/sf-options.php:26
|
790 |
msgid "Registration"
|
791 |
msgstr "Inscription"
|
792 |
|
793 |
+
#: ../classes/admin/settings/sf-options.php:28
|
|
|
|
|
|
|
|
|
794 |
msgid ""
|
795 |
+
"This will show a checkbox on the My Account page's registration form asking "
|
796 |
+
"if the user would like to apply to be a vendor. Also, on the Vendor "
|
797 |
+
"Dashboard, users can still apply to become a vendor even if this is disabled."
|
798 |
msgstr ""
|
799 |
+
"Cela montrera une case à cocher sur le formulaire d'inscription de la page "
|
800 |
+
"Mon compte demandant si l'utilisateur souhaite demander à être un vendeur. "
|
801 |
+
"En outre, sur le tableau de bord du vendeur, les utilisateurs peuvent "
|
802 |
+
"toujours demander à devenir un vendeur, même si cette option est désactivée."
|
803 |
|
804 |
+
#: ../classes/admin/settings/sf-options.php:35
|
805 |
msgid "Approve vendor applications manually"
|
806 |
msgstr "Approuver les demandes des vendeurs manuellement"
|
807 |
|
808 |
+
#: ../classes/admin/settings/sf-options.php:36
|
809 |
msgid ""
|
810 |
+
"With this unchecked, all vendor applications are automatically accepted. "
|
811 |
+
"Otherwise, you must approve each manually."
|
812 |
msgstr ""
|
813 |
+
"Avec cette cochée, toutes les actions de vendeurs sont automatiquement "
|
814 |
+
"acceptés. Sinon, vous devez approuver chacune manuellement."
|
815 |
|
816 |
+
#: ../classes/admin/settings/sf-options.php:43
|
817 |
+
#: ../classes/admin/settings/sf-options.php:175
|
818 |
msgid "Taxes"
|
819 |
msgstr "Taxes"
|
820 |
|
821 |
+
#: ../classes/admin/settings/sf-options.php:44
|
822 |
msgid "Give vendors any tax collected per-product"
|
823 |
msgstr "Donnez au vendeur toutes taxes perçues par produit"
|
824 |
|
825 |
+
#: ../classes/admin/settings/sf-options.php:45
|
826 |
+
msgid "The tax collected on a vendor's product will be given in its entirety"
|
827 |
+
msgstr ""
|
828 |
+
"La taxe perçue sur le produit d'un vendeur sera donné dans son intégralité"
|
829 |
+
|
830 |
+
#: ../classes/admin/settings/sf-options.php:53
|
831 |
+
msgid "Give vendors any shipping collected per-product"
|
832 |
+
msgstr "Donnez aux vendeurs toute expédition recueillie par produit"
|
833 |
+
|
834 |
+
#: ../classes/admin/settings/sf-options.php:54
|
835 |
+
msgid ""
|
836 |
+
"WC Vendors Free - Give vendors shipping if using Per Product Shipping "
|
837 |
+
"gateway. WC Vendors Pro - Give vendors shipping when using Vendor "
|
838 |
+
"Shipping. No other shipping module is compatible with this option."
|
839 |
+
msgstr ""
|
840 |
+
"WC Vendors Free - Offrir aux vendeurs l’expédition en cas d'utilisation du "
|
841 |
+
"mode d’expédition par produit. WC Vendors Pro - Offrir aux vendeurs "
|
842 |
+
"l’expédition en cas d'utilisation du mode d’expédition par le vendeur. Aucun "
|
843 |
+
"autre module d'expédition est compatible avec cette option."
|
844 |
|
845 |
+
#: ../classes/admin/settings/sf-options.php:60
|
846 |
msgid "Shop options"
|
847 |
msgstr "Options de la boutique"
|
848 |
|
849 |
+
#: ../classes/admin/settings/sf-options.php:63
|
850 |
msgid "Shop HTML"
|
851 |
msgstr "Boutique HTML"
|
852 |
|
853 |
+
#: ../classes/admin/settings/sf-options.php:64
|
854 |
+
msgid ""
|
855 |
+
"Enable HTML for a vendor's shop description by default. You can enable or "
|
856 |
+
"disable this per vendor by editing the vendors user account."
|
857 |
+
msgstr ""
|
858 |
+
"Activer HTML par défaut pour la description du magasin du vendeur. Vous "
|
859 |
+
"pouvez activer ou désactiver ceci par vendeur en modifiant le compte vendeur "
|
860 |
+
"de l'utilisateur."
|
861 |
|
862 |
+
#: ../classes/admin/settings/sf-options.php:71
|
863 |
+
msgid "Vendor Shop Page"
|
864 |
+
msgstr "Page boutique vendeur"
|
865 |
|
866 |
+
#: ../classes/admin/settings/sf-options.php:72
|
867 |
+
msgid ""
|
868 |
+
"Enter one word for the URI. If you enter \"<strong>vendors</strong>\" your "
|
869 |
+
"vendors store will be <code>yourdomain.com/vendors/store-name/</code>"
|
870 |
+
msgstr ""
|
871 |
+
"Entrez un mot pour l'URI. Si vous entrez <strong>\"vendeurs\"</strong> votre "
|
872 |
+
"magasin vendeur sera <code>votredomaine.com/vendeurs/nom-magasin/</code>"
|
873 |
|
874 |
+
#: ../classes/admin/settings/sf-options.php:79
|
875 |
msgid "Shop Headers"
|
876 |
msgstr "Entêtes des boutiques"
|
877 |
|
878 |
+
#: ../classes/admin/settings/sf-options.php:80
|
879 |
msgid "Enable vendor shop headers"
|
880 |
msgstr "Activer les entêtes vendeurs"
|
881 |
|
882 |
+
#: ../classes/admin/settings/sf-options.php:81
|
883 |
+
msgid ""
|
884 |
+
"This will override the HTML Shop description output on product-archive "
|
885 |
+
"pages. In order to customize the shop headers visit wcvendors.com and read "
|
886 |
+
"the article in the Knowledgebase titled Changing the Vendor Templates."
|
887 |
msgstr ""
|
888 |
+
"Cela remplacer l'afficahge du HTML dans la description de la boutique sur "
|
889 |
+
"les pages d'archives produits. Afin de personnaliser les en-êtes de la "
|
890 |
+
"boutique, visitez wcvendors.com et lisez l’article correspondant dans la "
|
891 |
+
"base de connaissances intitulé \"changer les modèles du vendeur\"."
|
892 |
|
893 |
+
#: ../classes/admin/settings/sf-options.php:88
|
894 |
+
msgid "Vendor Display Name"
|
895 |
+
msgstr "Nom d’affichage du marchand"
|
896 |
+
|
897 |
+
#: ../classes/admin/settings/sf-options.php:89
|
898 |
+
msgid ""
|
899 |
+
"Select what will be displayed for the sold by text throughout the store."
|
900 |
+
msgstr ""
|
901 |
+
"Sélectionnez ce qui sera affiché comme texte \"vendu par\" dans tout le "
|
902 |
+
"magasin."
|
903 |
+
|
904 |
+
#: ../classes/admin/settings/sf-options.php:93
|
905 |
+
msgid "Display Name"
|
906 |
+
msgstr "Nom affiché"
|
907 |
+
|
908 |
+
#: ../classes/admin/settings/sf-options.php:94
|
909 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:22
|
910 |
+
#: ../templates/dashboard/settings/shop-name.php:2
|
911 |
+
msgid "Shop Name"
|
912 |
+
msgstr "Nom de votre boutique"
|
913 |
+
|
914 |
+
#: ../classes/admin/settings/sf-options.php:95
|
915 |
+
msgid "User Login"
|
916 |
+
msgstr "Nom d'utilisateur"
|
917 |
+
|
918 |
+
#: ../classes/admin/settings/sf-options.php:96
|
919 |
+
msgid "User Email"
|
920 |
+
msgstr "Email utilisateur"
|
921 |
+
|
922 |
+
#: ../classes/admin/settings/sf-options.php:103
|
923 |
+
#: ../classes/admin/settings/sf-options.php:116
|
924 |
+
msgid "Sold By"
|
925 |
+
msgstr "Vendu par"
|
926 |
+
|
927 |
+
#: ../classes/admin/settings/sf-options.php:104
|
928 |
+
msgid "Enable sold by labels"
|
929 |
+
msgstr "Activer étiquette \"vendu par\""
|
930 |
+
|
931 |
+
#: ../classes/admin/settings/sf-options.php:105
|
932 |
+
msgid "This will enable or disable the sold by labels."
|
933 |
+
msgstr "Cela active ou désactive l'étiquette \"vendu par\""
|
934 |
+
|
935 |
+
#: ../classes/admin/settings/sf-options.php:112
|
936 |
+
msgid "Sold By Label"
|
937 |
+
msgstr "Étiquette \"vendu par\""
|
938 |
+
|
939 |
+
#: ../classes/admin/settings/sf-options.php:113
|
940 |
+
msgid "The sold by label used on the site and emails."
|
941 |
+
msgstr "L'étiquette \"vendu par\" est utilisée sur le site et dans les e-mails"
|
942 |
+
|
943 |
+
#: ../classes/admin/settings/sf-options.php:120
|
944 |
+
msgid "Seller Info Label"
|
945 |
+
msgstr "Étiquette Informations vendeur"
|
946 |
|
947 |
+
#: ../classes/admin/settings/sf-options.php:121
|
948 |
+
msgid "The seller info tab title on the single product page."
|
949 |
+
msgstr "Titre de l'onglet Informations vendeur sur la page produit."
|
950 |
+
|
951 |
+
#: ../classes/admin/settings/sf-options.php:124
|
952 |
+
msgid "Seller Info"
|
953 |
+
msgstr "Informations vendeur"
|
954 |
+
|
955 |
+
#: ../classes/admin/settings/sf-options.php:128
|
956 |
msgid "Product Add Page"
|
957 |
msgstr "Page pour ajouter un produit"
|
958 |
|
959 |
+
#: ../classes/admin/settings/sf-options.php:128
|
960 |
msgid "Configure what to hide from all vendors when adding a product"
|
961 |
msgstr ""
|
962 |
+
"Configurez ce que vous voulez cacher pour tous les vendeurs lors de l'ajout "
|
963 |
+
"d'un produit"
|
964 |
|
965 |
+
#: ../classes/admin/settings/sf-options.php:131
|
966 |
msgid "Left side panel"
|
967 |
msgstr "Panneau latéral gauche"
|
968 |
|
969 |
+
#: ../classes/admin/settings/sf-options.php:132
|
970 |
+
msgid ""
|
971 |
+
"CHECKING these boxes will **HIDE** these areas of the add product page for "
|
972 |
+
"vendors"
|
973 |
+
msgstr ""
|
974 |
+
"COCHER ces cases va ** CACHER ** ces zones de la page d'ajout de produit "
|
975 |
+
"pour les vendeurs"
|
976 |
+
|
977 |
+
#: ../classes/admin/settings/sf-options.php:135
|
978 |
+
msgid "Inventory"
|
979 |
+
msgstr "Inventaire"
|
980 |
|
981 |
+
#: ../classes/admin/settings/sf-options.php:137
|
982 |
+
msgid "Linked Products"
|
983 |
+
msgstr "Produits liés"
|
984 |
+
|
985 |
+
#: ../classes/admin/settings/sf-options.php:138
|
986 |
+
msgid "Attributes"
|
987 |
+
msgstr "Attributs"
|
988 |
+
|
989 |
+
#: ../classes/admin/settings/sf-options.php:139
|
990 |
+
msgid "Advanced"
|
991 |
+
msgstr "Avancé"
|
992 |
+
|
993 |
+
#: ../classes/admin/settings/sf-options.php:146
|
994 |
msgid "Types"
|
995 |
msgstr "Types"
|
996 |
|
997 |
+
#: ../classes/admin/settings/sf-options.php:147
|
998 |
+
msgid "CHECKING these boxes will HIDE these product types from the vendor"
|
999 |
+
msgstr ""
|
1000 |
+
"COCHER de ces cases permet de masquer ces types de produit auprès du vendeur"
|
1001 |
+
|
1002 |
+
#: ../classes/admin/settings/sf-options.php:150
|
1003 |
+
msgid "Simple"
|
1004 |
+
msgstr "Simple"
|
1005 |
+
|
1006 |
+
#: ../classes/admin/settings/sf-options.php:151
|
1007 |
+
msgid "Variable"
|
1008 |
+
msgstr "Variable"
|
1009 |
|
1010 |
+
#: ../classes/admin/settings/sf-options.php:152
|
1011 |
+
msgid "Grouped"
|
1012 |
+
msgstr "Groupé"
|
1013 |
+
|
1014 |
+
#: ../classes/admin/settings/sf-options.php:153
|
1015 |
+
msgid "External / affiliate"
|
1016 |
+
msgstr "Externe / affilié"
|
1017 |
+
|
1018 |
+
#: ../classes/admin/settings/sf-options.php:160
|
1019 |
msgid "Type options"
|
1020 |
msgstr "Type options"
|
1021 |
|
1022 |
+
#: ../classes/admin/settings/sf-options.php:161
|
1023 |
+
msgid ""
|
1024 |
+
"CHECKING these boxes will **HIDE** these product options from the vendor"
|
1025 |
+
msgstr ""
|
1026 |
+
"COCHER ces cases va ** MASQUER ** ces options de produits pour le vendeur"
|
1027 |
+
|
1028 |
+
#: ../classes/admin/settings/sf-options.php:164
|
1029 |
+
msgid "Virtual"
|
1030 |
+
msgstr "Virtuel"
|
1031 |
|
1032 |
+
#: ../classes/admin/settings/sf-options.php:165
|
1033 |
+
msgid "Downloadable"
|
1034 |
+
msgstr "Téléchargeable"
|
1035 |
+
|
1036 |
+
#: ../classes/admin/settings/sf-options.php:172
|
1037 |
msgid "Miscellaneous"
|
1038 |
msgstr "Divers"
|
1039 |
|
1040 |
+
#: ../classes/admin/settings/sf-options.php:176
|
1041 |
+
msgid "SKU"
|
1042 |
+
msgstr "UGS"
|
1043 |
+
|
1044 |
+
#: ../classes/admin/settings/sf-options.php:177
|
1045 |
+
msgid "Featured"
|
1046 |
+
msgstr "Mis en avant"
|
1047 |
+
|
1048 |
+
#: ../classes/admin/settings/sf-options.php:178
|
1049 |
+
msgid "Duplicate Product"
|
1050 |
+
msgstr "Dupliquer produit"
|
1051 |
+
|
1052 |
+
#: ../classes/admin/settings/sf-options.php:185
|
1053 |
msgid "Stylesheet"
|
1054 |
msgstr "Feuille de style"
|
1055 |
|
1056 |
+
#: ../classes/admin/settings/sf-options.php:186
|
1057 |
msgid ""
|
1058 |
+
"You can add CSS in this textarea, which will be loaded on the product add/"
|
1059 |
+
"edit page for vendors."
|
1060 |
msgstr ""
|
1061 |
+
"Vous pouvez ajouter des CSS dans cette zone de texte, qui sera chargée sur "
|
1062 |
+
"la page ajouter / modifier produit pour les vendeurs."
|
1063 |
|
1064 |
+
#: ../classes/admin/settings/sf-options.php:193
|
|
|
|
|
|
|
|
|
1065 |
msgid "Permissions"
|
1066 |
msgstr "Autorisations"
|
1067 |
|
1068 |
+
#: ../classes/admin/settings/sf-options.php:193
|
1069 |
msgid "General permissions used around the shop"
|
1070 |
msgstr "Autorisations générales utiliséespour la boutique"
|
1071 |
|
1072 |
+
#: ../classes/admin/settings/sf-options.php:197
|
|
|
|
|
|
|
|
|
|
|
1073 |
msgid "View orders"
|
1074 |
msgstr "Voir Commandes"
|
1075 |
|
1076 |
+
#: ../classes/admin/settings/sf-options.php:198
|
1077 |
msgid "Show customer details such as email, address, name, etc, for each order"
|
1078 |
msgstr ""
|
1079 |
+
"Afficher les détails des clients tels que e-mail, adresse, nom, etc, pour "
|
1080 |
+
"chaque commande"
|
1081 |
|
1082 |
+
#: ../classes/admin/settings/sf-options.php:205
|
1083 |
msgid "View comments"
|
1084 |
msgstr "Voir les commentaires"
|
1085 |
|
1086 |
+
#: ../classes/admin/settings/sf-options.php:206
|
1087 |
msgid "View all vendor comments for an order on the frontend"
|
1088 |
+
msgstr ""
|
1089 |
+
"Voir tous les commentaires des vendeurs pour une commande sur le frontend"
|
1090 |
|
1091 |
+
#: ../classes/admin/settings/sf-options.php:213
|
1092 |
msgid "Submit comments"
|
1093 |
msgstr "Envois commentaires"
|
1094 |
|
1095 |
+
#: ../classes/admin/settings/sf-options.php:214
|
1096 |
+
msgid ""
|
1097 |
+
"Submit comments for an order on the frontend. Eg, tracking ID for a product"
|
1098 |
+
msgstr ""
|
1099 |
+
"Envois commentaires pour une commande en frontend. Ex numero de suivi par "
|
1100 |
+
"produit"
|
1101 |
|
1102 |
+
#: ../classes/admin/settings/sf-options.php:221
|
1103 |
msgid "View email addresses"
|
1104 |
msgstr "Voir adresse email"
|
1105 |
|
1106 |
+
#: ../classes/admin/settings/sf-options.php:222
|
1107 |
+
msgid ""
|
1108 |
+
"While viewing order details on the frontend, you can disable or enable email "
|
1109 |
+
"addresses"
|
1110 |
msgstr ""
|
1111 |
+
"Lors de l'affichage des détails de la commande sur l'interface, vous pouvez "
|
1112 |
+
"activer ou désactiver les adresses e-mail"
|
1113 |
|
1114 |
+
#: ../classes/admin/settings/sf-options.php:229
|
1115 |
msgid "Export a CSV file of orders for a product"
|
1116 |
msgstr "Export CSV des commandes pour un produit"
|
1117 |
|
1118 |
+
#: ../classes/admin/settings/sf-options.php:230
|
1119 |
msgid "Vendors could export orders for a product on the frontend"
|
1120 |
+
msgstr ""
|
1121 |
+
"Les vendeurs peuvent exporter les commandes pour un produit sur le frontend"
|
1122 |
|
1123 |
+
#: ../classes/admin/settings/sf-options.php:237
|
1124 |
msgid "Reports"
|
1125 |
msgstr "Rapports"
|
1126 |
|
1127 |
+
#: ../classes/admin/settings/sf-options.php:238
|
1128 |
+
msgid ""
|
1129 |
+
"<strike>View backend sales reports</strike>. <strong>Depreciated</strong>"
|
1130 |
+
msgstr ""
|
1131 |
+
"<strike>Voir les rapports des ventes en back office</strike>. "
|
1132 |
+
"<strong>Obsolète</strong>"
|
1133 |
|
1134 |
+
#: ../classes/admin/settings/sf-options.php:239
|
1135 |
msgid ""
|
1136 |
+
"This option has been removed and will no longer function. It will be "
|
1137 |
+
"completely removed in future versions. Vendors should use their Vendor "
|
1138 |
+
"Dashboard for reports as all identical functionality is already there. "
|
1139 |
msgstr ""
|
1140 |
+
"Cette option a été supprimée et n’est plus fonctionnelle. Elle sera "
|
1141 |
+
"complètement supprimé dans les versions futures."
|
1142 |
|
1143 |
+
#: ../classes/admin/settings/sf-options.php:246
|
1144 |
msgid "View Frontend sales reports"
|
1145 |
msgstr "Voir les rapports de ventes en frontend"
|
1146 |
|
1147 |
+
#: ../classes/admin/settings/sf-options.php:247
|
1148 |
msgid ""
|
1149 |
+
"Sales table on the frontend on the Vendor Dashboard page. The table will "
|
1150 |
+
"only display sales data that pertain to their products, and only for orders "
|
1151 |
+
"that are processing or completed."
|
1152 |
msgstr ""
|
1153 |
+
"Table des ventes sur l’interface du tableau de bord du vendeur. Le tableau "
|
1154 |
+
"affiche uniquement les données de ventes qui se rapportent à leurs produits "
|
1155 |
+
"et uniquement pour les commandes en cours ou achevés."
|
1156 |
|
1157 |
+
#: ../classes/admin/settings/sf-options.php:255
|
1158 |
msgid "Submit products"
|
1159 |
msgstr "Soummettre produits"
|
1160 |
|
1161 |
+
#: ../classes/admin/settings/sf-options.php:256
|
1162 |
msgid ""
|
1163 |
+
"Check to allow vendors to list new products. Admin must approve new "
|
1164 |
+
"products by editing the product, and clicking Publish."
|
1165 |
msgstr ""
|
1166 |
+
"Cochez pour permettre aux vendeurs d’inscrire de nouveaux produits. "
|
1167 |
+
"L'administrateur doit approuver les nouveaux produits en éditant le produit "
|
1168 |
+
"puis en cliquant sur publier."
|
1169 |
|
1170 |
+
#: ../classes/admin/settings/sf-options.php:263
|
1171 |
msgid "Edit live products"
|
1172 |
msgstr "Editer produit en ligne"
|
1173 |
|
1174 |
+
#: ../classes/admin/settings/sf-options.php:264
|
1175 |
msgid ""
|
1176 |
+
"Vendors could edit an approved product after it has already gone live. There "
|
1177 |
+
"is no approval or review after editing a live product. This could be "
|
1178 |
+
"dangerous with malicious vendors, so take caution."
|
1179 |
msgstr ""
|
1180 |
+
"Les vendeurs peuvent modifier un produit approuvé après qu'il soit en ligne. "
|
1181 |
+
"Il n'y a pas d'approbation ou d'examen après la modification d'un produit "
|
1182 |
+
"vivant. Cela pourrait être dangereux avec les vendeurs malveillants. Soyez "
|
1183 |
+
"vigileant."
|
1184 |
|
1185 |
+
#: ../classes/admin/settings/sf-options.php:271
|
1186 |
msgid "Submit products live without requiring approval"
|
1187 |
msgstr "Soumettre Produits en ligne sans approbation"
|
1188 |
|
1189 |
+
#: ../classes/admin/settings/sf-options.php:272
|
1190 |
msgid ""
|
1191 |
+
"Vendors can submit products without review or approval from a shop admin. "
|
1192 |
+
"This could be dangerous with malicious vendors, so take caution."
|
1193 |
msgstr ""
|
1194 |
+
"Les vendeurs peuvent soumettre produits sans révision ou l'approbation d'un "
|
1195 |
+
"administrateur de la boutique. Cela pourrait être dangereux avec les "
|
1196 |
+
"vendeurs malveillants. Soyez vigileant."
|
1197 |
|
1198 |
+
#: ../classes/admin/settings/sf-options.php:278
|
1199 |
msgid "Pages"
|
1200 |
msgstr "Pages"
|
1201 |
|
1202 |
+
#: ../classes/admin/settings/sf-options.php:279
|
1203 |
msgid "Page configuration"
|
1204 |
msgstr "Page de configuration"
|
1205 |
|
1206 |
+
#: ../classes/admin/settings/sf-options.php:282
|
1207 |
msgid "Vendor dashboard"
|
1208 |
msgstr "Panneau vendeur"
|
1209 |
|
1210 |
+
#: ../classes/admin/settings/sf-options.php:283
|
1211 |
msgid ""
|
1212 |
+
"Choose the page that has the shortcode <code>[wcv_vendor_dashboard]</"
|
1213 |
+
"code><br/>. If this page is not set, you will break your site. If you "
|
1214 |
+
"upgrade to Pro, keep this page unchanged as both Pro Dashboard and this "
|
1215 |
+
"Dashboard page must be set."
|
1216 |
msgstr ""
|
1217 |
+
"Choisir la page qui contient le shortcode<code>[wcv_vendor_dashboard]</"
|
1218 |
+
"code><br>. Si cette page n’est pas définie, vous casserez votre site. Si "
|
1219 |
+
"vous mettez à niveau vers Pro, gardez cette page inchangée car le tableau de "
|
1220 |
+
"bord Pro ainsi que cette page de tableau de bord doivent être définis."
|
1221 |
|
1222 |
+
#: ../classes/admin/settings/sf-options.php:290
|
1223 |
msgid "Shop settings"
|
1224 |
msgstr "Paramètres de la boutique"
|
1225 |
|
1226 |
+
#: ../classes/admin/settings/sf-options.php:291
|
1227 |
msgid ""
|
1228 |
+
"Choose the page that has the shortcode <code>[wcv_shop_settings]</code><br/"
|
1229 |
+
">These are the shop settings a vendor can configure. By default, Vendor "
|
1230 |
+
"Dashboard > Shop Settings should have this shortcode."
|
1231 |
msgstr ""
|
1232 |
+
"Choisir la page qui contient le shortcode<code>[wcv_shop_settings]</"
|
1233 |
+
"code><br>Ce sont les paramètres de la boutique qu'un vendeur peut "
|
1234 |
+
"configurer. Par défaut, le tableau de bord du vendeur > Paramètres boutique "
|
1235 |
+
"devraient avoir ce shortcode."
|
1236 |
|
1237 |
+
#: ../classes/admin/settings/sf-options.php:298
|
1238 |
msgid "Orders page"
|
1239 |
msgstr "Page Commandes"
|
1240 |
|
1241 |
+
#: ../classes/admin/settings/sf-options.php:299
|
1242 |
msgid ""
|
1243 |
+
"Choose the page that has the shortcode <code>[wcv_orders]</code><br/>By "
|
1244 |
+
"default, Vendor Dashboard > Orders should have the shortcode."
|
1245 |
msgstr ""
|
1246 |
+
"Choisir la page qui contient le shortcode<code>[wcv_orders]</code><br>Par "
|
1247 |
+
"défaut, le tableau de bord du vendeur > Commandes devraient avoir le "
|
1248 |
+
"shortcode."
|
1249 |
|
1250 |
+
#: ../classes/admin/settings/sf-options.php:306
|
1251 |
msgid "Vendor terms"
|
1252 |
msgstr "Termes du vendeur"
|
1253 |
|
1254 |
+
#: ../classes/admin/settings/sf-options.php:307
|
1255 |
msgid ""
|
1256 |
+
"These terms are shown to a user when submitting an application to become a "
|
1257 |
+
"vendor.<br/>If left blank, no terms will be shown to the applicant. Vendor "
|
1258 |
+
"must accept terms in order to register, if set."
|
1259 |
msgstr ""
|
1260 |
+
"Ces conditions sont indiquése à l’utilisateur lorsqu'il postule pour devenir "
|
1261 |
+
"un vendeur.<br>Si laissées vides, aucun condition ne seront montrées au "
|
1262 |
+
"demandeur. Le vendeur doit accepter les conditions pour s’inscrire, si "
|
1263 |
+
"définies."
|
1264 |
+
|
1265 |
+
#: ../classes/admin/settings/sf-options.php:314
|
1266 |
+
msgid "payments"
|
1267 |
+
msgstr "paiements"
|
1268 |
|
1269 |
+
#: ../classes/admin/settings/sf-options.php:325
|
1270 |
msgid "Payments"
|
1271 |
msgstr "Paiements"
|
1272 |
|
1273 |
+
#: ../classes/admin/settings/sf-options.php:327
|
1274 |
+
msgid "PayPal Adaptive Payments Scheduling"
|
1275 |
+
msgstr "Planification des paiements PayPal Adaptive"
|
1276 |
|
1277 |
+
#: ../classes/admin/settings/sf-options.php:328
|
1278 |
#, php-format
|
1279 |
msgid "Total commission currently due: %s. <a href=\"%s\">View details</a>."
|
1280 |
msgstr "Total des commissions dues: %s. <a href=\"%s\">Voir Détails</a>."
|
1281 |
|
1282 |
+
#: ../classes/admin/settings/sf-options.php:329
|
1283 |
#, php-format
|
1284 |
+
msgid ""
|
1285 |
+
"Make sure you update your PayPal Adaptive Payments settings <a href=\"%s"
|
1286 |
+
"\">here</a>. <br><br>To instantly pay with Adaptive Payments you must "
|
1287 |
+
"activate the paypalap gateway in your Checkout settings. <br><a href="
|
1288 |
+
"\"https://www.wcvendors.com/kb/configuring-paypal-adaptive-payments/\" "
|
1289 |
+
"target=\"top\">PayPal AP Application Help</a>. <br><br>Another gateway that "
|
1290 |
+
"offers instant payments to vendors that also accepts credit cards directly "
|
1291 |
+
"on your checkout page is Stripe. <br><a href=\"https://www.wcvendors.com/"
|
1292 |
+
"product/stripe-commissions-gateway/\" target=\"top\">Stripe Commissions & "
|
1293 |
+
"Gateway plugin</a> is $49 and specifically coded for WC Vendors and <a href="
|
1294 |
+
"\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
1295 |
+
"Vendors Pro</a>."
|
1296 |
msgstr ""
|
1297 |
+
"Assurez-vous de bien mettre à jour vos paramètres PayPal Adaptive Payments "
|
1298 |
+
"<a href=\"%s\">ici</a>. <br><br>Pour payer instantanément avec Adaptive "
|
1299 |
+
"Payments, vous devez activer la plateforme paypalap dans vos paramètres de "
|
1300 |
+
"commande.<br><a href=\"https://www.wcvendors.com/kb/configuring-paypal-"
|
1301 |
+
"adaptive-payments/\" target=\"top\">Aide Application PayPal AP</a>. "
|
1302 |
+
"<br><br>Une autre plateforme de paiement qui offre des paiements instantanés "
|
1303 |
+
"est Stripe. <br><a href=\"https://www.wcvendors.com/product/stripe-"
|
1304 |
+
"commissions-gateway/\" target=\"top\">Stripe Commissions & Gateway plugin</"
|
1305 |
+
"a> coûte $49 et est spécifiquement conçu pour WC Vendors et <a href="
|
1306 |
+
"\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
1307 |
+
"Vendors Pro</a>."
|
1308 |
+
|
1309 |
+
#: ../classes/admin/settings/sf-options.php:333
|
1310 |
msgid "Instant pay"
|
1311 |
msgstr "Paiement instantané"
|
1312 |
|
1313 |
+
#: ../classes/admin/settings/sf-options.php:334
|
1314 |
+
msgid ""
|
1315 |
+
"Instantly pay vendors their commission when an order is made, and if a "
|
1316 |
+
"vendor has a valid PayPal email added on their Shop Settings page."
|
1317 |
+
msgstr ""
|
1318 |
+
"Payer immédiatement leur commission aux vendeurs lorsqu’une commande est "
|
1319 |
+
"effectuée, si le vendeur a correctement renseigné son email PayPal validé "
|
1320 |
+
"dans les paramètres de la boutique."
|
1321 |
|
1322 |
+
#: ../classes/admin/settings/sf-options.php:335
|
1323 |
msgid ""
|
1324 |
+
"For this to work, customers must checkout with the PayPal Adaptive Payments "
|
1325 |
+
"gateway. Using any other gateways will not pay vendors instantly"
|
1326 |
msgstr ""
|
1327 |
+
"Pour ce faire, les visiteurs doivent commander avec la passerelle PayPal "
|
1328 |
+
"Adaptive Payments. Utiliser une autre passerelle ne paiera pas vendeurs "
|
1329 |
+
"instantanément."
|
1330 |
|
1331 |
+
#: ../classes/admin/settings/sf-options.php:342
|
1332 |
msgid "Payment schedule"
|
1333 |
msgstr "Calendrier des paiements"
|
1334 |
|
1335 |
+
#: ../classes/admin/settings/sf-options.php:343
|
1336 |
msgid "Note: Schedule will only work if instant pay is unchecked"
|
1337 |
msgstr ""
|
1338 |
+
"Note: Calendrier des paiements ne fonctionne que si le paiement instantané "
|
1339 |
+
"est décoché"
|
1340 |
|
1341 |
+
#: ../classes/admin/settings/sf-options.php:348
|
1342 |
msgid "Weekly"
|
1343 |
msgstr "Par semaine"
|
1344 |
|
1345 |
+
#: ../classes/admin/settings/sf-options.php:349
|
1346 |
msgid "Biweekly"
|
1347 |
msgstr "Par 2 semaines"
|
1348 |
|
1349 |
+
#: ../classes/admin/settings/sf-options.php:350
|
1350 |
msgid "Monthly"
|
1351 |
msgstr "Par mois"
|
1352 |
|
1353 |
+
#: ../classes/admin/settings/sf-options.php:351
|
1354 |
msgid "Manual"
|
1355 |
msgstr "Manuel"
|
1356 |
|
1357 |
+
#: ../classes/admin/settings/sf-options.php:352
|
1358 |
msgid "Now"
|
1359 |
msgstr "Maintenant"
|
1360 |
|
1361 |
+
#: ../classes/admin/settings/sf-options.php:357
|
1362 |
msgid "Email notification"
|
1363 |
msgstr "Email de notification"
|
1364 |
|
1365 |
+
#: ../classes/admin/settings/sf-options.php:358
|
1366 |
msgid ""
|
1367 |
+
"Send the WooCommerce admin an email each time a payment has been made via "
|
1368 |
+
"the payment schedule options above"
|
1369 |
msgstr ""
|
1370 |
+
"Envoyer a l'admin WooCommerce un email chaque fois qu'un paiement a été "
|
1371 |
+
"effectué via les options du calendrier de paiement ci-dessus"
|
1372 |
+
|
1373 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:11
|
1374 |
+
#: ../templates/dashboard/settings/paypal-email-form.php:2
|
1375 |
+
msgid "PayPal Address"
|
1376 |
+
msgstr "Adresse Email Paypal"
|
1377 |
+
|
1378 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:15
|
1379 |
+
#: ../templates/dashboard/settings/paypal-email-form.php:3
|
1380 |
+
msgid "Your PayPal address is used to send you your commission."
|
1381 |
+
msgstr "Votre adresse PayPal est utilisée pour vous payer votre commission."
|
1382 |
+
|
1383 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:24
|
1384 |
+
#: ../templates/dashboard/settings/shop-name.php:3
|
1385 |
+
msgid "Your shop name is public and must be unique."
|
1386 |
+
msgstr "Le nom de votre boutique est publique et doit être unique."
|
1387 |
+
|
1388 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:43
|
1389 |
+
#: ../templates/dashboard/settings/seller-info.php:4
|
1390 |
+
msgid "This is displayed on each of your products."
|
1391 |
+
msgstr "Ce message s'affiche sur chacun de vos produits."
|
1392 |
+
|
1393 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:49
|
1394 |
+
#: ../templates/dashboard/settings/shop-description.php:2
|
1395 |
+
msgid "Shop Description"
|
1396 |
+
msgstr "Description de votre boutique"
|
1397 |
+
|
1398 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:61
|
1399 |
+
#: ../templates/dashboard/settings/shop-description.php:3
|
1400 |
+
#, php-format
|
1401 |
+
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
1402 |
+
msgstr "Ceci est affiché sur <a href=\"%s\">page boutique</a>. "
|
1403 |
+
|
1404 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:70
|
1405 |
+
msgid "Save Shop Settings"
|
1406 |
+
msgstr "Sauvegarder les paramètres de la boutique"
|
1407 |
|
1408 |
+
#: ../classes/class-cron.php:87
|
1409 |
#, php-format
|
1410 |
msgid "Payment total: %s"
|
1411 |
msgstr "Total a payer: %s"
|
1412 |
|
1413 |
+
#: ../classes/class-cron.php:148
|
1414 |
msgid "Once Weekly"
|
1415 |
msgstr "Chaque semaine"
|
1416 |
|
1417 |
+
#: ../classes/class-cron.php:153
|
1418 |
msgid "Once every two weeks"
|
1419 |
msgstr "Aux 2 semaines"
|
1420 |
|
1421 |
+
#: ../classes/class-cron.php:158
|
1422 |
msgid "Once a month"
|
1423 |
msgstr "Chaque mois"
|
1424 |
|
1425 |
+
#: ../classes/class-install.php:84 ../classes/class-install.php:239
|
1426 |
msgid "Pending Vendor"
|
1427 |
msgstr "Vendeur En Attente"
|
1428 |
|
1429 |
+
#: ../classes/class-install.php:190
|
1430 |
msgid "Vendor Dashboard"
|
1431 |
msgstr "Tableau de bord Du vendeur"
|
1432 |
|
1433 |
+
#: ../classes/class-vendor-post-types.php:34
|
1434 |
+
msgid "Vendor Orders"
|
1435 |
+
msgstr "Commandes vendeur"
|
1436 |
|
1437 |
+
#: ../classes/class-vendors.php:551
|
1438 |
+
#, php-format
|
1439 |
+
msgid "Vendor Order – %s"
|
1440 |
+
msgstr "Commande vendeur – %s"
|
1441 |
|
1442 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:53
|
1443 |
+
msgid "Order marked shipped."
|
1444 |
+
msgstr "Commande portant la mention \"expédiée\"."
|
|
|
|
|
|
|
|
|
|
|
1445 |
|
1446 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:55
|
1447 |
+
#, php-format
|
1448 |
+
msgid "%s has marked as shipped. "
|
1449 |
+
msgstr "%s a été marquée comme expédiée. "
|
|
|
|
|
|
|
1450 |
|
1451 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:83
|
1452 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:84
|
|
|
1453 |
msgid "Tracking number"
|
1454 |
msgstr "Numero de suivi"
|
1455 |
|
1456 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:86
|
|
|
1457 |
msgid "Success. Your tracking number has been updated."
|
1458 |
msgstr "Succes. Votre numéro de suivi a ete mis a jour"
|
1459 |
|
1460 |
+
#: ../classes/front/orders/class-export-csv.php:19
|
1461 |
+
#: ../templates/dashboard/reports.php:18
|
1462 |
+
#: ../templates/emails/notify-vendor-shipped.php:23
|
1463 |
+
#: ../templates/emails/vendor-new-order.php:23
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1464 |
msgid "Quantity"
|
1465 |
msgstr "Quantité"
|
1466 |
|
1467 |
+
#: ../classes/front/orders/class-orders.php:120
|
1468 |
msgid ""
|
1469 |
+
"You haven't selected a product's orders to view! Please go back to the "
|
1470 |
+
"Vendor Dashboard and click Show Orders on the product you'd like to view."
|
1471 |
msgstr ""
|
1472 |
+
"Vous n'avez pas choisi les commandes d'un produit a voir ! S'il vous plaît "
|
1473 |
+
"revenir au tableau de bord du vendeur et cliquez sur Afficher les commandes "
|
1474 |
+
"du produit que vous souhaitez consulter."
|
1475 |
|
1476 |
+
#: ../classes/front/orders/class-orders.php:124
|
1477 |
msgid "No orders."
|
1478 |
msgstr "Pas de Commandes"
|
1479 |
|
1480 |
+
#: ../classes/front/orders/class-orders.php:188
|
1481 |
msgid "Product Title"
|
1482 |
msgstr "Titre du Produit"
|
1483 |
|
1484 |
+
#: ../classes/front/orders/class-orders.php:189
|
1485 |
msgid "Full name"
|
1486 |
msgstr "Nom Complet"
|
1487 |
|
1488 |
+
#: ../classes/front/orders/class-orders.php:190
|
1489 |
msgid "Address"
|
1490 |
msgstr "Adresse"
|
1491 |
|
1492 |
+
#: ../classes/front/orders/class-orders.php:191
|
1493 |
msgid "City"
|
1494 |
msgstr "Ville"
|
1495 |
|
1496 |
+
#: ../classes/front/orders/class-orders.php:192
|
1497 |
msgid "State"
|
1498 |
msgstr "Etat"
|
1499 |
|
1500 |
+
#: ../classes/front/orders/class-orders.php:193
|
1501 |
msgid "Zip"
|
1502 |
msgstr "Code Postal "
|
1503 |
|
1504 |
+
#: ../classes/front/orders/class-orders.php:194
|
1505 |
msgid "Email address"
|
1506 |
msgstr "Adresse Email"
|
1507 |
|
1508 |
+
#: ../classes/front/orders/class-submit-comment.php:41
|
1509 |
msgid "You've left the comment field empty!"
|
1510 |
msgstr "Vous avez laissé le champ de commentaire vide!"
|
1511 |
|
1512 |
+
#: ../classes/front/orders/class-submit-comment.php:63
|
1513 |
msgid "Success. The customer has been notified of your comment."
|
1514 |
msgstr "Succès. Le client a été avisé de votre commentaire."
|
1515 |
|
1516 |
+
#: ../classes/front/signup/class-vendor-signup.php:58
|
1517 |
+
#: ../classes/front/signup/views/html-vendor-signup.php:21
|
1518 |
+
#: ../templates/dashboard/denied.php:22
|
1519 |
msgid "Apply to become a vendor? "
|
1520 |
msgstr "S'incrire pour devenir vendeur ?"
|
1521 |
|
1522 |
+
#: ../classes/front/signup/class-vendor-signup.php:72
|
1523 |
+
#: ../classes/front/signup/views/html-vendor-signup.php:35
|
1524 |
#, php-format
|
1525 |
+
msgid ""
|
1526 |
+
"I have read and accepted the <a target=\"top\" href=\"%s\">terms and "
|
1527 |
+
"conditions</a>"
|
1528 |
+
msgstr ""
|
1529 |
+
"J’ai lu et j’accepte les <a href=“%s” target=“_blank”>Conditions générales "
|
1530 |
+
"d'utilisation</a>"
|
1531 |
|
1532 |
+
#: ../classes/front/signup/class-vendor-signup.php:122
|
1533 |
msgid "Application denied. You are an administrator."
|
1534 |
msgstr "Demande rejetée. Vous êtes un administrateur."
|
1535 |
|
1536 |
+
#: ../classes/front/signup/class-vendor-signup.php:124
|
1537 |
msgid "Your application has been submitted."
|
1538 |
msgstr "Votre demande a été soumise."
|
1539 |
|
1540 |
+
#: ../classes/front/signup/class-vendor-signup.php:171
|
1541 |
+
#: ../classes/front/signup/class-vendor-signup.php:208
|
1542 |
+
#: ../classes/front/signup/class-vendor-signup.php:220
|
1543 |
msgid "You must accept the terms and conditions to become a vendor."
|
1544 |
msgstr "Vous devez accepter les termes et conditions pour devenir un vendeur."
|
1545 |
|
1546 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:43
|
1547 |
msgid "PayPal Adaptive Payments"
|
1548 |
msgstr "PayPal Adaptive Payments"
|
1549 |
|
1550 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:119
|
1551 |
#, php-format
|
1552 |
+
msgid ""
|
1553 |
+
"Something went wrong. Response from PayPal invalidated this order. Status: "
|
1554 |
+
"%s."
|
1555 |
+
msgstr ""
|
1556 |
+
"Something went wrong. Response from PayPal invalidated this order. Status: "
|
1557 |
+
"%s."
|
1558 |
|
1559 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:124
|
1560 |
msgid "IPN payment completed"
|
1561 |
msgstr "IPN payment completed"
|
1562 |
|
1563 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:146
|
1564 |
msgid "Enable PayPal Adaptive Payments"
|
1565 |
msgstr "Activer PayPal Adaptive Payments"
|
1566 |
|
1567 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:152
|
1568 |
msgid "Method Title"
|
1569 |
msgstr "Titre de la méthode"
|
1570 |
|
1571 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:153
|
1572 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:70
|
1573 |
msgid "This controls the title which the user sees during checkout."
|
1574 |
msgstr "Contrôle du titre que voit l'utilisateur lors de la commande."
|
1575 |
|
1576 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:154
|
1577 |
msgid "PayPal"
|
1578 |
msgstr "PayPal"
|
1579 |
|
1580 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:159
|
1581 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:75
|
1582 |
msgid "Description"
|
1583 |
msgstr "Description"
|
1584 |
|
1585 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:160
|
1586 |
msgid "This controls the description which the user sees during checkout."
|
1587 |
msgstr "Contrôle la description que voit l'utilisateur lors de la commande."
|
1588 |
|
1589 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:161
|
1590 |
msgid "Pay via PayPal!"
|
1591 |
msgstr "Payer via Paypal!"
|
1592 |
|
1593 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:172
|
1594 |
msgid "Live Credentials"
|
1595 |
msgstr "Certificats en ligne"
|
1596 |
|
1597 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:174
|
1598 |
#, php-format
|
1599 |
msgid ""
|
1600 |
+
"You must have an <a href=\"%s\">Application ID</a> to process live "
|
1601 |
+
"transactions. You do not need one for testing in Sandbox mode."
|
1602 |
msgstr ""
|
1603 |
+
"You must have an <a href=\"%s\">Application ID</a> to process live "
|
1604 |
+
"transactions. You do not need one for testing in Sandbox mode."
|
1605 |
|
1606 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:179
|
1607 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:213
|
1608 |
msgid "PayPal Email"
|
1609 |
msgstr "Email PayPal"
|
1610 |
|
1611 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:180
|
1612 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:214
|
1613 |
msgid "The email address main payments should go to."
|
1614 |
msgstr "L'email principal de paiement"
|
1615 |
|
1616 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:185
|
1617 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:219
|
1618 |
msgid "API Username"
|
1619 |
msgstr "API Username"
|
1620 |
|
1621 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:190
|
1622 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:224
|
1623 |
msgid "API Password"
|
1624 |
msgstr "API Password"
|
1625 |
|
1626 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:195
|
1627 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:229
|
1628 |
msgid "API Signature"
|
1629 |
msgstr "API Signature"
|
1630 |
|
1631 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:200
|
1632 |
msgid "Application ID"
|
1633 |
msgstr "Application ID"
|
1634 |
|
1635 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:202
|
1636 |
msgid "Only required when doing live transactions."
|
1637 |
+
msgstr ""
|
1638 |
+
"N'est nécessaire que lorsque vous effectuez des transactions en direct."
|
1639 |
|
1640 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:206
|
1641 |
msgid "Sandbox Credentials"
|
1642 |
msgstr "Sandbox Credentials"
|
1643 |
|
1644 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:208
|
1645 |
#, php-format
|
1646 |
msgid ""
|
1647 |
+
"You can signup for a sandbox developer account <a href=\"%s\">here</a>. You "
|
1648 |
+
"need a developer account if you want to enable Sandbox mode for testing."
|
1649 |
+
msgstr ""
|
1650 |
+
"Vous devez souscrire un compte développeur Sandox <a href=\"%s\">ici</a>. "
|
1651 |
|
1652 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:240
|
1653 |
msgid "Misc. Settings"
|
1654 |
msgstr "Configurations diverses"
|
1655 |
|
1656 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:245
|
1657 |
msgid "Enable PayPal Sandbox mode"
|
1658 |
msgstr "Activer le mode PayPal Sandbox"
|
1659 |
|
1660 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:251
|
1661 |
msgid "Enable logging"
|
1662 |
msgstr "Activer logging"
|
1663 |
|
1664 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:269
|
1665 |
msgid ""
|
1666 |
+
"The PayPal Adaptive Payments gateway can instantly pay your vendors their "
|
1667 |
+
"due commission (if enabled). Also used to mass pay vendors on a schedule / "
|
1668 |
+
"manual method (if enabled)."
|
1669 |
msgstr ""
|
1670 |
+
"La passerelle PayPal Adaptive Payments peut instantanément payer les "
|
1671 |
+
"vendeurs selon leur commission (si activé). Également utilisé pour les "
|
1672 |
+
"vendeurs de rémunération en masse programmée ou par la méthode manuelle (si "
|
1673 |
+
"activé)."
|
1674 |
|
1675 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
1676 |
msgid "Gateway Disabled"
|
1677 |
msgstr "Passerelle désactivée"
|
1678 |
|
1679 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
1680 |
#, php-format
|
1681 |
msgid "%s does not support your store currency."
|
1682 |
msgstr "%s ne supporte pas votre système monétaire."
|
1683 |
|
1684 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:384
|
1685 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:500
|
1686 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:153
|
1687 |
#, php-format
|
1688 |
msgid "Error: %s"
|
1689 |
msgstr "Erreur: %s"
|
1690 |
|
1691 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:393
|
1692 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:394
|
1693 |
#, php-format
|
1694 |
msgid "Error ID: %s. %s"
|
1695 |
msgstr "Erreur ID: %s. %s"
|
1696 |
|
1697 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:115
|
1698 |
msgid "No vendors found to pay. Maybe they haven't set a PayPal address?"
|
1699 |
msgstr ""
|
1700 |
+
"Pas de vendeurs trouvés à payer. Peut-être qu'ils n'ont pas défini une "
|
1701 |
+
"adresse PayPal?"
|
1702 |
|
1703 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:167
|
1704 |
msgid "All due commission has been paid for."
|
1705 |
msgstr "Toutes les commissions ont été payée."
|
1706 |
|
1707 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:173
|
1708 |
msgid ""
|
1709 |
+
"All due commission has been paid for, but I could not clear it from their "
|
1710 |
+
"profiles due to an internal error. Commission will still be listed as due. "
|
1711 |
+
"Please manually mark the commission as paid from the Commissions page."
|
1712 |
msgstr ""
|
1713 |
+
"Toutes les commission ont été payé, mais je ne pouvais pas le faire "
|
1714 |
+
"disparaître de leurs profils en raison d'une erreur interne. Les commissions "
|
1715 |
+
"seront toujours listé comme a payer. S'il vous plaît marquer manuellement "
|
1716 |
+
"les commissions comme payés à la page des commissions."
|
1717 |
|
1718 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:208
|
1719 |
msgid "WooCommerce: Mass payments for vendors update"
|
1720 |
msgstr "WooCommerce: mise à jour des paiements groupés des vendeurs"
|
1721 |
|
1722 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:210
|
1723 |
+
msgid ""
|
1724 |
+
"Hello! A payment was just triggered to mass pay all vendors their due "
|
1725 |
+
"commission."
|
1726 |
msgstr ""
|
1727 |
+
"Bonjour! Un paiement a été déclenché pour payer tous les vendeurs leurs "
|
1728 |
+
"commissions dues."
|
1729 |
|
1730 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:211
|
1731 |
#, php-format
|
1732 |
msgid "Payment status: %s."
|
1733 |
msgstr "Statut des paiement: %s."
|
1734 |
|
1735 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:212
|
1736 |
#, php-format
|
1737 |
msgid "Payment message: %s."
|
1738 |
msgstr "Message Paiement: %s."
|
1739 |
|
1740 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:215
|
1741 |
#, php-format
|
1742 |
msgid "Payment total: %s."
|
1743 |
msgstr "Paiement total: %s."
|
1744 |
|
1745 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:35
|
1746 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:71
|
1747 |
+
msgid "WC Vendors Test Gateway"
|
1748 |
+
msgstr "Passerelle de test WC Vendors"
|
1749 |
+
|
1750 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:36
|
1751 |
+
msgid ""
|
1752 |
+
"This gateway will set orders to processing upon receipt allowing you to test "
|
1753 |
+
"transactions in your store. Some WooCommerce included gateways have "
|
1754 |
+
"problems with this - you should use this gateway for all of your non-PayPal "
|
1755 |
+
"testing."
|
1756 |
+
msgstr ""
|
1757 |
+
"Cette passerelle passera les commandes à \"en cours\" à réception, vous "
|
1758 |
+
"permettant de tester les transactions dans votre magasin. Certaines "
|
1759 |
+
"passerelles incluses dans WooCommerce ont des problèmes avec cela - vous "
|
1760 |
+
"devez utiliser cette passerelle pour tous vos tests hors PayPal."
|
1761 |
+
|
1762 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:64
|
1763 |
+
msgid "Enable WC Vendors Test Gateway Payment"
|
1764 |
+
msgstr "Activer la passerelle de test de paiements de WC Vendors"
|
1765 |
+
|
1766 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:68
|
1767 |
+
msgid "Title"
|
1768 |
+
msgstr "Titre"
|
1769 |
+
|
1770 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:77
|
1771 |
+
msgid "Payment method description that the customer will see on your checkout."
|
1772 |
+
msgstr ""
|
1773 |
+
"La description de méthode de paiement que vos clients verront lors du "
|
1774 |
+
"processus de commande."
|
1775 |
+
|
1776 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:78
|
1777 |
+
msgid ""
|
1778 |
+
"This is a test gateway -- not to be used on live sites for live "
|
1779 |
+
"transactions. <a href=\"http://www.wcvendors.com/\" target=\"top\">Click "
|
1780 |
+
"here to visit WCVendors.com</a>."
|
1781 |
+
msgstr ""
|
1782 |
+
"Il s’agit d’une passerelle de test -- à ne pas utiliser sur un site en "
|
1783 |
+
"production pour des transactions réelles. <a href=\"http://www.wcvendors.com/"
|
1784 |
+
"\" target=\"top\">Cliquez ici pour visiter WCVendors.com</a>."
|
1785 |
+
|
1786 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:82
|
1787 |
+
msgid "Instructions"
|
1788 |
+
msgstr "Instructions"
|
1789 |
+
|
1790 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:84
|
1791 |
msgid ""
|
1792 |
+
"Success! Your test order is now marked as processing and any vendors will "
|
1793 |
+
"be sent an email as long as you have the Notify Vendors email enabled under "
|
1794 |
+
"WooCommerce--Settings--Emails."
|
1795 |
msgstr ""
|
1796 |
+
"Succès ! Votre commande de test est maintenant marquée comme en cours et "
|
1797 |
+
"les vendeurs seront notifiés par e-mail tant que vous avez \"Notifier les "
|
1798 |
+
"vendeurs par e-mail\" activé sous WooCommerce--Paramètres--Emails."
|
1799 |
+
|
1800 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:124
|
1801 |
+
msgid "Test gateway transation complete. Order processing."
|
1802 |
+
msgstr "Transaction sur plateforme de test terminée. Commande en cours."
|
1803 |
|
1804 |
+
#: ../templates/dashboard/denied.php:8
|
1805 |
msgid ""
|
1806 |
+
"Your account has not yet been approved to become a vendor. When it is, you "
|
1807 |
+
"will receive an email telling you that your account is approved!"
|
1808 |
msgstr ""
|
1809 |
+
"Votre compte vendeur n'est pas encore approuvé. Quand il y sera, vous "
|
1810 |
+
"recevrez un email vous indiquant que votre compte est approuvé!"
|
1811 |
+
|
1812 |
+
#: ../templates/dashboard/denied.php:12
|
1813 |
+
msgid "Your account is not setup as a vendor."
|
1814 |
+
msgstr "Votre compte n’est pas configuré en tant que vendeur."
|
1815 |
+
|
1816 |
+
#: ../templates/dashboard/denied.php:33
|
1817 |
+
#, php-format
|
1818 |
+
msgid "I have read and accepted the <a href=\"%s\">terms and conditions</a>"
|
1819 |
+
msgstr "J'ai lu et accepté <a href=\"%s\">les termes et conditions</a>"
|
1820 |
|
1821 |
+
#: ../templates/dashboard/denied.php:53
|
1822 |
msgid "Submit"
|
1823 |
msgstr "Soumettre"
|
1824 |
|
1825 |
+
#: ../templates/dashboard/links.php:3
|
1826 |
+
msgid "View Your Store"
|
1827 |
+
msgstr "Voir votre magasin"
|
1828 |
|
1829 |
+
#: ../templates/dashboard/links.php:4
|
1830 |
+
msgid "Store Settings"
|
1831 |
+
msgstr "Paramètres du magasin"
|
1832 |
|
1833 |
+
#: ../templates/dashboard/links.php:7
|
1834 |
+
msgid "Add New Product"
|
1835 |
+
msgstr "Ajouter un nouveau produit"
|
1836 |
|
1837 |
+
#: ../templates/dashboard/links.php:8
|
1838 |
+
msgid "Edit Products"
|
1839 |
+
msgstr "Modifier produits"
|
1840 |
|
1841 |
+
#: ../templates/dashboard/orders.php:7 ../templates/dashboard/orders.php:10
|
1842 |
msgid "Hide items"
|
1843 |
msgstr "Masquer les items"
|
1844 |
|
1845 |
+
#: ../templates/dashboard/orders.php:8 ../templates/dashboard/orders.php:79
|
1846 |
msgid "View items"
|
1847 |
msgstr "Voir les articles"
|
1848 |
|
1849 |
+
#: ../templates/dashboard/orders.php:37
|
1850 |
msgid "Links"
|
1851 |
msgstr "Liens"
|
1852 |
|
1853 |
+
#: ../templates/dashboard/orders.php:100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1854 |
msgid "Tracking"
|
1855 |
msgstr "Suivi d'envoi"
|
1856 |
|
1857 |
+
#: ../templates/dashboard/orders.php:216
|
1858 |
msgid "You have no orders during this period."
|
1859 |
msgstr "Vous n'avez pas de commande pendant cette période."
|
1860 |
|
1861 |
+
#: ../templates/dashboard/reports.php:1
|
1862 |
msgid "Sales Report"
|
1863 |
msgstr "Rapport des ventes"
|
1864 |
|
1865 |
+
#: ../templates/dashboard/reports.php:20
|
1866 |
msgid "Rate"
|
1867 |
msgstr "Taux"
|
1868 |
|
1869 |
+
#: ../templates/dashboard/reports.php:47
|
1870 |
msgid "Show Orders"
|
1871 |
msgstr "Voir Commandes"
|
1872 |
|
1873 |
+
#: ../templates/dashboard/reports.php:56
|
1874 |
msgid "Totals"
|
1875 |
msgstr "Totales"
|
1876 |
|
1877 |
+
#: ../templates/dashboard/reports.php:71
|
1878 |
msgid "You have no sales during this period."
|
1879 |
msgstr "Vous n'avez pas de ventes au cours de cette période."
|
1880 |
|
1881 |
+
#: ../templates/dashboard/reports.php:82
|
1882 |
msgid "You haven't made any sales yet."
|
1883 |
msgstr "Vous n'avez pas encore fait de vente."
|
1884 |
|
1885 |
+
#: ../templates/dashboard/settings/settings.php:47
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1886 |
msgid "Save"
|
1887 |
msgstr "Sauvegarder"
|
1888 |
|
1889 |
+
#: ../templates/emails/application-status.php:5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1890 |
#, php-format
|
1891 |
msgid "Hi there. This is a notification about a vendor application on %s."
|
1892 |
msgstr "Il s'agit d'une notification pour une inscription Vendeur sur % s."
|
1893 |
|
1894 |
+
#: ../templates/emails/application-status.php:8
|
1895 |
#, php-format
|
1896 |
msgid "Application status: %s"
|
1897 |
msgstr "Statut du Candidat: %s"
|
1898 |
|
1899 |
+
#: ../templates/emails/application-status.php:9
|
1900 |
#, php-format
|
1901 |
msgid "Applicant username: %s"
|
1902 |
msgstr "Nom d'utilisateur du Candidat: %s"
|
1903 |
|
1904 |
+
#: ../templates/emails/new-product.php:5
|
1905 |
#, php-format
|
1906 |
msgid "Hi there. This is a notification about a new product on %s."
|
1907 |
+
msgstr ""
|
1908 |
+
"Hello. Il s'agit d'une notification a propos d'un nouveau produit sur% s."
|
1909 |
|
1910 |
+
#: ../templates/emails/new-product.php:8
|
1911 |
#, php-format
|
1912 |
msgid "Product title: %s"
|
1913 |
msgstr "Titre du Produit: %s"
|
1914 |
|
1915 |
+
#: ../templates/emails/new-product.php:9
|
1916 |
#, php-format
|
1917 |
msgid "Submitted by: %s"
|
1918 |
msgstr "Soumis par: %s"
|
1919 |
|
1920 |
+
#: ../templates/emails/new-product.php:10
|
1921 |
#, php-format
|
1922 |
msgid "Edit product: %s"
|
1923 |
msgstr "Editer produit: %s"
|
1924 |
|
1925 |
+
#: ../templates/emails/notify-vendor-shipped.php:13
|
1926 |
msgid ""
|
1927 |
+
"A vendor has marked part of your order as shipped. The items that are "
|
1928 |
+
"shipped are as follows:"
|
1929 |
msgstr ""
|
1930 |
+
"Un vendeur a marqué une partie de votre commande comme envoyée. Les articles "
|
1931 |
+
"envoyés sont les suivants:"
|
1932 |
+
|
1933 |
+
#: ../templates/emails/notify-vendor-shipped.php:17
|
1934 |
+
#: ../templates/emails/vendor-new-order.php:17
|
1935 |
+
#, php-format
|
1936 |
+
msgid "Order: %s"
|
1937 |
+
msgstr "Commande: %s"
|
1938 |
+
|
1939 |
+
#: ../templates/emails/notify-vendor-shipped.php:24
|
1940 |
+
#: ../templates/emails/vendor-new-order.php:24
|
1941 |
+
msgid "Price"
|
1942 |
+
msgstr "Prix"
|
1943 |
+
|
1944 |
+
#: ../templates/emails/notify-vendor-shipped.php:56
|
1945 |
+
#: ../templates/emails/vendor-new-order.php:56
|
1946 |
+
msgid "Customer details"
|
1947 |
+
msgstr "Détails client"
|
1948 |
+
|
1949 |
+
#: ../templates/emails/notify-vendor-shipped.php:59
|
1950 |
+
#: ../templates/emails/vendor-new-order.php:59
|
1951 |
+
msgid "Email:"
|
1952 |
+
msgstr "Courriel:"
|
1953 |
|
1954 |
+
#: ../templates/emails/notify-vendor-shipped.php:62
|
1955 |
+
#: ../templates/emails/vendor-new-order.php:62
|
1956 |
+
msgid "Tel:"
|
1957 |
+
msgstr "Tél:"
|
1958 |
+
|
1959 |
+
#: ../templates/emails/vendor-new-order.php:13
|
1960 |
+
#, php-format
|
1961 |
+
msgid "You have received an order from %s. Their order is as follows:"
|
1962 |
+
msgstr "Vous avez reçu une commande de %s. Cette commande est la suivante:"
|
1963 |
+
|
1964 |
+
#: ../templates/orders/comments/add-new-comment.php:11
|
1965 |
msgid "Add comment"
|
1966 |
msgstr "Ajouter Commentaire"
|
1967 |
|
1968 |
+
#: ../templates/orders/comments/existing-comments.php:9
|
1969 |
#, php-format
|
1970 |
msgid "added %s ago"
|
1971 |
msgstr "Ajouter il y a %s"
|
1972 |
|
1973 |
+
#: ../templates/orders/csv-export.php:6
|
1974 |
msgid "Export orders"
|
1975 |
msgstr "Export Commandes"
|
1976 |
|
1977 |
+
#: ../templates/orders/customer-note/customer-note.php:4
|
1978 |
msgid "Customer note"
|
1979 |
msgstr "Note de l'acheteur"
|
1980 |
|
1981 |
+
#: ../templates/orders/customer-note/customer-note.php:8
|
1982 |
msgid "No customer note."
|
1983 |
msgstr "Pas de note de l'acheteur"
|
1984 |
|
1985 |
+
#: ../templates/orders/orders.php:84
|
1986 |
#, php-format
|
1987 |
msgid "Comments (%s)"
|
1988 |
msgstr "Commentaires (%s)"
|
1989 |
|
1990 |
+
#: ../templates/orders/shipping/shipping-form.php:6
|
1991 |
msgid "Provider:"
|
1992 |
+
msgstr "Vendeur"
|
1993 |
|
1994 |
+
#: ../templates/orders/shipping/shipping-form.php:8
|
1995 |
msgid "Custom Provider"
|
1996 |
+
msgstr "Vendeur personnalisé"
|
1997 |
|
1998 |
+
#: ../templates/orders/shipping/shipping-form.php:31
|
1999 |
msgid "Provider Name:"
|
2000 |
+
msgstr "Nom du vendeur:"
|
2001 |
|
2002 |
+
#: ../templates/orders/shipping/shipping-form.php:40
|
2003 |
msgid "Tracking number:"
|
2004 |
msgstr "Numéro de suivi:"
|
2005 |
|
2006 |
+
#: ../templates/orders/shipping/shipping-form.php:48
|
2007 |
msgid "Tracking link:"
|
2008 |
msgstr "Lien de suivi:"
|
2009 |
|
2010 |
+
#: ../templates/orders/shipping/shipping-form.php:58
|
2011 |
msgid "Date shipped:"
|
2012 |
msgstr "Date de l'expédition:"
|
2013 |
|
2014 |
+
#: ../templates/orders/shipping/shipping-form.php:66
|
2015 |
msgid "Preview:"
|
2016 |
msgstr "Aperçu:"
|
2017 |
|
2018 |
+
#: ../templates/orders/shipping/shipping-form.php:66
|
2019 |
msgid "Click here to track your shipment"
|
2020 |
msgstr "Cliquez ici pour votre numero de tracking"
|
2021 |
|
2022 |
+
#: ../templates/orders/shipping/shipping-form.php:75
|
2023 |
msgid "Update tracking number"
|
2024 |
msgstr "Update numéro de tracking"
|
2025 |
|
2026 |
+
#: ../templates/orders/shipping/shipping-form.php:77
|
2027 |
msgid "Mark as shipped"
|
2028 |
msgstr "Marquer comme envoyé"
|
2029 |
|
2030 |
+
#: ../templates/orders/table-body.php:25
|
2031 |
#, php-format
|
2032 |
msgid "Quantity: %d"
|
2033 |
msgstr "Quantité: %d"
|
2034 |
|
2035 |
+
#~ msgid ""
|
2036 |
+
#~ "The default rate the vendor receives for each product. If a product has a "
|
2037 |
+
#~ "commission rate already set, this value will be ignored for that product."
|
2038 |
+
#~ msgstr ""
|
2039 |
+
#~ "Le taux par défaut que le vendeur reçoit pour chaque produit. Si un "
|
2040 |
+
#~ "produit a un taux de commission déjà défini, cette valeur sera ignorée "
|
2041 |
+
#~ "pour ce produit."
|
2042 |
+
|
2043 |
+
#~ msgid "Enable HTML for a vendor's shop description by default"
|
2044 |
+
#~ msgstr ""
|
2045 |
+
#~ "Activer la description HTML pour la boutique d'un vendeur par défaut"
|
2046 |
+
|
2047 |
+
#~ msgid "Eg: <code>yoursite.com/[your_setting_here]/[vendor_name_here]</code>"
|
2048 |
+
#~ msgstr ""
|
2049 |
+
#~ "Ex: <code>votre-site.com/[le_reglage_ici]/[le_nom_du_vendeur_ici]</code>"
|
2050 |
+
|
2051 |
+
#~ msgid ""
|
2052 |
+
#~ "This will override the HTML Shop description output on product-archive "
|
2053 |
+
#~ "pages."
|
2054 |
+
#~ msgstr ""
|
2055 |
+
#~ "Ceci remplacera le code HTML de la description de la boutique sur les "
|
2056 |
+
#~ "pages archives produit ."
|
2057 |
+
|
2058 |
+
#~ msgid "View backend sales reports"
|
2059 |
+
#~ msgstr "Voir les commandes dans l'administration"
|
2060 |
+
|
2061 |
+
#~ msgid ""
|
2062 |
+
#~ "Graphs and tables via the Reports page in backend. The reports will only "
|
2063 |
+
#~ "display sales data that pertain to their products"
|
2064 |
+
#~ msgstr ""
|
2065 |
+
#~ "Graphiques et tableaux via la page Rapports en backend. Les rapports "
|
2066 |
+
#~ "n'affichent que les données sur les ventes qui se rapportent à leurs "
|
2067 |
+
#~ "produits"
|
2068 |
+
|
2069 |
+
#~ msgid ""
|
2070 |
+
#~ "Vendors could submit a product through the backend, and an admin would "
|
2071 |
+
#~ "approve or deny it"
|
2072 |
+
#~ msgstr ""
|
2073 |
+
#~ "Les vendeurs peuvent soumettre un produit à travers le backend, et un "
|
2074 |
+
#~ "admin devra approuver ou refuser."
|
2075 |
+
|
2076 |
+
#~ msgid "User payments"
|
2077 |
+
#~ msgstr "Paiements Utilisateur"
|
2078 |
+
|
2079 |
+
#~ msgid ""
|
2080 |
+
#~ "Make sure you update your PayPal Adaptive Payments settings <a href=\"%s"
|
2081 |
+
#~ "\">here</a>."
|
2082 |
+
#~ msgstr ""
|
2083 |
+
#~ "Assurez-vous que vous avez mis à jour vos paramètres de paiements PayPal "
|
2084 |
+
#~ "<a href=\"%s\">ici</a>."
|
2085 |
+
|
2086 |
+
#~ msgid ""
|
2087 |
+
#~ "Order unmarked shipped. <br><br>Caution: Clicking Reload in your "
|
2088 |
+
#~ "browser will mark the order as shipped and email the buyer again, "
|
2089 |
+
#~ "potentially spamming them."
|
2090 |
+
#~ msgstr ""
|
2091 |
+
#~ "Commande envoyée. <br><br>Attension: Si vous rechargez la page la "
|
2092 |
+
#~ "commande peut être marquée envoyée et le courriel pour le vendeur peut "
|
2093 |
+
#~ "être envoyé une nouvelle fois, ceci peut être considéré comme du spam."
|
2094 |
+
|
2095 |
+
#~ msgid ""
|
2096 |
+
#~ "Order marked shipped. <br><br>Caution: Clicking Reload in your browser "
|
2097 |
+
#~ "will unmark the order as shipped."
|
2098 |
+
#~ msgstr ""
|
2099 |
+
#~ "Commande envoyée. <br><br>Attension: Si vous rechargez la page la "
|
2100 |
+
#~ "commande peut être marquée comme non-envoyée."
|
2101 |
+
|
2102 |
+
#~ msgid "Extra data"
|
2103 |
+
#~ msgstr "Extra data"
|
2104 |
+
|
2105 |
+
#~ msgid ""
|
2106 |
+
#~ "Your account is not setup as a vendor yet. If you would like to "
|
2107 |
+
#~ "register, please complete this page!"
|
2108 |
+
#~ msgstr ""
|
2109 |
+
#~ "Votre compte n'est pas configuré comme vendeur. <br />Si vous souhaitez "
|
2110 |
+
#~ "vous inscrire, merci compléter cette page!"
|
2111 |
+
|
2112 |
+
#~ msgid "Control Center"
|
2113 |
+
#~ msgstr "Mon Espace"
|
2114 |
+
|
2115 |
+
#~ msgid "My shop"
|
2116 |
+
#~ msgstr "Ma boutique"
|
2117 |
+
|
2118 |
+
#~ msgid "My settings"
|
2119 |
+
#~ msgstr "Mes paramètres"
|
2120 |
+
|
2121 |
+
#~ msgid "Submit a product"
|
2122 |
+
#~ msgstr "Soumettre un produit"
|
2123 |
+
|
2124 |
#~ msgid "Product Vendor"
|
2125 |
#~ msgstr "Product Vendor"
|
2126 |
|
|
|
|
|
|
|
2127 |
#~ msgid "Product Vendors"
|
2128 |
#~ msgstr "Vendeurs"
|
2129 |
|
2131 |
#~ msgstr "Commission due"
|
2132 |
|
2133 |
#~ msgid ""
|
2134 |
+
#~ "<b>Important:</b> Unless you're using the <a href=\"%s\">beta version of "
|
2135 |
+
#~ "TRS2</a>, all shipping costs will be given to the shop admin. Vendors "
|
2136 |
+
#~ "will not receive shipping costs."
|
2137 |
#~ msgstr ""
|
2138 |
+
#~ "<b>Important:</b> Unless you're using the <a href=\"%s\">beta version of "
|
2139 |
+
#~ "TRS2</a>, all shipping costs will be given to the shop admin. Vendors "
|
2140 |
+
#~ "will not receive shipping costs."
|
2141 |
|
2142 |
#~ msgid ""
|
2143 |
+
#~ "The plugin has been updated, but could not be reactivated. Please "
|
2144 |
+
#~ "reactivate it manually."
|
2145 |
#~ msgstr ""
|
2146 |
+
#~ "The plugin has been updated, but could not be reactivated. Please "
|
2147 |
+
#~ "reactivate it manually."
|
2148 |
|
2149 |
#~ msgid "Plugin reactivated successfully."
|
2150 |
#~ msgstr "Plugin réactivé avec succès."
|
2156 |
#~ msgstr "MGates.me Plugin Updater"
|
2157 |
|
2158 |
#~ msgid "Enter your license key to automatically receive updates."
|
2159 |
+
#~ msgstr ""
|
2160 |
+
#~ "Entrez votre numéro de licence afin de recevoir automatiquement les mises "
|
2161 |
+
#~ "à jour."
|
2162 |
|
2163 |
#~ msgid "Check for updates <b>now</b>"
|
2164 |
#~ msgstr "Check for updates <b>now</b>"
|
2165 |
|
2166 |
#~ msgid ""
|
2167 |
+
#~ "<b style=\"color: #468847;\">Key deactivated.</b> License key for <i>%s</"
|
2168 |
+
#~ "i> has been <b>deactivated</b>."
|
2169 |
#~ msgstr ""
|
2170 |
+
#~ "<b style=\"color: #468847;\">Key deactivated.</b> License key for <i>%s</"
|
2171 |
+
#~ "i> has been <b>deactivated</b>."
|
2172 |
|
2173 |
#~ msgid ""
|
2174 |
+
#~ "<b style=\"color: #B94A48;\">Error.</b> License key for <i>%s</i> could "
|
2175 |
+
#~ "not be deactivated."
|
2176 |
#~ msgstr ""
|
2177 |
+
#~ "<b style=\"color: #B94A48;\">Error.</b> License key for <i>%s</i> could "
|
2178 |
+
#~ "not be deactivated."
|
2179 |
|
2180 |
#~ msgid ""
|
2181 |
+
#~ "<b style=\"color: #468847;\">Key activated.</b> License key for <i>%s</i> "
|
2182 |
+
#~ "has been <b>activated</b>."
|
2183 |
#~ msgstr ""
|
2184 |
+
#~ "<b style=\"color: #468847;\">Key activated.</b> License key for <i>%s</i> "
|
2185 |
+
#~ "has been <b>activated</b>."
|
2186 |
|
2187 |
#~ msgid ""
|
2188 |
+
#~ "<b style=\"color: #B94A48;\">Erreur.</b> La clé de licence pour <i>%s</i> "
|
2189 |
+
#~ "est invalide."
|
2190 |
#~ msgstr ""
|
2191 |
+
#~ "<b style=\"color: #B94A48;\">Erreur.</b> La clé de licence pour <i>%s</i> "
|
2192 |
+
#~ "est invalide."
|
2193 |
|
2194 |
#~ msgid "Enable MGates.me Plugin Updates."
|
2195 |
#~ msgstr "Authoriser les mises a jour des plugin MGates.me."
|
2196 |
|
2197 |
+
#~ msgid ""
|
2198 |
+
#~ "<a href=\"%1$s\">Add your license keys</a> to enable automatic plugin "
|
|
|
2199 |
#~ "updates."
|
2200 |
+
#~ msgstr ""
|
2201 |
+
#~ "<a href=\"%1$s\">Ajouter votre clé de licence</a> pour activer le plugin "
|
2202 |
+
#~ "automatiquement updates."
|
2203 |
|
2204 |
#~ msgid "Hide This Message"
|
2205 |
#~ msgstr "Masquer ce message"
|
2206 |
|
2207 |
#~ msgid "Your account has not yet been approved to become a vendor."
|
2208 |
#~ msgstr "Votre compte n'a pas encore été approuvé pour devenir Vendeur."
|
|
|
|
|
|
languages/wcvendors-nl_NL.mo
ADDED
Binary file
|
languages/wcvendors-nl_NL.po
ADDED
@@ -0,0 +1,1938 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WC Vendors\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: Mon Jun 20 2016 17:18:18 GMT+0200 (West-Europa "
|
6 |
+
"(zomertijd))\n"
|
7 |
+
"PO-Revision-Date: Mon Jun 20 2016 18:26:51 GMT+0200 (West-Europa "
|
8 |
+
"(zomertijd))\n"
|
9 |
+
"Last-Translator: jjclinton <jjclinton15@gmail.com>\n"
|
10 |
+
"Language-Team: \n"
|
11 |
+
"Language: Dutch\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
13 |
+
"MIME-Version: 1.0\n"
|
14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-Basepath: .\n"
|
18 |
+
"X-Poedit-SearchPath-0: ../../plugins/wc-vendors\n"
|
19 |
+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
20 |
+
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
21 |
+
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
22 |
+
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
23 |
+
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
+
"X-Loco-Target-Locale: nl_NL\n"
|
25 |
+
"X-Generator: Loco - https://localise.biz/"
|
26 |
+
|
27 |
+
#. Name of the plugin
|
28 |
+
msgid "WC Vendors"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#. URI of the plugin
|
32 |
+
msgid "https://www.wcvendors.com"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#. Description of the plugin
|
36 |
+
msgid ""
|
37 |
+
"Allow vendors to sell their own products and receive a commission for each "
|
38 |
+
"sale."
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:36
|
42 |
+
msgid ""
|
43 |
+
"WC Vendors requires WooCommerce to run. Please install WooCommerce and "
|
44 |
+
"activate before attempting to activate again."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:114
|
48 |
+
msgid ""
|
49 |
+
"<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce "
|
50 |
+
"v2.4.0."
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:273 ../../plugins/wc-
|
54 |
+
#: vendors/classes/admin/settings/sf-options.php:192
|
55 |
+
msgid "Capabilities"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:336
|
59 |
+
msgid "Documentation/KB"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:337
|
63 |
+
msgid "Help Forums"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:338
|
67 |
+
msgid "Paid Support"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:360
|
71 |
+
#, php-format
|
72 |
+
msgid ""
|
73 |
+
"WC Vendors requires the Vendor shop page value be set <a href=\"%s\">click "
|
74 |
+
"here to set it.</a> | <a href=\"%s\">Hide Notice</a>"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:368
|
78 |
+
#, php-format
|
79 |
+
msgid ""
|
80 |
+
"You must save your permalinks once you have modified your vendor page. <a "
|
81 |
+
"href=\"%s\">click here to save</a>. | <a href=\"%s\">Hide Notice</a>"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: ../../plugins/wc-vendors/classes/class-cron.php:87
|
85 |
+
#, php-format
|
86 |
+
msgid "Payment total: %s"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: ../../plugins/wc-vendors/classes/class-cron.php:148
|
90 |
+
msgid "Once Weekly"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: ../../plugins/wc-vendors/classes/class-cron.php:153
|
94 |
+
msgid "Once every two weeks"
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: ../../plugins/wc-vendors/classes/class-cron.php:158
|
98 |
+
msgid "Once a month"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: ../../plugins/wc-vendors/classes/class-install.php:80 ../../plugins/wc-
|
102 |
+
#: vendors/classes/class-install.php:235
|
103 |
+
msgid "Pending Vendor"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: ../../plugins/wc-vendors/classes/class-install.php:187 ../../plugins/wc-
|
107 |
+
#: vendors/classes/admin/class-vendor-admin-dashboard.php:21 ../../plugins/wc-
|
108 |
+
#: vendors/classes/admin/class-vendor-admin-dashboard.php:21 ../../plugins/wc-
|
109 |
+
#: vendors/classes/admin/class-vendor-admin-dashboard.php:146 ../../plugins/wc-
|
110 |
+
#: vendors/classes/admin/settings/sf-options.php:196 ../../plugins/wc-
|
111 |
+
#: vendors/templates/dashboard/orders.php:24
|
112 |
+
msgid "Orders"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: ../../plugins/wc-vendors/classes/class-vendors.php:551
|
116 |
+
#, php-format
|
117 |
+
msgctxt "Order date parsed by strftime"
|
118 |
+
msgid "%b %d, %Y @ %I:%M %p"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:252 ../..
|
122 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:174 ../../plugins/wc-
|
123 |
+
#: vendors/templates/dashboard/reports.php:17 ../../plugins/wc-
|
124 |
+
#: vendors/templates/emails/admin-new-order.php:22 ../../plugins/wc-
|
125 |
+
#: vendors/templates/emails/notify-vendor-shipped.php:22 ../../plugins/wc-
|
126 |
+
#: vendors/templates/emails/vendor-new-order.php:22
|
127 |
+
msgid "Product"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:253 ../..
|
131 |
+
#: plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:283
|
132 |
+
msgid "Order ID"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:256 ../..
|
136 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:178 ../../plugins/wc-
|
137 |
+
#: vendors/classes/admin/class-admin-reports.php:461
|
138 |
+
msgid "Status"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:313 ../..
|
142 |
+
#: plugins/wc-vendors/classes/admin/class-admin-page.php:317
|
143 |
+
msgid "Filter"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#. translators: 1: month name, 2: 4-digit year
|
147 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:365
|
148 |
+
#, php-format
|
149 |
+
msgid "%1$s %2$d"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:134 ../..
|
153 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:141 ../../plugins/wc-
|
154 |
+
#: vendors/classes/admin/class-admin-reports.php:148
|
155 |
+
msgid "n/a"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:173 ../..
|
159 |
+
#: plugins/wc-vendors/classes/front/orders/class-orders.php:183 ../../plugins/wc-
|
160 |
+
#: vendors/templates/dashboard/orders.php:33
|
161 |
+
msgid "Order"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:186
|
165 |
+
msgid "N/A"
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:191
|
169 |
+
msgid "D j M Y \\a\\t h:ia"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:58 ../.
|
173 |
+
#: ./plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:112
|
174 |
+
msgid "Your PayPal address is not a valid email address."
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:150 .
|
178 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:161 ../.
|
179 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:183 ../..
|
180 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:282
|
181 |
+
msgid "Email type"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:157 .
|
185 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:168 ../.
|
186 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:190 ../..
|
187 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:289
|
188 |
+
msgid "HTML"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:158 .
|
192 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:169 ../.
|
193 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:191 ../..
|
194 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:290
|
195 |
+
msgid "Multipart"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:9
|
199 |
+
msgid ""
|
200 |
+
"The default rate you pay each vendor for a product sale. <br>You can also "
|
201 |
+
"give vendors their own individual commission rates by editing the vendors "
|
202 |
+
"user account.<br>Also, you can edit an individual products commission to "
|
203 |
+
"override both of these settings on a per product basis."
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:20 ../..
|
207 |
+
#: plugins/wc-vendors/classes/admin/settings/sf-options.php:27
|
208 |
+
msgid "Allow users or guests to apply to become a vendor"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:22
|
212 |
+
msgid ""
|
213 |
+
"Allow users or guests to apply to become a vendor. <br><br><strong>WARNING:"
|
214 |
+
"</strong> You MUST \"<strong>Enable registration on the \"My Account\" "
|
215 |
+
"page</strong>\" in your <strong>WooCommerce > Settings > Accounts</strong> "
|
216 |
+
"page for this option to work. Currently, you have registration disabled."
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:26
|
220 |
+
msgid "Registration"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:28
|
224 |
+
msgid ""
|
225 |
+
"This will show a checkbox on the My Account page's registration form asking "
|
226 |
+
"if the user would like to apply to be a vendor. Also, on the Vendor "
|
227 |
+
"Dashboard, users can still apply to become a vendor even if this is disabled."
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:35
|
231 |
+
msgid "Approve vendor applications manually"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:36
|
235 |
+
msgid ""
|
236 |
+
"With this unchecked, all vendor applications are automatically accepted. "
|
237 |
+
"Otherwise, you must approve each manually."
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:43 ../..
|
241 |
+
#: plugins/wc-vendors/classes/admin/settings/sf-options.php:175
|
242 |
+
msgid "Taxes"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:44
|
246 |
+
msgid "Give vendors any tax collected per-product"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:45
|
250 |
+
msgid "The tax collected on a vendor's product will be given in its entirety"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:53
|
254 |
+
msgid "Give vendors any shipping collected per-product"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:54
|
258 |
+
msgid ""
|
259 |
+
"WC Vendors Free - Give vendors shipping if using Per Product Shipping "
|
260 |
+
"gateway. WC Vendors Pro - Give vendors shipping when using Vendor Shipping. "
|
261 |
+
" No other shipping module is compatible with this option."
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:60
|
265 |
+
msgid "Shop options"
|
266 |
+
msgstr ""
|
267 |
+
|
268 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:63
|
269 |
+
msgid "Shop HTML"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:64
|
273 |
+
msgid ""
|
274 |
+
"Enable HTML for a vendor's shop description by default. You can enable or "
|
275 |
+
"disable this per vendor by editing the vendors user account."
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:71
|
279 |
+
msgid "Vendor Shop Page"
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:72
|
283 |
+
msgid ""
|
284 |
+
"Enter one word for the URI. If you enter \"<strong>vendors</strong>\" your "
|
285 |
+
"vendors store will be <code>yourdomain.com/vendors/store-name/</code>"
|
286 |
+
msgstr ""
|
287 |
+
|
288 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:79
|
289 |
+
msgid "Shop Headers"
|
290 |
+
msgstr ""
|
291 |
+
|
292 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:80
|
293 |
+
msgid "Enable vendor shop headers"
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:81
|
297 |
+
msgid ""
|
298 |
+
"This will override the HTML Shop description output on product-archive pages."
|
299 |
+
" In order to customize the shop headers visit wcvendors.com and read the "
|
300 |
+
"article in the Knowledgebase titled Changing the Vendor Templates."
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:88
|
304 |
+
msgid "Vendor Display Name"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:89
|
308 |
+
msgid "Select what will be displayed for the sold by text throughout the store."
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:93
|
312 |
+
msgid "Display Name"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:94 ../..
|
316 |
+
#: plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:22 ../..
|
317 |
+
#: plugins/wc-vendors/templates/dashboard/settings/shop-name.php:2
|
318 |
+
msgid "Shop Name"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:95
|
322 |
+
msgid "User Login"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:96
|
326 |
+
msgid "User Email"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:103 ../..
|
330 |
+
#: plugins/wc-vendors/classes/admin/settings/sf-options.php:116
|
331 |
+
msgid "Sold By"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:104
|
335 |
+
msgid "Enable sold by labels"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:105
|
339 |
+
msgid "This will enable or disable the sold by labels."
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:112
|
343 |
+
msgid "Sold By Label"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:113
|
347 |
+
msgid "The sold by label used on the site and emails."
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:120
|
351 |
+
msgid "Seller Info Label"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:121
|
355 |
+
msgid "The seller info tab title on the single product page."
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:124
|
359 |
+
msgid "Seller Info"
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:128
|
363 |
+
msgid "Product Add Page"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:128
|
367 |
+
msgid "Configure what to hide from all vendors when adding a product"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:131
|
371 |
+
msgid "Left side panel"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:132
|
375 |
+
msgid ""
|
376 |
+
"CHECKING these boxes will **HIDE** these areas of the add product page for "
|
377 |
+
"vendors"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:135
|
381 |
+
msgid "Inventory"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:137
|
385 |
+
msgid "Linked Products"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:138
|
389 |
+
msgid "Attributes"
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:139
|
393 |
+
msgid "Advanced"
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:146
|
397 |
+
msgid "Types"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:147
|
401 |
+
msgid "CHECKING these boxes will HIDE these product types from the vendor"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:150
|
405 |
+
msgid "Simple"
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:151
|
409 |
+
msgid "Variable"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:152
|
413 |
+
msgid "Grouped"
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:153
|
417 |
+
msgid "External / affiliate"
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:160
|
421 |
+
msgid "Type options"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:161
|
425 |
+
msgid "CHECKING these boxes will **HIDE** these product options from the vendor"
|
426 |
+
msgstr ""
|
427 |
+
|
428 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:164
|
429 |
+
msgid "Virtual"
|
430 |
+
msgstr ""
|
431 |
+
|
432 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:165
|
433 |
+
msgid "Downloadable"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:172
|
437 |
+
msgid "Miscellaneous"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:176
|
441 |
+
msgid "SKU"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:177
|
445 |
+
msgid "Featured"
|
446 |
+
msgstr ""
|
447 |
+
|
448 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:178
|
449 |
+
msgid "Duplicate Product"
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:185
|
453 |
+
msgid "Stylesheet"
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:186
|
457 |
+
msgid ""
|
458 |
+
"You can add CSS in this textarea, which will be loaded on the product "
|
459 |
+
"add/edit page for vendors."
|
460 |
+
msgstr ""
|
461 |
+
|
462 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:193
|
463 |
+
msgid "Permissions"
|
464 |
+
msgstr ""
|
465 |
+
|
466 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:193
|
467 |
+
msgid "General permissions used around the shop"
|
468 |
+
msgstr ""
|
469 |
+
|
470 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:197
|
471 |
+
msgid "View orders"
|
472 |
+
msgstr ""
|
473 |
+
|
474 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:198
|
475 |
+
msgid "Show customer details such as email, address, name, etc, for each order"
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:205
|
479 |
+
msgid "View comments"
|
480 |
+
msgstr ""
|
481 |
+
|
482 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:206
|
483 |
+
msgid "View all vendor comments for an order on the frontend"
|
484 |
+
msgstr ""
|
485 |
+
|
486 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:213
|
487 |
+
msgid "Submit comments"
|
488 |
+
msgstr ""
|
489 |
+
|
490 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:214
|
491 |
+
msgid "Submit comments for an order on the frontend. Eg, tracking ID for a product"
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:221
|
495 |
+
msgid "View email addresses"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:222
|
499 |
+
msgid ""
|
500 |
+
"While viewing order details on the frontend, you can disable or enable email "
|
501 |
+
"addresses"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:229
|
505 |
+
msgid "Export a CSV file of orders for a product"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:230
|
509 |
+
msgid "Vendors could export orders for a product on the frontend"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:237
|
513 |
+
msgid "Reports"
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:238
|
517 |
+
msgid "<strike>View backend sales reports</strike>. <strong>Depreciated</strong>"
|
518 |
+
msgstr ""
|
519 |
+
|
520 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:239
|
521 |
+
msgid ""
|
522 |
+
"This option has been removed and will no longer function. It will be "
|
523 |
+
"completely removed in future versions. Vendors should use their Vendor "
|
524 |
+
"Dashboard for reports as all identical functionality is already there. "
|
525 |
+
msgstr ""
|
526 |
+
|
527 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:246
|
528 |
+
msgid "View Frontend sales reports"
|
529 |
+
msgstr ""
|
530 |
+
|
531 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:247
|
532 |
+
msgid ""
|
533 |
+
"Sales table on the frontend on the Vendor Dashboard page. The table will "
|
534 |
+
"only display sales data that pertain to their products, and only for orders "
|
535 |
+
"that are processing or completed."
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:255
|
539 |
+
msgid "Submit products"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:256
|
543 |
+
msgid ""
|
544 |
+
"Check to allow vendors to list new products. Admin must approve new "
|
545 |
+
"products by editing the product, and clicking Publish."
|
546 |
+
msgstr ""
|
547 |
+
|
548 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:263
|
549 |
+
msgid "Edit live products"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:264
|
553 |
+
msgid ""
|
554 |
+
"Vendors could edit an approved product after it has already gone live. There "
|
555 |
+
"is no approval or review after editing a live product. This could be "
|
556 |
+
"dangerous with malicious vendors, so take caution."
|
557 |
+
msgstr ""
|
558 |
+
|
559 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:271
|
560 |
+
msgid "Submit products live without requiring approval"
|
561 |
+
msgstr ""
|
562 |
+
|
563 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:272
|
564 |
+
msgid ""
|
565 |
+
"Vendors can submit products without review or approval from a shop admin. "
|
566 |
+
"This could be dangerous with malicious vendors, so take caution."
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:278
|
570 |
+
msgid "Pages"
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:279
|
574 |
+
msgid "Page configuration"
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:282
|
578 |
+
msgid "Vendor dashboard"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:283
|
582 |
+
msgid ""
|
583 |
+
"Choose the page that has the shortcode "
|
584 |
+
"<code>[wcv_vendor_dashboard]</code><br/>. If this page is not set, you will "
|
585 |
+
"break your site. If you upgrade to Pro, keep this page unchanged as both "
|
586 |
+
"Pro Dashboard and this Dashboard page must be set."
|
587 |
+
msgstr ""
|
588 |
+
|
589 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:290
|
590 |
+
msgid "Shop settings"
|
591 |
+
msgstr ""
|
592 |
+
|
593 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:291
|
594 |
+
msgid ""
|
595 |
+
"Choose the page that has the shortcode "
|
596 |
+
"<code>[wcv_shop_settings]</code><br/>These are the shop settings a vendor "
|
597 |
+
"can configure. By default, Vendor Dashboard > Shop Settings should have "
|
598 |
+
"this shortcode."
|
599 |
+
msgstr ""
|
600 |
+
|
601 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:298
|
602 |
+
msgid "Orders page"
|
603 |
+
msgstr ""
|
604 |
+
|
605 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:299
|
606 |
+
msgid ""
|
607 |
+
"Choose the page that has the shortcode <code>[wcv_orders]</code><br/>By "
|
608 |
+
"default, Vendor Dashboard > Orders should have the shortcode."
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:306
|
612 |
+
msgid "Vendor terms"
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:307
|
616 |
+
msgid ""
|
617 |
+
"These terms are shown to a user when submitting an application to become a "
|
618 |
+
"vendor.<br/>If left blank, no terms will be shown to the applicant. Vendor "
|
619 |
+
"must accept terms in order to register, if set."
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:314
|
623 |
+
msgid "payments"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:325
|
627 |
+
msgid "Payments"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:327
|
631 |
+
msgid "PayPal Adaptive Payments Scheduling"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:328
|
635 |
+
#, php-format
|
636 |
+
msgid "Total commission currently due: %s. <a href=\"%s\">View details</a>."
|
637 |
+
msgstr ""
|
638 |
+
|
639 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:329
|
640 |
+
#, php-format
|
641 |
+
msgid ""
|
642 |
+
"Make sure you update your PayPal Adaptive Payments settings <a "
|
643 |
+
"href=\"%s\">here</a>. <br><br>To instantly pay with Adaptive Payments you "
|
644 |
+
"must activate the paypalap gateway in your Checkout settings. <br><a "
|
645 |
+
"href=\"https://www.wcvendors.com/kb/configuring-paypal-adaptive-payments/\" "
|
646 |
+
"target=\"top\">PayPal AP Application Help</a>. <br><br>Another gateway that "
|
647 |
+
"offers instant payments to vendors that also accepts credit cards directly "
|
648 |
+
"on your checkout page is Stripe. <br><a href=\"https://www.wcvendors."
|
649 |
+
"com/product/stripe-commissions-gateway/\" target=\"top\">Stripe Commissions & "
|
650 |
+
"Gateway plugin</a> is $49 and specifically coded for WC Vendors and <a "
|
651 |
+
"href=\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
652 |
+
"Vendors Pro</a>."
|
653 |
+
msgstr ""
|
654 |
+
|
655 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:333
|
656 |
+
msgid "Instant pay"
|
657 |
+
msgstr ""
|
658 |
+
|
659 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:334
|
660 |
+
msgid ""
|
661 |
+
"Instantly pay vendors their commission when an order is made, and if a "
|
662 |
+
"vendor has a valid PayPal email added on their Shop Settings page."
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:335
|
666 |
+
msgid ""
|
667 |
+
"For this to work, customers must checkout with the PayPal Adaptive Payments "
|
668 |
+
"gateway. Using any other gateways will not pay vendors instantly"
|
669 |
+
msgstr ""
|
670 |
+
|
671 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:342
|
672 |
+
msgid "Payment schedule"
|
673 |
+
msgstr ""
|
674 |
+
|
675 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:343
|
676 |
+
msgid "Note: Schedule will only work if instant pay is unchecked"
|
677 |
+
msgstr ""
|
678 |
+
|
679 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:348
|
680 |
+
msgid "Weekly"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:349
|
684 |
+
msgid "Biweekly"
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:350
|
688 |
+
msgid "Monthly"
|
689 |
+
msgstr ""
|
690 |
+
|
691 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:351
|
692 |
+
msgid "Manual"
|
693 |
+
msgstr ""
|
694 |
+
|
695 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:352
|
696 |
+
msgid "Now"
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:357
|
700 |
+
msgid "Email notification"
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:358
|
704 |
+
msgid ""
|
705 |
+
"Send the WooCommerce admin an email each time a payment has been made via "
|
706 |
+
"the payment schedule options above"
|
707 |
+
msgstr ""
|
708 |
+
|
709 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-format-
|
710 |
+
#: options.php:211 ../../plugins/wc-vendors/classes/admin/settings/classes/sf-
|
711 |
+
#: class-settings.php:789
|
712 |
+
msgid "Select a page..."
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
716 |
+
#: 153 ../../plugins/wc-vendors/templates/dashboard/settings/settings.php:1
|
717 |
+
msgid "Settings"
|
718 |
+
msgstr ""
|
719 |
+
|
720 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
721 |
+
#: 302
|
722 |
+
msgid "Could not load settings at: "
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
726 |
+
#: 302
|
727 |
+
msgid "Error - WP Settings Framework"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
731 |
+
#: 484
|
732 |
+
#, php-format
|
733 |
+
msgid "Save %s changes"
|
734 |
+
msgstr ""
|
735 |
+
|
736 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
737 |
+
#: 497
|
738 |
+
msgid ""
|
739 |
+
"Please help with a <a href=\"https://wordpress.org/support/view/plugin-"
|
740 |
+
"reviews/wc-vendors?rate=5#postform\" target=\"top\">High Five!</a> | <a "
|
741 |
+
"href=\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
742 |
+
"Vendors Pro</a> | <a href=\"https://www.wcvendors.com/product/stripe-"
|
743 |
+
"commissions-gateway/\" target=\"top\">Stripe Commissions & Gateway</a> | <a "
|
744 |
+
"href=\"https://www.wcvendors.com/kb/\" target=\"top\">KnowledgeBase</a> | <a "
|
745 |
+
"href=\"https://www.wcvendors.com/help/\" target=\"top\">Help Forums</a>"
|
746 |
+
msgstr ""
|
747 |
+
|
748 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
749 |
+
#: 782
|
750 |
+
msgid "Edit Page"
|
751 |
+
msgstr ""
|
752 |
+
|
753 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
754 |
+
#: 783
|
755 |
+
msgid "View Page"
|
756 |
+
msgstr ""
|
757 |
+
|
758 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
759 |
+
#: 846
|
760 |
+
#, php-format
|
761 |
+
msgid "Update %s"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
765 |
+
#: 846 ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.
|
766 |
+
#: php:846
|
767 |
+
#, php-format
|
768 |
+
msgid "Add %s"
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:
|
772 |
+
#: 846
|
773 |
+
#, php-format
|
774 |
+
msgid "Upload an image for the %s"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: ../../plugins/wc-vendors/classes/front/signup/class-vendor-signup.php:122
|
778 |
+
msgid "Application denied. You are an administrator."
|
779 |
+
msgstr ""
|
780 |
+
|
781 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:43
|
782 |
+
msgid "PayPal Adaptive Payments"
|
783 |
+
msgstr ""
|
784 |
+
|
785 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:119
|
786 |
+
#, php-format
|
787 |
+
msgid ""
|
788 |
+
"Something went wrong. Response from PayPal invalidated this order. Status: "
|
789 |
+
"%s."
|
790 |
+
msgstr ""
|
791 |
+
|
792 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:124
|
793 |
+
msgid "IPN payment completed"
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:146
|
797 |
+
msgid "Enable PayPal Adaptive Payments"
|
798 |
+
msgstr ""
|
799 |
+
|
800 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:152
|
801 |
+
msgid "Method Title"
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:153
|
805 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
806 |
+
#: test.php:70
|
807 |
+
msgid "This controls the title which the user sees during checkout."
|
808 |
+
msgstr ""
|
809 |
+
|
810 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:160
|
811 |
+
msgid "This controls the description which the user sees during checkout."
|
812 |
+
msgstr ""
|
813 |
+
|
814 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:172
|
815 |
+
msgid "Live Credentials"
|
816 |
+
msgstr ""
|
817 |
+
|
818 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:174
|
819 |
+
#, php-format
|
820 |
+
msgid ""
|
821 |
+
"You must have an <a href=\"%s\">Application ID</a> to process live "
|
822 |
+
"transactions. You do not need one for testing in Sandbox mode."
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:179
|
826 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:213
|
827 |
+
msgid "PayPal Email"
|
828 |
+
msgstr ""
|
829 |
+
|
830 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:180
|
831 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:214
|
832 |
+
msgid "The email address main payments should go to."
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:185
|
836 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:219
|
837 |
+
msgid "API Username"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:190
|
841 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:224
|
842 |
+
msgid "API Password"
|
843 |
+
msgstr ""
|
844 |
+
|
845 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:195
|
846 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:229
|
847 |
+
msgid "API Signature"
|
848 |
+
msgstr ""
|
849 |
+
|
850 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:200
|
851 |
+
msgid "Application ID"
|
852 |
+
msgstr ""
|
853 |
+
|
854 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:202
|
855 |
+
msgid "Only required when doing live transactions."
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:206
|
859 |
+
msgid "Sandbox Credentials"
|
860 |
+
msgstr ""
|
861 |
+
|
862 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:208
|
863 |
+
#, php-format
|
864 |
+
msgid ""
|
865 |
+
"You can signup for a sandbox developer account <a href=\"%s\">here</a>. You "
|
866 |
+
"need a developer account if you want to enable Sandbox mode for testing."
|
867 |
+
msgstr ""
|
868 |
+
|
869 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:240
|
870 |
+
msgid "Misc. Settings"
|
871 |
+
msgstr ""
|
872 |
+
|
873 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:245
|
874 |
+
msgid "Enable PayPal Sandbox mode"
|
875 |
+
msgstr ""
|
876 |
+
|
877 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:251
|
878 |
+
msgid "Enable logging"
|
879 |
+
msgstr ""
|
880 |
+
|
881 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:269
|
882 |
+
msgid ""
|
883 |
+
"The PayPal Adaptive Payments gateway can instantly pay your vendors their "
|
884 |
+
"due commission (if enabled). Also used to mass pay vendors on a schedule / "
|
885 |
+
"manual method (if enabled)."
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
889 |
+
msgid "Gateway Disabled"
|
890 |
+
msgstr ""
|
891 |
+
|
892 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
893 |
+
#, php-format
|
894 |
+
msgid "%s does not support your store currency."
|
895 |
+
msgstr ""
|
896 |
+
|
897 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:384
|
898 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:500
|
899 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
900 |
+
#: php:153
|
901 |
+
#, php-format
|
902 |
+
msgid "Error: %s"
|
903 |
+
msgstr ""
|
904 |
+
|
905 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:393
|
906 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:394
|
907 |
+
#, php-format
|
908 |
+
msgid "Error ID: %s. %s"
|
909 |
+
msgstr ""
|
910 |
+
|
911 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
912 |
+
#: php:115
|
913 |
+
msgid "No vendors found to pay. Maybe they haven't set a PayPal address?"
|
914 |
+
msgstr ""
|
915 |
+
|
916 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
917 |
+
#: php:167
|
918 |
+
msgid "All due commission has been paid for."
|
919 |
+
msgstr ""
|
920 |
+
|
921 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
922 |
+
#: php:173
|
923 |
+
msgid ""
|
924 |
+
"All due commission has been paid for, but I could not clear it from their "
|
925 |
+
"profiles due to an internal error. Commission will still be listed as due. "
|
926 |
+
"Please manually mark the commission as paid from the Commissions page."
|
927 |
+
msgstr ""
|
928 |
+
|
929 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
930 |
+
#: php:208
|
931 |
+
msgid "WooCommerce: Mass payments for vendors update"
|
932 |
+
msgstr ""
|
933 |
+
|
934 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
935 |
+
#: php:210
|
936 |
+
msgid ""
|
937 |
+
"Hello! A payment was just triggered to mass pay all vendors their due "
|
938 |
+
"commission."
|
939 |
+
msgstr ""
|
940 |
+
|
941 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
942 |
+
#: php:211
|
943 |
+
#, php-format
|
944 |
+
msgid "Payment status: %s."
|
945 |
+
msgstr ""
|
946 |
+
|
947 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
948 |
+
#: php:212
|
949 |
+
#, php-format
|
950 |
+
msgid "Payment message: %s."
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_Masspay/class-paypal-masspay.
|
954 |
+
#: php:215
|
955 |
+
#, php-format
|
956 |
+
msgid "Payment total: %s."
|
957 |
+
msgstr ""
|
958 |
+
|
959 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
960 |
+
#: test.php:35 ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-
|
961 |
+
#: wcv-gateway-test.php:71
|
962 |
+
msgid "WC Vendors Test Gateway"
|
963 |
+
msgstr ""
|
964 |
+
|
965 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
966 |
+
#: test.php:36
|
967 |
+
msgid ""
|
968 |
+
"This gateway will set orders to processing upon receipt allowing you to test "
|
969 |
+
"transactions in your store. Some WooCommerce included gateways have "
|
970 |
+
"problems with this - you should use this gateway for all of your non-PayPal "
|
971 |
+
"testing."
|
972 |
+
msgstr ""
|
973 |
+
|
974 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
975 |
+
#: test.php:64
|
976 |
+
msgid "Enable WC Vendors Test Gateway Payment"
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
980 |
+
#: test.php:68
|
981 |
+
msgid "Title"
|
982 |
+
msgstr "Titel"
|
983 |
+
|
984 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
985 |
+
#: test.php:77
|
986 |
+
msgid "Payment method description that the customer will see on your checkout."
|
987 |
+
msgstr ""
|
988 |
+
|
989 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
990 |
+
#: test.php:78
|
991 |
+
msgid ""
|
992 |
+
"This is a test gateway -- not to be used on live sites for live transactions."
|
993 |
+
" <a href=\"http://www.wcvendors.com/\" target=\"top\">Click here to visit "
|
994 |
+
"WCVendors.com</a>."
|
995 |
+
msgstr ""
|
996 |
+
|
997 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
998 |
+
#: test.php:82
|
999 |
+
msgid "Instructions"
|
1000 |
+
msgstr "Instructies"
|
1001 |
+
|
1002 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
1003 |
+
#: test.php:84
|
1004 |
+
msgid ""
|
1005 |
+
"Success! Your test order is now marked as processing and any vendors will "
|
1006 |
+
"be sent an email as long as you have the Notify Vendors email enabled under "
|
1007 |
+
"WooCommerce--Settings--Emails."
|
1008 |
+
msgstr ""
|
1009 |
+
|
1010 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
1011 |
+
#: test.php:124
|
1012 |
+
msgid "Test gateway transation complete. Order processing."
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: ../../plugins/wc-vendors/templates/dashboard/denied.php:8
|
1016 |
+
msgid ""
|
1017 |
+
"Your account has not yet been approved to become a vendor. When it is, you "
|
1018 |
+
"will receive an email telling you that your account is approved!"
|
1019 |
+
msgstr ""
|
1020 |
+
"Je account is nog niet goedgekeurd als verkoper, wanneer dit wel het geval "
|
1021 |
+
"is ontvang je een email, waarin staat dat je account is goedgekeurd!"
|
1022 |
+
|
1023 |
+
#: ../../plugins/wc-vendors/templates/dashboard/orders.php:37
|
1024 |
+
msgid "Links"
|
1025 |
+
msgstr ""
|
1026 |
+
|
1027 |
+
#: ../../plugins/wc-vendors/templates/dashboard/orders.php:100
|
1028 |
+
msgid "Tracking"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: ../../plugins/wc-vendors/templates/emails/admin-new-order.php:17 ../..
|
1032 |
+
#: plugins/wc-vendors/templates/emails/notify-vendor-shipped.php:17 ../..
|
1033 |
+
#: plugins/wc-vendors/templates/emails/vendor-new-order.php:17
|
1034 |
+
#, php-format
|
1035 |
+
msgid "Order: %s"
|
1036 |
+
msgstr ""
|
1037 |
+
|
1038 |
+
#: ../../plugins/wc-vendors/templates/emails/admin-new-order.php:53 ../..
|
1039 |
+
#: plugins/wc-vendors/templates/emails/notify-vendor-shipped.php:59 ../..
|
1040 |
+
#: plugins/wc-vendors/templates/emails/vendor-new-order.php:59
|
1041 |
+
msgid "Email:"
|
1042 |
+
msgstr ""
|
1043 |
+
|
1044 |
+
#: ../../plugins/wc-vendors/templates/emails/admin-new-order.php:56 ../..
|
1045 |
+
#: plugins/wc-vendors/templates/emails/notify-vendor-shipped.php:62 ../..
|
1046 |
+
#: plugins/wc-vendors/templates/emails/vendor-new-order.php:62
|
1047 |
+
msgid "Tel:"
|
1048 |
+
msgstr ""
|
1049 |
+
|
1050 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:6
|
1051 |
+
msgid "Provider:"
|
1052 |
+
msgstr ""
|
1053 |
+
|
1054 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:8
|
1055 |
+
msgid "Custom Provider"
|
1056 |
+
msgstr ""
|
1057 |
+
|
1058 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:48
|
1059 |
+
msgid "Tracking link:"
|
1060 |
+
msgstr ""
|
1061 |
+
|
1062 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:66
|
1063 |
+
msgid "Preview:"
|
1064 |
+
msgstr ""
|
1065 |
+
|
1066 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:296 ../../plugins/wc-
|
1067 |
+
#: vendors/classes/class-install.php:87 ../../plugins/wc-
|
1068 |
+
#: vendors/classes/admin/class-admin-page.php:254 ../../plugins/wc-
|
1069 |
+
#: vendors/classes/admin/class-admin-reports.php:175 ../../plugins/wc-
|
1070 |
+
#: vendors/classes/admin/class-admin-reports.php:458 ../../plugins/wc-
|
1071 |
+
#: vendors/classes/admin/class-product-meta.php:46 ../../plugins/wc-
|
1072 |
+
#: vendors/classes/admin/class-product-meta.php:187 ../../plugins/wc-
|
1073 |
+
#: vendors/classes/admin/class-product-meta.php:223
|
1074 |
+
msgid "Vendor"
|
1075 |
+
msgstr "Verkoper"
|
1076 |
+
|
1077 |
+
#: ../../plugins/wc-vendors/classes/class-install.php:186
|
1078 |
+
msgid "Vendor Dashboard"
|
1079 |
+
msgstr "Verkoper dashboard"
|
1080 |
+
|
1081 |
+
#: ../../plugins/wc-vendors/classes/class-install.php:188 ../../plugins/wc-
|
1082 |
+
#: vendors/classes/admin/class-vendor-admin-dashboard.php:20 ../../plugins/wc-
|
1083 |
+
#: vendors/classes/admin/class-vendor-admin-dashboard.php:20
|
1084 |
+
msgid "Shop Settings"
|
1085 |
+
msgstr "Winkel instellingen"
|
1086 |
+
|
1087 |
+
#: ../../plugins/wc-vendors/classes/class-vendor-post-types.php:34
|
1088 |
+
msgid "Vendor Orders"
|
1089 |
+
msgstr "Verkoper orders"
|
1090 |
+
|
1091 |
+
#: ../../plugins/wc-vendors/classes/class-vendors.php:551
|
1092 |
+
#, php-format
|
1093 |
+
msgid "Vendor Order – %s"
|
1094 |
+
msgstr "Verkoper Order – %s"
|
1095 |
+
|
1096 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:27
|
1097 |
+
msgid "Vendors shipped"
|
1098 |
+
msgstr "Verkopers verzonden"
|
1099 |
+
|
1100 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:50
|
1101 |
+
msgid "Vendors Shipped"
|
1102 |
+
msgstr "Verkopers verzonden"
|
1103 |
+
|
1104 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:387
|
1105 |
+
msgid "Show all Statuses"
|
1106 |
+
msgstr "Alle statussen tonen"
|
1107 |
+
|
1108 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:44
|
1109 |
+
msgid "Overview"
|
1110 |
+
msgstr "Overzicht"
|
1111 |
+
|
1112 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:56
|
1113 |
+
msgid "Commission by product"
|
1114 |
+
msgstr "Commissie per product"
|
1115 |
+
|
1116 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:62 ../..
|
1117 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:345
|
1118 |
+
msgid "Commission Totals"
|
1119 |
+
msgstr "Commissie totalen"
|
1120 |
+
|
1121 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:63
|
1122 |
+
msgid ""
|
1123 |
+
"Commission totals for all vendors includes shipping and taxes. By default no "
|
1124 |
+
"date range is used and all due commissions are returned. Use the date range "
|
1125 |
+
"to filter."
|
1126 |
+
msgstr ""
|
1127 |
+
"Commissie totalen voor alle verkopers is inclusief verzending en belastingen."
|
1128 |
+
" Standaard wordt er geen datum bereik gebruikt en alle verschuldigde "
|
1129 |
+
"commissies worden teruggestort. Gebruik de datum filter."
|
1130 |
+
|
1131 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:131
|
1132 |
+
msgid "Total paid in range"
|
1133 |
+
msgstr "Totaal betaald in bereik"
|
1134 |
+
|
1135 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:138
|
1136 |
+
msgid "Total due in range"
|
1137 |
+
msgstr "Totaal verschuldigd in bereik"
|
1138 |
+
|
1139 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:145
|
1140 |
+
msgid "Total reversed in range"
|
1141 |
+
msgstr "Totaal gereserveerd in bereik"
|
1142 |
+
|
1143 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:155
|
1144 |
+
msgid "Recent Commission"
|
1145 |
+
msgstr "Recente commissie"
|
1146 |
+
|
1147 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:177
|
1148 |
+
msgid "Date & Time"
|
1149 |
+
msgstr "Datum & tijd"
|
1150 |
+
|
1151 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:200
|
1152 |
+
msgid "No commission yet"
|
1153 |
+
msgstr "Nog geen commissie"
|
1154 |
+
|
1155 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:234
|
1156 |
+
msgid "Show:"
|
1157 |
+
msgstr "Toon:"
|
1158 |
+
|
1159 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:243
|
1160 |
+
msgid "Search for a product…"
|
1161 |
+
msgstr "Zoek een product"
|
1162 |
+
|
1163 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:246
|
1164 |
+
msgid "Type in a product name to start searching..."
|
1165 |
+
msgstr "Type een product naam in om te beginnen met zoeken"
|
1166 |
+
|
1167 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:278
|
1168 |
+
msgid "Select a vendor…"
|
1169 |
+
msgstr "Selecteer een verkoper..."
|
1170 |
+
|
1171 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:344
|
1172 |
+
msgid "Month"
|
1173 |
+
msgstr "Maand"
|
1174 |
+
|
1175 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:346
|
1176 |
+
msgid "Tax"
|
1177 |
+
msgstr "Belasting"
|
1178 |
+
|
1179 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:347 ../..
|
1180 |
+
#: plugins/wc-vendors/classes/admin/settings/sf-options.php:52 ../../plugins/wc-
|
1181 |
+
#: vendors/classes/admin/settings/sf-options.php:136 ../../plugins/wc-
|
1182 |
+
#: vendors/templates/dashboard/orders.php:34 ../../plugins/wc-
|
1183 |
+
#: vendors/templates/orders/orders.php:115
|
1184 |
+
msgid "Shipping"
|
1185 |
+
msgstr "Verzending"
|
1186 |
+
|
1187 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:348 ../..
|
1188 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:445
|
1189 |
+
msgid "Reversed"
|
1190 |
+
msgstr "Teruggedraaid"
|
1191 |
+
|
1192 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:349 ../..
|
1193 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:444
|
1194 |
+
msgid "Paid"
|
1195 |
+
msgstr "Betaald"
|
1196 |
+
|
1197 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:350 ../..
|
1198 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:443
|
1199 |
+
msgid "Due"
|
1200 |
+
msgstr "Verschuldigd"
|
1201 |
+
|
1202 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:459
|
1203 |
+
msgid "Tax Total"
|
1204 |
+
msgstr "Totale belasting"
|
1205 |
+
|
1206 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:460
|
1207 |
+
msgid "Shipping Total"
|
1208 |
+
msgstr "Totale verzending"
|
1209 |
+
|
1210 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:462
|
1211 |
+
msgid "Commission Total"
|
1212 |
+
msgstr "Totale commissie"
|
1213 |
+
|
1214 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:484
|
1215 |
+
msgid "No commissions found."
|
1216 |
+
msgstr "Geen commissie gevonden."
|
1217 |
+
|
1218 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:418
|
1219 |
+
msgid "Enable HTML for the shop description"
|
1220 |
+
msgstr "Activeer HTML in shop beschrijving"
|
1221 |
+
|
1222 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:424
|
1223 |
+
msgid "Shop name"
|
1224 |
+
msgstr "Winkelnaam"
|
1225 |
+
|
1226 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:431
|
1227 |
+
msgid "PayPal E-mail"
|
1228 |
+
msgstr "IBAN"
|
1229 |
+
|
1230 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:432
|
1231 |
+
msgid "required"
|
1232 |
+
msgstr "Nodig"
|
1233 |
+
|
1234 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:439
|
1235 |
+
msgid "Commission rate"
|
1236 |
+
msgstr "Commissie tarief"
|
1237 |
+
|
1238 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:440 ../..
|
1239 |
+
#: plugins/wc-vendors/classes/admin/class-product-meta.php:174
|
1240 |
+
msgid "Leave blank for default"
|
1241 |
+
msgstr "Laat leeg voor standaard"
|
1242 |
+
|
1243 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:446
|
1244 |
+
msgid "Give Tax"
|
1245 |
+
msgstr "Geef belasting"
|
1246 |
+
|
1247 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:451
|
1248 |
+
msgid "Tax override for vendor"
|
1249 |
+
msgstr "Belasting overschrijving voor verkoper"
|
1250 |
+
|
1251 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:457
|
1252 |
+
msgid "Give Shipping"
|
1253 |
+
msgstr "Geef verzendkosten"
|
1254 |
+
|
1255 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:462
|
1256 |
+
msgid "Shipping override for vendor"
|
1257 |
+
msgstr "Verzend overschrijving voor verkoper"
|
1258 |
+
|
1259 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:468 ../..
|
1260 |
+
#: plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:30 ../..
|
1261 |
+
#: plugins/wc-vendors/templates/dashboard/settings/seller-info.php:3
|
1262 |
+
msgid "Seller info"
|
1263 |
+
msgstr "Verkoper info"
|
1264 |
+
|
1265 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-users.php:473
|
1266 |
+
msgid "Shop description"
|
1267 |
+
msgstr "Winkelbeschrijving"
|
1268 |
+
|
1269 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:67 ../.
|
1270 |
+
#: ./plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:121
|
1271 |
+
msgid "That shop name is already taken. Your shop name must be unique."
|
1272 |
+
msgstr "Die winkelnaam is al in gebruik. Je winkelnaam dient uniek te zijn."
|
1273 |
+
|
1274 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:87 ../.
|
1275 |
+
#: ./plugins/wc-vendors/classes/admin/settings/classes/sf-class-settings.php:368 .
|
1276 |
+
#: ./../plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:139
|
1277 |
+
msgid "Settings saved."
|
1278 |
+
msgstr "Instellingen opgeslagen!"
|
1279 |
+
|
1280 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:284
|
1281 |
+
msgid "Customer"
|
1282 |
+
msgstr "Klant"
|
1283 |
+
|
1284 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:285 ..
|
1285 |
+
#: ../plugins/wc-vendors/classes/admin/settings/sf-options.php:127 ../..
|
1286 |
+
#: plugins/wc-vendors/classes/admin/settings/sf-options.php:254
|
1287 |
+
msgid "Products"
|
1288 |
+
msgstr "Producten"
|
1289 |
+
|
1290 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:289 ..
|
1291 |
+
#: ../plugins/wc-vendors/templates/dashboard/orders.php:92
|
1292 |
+
msgid "Shipped"
|
1293 |
+
msgstr "Verzonden"
|
1294 |
+
|
1295 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:324 ..
|
1296 |
+
#: ../plugins/wc-vendors/templates/dashboard/orders.php:85
|
1297 |
+
msgid "Mark shipped"
|
1298 |
+
msgstr "Markeer als verzonden"
|
1299 |
+
|
1300 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:349
|
1301 |
+
msgid "Orders marked shipped."
|
1302 |
+
msgstr "Orders gemarkeerd als verzonden"
|
1303 |
+
|
1304 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:385 ..
|
1305 |
+
#: ../plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:40
|
1306 |
+
msgid "You are not allowed to modify this order."
|
1307 |
+
msgstr "Het is niet toegestaan om deze order te bewerken."
|
1308 |
+
|
1309 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-applicants.php:26
|
1310 |
+
msgid "Approve"
|
1311 |
+
msgstr "Goedkeuren"
|
1312 |
+
|
1313 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-applicants.php:27
|
1314 |
+
msgid "Deny"
|
1315 |
+
msgstr "Weigeren"
|
1316 |
+
|
1317 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-applicants.php:73
|
1318 |
+
msgid "Vendor has been <b>denied</b>."
|
1319 |
+
msgstr "Verkoper is <b>geweigerd </b>."
|
1320 |
+
|
1321 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-applicants.php:84
|
1322 |
+
msgid "Vendor has been <b>approved</b>."
|
1323 |
+
msgstr "Verkoper is <b>geaccepteerd</a>"
|
1324 |
+
|
1325 |
+
#: ../../plugins/wc-vendors/classes/admin/class-vendor-applicants.php:98
|
1326 |
+
msgid "Pending Vendors"
|
1327 |
+
msgstr "Afwachtende verkopers"
|
1328 |
+
|
1329 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-emails.php:59 ../..
|
1330 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:70
|
1331 |
+
msgid "pending"
|
1332 |
+
msgstr "Afwachtend"
|
1333 |
+
|
1334 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-emails.php:61
|
1335 |
+
msgid "approved"
|
1336 |
+
msgstr "Goedgekeurd"
|
1337 |
+
|
1338 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-emails.php:63
|
1339 |
+
msgid "denied"
|
1340 |
+
msgstr "Geweigerd"
|
1341 |
+
|
1342 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:28
|
1343 |
+
msgid "Vendor Application"
|
1344 |
+
msgstr "Verkoper aanvraag"
|
1345 |
+
|
1346 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:29
|
1347 |
+
msgid "Vendor application will either be approved, denied, or pending."
|
1348 |
+
msgstr "Verkoper aanvraag wordt geaccepteerd, geweigerd of in de wacht gezet."
|
1349 |
+
|
1350 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:31
|
1351 |
+
msgid "Application {status}"
|
1352 |
+
msgstr "Aanvraag {status}"
|
1353 |
+
|
1354 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:32
|
1355 |
+
msgid "[{blogname}] Your vendor application has been {status}"
|
1356 |
+
msgstr "[{blogname}] Je verkoper aanvraag is {status}"
|
1357 |
+
|
1358 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:123 .
|
1359 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:134 ../.
|
1360 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:163 ../..
|
1361 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:256 ../..
|
1362 |
+
#: plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.
|
1363 |
+
#: php:62
|
1364 |
+
msgid "Enable/Disable"
|
1365 |
+
msgstr "Inschakelen/uitschakelen"
|
1366 |
+
|
1367 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:125 .
|
1368 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:136 ../.
|
1369 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:165 ../..
|
1370 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:258
|
1371 |
+
msgid "Enable this email notification"
|
1372 |
+
msgstr "Schakel deze email notificatie in"
|
1373 |
+
|
1374 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:129 .
|
1375 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:140
|
1376 |
+
msgid "Recipient(s)"
|
1377 |
+
msgstr "Ontvanger(s)"
|
1378 |
+
|
1379 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:131 .
|
1380 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:142
|
1381 |
+
#, php-format
|
1382 |
+
msgid ""
|
1383 |
+
"Enter recipients (comma separated) for this email. Defaults to "
|
1384 |
+
"<code>%s</code>."
|
1385 |
+
msgstr ""
|
1386 |
+
"Voer ontvangers (mer komma gescheiden) in voor deze email. standaard "
|
1387 |
+
"naar<code>%s</code>."
|
1388 |
+
|
1389 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:136 .
|
1390 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:147 ../.
|
1391 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:169 ../..
|
1392 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:262
|
1393 |
+
msgid "Subject"
|
1394 |
+
msgstr "Onderwerp"
|
1395 |
+
|
1396 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:138 .
|
1397 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:149 ../.
|
1398 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:171 ../..
|
1399 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:264
|
1400 |
+
#, php-format
|
1401 |
+
msgid ""
|
1402 |
+
"This controls the email subject line. Leave blank to use the default subject:"
|
1403 |
+
" <code>%s</code>."
|
1404 |
+
msgstr "Dit is het onderwerp van de email, laat leeg voor standaard: <code>%s</code>."
|
1405 |
+
|
1406 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:143 .
|
1407 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:154 ../.
|
1408 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:176 ../..
|
1409 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:269
|
1410 |
+
msgid "Email Heading"
|
1411 |
+
msgstr "Email Hoofd"
|
1412 |
+
|
1413 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:145 .
|
1414 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:156 ../.
|
1415 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:178 ../..
|
1416 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:271
|
1417 |
+
#, php-format
|
1418 |
+
msgid ""
|
1419 |
+
"This controls the main heading contained within the email notification. "
|
1420 |
+
"Leave blank to use the default heading: <code>%s</code>."
|
1421 |
+
msgstr ""
|
1422 |
+
"Hiermee verander je de email header. Laat leeg voor standaard: "
|
1423 |
+
"<code>%s</code>."
|
1424 |
+
|
1425 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:152 .
|
1426 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:163 ../.
|
1427 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:185 ../..
|
1428 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:284
|
1429 |
+
msgid "Choose which format of email to send."
|
1430 |
+
msgstr "In welk formaat wil je je email versturen?"
|
1431 |
+
|
1432 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-approve-vendor.php:156 .
|
1433 |
+
#: ./../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:167 ../.
|
1434 |
+
#: ./plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:189 ../..
|
1435 |
+
#: plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:288
|
1436 |
+
msgid "Plain text"
|
1437 |
+
msgstr "Platte text"
|
1438 |
+
|
1439 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:28
|
1440 |
+
msgid "New Vendor Product"
|
1441 |
+
msgstr "Nieuw product van verkoper"
|
1442 |
+
|
1443 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:29
|
1444 |
+
msgid "New order emails are sent when a new product is submitted by a vendor"
|
1445 |
+
msgstr ""
|
1446 |
+
"Nieuwe order mails worden verzonden wanneer een nieuw product wordt "
|
1447 |
+
"toegevoegd door een verkoper"
|
1448 |
+
|
1449 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:31
|
1450 |
+
msgid "New product submitted: {product_name}"
|
1451 |
+
msgstr "Nieuw product ingediend: {product_name}"
|
1452 |
+
|
1453 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-admin.php:32
|
1454 |
+
msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
|
1455 |
+
msgstr "[{blogname}] Nieuw product ingediend door {vendor_name} - {product_name}"
|
1456 |
+
|
1457 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:28
|
1458 |
+
msgid "Vendor has shipped"
|
1459 |
+
msgstr "Verkoper heeft verzonden"
|
1460 |
+
|
1461 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:29
|
1462 |
+
msgid "An email is sent when a vendor has marked one of their orders as shipped."
|
1463 |
+
msgstr ""
|
1464 |
+
"Een email wordt verzonden wanneer een verkoper een order heeft gemarkeerd "
|
1465 |
+
"als verzonden"
|
1466 |
+
|
1467 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:31
|
1468 |
+
msgid "Your order has been shipped"
|
1469 |
+
msgstr "Je order is verzonden"
|
1470 |
+
|
1471 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:32
|
1472 |
+
msgid "[{blogname}] Your order has been shipped ({order_number}) - {order_date}"
|
1473 |
+
msgstr "[{blogname}] Je order is verzonden ({order_number}) - {order_date}"
|
1474 |
+
|
1475 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-shipped.php:112
|
1476 |
+
msgid "Subtotal:"
|
1477 |
+
msgstr "Subtotaal:"
|
1478 |
+
|
1479 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:27
|
1480 |
+
msgid "Notify vendors"
|
1481 |
+
msgstr "Herinner verkopers"
|
1482 |
+
|
1483 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:28
|
1484 |
+
msgid "New order emails are sent when an order is received/paid by a customer."
|
1485 |
+
msgstr ""
|
1486 |
+
"Nieuwe order emails worden verzonden wanneer deze worden ontvangen/betaald "
|
1487 |
+
"van een klant"
|
1488 |
+
|
1489 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:30
|
1490 |
+
msgid "New customer order"
|
1491 |
+
msgstr "Nieuwe order van klant"
|
1492 |
+
|
1493 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:31
|
1494 |
+
msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
|
1495 |
+
msgstr "[{blogname}] Nieuwe order ({order_number}) - {order_date}"
|
1496 |
+
|
1497 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:105
|
1498 |
+
msgid "Commission Subtotal:"
|
1499 |
+
msgstr "Commissie Subtotaal:"
|
1500 |
+
|
1501 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:111
|
1502 |
+
msgid "Tax Subtotal:"
|
1503 |
+
msgstr "Belasting Subtotaal:"
|
1504 |
+
|
1505 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:119
|
1506 |
+
msgid "Shipping Subtotal:"
|
1507 |
+
msgstr "Verzending Subtotaal:"
|
1508 |
+
|
1509 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:276
|
1510 |
+
msgid "Product Totals"
|
1511 |
+
msgstr "Product Totalen"
|
1512 |
+
|
1513 |
+
#: ../../plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php:278
|
1514 |
+
msgid ""
|
1515 |
+
"Show the commission due/paid as the product totals instead of the product "
|
1516 |
+
"prices."
|
1517 |
+
msgstr "Toon de commissie verschuldigd/betaald in plaats van de product prijzen."
|
1518 |
+
|
1519 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:5
|
1520 |
+
msgid "General options"
|
1521 |
+
msgstr "Algemene opties"
|
1522 |
+
|
1523 |
+
#: ../../plugins/wc-vendors/classes/admin/settings/sf-options.php:8
|
1524 |
+
msgid "Default commission (%)"
|
1525 |
+
msgstr "Standaard commissie (%)"
|
1526 |
+
|
1527 |
+
#: ../../plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:11 .
|
1528 |
+
#: ./../plugins/wc-vendors/templates/dashboard/settings/paypal-email-form.php:2
|
1529 |
+
msgid "PayPal Address"
|
1530 |
+
msgstr "IBAN/Rekeningnummer"
|
1531 |
+
|
1532 |
+
#: ../../plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:15 .
|
1533 |
+
#: ./../plugins/wc-vendors/templates/dashboard/settings/paypal-email-form.php:3
|
1534 |
+
msgid "Your PayPal address is used to send you your commission."
|
1535 |
+
msgstr "Je IBAN wordt gebruikt om je uit te betalen"
|
1536 |
+
|
1537 |
+
#: ../../plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:24 .
|
1538 |
+
#: ./../plugins/wc-vendors/templates/dashboard/settings/shop-name.php:3
|
1539 |
+
msgid "Your shop name is public and must be unique."
|
1540 |
+
msgstr "Je winkelnaam is openbaar en dient uniek te zijn."
|
1541 |
+
|
1542 |
+
#: ../../plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:43 .
|
1543 |
+
#: ./../plugins/wc-vendors/templates/dashboard/settings/seller-info.php:4
|
1544 |
+
msgid "This is displayed on each of your products."
|
1545 |
+
msgstr "Dit wordt weergegeven bij elk van je producten."
|
1546 |
+
|
1547 |
+
#: ../../plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:49 .
|
1548 |
+
#: ./../plugins/wc-vendors/templates/dashboard/settings/shop-description.php:2
|
1549 |
+
msgid "Shop Description"
|
1550 |
+
msgstr "Winkelbeschrijving "
|
1551 |
+
|
1552 |
+
#: ../../plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:61 .
|
1553 |
+
#: ./../plugins/wc-vendors/templates/dashboard/settings/shop-description.php:3
|
1554 |
+
#, php-format
|
1555 |
+
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
1556 |
+
msgstr "Dit wordt weergegeven op je winkelpagina."
|
1557 |
+
|
1558 |
+
#: ../../plugins/wc-vendors/classes/admin/views/html-vendor-settings-page.php:70
|
1559 |
+
msgid "Save Shop Settings"
|
1560 |
+
msgstr "Sla winkel instellingen op"
|
1561 |
+
|
1562 |
+
#: ../../plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:53
|
1563 |
+
msgid "Order marked shipped."
|
1564 |
+
msgstr "Order gemarkeerd als verzonden."
|
1565 |
+
|
1566 |
+
#: ../../plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:83
|
1567 |
+
#: ../../plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:84
|
1568 |
+
msgid "Tracking number"
|
1569 |
+
msgstr "Tracking nummer"
|
1570 |
+
|
1571 |
+
#: ../../plugins/wc-vendors/classes/front/dashboard/class-vendor-dashboard.php:86
|
1572 |
+
msgid "Success. Your tracking number has been updated."
|
1573 |
+
msgstr "Succes. Je tracking nummer is geüpdatet."
|
1574 |
+
|
1575 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:116
|
1576 |
+
msgid ""
|
1577 |
+
"You haven't selected a product's orders to view! Please go back to the "
|
1578 |
+
"Vendor Dashboard and click Show Orders on the product you'd like to view."
|
1579 |
+
msgstr ""
|
1580 |
+
"Je hebt geen producten geselecteerd om te bekijken. Ga terug naar het "
|
1581 |
+
"verkoper dashboard en click op toon orders bij het product dat je wilt zien."
|
1582 |
+
|
1583 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:120
|
1584 |
+
msgid "No orders."
|
1585 |
+
msgstr "Geen orders."
|
1586 |
+
|
1587 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:184
|
1588 |
+
msgid "Product Title"
|
1589 |
+
msgstr "Product Titel"
|
1590 |
+
|
1591 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:185
|
1592 |
+
msgid "Full name"
|
1593 |
+
msgstr "Naam:"
|
1594 |
+
|
1595 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:186
|
1596 |
+
msgid "Address"
|
1597 |
+
msgstr "Adres"
|
1598 |
+
|
1599 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:187
|
1600 |
+
msgid "City"
|
1601 |
+
msgstr "Stad"
|
1602 |
+
|
1603 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:188
|
1604 |
+
msgid "State"
|
1605 |
+
msgstr "Staat/provincie"
|
1606 |
+
|
1607 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:189
|
1608 |
+
msgid "Zip"
|
1609 |
+
msgstr "Zip"
|
1610 |
+
|
1611 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-orders.php:190
|
1612 |
+
msgid "Email address"
|
1613 |
+
msgstr "Email adres"
|
1614 |
+
|
1615 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-submit-comment.php:41
|
1616 |
+
msgid "You've left the comment field empty!"
|
1617 |
+
msgstr "Je het het opmerkingen veld leeg gelaten!"
|
1618 |
+
|
1619 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-submit-comment.php:63
|
1620 |
+
msgid "Success. The customer has been notified of your comment."
|
1621 |
+
msgstr "Succes. Je opmerking is bekend gemaakt aan de klant."
|
1622 |
+
|
1623 |
+
#: ../../plugins/wc-vendors/classes/front/signup/class-vendor-signup.php:58 ../..
|
1624 |
+
#: plugins/wc-vendors/classes/front/signup/views/html-vendor-signup.php:21 ../..
|
1625 |
+
#: plugins/wc-vendors/templates/dashboard/denied.php:22
|
1626 |
+
msgid "Apply to become a vendor? "
|
1627 |
+
msgstr "Maak ook een verkoper account voor me aan"
|
1628 |
+
|
1629 |
+
#: ../../plugins/wc-vendors/classes/front/signup/class-vendor-signup.php:72 ../..
|
1630 |
+
#: plugins/wc-vendors/classes/front/signup/views/html-vendor-signup.php:35
|
1631 |
+
#, php-format
|
1632 |
+
msgid ""
|
1633 |
+
"I have read and accepted the <a target=\"top\" href=\"%s\">terms and "
|
1634 |
+
"conditions</a>"
|
1635 |
+
msgstr ""
|
1636 |
+
"Ik heb de <a target=\"top\" href=\"%s\">algemene verkoopvoorwaarden</a> gelezen "
|
1637 |
+
"en ik accepteer deze"
|
1638 |
+
|
1639 |
+
#: ../../plugins/wc-vendors/classes/front/signup/class-vendor-signup.php:124
|
1640 |
+
msgid "Your application has been submitted."
|
1641 |
+
msgstr "Je aanvraag is ingediend"
|
1642 |
+
|
1643 |
+
#: ../../plugins/wc-vendors/classes/front/signup/class-vendor-signup.php:171 ../..
|
1644 |
+
#: plugins/wc-vendors/classes/front/signup/class-vendor-signup.php:208 ../..
|
1645 |
+
#: plugins/wc-vendors/classes/front/signup/class-vendor-signup.php:220
|
1646 |
+
msgid "You must accept the terms and conditions to become a vendor."
|
1647 |
+
msgstr "Je moet de algemene verkoopvoorwaarden accepteren om een verkoper te worden."
|
1648 |
+
|
1649 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:154
|
1650 |
+
msgid "PayPal"
|
1651 |
+
msgstr "IBAN"
|
1652 |
+
|
1653 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:159
|
1654 |
+
#: ../../plugins/wc-vendors/classes/gateways/WCV_Gateway_Test/class-wcv-gateway-
|
1655 |
+
#: test.php:75
|
1656 |
+
msgid "Description"
|
1657 |
+
msgstr "Beschrijving"
|
1658 |
+
|
1659 |
+
#: ../../plugins/wc-vendors/classes/gateways/PayPal_AdvPayments/paypal_ap.php:161
|
1660 |
+
msgid "Pay via PayPal!"
|
1661 |
+
msgstr "Betaal via PyPal"
|
1662 |
+
|
1663 |
+
#: ../../plugins/wc-vendors/templates/dashboard/denied.php:12
|
1664 |
+
msgid "Your account is not setup as a vendor."
|
1665 |
+
msgstr "Je hebt nog geen verkoper account."
|
1666 |
+
|
1667 |
+
#: ../../plugins/wc-vendors/templates/dashboard/denied.php:33
|
1668 |
+
#, php-format
|
1669 |
+
msgid "I have read and accepted the <a href=\"%s\">terms and conditions</a>"
|
1670 |
+
msgstr ""
|
1671 |
+
"Ik heb de <a href=\"%s\">algemene verkoopvoorwaarden</a> gelezen en ik "
|
1672 |
+
"accepteer deze"
|
1673 |
+
|
1674 |
+
#: ../../plugins/wc-vendors/templates/dashboard/denied.php:53
|
1675 |
+
msgid "Submit"
|
1676 |
+
msgstr "Indienen"
|
1677 |
+
|
1678 |
+
#: ../../plugins/wc-vendors/templates/dashboard/links.php:3
|
1679 |
+
msgid "View Your Store"
|
1680 |
+
msgstr "Bekijk je winkel"
|
1681 |
+
|
1682 |
+
#: ../../plugins/wc-vendors/templates/dashboard/links.php:4
|
1683 |
+
msgid "Store Settings"
|
1684 |
+
msgstr "Winkel instellingen"
|
1685 |
+
|
1686 |
+
#: ../../plugins/wc-vendors/templates/dashboard/links.php:7
|
1687 |
+
msgid "Add New Product"
|
1688 |
+
msgstr "Voeg nieuw product toe"
|
1689 |
+
|
1690 |
+
#: ../../plugins/wc-vendors/templates/dashboard/links.php:8
|
1691 |
+
msgid "Edit Products"
|
1692 |
+
msgstr "Bewerkt producten"
|
1693 |
+
|
1694 |
+
#: ../../plugins/wc-vendors/templates/dashboard/orders.php:7 ../../plugins/wc-
|
1695 |
+
#: vendors/templates/dashboard/orders.php:10
|
1696 |
+
msgid "Hide items"
|
1697 |
+
msgstr "Verberg items"
|
1698 |
+
|
1699 |
+
#: ../../plugins/wc-vendors/templates/dashboard/orders.php:8 ../../plugins/wc-
|
1700 |
+
#: vendors/templates/dashboard/orders.php:79
|
1701 |
+
msgid "View items"
|
1702 |
+
msgstr "Bekijk items"
|
1703 |
+
|
1704 |
+
#: ../../plugins/wc-vendors/templates/dashboard/reports.php:47
|
1705 |
+
msgid "Show Orders"
|
1706 |
+
msgstr "Toon orders"
|
1707 |
+
|
1708 |
+
#: ../../plugins/wc-vendors/templates/dashboard/reports.php:56
|
1709 |
+
msgid "Totals"
|
1710 |
+
msgstr "Totalen"
|
1711 |
+
|
1712 |
+
#: ../../plugins/wc-vendors/templates/dashboard/reports.php:71
|
1713 |
+
msgid "You have no sales during this period."
|
1714 |
+
msgstr "Je hebt geen verkopen rond deze periode"
|
1715 |
+
|
1716 |
+
#: ../../plugins/wc-vendors/templates/dashboard/settings/settings.php:47
|
1717 |
+
msgid "Save"
|
1718 |
+
msgstr "Opslaan"
|
1719 |
+
|
1720 |
+
#: ../../plugins/wc-vendors/templates/emails/admin-new-order.php:13 ../..
|
1721 |
+
#: plugins/wc-vendors/templates/emails/vendor-new-order.php:13
|
1722 |
+
#, php-format
|
1723 |
+
msgid "You have received an order from %s. Their order is as follows:"
|
1724 |
+
msgstr "Je hebt een order ontvangen van %s. De order is als volgt:"
|
1725 |
+
|
1726 |
+
#: ../../plugins/wc-vendors/templates/emails/admin-new-order.php:24 ../..
|
1727 |
+
#: plugins/wc-vendors/templates/emails/notify-vendor-shipped.php:24 ../..
|
1728 |
+
#: plugins/wc-vendors/templates/emails/vendor-new-order.php:24
|
1729 |
+
msgid "Price"
|
1730 |
+
msgstr "Prijs"
|
1731 |
+
|
1732 |
+
#: ../../plugins/wc-vendors/templates/emails/admin-new-order.php:50 ../..
|
1733 |
+
#: plugins/wc-vendors/templates/emails/notify-vendor-shipped.php:56 ../..
|
1734 |
+
#: plugins/wc-vendors/templates/emails/vendor-new-order.php:56
|
1735 |
+
msgid "Customer details"
|
1736 |
+
msgstr "Klant details"
|
1737 |
+
|
1738 |
+
#: ../../plugins/wc-vendors/templates/emails/application-status.php:5
|
1739 |
+
#, php-format
|
1740 |
+
msgid "Hi there. This is a notification about a vendor application on %s."
|
1741 |
+
msgstr "Hallo dit is een email notificatie voor een verkoper aanvraag %s."
|
1742 |
+
|
1743 |
+
#: ../../plugins/wc-vendors/templates/emails/application-status.php:8
|
1744 |
+
#, php-format
|
1745 |
+
msgid "Application status: %s"
|
1746 |
+
msgstr "Aanvraag status: %s"
|
1747 |
+
|
1748 |
+
#: ../../plugins/wc-vendors/templates/emails/application-status.php:9
|
1749 |
+
#, php-format
|
1750 |
+
msgid "Applicant username: %s"
|
1751 |
+
msgstr "Gebruikersnaam aanvrager: %s"
|
1752 |
+
|
1753 |
+
#: ../../plugins/wc-vendors/templates/emails/new-product.php:5
|
1754 |
+
#, php-format
|
1755 |
+
msgid "Hi there. This is a notification about a new product on %s."
|
1756 |
+
msgstr "Hallo dit is een notificatie voor een nieuw product in %s."
|
1757 |
+
|
1758 |
+
#: ../../plugins/wc-vendors/templates/emails/new-product.php:8
|
1759 |
+
#, php-format
|
1760 |
+
msgid "Product title: %s"
|
1761 |
+
msgstr "Product titel: %s"
|
1762 |
+
|
1763 |
+
#: ../../plugins/wc-vendors/templates/emails/new-product.php:9
|
1764 |
+
#, php-format
|
1765 |
+
msgid "Submitted by: %s"
|
1766 |
+
msgstr "Ingediend door: %s"
|
1767 |
+
|
1768 |
+
#: ../../plugins/wc-vendors/templates/emails/new-product.php:10
|
1769 |
+
#, php-format
|
1770 |
+
msgid "Edit product: %s"
|
1771 |
+
msgstr "Wijzig product: %s"
|
1772 |
+
|
1773 |
+
#: ../../plugins/wc-vendors/templates/emails/notify-vendor-shipped.php:13
|
1774 |
+
msgid ""
|
1775 |
+
"A vendor has marked part of your order as shipped. The items that are "
|
1776 |
+
"shipped are as follows:"
|
1777 |
+
msgstr ""
|
1778 |
+
"Een verkoper heeft je order gemarkeerd als deels verzonden. De volgende "
|
1779 |
+
"items zijn verzonden:"
|
1780 |
+
|
1781 |
+
#: ../../plugins/wc-vendors/templates/orders/csv-export.php:6
|
1782 |
+
msgid "Export orders"
|
1783 |
+
msgstr "Export orders"
|
1784 |
+
|
1785 |
+
#: ../../plugins/wc-vendors/templates/orders/orders.php:84
|
1786 |
+
#, php-format
|
1787 |
+
msgid "Comments (%s)"
|
1788 |
+
msgstr "Opmerkingen (%s)"
|
1789 |
+
|
1790 |
+
#: ../../plugins/wc-vendors/templates/orders/table-body.php:25
|
1791 |
+
#, php-format
|
1792 |
+
msgid "Quantity: %d"
|
1793 |
+
msgstr "Aantal: %d"
|
1794 |
+
|
1795 |
+
#: ../../plugins/wc-vendors/templates/orders/comments/add-new-comment.php:11
|
1796 |
+
msgid "Add comment"
|
1797 |
+
msgstr "Opmerking toevoegen"
|
1798 |
+
|
1799 |
+
#: ../../plugins/wc-vendors/templates/orders/comments/existing-comments.php:9
|
1800 |
+
#, php-format
|
1801 |
+
msgid "added %s ago"
|
1802 |
+
msgstr "%s geleden toegevoegd"
|
1803 |
+
|
1804 |
+
#: ../../plugins/wc-vendors/templates/orders/customer-note/customer-note.php:4
|
1805 |
+
msgid "Customer note"
|
1806 |
+
msgstr "Klant notitie"
|
1807 |
+
|
1808 |
+
#: ../../plugins/wc-vendors/templates/orders/customer-note/customer-note.php:8
|
1809 |
+
msgid "No customer note."
|
1810 |
+
msgstr "Geen klant notitie"
|
1811 |
+
|
1812 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:31
|
1813 |
+
msgid "Provider Name:"
|
1814 |
+
msgstr "Provider Naam:"
|
1815 |
+
|
1816 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:40
|
1817 |
+
msgid "Tracking number:"
|
1818 |
+
msgstr "Tracking nummer:"
|
1819 |
+
|
1820 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:58
|
1821 |
+
msgid "Date shipped:"
|
1822 |
+
msgstr "Datum verzonden:"
|
1823 |
+
|
1824 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:66
|
1825 |
+
msgid "Click here to track your shipment"
|
1826 |
+
msgstr "Klik hier om je pakketje te volgen"
|
1827 |
+
|
1828 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:75
|
1829 |
+
msgid "Update tracking number"
|
1830 |
+
msgstr "Tracking nummer updaten"
|
1831 |
+
|
1832 |
+
#: ../../plugins/wc-vendors/templates/orders/shipping/shipping-form.php:77
|
1833 |
+
msgid "Mark as shipped"
|
1834 |
+
msgstr "Markeren als verzonden"
|
1835 |
+
|
1836 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:121 ../..
|
1837 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:437 ../../plugins/wc-
|
1838 |
+
#: vendors/templates/dashboard/date-picker.php:3
|
1839 |
+
msgid "From:"
|
1840 |
+
msgstr "Van:"
|
1841 |
+
|
1842 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:123 ../..
|
1843 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:439 ../../plugins/wc-
|
1844 |
+
#: vendors/templates/dashboard/date-picker.php:7
|
1845 |
+
msgid "To:"
|
1846 |
+
msgstr "Tot:"
|
1847 |
+
|
1848 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:125 ../..
|
1849 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:283 ../../plugins/wc-
|
1850 |
+
#: vendors/classes/admin/class-admin-reports.php:448 ../../plugins/wc-
|
1851 |
+
#: vendors/templates/dashboard/date-picker.php:12
|
1852 |
+
msgid "Show"
|
1853 |
+
msgstr "Toon"
|
1854 |
+
|
1855 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:72 ../..
|
1856 |
+
#: plugins/wc-vendors/classes/admin/class-admin-page.php:72 ../../plugins/wc-
|
1857 |
+
#: vendors/classes/admin/class-admin-page.php:132 ../../plugins/wc-
|
1858 |
+
#: vendors/classes/admin/class-product-meta.php:151 ../../plugins/wc-
|
1859 |
+
#: vendors/classes/admin/class-product-meta.php:167 ../../plugins/wc-
|
1860 |
+
#: vendors/templates/dashboard/reports.php:19
|
1861 |
+
msgid "Commission"
|
1862 |
+
msgstr "Commissie"
|
1863 |
+
|
1864 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:255 ../..
|
1865 |
+
#: plugins/wc-vendors/classes/admin/class-admin-reports.php:176 ../../plugins/wc-
|
1866 |
+
#: vendors/classes/admin/class-admin-reports.php:374 ../../plugins/wc-
|
1867 |
+
#: vendors/classes/admin/class-vendor-admin-dashboard.php:286 ../../plugins/wc-
|
1868 |
+
#: vendors/templates/dashboard/orders.php:35
|
1869 |
+
msgid "Total"
|
1870 |
+
msgstr "Totaal"
|
1871 |
+
|
1872 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:257 ../..
|
1873 |
+
#: plugins/wc-vendors/classes/admin/class-vendor-admin-dashboard.php:288 ../..
|
1874 |
+
#: plugins/wc-vendors/classes/front/orders/class-orders.php:191 ../../plugins/wc-
|
1875 |
+
#: vendors/templates/dashboard/orders.php:36
|
1876 |
+
msgid "Date"
|
1877 |
+
msgstr "Datum"
|
1878 |
+
|
1879 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:294
|
1880 |
+
msgid "Mark paid"
|
1881 |
+
msgstr "Markeer als betaald"
|
1882 |
+
|
1883 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:295
|
1884 |
+
msgid "Mark due"
|
1885 |
+
msgstr "Markeer als verschuldigd"
|
1886 |
+
|
1887 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:296
|
1888 |
+
msgid "Mark reversed"
|
1889 |
+
msgstr "Markeer als teruggedraaid"
|
1890 |
+
|
1891 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:352
|
1892 |
+
msgid "Show all dates"
|
1893 |
+
msgstr "Laat alle data zien"
|
1894 |
+
|
1895 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:413
|
1896 |
+
msgid "Commission marked paid."
|
1897 |
+
msgstr "Commissie gemarkeerd als betaald"
|
1898 |
+
|
1899 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:420
|
1900 |
+
msgid "Commission marked due."
|
1901 |
+
msgstr "Commissie gemarkeerd als verschuldigd"
|
1902 |
+
|
1903 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-page.php:427
|
1904 |
+
msgid "Commission marked reversed."
|
1905 |
+
msgstr "Commissie gemarkeerd als tereggedraaid"
|
1906 |
+
|
1907 |
+
#: ../../plugins/wc-vendors/classes/admin/class-admin-reports.php:50
|
1908 |
+
msgid "Commission by vendor"
|
1909 |
+
msgstr "Commissies per verkoper"
|
1910 |
+
|
1911 |
+
#: ../../plugins/wc-vendors/classes/front/orders/class-export-csv.php:19 ../..
|
1912 |
+
#: plugins/wc-vendors/templates/dashboard/reports.php:18 ../../plugins/wc-
|
1913 |
+
#: vendors/templates/emails/admin-new-order.php:23 ../../plugins/wc-
|
1914 |
+
#: vendors/templates/emails/notify-vendor-shipped.php:23 ../../plugins/wc-
|
1915 |
+
#: vendors/templates/emails/vendor-new-order.php:23
|
1916 |
+
msgid "Quantity"
|
1917 |
+
msgstr "Aantal"
|
1918 |
+
|
1919 |
+
#: ../../plugins/wc-vendors/templates/dashboard/orders.php:216
|
1920 |
+
msgid "You have no orders during this period."
|
1921 |
+
msgstr "Je hebt geen orders gehad in deze periode"
|
1922 |
+
|
1923 |
+
#: ../../plugins/wc-vendors/templates/dashboard/reports.php:1
|
1924 |
+
msgid "Sales Report"
|
1925 |
+
msgstr "Verkooprapporten "
|
1926 |
+
|
1927 |
+
#: ../../plugins/wc-vendors/templates/dashboard/reports.php:20
|
1928 |
+
msgid "Rate"
|
1929 |
+
msgstr "Tarief"
|
1930 |
+
|
1931 |
+
#: ../../plugins/wc-vendors/templates/dashboard/reports.php:82
|
1932 |
+
msgid "You haven't made any sales yet."
|
1933 |
+
msgstr "Je hebt nog niks verkocht"
|
1934 |
+
|
1935 |
+
#: ../../plugins/wc-vendors/class-wc-vendors.php:298 ../../plugins/wc-
|
1936 |
+
#: vendors/classes/admin/settings/sf-options.php:4
|
1937 |
+
msgid "General"
|
1938 |
+
msgstr "Algemeen"
|
languages/wcvendors-tr_TR.mo
ADDED
Binary file
|
languages/wcvendors-tr_TR.po
ADDED
@@ -0,0 +1,1845 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WC Vendors\n"
|
4 |
+
"POT-Creation-Date: 2016-07-26 13:00+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-07-27 11:36+0300\n"
|
6 |
+
"Language-Team: WC Vendors <support@wcvendors.com>\n"
|
7 |
+
"MIME-Version: 1.0\n"
|
8 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
+
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"X-Generator: Poedit 1.8.8\n"
|
11 |
+
"X-Poedit-Basepath: .\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
13 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"Last-Translator: \n"
|
16 |
+
"Language: tr_TR\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
"X-Poedit-SearchPath-1: ..\n"
|
19 |
+
|
20 |
+
#: ../class-wc-vendors.php:35
|
21 |
+
msgid ""
|
22 |
+
"WC Vendors requires WooCommerce to run. Please install WooCommerce and "
|
23 |
+
"activate before attempting to activate again."
|
24 |
+
msgstr ""
|
25 |
+
"Pazaryeri eklentisini çalıştırmak için WooCommerce gereklidir. Lütfen "
|
26 |
+
"yeniden etkinleştirmeyi denemeden önce WooCommerce yükleyin."
|
27 |
+
|
28 |
+
#: ../class-wc-vendors.php:84 ../classes/admin/class-admin-reports.php:41
|
29 |
+
#: ../classes/admin/class-admin-users.php:408
|
30 |
+
msgid "WC Vendors"
|
31 |
+
msgstr "Pazaryeri"
|
32 |
+
|
33 |
+
#: ../class-wc-vendors.php:112
|
34 |
+
msgid ""
|
35 |
+
"<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce "
|
36 |
+
"v2.4.0."
|
37 |
+
msgstr ""
|
38 |
+
"<b>Pazaryeri devre dışı bırakılır.</b>. Pazaryeri eklentisi için en az "
|
39 |
+
"WooCommerce v2.4.0 gerektirir."
|
40 |
+
|
41 |
+
#: ../class-wc-vendors.php:251 ../classes/admin/settings/sf-options.php:192
|
42 |
+
msgid "Capabilities"
|
43 |
+
msgstr "Yetkiler"
|
44 |
+
|
45 |
+
#: ../class-wc-vendors.php:274 ../classes/admin/class-admin-page.php:254
|
46 |
+
#: ../classes/admin/class-admin-reports.php:175
|
47 |
+
#: ../classes/admin/class-admin-reports.php:458
|
48 |
+
#: ../classes/admin/class-product-meta.php:46
|
49 |
+
#: ../classes/admin/class-product-meta.php:187
|
50 |
+
#: ../classes/admin/class-product-meta.php:223 ../classes/class-install.php:87
|
51 |
+
msgid "Vendor"
|
52 |
+
msgstr "Satıcı"
|
53 |
+
|
54 |
+
#: ../class-wc-vendors.php:276 ../classes/admin/settings/sf-options.php:4
|
55 |
+
msgid "General"
|
56 |
+
msgstr "Genel"
|
57 |
+
|
58 |
+
#: ../class-wc-vendors.php:314
|
59 |
+
msgid "Documentation/KB"
|
60 |
+
msgstr "Belgeler/KB"
|
61 |
+
|
62 |
+
#: ../class-wc-vendors.php:315
|
63 |
+
msgid "Help Forums"
|
64 |
+
msgstr "Yardım Forumları"
|
65 |
+
|
66 |
+
#: ../class-wc-vendors.php:316
|
67 |
+
msgid "Paid Support"
|
68 |
+
msgstr "Ücretli Destek"
|
69 |
+
|
70 |
+
#: ../class-wc-vendors.php:338
|
71 |
+
#, php-format
|
72 |
+
msgid ""
|
73 |
+
"WC Vendors requires the Vendor shop page value be set <a href=\"%s\">click "
|
74 |
+
"here to set it.</a> | <a href=\"%s\">Hide Notice</a>"
|
75 |
+
msgstr ""
|
76 |
+
"WC Satıcıları Satıcı dükkanı sayfası değerini ayarlamak gerektirir <a href="
|
77 |
+
"\"%s\">Ayarlamak için burayı tıklayın.</a> | <a href=\"%s\">Bildirimi Gizle</"
|
78 |
+
"a>"
|
79 |
+
|
80 |
+
#: ../class-wc-vendors.php:346
|
81 |
+
#, php-format
|
82 |
+
msgid ""
|
83 |
+
"You must save your permalinks once you have modified your vendor page. <a "
|
84 |
+
"href=\"%s\">click here to save</a>. | <a href=\"%s\">Hide Notice</a>"
|
85 |
+
msgstr ""
|
86 |
+
"Satıcı sayfanızdaki değişiklikleri bir kere kalıcı olarak kaydetmek gerekir."
|
87 |
+
"<a href=\"%s\">Kaydetmek için burayı tıklayın.</a> | <a href=\"%s"
|
88 |
+
"\">Bildirimi Gizle</a>"
|
89 |
+
|
90 |
+
#: ../classes/admin/class-admin-page.php:27
|
91 |
+
msgid "Vendors shipped"
|
92 |
+
msgstr "Satıcı gönderdi"
|
93 |
+
|
94 |
+
#: ../classes/admin/class-admin-page.php:50
|
95 |
+
msgid "Vendors Shipped"
|
96 |
+
msgstr "Satıcı Gönderdi"
|
97 |
+
|
98 |
+
#: ../classes/admin/class-admin-page.php:72
|
99 |
+
#: ../classes/admin/class-admin-page.php:132
|
100 |
+
#: ../classes/admin/class-product-meta.php:151
|
101 |
+
#: ../classes/admin/class-product-meta.php:167
|
102 |
+
#: ../templates/dashboard/reports.php:19
|
103 |
+
msgid "Commission"
|
104 |
+
msgstr "Kazanç"
|
105 |
+
|
106 |
+
#: ../classes/admin/class-admin-page.php:252
|
107 |
+
#: ../classes/admin/class-admin-reports.php:174
|
108 |
+
#: ../templates/dashboard/reports.php:17
|
109 |
+
#: ../templates/emails/notify-vendor-shipped.php:22
|
110 |
+
#: ../templates/emails/vendor-new-order.php:22
|
111 |
+
msgid "Product"
|
112 |
+
msgstr "Ürün"
|
113 |
+
|
114 |
+
#: ../classes/admin/class-admin-page.php:253
|
115 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:283
|
116 |
+
msgid "Order ID"
|
117 |
+
msgstr "Sipariş No"
|
118 |
+
|
119 |
+
#: ../classes/admin/class-admin-page.php:255
|
120 |
+
#: ../classes/admin/class-admin-reports.php:176
|
121 |
+
#: ../classes/admin/class-admin-reports.php:374
|
122 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:286
|
123 |
+
#: ../templates/dashboard/orders.php:35
|
124 |
+
msgid "Total"
|
125 |
+
msgstr "Toplam"
|
126 |
+
|
127 |
+
#: ../classes/admin/class-admin-page.php:256
|
128 |
+
#: ../classes/admin/class-admin-reports.php:178
|
129 |
+
#: ../classes/admin/class-admin-reports.php:461
|
130 |
+
msgid "Status"
|
131 |
+
msgstr "Durum"
|
132 |
+
|
133 |
+
#: ../classes/admin/class-admin-page.php:257
|
134 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:288
|
135 |
+
#: ../classes/front/orders/class-orders.php:185
|
136 |
+
#: ../templates/dashboard/orders.php:36
|
137 |
+
msgid "Date"
|
138 |
+
msgstr "Tarih"
|
139 |
+
|
140 |
+
#: ../classes/admin/class-admin-page.php:294
|
141 |
+
msgid "Mark paid"
|
142 |
+
msgstr "Ödendi olarak işaretle"
|
143 |
+
|
144 |
+
#: ../classes/admin/class-admin-page.php:295
|
145 |
+
msgid "Mark due"
|
146 |
+
msgstr "Ödenmesi gerekli olarak işaretle"
|
147 |
+
|
148 |
+
#: ../classes/admin/class-admin-page.php:296
|
149 |
+
msgid "Mark reversed"
|
150 |
+
msgstr "İade edildi olarak işaretle"
|
151 |
+
|
152 |
+
#: ../classes/admin/class-admin-page.php:313
|
153 |
+
#: ../classes/admin/class-admin-page.php:317
|
154 |
+
msgid "Filter"
|
155 |
+
msgstr "Filtre"
|
156 |
+
|
157 |
+
#: ../classes/admin/class-admin-page.php:352
|
158 |
+
msgid "Show all dates"
|
159 |
+
msgstr "Tüm tarihleri göster"
|
160 |
+
|
161 |
+
#: ../classes/admin/class-admin-page.php:365
|
162 |
+
#, php-format
|
163 |
+
msgid "%1$s %2$d"
|
164 |
+
msgstr "%1$s %2$d"
|
165 |
+
|
166 |
+
#: ../classes/admin/class-admin-page.php:387
|
167 |
+
msgid "Show all Statuses"
|
168 |
+
msgstr "Tüm Durumları göster"
|
169 |
+
|
170 |
+
#: ../classes/admin/class-admin-page.php:413
|
171 |
+
msgid "Commission marked paid."
|
172 |
+
msgstr "Kazanç ödendi olarak işaretlendi."
|
173 |
+
|
174 |
+
#: ../classes/admin/class-admin-page.php:420
|
175 |
+
msgid "Commission marked due."
|
176 |
+
msgstr "Ödenmesi gerekli kazanç olarak işaretle."
|
177 |
+
|
178 |
+
#: ../classes/admin/class-admin-page.php:427
|
179 |
+
msgid "Commission marked reversed."
|
180 |
+
msgstr "Kazanç iade olarak işaretlendi."
|
181 |
+
|
182 |
+
#: ../classes/admin/class-admin-reports.php:44
|
183 |
+
msgid "Overview"
|
184 |
+
msgstr "Genel Bakış"
|
185 |
+
|
186 |
+
#: ../classes/admin/class-admin-reports.php:50
|
187 |
+
msgid "Commission by vendor"
|
188 |
+
msgstr "Mağaza kazancı"
|
189 |
+
|
190 |
+
#: ../classes/admin/class-admin-reports.php:56
|
191 |
+
msgid "Commission by product"
|
192 |
+
msgstr "Ürün kazancı"
|
193 |
+
|
194 |
+
#: ../classes/admin/class-admin-reports.php:62
|
195 |
+
#: ../classes/admin/class-admin-reports.php:345
|
196 |
+
msgid "Commission Totals"
|
197 |
+
msgstr "Kazanç Toplamları"
|
198 |
+
|
199 |
+
#: ../classes/admin/class-admin-reports.php:63
|
200 |
+
msgid ""
|
201 |
+
"Commission totals for all vendors includes shipping and taxes. By default no "
|
202 |
+
"date range is used and all due commissions are returned. Use the date range "
|
203 |
+
"to filter."
|
204 |
+
msgstr ""
|
205 |
+
"Tüm satıcılar için komisyon toplamları nakliye ve vergiler dahildir. "
|
206 |
+
"Varsayılan olarak hiçbir tarih aralığı kullanılmaz ve tüm gereken "
|
207 |
+
"komisyonlar iade edilir. filtrelemek için tarih aralığını kullanın."
|
208 |
+
|
209 |
+
#: ../classes/admin/class-admin-reports.php:121
|
210 |
+
#: ../classes/admin/class-admin-reports.php:437
|
211 |
+
#: ../templates/dashboard/date-picker.php:3
|
212 |
+
msgid "From:"
|
213 |
+
msgstr "Başlangıç:"
|
214 |
+
|
215 |
+
#: ../classes/admin/class-admin-reports.php:123
|
216 |
+
#: ../classes/admin/class-admin-reports.php:439
|
217 |
+
#: ../templates/dashboard/date-picker.php:7
|
218 |
+
msgid "To:"
|
219 |
+
msgstr "Bitiş:"
|
220 |
+
|
221 |
+
#: ../classes/admin/class-admin-reports.php:125
|
222 |
+
#: ../classes/admin/class-admin-reports.php:283
|
223 |
+
#: ../classes/admin/class-admin-reports.php:448
|
224 |
+
#: ../templates/dashboard/date-picker.php:12
|
225 |
+
msgid "Show"
|
226 |
+
msgstr "Göster"
|
227 |
+
|
228 |
+
#: ../classes/admin/class-admin-reports.php:131
|
229 |
+
msgid "Total paid in range"
|
230 |
+
msgstr "Aralıkta toplam ödenen"
|
231 |
+
|
232 |
+
#: ../classes/admin/class-admin-reports.php:134
|
233 |
+
#: ../classes/admin/class-admin-reports.php:141
|
234 |
+
#: ../classes/admin/class-admin-reports.php:148
|
235 |
+
msgid "n/a"
|
236 |
+
msgstr "n/a"
|
237 |
+
|
238 |
+
#: ../classes/admin/class-admin-reports.php:138
|
239 |
+
msgid "Total due in range"
|
240 |
+
msgstr "Aralığındaki vadesi gelmiş"
|
241 |
+
|
242 |
+
#: ../classes/admin/class-admin-reports.php:145
|
243 |
+
msgid "Total reversed in range"
|
244 |
+
msgstr "Aralığındaki toplam iade"
|
245 |
+
|
246 |
+
#: ../classes/admin/class-admin-reports.php:155
|
247 |
+
msgid "Recent Commission"
|
248 |
+
msgstr "Son Kazanç"
|
249 |
+
|
250 |
+
#: ../classes/admin/class-admin-reports.php:173
|
251 |
+
#: ../classes/front/orders/class-orders.php:177
|
252 |
+
#: ../templates/dashboard/orders.php:33
|
253 |
+
msgid "Order"
|
254 |
+
msgstr "Sipariş"
|
255 |
+
|
256 |
+
#: ../classes/admin/class-admin-reports.php:177
|
257 |
+
msgid "Date & Time"
|
258 |
+
msgstr "Tarih & Zaman"
|
259 |
+
|
260 |
+
#: ../classes/admin/class-admin-reports.php:186
|
261 |
+
msgid "N/A"
|
262 |
+
msgstr "N/A"
|
263 |
+
|
264 |
+
#: ../classes/admin/class-admin-reports.php:191
|
265 |
+
msgid "D j M Y \\a\\t h:ia"
|
266 |
+
msgstr "D j M Y \a\\t h:ia"
|
267 |
+
|
268 |
+
#: ../classes/admin/class-admin-reports.php:200
|
269 |
+
msgid "No commission yet"
|
270 |
+
msgstr "Henüz kazanç yok"
|
271 |
+
|
272 |
+
#: ../classes/admin/class-admin-reports.php:234
|
273 |
+
msgid "Show:"
|
274 |
+
msgstr "Göster:"
|
275 |
+
|
276 |
+
#: ../classes/admin/class-admin-reports.php:243
|
277 |
+
msgid "Search for a product…"
|
278 |
+
msgstr "Bir ürün&hellip ara;"
|
279 |
+
|
280 |
+
#: ../classes/admin/class-admin-reports.php:246
|
281 |
+
msgid "Type in a product name to start searching..."
|
282 |
+
msgstr "Aramaya başlamak için ürün adını yazınız..."
|
283 |
+
|
284 |
+
#: ../classes/admin/class-admin-reports.php:278
|
285 |
+
msgid "Select a vendor…"
|
286 |
+
msgstr "Bir satıcı&hellip seç;"
|
287 |
+
|
288 |
+
#: ../classes/admin/class-admin-reports.php:344
|
289 |
+
msgid "Month"
|
290 |
+
msgstr "Ay"
|
291 |
+
|
292 |
+
#: ../classes/admin/class-admin-reports.php:346
|
293 |
+
msgid "Tax"
|
294 |
+
msgstr "Vergi"
|
295 |
+
|
296 |
+
#: ../classes/admin/class-admin-reports.php:347
|
297 |
+
#: ../classes/admin/settings/sf-options.php:52
|
298 |
+
#: ../classes/admin/settings/sf-options.php:136
|
299 |
+
#: ../templates/dashboard/orders.php:34 ../templates/orders/orders.php:115
|
300 |
+
msgid "Shipping"
|
301 |
+
msgstr "Kargo"
|
302 |
+
|
303 |
+
#: ../classes/admin/class-admin-reports.php:348
|
304 |
+
#: ../classes/admin/class-admin-reports.php:445
|
305 |
+
msgid "Reversed"
|
306 |
+
msgstr "İade edildi"
|
307 |
+
|
308 |
+
#: ../classes/admin/class-admin-reports.php:349
|
309 |
+
#: ../classes/admin/class-admin-reports.php:444
|
310 |
+
msgid "Paid"
|
311 |
+
msgstr "Ödendi"
|
312 |
+
|
313 |
+
#: ../classes/admin/class-admin-reports.php:350
|
314 |
+
#: ../classes/admin/class-admin-reports.php:443
|
315 |
+
msgid "Due"
|
316 |
+
msgstr "Gereken"
|
317 |
+
|
318 |
+
#: ../classes/admin/class-admin-reports.php:459
|
319 |
+
msgid "Tax Total"
|
320 |
+
msgstr "Toplam Vergi"
|
321 |
+
|
322 |
+
#: ../classes/admin/class-admin-reports.php:460
|
323 |
+
msgid "Shipping Total"
|
324 |
+
msgstr "Kargo Toplamı"
|
325 |
+
|
326 |
+
#: ../classes/admin/class-admin-reports.php:462
|
327 |
+
msgid "Commission Total"
|
328 |
+
msgstr "Toplam Kazanç"
|
329 |
+
|
330 |
+
#: ../classes/admin/class-admin-reports.php:484
|
331 |
+
msgid "No commissions found."
|
332 |
+
msgstr "Kazanç Yok."
|
333 |
+
|
334 |
+
#: ../classes/admin/class-admin-users.php:418
|
335 |
+
msgid "Enable HTML for the shop description"
|
336 |
+
msgstr "Mağaza tanımı için HTML etkinleştir"
|
337 |
+
|
338 |
+
#: ../classes/admin/class-admin-users.php:424
|
339 |
+
msgid "Shop name"
|
340 |
+
msgstr "Mağaza Adı"
|
341 |
+
|
342 |
+
#: ../classes/admin/class-admin-users.php:431
|
343 |
+
msgid "PayPal E-mail"
|
344 |
+
msgstr "PayPal Eposta"
|
345 |
+
|
346 |
+
#: ../classes/admin/class-admin-users.php:432
|
347 |
+
msgid "required"
|
348 |
+
msgstr "gerekli"
|
349 |
+
|
350 |
+
#: ../classes/admin/class-admin-users.php:439
|
351 |
+
msgid "Commission rate"
|
352 |
+
msgstr "Kazanç oranı"
|
353 |
+
|
354 |
+
#: ../classes/admin/class-admin-users.php:440
|
355 |
+
#: ../classes/admin/class-product-meta.php:174
|
356 |
+
msgid "Leave blank for default"
|
357 |
+
msgstr "Varsayılan için boş bırakın"
|
358 |
+
|
359 |
+
#: ../classes/admin/class-admin-users.php:446
|
360 |
+
msgid "Give Tax"
|
361 |
+
msgstr "Vergi ata"
|
362 |
+
|
363 |
+
#: ../classes/admin/class-admin-users.php:451
|
364 |
+
msgid "Tax override for vendor"
|
365 |
+
msgstr "Satıcı için vergi geçersiz kılma"
|
366 |
+
|
367 |
+
#: ../classes/admin/class-admin-users.php:457
|
368 |
+
msgid "Give Shipping"
|
369 |
+
msgstr "Gönderim ata"
|
370 |
+
|
371 |
+
#: ../classes/admin/class-admin-users.php:462
|
372 |
+
msgid "Shipping override for vendor"
|
373 |
+
msgstr "Satıcı için gönderim geçersiz kılma"
|
374 |
+
|
375 |
+
#: ../classes/admin/class-admin-users.php:468
|
376 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:30
|
377 |
+
#: ../templates/dashboard/settings/seller-info.php:3
|
378 |
+
msgid "Seller info"
|
379 |
+
msgstr "Satıcı bilgisi"
|
380 |
+
|
381 |
+
#: ../classes/admin/class-admin-users.php:473
|
382 |
+
msgid "Shop description"
|
383 |
+
msgstr "Mağaza açıklaması"
|
384 |
+
|
385 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:20
|
386 |
+
#: ../classes/class-install.php:188
|
387 |
+
msgid "Shop Settings"
|
388 |
+
msgstr "Mağaza Ayarları"
|
389 |
+
|
390 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:21
|
391 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:146
|
392 |
+
#: ../classes/admin/settings/sf-options.php:196
|
393 |
+
#: ../classes/class-install.php:187 ../templates/dashboard/orders.php:24
|
394 |
+
msgid "Orders"
|
395 |
+
msgstr "Siparişler"
|
396 |
+
|
397 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:58
|
398 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:106
|
399 |
+
msgid "Your PayPal address is not a valid email address."
|
400 |
+
msgstr "PayPal adresiniz geçerli değil."
|
401 |
+
|
402 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:67
|
403 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:115
|
404 |
+
msgid "That shop name is already taken. Your shop name must be unique."
|
405 |
+
msgstr "Bu mağaza adı kullanımda. Mağaza adınız benzersiz olmalı."
|
406 |
+
|
407 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:87
|
408 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:368
|
409 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:133
|
410 |
+
msgid "Settings saved."
|
411 |
+
msgstr "Ayarlar kaydedildi."
|
412 |
+
|
413 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:284
|
414 |
+
msgid "Customer"
|
415 |
+
msgstr "Müşteri"
|
416 |
+
|
417 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:285
|
418 |
+
#: ../classes/admin/settings/sf-options.php:127
|
419 |
+
#: ../classes/admin/settings/sf-options.php:254
|
420 |
+
msgid "Products"
|
421 |
+
msgstr "Ürünler"
|
422 |
+
|
423 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:289
|
424 |
+
#: ../templates/dashboard/orders.php:92
|
425 |
+
msgid "Shipped"
|
426 |
+
msgstr "Kargolandı"
|
427 |
+
|
428 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:324
|
429 |
+
#: ../templates/dashboard/orders.php:85
|
430 |
+
msgid "Mark shipped"
|
431 |
+
msgstr "Kargolandı olarak işaretle"
|
432 |
+
|
433 |
+
#: ../classes/admin/class-vendor-admin-dashboard.php:349
|
434 |
+
msgid "Orders marked shipped."
|
435 |
+
msgstr "Kargolanan siparişler."
|
436 |
+
|
437 |
+
#: ../classes/admin/class-vendor-applicants.php:26
|
438 |
+
msgid "Approve"
|
439 |
+
msgstr "Onayla"
|
440 |
+
|
441 |
+
#: ../classes/admin/class-vendor-applicants.php:27
|
442 |
+
msgid "Deny"
|
443 |
+
msgstr "Reddet"
|
444 |
+
|
445 |
+
#: ../classes/admin/class-vendor-applicants.php:73
|
446 |
+
msgid "Vendor has been <b>denied</b>."
|
447 |
+
msgstr "Mağazalar <b>reddedildi</b>."
|
448 |
+
|
449 |
+
#: ../classes/admin/class-vendor-applicants.php:84
|
450 |
+
msgid "Vendor has been <b>approved</b>."
|
451 |
+
msgstr "Mağazalar <b>onaylandı</b>."
|
452 |
+
|
453 |
+
#: ../classes/admin/class-vendor-applicants.php:98
|
454 |
+
msgid "Pending Vendors"
|
455 |
+
msgstr "Bekleyen Satıcılar"
|
456 |
+
|
457 |
+
#: ../classes/admin/emails/class-emails.php:59
|
458 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:70
|
459 |
+
msgid "pending"
|
460 |
+
msgstr "bekliyor"
|
461 |
+
|
462 |
+
#: ../classes/admin/emails/class-emails.php:61
|
463 |
+
msgid "approved"
|
464 |
+
msgstr "onaylandı"
|
465 |
+
|
466 |
+
#: ../classes/admin/emails/class-emails.php:63
|
467 |
+
msgid "denied"
|
468 |
+
msgstr "reddedildi"
|
469 |
+
|
470 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:28
|
471 |
+
msgid "Vendor Application"
|
472 |
+
msgstr "Mağaza Başvurusu"
|
473 |
+
|
474 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:29
|
475 |
+
msgid "Vendor application will either be approved, denied, or pending."
|
476 |
+
msgstr "Mağaza başvurusu onaylandı,reddedildi veya bekliyor."
|
477 |
+
|
478 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:31
|
479 |
+
msgid "Application {status}"
|
480 |
+
msgstr "Başvuru {status}"
|
481 |
+
|
482 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:32
|
483 |
+
msgid "[{blogname}] Your vendor application has been {status}"
|
484 |
+
msgstr "[{blogname}] Mağaza başvurunuz {status}"
|
485 |
+
|
486 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:123
|
487 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:134
|
488 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:163
|
489 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:256
|
490 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:62
|
491 |
+
msgid "Enable/Disable"
|
492 |
+
msgstr "Etkinleştir/Devre Dışı Bırak"
|
493 |
+
|
494 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:125
|
495 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:136
|
496 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:165
|
497 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:258
|
498 |
+
msgid "Enable this email notification"
|
499 |
+
msgstr "Bu Eposta bildirimini etkinleştir"
|
500 |
+
|
501 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:129
|
502 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:140
|
503 |
+
msgid "Recipient(s)"
|
504 |
+
msgstr "Alıcı(lar)"
|
505 |
+
|
506 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:131
|
507 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:142
|
508 |
+
#, php-format
|
509 |
+
msgid ""
|
510 |
+
"Enter recipients (comma separated) for this email. Defaults to <code>%s</"
|
511 |
+
"code>."
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:136
|
515 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:147
|
516 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:169
|
517 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:262
|
518 |
+
msgid "Subject"
|
519 |
+
msgstr "Konu"
|
520 |
+
|
521 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:138
|
522 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:149
|
523 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:171
|
524 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:264
|
525 |
+
#, php-format
|
526 |
+
msgid ""
|
527 |
+
"This controls the email subject line. Leave blank to use the default "
|
528 |
+
"subject: <code>%s</code>."
|
529 |
+
msgstr ""
|
530 |
+
|
531 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:143
|
532 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:154
|
533 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:176
|
534 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:269
|
535 |
+
msgid "Email Heading"
|
536 |
+
msgstr "Eposta Başlığı"
|
537 |
+
|
538 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:145
|
539 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:156
|
540 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:178
|
541 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:271
|
542 |
+
#, php-format
|
543 |
+
msgid ""
|
544 |
+
"This controls the main heading contained within the email notification. "
|
545 |
+
"Leave blank to use the default heading: <code>%s</code>."
|
546 |
+
msgstr ""
|
547 |
+
|
548 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:150
|
549 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:161
|
550 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:183
|
551 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:282
|
552 |
+
msgid "Email type"
|
553 |
+
msgstr "Eposta türü"
|
554 |
+
|
555 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:152
|
556 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:163
|
557 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:185
|
558 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:284
|
559 |
+
msgid "Choose which format of email to send."
|
560 |
+
msgstr "Gönderilecek eposta biçimini seçiniz."
|
561 |
+
|
562 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:156
|
563 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:167
|
564 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:189
|
565 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:288
|
566 |
+
msgid "Plain text"
|
567 |
+
msgstr "Düz metin"
|
568 |
+
|
569 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:157
|
570 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:168
|
571 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:190
|
572 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:289
|
573 |
+
msgid "HTML"
|
574 |
+
msgstr "HTML"
|
575 |
+
|
576 |
+
#: ../classes/admin/emails/class-wc-approve-vendor.php:158
|
577 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:169
|
578 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:191
|
579 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:290
|
580 |
+
msgid "Multipart"
|
581 |
+
msgstr "Çok parçalı"
|
582 |
+
|
583 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:28
|
584 |
+
msgid "New Vendor Product"
|
585 |
+
msgstr "Yeni Mağaza Ürünü"
|
586 |
+
|
587 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:29
|
588 |
+
msgid "New order emails are sent when a new product is submitted by a vendor"
|
589 |
+
msgstr ""
|
590 |
+
"Satıcı tarafından bir ürün gönderildiğinde yeni sipariş epostaları gönderildi"
|
591 |
+
|
592 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:31
|
593 |
+
msgid "New product submitted: {product_name}"
|
594 |
+
msgstr "Yeni ürün gönderildi: {product_name}"
|
595 |
+
|
596 |
+
#: ../classes/admin/emails/class-wc-notify-admin.php:32
|
597 |
+
msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
|
598 |
+
msgstr "[{blogname}] {vendor_name} Yeni ürün ekledi - {product_name}"
|
599 |
+
|
600 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:28
|
601 |
+
msgid "Vendor has shipped"
|
602 |
+
msgstr "Satıcı kargoladı"
|
603 |
+
|
604 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:29
|
605 |
+
msgid ""
|
606 |
+
"An email is sent when a vendor has marked one of their orders as shipped."
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:31
|
610 |
+
msgid "Your order has been shipped"
|
611 |
+
msgstr "Siparişiniz gönderildi"
|
612 |
+
|
613 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:32
|
614 |
+
msgid ""
|
615 |
+
"[{blogname}] Your order has been shipped ({order_number}) - {order_date}"
|
616 |
+
msgstr "[{blogname}] Siparişiniz kargolandı ({order_number}) - {order_date}"
|
617 |
+
|
618 |
+
#: ../classes/admin/emails/class-wc-notify-shipped.php:112
|
619 |
+
msgid "Subtotal:"
|
620 |
+
msgstr "Aratoplam:"
|
621 |
+
|
622 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:27
|
623 |
+
msgid "Notify vendors"
|
624 |
+
msgstr "Bekleyen Satıcılar"
|
625 |
+
|
626 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:28
|
627 |
+
msgid "New order emails are sent when an order is received/paid by a customer."
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:30
|
631 |
+
msgid "New customer order"
|
632 |
+
msgstr "Yeni müşteri siparişi"
|
633 |
+
|
634 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:31
|
635 |
+
msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
|
636 |
+
msgstr "[{blogname}] Yeni müşteri siparişi ({order_number}) - {order_date}"
|
637 |
+
|
638 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:105
|
639 |
+
msgid "Commission Subtotal:"
|
640 |
+
msgstr "Kazanç Aratoplamı:"
|
641 |
+
|
642 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:111
|
643 |
+
msgid "Tax Subtotal:"
|
644 |
+
msgstr "Vergi Aratoplamı:"
|
645 |
+
|
646 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:119
|
647 |
+
msgid "Shipping Subtotal:"
|
648 |
+
msgstr "Kargo Aratoplamı:"
|
649 |
+
|
650 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:276
|
651 |
+
msgid "Product Totals"
|
652 |
+
msgstr "Ürün Toplamı"
|
653 |
+
|
654 |
+
#: ../classes/admin/emails/class-wc-notify-vendor.php:278
|
655 |
+
msgid ""
|
656 |
+
"Show thecommission due/paid as the product totals instead of the product "
|
657 |
+
"prices."
|
658 |
+
msgstr ""
|
659 |
+
|
660 |
+
#: ../classes/admin/settings/classes/sf-class-format-options.php:211
|
661 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:786
|
662 |
+
msgid "Select a page..."
|
663 |
+
msgstr "Bir sayfa seç..."
|
664 |
+
|
665 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:153
|
666 |
+
#: ../templates/dashboard/settings/settings.php:1
|
667 |
+
msgid "Settings"
|
668 |
+
msgstr "Ayarlar"
|
669 |
+
|
670 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:302
|
671 |
+
msgid "Could not load settings at: "
|
672 |
+
msgstr "Ayarlar yüklenemedi:"
|
673 |
+
|
674 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:302
|
675 |
+
msgid "Error - WP Settings Framework"
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:484
|
679 |
+
#, php-format
|
680 |
+
msgid "Save %s changes"
|
681 |
+
msgstr "%s değişiklikleri kaydet"
|
682 |
+
|
683 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:497
|
684 |
+
msgid ""
|
685 |
+
"Please help with a <a href=\"https://wordpress.org/support/view/plugin-"
|
686 |
+
"reviews/wc-vendors?rate=5#postform\" target=\"top\">High Five!</a> | <a href="
|
687 |
+
"\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
688 |
+
"Vendors Pro</a> | <a href=\"https://www.wcvendors.com/product/stripe-"
|
689 |
+
"commissions-gateway/\" target=\"top\">Stripe Commissions & Gateway</a> | <a "
|
690 |
+
"href=\"https://www.wcvendors.com/kb/\" target=\"top\">KnowledgeBase</a> | <a "
|
691 |
+
"href=\"https://www.wcvendors.com/help/\" target=\"top\">Help Forums</a>"
|
692 |
+
msgstr ""
|
693 |
+
|
694 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:843
|
695 |
+
#, php-format
|
696 |
+
msgid "Update %s"
|
697 |
+
msgstr "Güncelle %s"
|
698 |
+
|
699 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:843
|
700 |
+
#, php-format
|
701 |
+
msgid "Add %s"
|
702 |
+
msgstr "Ekle %s"
|
703 |
+
|
704 |
+
#: ../classes/admin/settings/classes/sf-class-settings.php:843
|
705 |
+
#, php-format
|
706 |
+
msgid "Upload an image for the %s"
|
707 |
+
msgstr "%s için bir resim yükle"
|
708 |
+
|
709 |
+
#: ../classes/admin/settings/sf-options.php:5
|
710 |
+
msgid "General options"
|
711 |
+
msgstr "Genel ayarlar"
|
712 |
+
|
713 |
+
#: ../classes/admin/settings/sf-options.php:8
|
714 |
+
msgid "Default commission (%)"
|
715 |
+
msgstr "Varsayılan kazanç (%s)"
|
716 |
+
|
717 |
+
#: ../classes/admin/settings/sf-options.php:9
|
718 |
+
msgid ""
|
719 |
+
"The default rate you pay each vendor for a product sale. <br>You can also "
|
720 |
+
"give vendors their own individual commission rates by editing the vendors "
|
721 |
+
"user account.<br>Also, you can edit an individual products commission to "
|
722 |
+
"override both of these settings on a per product basis."
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: ../classes/admin/settings/sf-options.php:20
|
726 |
+
#: ../classes/admin/settings/sf-options.php:27
|
727 |
+
msgid "Allow users or guests to apply to become a vendor"
|
728 |
+
msgstr "Ziyaretçilerin veya kullanıcıların mağaza açmasına izin ver"
|
729 |
+
|
730 |
+
#: ../classes/admin/settings/sf-options.php:22
|
731 |
+
msgid ""
|
732 |
+
"Allow users or guests to apply to become a vendor. <br><br><strong>WARNING:"
|
733 |
+
"</strong> You MUST \"<strong>Enable registration on the \"My Account\" "
|
734 |
+
"page</strong>\" in your <strong>WooCommerce > Settings > Accounts</strong> "
|
735 |
+
"page for this option to work. Currently, you have registration disabled."
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: ../classes/admin/settings/sf-options.php:26
|
739 |
+
msgid "Registration"
|
740 |
+
msgstr "Kayıt"
|
741 |
+
|
742 |
+
#: ../classes/admin/settings/sf-options.php:28
|
743 |
+
msgid ""
|
744 |
+
"This will show a checkbox on the My Account page's registration form asking "
|
745 |
+
"if the user would like to apply to be a vendor. Also, on the Vendor "
|
746 |
+
"Dashboard, users can still apply to become a vendor even if this is disabled."
|
747 |
+
msgstr ""
|
748 |
+
|
749 |
+
#: ../classes/admin/settings/sf-options.php:35
|
750 |
+
msgid "Approve vendor applications manually"
|
751 |
+
msgstr "Mağaza taleplerini elle onayla"
|
752 |
+
|
753 |
+
#: ../classes/admin/settings/sf-options.php:36
|
754 |
+
msgid ""
|
755 |
+
"With this unchecked, all vendor applications are automatically accepted. "
|
756 |
+
"Otherwise, you must approve each manually."
|
757 |
+
msgstr ""
|
758 |
+
|
759 |
+
#: ../classes/admin/settings/sf-options.php:43
|
760 |
+
#: ../classes/admin/settings/sf-options.php:175
|
761 |
+
msgid "Taxes"
|
762 |
+
msgstr "Vergiler"
|
763 |
+
|
764 |
+
#: ../classes/admin/settings/sf-options.php:44
|
765 |
+
msgid "Give vendors any tax collected per-product"
|
766 |
+
msgstr ""
|
767 |
+
|
768 |
+
#: ../classes/admin/settings/sf-options.php:45
|
769 |
+
msgid "The tax collected on a vendor's product will be given in its entirety"
|
770 |
+
msgstr ""
|
771 |
+
|
772 |
+
#: ../classes/admin/settings/sf-options.php:53
|
773 |
+
msgid "Give vendors any shipping collected per-product"
|
774 |
+
msgstr ""
|
775 |
+
|
776 |
+
#: ../classes/admin/settings/sf-options.php:54
|
777 |
+
msgid ""
|
778 |
+
"WC Vendors Free - Give vendors shipping if using Per Product Shipping "
|
779 |
+
"gateway. WC Vendors Pro - Give vendors shipping when using Vendor "
|
780 |
+
"Shipping. No other shipping module is compatible with this option."
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: ../classes/admin/settings/sf-options.php:60
|
784 |
+
msgid "Shop options"
|
785 |
+
msgstr "Mağaza seçenekleri"
|
786 |
+
|
787 |
+
#: ../classes/admin/settings/sf-options.php:63
|
788 |
+
msgid "Shop HTML"
|
789 |
+
msgstr "Mağaza HTML"
|
790 |
+
|
791 |
+
#: ../classes/admin/settings/sf-options.php:64
|
792 |
+
msgid ""
|
793 |
+
"Enable HTML for a vendor's shop description by default. You can enable or "
|
794 |
+
"disable this per vendor by editing the vendors user account."
|
795 |
+
msgstr ""
|
796 |
+
|
797 |
+
#: ../classes/admin/settings/sf-options.php:71
|
798 |
+
msgid "Vendor Shop Page"
|
799 |
+
msgstr "Mağaza Sayfası"
|
800 |
+
|
801 |
+
#: ../classes/admin/settings/sf-options.php:72
|
802 |
+
msgid ""
|
803 |
+
"Enter one word for the URI. If you enter \"<strong>vendors</strong>\" your "
|
804 |
+
"vendors store will be <code>yourdomain.com/vendors/store-name/</code>"
|
805 |
+
msgstr ""
|
806 |
+
|
807 |
+
#: ../classes/admin/settings/sf-options.php:79
|
808 |
+
msgid "Shop Headers"
|
809 |
+
msgstr "Mağaza Başlığı"
|
810 |
+
|
811 |
+
#: ../classes/admin/settings/sf-options.php:80
|
812 |
+
msgid "Enable vendor shop headers"
|
813 |
+
msgstr "Mağaza başlığını etkinleştir"
|
814 |
+
|
815 |
+
#: ../classes/admin/settings/sf-options.php:81
|
816 |
+
msgid ""
|
817 |
+
"This will override the HTML Shop description output on product-archive "
|
818 |
+
"pages. In order to customize the shop headers visit wcvendors.com and read "
|
819 |
+
"the article in the Knowledgebase titled Changing the Vendor Templates."
|
820 |
+
msgstr ""
|
821 |
+
|
822 |
+
#: ../classes/admin/settings/sf-options.php:88
|
823 |
+
msgid "Vendor Display Name"
|
824 |
+
msgstr "Mağaza Kullanıcı Adı"
|
825 |
+
|
826 |
+
#: ../classes/admin/settings/sf-options.php:89
|
827 |
+
msgid ""
|
828 |
+
"Select what will be displayed for the sold by text throughout the store."
|
829 |
+
msgstr ""
|
830 |
+
|
831 |
+
#: ../classes/admin/settings/sf-options.php:93
|
832 |
+
msgid "Display Name"
|
833 |
+
msgstr "Kullanıcı Adı"
|
834 |
+
|
835 |
+
#: ../classes/admin/settings/sf-options.php:94
|
836 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:22
|
837 |
+
#: ../templates/dashboard/settings/shop-name.php:2
|
838 |
+
msgid "Shop Name"
|
839 |
+
msgstr "Mağaza Adı"
|
840 |
+
|
841 |
+
#: ../classes/admin/settings/sf-options.php:95
|
842 |
+
msgid "User Login"
|
843 |
+
msgstr "Kullanıcı Giriş"
|
844 |
+
|
845 |
+
#: ../classes/admin/settings/sf-options.php:96
|
846 |
+
msgid "User Email"
|
847 |
+
msgstr "Kullanıcı Eposta"
|
848 |
+
|
849 |
+
#: ../classes/admin/settings/sf-options.php:103
|
850 |
+
#: ../classes/admin/settings/sf-options.php:116
|
851 |
+
msgid "Sold By"
|
852 |
+
msgstr "Satan"
|
853 |
+
|
854 |
+
#: ../classes/admin/settings/sf-options.php:104
|
855 |
+
msgid "Enable sold by labels"
|
856 |
+
msgstr "Etiketli satışı etkinleştir"
|
857 |
+
|
858 |
+
#: ../classes/admin/settings/sf-options.php:105
|
859 |
+
msgid "This will enable or disable the sold by labels."
|
860 |
+
msgstr "Bu etiketle satışı etkinleştirecek veya devre dışı bırakacak."
|
861 |
+
|
862 |
+
#: ../classes/admin/settings/sf-options.php:112
|
863 |
+
msgid "Sold By Label"
|
864 |
+
msgstr "Etiketli Satış"
|
865 |
+
|
866 |
+
#: ../classes/admin/settings/sf-options.php:113
|
867 |
+
msgid "The sold by label used on the site and emails."
|
868 |
+
msgstr "Etiketle satış epostalarda ve sitede kullanılır."
|
869 |
+
|
870 |
+
#: ../classes/admin/settings/sf-options.php:120
|
871 |
+
msgid "Seller Info Label"
|
872 |
+
msgstr "Mağaza Bilgi Etiketi"
|
873 |
+
|
874 |
+
#: ../classes/admin/settings/sf-options.php:121
|
875 |
+
msgid "The seller info tab title on the single product page."
|
876 |
+
msgstr ""
|
877 |
+
|
878 |
+
#: ../classes/admin/settings/sf-options.php:124
|
879 |
+
msgid "Seller Info"
|
880 |
+
msgstr "Satıcı Bilgisi"
|
881 |
+
|
882 |
+
#: ../classes/admin/settings/sf-options.php:128
|
883 |
+
msgid "Product Add Page"
|
884 |
+
msgstr "Ürün Ekleme Sayfası"
|
885 |
+
|
886 |
+
#: ../classes/admin/settings/sf-options.php:128
|
887 |
+
msgid "Configure what to hide from all vendors when adding a product"
|
888 |
+
msgstr ""
|
889 |
+
|
890 |
+
#: ../classes/admin/settings/sf-options.php:131
|
891 |
+
msgid "Left side panel"
|
892 |
+
msgstr "Sol Panel"
|
893 |
+
|
894 |
+
#: ../classes/admin/settings/sf-options.php:132
|
895 |
+
msgid ""
|
896 |
+
"CHECKING these boxes will **HIDE** these areas of the add product page for "
|
897 |
+
"vendors"
|
898 |
+
msgstr ""
|
899 |
+
|
900 |
+
#: ../classes/admin/settings/sf-options.php:135
|
901 |
+
msgid "Inventory"
|
902 |
+
msgstr "Envanter"
|
903 |
+
|
904 |
+
#: ../classes/admin/settings/sf-options.php:137
|
905 |
+
msgid "Linked Products"
|
906 |
+
msgstr "Bağlantılı Ürünler"
|
907 |
+
|
908 |
+
#: ../classes/admin/settings/sf-options.php:138
|
909 |
+
msgid "Attributes"
|
910 |
+
msgstr "Nitelikler"
|
911 |
+
|
912 |
+
#: ../classes/admin/settings/sf-options.php:139
|
913 |
+
msgid "Advanced"
|
914 |
+
msgstr "Gelişmiş"
|
915 |
+
|
916 |
+
#: ../classes/admin/settings/sf-options.php:146
|
917 |
+
msgid "Types"
|
918 |
+
msgstr "Türler"
|
919 |
+
|
920 |
+
#: ../classes/admin/settings/sf-options.php:147
|
921 |
+
msgid "CHECKING these boxes will HIDE these product types from the vendor"
|
922 |
+
msgstr ""
|
923 |
+
|
924 |
+
#: ../classes/admin/settings/sf-options.php:150
|
925 |
+
msgid "Simple"
|
926 |
+
msgstr "Basit"
|
927 |
+
|
928 |
+
#: ../classes/admin/settings/sf-options.php:151
|
929 |
+
msgid "Variable"
|
930 |
+
msgstr "Değişken"
|
931 |
+
|
932 |
+
#: ../classes/admin/settings/sf-options.php:152
|
933 |
+
msgid "Grouped"
|
934 |
+
msgstr "Gruplanmış"
|
935 |
+
|
936 |
+
#: ../classes/admin/settings/sf-options.php:153
|
937 |
+
msgid "External / affiliate"
|
938 |
+
msgstr ""
|
939 |
+
|
940 |
+
#: ../classes/admin/settings/sf-options.php:160
|
941 |
+
msgid "Type options"
|
942 |
+
msgstr ""
|
943 |
+
|
944 |
+
#: ../classes/admin/settings/sf-options.php:161
|
945 |
+
msgid ""
|
946 |
+
"CHECKING these boxes will **HIDE** these product options from the vendor"
|
947 |
+
msgstr ""
|
948 |
+
|
949 |
+
#: ../classes/admin/settings/sf-options.php:164
|
950 |
+
msgid "Virtual"
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: ../classes/admin/settings/sf-options.php:165
|
954 |
+
msgid "Downloadable"
|
955 |
+
msgstr "İndirilebilir"
|
956 |
+
|
957 |
+
#: ../classes/admin/settings/sf-options.php:172
|
958 |
+
msgid "Miscellaneous"
|
959 |
+
msgstr "Çeşitli"
|
960 |
+
|
961 |
+
#: ../classes/admin/settings/sf-options.php:176
|
962 |
+
msgid "SKU"
|
963 |
+
msgstr "SKU"
|
964 |
+
|
965 |
+
#: ../classes/admin/settings/sf-options.php:177
|
966 |
+
msgid "Featured"
|
967 |
+
msgstr "Öne çıkanlar"
|
968 |
+
|
969 |
+
#: ../classes/admin/settings/sf-options.php:178
|
970 |
+
msgid "Duplicate Product"
|
971 |
+
msgstr ""
|
972 |
+
|
973 |
+
#: ../classes/admin/settings/sf-options.php:185
|
974 |
+
msgid "Stylesheet"
|
975 |
+
msgstr "Sayfa stili"
|
976 |
+
|
977 |
+
#: ../classes/admin/settings/sf-options.php:186
|
978 |
+
msgid ""
|
979 |
+
"You can add CSS in this textarea, which will be loaded on the product add/"
|
980 |
+
"edit page for vendors."
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
+
#: ../classes/admin/settings/sf-options.php:193
|
984 |
+
msgid "Permissions"
|
985 |
+
msgstr "İzinler"
|
986 |
+
|
987 |
+
#: ../classes/admin/settings/sf-options.php:193
|
988 |
+
msgid "General permissions used around the shop"
|
989 |
+
msgstr "Mağazaya tanınan genel izinler"
|
990 |
+
|
991 |
+
#: ../classes/admin/settings/sf-options.php:197
|
992 |
+
msgid "View orders"
|
993 |
+
msgstr "Siparişleri görüntüle"
|
994 |
+
|
995 |
+
#: ../classes/admin/settings/sf-options.php:198
|
996 |
+
msgid "Show customer details such as email, address, name, etc, for each order"
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: ../classes/admin/settings/sf-options.php:205
|
1000 |
+
msgid "View comments"
|
1001 |
+
msgstr "Yorumları görüntüle"
|
1002 |
+
|
1003 |
+
#: ../classes/admin/settings/sf-options.php:206
|
1004 |
+
msgid "View all vendor comments for an order on the frontend"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: ../classes/admin/settings/sf-options.php:213
|
1008 |
+
msgid "Submit comments"
|
1009 |
+
msgstr "Yorumları gönder"
|
1010 |
+
|
1011 |
+
#: ../classes/admin/settings/sf-options.php:214
|
1012 |
+
msgid ""
|
1013 |
+
"Submit comments for an order on the frontend. Eg, tracking ID for a product"
|
1014 |
+
msgstr ""
|
1015 |
+
|
1016 |
+
#: ../classes/admin/settings/sf-options.php:221
|
1017 |
+
msgid "View email addresses"
|
1018 |
+
msgstr "Epostaları görüntüle"
|
1019 |
+
|
1020 |
+
#: ../classes/admin/settings/sf-options.php:222
|
1021 |
+
msgid ""
|
1022 |
+
"While viewing order details on the frontend, you can disable or enable email "
|
1023 |
+
"addresses"
|
1024 |
+
msgstr ""
|
1025 |
+
|
1026 |
+
#: ../classes/admin/settings/sf-options.php:229
|
1027 |
+
msgid "Export a CSV file of orders for a product"
|
1028 |
+
msgstr ""
|
1029 |
+
|
1030 |
+
#: ../classes/admin/settings/sf-options.php:230
|
1031 |
+
msgid "Vendors could export orders for a product on the frontend"
|
1032 |
+
msgstr ""
|
1033 |
+
|
1034 |
+
#: ../classes/admin/settings/sf-options.php:237
|
1035 |
+
msgid "Reports"
|
1036 |
+
msgstr "Raporlar"
|
1037 |
+
|
1038 |
+
#: ../classes/admin/settings/sf-options.php:238
|
1039 |
+
msgid ""
|
1040 |
+
"<strike>View backend sales reports</strike>. <strong>Depreciated</strong>"
|
1041 |
+
msgstr ""
|
1042 |
+
|
1043 |
+
#: ../classes/admin/settings/sf-options.php:239
|
1044 |
+
msgid ""
|
1045 |
+
"This option has been removed and will no longer function. It will be "
|
1046 |
+
"completely removed in future versions. Vendors should use their Vendor "
|
1047 |
+
"Dashboard for reports as all identical functionality is already there. "
|
1048 |
+
msgstr ""
|
1049 |
+
|
1050 |
+
#: ../classes/admin/settings/sf-options.php:246
|
1051 |
+
msgid "View Frontend sales reports"
|
1052 |
+
msgstr "Önyüz satış raporlarını görüntüle"
|
1053 |
+
|
1054 |
+
#: ../classes/admin/settings/sf-options.php:247
|
1055 |
+
msgid ""
|
1056 |
+
"Sales table on the frontend on the Vendor Dashboard page. The table will "
|
1057 |
+
"only display sales data that pertain to their products, and only for orders "
|
1058 |
+
"that are processing or completed."
|
1059 |
+
msgstr ""
|
1060 |
+
|
1061 |
+
#: ../classes/admin/settings/sf-options.php:255
|
1062 |
+
msgid "Submit products"
|
1063 |
+
msgstr "Ürünleri gönder"
|
1064 |
+
|
1065 |
+
#: ../classes/admin/settings/sf-options.php:256
|
1066 |
+
msgid ""
|
1067 |
+
"Check to allow vendors to list new products. Admin must approve new "
|
1068 |
+
"products by editing the product, and clicking Publish."
|
1069 |
+
msgstr ""
|
1070 |
+
|
1071 |
+
#: ../classes/admin/settings/sf-options.php:263
|
1072 |
+
msgid "Edit live products"
|
1073 |
+
msgstr "Satıştaki ürünleri düzenle"
|
1074 |
+
|
1075 |
+
#: ../classes/admin/settings/sf-options.php:264
|
1076 |
+
msgid ""
|
1077 |
+
"Vendors could edit an approved product after it has already gone live. There "
|
1078 |
+
"is no approval or review after editing a live product. This could be "
|
1079 |
+
"dangerous with malicious vendors, so take caution."
|
1080 |
+
msgstr ""
|
1081 |
+
|
1082 |
+
#: ../classes/admin/settings/sf-options.php:271
|
1083 |
+
msgid "Submit products live without requiring approval"
|
1084 |
+
msgstr "Onay gerekmeden satıştaki ürünleri gönder"
|
1085 |
+
|
1086 |
+
#: ../classes/admin/settings/sf-options.php:272
|
1087 |
+
msgid ""
|
1088 |
+
"Vendors can submit products without review or approval from a shop admin. "
|
1089 |
+
"This could be dangerous with malicious vendors, so take caution."
|
1090 |
+
msgstr ""
|
1091 |
+
|
1092 |
+
#: ../classes/admin/settings/sf-options.php:278
|
1093 |
+
msgid "Pages"
|
1094 |
+
msgstr "Sayfalar"
|
1095 |
+
|
1096 |
+
#: ../classes/admin/settings/sf-options.php:279
|
1097 |
+
msgid "Page configuration"
|
1098 |
+
msgstr "Sayfa düzenlemesi"
|
1099 |
+
|
1100 |
+
#: ../classes/admin/settings/sf-options.php:282
|
1101 |
+
msgid "Vendor dashboard"
|
1102 |
+
msgstr "Mağaza paneli"
|
1103 |
+
|
1104 |
+
#: ../classes/admin/settings/sf-options.php:283
|
1105 |
+
msgid ""
|
1106 |
+
"Choose the page that has the shortcode <code>[wcv_vendor_dashboard]</"
|
1107 |
+
"code><br/>. If this page is not set, you will break your site. If you "
|
1108 |
+
"upgrade to Pro, keep this page unchanged as both Pro Dashboard and this "
|
1109 |
+
"Dashboard page must be set."
|
1110 |
+
msgstr ""
|
1111 |
+
|
1112 |
+
#: ../classes/admin/settings/sf-options.php:290
|
1113 |
+
msgid "Shop settings"
|
1114 |
+
msgstr "Mağaza ayarları"
|
1115 |
+
|
1116 |
+
#: ../classes/admin/settings/sf-options.php:291
|
1117 |
+
msgid ""
|
1118 |
+
"Choose the page that has the shortcode <code>[wcv_shop_settings]</code><br/"
|
1119 |
+
">These are the shop settings a vendor can configure. By default, Vendor "
|
1120 |
+
"Dashboard > Shop Settings should have this shortcode."
|
1121 |
+
msgstr ""
|
1122 |
+
|
1123 |
+
#: ../classes/admin/settings/sf-options.php:298
|
1124 |
+
msgid "Orders page"
|
1125 |
+
msgstr "Sipariş sayfası"
|
1126 |
+
|
1127 |
+
#: ../classes/admin/settings/sf-options.php:299
|
1128 |
+
msgid ""
|
1129 |
+
"Choose the page that has the shortcode <code>[wcv_orders]</code><br/>By "
|
1130 |
+
"default, Vendor Dashboard > Orders should have the shortcode."
|
1131 |
+
msgstr ""
|
1132 |
+
|
1133 |
+
#: ../classes/admin/settings/sf-options.php:306
|
1134 |
+
msgid "Vendor terms"
|
1135 |
+
msgstr "Mağaza koşulları"
|
1136 |
+
|
1137 |
+
#: ../classes/admin/settings/sf-options.php:307
|
1138 |
+
msgid ""
|
1139 |
+
"These terms are shown to a user when submitting an application to become a "
|
1140 |
+
"vendor.<br/>If left blank, no terms will be shown to the applicant. Vendor "
|
1141 |
+
"must accept terms in order to register, if set."
|
1142 |
+
msgstr ""
|
1143 |
+
|
1144 |
+
#: ../classes/admin/settings/sf-options.php:314
|
1145 |
+
msgid "payments"
|
1146 |
+
msgstr "ödemeler"
|
1147 |
+
|
1148 |
+
#: ../classes/admin/settings/sf-options.php:325
|
1149 |
+
msgid "Payments"
|
1150 |
+
msgstr "Ödemeler"
|
1151 |
+
|
1152 |
+
#: ../classes/admin/settings/sf-options.php:327
|
1153 |
+
msgid "PayPal Adaptive Payments Scheduling"
|
1154 |
+
msgstr ""
|
1155 |
+
|
1156 |
+
#: ../classes/admin/settings/sf-options.php:328
|
1157 |
+
#, php-format
|
1158 |
+
msgid "Total commission currently due: %s. <a href=\"%s\">View details</a>."
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
+
#: ../classes/admin/settings/sf-options.php:329
|
1162 |
+
#, php-format
|
1163 |
+
msgid ""
|
1164 |
+
"Make sure you update your PayPal Adaptive Payments settings <a href=\"%s"
|
1165 |
+
"\">here</a>. <br><br>To instantly pay with Adaptive Payments you must "
|
1166 |
+
"activate the paypalap gateway in your Checkout settings. <br><a href="
|
1167 |
+
"\"https://www.wcvendors.com/kb/configuring-paypal-adaptive-payments/\" "
|
1168 |
+
"target=\"top\">PayPal AP Application Help</a>. <br><br>Another gateway that "
|
1169 |
+
"offers instant payments to vendors that also accepts credit cards directly "
|
1170 |
+
"on your checkout page is Stripe. <br><a href=\"https://www.wcvendors.com/"
|
1171 |
+
"product/stripe-commissions-gateway/\" target=\"top\">Stripe Commissions & "
|
1172 |
+
"Gateway plugin</a> is $49 and specifically coded for WC Vendors and <a href="
|
1173 |
+
"\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
|
1174 |
+
"Vendors Pro</a>."
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: ../classes/admin/settings/sf-options.php:333
|
1178 |
+
msgid "Instant pay"
|
1179 |
+
msgstr "Hemen öde"
|
1180 |
+
|
1181 |
+
#: ../classes/admin/settings/sf-options.php:334
|
1182 |
+
msgid ""
|
1183 |
+
"Instantly pay vendors their commission when an order is made, and if a "
|
1184 |
+
"vendor has a valid PayPal email added on their Shop Settings page."
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#: ../classes/admin/settings/sf-options.php:335
|
1188 |
+
msgid ""
|
1189 |
+
"For this to work, customers must checkout with the PayPal Adaptive Payments "
|
1190 |
+
"gateway. Using any other gateways will not pay vendors instantly"
|
1191 |
+
msgstr ""
|
1192 |
+
|
1193 |
+
#: ../classes/admin/settings/sf-options.php:342
|
1194 |
+
msgid "Payment schedule"
|
1195 |
+
msgstr "Ödeme programı"
|
1196 |
+
|
1197 |
+
#: ../classes/admin/settings/sf-options.php:343
|
1198 |
+
msgid "Note: Schedule will only work if instant pay is unchecked"
|
1199 |
+
msgstr ""
|
1200 |
+
|
1201 |
+
#: ../classes/admin/settings/sf-options.php:348
|
1202 |
+
msgid "Weekly"
|
1203 |
+
msgstr "Haftada bir"
|
1204 |
+
|
1205 |
+
#: ../classes/admin/settings/sf-options.php:349
|
1206 |
+
msgid "Biweekly"
|
1207 |
+
msgstr "İki Haftada Bir"
|
1208 |
+
|
1209 |
+
#: ../classes/admin/settings/sf-options.php:350
|
1210 |
+
msgid "Monthly"
|
1211 |
+
msgstr "Ayda bir"
|
1212 |
+
|
1213 |
+
#: ../classes/admin/settings/sf-options.php:351
|
1214 |
+
msgid "Manual"
|
1215 |
+
msgstr "Manuel"
|
1216 |
+
|
1217 |
+
#: ../classes/admin/settings/sf-options.php:352
|
1218 |
+
msgid "Now"
|
1219 |
+
msgstr "Şimdi"
|
1220 |
+
|
1221 |
+
#: ../classes/admin/settings/sf-options.php:357
|
1222 |
+
msgid "Email notification"
|
1223 |
+
msgstr "Eposta bildirimi"
|
1224 |
+
|
1225 |
+
#: ../classes/admin/settings/sf-options.php:358
|
1226 |
+
msgid ""
|
1227 |
+
"Send the WooCommerce admin an email each time a payment has been made via "
|
1228 |
+
"the payment schedule options above"
|
1229 |
+
msgstr ""
|
1230 |
+
|
1231 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:11
|
1232 |
+
#: ../templates/dashboard/settings/paypal-email-form.php:2
|
1233 |
+
msgid "PayPal Address"
|
1234 |
+
msgstr "PayPal Adresi"
|
1235 |
+
|
1236 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:15
|
1237 |
+
#: ../templates/dashboard/settings/paypal-email-form.php:3
|
1238 |
+
msgid "Your PayPal address is used to send you your commission."
|
1239 |
+
msgstr "PayPal adresiniz kazançlarınızı göndermek için kullanılır."
|
1240 |
+
|
1241 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:24
|
1242 |
+
#: ../templates/dashboard/settings/shop-name.php:3
|
1243 |
+
msgid "Your shop name is public and must be unique."
|
1244 |
+
msgstr "Mağaza adınız benzersiz olmalı."
|
1245 |
+
|
1246 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:43
|
1247 |
+
#: ../templates/dashboard/settings/seller-info.php:4
|
1248 |
+
msgid "This is displayed on each of your products."
|
1249 |
+
msgstr "Bu her ürününüzde görüntülenir."
|
1250 |
+
|
1251 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:49
|
1252 |
+
#: ../templates/dashboard/settings/shop-description.php:2
|
1253 |
+
msgid "Shop Description"
|
1254 |
+
msgstr "Mağaza Tanımı"
|
1255 |
+
|
1256 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:61
|
1257 |
+
#: ../templates/dashboard/settings/shop-description.php:3
|
1258 |
+
#, php-format
|
1259 |
+
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
1260 |
+
msgstr "Bu <a href=\"%s\">mağaza sayfanız</a> da görüntülenir."
|
1261 |
+
|
1262 |
+
#: ../classes/admin/views/html-vendor-settings-page.php:70
|
1263 |
+
msgid "Save Shop Settings"
|
1264 |
+
msgstr "Mağaza Ayarlarını Kaydet"
|
1265 |
+
|
1266 |
+
#: ../classes/class-cron.php:87
|
1267 |
+
#, php-format
|
1268 |
+
msgid "Payment total: %s"
|
1269 |
+
msgstr "Ödeme toplamı: %s"
|
1270 |
+
|
1271 |
+
#: ../classes/class-cron.php:148
|
1272 |
+
msgid "Once Weekly"
|
1273 |
+
msgstr "Haftada bir"
|
1274 |
+
|
1275 |
+
#: ../classes/class-cron.php:153
|
1276 |
+
msgid "Once every two weeks"
|
1277 |
+
msgstr "İki haftada bir"
|
1278 |
+
|
1279 |
+
#: ../classes/class-cron.php:158
|
1280 |
+
msgid "Once a month"
|
1281 |
+
msgstr "Ayda bir"
|
1282 |
+
|
1283 |
+
#: ../classes/class-install.php:80 ../classes/class-install.php:235
|
1284 |
+
msgid "Pending Vendor"
|
1285 |
+
msgstr "Bekleyen Satıcı"
|
1286 |
+
|
1287 |
+
#: ../classes/class-install.php:186
|
1288 |
+
msgid "Vendor Dashboard"
|
1289 |
+
msgstr "Mağaza Paneli"
|
1290 |
+
|
1291 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:48
|
1292 |
+
msgid "Order marked shipped."
|
1293 |
+
msgstr "Sipariş kargolandı."
|
1294 |
+
|
1295 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:49
|
1296 |
+
msgid " has marked as shipped. "
|
1297 |
+
msgstr " kargoladı"
|
1298 |
+
|
1299 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:77
|
1300 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:78
|
1301 |
+
msgid "Tracking number"
|
1302 |
+
msgstr "Kargo no"
|
1303 |
+
|
1304 |
+
#: ../classes/front/dashboard/class-vendor-dashboard.php:80
|
1305 |
+
msgid "Success. Your tracking number has been updated."
|
1306 |
+
msgstr "Kargo numaranız güncellendi."
|
1307 |
+
|
1308 |
+
#: ../classes/front/orders/class-export-csv.php:19
|
1309 |
+
#: ../templates/dashboard/reports.php:18
|
1310 |
+
#: ../templates/emails/notify-vendor-shipped.php:23
|
1311 |
+
#: ../templates/emails/vendor-new-order.php:23
|
1312 |
+
msgid "Quantity"
|
1313 |
+
msgstr "Adet"
|
1314 |
+
|
1315 |
+
#: ../classes/front/orders/class-orders.php:110
|
1316 |
+
msgid ""
|
1317 |
+
"You haven't selected a product's orders to view! Please go back to the "
|
1318 |
+
"Vendor Dashboard and click Show Orders on the product you'd like to view."
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: ../classes/front/orders/class-orders.php:114
|
1322 |
+
msgid "No orders."
|
1323 |
+
msgstr "Sipariş yok."
|
1324 |
+
|
1325 |
+
#: ../classes/front/orders/class-orders.php:178
|
1326 |
+
msgid "Product Title"
|
1327 |
+
msgstr "Ürün Başlığı"
|
1328 |
+
|
1329 |
+
#: ../classes/front/orders/class-orders.php:179
|
1330 |
+
msgid "Full name"
|
1331 |
+
msgstr "Tam ad"
|
1332 |
+
|
1333 |
+
#: ../classes/front/orders/class-orders.php:180
|
1334 |
+
msgid "Address"
|
1335 |
+
msgstr "Adres"
|
1336 |
+
|
1337 |
+
#: ../classes/front/orders/class-orders.php:181
|
1338 |
+
msgid "City"
|
1339 |
+
msgstr "Semt"
|
1340 |
+
|
1341 |
+
#: ../classes/front/orders/class-orders.php:182
|
1342 |
+
msgid "State"
|
1343 |
+
msgstr "Şehir"
|
1344 |
+
|
1345 |
+
#: ../classes/front/orders/class-orders.php:183
|
1346 |
+
msgid "Zip"
|
1347 |
+
msgstr "Posta Kodu"
|
1348 |
+
|
1349 |
+
#: ../classes/front/orders/class-orders.php:184
|
1350 |
+
msgid "Email address"
|
1351 |
+
msgstr "Eposta adresi"
|
1352 |
+
|
1353 |
+
#: ../classes/front/orders/class-submit-comment.php:41
|
1354 |
+
msgid "You've left the comment field empty!"
|
1355 |
+
msgstr "Yorum alanını boş bıraktınız!"
|
1356 |
+
|
1357 |
+
#: ../classes/front/orders/class-submit-comment.php:63
|
1358 |
+
msgid "Success. The customer has been notified of your comment."
|
1359 |
+
msgstr ""
|
1360 |
+
|
1361 |
+
#: ../classes/front/signup/class-vendor-signup.php:59
|
1362 |
+
#: ../classes/front/signup/views/html-vendor-signup.php:21
|
1363 |
+
#: ../templates/dashboard/denied.php:22
|
1364 |
+
msgid "Apply to become a vendor? "
|
1365 |
+
msgstr "Mağaza açmak için başvur"
|
1366 |
+
|
1367 |
+
#: ../classes/front/signup/class-vendor-signup.php:73
|
1368 |
+
#: ../classes/front/signup/views/html-vendor-signup.php:35
|
1369 |
+
#, php-format
|
1370 |
+
msgid ""
|
1371 |
+
"I have read and accepted the <a target=\"top\" href=\"%s\">terms and "
|
1372 |
+
"conditions</a>"
|
1373 |
+
msgstr ""
|
1374 |
+
|
1375 |
+
#: ../classes/front/signup/class-vendor-signup.php:134
|
1376 |
+
#: ../classes/front/signup/class-vendor-signup.php:169
|
1377 |
+
msgid "Application denied. You are an administrator."
|
1378 |
+
msgstr "Başvuru reddedildi. Siz yöneticisiniz."
|
1379 |
+
|
1380 |
+
#: ../classes/front/signup/class-vendor-signup.php:136
|
1381 |
+
#: ../classes/front/signup/class-vendor-signup.php:171
|
1382 |
+
msgid "Your application has been submitted."
|
1383 |
+
msgstr "Başvurunuz gönderildi."
|
1384 |
+
|
1385 |
+
#: ../classes/front/signup/class-vendor-signup.php:190
|
1386 |
+
#: ../classes/front/signup/class-vendor-signup.php:228
|
1387 |
+
#: ../classes/front/signup/class-vendor-signup.php:240
|
1388 |
+
msgid "You must accept the terms and conditions to become a vendor."
|
1389 |
+
msgstr ""
|
1390 |
+
|
1391 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:43
|
1392 |
+
msgid "PayPal Adaptive Payments"
|
1393 |
+
msgstr "PayPal Adapteli Ödemeler"
|
1394 |
+
|
1395 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:119
|
1396 |
+
#, php-format
|
1397 |
+
msgid ""
|
1398 |
+
"Something went wrong. Response from PayPal invalidated this order. Status: "
|
1399 |
+
"%s."
|
1400 |
+
msgstr ""
|
1401 |
+
|
1402 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:124
|
1403 |
+
msgid "IPN payment completed"
|
1404 |
+
msgstr "IPN ödeme tamamlandı"
|
1405 |
+
|
1406 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:146
|
1407 |
+
msgid "Enable PayPal Adaptive Payments"
|
1408 |
+
msgstr "PayPal Adapteli Ödemeleri etkinleştir"
|
1409 |
+
|
1410 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:152
|
1411 |
+
msgid "Method Title"
|
1412 |
+
msgstr "Metod Başlığı"
|
1413 |
+
|
1414 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:153
|
1415 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:70
|
1416 |
+
msgid "This controls the title which the user sees during checkout."
|
1417 |
+
msgstr ""
|
1418 |
+
|
1419 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:154
|
1420 |
+
msgid "PayPal"
|
1421 |
+
msgstr "PayPal"
|
1422 |
+
|
1423 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:159
|
1424 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:75
|
1425 |
+
msgid "Description"
|
1426 |
+
msgstr "Tanım"
|
1427 |
+
|
1428 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:160
|
1429 |
+
msgid "This controls the description which the user sees during checkout."
|
1430 |
+
msgstr ""
|
1431 |
+
|
1432 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:161
|
1433 |
+
msgid "Pay via PayPal!"
|
1434 |
+
msgstr "PayPal ile Öde!"
|
1435 |
+
|
1436 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:172
|
1437 |
+
msgid "Live Credentials"
|
1438 |
+
msgstr "Canlı Kimlik"
|
1439 |
+
|
1440 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:174
|
1441 |
+
#, php-format
|
1442 |
+
msgid ""
|
1443 |
+
"You must have an <a href=\"%s\">Application ID</a> to process live "
|
1444 |
+
"transactions. You do not need one for testing in Sandbox mode."
|
1445 |
+
msgstr ""
|
1446 |
+
|
1447 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:179
|
1448 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:213
|
1449 |
+
msgid "PayPal Email"
|
1450 |
+
msgstr "PayPal Eposta"
|
1451 |
+
|
1452 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:180
|
1453 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:214
|
1454 |
+
msgid "The email address main payments should go to."
|
1455 |
+
msgstr ""
|
1456 |
+
|
1457 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:185
|
1458 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:219
|
1459 |
+
msgid "API Username"
|
1460 |
+
msgstr "API Adı"
|
1461 |
+
|
1462 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:190
|
1463 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:224
|
1464 |
+
msgid "API Password"
|
1465 |
+
msgstr "API Şifre"
|
1466 |
+
|
1467 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:195
|
1468 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:229
|
1469 |
+
msgid "API Signature"
|
1470 |
+
msgstr "API İmza"
|
1471 |
+
|
1472 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:200
|
1473 |
+
msgid "Application ID"
|
1474 |
+
msgstr "Başvuru No"
|
1475 |
+
|
1476 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:202
|
1477 |
+
msgid "Only required when doing live transactions."
|
1478 |
+
msgstr ""
|
1479 |
+
|
1480 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:206
|
1481 |
+
msgid "Sandbox Credentials"
|
1482 |
+
msgstr ""
|
1483 |
+
|
1484 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:208
|
1485 |
+
#, php-format
|
1486 |
+
msgid ""
|
1487 |
+
"You can signup for a sandbox developer account <a href=\"%s\">here</a>. You "
|
1488 |
+
"need a developer account if you want to enable Sandbox mode for testing."
|
1489 |
+
msgstr ""
|
1490 |
+
|
1491 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:240
|
1492 |
+
msgid "Misc. Settings"
|
1493 |
+
msgstr "Çeşitli Ayarlar"
|
1494 |
+
|
1495 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:245
|
1496 |
+
msgid "Enable PayPal Sandbox mode"
|
1497 |
+
msgstr ""
|
1498 |
+
|
1499 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:251
|
1500 |
+
msgid "Enable logging"
|
1501 |
+
msgstr "Girişi etkinleştir"
|
1502 |
+
|
1503 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:269
|
1504 |
+
msgid ""
|
1505 |
+
"The PayPal Adaptive Payments gateway can instantly pay your vendors their "
|
1506 |
+
"due commission (if enabled). Also used to mass pay vendors on a schedule / "
|
1507 |
+
"manual method (if enabled)."
|
1508 |
+
msgstr ""
|
1509 |
+
|
1510 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
1511 |
+
msgid "Gateway Disabled"
|
1512 |
+
msgstr "Ağ geçidi Engellendi"
|
1513 |
+
|
1514 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
|
1515 |
+
#, php-format
|
1516 |
+
msgid "%s does not support your store currency."
|
1517 |
+
msgstr "%s mağaza para biriminizi desteklemiyor."
|
1518 |
+
|
1519 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:384
|
1520 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:498
|
1521 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:153
|
1522 |
+
#, php-format
|
1523 |
+
msgid "Error: %s"
|
1524 |
+
msgstr "Hata: %s"
|
1525 |
+
|
1526 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:393
|
1527 |
+
#: ../classes/gateways/PayPal_AdvPayments/paypal_ap.php:394
|
1528 |
+
#, php-format
|
1529 |
+
msgid "Error ID: %s. %s"
|
1530 |
+
msgstr "Hata No: %s. %s"
|
1531 |
+
|
1532 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:115
|
1533 |
+
msgid "No vendors found to pay. Maybe they haven't set a PayPal address?"
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:167
|
1537 |
+
msgid "All due commission has been paid for."
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:173
|
1541 |
+
msgid ""
|
1542 |
+
"All due commission has been paid for, but I could not clear it from their "
|
1543 |
+
"profiles due to an internal error. Commission will still be listed as due. "
|
1544 |
+
"Please manually mark the commission as paid from the Commissions page."
|
1545 |
+
msgstr ""
|
1546 |
+
|
1547 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:208
|
1548 |
+
msgid "WooCommerce: Mass payments for vendors update"
|
1549 |
+
msgstr ""
|
1550 |
+
|
1551 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:210
|
1552 |
+
msgid ""
|
1553 |
+
"Hello! A payment was just triggered to mass pay all vendors their due "
|
1554 |
+
"commission."
|
1555 |
+
msgstr ""
|
1556 |
+
|
1557 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:211
|
1558 |
+
#, php-format
|
1559 |
+
msgid "Payment status: %s."
|
1560 |
+
msgstr "Ödeme durumu: %s."
|
1561 |
+
|
1562 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:212
|
1563 |
+
#, php-format
|
1564 |
+
msgid "Payment message: %s."
|
1565 |
+
msgstr "Ödeme mesajı: %s."
|
1566 |
+
|
1567 |
+
#: ../classes/gateways/PayPal_Masspay/class-paypal-masspay.php:215
|
1568 |
+
#, php-format
|
1569 |
+
msgid "Payment total: %s."
|
1570 |
+
msgstr "Ödeme toplamı: %s."
|
1571 |
+
|
1572 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:35
|
1573 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:71
|
1574 |
+
msgid "WC Vendors Test Gateway"
|
1575 |
+
msgstr ""
|
1576 |
+
|
1577 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:36
|
1578 |
+
msgid ""
|
1579 |
+
"This gateway will set orders to processing upon receipt allowing you to test "
|
1580 |
+
"transactions in your store. Some WooCommerce included gateways have "
|
1581 |
+
"problems with this - you should use this gateway for all of your non-PayPal "
|
1582 |
+
"testing."
|
1583 |
+
msgstr ""
|
1584 |
+
|
1585 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:64
|
1586 |
+
msgid "Enable WC Vendors Test Gateway Payment"
|
1587 |
+
msgstr ""
|
1588 |
+
|
1589 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:68
|
1590 |
+
msgid "Title"
|
1591 |
+
msgstr "Başlık"
|
1592 |
+
|
1593 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:77
|
1594 |
+
msgid "Payment method description that the customer will see on your checkout."
|
1595 |
+
msgstr ""
|
1596 |
+
|
1597 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:78
|
1598 |
+
msgid ""
|
1599 |
+
"This is a test gateway -- not to be used on live sites for live "
|
1600 |
+
"transactions. <a href=\"http://www.wcvendors.com/\" target=\"top\">Click "
|
1601 |
+
"here to visit WCVendors.com</a>."
|
1602 |
+
msgstr ""
|
1603 |
+
|
1604 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:82
|
1605 |
+
msgid "Instructions"
|
1606 |
+
msgstr "Talimatlar"
|
1607 |
+
|
1608 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:84
|
1609 |
+
msgid ""
|
1610 |
+
"Success! Your test order is now marked as processing and any vendors will "
|
1611 |
+
"be sent an email as long as you have the Notify Vendors email enabled under "
|
1612 |
+
"WooCommerce--Settings--Emails."
|
1613 |
+
msgstr ""
|
1614 |
+
|
1615 |
+
#: ../classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:124
|
1616 |
+
msgid "Test gateway transation complete. Order processing."
|
1617 |
+
msgstr ""
|
1618 |
+
|
1619 |
+
#: ../templates/dashboard/denied.php:8
|
1620 |
+
msgid ""
|
1621 |
+
"Your account has not yet been approved to become a vendor. When it is, you "
|
1622 |
+
"will receive an email telling you that your account is approved!"
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: ../templates/dashboard/denied.php:12
|
1626 |
+
msgid "Your account is not setup as a vendor."
|
1627 |
+
msgstr "Satıcı değilsiniz."
|
1628 |
+
|
1629 |
+
#: ../templates/dashboard/denied.php:33
|
1630 |
+
#, php-format
|
1631 |
+
msgid "I have read and accepted the <a href=\"%s\">terms and conditions</a>"
|
1632 |
+
msgstr "<a href=\"%s\">kullanım koşulları</a> 'nı okudum ve kabul ettim."
|
1633 |
+
|
1634 |
+
#: ../templates/dashboard/denied.php:53
|
1635 |
+
msgid "Submit"
|
1636 |
+
msgstr "Gönder"
|
1637 |
+
|
1638 |
+
#: ../templates/dashboard/links.php:3
|
1639 |
+
msgid "View Your Store"
|
1640 |
+
msgstr "Mağazanı Görüntüle"
|
1641 |
+
|
1642 |
+
#: ../templates/dashboard/links.php:4
|
1643 |
+
msgid "Store Settings"
|
1644 |
+
msgstr "Mağaza Ayarları"
|
1645 |
+
|
1646 |
+
#: ../templates/dashboard/links.php:7
|
1647 |
+
msgid "Add New Product"
|
1648 |
+
msgstr "Yeni Ürün Ekle"
|
1649 |
+
|
1650 |
+
#: ../templates/dashboard/links.php:8
|
1651 |
+
msgid "Edit Products"
|
1652 |
+
msgstr "Ürünleri Düzenle"
|
1653 |
+
|
1654 |
+
#: ../templates/dashboard/orders.php:7 ../templates/dashboard/orders.php:10
|
1655 |
+
msgid "Hide items"
|
1656 |
+
msgstr "Öğeleri gizle"
|
1657 |
+
|
1658 |
+
#: ../templates/dashboard/orders.php:8 ../templates/dashboard/orders.php:79
|
1659 |
+
msgid "View items"
|
1660 |
+
msgstr "Öğeleri görüntüle"
|
1661 |
+
|
1662 |
+
#: ../templates/dashboard/orders.php:37
|
1663 |
+
msgid "Links"
|
1664 |
+
msgstr "Bağlantılar"
|
1665 |
+
|
1666 |
+
#: ../templates/dashboard/orders.php:100
|
1667 |
+
msgid "Tracking"
|
1668 |
+
msgstr "Kargo"
|
1669 |
+
|
1670 |
+
#: ../templates/dashboard/orders.php:213
|
1671 |
+
msgid "You have no orders during this period."
|
1672 |
+
msgstr "Bu tarih aralığında siparişiniz bulunmuyor."
|
1673 |
+
|
1674 |
+
#: ../templates/dashboard/reports.php:1
|
1675 |
+
msgid "Sales Report"
|
1676 |
+
msgstr "Satış Raporu"
|
1677 |
+
|
1678 |
+
#: ../templates/dashboard/reports.php:20
|
1679 |
+
msgid "Rate"
|
1680 |
+
msgstr "Oran"
|
1681 |
+
|
1682 |
+
#: ../templates/dashboard/reports.php:47
|
1683 |
+
msgid "Show Orders"
|
1684 |
+
msgstr "Siparişleri Göster"
|
1685 |
+
|
1686 |
+
#: ../templates/dashboard/reports.php:56
|
1687 |
+
msgid "Totals"
|
1688 |
+
msgstr "Toplam"
|
1689 |
+
|
1690 |
+
#: ../templates/dashboard/reports.php:71
|
1691 |
+
msgid "You have no sales during this period."
|
1692 |
+
msgstr "Bu tarih aralığında satışınız bulunmuyor."
|
1693 |
+
|
1694 |
+
#: ../templates/dashboard/reports.php:82
|
1695 |
+
msgid "You haven't made any sales yet."
|
1696 |
+
msgstr "Henüz satış yapmadınız."
|
1697 |
+
|
1698 |
+
#: ../templates/dashboard/settings/settings.php:47
|
1699 |
+
msgid "Save"
|
1700 |
+
msgstr "Kaydet"
|
1701 |
+
|
1702 |
+
#: ../templates/emails/application-status.php:5
|
1703 |
+
#, php-format
|
1704 |
+
msgid "Hi there. This is a notification about a vendor application on %s."
|
1705 |
+
msgstr "Bu %s'deki satıcı başvurusu ile ilgili bildirim."
|
1706 |
+
|
1707 |
+
#: ../templates/emails/application-status.php:8
|
1708 |
+
#, php-format
|
1709 |
+
msgid "Application status: %s"
|
1710 |
+
msgstr "Başvuru durumu: %s"
|
1711 |
+
|
1712 |
+
#: ../templates/emails/application-status.php:9
|
1713 |
+
#, php-format
|
1714 |
+
msgid "Applicant username: %s"
|
1715 |
+
msgstr "Başvuranın kullanıcı adı: %s"
|
1716 |
+
|
1717 |
+
#: ../templates/emails/new-product.php:5
|
1718 |
+
#, php-format
|
1719 |
+
msgid "Hi there. This is a notification about a new product on %s."
|
1720 |
+
msgstr "Bu %s'deki yeni ürün hakkındaki bildirim."
|
1721 |
+
|
1722 |
+
#: ../templates/emails/new-product.php:8
|
1723 |
+
#, php-format
|
1724 |
+
msgid "Product title: %s"
|
1725 |
+
msgstr "Ürün başlığı: %s"
|
1726 |
+
|
1727 |
+
#: ../templates/emails/new-product.php:9
|
1728 |
+
#, php-format
|
1729 |
+
msgid "Submitted by: %s"
|
1730 |
+
msgstr "Gönderen: %s"
|
1731 |
+
|
1732 |
+
#: ../templates/emails/new-product.php:10
|
1733 |
+
#, php-format
|
1734 |
+
msgid "Edit product: %s"
|
1735 |
+
msgstr "Ürün düzenle: %s"
|
1736 |
+
|
1737 |
+
#: ../templates/emails/notify-vendor-shipped.php:13
|
1738 |
+
msgid ""
|
1739 |
+
"A vendor has marked part of your order as shipped. The items that are "
|
1740 |
+
"shipped are as follows:"
|
1741 |
+
msgstr ""
|
1742 |
+
"Siparişiniz satıcı tarafından kargoya verildi. Kargolanan ürünler aşağıdaki "
|
1743 |
+
"gibidir."
|
1744 |
+
|
1745 |
+
#: ../templates/emails/notify-vendor-shipped.php:17
|
1746 |
+
#: ../templates/emails/vendor-new-order.php:17
|
1747 |
+
#, php-format
|
1748 |
+
msgid "Order: %s"
|
1749 |
+
msgstr "Sipariş: %s"
|
1750 |
+
|
1751 |
+
#: ../templates/emails/notify-vendor-shipped.php:24
|
1752 |
+
#: ../templates/emails/vendor-new-order.php:24
|
1753 |
+
msgid "Price"
|
1754 |
+
msgstr "Fiyat"
|
1755 |
+
|
1756 |
+
#: ../templates/emails/notify-vendor-shipped.php:56
|
1757 |
+
#: ../templates/emails/vendor-new-order.php:56
|
1758 |
+
msgid "Customer details"
|
1759 |
+
msgstr "Müşteri detayı"
|
1760 |
+
|
1761 |
+
#: ../templates/emails/notify-vendor-shipped.php:59
|
1762 |
+
#: ../templates/emails/vendor-new-order.php:59
|
1763 |
+
msgid "Email:"
|
1764 |
+
msgstr "Eposta:"
|
1765 |
+
|
1766 |
+
#: ../templates/emails/notify-vendor-shipped.php:62
|
1767 |
+
#: ../templates/emails/vendor-new-order.php:62
|
1768 |
+
msgid "Tel:"
|
1769 |
+
msgstr "Tel:"
|
1770 |
+
|
1771 |
+
#: ../templates/emails/vendor-new-order.php:13
|
1772 |
+
#, php-format
|
1773 |
+
msgid "You have received an order from %s. Their order is as follows:"
|
1774 |
+
msgstr "%s'den sipariş aldınız. Siparişler aşağıdadır:"
|
1775 |
+
|
1776 |
+
#: ../templates/orders/comments/add-new-comment.php:11
|
1777 |
+
msgid "Add comment"
|
1778 |
+
msgstr "Yorum ekle"
|
1779 |
+
|
1780 |
+
#: ../templates/orders/comments/existing-comments.php:9
|
1781 |
+
#, php-format
|
1782 |
+
msgid "added %s ago"
|
1783 |
+
msgstr "%s önce eklendi"
|
1784 |
+
|
1785 |
+
#: ../templates/orders/csv-export.php:6
|
1786 |
+
msgid "Export orders"
|
1787 |
+
msgstr "Siparişleri çıkart"
|
1788 |
+
|
1789 |
+
#: ../templates/orders/customer-note/customer-note.php:4
|
1790 |
+
msgid "Customer note"
|
1791 |
+
msgstr "Müşteri notu"
|
1792 |
+
|
1793 |
+
#: ../templates/orders/customer-note/customer-note.php:8
|
1794 |
+
msgid "No customer note."
|
1795 |
+
msgstr "Müşteri notu yok."
|
1796 |
+
|
1797 |
+
#: ../templates/orders/orders.php:84
|
1798 |
+
#, php-format
|
1799 |
+
msgid "Comments (%s)"
|
1800 |
+
msgstr "Yorumlar (%s)"
|
1801 |
+
|
1802 |
+
#: ../templates/orders/shipping/shipping-form.php:6
|
1803 |
+
msgid "Provider:"
|
1804 |
+
msgstr "Tedarikçi:"
|
1805 |
+
|
1806 |
+
#: ../templates/orders/shipping/shipping-form.php:8
|
1807 |
+
msgid "Custom Provider"
|
1808 |
+
msgstr "Varsayılan Tedarikçi"
|
1809 |
+
|
1810 |
+
#: ../templates/orders/shipping/shipping-form.php:31
|
1811 |
+
msgid "Provider Name:"
|
1812 |
+
msgstr "Tedarikçi Adı:"
|
1813 |
+
|
1814 |
+
#: ../templates/orders/shipping/shipping-form.php:40
|
1815 |
+
msgid "Tracking number:"
|
1816 |
+
msgstr "Kargo no:"
|
1817 |
+
|
1818 |
+
#: ../templates/orders/shipping/shipping-form.php:48
|
1819 |
+
msgid "Tracking link:"
|
1820 |
+
msgstr "Kargo bağlantısı:"
|
1821 |
+
|
1822 |
+
#: ../templates/orders/shipping/shipping-form.php:58
|
1823 |
+
msgid "Date shipped:"
|
1824 |
+
msgstr "Kargolanma tarihi:"
|
1825 |
+
|
1826 |
+
#: ../templates/orders/shipping/shipping-form.php:66
|
1827 |
+
msgid "Preview:"
|
1828 |
+
msgstr "Önizleme:"
|
1829 |
+
|
1830 |
+
#: ../templates/orders/shipping/shipping-form.php:66
|
1831 |
+
msgid "Click here to track your shipment"
|
1832 |
+
msgstr "Gönderinizi kargolamak için tıklayınız"
|
1833 |
+
|
1834 |
+
#: ../templates/orders/shipping/shipping-form.php:75
|
1835 |
+
msgid "Update tracking number"
|
1836 |
+
msgstr "Kargo numarasını güncelle"
|
1837 |
+
|
1838 |
+
#: ../templates/orders/shipping/shipping-form.php:77
|
1839 |
+
msgid "Mark as shipped"
|
1840 |
+
msgstr "Kargolandı olarak işaretle"
|
1841 |
+
|
1842 |
+
#: ../templates/orders/table-body.php:25
|
1843 |
+
#, php-format
|
1844 |
+
msgid "Quantity: %d"
|
1845 |
+
msgstr "Adet: %d"
|
readme.txt
CHANGED
@@ -5,11 +5,11 @@ Donate link: http://www.wcvendors.com/
|
|
5 |
Author URI: http://www.wcvendors.com/
|
6 |
Plugin URI: http://www.wcvendors.com/
|
7 |
Requires at least: 4.0
|
8 |
-
Tested up to: 4.
|
9 |
-
Stable tag: 1.9.
|
10 |
License: GPLv2 or later
|
11 |
|
12 |
-
The free
|
13 |
|
14 |
== Description ==
|
15 |
Create your own marketplace and allow vendors to sell just like etsy, Envato, eBay, or Amazon type sites! This allows other sellers/vendors to sell tangible products, virtual products, or downloads on your site. With this plugin, your vendors receive commissions you set on products they sell from your store.
|
@@ -19,7 +19,7 @@ This plugin has been around since 2011 and remains still the #1 multi vendor plu
|
|
19 |
= Features =
|
20 |
* ALL FEATURES LISTED HERE ARE INCLUDED IN THE FREE PLUGIN!
|
21 |
* Instantly pay vendors their commission as soon as an order is placed using PayPal Adaptive Payments or <a href="https://www.wcvendors.com/product/stripe-commissions-gateway/">Stripe</a>.
|
22 |
-
* Or, pay commission on a schedule.
|
23 |
* Vendors can submit products for admin review, or send new products live to the site immediately.
|
24 |
* Vendors can view live sales and reports for their products
|
25 |
* Vendors can comment on their orders (eg, to inform customers of a tracking number)
|
@@ -44,6 +44,7 @@ This plugin has been around since 2011 and remains still the #1 multi vendor plu
|
|
44 |
* Free technical support around the clock @ <a href="https://www.wcvendors.com/help/">www.wcvendors.com/help/</A>
|
45 |
* Knowledgebase full of great articles on all the hooks, actions, filters, shortcodes, neat tricks, etc, @ <a href="https://www.wcvendors.com/knowledgebase/">www.wcvendors.com/knowledgebase/</A>
|
46 |
* ....and much more!
|
|
|
47 |
|
48 |
= WC Vendors Pro =
|
49 |
* The following features are part of <a href="https://www.wcvendors.com/product/wc-vendors-pro/">WC Vendors Pro</a>
|
@@ -120,6 +121,34 @@ No Upgrade required at this time.
|
|
120 |
|
121 |
== Changelog ==
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
= Version 1.9.1 - 17th of June 2016
|
124 |
|
125 |
* Added: GitHub Plugin URI for afragen/github-updater #282 thanks Agoruh
|
5 |
Author URI: http://www.wcvendors.com/
|
6 |
Plugin URI: http://www.wcvendors.com/
|
7 |
Requires at least: 4.0
|
8 |
+
Tested up to: 4.6.0
|
9 |
+
Stable tag: 1.9.2
|
10 |
License: GPLv2 or later
|
11 |
|
12 |
+
The free marketplace plugin for WooCommerce. Now you can allow anyone to open a store on your site!
|
13 |
|
14 |
== Description ==
|
15 |
Create your own marketplace and allow vendors to sell just like etsy, Envato, eBay, or Amazon type sites! This allows other sellers/vendors to sell tangible products, virtual products, or downloads on your site. With this plugin, your vendors receive commissions you set on products they sell from your store.
|
19 |
= Features =
|
20 |
* ALL FEATURES LISTED HERE ARE INCLUDED IN THE FREE PLUGIN!
|
21 |
* Instantly pay vendors their commission as soon as an order is placed using PayPal Adaptive Payments or <a href="https://www.wcvendors.com/product/stripe-commissions-gateway/">Stripe</a>.
|
22 |
+
* Or, pay commission on a schedule. Daily, weekly, biweekly, monthly, or manually using any payment provider you choose.
|
23 |
* Vendors can submit products for admin review, or send new products live to the site immediately.
|
24 |
* Vendors can view live sales and reports for their products
|
25 |
* Vendors can comment on their orders (eg, to inform customers of a tracking number)
|
44 |
* Free technical support around the clock @ <a href="https://www.wcvendors.com/help/">www.wcvendors.com/help/</A>
|
45 |
* Knowledgebase full of great articles on all the hooks, actions, filters, shortcodes, neat tricks, etc, @ <a href="https://www.wcvendors.com/knowledgebase/">www.wcvendors.com/knowledgebase/</A>
|
46 |
* ....and much more!
|
47 |
+
* We are NOT compatible with WordPress MultiSite. We have no intentions of supporting this feature any time soon.
|
48 |
|
49 |
= WC Vendors Pro =
|
50 |
* The following features are part of <a href="https://www.wcvendors.com/product/wc-vendors-pro/">WC Vendors Pro</a>
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= Verion 1.9.2 - 6th of August 2016
|
125 |
+
|
126 |
+
* Added: Reverse commission when order emptied from trash #277
|
127 |
+
* Added: Daily Payout option for PayPal Cron #297
|
128 |
+
* Added: Vendor select2 on the commissions page #284
|
129 |
+
* Added: Button to reset vendor roles & WC Vendors settings to WooCoomerce system status tools page #230
|
130 |
+
* Added: Dutch Translation, thanks @jjclinton
|
131 |
+
* Added: Date filter for order queries
|
132 |
+
* Added: Turkish translations thanks Hakan
|
133 |
+
* Added: $wc_vendors object variable
|
134 |
+
* Added: Action to fire after dashboard links (wcvendors_after_links)
|
135 |
+
* Added: Body css classes to set pages
|
136 |
+
* Updated: Support for woo commerce minimum and readme
|
137 |
+
* Fixed: Mark commission reversed bulk action on commissions table
|
138 |
+
* Fixed: No longer have to save permalink settings when updating WC Vendors options
|
139 |
+
* Fixed: Orders page not set on fresh install
|
140 |
+
* Fixed: Property of non object #300
|
141 |
+
* Fixed: Translation for Mark Shipped #296
|
142 |
+
* Fixed: Too many redirect loops if pages not set #290
|
143 |
+
* Fixed: Non-Object Notice in install #289
|
144 |
+
* Fixed: Rounding error with 100% commission thanks Brett!
|
145 |
+
* Fixed: text domain for email templates
|
146 |
+
* Fixed: Don't start session if user isn't logged
|
147 |
+
* Fixed: Session error on log out if session doesn't exist
|
148 |
+
* Fixed: Settings image selector bug
|
149 |
+
* Merged pull request #302 from NicolasBernier - Completed French Translations, Thanks!
|
150 |
+
* Merged: pull request #293 from stodorovic/fix_init_sessions
|
151 |
+
|
152 |
= Version 1.9.1 - 17th of June 2016
|
153 |
|
154 |
* Added: GitHub Plugin URI for afragen/github-updater #282 thanks Agoruh
|
templates/dashboard/links.php
CHANGED
@@ -6,7 +6,9 @@
|
|
6 |
<?php if ( $can_submit ) { ?>
|
7 |
<a target="_TOP" href="<?php echo $submit_link; ?>" class="button"><?php echo _e( 'Add New Product', 'wcvendors' ); ?></a>
|
8 |
<a target="_TOP" href="<?php echo $edit_link; ?>" class="button"><?php echo _e( 'Edit Products', 'wcvendors' ); ?></a>
|
9 |
-
<?php }
|
|
|
|
|
10 |
</center>
|
11 |
|
12 |
<hr>
|
6 |
<?php if ( $can_submit ) { ?>
|
7 |
<a target="_TOP" href="<?php echo $submit_link; ?>" class="button"><?php echo _e( 'Add New Product', 'wcvendors' ); ?></a>
|
8 |
<a target="_TOP" href="<?php echo $edit_link; ?>" class="button"><?php echo _e( 'Edit Products', 'wcvendors' ); ?></a>
|
9 |
+
<?php }
|
10 |
+
do_action( 'wcvendors_after_links' );
|
11 |
+
?>
|
12 |
</center>
|
13 |
|
14 |
<hr>
|
templates/emails/notify-vendor-shipped.php
CHANGED
@@ -10,18 +10,18 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
|
|
10 |
|
11 |
<?php do_action( 'woocommerce_email_header', $email_heading ); ?>
|
12 |
|
13 |
-
<p><?php _e( 'A vendor has marked part of your order as shipped. The items that are shipped are as follows:', '
|
14 |
|
15 |
<?php do_action( 'woocommerce_email_before_order_table', $order, true ); ?>
|
16 |
|
17 |
-
<h2><?php printf( __( 'Order: %s', '
|
18 |
|
19 |
<table cellspacing="0" cellpadding="6" style="width: 100%; border: 1px solid #eee;" border="1" bordercolor="#eee">
|
20 |
<thead>
|
21 |
<tr>
|
22 |
-
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Product', '
|
23 |
-
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Quantity', '
|
24 |
-
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Price', '
|
25 |
</tr>
|
26 |
</thead>
|
27 |
<tbody>
|
@@ -53,13 +53,13 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
|
|
53 |
|
54 |
<?php do_action( 'woocommerce_email_order_meta', $order, true ); ?>
|
55 |
|
56 |
-
<h2><?php _e( 'Customer details', '
|
57 |
|
58 |
<?php if ( $order->billing_email ) : ?>
|
59 |
-
<p><strong><?php _e( 'Email:', '
|
60 |
<?php endif; ?>
|
61 |
<?php if ( $order->billing_phone ) : ?>
|
62 |
-
<p><strong><?php _e( 'Tel:', '
|
63 |
<?php endif; ?>
|
64 |
|
65 |
<?php wc_get_template( 'emails/email-addresses.php', array( 'order' => $order ) ); ?>
|
10 |
|
11 |
<?php do_action( 'woocommerce_email_header', $email_heading ); ?>
|
12 |
|
13 |
+
<p><?php _e( 'A vendor has marked part of your order as shipped. The items that are shipped are as follows:', 'wcvendors' ); ?></p>
|
14 |
|
15 |
<?php do_action( 'woocommerce_email_before_order_table', $order, true ); ?>
|
16 |
|
17 |
+
<h2><?php printf( __( 'Order: %s', 'wcvendors'), $order->get_order_number() ); ?> (<?php printf( '<time datetime="%s">%s</time>', date_i18n( 'c', strtotime( $order->order_date ) ), date_i18n( woocommerce_date_format(), strtotime( $order->order_date ) ) ); ?>)</h2>
|
18 |
|
19 |
<table cellspacing="0" cellpadding="6" style="width: 100%; border: 1px solid #eee;" border="1" bordercolor="#eee">
|
20 |
<thead>
|
21 |
<tr>
|
22 |
+
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Product', 'wcvendors' ); ?></th>
|
23 |
+
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Quantity', 'wcvendors' ); ?></th>
|
24 |
+
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Price', 'wcvendors' ); ?></th>
|
25 |
</tr>
|
26 |
</thead>
|
27 |
<tbody>
|
53 |
|
54 |
<?php do_action( 'woocommerce_email_order_meta', $order, true ); ?>
|
55 |
|
56 |
+
<h2><?php _e( 'Customer details', 'wcvendors' ); ?></h2>
|
57 |
|
58 |
<?php if ( $order->billing_email ) : ?>
|
59 |
+
<p><strong><?php _e( 'Email:', 'wcvendors' ); ?></strong> <?php echo $order->billing_email; ?></p>
|
60 |
<?php endif; ?>
|
61 |
<?php if ( $order->billing_phone ) : ?>
|
62 |
+
<p><strong><?php _e( 'Tel:', 'wcvendors' ); ?></strong> <?php echo $order->billing_phone; ?></p>
|
63 |
<?php endif; ?>
|
64 |
|
65 |
<?php wc_get_template( 'emails/email-addresses.php', array( 'order' => $order ) ); ?>
|
templates/emails/vendor-new-order.php
CHANGED
@@ -10,18 +10,18 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
|
|
10 |
|
11 |
<?php do_action( 'woocommerce_email_header', $email_heading ); ?>
|
12 |
|
13 |
-
<p><?php printf( __( 'You have received an order from %s. Their order is as follows:', '
|
14 |
|
15 |
<?php do_action( 'woocommerce_email_before_order_table', $order, true ); ?>
|
16 |
|
17 |
-
<h2><?php printf( __( 'Order: %s', '
|
18 |
|
19 |
<table cellspacing="0" cellpadding="6" style="width: 100%; border: 1px solid #eee;" border="1" bordercolor="#eee">
|
20 |
<thead>
|
21 |
<tr>
|
22 |
-
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Product', '
|
23 |
-
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Quantity', '
|
24 |
-
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Price', '
|
25 |
</tr>
|
26 |
</thead>
|
27 |
<tbody>
|
@@ -53,13 +53,13 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
|
|
53 |
|
54 |
<?php do_action( 'woocommerce_email_order_meta', $order, true ); ?>
|
55 |
|
56 |
-
<h2><?php _e( 'Customer details', '
|
57 |
|
58 |
<?php if ( $order->billing_email ) : ?>
|
59 |
-
<p><strong><?php _e( 'Email:', '
|
60 |
<?php endif; ?>
|
61 |
<?php if ( $order->billing_phone ) : ?>
|
62 |
-
<p><strong><?php _e( 'Tel:', '
|
63 |
<?php endif; ?>
|
64 |
|
65 |
<?php wc_get_template( 'emails/email-addresses.php', array( 'order' => $order ) ); ?>
|
10 |
|
11 |
<?php do_action( 'woocommerce_email_header', $email_heading ); ?>
|
12 |
|
13 |
+
<p><?php printf( __( 'You have received an order from %s. Their order is as follows:', 'wcvendors' ), $order->billing_first_name . ' ' . $order->billing_last_name ); ?></p>
|
14 |
|
15 |
<?php do_action( 'woocommerce_email_before_order_table', $order, true ); ?>
|
16 |
|
17 |
+
<h2><?php printf( __( 'Order: %s', 'wcvendors'), $order->get_order_number() ); ?> (<?php printf( '<time datetime="%s">%s</time>', date_i18n( 'c', strtotime( $order->order_date ) ), date_i18n( woocommerce_date_format(), strtotime( $order->order_date ) ) ); ?>)</h2>
|
18 |
|
19 |
<table cellspacing="0" cellpadding="6" style="width: 100%; border: 1px solid #eee;" border="1" bordercolor="#eee">
|
20 |
<thead>
|
21 |
<tr>
|
22 |
+
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Product', 'wcvendors' ); ?></th>
|
23 |
+
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Quantity', 'wcvendors' ); ?></th>
|
24 |
+
<th scope="col" style="text-align:left; border: 1px solid #eee;"><?php _e( 'Price', 'wcvendors' ); ?></th>
|
25 |
</tr>
|
26 |
</thead>
|
27 |
<tbody>
|
53 |
|
54 |
<?php do_action( 'woocommerce_email_order_meta', $order, true ); ?>
|
55 |
|
56 |
+
<h2><?php _e( 'Customer details', 'wcvendors' ); ?></h2>
|
57 |
|
58 |
<?php if ( $order->billing_email ) : ?>
|
59 |
+
<p><strong><?php _e( 'Email:', 'wcvendors' ); ?></strong> <?php echo $order->billing_email; ?></p>
|
60 |
<?php endif; ?>
|
61 |
<?php if ( $order->billing_phone ) : ?>
|
62 |
+
<p><strong><?php _e( 'Tel:', 'wcvendors' ); ?></strong> <?php echo $order->billing_phone; ?></p>
|
63 |
<?php endif; ?>
|
64 |
|
65 |
<?php wc_get_template( 'emails/email-addresses.php', array( 'order' => $order ) ); ?>
|