Version Description
Download this release
Release Info
Developer | digitalchild |
Plugin | WC Vendors |
Version | 2.4.3 |
Comparing to | |
See all releases |
Code changes from version 2.4.2 to 2.4.3
- assets/css/wcv-admin.css +2 -0
- assets/css/wcv-admin.min.css +1 -1
- assets/css/wcv-admin.scss +4 -0
- assets/css/wcv-frontend.css +339 -555
- assets/css/wcv-frontend.min.css +1 -0
- assets/css/wcv-frontend.scss +1165 -0
- assets/css/wcv-setup.css +4 -4
- assets/css/wcv-setup.min.css +1 -1
- assets/css/wcv-setup.scss +59 -48
- assets/js/admin/wcv-vendor-select.js +1 -1
- changelog.txt +11 -0
- class-wc-vendors.php +5 -4
- classes/admin/class-admin-users.php +19 -0
- classes/admin/class-product-meta.php +15 -2
- classes/admin/class-setup-wizard.php +5 -1
- classes/admin/class-vendor-admin-dashboard.php +14 -0
- classes/admin/class-wcv-admin-setup.php +28 -0
- classes/admin/class-wcv-commissions-page.php +1 -0
- classes/admin/class-wcv-commissions-paypal-csv-exporter.php +124 -0
- classes/admin/settings/class-wcv-settings-capabilities.php +9 -0
- classes/admin/settings/class-wcv-settings-commission.php +37 -1
- classes/admin/settings/class-wcv-settings-display.php +49 -6
- classes/admin/views/html-vendor-meta.php +33 -0
- classes/admin/views/html-vendor-settings-page.php +37 -0
- classes/admin/views/setup/ready.php +1 -36
- classes/class-commission.php +40 -0
- classes/class-vendors.php +2 -2
- classes/front/dashboard/class-vendor-dashboard.php +22 -1
- classes/includes/class-wcv-shortcodes.php +101 -69
- classes/includes/wcv-helper-functions.php +69 -0
- classes/includes/wcv-template-functions.php +144 -34
- classes/includes/wcv-update-functions.php +1 -0
- classes/includes/wcv-vendor-functions.php +17 -0
- languages/wc-vendors-nl_NL.po +2577 -1901
- languages/wc-vendors.pot +550 -277
- readme.txt +14 -3
- templates/dashboard/settings/paypal-email-form.php +13 -0
- templates/front/vendor-list-filter.php +60 -0
- templates/front/vendor-list-loop.php +39 -0
- templates/front/vendor-list.php +38 -13
- wpml-config.xml +1 -0
assets/css/wcv-admin.css
CHANGED
@@ -240,3 +240,5 @@
|
|
240 |
.wcv_addons_wrap .addons-button { width: 100%; }
|
241 |
.wcv_addons_wrap .addons-small-dark-item { width: 100%; }
|
242 |
.wcv_addons_wrap .addons-column-block-item-icon { background: none; border: none; height: 75px; margin: 0 10px 10px 0; width: 75px; } }
|
|
|
|
240 |
.wcv_addons_wrap .addons-button { width: 100%; }
|
241 |
.wcv_addons_wrap .addons-small-dark-item { width: 100%; }
|
242 |
.wcv_addons_wrap .addons-column-block-item-icon { background: none; border: none; height: 75px; margin: 0 10px 10px 0; width: 75px; } }
|
243 |
+
|
244 |
+
.edit-post-post-author { display: none; }
|
assets/css/wcv-admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.column-vendor{width:10%}.bulk-edit-product .inline-edit-author{display:none}.bulk-edit-product .post_author{display:none}.widefat .column-wc_actions a.wcvendors_mark_shipped::after{content:"\f15f"}.wcv-mark-shipped span{line-height:2em;margin-right:10px}.wcv_addons_wrap{max-width:1200px;margin:auto}.wcv_addons_wrap h1.search-form-title{clear:left;padding:0}.wcv_addons_wrap h1{text-align:center}.wcv_addons_wrap .addons-featured{margin:0}.wcv_addons_wrap ul.feature-list{list-style:inherit}.wcv_addons_wrap ul.feature-list li{margin-left:20px}.wcv_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wcv_addons_wrap .subsubsub li::after{content:'|'}.wcv_addons_wrap .subsubsub li:last-child::after{content:''}.wcv_addons_wrap .align-center{text-align:center}.wcv_addons_wrap .wcv-logo{max-width:250px;padding-top:20px;display:block;margin-left:auto;margin-right:auto;width:50%}.wcv_addons_wrap .addons-banner-block-item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;height:100px}.wcv_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 10px 10px 0;width:100px}.wcv_addons_wrap .addons-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.wcv_addons_wrap .addons-banner-block img{height:62px}.wcv_addons_wrap .addons-banner-block p{margin:0 0 20px}.wcv_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcv_addons_wrap .addons-banner-block-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin:0 -10px 0 -10px}.wcv_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:1em;min-width:200px;width:30%;display:none}.wcv_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wcv_addons_wrap .addons-banner-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px}.wcv_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wcv_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wcv_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-right:2em;width:400px;padding:1em;text-align:center}.wcv_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:auto 0;max-height:350px;max-width:350px}.wcv_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-left:0;margin-right:0;margin-top:1em}.wcv_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-item-align:stretch;align-self:stretch;padding:1em 0}.wcv_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wcv_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0;text-align:center}.wcv_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wcv_addons_wrap .addons-column-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%;padding:0 .5em}.wcv_addons_wrap .addons-column:nth-child(2){margin-right:0}.wcv_addons_wrap .addons-small-light-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcv_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wcv_addons_wrap .addons-small-light-block p{margin-top:0}.wcv_addons_wrap .addons-small-light-block img{height:225px;margin:0 0 0 -20px}.wcv_addons_wrap .addons-small-dark-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background-color:#54687d;text-align:center}.wcv_addons_wrap .addons-small-dark-block h1{color:#fff}.wcv_addons_wrap .addons-small-dark-block p{color:#fafafa}.wcv_addons_wrap .addons-column-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background:#fff}.wcv_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wcv_addons_wrap .addons-column-block .wcv-columns{padding-top:20px}.wcv_addons_wrap .addons-column-block .wcv-columns table{border-collapse:collapse;border-spacing:0;width:70%;border:1px solid #ddd;margin-top:20px;margin:auto}.wcv_addons_wrap .addons-column-block .wcv-columns td,.wcv_addons_wrap .addons-column-block .wcv-columns th{text-align:center;padding:16px}.wcv_addons_wrap .addons-column-block .wcv-columns td:first-child,.wcv_addons_wrap .addons-column-block .wcv-columns th:first-child{text-align:left}.wcv_addons_wrap .addons-column-block .wcv-columns tr:nth-child(even){background-color:#f2f2f2}.wcv_addons_wrap .addons-column-block .wcv-columns .fa-check{color:green}.wcv_addons_wrap .addons-column-block .wcv-columns .fa-remove{color:red}.wcv_addons_wrap .addons-column-block-left{float:left}.wcv_addons_wrap .addons-column-block-right{float:right}.wcv_addons_wrap .addons-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -20px;padding:20px;display:none}.wcv_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:-ms-flexbox;display:flex}.wcv_addons_wrap .addons-column-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:200px}.wcv_addons_wrap .addons-column-block-item-content h2{float:left;margin-top:8px}.wcv_addons_wrap .addons-column-block-item-content a{float:right}.wcv_addons_wrap .addons-column-block-item-content p{float:left}.wcv_addons_wrap .addons-small-dark-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wcv_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wcv_addons_wrap .addons-small-dark-item-icon img{height:30px}.wcv_addons_wrap .addons-small-light-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100px;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-light-block-content a{width:48%}.wcv_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcv_addons_wrap .product-addons-button{cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .started-button{cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:180px;margin:auto}.wcv_addons_wrap .started-button svg{width:15px;fill:#fff;margin-left:5px}.wcv_addons_wrap .product-addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wcv_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wcv_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wcv_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wcv_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}.wcv_addons_wrap .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.wcv_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5em}.wcv_addons_wrap .products li{float:left;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wcv_addons_wrap .products li a{text-decoration:none;color:inherit;display:block;height:100%}.wcv_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.wcv_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-right:260px solid #fff}.wcv_addons_wrap .products li a img.extension-thumb+h3{display:none}.wcv_addons_wrap .products li a .price{display:none}.wcv_addons_wrap .products li a h2{margin:0!important;padding:20px!important;background:#fff}.wcv_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wcv_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wcv_addons_wrap .products li a:hover{background-color:#fff}.wcv_addons_wrap .products li a:focus{background-color:#fff}.wcv_addons_wrap .carrousel{background:#fff;text-align:center;padding-top:1em;padding-bottom:4em;max-width:750px;margin:auto;position:relative;overflow:hidden}.wcv_addons_wrap .carrousel h1{font-size:1.5em;text-align:center;margin:.8em 0;color:#555}.wcv_addons_wrap .carrousel h2{margin:0;margin-top:-1.7em;padding:0;font-size:1em;text-align:center;color:#bbb}.wcv_addons_wrap .carrousel .slides{width:400%;left:0;padding-left:0;padding-top:1em;overflow:hidden;list-style:none;position:relative;-webkit-transition:transform .5s;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.wcv_addons_wrap .carrousel .slides li{width:25%;position:relative;float:left}.wcv_addons_wrap .carrousel li p{margin-top:0}.wcv_addons_wrap .carrousel li q{max-width:90%;margin:auto;color:#666;font-size:1.3em;font-weight:700}.wcv_addons_wrap .carrousel li img{width:3em;height:3em;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin-left:-1.5em;margin-right:.5em;vertical-align:middle}.wcv_addons_wrap .carrousel li span.author{margin-top:.5em;font-size:1.2em;color:#777;display:block}.wcv_addons_wrap .carrousel .slidesNavigation{display:block;list-style:none;text-align:center;bottom:1em;position:absolute;width:104px;left:50%;margin-left:-52px}.wcv_addons_wrap .carrousel .slidesNavigation label{float:left;margin:6px;display:block;height:10px;width:10px;border-radius:50%;border:solid 2px #2980b9;font-size:0}.wcv_addons_wrap .carrousel .slidesNavigation label:hover{cursor:pointer}.wcv_addons_wrap .carrousel input{display:none}.wcv_addons_wrap .carrousel #radio-1:checked~.slidesNavigation label#dotForRadio-1{background:#2980b9}.wcv_addons_wrap .carrousel #radio-2:checked~.slidesNavigation label#dotForRadio-2{background:#2980b9}.wcv_addons_wrap .carrousel #radio-3:checked~.slidesNavigation label#dotForRadio-3{background:#2980b9}.wcv_addons_wrap .carrousel #radio-4:checked~.slidesNavigation label#dotForRadio-4{background:#2980b9}.wcv_addons_wrap #radio-1:checked~.slides{-webkit-transform:translateX(0);transform:translateX(0)}.wcv_addons_wrap #radio-2:checked~.slides{-webkit-transform:translateX(-25%);transform:translateX(-25%)}.wcv_addons_wrap #radio-3:checked~.slides{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wcv_addons_wrap #radio-4:checked~.slides{-webkit-transform:translateX(-75%);transform:translateX(-75%)}@media (max-width:796px){.wcv_addons_wrap .carrousel{height:8.5em}}@media (max-width:480px){.wcv_addons_wrap .carrousel li p{padding-left:.5em;padding-right:.5em}.wcv_addons_wrap .carrousel li q{font-size:1em}.wcv_addons_wrap .carrousel li img{width:2em;margin-left:-1em;margin-right:.25em}}@media only screen and (max-width:400px){.wcv_addons_wrap .addons-featured{margin:-1% -5%}.wcv_addons_wrap .addons-button{width:100%}.wcv_addons_wrap .addons-small-dark-item{width:100%}.wcv_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 10px 10px 0;width:75px}}
|
1 |
+
.column-vendor{width:10%}.bulk-edit-product .inline-edit-author{display:none}.bulk-edit-product .post_author{display:none}.widefat .column-wc_actions a.wcvendors_mark_shipped::after{content:"\f15f"}.wcv-mark-shipped span{line-height:2em;margin-right:10px}.wcv_addons_wrap{max-width:1200px;margin:auto}.wcv_addons_wrap h1.search-form-title{clear:left;padding:0}.wcv_addons_wrap h1{text-align:center}.wcv_addons_wrap .addons-featured{margin:0}.wcv_addons_wrap ul.feature-list{list-style:inherit}.wcv_addons_wrap ul.feature-list li{margin-left:20px}.wcv_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wcv_addons_wrap .subsubsub li::after{content:'|'}.wcv_addons_wrap .subsubsub li:last-child::after{content:''}.wcv_addons_wrap .align-center{text-align:center}.wcv_addons_wrap .wcv-logo{max-width:250px;padding-top:20px;display:block;margin-left:auto;margin-right:auto;width:50%}.wcv_addons_wrap .addons-banner-block-item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;height:100px}.wcv_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 10px 10px 0;width:100px}.wcv_addons_wrap .addons-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.wcv_addons_wrap .addons-banner-block img{height:62px}.wcv_addons_wrap .addons-banner-block p{margin:0 0 20px}.wcv_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcv_addons_wrap .addons-banner-block-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin:0 -10px 0 -10px}.wcv_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:1em;min-width:200px;width:30%;display:none}.wcv_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wcv_addons_wrap .addons-banner-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px}.wcv_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wcv_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wcv_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-right:2em;width:400px;padding:1em;text-align:center}.wcv_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:auto 0;max-height:350px;max-width:350px}.wcv_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-left:0;margin-right:0;margin-top:1em}.wcv_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-item-align:stretch;align-self:stretch;padding:1em 0}.wcv_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wcv_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0;text-align:center}.wcv_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wcv_addons_wrap .addons-column-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%;padding:0 .5em}.wcv_addons_wrap .addons-column:nth-child(2){margin-right:0}.wcv_addons_wrap .addons-small-light-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcv_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wcv_addons_wrap .addons-small-light-block p{margin-top:0}.wcv_addons_wrap .addons-small-light-block img{height:225px;margin:0 0 0 -20px}.wcv_addons_wrap .addons-small-dark-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background-color:#54687d;text-align:center}.wcv_addons_wrap .addons-small-dark-block h1{color:#fff}.wcv_addons_wrap .addons-small-dark-block p{color:#fafafa}.wcv_addons_wrap .addons-column-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background:#fff}.wcv_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wcv_addons_wrap .addons-column-block .wcv-columns{padding-top:20px}.wcv_addons_wrap .addons-column-block .wcv-columns table{border-collapse:collapse;border-spacing:0;width:70%;border:1px solid #ddd;margin-top:20px;margin:auto}.wcv_addons_wrap .addons-column-block .wcv-columns td,.wcv_addons_wrap .addons-column-block .wcv-columns th{text-align:center;padding:16px}.wcv_addons_wrap .addons-column-block .wcv-columns td:first-child,.wcv_addons_wrap .addons-column-block .wcv-columns th:first-child{text-align:left}.wcv_addons_wrap .addons-column-block .wcv-columns tr:nth-child(even){background-color:#f2f2f2}.wcv_addons_wrap .addons-column-block .wcv-columns .fa-check{color:green}.wcv_addons_wrap .addons-column-block .wcv-columns .fa-remove{color:red}.wcv_addons_wrap .addons-column-block-left{float:left}.wcv_addons_wrap .addons-column-block-right{float:right}.wcv_addons_wrap .addons-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -20px;padding:20px;display:none}.wcv_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:-ms-flexbox;display:flex}.wcv_addons_wrap .addons-column-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:200px}.wcv_addons_wrap .addons-column-block-item-content h2{float:left;margin-top:8px}.wcv_addons_wrap .addons-column-block-item-content a{float:right}.wcv_addons_wrap .addons-column-block-item-content p{float:left}.wcv_addons_wrap .addons-small-dark-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wcv_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wcv_addons_wrap .addons-small-dark-item-icon img{height:30px}.wcv_addons_wrap .addons-small-light-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100px;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-light-block-content a{width:48%}.wcv_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcv_addons_wrap .product-addons-button{cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .started-button{cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:180px;margin:auto}.wcv_addons_wrap .started-button svg{width:15px;fill:#fff;margin-left:5px}.wcv_addons_wrap .product-addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wcv_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wcv_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wcv_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wcv_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}.wcv_addons_wrap .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.wcv_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5em}.wcv_addons_wrap .products li{float:left;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wcv_addons_wrap .products li a{text-decoration:none;color:inherit;display:block;height:100%}.wcv_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.wcv_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-right:260px solid #fff}.wcv_addons_wrap .products li a img.extension-thumb+h3{display:none}.wcv_addons_wrap .products li a .price{display:none}.wcv_addons_wrap .products li a h2{margin:0!important;padding:20px!important;background:#fff}.wcv_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wcv_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wcv_addons_wrap .products li a:hover{background-color:#fff}.wcv_addons_wrap .products li a:focus{background-color:#fff}.wcv_addons_wrap .carrousel{background:#fff;text-align:center;padding-top:1em;padding-bottom:4em;max-width:750px;margin:auto;position:relative;overflow:hidden}.wcv_addons_wrap .carrousel h1{font-size:1.5em;text-align:center;margin:.8em 0;color:#555}.wcv_addons_wrap .carrousel h2{margin:0;margin-top:-1.7em;padding:0;font-size:1em;text-align:center;color:#bbb}.wcv_addons_wrap .carrousel .slides{width:400%;left:0;padding-left:0;padding-top:1em;overflow:hidden;list-style:none;position:relative;-webkit-transition:transform .5s;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.wcv_addons_wrap .carrousel .slides li{width:25%;position:relative;float:left}.wcv_addons_wrap .carrousel li p{margin-top:0}.wcv_addons_wrap .carrousel li q{max-width:90%;margin:auto;color:#666;font-size:1.3em;font-weight:700}.wcv_addons_wrap .carrousel li img{width:3em;height:3em;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin-left:-1.5em;margin-right:.5em;vertical-align:middle}.wcv_addons_wrap .carrousel li span.author{margin-top:.5em;font-size:1.2em;color:#777;display:block}.wcv_addons_wrap .carrousel .slidesNavigation{display:block;list-style:none;text-align:center;bottom:1em;position:absolute;width:104px;left:50%;margin-left:-52px}.wcv_addons_wrap .carrousel .slidesNavigation label{float:left;margin:6px;display:block;height:10px;width:10px;border-radius:50%;border:solid 2px #2980b9;font-size:0}.wcv_addons_wrap .carrousel .slidesNavigation label:hover{cursor:pointer}.wcv_addons_wrap .carrousel input{display:none}.wcv_addons_wrap .carrousel #radio-1:checked~.slidesNavigation label#dotForRadio-1{background:#2980b9}.wcv_addons_wrap .carrousel #radio-2:checked~.slidesNavigation label#dotForRadio-2{background:#2980b9}.wcv_addons_wrap .carrousel #radio-3:checked~.slidesNavigation label#dotForRadio-3{background:#2980b9}.wcv_addons_wrap .carrousel #radio-4:checked~.slidesNavigation label#dotForRadio-4{background:#2980b9}.wcv_addons_wrap #radio-1:checked~.slides{-webkit-transform:translateX(0);transform:translateX(0)}.wcv_addons_wrap #radio-2:checked~.slides{-webkit-transform:translateX(-25%);transform:translateX(-25%)}.wcv_addons_wrap #radio-3:checked~.slides{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wcv_addons_wrap #radio-4:checked~.slides{-webkit-transform:translateX(-75%);transform:translateX(-75%)}@media (max-width:796px){.wcv_addons_wrap .carrousel{height:8.5em}}@media (max-width:480px){.wcv_addons_wrap .carrousel li p{padding-left:.5em;padding-right:.5em}.wcv_addons_wrap .carrousel li q{font-size:1em}.wcv_addons_wrap .carrousel li img{width:2em;margin-left:-1em;margin-right:.25em}}@media only screen and (max-width:400px){.wcv_addons_wrap .addons-featured{margin:-1% -5%}.wcv_addons_wrap .addons-button{width:100%}.wcv_addons_wrap .addons-small-dark-item{width:100%}.wcv_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 10px 10px 0;width:75px}}.edit-post-post-author{display:none}
|
assets/css/wcv-admin.scss
CHANGED
@@ -805,3 +805,7 @@
|
|
805 |
}
|
806 |
}
|
807 |
}
|
|
|
|
|
|
|
|
805 |
}
|
806 |
}
|
807 |
}
|
808 |
+
|
809 |
+
.edit-post-post-author {
|
810 |
+
display: none;
|
811 |
+
}
|
assets/css/wcv-frontend.css
CHANGED
@@ -1,555 +1,339 @@
|
|
1 |
-
/*!
|
2 |
-
*
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
}
|
13 |
-
|
14 |
-
.
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
}
|
19 |
-
|
20 |
-
.
|
21 |
-
|
22 |
-
}
|
23 |
-
|
24 |
-
.
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
}
|
31 |
-
|
32 |
-
.
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
}
|
131 |
-
|
132 |
-
.wcv-btn-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
}
|
187 |
-
|
188 |
-
.
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
}
|
231 |
-
|
232 |
-
.
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
}
|
237 |
-
|
238 |
-
.
|
239 |
-
|
240 |
-
}
|
241 |
-
|
242 |
-
.
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
}
|
285 |
-
|
286 |
-
.
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
}
|
291 |
-
|
292 |
-
.
|
293 |
-
|
294 |
-
}
|
295 |
-
|
296 |
-
.
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
}
|
312 |
-
|
313 |
-
.wcv-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
}
|
318 |
-
|
319 |
-
.wcv-
|
320 |
-
|
321 |
-
}
|
322 |
-
|
323 |
-
.wcv-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
.wcv-btn-inverse:hover, .wcv-btn-inverse:active, .wcv-btn-inverse.active, .wcv-btn-inverse.disabled, .wcv-btn-inverse[disabled] {
|
341 |
-
color: #ffffff;
|
342 |
-
background-color: #222222;
|
343 |
-
*background-color: #151515;
|
344 |
-
}
|
345 |
-
|
346 |
-
.wcv-btn-inverse:active, .wcv-btn-inverse.active {
|
347 |
-
background-color: #080808 \9;
|
348 |
-
}
|
349 |
-
|
350 |
-
button.wcv-btn, input[type="submit"].wcv-btn {
|
351 |
-
*padding-top: 3px;
|
352 |
-
*padding-bottom: 3px;
|
353 |
-
}
|
354 |
-
|
355 |
-
button.wcv-btn::-moz-focus-inner, input[type="submit"].wcv-btn::-moz-focus-inner {
|
356 |
-
padding: 0;
|
357 |
-
border: 0;
|
358 |
-
}
|
359 |
-
|
360 |
-
button.wcv-btn.wcv-btn-large, input[type="submit"].wcv-btn.wcv-btn-large {
|
361 |
-
*padding-top: 7px;
|
362 |
-
*padding-bottom: 7px;
|
363 |
-
}
|
364 |
-
|
365 |
-
button.wcv-btn.wcv-btn-small, input[type="submit"].wcv-btn.wcv-btn-small {
|
366 |
-
*padding-top: 3px;
|
367 |
-
*padding-bottom: 3px;
|
368 |
-
}
|
369 |
-
|
370 |
-
button.wcv-btn.wcv-btn-mini, input[type="submit"].wcv-btn.wcv-btn-mini {
|
371 |
-
*padding-top: 1px;
|
372 |
-
*padding-bottom: 1px;
|
373 |
-
}
|
374 |
-
|
375 |
-
.wcv-btn-link, .wcv-btn-link:active, .wcv-btn-link[disabled] {
|
376 |
-
background-color: transparent;
|
377 |
-
background-image: none;
|
378 |
-
-webkit-box-shadow: none;
|
379 |
-
-moz-box-shadow: none;
|
380 |
-
box-shadow: none;
|
381 |
-
}
|
382 |
-
|
383 |
-
.wcv-btn-link {
|
384 |
-
border-color: transparent;
|
385 |
-
cursor: pointer;
|
386 |
-
color: #0088cc;
|
387 |
-
-webkit-border-radius: 0;
|
388 |
-
-moz-border-radius: 0;
|
389 |
-
border-radius: 0;
|
390 |
-
}
|
391 |
-
|
392 |
-
.wcv-btn-link:hover {
|
393 |
-
color: #005580;
|
394 |
-
text-decoration: underline;
|
395 |
-
background-color: transparent;
|
396 |
-
}
|
397 |
-
|
398 |
-
.wcv-btn-link[disabled]:hover {
|
399 |
-
color: #333333;
|
400 |
-
text-decoration: none;
|
401 |
-
}
|
402 |
-
|
403 |
-
table {
|
404 |
-
max-width: 100%;
|
405 |
-
background-color: transparent;
|
406 |
-
border-collapse: collapse;
|
407 |
-
border-spacing: 0;
|
408 |
-
}
|
409 |
-
|
410 |
-
.table {
|
411 |
-
width: 100%;
|
412 |
-
margin-bottom: 20px;
|
413 |
-
}
|
414 |
-
|
415 |
-
.table th, .table td {
|
416 |
-
padding: 8px;
|
417 |
-
line-height: 20px;
|
418 |
-
text-align: left;
|
419 |
-
vertical-align: top;
|
420 |
-
border-top: 1px solid #dddddd;
|
421 |
-
}
|
422 |
-
|
423 |
-
.table th {
|
424 |
-
font-weight: bold;
|
425 |
-
}
|
426 |
-
|
427 |
-
.table thead th {
|
428 |
-
vertical-align: bottom;
|
429 |
-
}
|
430 |
-
|
431 |
-
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
|
432 |
-
border-top: 0;
|
433 |
-
}
|
434 |
-
|
435 |
-
.table tbody + tbody {
|
436 |
-
border-top: 2px solid #dddddd;
|
437 |
-
}
|
438 |
-
|
439 |
-
.table-condensed th, .table-condensed td {
|
440 |
-
padding: 4px 5px;
|
441 |
-
}
|
442 |
-
|
443 |
-
.table-bordered {
|
444 |
-
border: 1px solid #dddddd;
|
445 |
-
border-collapse: separate;
|
446 |
-
*border-collapse: collapse;
|
447 |
-
border-left: 0;
|
448 |
-
-webkit-border-radius: 4px;
|
449 |
-
-moz-border-radius: 4px;
|
450 |
-
border-radius: 4px;
|
451 |
-
}
|
452 |
-
|
453 |
-
.table-bordered th, .table-bordered td {
|
454 |
-
border-left: 1px solid #dddddd;
|
455 |
-
}
|
456 |
-
|
457 |
-
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
|
458 |
-
border-top: 0;
|
459 |
-
}
|
460 |
-
|
461 |
-
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
|
462 |
-
-webkit-border-top-left-radius: 4px;
|
463 |
-
border-top-left-radius: 4px;
|
464 |
-
-moz-border-radius-topleft: 4px;
|
465 |
-
}
|
466 |
-
|
467 |
-
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
|
468 |
-
-webkit-border-top-right-radius: 4px;
|
469 |
-
border-top-right-radius: 4px;
|
470 |
-
-moz-border-radius-topright: 4px;
|
471 |
-
}
|
472 |
-
|
473 |
-
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
|
474 |
-
-webkit-border-radius: 0 0 0 4px;
|
475 |
-
-moz-border-radius: 0 0 0 4px;
|
476 |
-
border-radius: 0 0 0 4px;
|
477 |
-
-webkit-border-bottom-left-radius: 4px;
|
478 |
-
border-bottom-left-radius: 4px;
|
479 |
-
-moz-border-radius-bottomleft: 4px;
|
480 |
-
}
|
481 |
-
|
482 |
-
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
|
483 |
-
-webkit-border-bottom-right-radius: 4px;
|
484 |
-
border-bottom-right-radius: 4px;
|
485 |
-
-moz-border-radius-bottomright: 4px;
|
486 |
-
}
|
487 |
-
|
488 |
-
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
|
489 |
-
-webkit-border-top-left-radius: 4px;
|
490 |
-
border-top-left-radius: 4px;
|
491 |
-
-moz-border-radius-topleft: 4px;
|
492 |
-
}
|
493 |
-
|
494 |
-
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
|
495 |
-
-webkit-border-top-right-radius: 4px;
|
496 |
-
border-top-right-radius: 4px;
|
497 |
-
-moz-border-radius-topleft: 4px;
|
498 |
-
}
|
499 |
-
|
500 |
-
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
|
501 |
-
background-color: #f9f9f9;
|
502 |
-
}
|
503 |
-
|
504 |
-
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
|
505 |
-
background-color: #f5f5f5;
|
506 |
-
}
|
507 |
-
|
508 |
-
table [class*=span], .row-fluid table [class*=span] {
|
509 |
-
display: table-cell;
|
510 |
-
float: none;
|
511 |
-
margin-left: 0;
|
512 |
-
}
|
513 |
-
|
514 |
-
.table tbody tr.success td {
|
515 |
-
background-color: #dff0d8;
|
516 |
-
}
|
517 |
-
|
518 |
-
.table tbody tr.error td {
|
519 |
-
background-color: #f2dede;
|
520 |
-
}
|
521 |
-
|
522 |
-
.table tbody tr.warning td {
|
523 |
-
background-color: #fcf8e3;
|
524 |
-
}
|
525 |
-
|
526 |
-
.table tbody tr.info td {
|
527 |
-
background-color: #d9edf7;
|
528 |
-
}
|
529 |
-
|
530 |
-
.table-hover tbody tr.success:hover td {
|
531 |
-
background-color: #d0e9c6;
|
532 |
-
}
|
533 |
-
|
534 |
-
.table-hover tbody tr.error:hover td {
|
535 |
-
background-color: #ebcccc;
|
536 |
-
}
|
537 |
-
|
538 |
-
.table-hover tbody tr.warning:hover td {
|
539 |
-
background-color: #faf2cc;
|
540 |
-
}
|
541 |
-
|
542 |
-
.table-hover tbody tr.info:hover td {
|
543 |
-
background-color: #c4e3f3;
|
544 |
-
}
|
545 |
-
.hidden { display: none; }
|
546 |
-
|
547 |
-
.vendor_list .button { width: 100%; }
|
548 |
-
|
549 |
-
.wcv-dashboard-navigation ul {
|
550 |
-
margin-left: 0;
|
551 |
-
}
|
552 |
-
.wcv-dashboard-navigation ul li {
|
553 |
-
margin-bottom: 3px;
|
554 |
-
display: inline-block;
|
555 |
-
}
|
1 |
+
/*! Bootstrap v2.1.1 Copyright 2012 Twitter, Inc Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 Designed and built with all the love in the world @twitter by @mdo and @fat. */
|
2 |
+
clearfix { *zoom: 1; }
|
3 |
+
|
4 |
+
.clearfix:before { display: table; content: ""; line-height: 0; }
|
5 |
+
|
6 |
+
.clearfix:after { display: table; content: ""; line-height: 0; clear: both; }
|
7 |
+
|
8 |
+
.hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
|
9 |
+
|
10 |
+
.input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }
|
11 |
+
|
12 |
+
.wcv-btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 14px; margin-bottom: 0; font-size: 14px; line-height: 20px; *line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #bbbbbb; *border: 0; border-bottom-color: #a2a2a2; border-radius: 4px; *margin-left: 0.3em; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #c5c5c5; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }
|
13 |
+
|
14 |
+
.wcv-btn:hover { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; color: #333333; text-decoration: none; background-color: #e6e6e6; *background-color: #d9d9d9; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
|
15 |
+
|
16 |
+
.wcv-btn:active { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; background-color: #cccccc \9; background-color: #e6e6e6; background-color: #d9d9d9 \9; background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
|
17 |
+
|
18 |
+
.wcv-btn:first-child { *margin-left: 0; }
|
19 |
+
|
20 |
+
.wcv-btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
|
21 |
+
|
22 |
+
.wcv-btn.active { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; background-color: #cccccc \9; background-color: #e6e6e6; background-color: #d9d9d9 \9; background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
|
23 |
+
|
24 |
+
.wcv-btn.disabled { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; cursor: default; background-color: #e6e6e6; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }
|
25 |
+
|
26 |
+
.wcv-btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; cursor: default; background-color: #e6e6e6; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }
|
27 |
+
|
28 |
+
.wcv-btn-large { padding: 9px 14px; font-size: 16px; line-height: normal; border-radius: 5px; }
|
29 |
+
|
30 |
+
.wcv-btn-large [class^="icon-"] { margin-top: 2px; }
|
31 |
+
|
32 |
+
.wcv-btn-small { padding: 3px 9px; font-size: 12px; line-height: 18px; }
|
33 |
+
|
34 |
+
.wcv-btn-small [class^="icon-"] { margin-top: 0; }
|
35 |
+
|
36 |
+
.wcv-btn-mini { padding: 2px 6px; font-size: 11px; line-height: 17px; }
|
37 |
+
|
38 |
+
.wcv-btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
|
39 |
+
|
40 |
+
.wcv-btn-block + .wcv-btn-block { margin-top: 5px; }
|
41 |
+
|
42 |
+
input[type="submit"].wcv-btn-block { width: 100%; }
|
43 |
+
|
44 |
+
input[type="reset"].wcv-btn-block { width: 100%; }
|
45 |
+
|
46 |
+
input[type="button"].wcv-btn-block { width: 100%; }
|
47 |
+
|
48 |
+
.wcv-btn-primary.active { color: rgba(255, 255, 255, 0.75); color: #ffffff; background-color: #0044cc; *background-color: #003bb3; background-color: #003399 \9; }
|
49 |
+
|
50 |
+
.wcv-btn-warning.active { color: rgba(255, 255, 255, 0.75); color: #ffffff; background-color: #f89406; *background-color: #df8505; background-color: #c67605 \9; }
|
51 |
+
|
52 |
+
.wcv-btn-danger.active { color: rgba(255, 255, 255, 0.75); color: #ffffff; background-color: #bd362f; *background-color: #a9302a; background-color: #942a25 \9; }
|
53 |
+
|
54 |
+
.wcv-btn-success.active { color: rgba(255, 255, 255, 0.75); color: #ffffff; background-color: #51a351; *background-color: #499249; background-color: #408140 \9; }
|
55 |
+
|
56 |
+
.wcv-btn-info.active { color: rgba(255, 255, 255, 0.75); color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; background-color: #24748c \9; }
|
57 |
+
|
58 |
+
.wcv-btn-inverse.active { color: rgba(255, 255, 255, 0.75); color: #ffffff; background-color: #222222; *background-color: #151515; background-color: #080808 \9; }
|
59 |
+
|
60 |
+
.wcv-btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #006dcc; background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc)); background-image: linear-gradient(to bottom, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #0044cc; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
|
61 |
+
|
62 |
+
.wcv-btn-primary:hover { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; }
|
63 |
+
|
64 |
+
.wcv-btn-primary:active { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; background-color: #003399 \9; }
|
65 |
+
|
66 |
+
.wcv-btn-primary.disabled { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; }
|
67 |
+
|
68 |
+
.wcv-btn-primary[disabled] { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; }
|
69 |
+
|
70 |
+
.wcv-btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406)); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #f89406; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
|
71 |
+
|
72 |
+
.wcv-btn-warning:hover { color: #ffffff; background-color: #f89406; *background-color: #df8505; }
|
73 |
+
|
74 |
+
.wcv-btn-warning:active { color: #ffffff; background-color: #f89406; *background-color: #df8505; background-color: #c67605 \9; }
|
75 |
+
|
76 |
+
.wcv-btn-warning.disabled { color: #ffffff; background-color: #f89406; *background-color: #df8505; }
|
77 |
+
|
78 |
+
.wcv-btn-warning[disabled] { color: #ffffff; background-color: #f89406; *background-color: #df8505; }
|
79 |
+
|
80 |
+
.wcv-btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f)); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0); border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #bd362f; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
|
81 |
+
|
82 |
+
.wcv-btn-danger:hover { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; }
|
83 |
+
|
84 |
+
.wcv-btn-danger:active { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; background-color: #942a25 \9; }
|
85 |
+
|
86 |
+
.wcv-btn-danger.disabled { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; }
|
87 |
+
|
88 |
+
.wcv-btn-danger[disabled] { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; }
|
89 |
+
|
90 |
+
.wcv-btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351)); background-image: linear-gradient(to bottom, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0); border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #51a351; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
|
91 |
+
|
92 |
+
.wcv-btn-success:hover { color: #ffffff; background-color: #51a351; *background-color: #499249; }
|
93 |
+
|
94 |
+
.wcv-btn-success:active { color: #ffffff; background-color: #51a351; *background-color: #499249; background-color: #408140 \9; }
|
95 |
+
|
96 |
+
.wcv-btn-success.disabled { color: #ffffff; background-color: #51a351; *background-color: #499249; }
|
97 |
+
|
98 |
+
.wcv-btn-success[disabled] { color: #ffffff; background-color: #51a351; *background-color: #499249; }
|
99 |
+
|
100 |
+
.wcv-btn-info { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #49afcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4)); background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #2f96b4; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
|
101 |
+
|
102 |
+
.wcv-btn-info:hover { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; }
|
103 |
+
|
104 |
+
.wcv-btn-info:active { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; background-color: #24748c \9; }
|
105 |
+
|
106 |
+
.wcv-btn-info.disabled { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; }
|
107 |
+
|
108 |
+
.wcv-btn-info[disabled] { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; }
|
109 |
+
|
110 |
+
.wcv-btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); background-image: linear-gradient(to bottom, #444444, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #222222; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
|
111 |
+
|
112 |
+
.wcv-btn-inverse:hover { color: #ffffff; background-color: #222222; *background-color: #151515; }
|
113 |
+
|
114 |
+
.wcv-btn-inverse:active { color: #ffffff; background-color: #222222; *background-color: #151515; background-color: #080808 \9; }
|
115 |
+
|
116 |
+
.wcv-btn-inverse.disabled { color: #ffffff; background-color: #222222; *background-color: #151515; }
|
117 |
+
|
118 |
+
.wcv-btn-inverse[disabled] { color: #ffffff; background-color: #222222; *background-color: #151515; }
|
119 |
+
|
120 |
+
button.wcv-btn { *padding-top: 3px; *padding-bottom: 3px; }
|
121 |
+
|
122 |
+
button.wcv-btn::-moz-focus-inner { padding: 0; border: 0; }
|
123 |
+
|
124 |
+
input[type="submit"].wcv-btn { *padding-top: 3px; *padding-bottom: 3px; }
|
125 |
+
|
126 |
+
input[type="submit"].wcv-btn::-moz-focus-inner { padding: 0; border: 0; }
|
127 |
+
|
128 |
+
button.wcv-btn.wcv-btn-large { *padding-top: 7px; *padding-bottom: 7px; }
|
129 |
+
|
130 |
+
input[type="submit"].wcv-btn.wcv-btn-large { *padding-top: 7px; *padding-bottom: 7px; }
|
131 |
+
|
132 |
+
button.wcv-btn.wcv-btn-small { *padding-top: 3px; *padding-bottom: 3px; }
|
133 |
+
|
134 |
+
input[type="submit"].wcv-btn.wcv-btn-small { *padding-top: 3px; *padding-bottom: 3px; }
|
135 |
+
|
136 |
+
button.wcv-btn.wcv-btn-mini { *padding-top: 1px; *padding-bottom: 1px; }
|
137 |
+
|
138 |
+
input[type="submit"].wcv-btn.wcv-btn-mini { *padding-top: 1px; *padding-bottom: 1px; }
|
139 |
+
|
140 |
+
.wcv-btn-link { background-color: transparent; background-image: none; -webkit-box-shadow: none; box-shadow: none; border-color: transparent; cursor: pointer; color: #0088cc; border-radius: 0; }
|
141 |
+
|
142 |
+
.wcv-btn-link:active { background-color: transparent; background-image: none; -webkit-box-shadow: none; box-shadow: none; }
|
143 |
+
|
144 |
+
.wcv-btn-link:hover { color: #005580; text-decoration: underline; background-color: transparent; }
|
145 |
+
|
146 |
+
.wcv-btn-link[disabled] { background-color: transparent; background-image: none; -webkit-box-shadow: none; box-shadow: none; }
|
147 |
+
|
148 |
+
.wcv-btn-link[disabled]:hover { color: #333333; text-decoration: none; }
|
149 |
+
|
150 |
+
table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; }
|
151 |
+
|
152 |
+
table [class*="span"] { display: table-cell; float: none; margin-left: 0; }
|
153 |
+
|
154 |
+
.table { width: 100%; margin-bottom: 20px; }
|
155 |
+
|
156 |
+
.table th { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; font-weight: bold; }
|
157 |
+
|
158 |
+
.table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; }
|
159 |
+
|
160 |
+
.table thead th { vertical-align: bottom; }
|
161 |
+
|
162 |
+
.table thead:first-child tr:first-child th { border-top: 0; }
|
163 |
+
|
164 |
+
.table thead:first-child tr:first-child td { border-top: 0; }
|
165 |
+
|
166 |
+
.table caption + thead tr:first-child th { border-top: 0; }
|
167 |
+
|
168 |
+
.table caption + thead tr:first-child td { border-top: 0; }
|
169 |
+
|
170 |
+
.table colgroup + thead tr:first-child th { border-top: 0; }
|
171 |
+
|
172 |
+
.table colgroup + thead tr:first-child td { border-top: 0; }
|
173 |
+
|
174 |
+
.table tbody + tbody { border-top: 2px solid #dddddd; }
|
175 |
+
|
176 |
+
.table tbody tr.success td { background-color: #dff0d8; }
|
177 |
+
|
178 |
+
.table tbody tr.error td { background-color: #f2dede; }
|
179 |
+
|
180 |
+
.table tbody tr.warning td { background-color: #fcf8e3; }
|
181 |
+
|
182 |
+
.table tbody tr.info td { background-color: #d9edf7; }
|
183 |
+
|
184 |
+
.table-condensed th { padding: 4px 5px; }
|
185 |
+
|
186 |
+
.table-condensed td { padding: 4px 5px; }
|
187 |
+
|
188 |
+
.table-bordered { border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapse; border-left: 0; border-radius: 4px; }
|
189 |
+
|
190 |
+
.table-bordered th { border-left: 1px solid #dddddd; }
|
191 |
+
|
192 |
+
.table-bordered td { border-left: 1px solid #dddddd; }
|
193 |
+
|
194 |
+
.table-bordered caption + thead tr:first-child th { border-top: 0; }
|
195 |
+
|
196 |
+
.table-bordered caption + thead tr:first-child th:first-child { border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
|
197 |
+
|
198 |
+
.table-bordered caption + thead tr:first-child th:last-child { border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; }
|
199 |
+
|
200 |
+
.table-bordered caption + tbody tr:first-child th { border-top: 0; }
|
201 |
+
|
202 |
+
.table-bordered caption + tbody tr:first-child td { border-top: 0; }
|
203 |
+
|
204 |
+
.table-bordered caption + tbody tr:first-child td:first-child { border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
|
205 |
+
|
206 |
+
.table-bordered caption + tbody tr:first-child td:last-child { border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; }
|
207 |
+
|
208 |
+
.table-bordered colgroup + thead tr:first-child th { border-top: 0; }
|
209 |
+
|
210 |
+
.table-bordered colgroup + thead tr:first-child th:first-child { border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
|
211 |
+
|
212 |
+
.table-bordered colgroup + thead tr:first-child th:last-child { border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; }
|
213 |
+
|
214 |
+
.table-bordered colgroup + tbody tr:first-child th { border-top: 0; }
|
215 |
+
|
216 |
+
.table-bordered colgroup + tbody tr:first-child td { border-top: 0; }
|
217 |
+
|
218 |
+
.table-bordered colgroup + tbody tr:first-child td:first-child { border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
|
219 |
+
|
220 |
+
.table-bordered colgroup + tbody tr:first-child td:last-child { border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; }
|
221 |
+
|
222 |
+
.table-bordered thead:first-child tr:first-child th { border-top: 0; }
|
223 |
+
|
224 |
+
.table-bordered thead:first-child tr:first-child th:first-child { border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
|
225 |
+
|
226 |
+
.table-bordered thead:first-child tr:first-child th:last-child { border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }
|
227 |
+
|
228 |
+
.table-bordered thead:last-child tr:last-child th:first-child { border-radius: 0 0 0 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; }
|
229 |
+
|
230 |
+
.table-bordered thead:last-child tr:last-child th:last-child { border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }
|
231 |
+
|
232 |
+
.table-bordered tbody:first-child tr:first-child th { border-top: 0; }
|
233 |
+
|
234 |
+
.table-bordered tbody:first-child tr:first-child td { border-top: 0; }
|
235 |
+
|
236 |
+
.table-bordered tbody:first-child tr:first-child td:first-child { border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
|
237 |
+
|
238 |
+
.table-bordered tbody:first-child tr:first-child td:last-child { border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }
|
239 |
+
|
240 |
+
.table-bordered tbody:last-child tr:last-child td:first-child { border-radius: 0 0 0 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; }
|
241 |
+
|
242 |
+
.table-bordered tbody:last-child tr:last-child td:last-child { border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }
|
243 |
+
|
244 |
+
.table-bordered tfoot:last-child tr:last-child td:first-child { border-radius: 0 0 0 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; }
|
245 |
+
|
246 |
+
.table-bordered tfoot:last-child tr:last-child td:last-child { border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }
|
247 |
+
|
248 |
+
.table-striped tbody tr:nth-child(odd) td { background-color: #f9f9f9; }
|
249 |
+
|
250 |
+
.table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; }
|
251 |
+
|
252 |
+
.table-hover tbody tr:hover td { background-color: #f5f5f5; }
|
253 |
+
|
254 |
+
.table-hover tbody tr:hover th { background-color: #f5f5f5; }
|
255 |
+
|
256 |
+
.table-hover tbody tr.success:hover td { background-color: #d0e9c6; }
|
257 |
+
|
258 |
+
.table-hover tbody tr.error:hover td { background-color: #ebcccc; }
|
259 |
+
|
260 |
+
.table-hover tbody tr.warning:hover td { background-color: #faf2cc; }
|
261 |
+
|
262 |
+
.table-hover tbody tr.info:hover td { background-color: #c4e3f3; }
|
263 |
+
|
264 |
+
.row-fluid table [class*="span"] { display: table-cell; float: none; margin-left: 0; }
|
265 |
+
|
266 |
+
.hidden { display: none; }
|
267 |
+
|
268 |
+
.dashicons { vertical-align: middle; }
|
269 |
+
|
270 |
+
.wcv_vendorslist { margin-left: 0; }
|
271 |
+
|
272 |
+
.wcv_vendorslist .vendor_list .vendors_list--shop-link { margin-top: 10px; font-size: 14px; display: inline-block; }
|
273 |
+
|
274 |
+
.wcv_vendorslist .vendor_list .vendors_list--shop-address span, .wcv_vendorslist .vendor_list .vendors_list--shop-phone span { vertical-align: bottom; }
|
275 |
+
|
276 |
+
.wcv_vendorslist .vendor_list .vendor_list--shop-name { min-height: 50px; margin-bottom: 10px; }
|
277 |
+
|
278 |
+
.wcv_vendorslist .vendor_list .vendor_list--shop-name a { font-size: 1em; text-decoration: none; color: #636363; }
|
279 |
+
|
280 |
+
.wcv_vendorslist .vendor_list .vendor_list--shop-name a:hover { color: #0073aa; }
|
281 |
+
|
282 |
+
@media screen and (max-width: 767px) { .wcv_vendorslist .vendor_list .vendor_list--shop-name { font-size: 1.2em; } }
|
283 |
+
|
284 |
+
.wcv_vendorslist.grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); display: grid; grid-gap: 20px; }
|
285 |
+
|
286 |
+
.wcv_vendorslist.grid .vendor_list { -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
|
287 |
+
|
288 |
+
.wcv_vendorslist.grid .vendor_list .vendor_list_avatar { border-bottom: 1px solid #eee; height: 200px; overflow: hidden; }
|
289 |
+
|
290 |
+
.wcv_vendorslist.grid .vendor_list .vendor_list_avatar img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 0; }
|
291 |
+
|
292 |
+
.wcv_vendorslist.grid .vendor_list .vendor_list_info { padding: 10px; }
|
293 |
+
|
294 |
+
@media screen and (max-width: 767px) { .wcv_vendorslist.grid { grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr)); } }
|
295 |
+
|
296 |
+
@media screen and (max-width: 375px) { .wcv_vendorslist.grid { grid-template-columns: 1fr; }
|
297 |
+
.wcv_vendorslist.grid .vendor_list_avatar img { margin: 0 auto; } }
|
298 |
+
|
299 |
+
.wcv_vendorslist.list { display: block; }
|
300 |
+
|
301 |
+
.wcv_vendorslist.list .vendor_list { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 15px; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); padding: 15px; }
|
302 |
+
|
303 |
+
.wcv_vendorslist.list .vendor_list .vendor_list--shop-desc { display: block; }
|
304 |
+
|
305 |
+
.wcv_vendorslist.list .vendor_list .vendor_list_avatar { width: 30%; margin-right: 20px; }
|
306 |
+
|
307 |
+
.wcv-vendor-list-filter { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; position: relative; }
|
308 |
+
|
309 |
+
.wcv-vendor-list-filter .wcv-vendor-list-switch { color: #000000; }
|
310 |
+
|
311 |
+
.wcv-vendor-list-filter .wcv-vendor-list-switch .wcv-vendor-list-switch-item { display: inline-block; margin-right: 5px; text-decoration: none !important; }
|
312 |
+
|
313 |
+
.wcv-vendor-list-filter .wcv-vendor-list-switch .wcv-vendor-list-switch-item.active { font-weight: bold; color: #000000; }
|
314 |
+
|
315 |
+
.wcv-vendor-list-filter .wcv-vendor-list-switch:last-child { margin-right: 0; }
|
316 |
+
|
317 |
+
.wcv-vendor-list-filter #search-vendors-toggle-checkbox { display: none; }
|
318 |
+
|
319 |
+
.wcv-vendor-list-filter #search-vendors-toggle-checkbox:checked + .wcv-vendor-list-search { display: block; }
|
320 |
+
|
321 |
+
.wcv-vendor-list-filter .search-vendors-toggle-button { display: none; }
|
322 |
+
|
323 |
+
.wcv-vendor-list-filter form { margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
|
324 |
+
|
325 |
+
.wcv-vendor-list-filter form input[type="text"] { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 10px 5px; margin-right: 7px; }
|
326 |
+
|
327 |
+
@media screen and (max-width: 767px) { .wcv-vendor-list-filter form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
|
328 |
+
.wcv-vendor-list-filter form input[type="text"] { margin-right: 0; margin-bottom: 10px; } }
|
329 |
+
|
330 |
+
.wcv-vendor-list-filter .wcv-vendor-list-search { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 30px; }
|
331 |
+
|
332 |
+
@media screen and (max-width: 767px) { .wcv-vendor-list-filter .wcv-vendor-list-search { position: absolute; display: none; top: 0; -webkit-transform: translateY(50%); transform: translateY(50%); background-color: #fff; border: 1px solid #eee; border-radius: 4px; padding: 10px; width: 100%; z-index: 1; }
|
333 |
+
.wcv-vendor-list-filter .search-vendors-toggle-button { display: block; } }
|
334 |
+
|
335 |
+
.vendor-search-result-text { margin-bottom: 20px; font-size: 1.2em; color: #000000; }
|
336 |
+
|
337 |
+
.wcv-dashboard-navigation ul { margin-left: 0; }
|
338 |
+
|
339 |
+
.wcv-dashboard-navigation ul li { margin-bottom: 3px; display: inline-block; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/wcv-frontend.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
/*! Bootstrap v2.1.1 Copyright 2012 Twitter, Inc Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 Designed and built with all the love in the world @twitter by @mdo and @fat. */.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{display:table;content:"";line-height:0;clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-btn{display:inline-block;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e6e6));background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);border:1px solid #bbb;border-bottom-color:#a2a2a2;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border-color:#c5c5c5;border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)}.wcv-btn:hover{color:#333;background-color:#e6e6e6;color:#333;text-decoration:none;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position .1s linear;transition:background-position .1s linear}.wcv-btn:active{color:#333;background-color:#e6e6e6;background-color:#e6e6e6;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.wcv-btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wcv-btn.active{color:#333;background-color:#e6e6e6;background-color:#e6e6e6;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.wcv-btn.disabled{color:#333;background-color:#e6e6e6;cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.wcv-btn[disabled]{color:#333;background-color:#e6e6e6;cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.wcv-btn-large{padding:9px 14px;font-size:16px;line-height:normal;border-radius:5px}.wcv-btn-large [class^=icon-]{margin-top:2px}.wcv-btn-small{padding:3px 9px;font-size:12px;line-height:18px}.wcv-btn-small [class^=icon-]{margin-top:0}.wcv-btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.wcv-btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-btn-block+.wcv-btn-block{margin-top:5px}input[type=submit].wcv-btn-block{width:100%}input[type=reset].wcv-btn-block{width:100%}input[type=button].wcv-btn-block{width:100%}.wcv-btn-primary.active{color:rgba(255,255,255,.75);color:#fff;background-color:#04c}.wcv-btn-warning.active{color:rgba(255,255,255,.75);color:#fff;background-color:#f89406}.wcv-btn-danger.active{color:rgba(255,255,255,.75);color:#fff;background-color:#bd362f}.wcv-btn-success.active{color:rgba(255,255,255,.75);color:#fff;background-color:#51a351}.wcv-btn-info.active{color:rgba(255,255,255,.75);color:#fff;background-color:#2f96b4}.wcv-btn-inverse.active{color:rgba(255,255,255,.75);color:#fff;background-color:#222}.wcv-btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#006dcc;background-image:-webkit-gradient(linear,left top,left bottom,from(#08c),to(#04c));background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)}.wcv-btn-primary:hover{color:#fff;background-color:#04c}.wcv-btn-primary:active{color:#fff;background-color:#04c}.wcv-btn-primary.disabled{color:#fff;background-color:#04c}.wcv-btn-primary[disabled]{color:#fff;background-color:#04c}.wcv-btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#faa732;background-image:-webkit-gradient(linear,left top,left bottom,from(#fbb450),to(#f89406));background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)}.wcv-btn-warning:hover{color:#fff;background-color:#f89406}.wcv-btn-warning:active{color:#fff;background-color:#f89406}.wcv-btn-warning.disabled{color:#fff;background-color:#f89406}.wcv-btn-warning[disabled]{color:#fff;background-color:#f89406}.wcv-btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#da4f49;background-image:-webkit-gradient(linear,left top,left bottom,from(#ee5f5b),to(#bd362f));background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)}.wcv-btn-danger:hover{color:#fff;background-color:#bd362f}.wcv-btn-danger:active{color:#fff;background-color:#bd362f}.wcv-btn-danger.disabled{color:#fff;background-color:#bd362f}.wcv-btn-danger[disabled]{color:#fff;background-color:#bd362f}.wcv-btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#5bb75b;background-image:-webkit-gradient(linear,left top,left bottom,from(#62c462),to(#51a351));background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)}.wcv-btn-success:hover{color:#fff;background-color:#51a351}.wcv-btn-success:active{color:#fff;background-color:#51a351}.wcv-btn-success.disabled{color:#fff;background-color:#51a351}.wcv-btn-success[disabled]{color:#fff;background-color:#51a351}.wcv-btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#49afcd;background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2f96b4));background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)}.wcv-btn-info:hover{color:#fff;background-color:#2f96b4}.wcv-btn-info:active{color:#fff;background-color:#2f96b4}.wcv-btn-info.disabled{color:#fff;background-color:#2f96b4}.wcv-btn-info[disabled]{color:#fff;background-color:#2f96b4}.wcv-btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#363636;background-image:-webkit-gradient(linear,left top,left bottom,from(#444),to(#222));background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)}.wcv-btn-inverse:hover{color:#fff;background-color:#222}.wcv-btn-inverse:active{color:#fff;background-color:#222}.wcv-btn-inverse.disabled{color:#fff;background-color:#222}.wcv-btn-inverse[disabled]{color:#fff;background-color:#222}button.wcv-btn::-moz-focus-inner{padding:0;border:0}input[type=submit].wcv-btn::-moz-focus-inner{padding:0;border:0}.wcv-btn-link{background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none;border-color:transparent;cursor:pointer;color:#08c;border-radius:0}.wcv-btn-link:active{background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.wcv-btn-link:hover{color:#005580;text-decoration:underline;background-color:transparent}.wcv-btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.wcv-btn-link[disabled]:hover{color:#333;text-decoration:none}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}table [class*=span]{display:table-cell;float:none;margin-left:0}.table{width:100%;margin-bottom:20px}.table th{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd;font-weight:700}.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table thead th{vertical-align:bottom}.table thead:first-child tr:first-child th{border-top:0}.table thead:first-child tr:first-child td{border-top:0}.table caption+thead tr:first-child th{border-top:0}.table caption+thead tr:first-child td{border-top:0}.table colgroup+thead tr:first-child th{border-top:0}.table colgroup+thead tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table tbody tr.success td{background-color:#dff0d8}.table tbody tr.error td{background-color:#f2dede}.table tbody tr.warning td{background-color:#fcf8e3}.table tbody tr.info td{background-color:#d9edf7}.table-condensed th{padding:4px 5px}.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;border-left:0;border-radius:4px}.table-bordered th{border-left:1px solid #ddd}.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th{border-top:0}.table-bordered caption+thead tr:first-child th:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child{border-top-right-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+tbody tr:first-child th{border-top:0}.table-bordered caption+tbody tr:first-child td{border-top:0}.table-bordered caption+tbody tr:first-child td:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+tbody tr:first-child td:last-child{border-top-right-radius:4px;-moz-border-radius-topleft:4px}.table-bordered colgroup+thead tr:first-child th{border-top:0}.table-bordered colgroup+thead tr:first-child th:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered colgroup+thead tr:first-child th:last-child{border-top-right-radius:4px;-moz-border-radius-topleft:4px}.table-bordered colgroup+tbody tr:first-child th{border-top:0}.table-bordered colgroup+tbody tr:first-child td{border-top:0}.table-bordered colgroup+tbody tr:first-child td:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered colgroup+tbody tr:first-child td:last-child{border-top-right-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th{border-top:0}.table-bordered thead:first-child tr:first-child th:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th:last-child{border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child th:first-child{border-radius:0 0 0 4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child th:last-child{border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered tbody:first-child tr:first-child th{border-top:0}.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered tbody:first-child tr:first-child td:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered tbody:first-child tr:first-child td:last-child{border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered tbody:last-child tr:last-child td:first-child{border-radius:0 0 0 4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered tbody:last-child tr:last-child td:last-child{border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered tfoot:last-child tr:last-child td:first-child{border-radius:0 0 0 4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered tfoot:last-child tr:last-child td:last-child{border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-striped tbody tr:nth-child(odd) td{background-color:#f9f9f9}.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.table-hover tbody tr:hover td{background-color:#f5f5f5}.table-hover tbody tr:hover th{background-color:#f5f5f5}.table-hover tbody tr.success:hover td{background-color:#d0e9c6}.table-hover tbody tr.error:hover td{background-color:#ebcccc}.table-hover tbody tr.warning:hover td{background-color:#faf2cc}.table-hover tbody tr.info:hover td{background-color:#c4e3f3}.row-fluid table [class*=span]{display:table-cell;float:none;margin-left:0}.hidden{display:none}.dashicons{vertical-align:middle}.wcv_vendorslist{margin-left:0}.wcv_vendorslist .vendor_list .vendors_list--shop-link{margin-top:10px;font-size:14px;display:inline-block}.wcv_vendorslist .vendor_list .vendors_list--shop-address span,.wcv_vendorslist .vendor_list .vendors_list--shop-phone span{vertical-align:bottom}.wcv_vendorslist .vendor_list .vendor_list--shop-name{min-height:50px;margin-bottom:10px}.wcv_vendorslist .vendor_list .vendor_list--shop-name a{font-size:1em;text-decoration:none;color:#636363}.wcv_vendorslist .vendor_list .vendor_list--shop-name a:hover{color:#0073aa}@media screen and (max-width:767px){.wcv_vendorslist .vendor_list .vendor_list--shop-name{font-size:1.2em}}.wcv_vendorslist.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid;grid-gap:20px}.wcv_vendorslist.grid .vendor_list{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1)}.wcv_vendorslist.grid .vendor_list .vendor_list_avatar{border-bottom:1px solid #eee;height:200px;overflow:hidden}.wcv_vendorslist.grid .vendor_list .vendor_list_avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0}.wcv_vendorslist.grid .vendor_list .vendor_list_info{padding:10px}@media screen and (max-width:767px){.wcv_vendorslist.grid{grid-template-columns:repeat(auto-fit,minmax(calc(50% - 20px),1fr))}}@media screen and (max-width:375px){.wcv_vendorslist.grid{grid-template-columns:1fr}.wcv_vendorslist.grid .vendor_list_avatar img{margin:0 auto}}.wcv_vendorslist.list{display:block}.wcv_vendorslist.list .vendor_list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:15px}.wcv_vendorslist.list .vendor_list .vendor_list--shop-desc{display:block}.wcv_vendorslist.list .vendor_list .vendor_list_avatar{width:30%;margin-right:20px}.wcv-vendor-list-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;position:relative}.wcv-vendor-list-filter .wcv-vendor-list-switch{color:#000}.wcv-vendor-list-filter .wcv-vendor-list-switch .wcv-vendor-list-switch-item{display:inline-block;margin-right:5px;text-decoration:none!important}.wcv-vendor-list-filter .wcv-vendor-list-switch .wcv-vendor-list-switch-item.active{font-weight:700;color:#000}.wcv-vendor-list-filter .wcv-vendor-list-switch:last-child{margin-right:0}.wcv-vendor-list-filter #search-vendors-toggle-checkbox{display:none}.wcv-vendor-list-filter #search-vendors-toggle-checkbox:checked+.wcv-vendor-list-search{display:block}.wcv-vendor-list-filter .search-vendors-toggle-button{display:none}.wcv-vendor-list-filter form{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcv-vendor-list-filter form input[type=text]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 5px;margin-right:7px}@media screen and (max-width:767px){.wcv-vendor-list-filter form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.wcv-vendor-list-filter form input[type=text]{margin-right:0;margin-bottom:10px}}.wcv-vendor-list-filter .wcv-vendor-list-search{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:30px}@media screen and (max-width:767px){.wcv-vendor-list-filter .wcv-vendor-list-search{position:absolute;display:none;top:0;-webkit-transform:translateY(50%);transform:translateY(50%);background-color:#fff;border:1px solid #eee;border-radius:4px;padding:10px;width:100%;z-index:1}.wcv-vendor-list-filter .search-vendors-toggle-button{display:block}}.vendor-search-result-text{margin-bottom:20px;font-size:1.2em;color:#000}.wcv-dashboard-navigation ul{margin-left:0}.wcv-dashboard-navigation ul li{margin-bottom:3px;display:inline-block}
|
assets/css/wcv-frontend.scss
ADDED
@@ -0,0 +1,1165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Bootstrap v2.1.1
|
3 |
+
*
|
4 |
+
* Copyright 2012 Twitter, Inc
|
5 |
+
* Licensed under the Apache License v2.0
|
6 |
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7 |
+
*
|
8 |
+
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9 |
+
*/
|
10 |
+
clearfix {
|
11 |
+
*zoom: 1;
|
12 |
+
}
|
13 |
+
.clearfix {
|
14 |
+
&:before {
|
15 |
+
display: table;
|
16 |
+
content: "";
|
17 |
+
line-height: 0;
|
18 |
+
}
|
19 |
+
&:after {
|
20 |
+
display: table;
|
21 |
+
content: "";
|
22 |
+
line-height: 0;
|
23 |
+
clear: both;
|
24 |
+
}
|
25 |
+
}
|
26 |
+
.hide-text {
|
27 |
+
font: 0/0 a;
|
28 |
+
color: transparent;
|
29 |
+
text-shadow: none;
|
30 |
+
background-color: transparent;
|
31 |
+
border: 0;
|
32 |
+
}
|
33 |
+
.input-block-level {
|
34 |
+
display: block;
|
35 |
+
width: 100%;
|
36 |
+
min-height: 30px;
|
37 |
+
-webkit-box-sizing: border-box;
|
38 |
+
-moz-box-sizing: border-box;
|
39 |
+
box-sizing: border-box;
|
40 |
+
}
|
41 |
+
.wcv-btn {
|
42 |
+
display: inline-block;
|
43 |
+
*display: inline;
|
44 |
+
*zoom: 1;
|
45 |
+
padding: 4px 14px;
|
46 |
+
margin-bottom: 0;
|
47 |
+
font-size: 14px;
|
48 |
+
line-height: 20px;
|
49 |
+
*line-height: 20px;
|
50 |
+
text-align: center;
|
51 |
+
vertical-align: middle;
|
52 |
+
cursor: pointer;
|
53 |
+
color: #333333;
|
54 |
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
55 |
+
background-color: #f5f5f5;
|
56 |
+
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
57 |
+
background-image: -webkit-gradient(
|
58 |
+
linear,
|
59 |
+
0 0,
|
60 |
+
0 100%,
|
61 |
+
from(#ffffff),
|
62 |
+
to(#e6e6e6)
|
63 |
+
);
|
64 |
+
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
65 |
+
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
66 |
+
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
67 |
+
background-repeat: repeat-x;
|
68 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
69 |
+
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
70 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
71 |
+
*background-color: #e6e6e6;
|
72 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
73 |
+
border: 1px solid #bbbbbb;
|
74 |
+
*border: 0;
|
75 |
+
border-bottom-color: #a2a2a2;
|
76 |
+
-webkit-border-radius: 4px;
|
77 |
+
-moz-border-radius: 4px;
|
78 |
+
border-radius: 4px;
|
79 |
+
*margin-left: 0.3em;
|
80 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
|
81 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
82 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
|
83 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
84 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
|
85 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
86 |
+
border-color: #c5c5c5;
|
87 |
+
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
88 |
+
&:hover {
|
89 |
+
color: #333333;
|
90 |
+
background-color: #e6e6e6;
|
91 |
+
*background-color: #d9d9d9;
|
92 |
+
color: #333333;
|
93 |
+
text-decoration: none;
|
94 |
+
background-color: #e6e6e6;
|
95 |
+
*background-color: #d9d9d9;
|
96 |
+
background-position: 0 -15px;
|
97 |
+
-webkit-transition: background-position 0.1s linear;
|
98 |
+
-moz-transition: background-position 0.1s linear;
|
99 |
+
-o-transition: background-position 0.1s linear;
|
100 |
+
transition: background-position 0.1s linear;
|
101 |
+
}
|
102 |
+
&:active {
|
103 |
+
color: #333333;
|
104 |
+
background-color: #e6e6e6;
|
105 |
+
*background-color: #d9d9d9;
|
106 |
+
background-color: #cccccc \9;
|
107 |
+
background-color: #e6e6e6;
|
108 |
+
background-color: #d9d9d9 \9;
|
109 |
+
background-image: none;
|
110 |
+
outline: 0;
|
111 |
+
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
112 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
113 |
+
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
114 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
115 |
+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
116 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
117 |
+
}
|
118 |
+
&:first-child {
|
119 |
+
*margin-left: 0;
|
120 |
+
}
|
121 |
+
&:focus {
|
122 |
+
outline: thin dotted #333;
|
123 |
+
outline: 5px auto -webkit-focus-ring-color;
|
124 |
+
outline-offset: -2px;
|
125 |
+
}
|
126 |
+
}
|
127 |
+
.wcv-btn.active {
|
128 |
+
color: #333333;
|
129 |
+
background-color: #e6e6e6;
|
130 |
+
*background-color: #d9d9d9;
|
131 |
+
background-color: #cccccc \9;
|
132 |
+
background-color: #e6e6e6;
|
133 |
+
background-color: #d9d9d9 \9;
|
134 |
+
background-image: none;
|
135 |
+
outline: 0;
|
136 |
+
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
137 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
138 |
+
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
139 |
+
0 1px 2px rgba(0, 0, 0, 0.05);
|
140 |
+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
141 |
+
}
|
142 |
+
.wcv-btn.disabled {
|
143 |
+
color: #333333;
|
144 |
+
background-color: #e6e6e6;
|
145 |
+
*background-color: #d9d9d9;
|
146 |
+
cursor: default;
|
147 |
+
background-color: #e6e6e6;
|
148 |
+
background-image: none;
|
149 |
+
opacity: 0.65;
|
150 |
+
filter: alpha(opacity=65);
|
151 |
+
-webkit-box-shadow: none;
|
152 |
+
-moz-box-shadow: none;
|
153 |
+
box-shadow: none;
|
154 |
+
}
|
155 |
+
.wcv-btn[disabled] {
|
156 |
+
color: #333333;
|
157 |
+
background-color: #e6e6e6;
|
158 |
+
*background-color: #d9d9d9;
|
159 |
+
cursor: default;
|
160 |
+
background-color: #e6e6e6;
|
161 |
+
background-image: none;
|
162 |
+
opacity: 0.65;
|
163 |
+
filter: alpha(opacity=65);
|
164 |
+
-webkit-box-shadow: none;
|
165 |
+
-moz-box-shadow: none;
|
166 |
+
box-shadow: none;
|
167 |
+
}
|
168 |
+
.wcv-btn-large {
|
169 |
+
padding: 9px 14px;
|
170 |
+
font-size: 16px;
|
171 |
+
line-height: normal;
|
172 |
+
-webkit-border-radius: 5px;
|
173 |
+
-moz-border-radius: 5px;
|
174 |
+
border-radius: 5px;
|
175 |
+
[class^="icon-"] {
|
176 |
+
margin-top: 2px;
|
177 |
+
}
|
178 |
+
}
|
179 |
+
.wcv-btn-small {
|
180 |
+
padding: 3px 9px;
|
181 |
+
font-size: 12px;
|
182 |
+
line-height: 18px;
|
183 |
+
[class^="icon-"] {
|
184 |
+
margin-top: 0;
|
185 |
+
}
|
186 |
+
}
|
187 |
+
.wcv-btn-mini {
|
188 |
+
padding: 2px 6px;
|
189 |
+
font-size: 11px;
|
190 |
+
line-height: 17px;
|
191 |
+
}
|
192 |
+
.wcv-btn-block {
|
193 |
+
display: block;
|
194 |
+
width: 100%;
|
195 |
+
padding-left: 0;
|
196 |
+
padding-right: 0;
|
197 |
+
-webkit-box-sizing: border-box;
|
198 |
+
-moz-box-sizing: border-box;
|
199 |
+
box-sizing: border-box;
|
200 |
+
+ {
|
201 |
+
.wcv-btn-block {
|
202 |
+
margin-top: 5px;
|
203 |
+
}
|
204 |
+
}
|
205 |
+
}
|
206 |
+
input[type="submit"].wcv-btn-block {
|
207 |
+
width: 100%;
|
208 |
+
}
|
209 |
+
input[type="reset"].wcv-btn-block {
|
210 |
+
width: 100%;
|
211 |
+
}
|
212 |
+
input[type="button"].wcv-btn-block {
|
213 |
+
width: 100%;
|
214 |
+
}
|
215 |
+
.wcv-btn-primary.active {
|
216 |
+
color: rgba(255, 255, 255, 0.75);
|
217 |
+
color: #ffffff;
|
218 |
+
background-color: #0044cc;
|
219 |
+
*background-color: #003bb3;
|
220 |
+
background-color: #003399 \9;
|
221 |
+
}
|
222 |
+
.wcv-btn-warning.active {
|
223 |
+
color: rgba(255, 255, 255, 0.75);
|
224 |
+
color: #ffffff;
|
225 |
+
background-color: #f89406;
|
226 |
+
*background-color: #df8505;
|
227 |
+
background-color: #c67605 \9;
|
228 |
+
}
|
229 |
+
.wcv-btn-danger.active {
|
230 |
+
color: rgba(255, 255, 255, 0.75);
|
231 |
+
color: #ffffff;
|
232 |
+
background-color: #bd362f;
|
233 |
+
*background-color: #a9302a;
|
234 |
+
background-color: #942a25 \9;
|
235 |
+
}
|
236 |
+
.wcv-btn-success.active {
|
237 |
+
color: rgba(255, 255, 255, 0.75);
|
238 |
+
color: #ffffff;
|
239 |
+
background-color: #51a351;
|
240 |
+
*background-color: #499249;
|
241 |
+
background-color: #408140 \9;
|
242 |
+
}
|
243 |
+
.wcv-btn-info.active {
|
244 |
+
color: rgba(255, 255, 255, 0.75);
|
245 |
+
color: #ffffff;
|
246 |
+
background-color: #2f96b4;
|
247 |
+
*background-color: #2a85a0;
|
248 |
+
background-color: #24748c \9;
|
249 |
+
}
|
250 |
+
.wcv-btn-inverse.active {
|
251 |
+
color: rgba(255, 255, 255, 0.75);
|
252 |
+
color: #ffffff;
|
253 |
+
background-color: #222222;
|
254 |
+
*background-color: #151515;
|
255 |
+
background-color: #080808 \9;
|
256 |
+
}
|
257 |
+
.wcv-btn-primary {
|
258 |
+
color: #ffffff;
|
259 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
260 |
+
background-color: #006dcc;
|
261 |
+
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
262 |
+
background-image: -webkit-gradient(
|
263 |
+
linear,
|
264 |
+
0 0,
|
265 |
+
0 100%,
|
266 |
+
from(#0088cc),
|
267 |
+
to(#0044cc)
|
268 |
+
);
|
269 |
+
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
270 |
+
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
271 |
+
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
272 |
+
background-repeat: repeat-x;
|
273 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
274 |
+
border-color: #0044cc #0044cc #002a80;
|
275 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
276 |
+
*background-color: #0044cc;
|
277 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
278 |
+
&:hover {
|
279 |
+
color: #ffffff;
|
280 |
+
background-color: #0044cc;
|
281 |
+
*background-color: #003bb3;
|
282 |
+
}
|
283 |
+
&:active {
|
284 |
+
color: #ffffff;
|
285 |
+
background-color: #0044cc;
|
286 |
+
*background-color: #003bb3;
|
287 |
+
background-color: #003399 \9;
|
288 |
+
}
|
289 |
+
}
|
290 |
+
.wcv-btn-primary.disabled {
|
291 |
+
color: #ffffff;
|
292 |
+
background-color: #0044cc;
|
293 |
+
*background-color: #003bb3;
|
294 |
+
}
|
295 |
+
.wcv-btn-primary[disabled] {
|
296 |
+
color: #ffffff;
|
297 |
+
background-color: #0044cc;
|
298 |
+
*background-color: #003bb3;
|
299 |
+
}
|
300 |
+
.wcv-btn-warning {
|
301 |
+
color: #ffffff;
|
302 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
303 |
+
background-color: #faa732;
|
304 |
+
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
305 |
+
background-image: -webkit-gradient(
|
306 |
+
linear,
|
307 |
+
0 0,
|
308 |
+
0 100%,
|
309 |
+
from(#fbb450),
|
310 |
+
to(#f89406)
|
311 |
+
);
|
312 |
+
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
313 |
+
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
314 |
+
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
315 |
+
background-repeat: repeat-x;
|
316 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
317 |
+
border-color: #f89406 #f89406 #ad6704;
|
318 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
319 |
+
*background-color: #f89406;
|
320 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
321 |
+
&:hover {
|
322 |
+
color: #ffffff;
|
323 |
+
background-color: #f89406;
|
324 |
+
*background-color: #df8505;
|
325 |
+
}
|
326 |
+
&:active {
|
327 |
+
color: #ffffff;
|
328 |
+
background-color: #f89406;
|
329 |
+
*background-color: #df8505;
|
330 |
+
background-color: #c67605 \9;
|
331 |
+
}
|
332 |
+
}
|
333 |
+
.wcv-btn-warning.disabled {
|
334 |
+
color: #ffffff;
|
335 |
+
background-color: #f89406;
|
336 |
+
*background-color: #df8505;
|
337 |
+
}
|
338 |
+
.wcv-btn-warning[disabled] {
|
339 |
+
color: #ffffff;
|
340 |
+
background-color: #f89406;
|
341 |
+
*background-color: #df8505;
|
342 |
+
}
|
343 |
+
.wcv-btn-danger {
|
344 |
+
color: #ffffff;
|
345 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
346 |
+
background-color: #da4f49;
|
347 |
+
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
348 |
+
background-image: -webkit-gradient(
|
349 |
+
linear,
|
350 |
+
0 0,
|
351 |
+
0 100%,
|
352 |
+
from(#ee5f5b),
|
353 |
+
to(#bd362f)
|
354 |
+
);
|
355 |
+
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
356 |
+
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
357 |
+
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
|
358 |
+
background-repeat: repeat-x;
|
359 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
|
360 |
+
border-color: #bd362f #bd362f #802420;
|
361 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
362 |
+
*background-color: #bd362f;
|
363 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
364 |
+
&:hover {
|
365 |
+
color: #ffffff;
|
366 |
+
background-color: #bd362f;
|
367 |
+
*background-color: #a9302a;
|
368 |
+
}
|
369 |
+
&:active {
|
370 |
+
color: #ffffff;
|
371 |
+
background-color: #bd362f;
|
372 |
+
*background-color: #a9302a;
|
373 |
+
background-color: #942a25 \9;
|
374 |
+
}
|
375 |
+
}
|
376 |
+
.wcv-btn-danger.disabled {
|
377 |
+
color: #ffffff;
|
378 |
+
background-color: #bd362f;
|
379 |
+
*background-color: #a9302a;
|
380 |
+
}
|
381 |
+
.wcv-btn-danger[disabled] {
|
382 |
+
color: #ffffff;
|
383 |
+
background-color: #bd362f;
|
384 |
+
*background-color: #a9302a;
|
385 |
+
}
|
386 |
+
.wcv-btn-success {
|
387 |
+
color: #ffffff;
|
388 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
389 |
+
background-color: #5bb75b;
|
390 |
+
background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
391 |
+
background-image: -webkit-gradient(
|
392 |
+
linear,
|
393 |
+
0 0,
|
394 |
+
0 100%,
|
395 |
+
from(#62c462),
|
396 |
+
to(#51a351)
|
397 |
+
);
|
398 |
+
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
399 |
+
background-image: -o-linear-gradient(top, #62c462, #51a351);
|
400 |
+
background-image: linear-gradient(to bottom, #62c462, #51a351);
|
401 |
+
background-repeat: repeat-x;
|
402 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
403 |
+
border-color: #51a351 #51a351 #387038;
|
404 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
405 |
+
*background-color: #51a351;
|
406 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
407 |
+
&:hover {
|
408 |
+
color: #ffffff;
|
409 |
+
background-color: #51a351;
|
410 |
+
*background-color: #499249;
|
411 |
+
}
|
412 |
+
&:active {
|
413 |
+
color: #ffffff;
|
414 |
+
background-color: #51a351;
|
415 |
+
*background-color: #499249;
|
416 |
+
background-color: #408140 \9;
|
417 |
+
}
|
418 |
+
}
|
419 |
+
.wcv-btn-success.disabled {
|
420 |
+
color: #ffffff;
|
421 |
+
background-color: #51a351;
|
422 |
+
*background-color: #499249;
|
423 |
+
}
|
424 |
+
.wcv-btn-success[disabled] {
|
425 |
+
color: #ffffff;
|
426 |
+
background-color: #51a351;
|
427 |
+
*background-color: #499249;
|
428 |
+
}
|
429 |
+
.wcv-btn-info {
|
430 |
+
color: #ffffff;
|
431 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
432 |
+
background-color: #49afcd;
|
433 |
+
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
434 |
+
background-image: -webkit-gradient(
|
435 |
+
linear,
|
436 |
+
0 0,
|
437 |
+
0 100%,
|
438 |
+
from(#5bc0de),
|
439 |
+
to(#2f96b4)
|
440 |
+
);
|
441 |
+
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
442 |
+
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
443 |
+
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
444 |
+
background-repeat: repeat-x;
|
445 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
446 |
+
border-color: #2f96b4 #2f96b4 #1f6377;
|
447 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
448 |
+
*background-color: #2f96b4;
|
449 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
450 |
+
&:hover {
|
451 |
+
color: #ffffff;
|
452 |
+
background-color: #2f96b4;
|
453 |
+
*background-color: #2a85a0;
|
454 |
+
}
|
455 |
+
&:active {
|
456 |
+
color: #ffffff;
|
457 |
+
background-color: #2f96b4;
|
458 |
+
*background-color: #2a85a0;
|
459 |
+
background-color: #24748c \9;
|
460 |
+
}
|
461 |
+
}
|
462 |
+
.wcv-btn-info.disabled {
|
463 |
+
color: #ffffff;
|
464 |
+
background-color: #2f96b4;
|
465 |
+
*background-color: #2a85a0;
|
466 |
+
}
|
467 |
+
.wcv-btn-info[disabled] {
|
468 |
+
color: #ffffff;
|
469 |
+
background-color: #2f96b4;
|
470 |
+
*background-color: #2a85a0;
|
471 |
+
}
|
472 |
+
.wcv-btn-inverse {
|
473 |
+
color: #ffffff;
|
474 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
475 |
+
background-color: #363636;
|
476 |
+
background-image: -moz-linear-gradient(top, #444444, #222222);
|
477 |
+
background-image: -webkit-gradient(
|
478 |
+
linear,
|
479 |
+
0 0,
|
480 |
+
0 100%,
|
481 |
+
from(#444444),
|
482 |
+
to(#222222)
|
483 |
+
);
|
484 |
+
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
485 |
+
background-image: -o-linear-gradient(top, #444444, #222222);
|
486 |
+
background-image: linear-gradient(to bottom, #444444, #222222);
|
487 |
+
background-repeat: repeat-x;
|
488 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
|
489 |
+
border-color: #222222 #222222 #000000;
|
490 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
491 |
+
*background-color: #222222;
|
492 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
493 |
+
&:hover {
|
494 |
+
color: #ffffff;
|
495 |
+
background-color: #222222;
|
496 |
+
*background-color: #151515;
|
497 |
+
}
|
498 |
+
&:active {
|
499 |
+
color: #ffffff;
|
500 |
+
background-color: #222222;
|
501 |
+
*background-color: #151515;
|
502 |
+
background-color: #080808 \9;
|
503 |
+
}
|
504 |
+
}
|
505 |
+
.wcv-btn-inverse.disabled {
|
506 |
+
color: #ffffff;
|
507 |
+
background-color: #222222;
|
508 |
+
*background-color: #151515;
|
509 |
+
}
|
510 |
+
.wcv-btn-inverse[disabled] {
|
511 |
+
color: #ffffff;
|
512 |
+
background-color: #222222;
|
513 |
+
*background-color: #151515;
|
514 |
+
}
|
515 |
+
button.wcv-btn {
|
516 |
+
*padding-top: 3px;
|
517 |
+
*padding-bottom: 3px;
|
518 |
+
&::-moz-focus-inner {
|
519 |
+
padding: 0;
|
520 |
+
border: 0;
|
521 |
+
}
|
522 |
+
}
|
523 |
+
input[type="submit"].wcv-btn {
|
524 |
+
*padding-top: 3px;
|
525 |
+
*padding-bottom: 3px;
|
526 |
+
&::-moz-focus-inner {
|
527 |
+
padding: 0;
|
528 |
+
border: 0;
|
529 |
+
}
|
530 |
+
}
|
531 |
+
button.wcv-btn.wcv-btn-large {
|
532 |
+
*padding-top: 7px;
|
533 |
+
*padding-bottom: 7px;
|
534 |
+
}
|
535 |
+
input[type="submit"].wcv-btn.wcv-btn-large {
|
536 |
+
*padding-top: 7px;
|
537 |
+
*padding-bottom: 7px;
|
538 |
+
}
|
539 |
+
button.wcv-btn.wcv-btn-small {
|
540 |
+
*padding-top: 3px;
|
541 |
+
*padding-bottom: 3px;
|
542 |
+
}
|
543 |
+
input[type="submit"].wcv-btn.wcv-btn-small {
|
544 |
+
*padding-top: 3px;
|
545 |
+
*padding-bottom: 3px;
|
546 |
+
}
|
547 |
+
button.wcv-btn.wcv-btn-mini {
|
548 |
+
*padding-top: 1px;
|
549 |
+
*padding-bottom: 1px;
|
550 |
+
}
|
551 |
+
input[type="submit"].wcv-btn.wcv-btn-mini {
|
552 |
+
*padding-top: 1px;
|
553 |
+
*padding-bottom: 1px;
|
554 |
+
}
|
555 |
+
.wcv-btn-link {
|
556 |
+
background-color: transparent;
|
557 |
+
background-image: none;
|
558 |
+
-webkit-box-shadow: none;
|
559 |
+
-moz-box-shadow: none;
|
560 |
+
box-shadow: none;
|
561 |
+
border-color: transparent;
|
562 |
+
cursor: pointer;
|
563 |
+
color: #0088cc;
|
564 |
+
-webkit-border-radius: 0;
|
565 |
+
-moz-border-radius: 0;
|
566 |
+
border-radius: 0;
|
567 |
+
&:active {
|
568 |
+
background-color: transparent;
|
569 |
+
background-image: none;
|
570 |
+
-webkit-box-shadow: none;
|
571 |
+
-moz-box-shadow: none;
|
572 |
+
box-shadow: none;
|
573 |
+
}
|
574 |
+
&:hover {
|
575 |
+
color: #005580;
|
576 |
+
text-decoration: underline;
|
577 |
+
background-color: transparent;
|
578 |
+
}
|
579 |
+
}
|
580 |
+
.wcv-btn-link[disabled] {
|
581 |
+
background-color: transparent;
|
582 |
+
background-image: none;
|
583 |
+
-webkit-box-shadow: none;
|
584 |
+
-moz-box-shadow: none;
|
585 |
+
box-shadow: none;
|
586 |
+
&:hover {
|
587 |
+
color: #333333;
|
588 |
+
text-decoration: none;
|
589 |
+
}
|
590 |
+
}
|
591 |
+
table {
|
592 |
+
max-width: 100%;
|
593 |
+
background-color: transparent;
|
594 |
+
border-collapse: collapse;
|
595 |
+
border-spacing: 0;
|
596 |
+
[class*="span"] {
|
597 |
+
display: table-cell;
|
598 |
+
float: none;
|
599 |
+
margin-left: 0;
|
600 |
+
}
|
601 |
+
}
|
602 |
+
.table {
|
603 |
+
width: 100%;
|
604 |
+
margin-bottom: 20px;
|
605 |
+
th {
|
606 |
+
padding: 8px;
|
607 |
+
line-height: 20px;
|
608 |
+
text-align: left;
|
609 |
+
vertical-align: top;
|
610 |
+
border-top: 1px solid #dddddd;
|
611 |
+
font-weight: bold;
|
612 |
+
}
|
613 |
+
td {
|
614 |
+
padding: 8px;
|
615 |
+
line-height: 20px;
|
616 |
+
text-align: left;
|
617 |
+
vertical-align: top;
|
618 |
+
border-top: 1px solid #dddddd;
|
619 |
+
}
|
620 |
+
thead {
|
621 |
+
th {
|
622 |
+
vertical-align: bottom;
|
623 |
+
}
|
624 |
+
&:first-child {
|
625 |
+
tr {
|
626 |
+
&:first-child {
|
627 |
+
th {
|
628 |
+
border-top: 0;
|
629 |
+
}
|
630 |
+
td {
|
631 |
+
border-top: 0;
|
632 |
+
}
|
633 |
+
}
|
634 |
+
}
|
635 |
+
}
|
636 |
+
}
|
637 |
+
caption {
|
638 |
+
+ {
|
639 |
+
thead {
|
640 |
+
tr {
|
641 |
+
&:first-child {
|
642 |
+
th {
|
643 |
+
border-top: 0;
|
644 |
+
}
|
645 |
+
td {
|
646 |
+
border-top: 0;
|
647 |
+
}
|
648 |
+
}
|
649 |
+
}
|
650 |
+
}
|
651 |
+
}
|
652 |
+
}
|
653 |
+
colgroup {
|
654 |
+
+ {
|
655 |
+
thead {
|
656 |
+
tr {
|
657 |
+
&:first-child {
|
658 |
+
th {
|
659 |
+
border-top: 0;
|
660 |
+
}
|
661 |
+
td {
|
662 |
+
border-top: 0;
|
663 |
+
}
|
664 |
+
}
|
665 |
+
}
|
666 |
+
}
|
667 |
+
}
|
668 |
+
}
|
669 |
+
tbody {
|
670 |
+
+ {
|
671 |
+
tbody {
|
672 |
+
border-top: 2px solid #dddddd;
|
673 |
+
}
|
674 |
+
}
|
675 |
+
tr.success {
|
676 |
+
td {
|
677 |
+
background-color: #dff0d8;
|
678 |
+
}
|
679 |
+
}
|
680 |
+
tr.error {
|
681 |
+
td {
|
682 |
+
background-color: #f2dede;
|
683 |
+
}
|
684 |
+
}
|
685 |
+
tr.warning {
|
686 |
+
td {
|
687 |
+
background-color: #fcf8e3;
|
688 |
+
}
|
689 |
+
}
|
690 |
+
tr.info {
|
691 |
+
td {
|
692 |
+
background-color: #d9edf7;
|
693 |
+
}
|
694 |
+
}
|
695 |
+
}
|
696 |
+
}
|
697 |
+
.table-condensed {
|
698 |
+
th {
|
699 |
+
padding: 4px 5px;
|
700 |
+
}
|
701 |
+
td {
|
702 |
+
padding: 4px 5px;
|
703 |
+
}
|
704 |
+
}
|
705 |
+
.table-bordered {
|
706 |
+
border: 1px solid #dddddd;
|
707 |
+
border-collapse: separate;
|
708 |
+
*border-collapse: collapse;
|
709 |
+
border-left: 0;
|
710 |
+
-webkit-border-radius: 4px;
|
711 |
+
-moz-border-radius: 4px;
|
712 |
+
border-radius: 4px;
|
713 |
+
th {
|
714 |
+
border-left: 1px solid #dddddd;
|
715 |
+
}
|
716 |
+
td {
|
717 |
+
border-left: 1px solid #dddddd;
|
718 |
+
}
|
719 |
+
caption {
|
720 |
+
+ {
|
721 |
+
thead {
|
722 |
+
tr {
|
723 |
+
&:first-child {
|
724 |
+
th {
|
725 |
+
border-top: 0;
|
726 |
+
&:first-child {
|
727 |
+
-webkit-border-top-left-radius: 4px;
|
728 |
+
border-top-left-radius: 4px;
|
729 |
+
-moz-border-radius-topleft: 4px;
|
730 |
+
}
|
731 |
+
&:last-child {
|
732 |
+
-webkit-border-top-right-radius: 4px;
|
733 |
+
border-top-right-radius: 4px;
|
734 |
+
-moz-border-radius-topleft: 4px;
|
735 |
+
}
|
736 |
+
}
|
737 |
+
}
|
738 |
+
}
|
739 |
+
}
|
740 |
+
tbody {
|
741 |
+
tr {
|
742 |
+
&:first-child {
|
743 |
+
th {
|
744 |
+
border-top: 0;
|
745 |
+
}
|
746 |
+
td {
|
747 |
+
border-top: 0;
|
748 |
+
&:first-child {
|
749 |
+
-webkit-border-top-left-radius: 4px;
|
750 |
+
border-top-left-radius: 4px;
|
751 |
+
-moz-border-radius-topleft: 4px;
|
752 |
+
}
|
753 |
+
&:last-child {
|
754 |
+
-webkit-border-top-right-radius: 4px;
|
755 |
+
border-top-right-radius: 4px;
|
756 |
+
-moz-border-radius-topleft: 4px;
|
757 |
+
}
|
758 |
+
}
|
759 |
+
}
|
760 |
+
}
|
761 |
+
}
|
762 |
+
}
|
763 |
+
}
|
764 |
+
colgroup {
|
765 |
+
+ {
|
766 |
+
thead {
|
767 |
+
tr {
|
768 |
+
&:first-child {
|
769 |
+
th {
|
770 |
+
border-top: 0;
|
771 |
+
&:first-child {
|
772 |
+
-webkit-border-top-left-radius: 4px;
|
773 |
+
border-top-left-radius: 4px;
|
774 |
+
-moz-border-radius-topleft: 4px;
|
775 |
+
}
|
776 |
+
&:last-child {
|
777 |
+
-webkit-border-top-right-radius: 4px;
|
778 |
+
border-top-right-radius: 4px;
|
779 |
+
-moz-border-radius-topleft: 4px;
|
780 |
+
}
|
781 |
+
}
|
782 |
+
}
|
783 |
+
}
|
784 |
+
}
|
785 |
+
tbody {
|
786 |
+
tr {
|
787 |
+
&:first-child {
|
788 |
+
th {
|
789 |
+
border-top: 0;
|
790 |
+
}
|
791 |
+
td {
|
792 |
+
border-top: 0;
|
793 |
+
&:first-child {
|
794 |
+
-webkit-border-top-left-radius: 4px;
|
795 |
+
border-top-left-radius: 4px;
|
796 |
+
-moz-border-radius-topleft: 4px;
|
797 |
+
}
|
798 |
+
&:last-child {
|
799 |
+
-webkit-border-top-right-radius: 4px;
|
800 |
+
border-top-right-radius: 4px;
|
801 |
+
-moz-border-radius-topleft: 4px;
|
802 |
+
}
|
803 |
+
}
|
804 |
+
}
|
805 |
+
}
|
806 |
+
}
|
807 |
+
}
|
808 |
+
}
|
809 |
+
thead {
|
810 |
+
&:first-child {
|
811 |
+
tr {
|
812 |
+
&:first-child {
|
813 |
+
th {
|
814 |
+
border-top: 0;
|
815 |
+
&:first-child {
|
816 |
+
-webkit-border-top-left-radius: 4px;
|
817 |
+
border-top-left-radius: 4px;
|
818 |
+
-moz-border-radius-topleft: 4px;
|
819 |
+
}
|
820 |
+
&:last-child {
|
821 |
+
-webkit-border-top-right-radius: 4px;
|
822 |
+
border-top-right-radius: 4px;
|
823 |
+
-moz-border-radius-topright: 4px;
|
824 |
+
}
|
825 |
+
}
|
826 |
+
}
|
827 |
+
}
|
828 |
+
}
|
829 |
+
&:last-child {
|
830 |
+
tr {
|
831 |
+
&:last-child {
|
832 |
+
th {
|
833 |
+
&:first-child {
|
834 |
+
-webkit-border-radius: 0 0 0 4px;
|
835 |
+
-moz-border-radius: 0 0 0 4px;
|
836 |
+
border-radius: 0 0 0 4px;
|
837 |
+
-webkit-border-bottom-left-radius: 4px;
|
838 |
+
border-bottom-left-radius: 4px;
|
839 |
+
-moz-border-radius-bottomleft: 4px;
|
840 |
+
}
|
841 |
+
&:last-child {
|
842 |
+
-webkit-border-bottom-right-radius: 4px;
|
843 |
+
border-bottom-right-radius: 4px;
|
844 |
+
-moz-border-radius-bottomright: 4px;
|
845 |
+
}
|
846 |
+
}
|
847 |
+
}
|
848 |
+
}
|
849 |
+
}
|
850 |
+
}
|
851 |
+
tbody {
|
852 |
+
&:first-child {
|
853 |
+
tr {
|
854 |
+
&:first-child {
|
855 |
+
th {
|
856 |
+
border-top: 0;
|
857 |
+
}
|
858 |
+
td {
|
859 |
+
border-top: 0;
|
860 |
+
&:first-child {
|
861 |
+
-webkit-border-top-left-radius: 4px;
|
862 |
+
border-top-left-radius: 4px;
|
863 |
+
-moz-border-radius-topleft: 4px;
|
864 |
+
}
|
865 |
+
&:last-child {
|
866 |
+
-webkit-border-top-right-radius: 4px;
|
867 |
+
border-top-right-radius: 4px;
|
868 |
+
-moz-border-radius-topright: 4px;
|
869 |
+
}
|
870 |
+
}
|
871 |
+
}
|
872 |
+
}
|
873 |
+
}
|
874 |
+
&:last-child {
|
875 |
+
tr {
|
876 |
+
&:last-child {
|
877 |
+
td {
|
878 |
+
&:first-child {
|
879 |
+
-webkit-border-radius: 0 0 0 4px;
|
880 |
+
-moz-border-radius: 0 0 0 4px;
|
881 |
+
border-radius: 0 0 0 4px;
|
882 |
+
-webkit-border-bottom-left-radius: 4px;
|
883 |
+
border-bottom-left-radius: 4px;
|
884 |
+
-moz-border-radius-bottomleft: 4px;
|
885 |
+
}
|
886 |
+
&:last-child {
|
887 |
+
-webkit-border-bottom-right-radius: 4px;
|
888 |
+
border-bottom-right-radius: 4px;
|
889 |
+
-moz-border-radius-bottomright: 4px;
|
890 |
+
}
|
891 |
+
}
|
892 |
+
}
|
893 |
+
}
|
894 |
+
}
|
895 |
+
}
|
896 |
+
tfoot {
|
897 |
+
&:last-child {
|
898 |
+
tr {
|
899 |
+
&:last-child {
|
900 |
+
td {
|
901 |
+
&:first-child {
|
902 |
+
-webkit-border-radius: 0 0 0 4px;
|
903 |
+
-moz-border-radius: 0 0 0 4px;
|
904 |
+
border-radius: 0 0 0 4px;
|
905 |
+
-webkit-border-bottom-left-radius: 4px;
|
906 |
+
border-bottom-left-radius: 4px;
|
907 |
+
-moz-border-radius-bottomleft: 4px;
|
908 |
+
}
|
909 |
+
&:last-child {
|
910 |
+
-webkit-border-bottom-right-radius: 4px;
|
911 |
+
border-bottom-right-radius: 4px;
|
912 |
+
-moz-border-radius-bottomright: 4px;
|
913 |
+
}
|
914 |
+
}
|
915 |
+
}
|
916 |
+
}
|
917 |
+
}
|
918 |
+
}
|
919 |
+
}
|
920 |
+
.table-striped {
|
921 |
+
tbody {
|
922 |
+
tr {
|
923 |
+
&:nth-child(odd) {
|
924 |
+
td {
|
925 |
+
background-color: #f9f9f9;
|
926 |
+
}
|
927 |
+
th {
|
928 |
+
background-color: #f9f9f9;
|
929 |
+
}
|
930 |
+
}
|
931 |
+
}
|
932 |
+
}
|
933 |
+
}
|
934 |
+
.table-hover {
|
935 |
+
tbody {
|
936 |
+
tr {
|
937 |
+
&:hover {
|
938 |
+
td {
|
939 |
+
background-color: #f5f5f5;
|
940 |
+
}
|
941 |
+
th {
|
942 |
+
background-color: #f5f5f5;
|
943 |
+
}
|
944 |
+
}
|
945 |
+
}
|
946 |
+
tr.success {
|
947 |
+
&:hover {
|
948 |
+
td {
|
949 |
+
background-color: #d0e9c6;
|
950 |
+
}
|
951 |
+
}
|
952 |
+
}
|
953 |
+
tr.error {
|
954 |
+
&:hover {
|
955 |
+
td {
|
956 |
+
background-color: #ebcccc;
|
957 |
+
}
|
958 |
+
}
|
959 |
+
}
|
960 |
+
tr.warning {
|
961 |
+
&:hover {
|
962 |
+
td {
|
963 |
+
background-color: #faf2cc;
|
964 |
+
}
|
965 |
+
}
|
966 |
+
}
|
967 |
+
tr.info {
|
968 |
+
&:hover {
|
969 |
+
td {
|
970 |
+
background-color: #c4e3f3;
|
971 |
+
}
|
972 |
+
}
|
973 |
+
}
|
974 |
+
}
|
975 |
+
}
|
976 |
+
.row-fluid {
|
977 |
+
table {
|
978 |
+
[class*="span"] {
|
979 |
+
display: table-cell;
|
980 |
+
float: none;
|
981 |
+
margin-left: 0;
|
982 |
+
}
|
983 |
+
}
|
984 |
+
}
|
985 |
+
.hidden {
|
986 |
+
display: none;
|
987 |
+
}
|
988 |
+
.dashicons {
|
989 |
+
vertical-align: middle;
|
990 |
+
}
|
991 |
+
.wcv_vendorslist {
|
992 |
+
margin-left: 0;
|
993 |
+
|
994 |
+
.vendor_list {
|
995 |
+
& .vendors_list--shop-link {
|
996 |
+
margin-top: 10px;
|
997 |
+
font-size: 14px;
|
998 |
+
display: inline-block;
|
999 |
+
}
|
1000 |
+
& .vendors_list--shop-address, .vendors_list--shop-phone {
|
1001 |
+
& span {
|
1002 |
+
vertical-align: bottom;
|
1003 |
+
}
|
1004 |
+
}
|
1005 |
+
& .vendor_list--shop-name {
|
1006 |
+
min-height: 50px;
|
1007 |
+
margin-bottom: 10px;
|
1008 |
+
& a {
|
1009 |
+
font-size: 1em;
|
1010 |
+
text-decoration: none;
|
1011 |
+
color: #636363;
|
1012 |
+
|
1013 |
+
&:hover {
|
1014 |
+
color: #0073aa;
|
1015 |
+
}
|
1016 |
+
}
|
1017 |
+
}
|
1018 |
+
|
1019 |
+
@media screen and (max-width: 767px) {
|
1020 |
+
& .vendor_list--shop-name {
|
1021 |
+
font-size: 1.2em;
|
1022 |
+
}
|
1023 |
+
}
|
1024 |
+
}
|
1025 |
+
&.grid {
|
1026 |
+
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
1027 |
+
display: grid;
|
1028 |
+
grid-gap: 20px;
|
1029 |
+
& .vendor_list {
|
1030 |
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
1031 |
+
|
1032 |
+
& .vendor_list_avatar {
|
1033 |
+
border-bottom: 1px solid #eee;
|
1034 |
+
height: 200px;
|
1035 |
+
overflow: hidden;
|
1036 |
+
& img {
|
1037 |
+
width: 100%;
|
1038 |
+
height: 100%;
|
1039 |
+
object-fit: cover;
|
1040 |
+
border-radius: 0;
|
1041 |
+
}
|
1042 |
+
}
|
1043 |
+
|
1044 |
+
& .vendor_list_info {
|
1045 |
+
padding: 10px;
|
1046 |
+
}
|
1047 |
+
}
|
1048 |
+
@media screen and (max-width: 767px) {
|
1049 |
+
grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
|
1050 |
+
}
|
1051 |
+
@media screen and (max-width: 375px) {
|
1052 |
+
grid-template-columns: 1fr;
|
1053 |
+
& .vendor_list_avatar {
|
1054 |
+
& img {
|
1055 |
+
margin: 0 auto;
|
1056 |
+
}
|
1057 |
+
}
|
1058 |
+
}
|
1059 |
+
}
|
1060 |
+
&.list {
|
1061 |
+
display: block;
|
1062 |
+
& .vendor_list {
|
1063 |
+
display: flex;
|
1064 |
+
margin-bottom: 15px;
|
1065 |
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
1066 |
+
padding: 15px;
|
1067 |
+
|
1068 |
+
& .vendor_list--shop-desc {
|
1069 |
+
display: block;
|
1070 |
+
}
|
1071 |
+
& .vendor_list_avatar {
|
1072 |
+
width: 30%;
|
1073 |
+
margin-right: 20px;
|
1074 |
+
}
|
1075 |
+
}
|
1076 |
+
}
|
1077 |
+
}
|
1078 |
+
.wcv-vendor-list-filter {
|
1079 |
+
display: flex;
|
1080 |
+
justify-content: space-between;
|
1081 |
+
align-items: center;
|
1082 |
+
margin-bottom: 30px;
|
1083 |
+
position: relative;
|
1084 |
+
|
1085 |
+
.wcv-vendor-list-switch {
|
1086 |
+
color: #000000;
|
1087 |
+
& .wcv-vendor-list-switch-item {
|
1088 |
+
display: inline-block;
|
1089 |
+
margin-right: 5px;
|
1090 |
+
text-decoration: none !important;
|
1091 |
+
&.active {
|
1092 |
+
font-weight: bold;
|
1093 |
+
color: #000000;
|
1094 |
+
}
|
1095 |
+
}
|
1096 |
+
&:last-child {
|
1097 |
+
margin-right: 0;
|
1098 |
+
}
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
& #search-vendors-toggle-checkbox {
|
1102 |
+
display: none;
|
1103 |
+
&:checked + .wcv-vendor-list-search {
|
1104 |
+
display: block;
|
1105 |
+
}
|
1106 |
+
}
|
1107 |
+
& .search-vendors-toggle-button {
|
1108 |
+
display: none;
|
1109 |
+
}
|
1110 |
+
& form {
|
1111 |
+
margin-bottom: 0;
|
1112 |
+
display: flex;
|
1113 |
+
align-items: center;
|
1114 |
+
& input[type="text"] {
|
1115 |
+
flex: 1;
|
1116 |
+
padding: 10px 5px;
|
1117 |
+
margin-right: 7px;
|
1118 |
+
}
|
1119 |
+
|
1120 |
+
@media screen and (max-width: 767px) {
|
1121 |
+
flex-direction: column;
|
1122 |
+
align-items: stretch;
|
1123 |
+
& input[type="text"] {
|
1124 |
+
margin-right: 0;
|
1125 |
+
margin-bottom: 10px;
|
1126 |
+
}
|
1127 |
+
}
|
1128 |
+
}
|
1129 |
+
& .wcv-vendor-list-search {
|
1130 |
+
flex: 1;
|
1131 |
+
margin-right: 30px;
|
1132 |
+
}
|
1133 |
+
@media screen and (max-width: 767px) {
|
1134 |
+
|
1135 |
+
& .wcv-vendor-list-search{
|
1136 |
+
position: absolute;
|
1137 |
+
display: none;
|
1138 |
+
top: 0;
|
1139 |
+
transform: translateY(50%);
|
1140 |
+
background-color: #fff;
|
1141 |
+
border: 1px solid #eee;
|
1142 |
+
border-radius: 4px;
|
1143 |
+
padding: 10px;
|
1144 |
+
width: 100%;
|
1145 |
+
z-index: 1;
|
1146 |
+
}
|
1147 |
+
& .search-vendors-toggle-button {
|
1148 |
+
display: block;
|
1149 |
+
}
|
1150 |
+
}
|
1151 |
+
}
|
1152 |
+
.vendor-search-result-text {
|
1153 |
+
margin-bottom: 20px;
|
1154 |
+
font-size: 1.2em;
|
1155 |
+
color: #000000;
|
1156 |
+
}
|
1157 |
+
.wcv-dashboard-navigation {
|
1158 |
+
ul {
|
1159 |
+
margin-left: 0;
|
1160 |
+
li {
|
1161 |
+
margin-bottom: 3px;
|
1162 |
+
display: inline-block;
|
1163 |
+
}
|
1164 |
+
}
|
1165 |
+
}
|
assets/css/wcv-setup.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/** WooCommerce CSS Variables */
|
3 |
body { margin: 65px auto 24px; -webkit-box-shadow: none; box-shadow: none; background: #f1f1f1; padding: 0; }
|
4 |
|
5 |
-
#wcv-logo { border: 0; margin:
|
6 |
|
7 |
#wcv-logo img { max-width: 30%; }
|
8 |
|
@@ -86,7 +86,7 @@ body { margin: 65px auto 24px; -webkit-box-shadow: none; box-shadow: none; backg
|
|
86 |
|
87 |
.wcv-return-to-dashboard { font-size: 0.85em; color: #b5b5b5; margin: 1.18em 0; display: block; text-align: center; }
|
88 |
|
89 |
-
.wcv-wizard-storefront .wcv-wizard-storefront-intro { padding: 40px 40px 0; background: #
|
90 |
|
91 |
.wcv-wizard-storefront .wcv-wizard-storefront-intro img { margin: 40px 0 0 0; width: 100%; display: block; }
|
92 |
|
@@ -104,7 +104,7 @@ body { margin: 65px auto 24px; -webkit-box-shadow: none; box-shadow: none; backg
|
|
104 |
|
105 |
.wcv-wizard-features { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding: 0; }
|
106 |
|
107 |
-
.wcv-wizard-features .wcv-wizard-feature-item { -ms-flex-preferred-size: calc(
|
108 |
|
109 |
.wcv-wizard-features .wcv-wizard-feature-item:nth-child(1) { border-radius: 4px 0 0 0; }
|
110 |
|
@@ -164,7 +164,7 @@ body { margin: 65px auto 24px; -webkit-box-shadow: none; box-shadow: none; backg
|
|
164 |
|
165 |
.wcv-wizard-next-steps h3.next-step-description { margin: 0; font-size: 16px; font-weight: 600; }
|
166 |
|
167 |
-
p.next-steps-help-text { color: #9f9f9f; padding: 0 2em; text-align: center; font-size: .9em; }
|
168 |
|
169 |
.wcv-setup-table { width: 100%; }
|
170 |
|
2 |
/** WooCommerce CSS Variables */
|
3 |
body { margin: 65px auto 24px; -webkit-box-shadow: none; box-shadow: none; background: #f1f1f1; padding: 0; }
|
4 |
|
5 |
+
#wcv-logo { border: 0; margin: 30px 20px; padding: 0; text-align: center; }
|
6 |
|
7 |
#wcv-logo img { max-width: 30%; }
|
8 |
|
86 |
|
87 |
.wcv-return-to-dashboard { font-size: 0.85em; color: #b5b5b5; margin: 1.18em 0; display: block; text-align: center; }
|
88 |
|
89 |
+
.wcv-wizard-storefront .wcv-wizard-storefront-intro { padding: 40px 40px 0; background: #f5f5f5; text-align: center; }
|
90 |
|
91 |
.wcv-wizard-storefront .wcv-wizard-storefront-intro img { margin: 40px 0 0 0; width: 100%; display: block; }
|
92 |
|
104 |
|
105 |
.wcv-wizard-features { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding: 0; }
|
106 |
|
107 |
+
.wcv-wizard-features .wcv-wizard-feature-item { -ms-flex-preferred-size: calc(50% - 4em - 3px); flex-basis: calc(50% - 4em - 3px); border: 1px solid #eee; padding: 2em; }
|
108 |
|
109 |
.wcv-wizard-features .wcv-wizard-feature-item:nth-child(1) { border-radius: 4px 0 0 0; }
|
110 |
|
164 |
|
165 |
.wcv-wizard-next-steps h3.next-step-description { margin: 0; font-size: 16px; font-weight: 600; }
|
166 |
|
167 |
+
p.next-steps-help-text { color: #9f9f9f; padding: 0 2em; text-align: center; font-size: 0.9em; }
|
168 |
|
169 |
.wcv-setup-table { width: 100%; }
|
170 |
|
assets/css/wcv-setup.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
body{margin:65px auto 24px;-webkit-box-shadow:none;box-shadow:none;background:#f1f1f1;padding:0}#wcv-logo{border:0;margin:0 0 24px;padding:0;text-align:center}#wcv-logo img{max-width:30%}.wcv-setup-content{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1}.wcv-setup-content h1,.wcv-setup-content h2,.wcv-setup-content h3,.wcv-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wcv-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wcv-setup-content table{font-size:1em;line-height:1.75em;color:#666}.wcv-setup-content a{color:#005580}.wcv-setup-content a:focus,.wcv-setup-content a:hover{color:#111}.wcv-setup-content h4.help-title{text-align:center}.wcv-setup-content .wcv-setup-input input{padding:5px 10px;font-size:1em}.wcv-setup-content .wcv-setup-next-steps{overflow:hidden;margin:0 0 24px;padding-bottom:2px}.wcv-setup-content .wcv-setup-next-steps h2{margin-bottom:12px}.wcv-setup-content .wcv-setup-next-steps .wcv-setup-next-steps-first{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-setup-content .wcv-setup-next-steps .wcv-setup-next-steps-last{float:right;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-setup-content .wcv-setup-next-steps ul{padding:0 2em 0 0;list-style:none outside;margin:0}.wcv-setup-content .wcv-setup-next-steps ul li a{display:block;padding:0 0 .75em}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:1px 0 1px #eee,0 1px 1px #eee;font-size:1em;height:auto;line-height:1.75em;margin:0 0 .75em;opacity:1;padding:1em;text-align:center}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button:active,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button:focus,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button:hover{background:#5897b6;border-color:#aaa}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;text-shadow:0 -1px 1px #5897b6,1px 0 1px #5897b6,0 1px 1px #5897b6,-1px 0 1px #5897b6}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary:active,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary:focus,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#5897b6;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6}.wcv-setup-content .wcv-setup-next-steps ul li a::before{color:#82878c;font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;vertical-align:top}.wcv-setup-content .wcv-setup-next-steps ul .learn-more a::before{content:'\f105'}.wcv-setup-content .wcv-setup-next-steps ul .video-walkthrough a::before{content:'\f126'}.wcv-setup-content .wcv-setup-next-steps ul .newsletter a::before{content:'\f465'}.wcv-setup-content .updated,.wcv-setup-content .wcvendors-newsletter,.wcv-setup-content .wcvendors-tracker{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wcv-setup-content .updated p,.wcv-setup-content .wcvendors-newsletter p,.wcv-setup-content .wcvendors-tracker p{padding:0;margin:0 0 12px}.wcv-setup-content .updated form,.wcv-setup-content .updated p:last-child,.wcv-setup-content .wcvendors-newsletter form,.wcv-setup-content .wcvendors-newsletter p:last-child,.wcv-setup-content .wcvendors-tracker form,.wcv-setup-content .wcvendors-tracker p:last-child{margin:0 0 24px}.wcv-setup-content .wcvendors-tracker+.wcvendors-newsletter{margin-top:-24px;border-top:2px dashed #ddd}.wcv-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.wcv-setup-steps li{width:25%;float:left;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.wcv-setup-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;left:50%;margin-left:-6px;margin-bottom:-8px;background:#fff}.wcv-setup-steps li.active{border-color:#5897b6;color:#005580}.wcv-setup-steps li.active::before{border-color:#005580}.wcv-setup-steps li.done{border-color:#5897b6;color:#005580}.wcv-setup-steps li.done::before{border-color:#5897b6;background:#5897b6}.wcv-setup .wcv-setup-actions{overflow:hidden;margin:20px 0 0}.wcv-setup .wcv-setup-actions .button{font-size:1.25em;line-height:1em;margin-right:.5em;margin-bottom:2px;height:auto;border-radius:4px}.wcv-setup .wcv-setup-actions .button-primary{background-color:#005580;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;text-shadow:0 -1px 1px #5897b6,1px 0 1px #5897b6,0 1px 1px #5897b6,-1px 0 1px #5897b6;margin:0;opacity:1}.wcv-setup .wcv-setup-actions .button-primary:active,.wcv-setup .wcv-setup-actions .button-primary:focus,.wcv-setup .wcv-setup-actions .button-primary:hover{background:#5897b6;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6}.wcv-setup-content p:last-child{margin-bottom:0}.wcv-setup-content p.store-setup{margin-top:0}.wcv-return-to-dashboard{font-size:.85em;color:#b5b5b5;margin:1.18em 0;display:block;text-align:center}.wcv-wizard-storefront .wcv-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wcv-wizard-storefront .wcv-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wcv-wizard-storefront .wcv-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 0 0 30px;overflow:hidden}.wcv-wizard-storefront .wcv-wizard-storefront-feature{margin:0;padding:20px 30px 20px 2em;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-wizard-storefront .wcv-wizard-storefront-feature::before{margin-left:-2em;position:absolute}.wcv-wizard-storefront .wcv-wizard-storefront-feature.first{clear:both;float:left}.wcv-wizard-storefront .wcv-wizard-storefront-feature.last{float:right}.hide{display:none}.wcv-wizard-features{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0}.wcv-wizard-features .wcv-wizard-feature-item{-ms-flex-preferred-size:calc(50% - 4em - 3px);flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(1){border-radius:4px 0 0 0}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(2){border-left:0;border-radius:0 4px 0 0}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 0 4px}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(4){border-top:0;border-left:0;border-radius:0 0 4px 0}.wcv-wizard-features p.wcv-wizard-feature-description,.wcv-wizard-features p.wcv-wizard-feature-name{margin:0;line-height:1.5em}.step{text-align:center}.wcv-setup .wcv-setup-actions .button{font-weight:300;font-size:16px;padding:.5em 1em;-webkit-box-shadow:none;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px;background-color:#005580;color:#fff}.wcv-setup .wcv-setup-actions .button:active,.wcv-setup .wcv-setup-actions .button:focus,.wcv-setup .wcv-setup-actions .button:hover{-webkit-box-shadow:none;box-shadow:none;background-color:#5897b6}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:1em;display:inline-block}.address-step .select2{min-width:100%}.store-address-container{margin-bottom:24px}.store-address-container .city-and-postcode{display:-webkit-box;display:-ms-flexbox;display:flex}.store-address-container .city-and-postcode div{-ms-flex-preferred-size:50%;flex-basis:50%;margin-right:1em}.store-address-container .city-and-postcode div:last-of-type{margin-right:0}.wcv-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.newsletter-form-container{display:-webkit-box;display:-ms-flexbox;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-right:6px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcv-setup .wcv-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wcv-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wcv-wizard-next-steps li{padding:0}.wcv-wizard-next-steps .wcv-wizard-next-step-item{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #eee}.wcv-wizard-next-steps .wcv-wizard-next-step-item:first-child{border-top:0}.wcv-wizard-next-steps .wcv-wizard-next-step-description{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:1.5em}.wcv-wizard-next-steps .wcv-wizard-next-step-action{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcv-wizard-next-steps .wcv-wizard-next-step-action .button{margin:1em}.wcv-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wcv-wizard-next-steps p.next-step-extra-info{margin:0}.wcv-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}.wcv-setup-table{width:100%}.wcv-setup-table .table-desc{width:80%}.wcv-setup-table .table-check{width:20%;text-align:right}.wcv-setup-table .table-check input.option_check{line-height:4em}.wcv-setup-table-pages{width:100%}.wcv-setup-table-pages .table-desc{width:60%}.wcv-setup-table-pages .table-check{width:40%}.wcv-setup-table-pages select{width:100%}.wcv-setup-table-pages .tool-tip{font-size:.75em}
|
1 |
+
body{margin:65px auto 24px;-webkit-box-shadow:none;box-shadow:none;background:#f1f1f1;padding:0}#wcv-logo{border:0;margin:30px 20px;padding:0;text-align:center}#wcv-logo img{max-width:30%}.wcv-setup-content{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1}.wcv-setup-content h1,.wcv-setup-content h2,.wcv-setup-content h3,.wcv-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wcv-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wcv-setup-content table{font-size:1em;line-height:1.75em;color:#666}.wcv-setup-content a{color:#005580}.wcv-setup-content a:focus,.wcv-setup-content a:hover{color:#111}.wcv-setup-content h4.help-title{text-align:center}.wcv-setup-content .wcv-setup-input input{padding:5px 10px;font-size:1em}.wcv-setup-content .wcv-setup-next-steps{overflow:hidden;margin:0 0 24px;padding-bottom:2px}.wcv-setup-content .wcv-setup-next-steps h2{margin-bottom:12px}.wcv-setup-content .wcv-setup-next-steps .wcv-setup-next-steps-first{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-setup-content .wcv-setup-next-steps .wcv-setup-next-steps-last{float:right;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-setup-content .wcv-setup-next-steps ul{padding:0 2em 0 0;list-style:none outside;margin:0}.wcv-setup-content .wcv-setup-next-steps ul li a{display:block;padding:0 0 .75em}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:1px 0 1px #eee,0 1px 1px #eee;font-size:1em;height:auto;line-height:1.75em;margin:0 0 .75em;opacity:1;padding:1em;text-align:center}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button:active,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button:focus,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button:hover{background:#5897b6;border-color:#aaa}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;text-shadow:0 -1px 1px #5897b6,1px 0 1px #5897b6,0 1px 1px #5897b6,-1px 0 1px #5897b6}.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary:active,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary:focus,.wcv-setup-content .wcv-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#5897b6;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6}.wcv-setup-content .wcv-setup-next-steps ul li a::before{color:#82878c;font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;vertical-align:top}.wcv-setup-content .wcv-setup-next-steps ul .learn-more a::before{content:'\f105'}.wcv-setup-content .wcv-setup-next-steps ul .video-walkthrough a::before{content:'\f126'}.wcv-setup-content .wcv-setup-next-steps ul .newsletter a::before{content:'\f465'}.wcv-setup-content .updated,.wcv-setup-content .wcvendors-newsletter,.wcv-setup-content .wcvendors-tracker{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wcv-setup-content .updated p,.wcv-setup-content .wcvendors-newsletter p,.wcv-setup-content .wcvendors-tracker p{padding:0;margin:0 0 12px}.wcv-setup-content .updated form,.wcv-setup-content .updated p:last-child,.wcv-setup-content .wcvendors-newsletter form,.wcv-setup-content .wcvendors-newsletter p:last-child,.wcv-setup-content .wcvendors-tracker form,.wcv-setup-content .wcvendors-tracker p:last-child{margin:0 0 24px}.wcv-setup-content .wcvendors-tracker+.wcvendors-newsletter{margin-top:-24px;border-top:2px dashed #ddd}.wcv-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.wcv-setup-steps li{width:25%;float:left;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.wcv-setup-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;left:50%;margin-left:-6px;margin-bottom:-8px;background:#fff}.wcv-setup-steps li.active{border-color:#5897b6;color:#005580}.wcv-setup-steps li.active::before{border-color:#005580}.wcv-setup-steps li.done{border-color:#5897b6;color:#005580}.wcv-setup-steps li.done::before{border-color:#5897b6;background:#5897b6}.wcv-setup .wcv-setup-actions{overflow:hidden;margin:20px 0 0}.wcv-setup .wcv-setup-actions .button{font-size:1.25em;line-height:1em;margin-right:.5em;margin-bottom:2px;height:auto;border-radius:4px}.wcv-setup .wcv-setup-actions .button-primary{background-color:#005580;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;text-shadow:0 -1px 1px #5897b6,1px 0 1px #5897b6,0 1px 1px #5897b6,-1px 0 1px #5897b6;margin:0;opacity:1}.wcv-setup .wcv-setup-actions .button-primary:active,.wcv-setup .wcv-setup-actions .button-primary:focus,.wcv-setup .wcv-setup-actions .button-primary:hover{background:#5897b6;border-color:#5897b6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #5897b6}.wcv-setup-content p:last-child{margin-bottom:0}.wcv-setup-content p.store-setup{margin-top:0}.wcv-return-to-dashboard{font-size:.85em;color:#b5b5b5;margin:1.18em 0;display:block;text-align:center}.wcv-wizard-storefront .wcv-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wcv-wizard-storefront .wcv-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wcv-wizard-storefront .wcv-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 0 0 30px;overflow:hidden}.wcv-wizard-storefront .wcv-wizard-storefront-feature{margin:0;padding:20px 30px 20px 2em;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wcv-wizard-storefront .wcv-wizard-storefront-feature::before{margin-left:-2em;position:absolute}.wcv-wizard-storefront .wcv-wizard-storefront-feature.first{clear:both;float:left}.wcv-wizard-storefront .wcv-wizard-storefront-feature.last{float:right}.hide{display:none}.wcv-wizard-features{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0}.wcv-wizard-features .wcv-wizard-feature-item{-ms-flex-preferred-size:calc(50% - 4em - 3px);flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(1){border-radius:4px 0 0 0}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(2){border-left:0;border-radius:0 4px 0 0}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 0 4px}.wcv-wizard-features .wcv-wizard-feature-item:nth-child(4){border-top:0;border-left:0;border-radius:0 0 4px 0}.wcv-wizard-features p.wcv-wizard-feature-description,.wcv-wizard-features p.wcv-wizard-feature-name{margin:0;line-height:1.5em}.step{text-align:center}.wcv-setup .wcv-setup-actions .button{font-weight:300;font-size:16px;padding:.5em 1em;-webkit-box-shadow:none;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px;background-color:#005580;color:#fff}.wcv-setup .wcv-setup-actions .button:active,.wcv-setup .wcv-setup-actions .button:focus,.wcv-setup .wcv-setup-actions .button:hover{-webkit-box-shadow:none;box-shadow:none;background-color:#5897b6}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:1em;display:inline-block}.address-step .select2{min-width:100%}.store-address-container{margin-bottom:24px}.store-address-container .city-and-postcode{display:-webkit-box;display:-ms-flexbox;display:flex}.store-address-container .city-and-postcode div{-ms-flex-preferred-size:50%;flex-basis:50%;margin-right:1em}.store-address-container .city-and-postcode div:last-of-type{margin-right:0}.wcv-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.newsletter-form-container{display:-webkit-box;display:-ms-flexbox;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-right:6px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcv-setup .wcv-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wcv-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wcv-wizard-next-steps li{padding:0}.wcv-wizard-next-steps .wcv-wizard-next-step-item{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #eee}.wcv-wizard-next-steps .wcv-wizard-next-step-item:first-child{border-top:0}.wcv-wizard-next-steps .wcv-wizard-next-step-description{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:1.5em}.wcv-wizard-next-steps .wcv-wizard-next-step-action{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcv-wizard-next-steps .wcv-wizard-next-step-action .button{margin:1em}.wcv-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wcv-wizard-next-steps p.next-step-extra-info{margin:0}.wcv-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}.wcv-setup-table{width:100%}.wcv-setup-table .table-desc{width:80%}.wcv-setup-table .table-check{width:20%;text-align:right}.wcv-setup-table .table-check input.option_check{line-height:4em}.wcv-setup-table-pages{width:100%}.wcv-setup-table-pages .table-desc{width:60%}.wcv-setup-table-pages .table-check{width:40%}.wcv-setup-table-pages select{width:100%}.wcv-setup-table-pages .tool-tip{font-size:.75em}
|
assets/css/wcv-setup.scss
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/**
|
2 |
* WC Vendors setup wizard styles
|
3 |
-
*/
|
4 |
|
5 |
@import 'variables';
|
6 |
|
@@ -12,7 +12,7 @@ body {
|
|
12 |
}
|
13 |
#wcv-logo {
|
14 |
border: 0;
|
15 |
-
margin:
|
16 |
padding: 0;
|
17 |
text-align: center;
|
18 |
img {
|
@@ -27,7 +27,10 @@ body {
|
|
27 |
overflow: hidden;
|
28 |
zoom: 1;
|
29 |
|
30 |
-
h1,
|
|
|
|
|
|
|
31 |
margin: 0 0 20px;
|
32 |
border: 0;
|
33 |
padding: 0;
|
@@ -48,20 +51,19 @@ body {
|
|
48 |
}
|
49 |
a {
|
50 |
color: $wcvendors;
|
51 |
-
&:hover,
|
|
|
52 |
color: #111;
|
53 |
}
|
54 |
}
|
55 |
-
h4.help-title {
|
56 |
-
text-align: center;
|
57 |
}
|
58 |
-
.wcv-setup-input {
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
font-size: 1em;
|
63 |
}
|
64 |
-
|
65 |
}
|
66 |
.wcv-setup-next-steps {
|
67 |
overflow: hidden;
|
@@ -103,7 +105,9 @@ body {
|
|
103 |
padding: 1em;
|
104 |
text-align: center;
|
105 |
|
106 |
-
&:hover,
|
|
|
|
|
107 |
background: $wcvendors-light;
|
108 |
border-color: #aaa;
|
109 |
}
|
@@ -112,14 +116,19 @@ body {
|
|
112 |
color: #fff;
|
113 |
background-color: #bb77ae;
|
114 |
border-color: $wcvendors-light;
|
115 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
116 |
-
|
117 |
-
|
118 |
-
|
|
|
|
|
|
|
|
|
119 |
color: #fff;
|
120 |
background: $wcvendors-light;
|
121 |
border-color: $wcvendors-light;
|
122 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
|
|
123 |
}
|
124 |
}
|
125 |
}
|
@@ -174,7 +183,7 @@ body {
|
|
174 |
list-style: none outside;
|
175 |
overflow: hidden;
|
176 |
color: #ccc;
|
177 |
-
width:100%;
|
178 |
display: inline-flex;
|
179 |
li {
|
180 |
width: 25%;
|
@@ -229,15 +238,20 @@ body {
|
|
229 |
.button-primary {
|
230 |
background-color: $wcvendors;
|
231 |
border-color: $wcvendors-light;
|
232 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
233 |
-
|
|
|
|
|
234 |
margin: 0;
|
235 |
opacity: 1;
|
236 |
|
237 |
-
&:hover,
|
|
|
|
|
238 |
background: $wcvendors-light;
|
239 |
border-color: $wcvendors-light;
|
240 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
|
|
241 |
}
|
242 |
}
|
243 |
}
|
@@ -261,7 +275,7 @@ body {
|
|
261 |
.wcv-wizard-storefront {
|
262 |
.wcv-wizard-storefront-intro {
|
263 |
padding: 40px 40px 0;
|
264 |
-
background: #
|
265 |
text-align: center;
|
266 |
|
267 |
img {
|
@@ -307,7 +321,7 @@ body {
|
|
307 |
padding: 0;
|
308 |
|
309 |
.wcv-wizard-feature-item {
|
310 |
-
flex-basis: calc(
|
311 |
border: 1px solid #eee;
|
312 |
padding: 2em;
|
313 |
}
|
@@ -350,15 +364,15 @@ body {
|
|
350 |
box-shadow: none;
|
351 |
min-width: 12em;
|
352 |
min-width: auto;
|
353 |
-
margin-top:10px;
|
354 |
background-color: $wcvendors;
|
355 |
-
color: $white;
|
356 |
|
357 |
&:focus,
|
358 |
&:hover,
|
359 |
&:active {
|
360 |
box-shadow: none;
|
361 |
-
background-color: $wcvendors-light;
|
362 |
}
|
363 |
}
|
364 |
|
@@ -373,7 +387,7 @@ body {
|
|
373 |
|
374 |
.address-step {
|
375 |
.select2 {
|
376 |
-
min-width: 100%;
|
377 |
}
|
378 |
}
|
379 |
|
@@ -496,45 +510,42 @@ p.next-steps-help-text {
|
|
496 |
color: #9f9f9f;
|
497 |
padding: 0 2em;
|
498 |
text-align: center;
|
499 |
-
font-size: .9em;
|
500 |
}
|
501 |
|
502 |
-
.wcv-setup-table {
|
503 |
-
width: 100%;
|
504 |
|
505 |
-
.table-desc {
|
506 |
width: 80%;
|
507 |
}
|
508 |
|
509 |
-
.table-check {
|
510 |
width: 20%;
|
511 |
-
text-align: right;
|
512 |
|
513 |
-
input.option_check {
|
514 |
-
line-height: 4em;
|
515 |
}
|
516 |
}
|
517 |
}
|
518 |
|
519 |
-
.wcv-setup-table-pages {
|
520 |
-
|
521 |
-
width: 100%;
|
522 |
|
523 |
-
.table-desc {
|
524 |
width: 60%;
|
525 |
}
|
526 |
|
527 |
-
.table-check{
|
528 |
width: 40%;
|
529 |
-
|
530 |
}
|
531 |
|
532 |
-
select {
|
533 |
-
width: 100%;
|
534 |
}
|
535 |
|
536 |
-
.tool-tip {
|
537 |
-
font-size: 0.75em;
|
538 |
}
|
539 |
-
|
540 |
}
|
1 |
/**
|
2 |
* WC Vendors setup wizard styles
|
3 |
+
*/
|
4 |
|
5 |
@import 'variables';
|
6 |
|
12 |
}
|
13 |
#wcv-logo {
|
14 |
border: 0;
|
15 |
+
margin: 30px 20px;
|
16 |
padding: 0;
|
17 |
text-align: center;
|
18 |
img {
|
27 |
overflow: hidden;
|
28 |
zoom: 1;
|
29 |
|
30 |
+
h1,
|
31 |
+
h2,
|
32 |
+
h3,
|
33 |
+
table {
|
34 |
margin: 0 0 20px;
|
35 |
border: 0;
|
36 |
padding: 0;
|
51 |
}
|
52 |
a {
|
53 |
color: $wcvendors;
|
54 |
+
&:hover,
|
55 |
+
&:focus {
|
56 |
color: #111;
|
57 |
}
|
58 |
}
|
59 |
+
h4.help-title {
|
60 |
+
text-align: center;
|
61 |
}
|
62 |
+
.wcv-setup-input {
|
63 |
+
input {
|
64 |
+
padding: 5px 10px;
|
65 |
+
font-size: 1em;
|
|
|
66 |
}
|
|
|
67 |
}
|
68 |
.wcv-setup-next-steps {
|
69 |
overflow: hidden;
|
105 |
padding: 1em;
|
106 |
text-align: center;
|
107 |
|
108 |
+
&:hover,
|
109 |
+
&:focus,
|
110 |
+
&:active {
|
111 |
background: $wcvendors-light;
|
112 |
border-color: #aaa;
|
113 |
}
|
116 |
color: #fff;
|
117 |
background-color: #bb77ae;
|
118 |
border-color: $wcvendors-light;
|
119 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
120 |
+
0 1px 0 $wcvendors-light;
|
121 |
+
text-shadow: 0 -1px 1px $wcvendors-light, 1px 0 1px $wcvendors-light,
|
122 |
+
0 1px 1px $wcvendors-light, -1px 0 1px $wcvendors-light;
|
123 |
+
|
124 |
+
&:hover,
|
125 |
+
&:focus,
|
126 |
+
&:active {
|
127 |
color: #fff;
|
128 |
background: $wcvendors-light;
|
129 |
border-color: $wcvendors-light;
|
130 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
131 |
+
0 1px 0 $wcvendors-light;
|
132 |
}
|
133 |
}
|
134 |
}
|
183 |
list-style: none outside;
|
184 |
overflow: hidden;
|
185 |
color: #ccc;
|
186 |
+
width: 100%;
|
187 |
display: inline-flex;
|
188 |
li {
|
189 |
width: 25%;
|
238 |
.button-primary {
|
239 |
background-color: $wcvendors;
|
240 |
border-color: $wcvendors-light;
|
241 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
242 |
+
0 1px 0 $wcvendors-light;
|
243 |
+
text-shadow: 0 -1px 1px $wcvendors-light, 1px 0 1px $wcvendors-light,
|
244 |
+
0 1px 1px $wcvendors-light, -1px 0 1px $wcvendors-light;
|
245 |
margin: 0;
|
246 |
opacity: 1;
|
247 |
|
248 |
+
&:hover,
|
249 |
+
&:focus,
|
250 |
+
&:active {
|
251 |
background: $wcvendors-light;
|
252 |
border-color: $wcvendors-light;
|
253 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
254 |
+
0 1px 0 $wcvendors-light;
|
255 |
}
|
256 |
}
|
257 |
}
|
275 |
.wcv-wizard-storefront {
|
276 |
.wcv-wizard-storefront-intro {
|
277 |
padding: 40px 40px 0;
|
278 |
+
background: #f5f5f5;
|
279 |
text-align: center;
|
280 |
|
281 |
img {
|
321 |
padding: 0;
|
322 |
|
323 |
.wcv-wizard-feature-item {
|
324 |
+
flex-basis: calc(50% - 4em - 3px);
|
325 |
border: 1px solid #eee;
|
326 |
padding: 2em;
|
327 |
}
|
364 |
box-shadow: none;
|
365 |
min-width: 12em;
|
366 |
min-width: auto;
|
367 |
+
margin-top: 10px;
|
368 |
background-color: $wcvendors;
|
369 |
+
color: $white;
|
370 |
|
371 |
&:focus,
|
372 |
&:hover,
|
373 |
&:active {
|
374 |
box-shadow: none;
|
375 |
+
background-color: $wcvendors-light;
|
376 |
}
|
377 |
}
|
378 |
|
387 |
|
388 |
.address-step {
|
389 |
.select2 {
|
390 |
+
min-width: 100%;
|
391 |
}
|
392 |
}
|
393 |
|
510 |
color: #9f9f9f;
|
511 |
padding: 0 2em;
|
512 |
text-align: center;
|
513 |
+
font-size: 0.9em;
|
514 |
}
|
515 |
|
516 |
+
.wcv-setup-table {
|
517 |
+
width: 100%;
|
518 |
|
519 |
+
.table-desc {
|
520 |
width: 80%;
|
521 |
}
|
522 |
|
523 |
+
.table-check {
|
524 |
width: 20%;
|
525 |
+
text-align: right;
|
526 |
|
527 |
+
input.option_check {
|
528 |
+
line-height: 4em;
|
529 |
}
|
530 |
}
|
531 |
}
|
532 |
|
533 |
+
.wcv-setup-table-pages {
|
534 |
+
width: 100%;
|
|
|
535 |
|
536 |
+
.table-desc {
|
537 |
width: 60%;
|
538 |
}
|
539 |
|
540 |
+
.table-check {
|
541 |
width: 40%;
|
|
|
542 |
}
|
543 |
|
544 |
+
select {
|
545 |
+
width: 100%;
|
546 |
}
|
547 |
|
548 |
+
.tool-tip {
|
549 |
+
font-size: 0.75em;
|
550 |
}
|
|
|
551 |
}
|
assets/js/admin/wcv-vendor-select.js
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
});
|
16 |
|
17 |
function initSelect2() {
|
18 |
-
var $selectBox = $('.wcv-vendor-select:visible');
|
19 |
|
20 |
$selectBox.select2({
|
21 |
minimumInputLength: wcv_vendor_select.minimum_input_length,
|
15 |
});
|
16 |
|
17 |
function initSelect2() {
|
18 |
+
var $selectBox = $('.wcv-vendor-select:visible').length ? $('.wcv-vendor-select:visible') : $('#post_author_override');
|
19 |
|
20 |
$selectBox.select2({
|
21 |
minimumInputLength: wcv_vendor_select.minimum_input_length,
|
changelog.txt
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
Changelog for WC Vendors Marketplace
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Version 2.4.2 - 19th May 2022
|
4 |
|
5 |
* Updated: Dev tools (#842)
|
1 |
Changelog for WC Vendors Marketplace
|
2 |
|
3 |
+
Version 2.4.3 - 21 July 2022
|
4 |
+
|
5 |
+
* Added: Paypal Masspay Web CSV export (#860)
|
6 |
+
* Added: Vendor ID and Product Count Columns on user screen (#858)
|
7 |
+
* Updated: Vendors list page redesign (#846)
|
8 |
+
* Updated: Dutch translations thanks Eric (#865)
|
9 |
+
* Updated: Show the Vendor selectbox while using Gutenberg for products (#853)
|
10 |
+
* Fixed: Order Notification for the vendor does not include the coupon discount (#849)
|
11 |
+
* Fixed: Order status not getting updated with partial refund (#829)
|
12 |
+
* Fixed: Shipping issue with WC Vendors Pro #1661 (#855)
|
13 |
+
|
14 |
Version 2.4.2 - 19th May 2022
|
15 |
|
16 |
* Updated: Dev tools (#842)
|
class-wc-vendors.php
CHANGED
@@ -7,11 +7,11 @@
|
|
7 |
* Author URI: https://www.wcvendors.com
|
8 |
* GitHub Plugin URI: https://github.com/wcvendors/wcvendors
|
9 |
*
|
10 |
-
* Version: 2.4.
|
11 |
* Requires at least: 5.3.0
|
12 |
-
* Tested up to: 6.0
|
13 |
* WC requires at least: 5.0
|
14 |
-
* WC tested up to: 6.
|
15 |
*
|
16 |
* Text Domain: wc-vendors
|
17 |
* Domain Path: /languages/
|
@@ -106,7 +106,7 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
106 |
*/
|
107 |
class WC_Vendors {
|
108 |
|
109 |
-
public $version = '2.4.
|
110 |
|
111 |
/**
|
112 |
* @var
|
@@ -233,6 +233,7 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
233 |
include_once wcv_plugin_dir . 'classes/includes/wcv-template-functions.php';
|
234 |
include_once wcv_plugin_dir . 'classes/includes/wcv-vendor-functions.php';
|
235 |
include_once wcv_plugin_dir . 'classes/includes/wcv-update-functions.php';
|
|
|
236 |
include_once wcv_plugin_dir . 'classes/admin/emails/class-emails.php';
|
237 |
|
238 |
if ( is_admin() ) {
|
7 |
* Author URI: https://www.wcvendors.com
|
8 |
* GitHub Plugin URI: https://github.com/wcvendors/wcvendors
|
9 |
*
|
10 |
+
* Version: 2.4.3
|
11 |
* Requires at least: 5.3.0
|
12 |
+
* Tested up to: 6.1.0
|
13 |
* WC requires at least: 5.0
|
14 |
+
* WC tested up to: 6.7
|
15 |
*
|
16 |
* Text Domain: wc-vendors
|
17 |
* Domain Path: /languages/
|
106 |
*/
|
107 |
class WC_Vendors {
|
108 |
|
109 |
+
public $version = '2.4.3';
|
110 |
|
111 |
/**
|
112 |
* @var
|
233 |
include_once wcv_plugin_dir . 'classes/includes/wcv-template-functions.php';
|
234 |
include_once wcv_plugin_dir . 'classes/includes/wcv-vendor-functions.php';
|
235 |
include_once wcv_plugin_dir . 'classes/includes/wcv-update-functions.php';
|
236 |
+
include_once wcv_plugin_dir . 'classes/includes/wcv-helper-functions.php';
|
237 |
include_once wcv_plugin_dir . 'classes/admin/emails/class-emails.php';
|
238 |
|
239 |
if ( is_admin() ) {
|
classes/admin/class-admin-users.php
CHANGED
@@ -387,6 +387,10 @@ class WCV_Admin_Users {
|
|
387 |
update_user_meta( $vendor_id, 'pv_custom_commission_rate', $_POST['pv_custom_commission_rate'] );
|
388 |
}
|
389 |
|
|
|
|
|
|
|
|
|
390 |
update_user_meta( $vendor_id, 'pv_shop_description', $_POST['pv_shop_description'] );
|
391 |
update_user_meta( $vendor_id, 'pv_seller_info', $_POST['pv_seller_info'] );
|
392 |
update_user_meta( $vendor_id, 'wcv_give_vendor_tax', isset( $_POST['wcv_give_vendor_tax'] ) );
|
@@ -461,6 +465,7 @@ class WCV_Admin_Users {
|
|
461 |
*
|
462 |
* @since 2.1.10
|
463 |
* @version 2.1.10
|
|
|
464 |
*/
|
465 |
public function add_vendor_shop_column( $columns ){
|
466 |
|
@@ -470,6 +475,12 @@ class WCV_Admin_Users {
|
|
470 |
foreach ( $columns as $key => $label ) {
|
471 |
if ( $key === 'email' ){
|
472 |
$new_columns['vendor'] = sprintf( __( '%s Store', 'wc-vendors' ), wcv_get_vendor_name() );
|
|
|
|
|
|
|
|
|
|
|
|
|
473 |
}
|
474 |
$new_columns[ $key ] = $label;
|
475 |
}
|
@@ -484,6 +495,7 @@ class WCV_Admin_Users {
|
|
484 |
*
|
485 |
* @since 2.1.10
|
486 |
* @version 2.1.12
|
|
|
487 |
*/
|
488 |
public function add_vendor_shop_column_data( $custom_column, $column, $user_id ){
|
489 |
|
@@ -505,6 +517,13 @@ class WCV_Admin_Users {
|
|
505 |
$target,
|
506 |
$display_name );
|
507 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
508 |
default:
|
509 |
return $custom_column;
|
510 |
break;
|
387 |
update_user_meta( $vendor_id, 'pv_custom_commission_rate', $_POST['pv_custom_commission_rate'] );
|
388 |
}
|
389 |
|
390 |
+
//PayPal Masspay Web
|
391 |
+
update_user_meta( $vendor_id, 'wcv_paypal_masspay_wallet', sanitize_title($_POST['wcv_paypal_masspay_wallet'] ));
|
392 |
+
update_user_meta( $vendor_id, 'wcv_paypal_masspay_venmo_id', sanitize_title($_POST['wcv_paypal_masspay_venmo_id'] ));
|
393 |
+
|
394 |
update_user_meta( $vendor_id, 'pv_shop_description', $_POST['pv_shop_description'] );
|
395 |
update_user_meta( $vendor_id, 'pv_seller_info', $_POST['pv_seller_info'] );
|
396 |
update_user_meta( $vendor_id, 'wcv_give_vendor_tax', isset( $_POST['wcv_give_vendor_tax'] ) );
|
465 |
*
|
466 |
* @since 2.1.10
|
467 |
* @version 2.1.10
|
468 |
+
* @version 2.4.3 - added vendor id and product columns
|
469 |
*/
|
470 |
public function add_vendor_shop_column( $columns ){
|
471 |
|
475 |
foreach ( $columns as $key => $label ) {
|
476 |
if ( $key === 'email' ){
|
477 |
$new_columns['vendor'] = sprintf( __( '%s Store', 'wc-vendors' ), wcv_get_vendor_name() );
|
478 |
+
$new_columns['user_id'] = sprintf( __( '%s ID', 'wc-vendors' ), wcv_get_vendor_name() );
|
479 |
+
$new_columns['products'] = __( 'Products', 'wc-vendors' );
|
480 |
+
|
481 |
+
}
|
482 |
+
if ( $key === 'posts' ) {
|
483 |
+
continue;
|
484 |
}
|
485 |
$new_columns[ $key ] = $label;
|
486 |
}
|
495 |
*
|
496 |
* @since 2.1.10
|
497 |
* @version 2.1.12
|
498 |
+
* @version 2.4.3 - Added vendor id and product count data
|
499 |
*/
|
500 |
public function add_vendor_shop_column_data( $custom_column, $column, $user_id ){
|
501 |
|
517 |
$target,
|
518 |
$display_name );
|
519 |
break;
|
520 |
+
case 'user_id':
|
521 |
+
return $user_id;
|
522 |
+
break;
|
523 |
+
case 'products':
|
524 |
+
$num_products = count_user_posts( $user_id, 'product' );
|
525 |
+
return $num_products;
|
526 |
+
break;
|
527 |
default:
|
528 |
return $custom_column;
|
529 |
break;
|
classes/admin/class-product-meta.php
CHANGED
@@ -120,6 +120,10 @@ class WCV_Product_Meta {
|
|
120 |
|
121 |
global $wp_meta_boxes;
|
122 |
$wp_meta_boxes['product']['normal']['core']['authordiv']['title'] = wcv_get_vendor_name();
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
|
125 |
|
@@ -469,8 +473,13 @@ class WCV_Product_Meta {
|
|
469 |
$post = get_post( $product_id );
|
470 |
$vendor = $post->post_author;
|
471 |
|
472 |
-
$attachment_ids
|
473 |
-
$
|
|
|
|
|
|
|
|
|
|
|
474 |
if ( $product->is_downloadable() ) {
|
475 |
$download_files = $product->get_downloads();
|
476 |
foreach ( $download_files as $download_id => $file ) {
|
@@ -480,6 +489,10 @@ class WCV_Product_Meta {
|
|
480 |
}
|
481 |
}
|
482 |
|
|
|
|
|
|
|
|
|
483 |
foreach ( $attachment_ids as $id ) {
|
484 |
$edit_attachment = array(
|
485 |
'ID' => $id,
|
120 |
|
121 |
global $wp_meta_boxes;
|
122 |
$wp_meta_boxes['product']['normal']['core']['authordiv']['title'] = wcv_get_vendor_name();
|
123 |
+
$wp_meta_boxes['product']['normal']['core']['authordiv']['args'] = array(
|
124 |
+
'__block_editor_compatible_meta_box' => true,
|
125 |
+
'__back_compat_meta_box' => false,
|
126 |
+
);
|
127 |
}
|
128 |
|
129 |
|
473 |
$post = get_post( $product_id );
|
474 |
$vendor = $post->post_author;
|
475 |
|
476 |
+
$attachment_ids = $product->get_gallery_image_ids( 'edit' );
|
477 |
+
$product_main_image_id = $product->get_image_id( 'edit' );
|
478 |
+
|
479 |
+
if ( $product_main_image_id ) {
|
480 |
+
$attachment_ids[] = $product_main_image_id;
|
481 |
+
}
|
482 |
+
|
483 |
if ( $product->is_downloadable() ) {
|
484 |
$download_files = $product->get_downloads();
|
485 |
foreach ( $download_files as $download_id => $file ) {
|
489 |
}
|
490 |
}
|
491 |
|
492 |
+
if ( empty( $attachment_ids ) ) {
|
493 |
+
return;
|
494 |
+
}
|
495 |
+
|
496 |
foreach ( $attachment_ids as $id ) {
|
497 |
$edit_attachment = array(
|
498 |
'ID' => $id,
|
classes/admin/class-setup-wizard.php
CHANGED
@@ -301,6 +301,7 @@ class WCVendors_Admin_Setup_Wizard {
|
|
301 |
$products_approval = get_option( 'wcvendors_capability_products_live', 'yes' );
|
302 |
$orders_enabled = get_option( 'wcvendors_capability_orders_enabled', 'yes' );
|
303 |
$export_orders = get_option( 'wcvendors_capability_orders_export', 'yes' );
|
|
|
304 |
$view_order_notes = get_option( 'wcvendors_capability_order_read_notes', 'yes' );
|
305 |
$add_order_notes = get_option( 'wcvendors_capability_order_update_notes', 'yes' );
|
306 |
|
@@ -319,6 +320,8 @@ class WCVendors_Admin_Setup_Wizard {
|
|
319 |
$products_approval = isset( $_POST['wcv_capability_products_live'] ) ? sanitize_text_field( $_POST['wcv_capability_products_live'] ) : '';
|
320 |
$orders_enabled = isset( $_POST['wcv_capability_orders_enabled'] ) ? sanitize_text_field( $_POST['wcv_capability_orders_enabled'] ) : '';
|
321 |
$export_orders = isset( $_POST['wcv_capability_orders_export'] ) ? sanitize_text_field( $_POST['wcv_capability_orders_export'] ) : '';
|
|
|
|
|
322 |
$view_order_notes = isset( $_POST['wcv_capability_order_read_notes'] ) ? sanitize_text_field( $_POST['wcv_capability_order_read_notes'] ) : '';
|
323 |
$add_order_notes = isset( $_POST['wcv_capability_order_update_notes'] ) ? sanitize_text_field( $_POST['wcv_capability_order_update_notes'] ) : '';
|
324 |
|
@@ -327,6 +330,7 @@ class WCVendors_Admin_Setup_Wizard {
|
|
327 |
update_option( 'wcvendors_capability_products_live', $products_approval );
|
328 |
update_option( 'wcvendors_capability_orders_enabled', $orders_enabled );
|
329 |
update_option( 'wcvendors_capability_orders_export', $export_orders );
|
|
|
330 |
update_option( 'wcvendors_capability_order_read_notes', $view_order_notes );
|
331 |
update_option( 'wcvendors_capability_order_update_notes', $add_order_notes );
|
332 |
|
@@ -402,7 +406,7 @@ class WCVendors_Admin_Setup_Wizard {
|
|
402 |
WCVendors_Install::update_db_version();
|
403 |
flush_rewrite_rules();
|
404 |
|
405 |
-
update_option( 'wcvendors_wizard_complete', current_time( 'mysql' ) );
|
406 |
|
407 |
$user_email = $this->get_current_user_email();
|
408 |
$first_name = $this->get_current_user_firstname();
|
301 |
$products_approval = get_option( 'wcvendors_capability_products_live', 'yes' );
|
302 |
$orders_enabled = get_option( 'wcvendors_capability_orders_enabled', 'yes' );
|
303 |
$export_orders = get_option( 'wcvendors_capability_orders_export', 'yes' );
|
304 |
+
$export_commission = get_option( 'wcvendors_capability_commission_export', 'yes' );
|
305 |
$view_order_notes = get_option( 'wcvendors_capability_order_read_notes', 'yes' );
|
306 |
$add_order_notes = get_option( 'wcvendors_capability_order_update_notes', 'yes' );
|
307 |
|
320 |
$products_approval = isset( $_POST['wcv_capability_products_live'] ) ? sanitize_text_field( $_POST['wcv_capability_products_live'] ) : '';
|
321 |
$orders_enabled = isset( $_POST['wcv_capability_orders_enabled'] ) ? sanitize_text_field( $_POST['wcv_capability_orders_enabled'] ) : '';
|
322 |
$export_orders = isset( $_POST['wcv_capability_orders_export'] ) ? sanitize_text_field( $_POST['wcv_capability_orders_export'] ) : '';
|
323 |
+
$export_commission = isset( $_POST['wcv_capability_commission_export'] ) ? sanitize_text_field( $_POST['wcv_capability_commission_export'] ) : '';
|
324 |
+
|
325 |
$view_order_notes = isset( $_POST['wcv_capability_order_read_notes'] ) ? sanitize_text_field( $_POST['wcv_capability_order_read_notes'] ) : '';
|
326 |
$add_order_notes = isset( $_POST['wcv_capability_order_update_notes'] ) ? sanitize_text_field( $_POST['wcv_capability_order_update_notes'] ) : '';
|
327 |
|
330 |
update_option( 'wcvendors_capability_products_live', $products_approval );
|
331 |
update_option( 'wcvendors_capability_orders_enabled', $orders_enabled );
|
332 |
update_option( 'wcvendors_capability_orders_export', $export_orders );
|
333 |
+
update_option( 'wcvendors_capability_commission_export', $export_commission );
|
334 |
update_option( 'wcvendors_capability_order_read_notes', $view_order_notes );
|
335 |
update_option( 'wcvendors_capability_order_update_notes', $add_order_notes );
|
336 |
|
406 |
WCVendors_Install::update_db_version();
|
407 |
flush_rewrite_rules();
|
408 |
|
409 |
+
update_option( 'wcvendors_wizard_complete', current_time( 'mysql' ) );
|
410 |
|
411 |
$user_email = $this->get_current_user_email();
|
412 |
$first_name = $this->get_current_user_firstname();
|
classes/admin/class-vendor-admin-dashboard.php
CHANGED
@@ -131,6 +131,20 @@ class WCV_Vendor_Admin_Dashboard {
|
|
131 |
update_user_meta( $user_id, 'pv_seller_info', $_POST['pv_seller_info'] );
|
132 |
}
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
// Bank details
|
135 |
if ( isset( $_POST['wcv_bank_account_name'] ) ) {
|
136 |
update_user_meta( $user_id, 'wcv_bank_account_name', $_POST['wcv_bank_account_name'] );
|
131 |
update_user_meta( $user_id, 'pv_seller_info', $_POST['pv_seller_info'] );
|
132 |
}
|
133 |
|
134 |
+
// PayPal Masspay wallet
|
135 |
+
if ( isset( $_POST['wcv_paypal_masspay_wallet'] ) ) {
|
136 |
+
update_user_meta( $user_id, 'wcv_paypal_masspay_wallet', sanitize_text_field( $_POST['wcv_paypal_masspay_wallet'] ) );
|
137 |
+
} else {
|
138 |
+
delete_user_meta( $user_id, 'wcv_paypal_masspay_wallet' );
|
139 |
+
}
|
140 |
+
|
141 |
+
// PayPal Masspay venmo
|
142 |
+
if ( isset( $_POST['wcv_paypal_masspay_venmo_id'] ) ) {
|
143 |
+
update_user_meta( $user_id, 'wcv_paypal_masspay_venmo_id', sanitize_text_field( $_POST['wcv_paypal_masspay_venmo_id'] ) );
|
144 |
+
} else {
|
145 |
+
delete_user_meta( $user_id, 'wcv_paypal_masspay_venmo_id' );
|
146 |
+
}
|
147 |
+
|
148 |
// Bank details
|
149 |
if ( isset( $_POST['wcv_bank_account_name'] ) ) {
|
150 |
update_user_meta( $user_id, 'wcv_bank_account_name', $_POST['wcv_bank_account_name'] );
|
classes/admin/class-wcv-admin-setup.php
CHANGED
@@ -23,6 +23,7 @@ class WCV_Admin_Setup {
|
|
23 |
add_filter( 'admin_footer_text' , array( $this, 'admin_footer_text' ), 1 );
|
24 |
add_action( 'admin_init' , array( $this, 'export_commissions' ) );
|
25 |
add_action( 'admin_init' , array( $this, 'export_sum_commissions' ) );
|
|
|
26 |
add_action( 'admin_init' , array( $this, 'mark_all_paid' ) );
|
27 |
add_filter( 'woocommerce_screen_ids' , array( $this, 'wcv_screen_ids' ) );
|
28 |
add_action( 'wcvendors_update_options_capabilities', array( $this, 'update_vendor_role' ) );
|
@@ -206,6 +207,33 @@ class WCV_Admin_Setup {
|
|
206 |
|
207 |
}
|
208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
/**
|
210 |
* Mark all commissions that are due as paid this is triggered by the Mark All Paid button on the commissions screen
|
211 |
*
|
23 |
add_filter( 'admin_footer_text' , array( $this, 'admin_footer_text' ), 1 );
|
24 |
add_action( 'admin_init' , array( $this, 'export_commissions' ) );
|
25 |
add_action( 'admin_init' , array( $this, 'export_sum_commissions' ) );
|
26 |
+
add_action( 'admin_init' , array( $this, 'export_paypal_masspay' ) );
|
27 |
add_action( 'admin_init' , array( $this, 'mark_all_paid' ) );
|
28 |
add_filter( 'woocommerce_screen_ids' , array( $this, 'wcv_screen_ids' ) );
|
29 |
add_action( 'wcvendors_update_options_capabilities', array( $this, 'update_vendor_role' ) );
|
207 |
|
208 |
}
|
209 |
|
210 |
+
/*
|
211 |
+
* Generate the PayPal Masspay web csv
|
212 |
+
*
|
213 |
+
* @version 2.4.3 - Added suport for PayPal Masspay Web
|
214 |
+
*/
|
215 |
+
public function export_paypal_masspay() {
|
216 |
+
|
217 |
+
// prepare the items to export
|
218 |
+
if ( isset( $_GET['action'], $_GET['nonce'] ) && wp_verify_nonce( wp_unslash( $_GET['nonce'] ), 'export_paypal_masspay' ) && 'export_paypal_masspay' === wp_unslash( $_GET['action'] ) ) {
|
219 |
+
|
220 |
+
include_once 'class-wcv-commissions-paypal-csv-exporter.php';
|
221 |
+
|
222 |
+
$exporter = new WCV_Commissions_PayPal_Masspay_CSV_Export();
|
223 |
+
|
224 |
+
$date = gmdate( 'Y-M-d' );
|
225 |
+
|
226 |
+
if ( ! empty( $_GET['com_status'] ) ) { // WPCS: input var ok.
|
227 |
+
$exporter->set_filename( 'wcv_commissions_sum_' . wp_unslash( $_GET['com_status'] ) . '-' . $date . '.csv' ); // WPCS: input var ok, sanitization ok.
|
228 |
+
} else {
|
229 |
+
$exporter->set_filename( 'wcv_commissions_sum-' . $date . '.csv' ); // WPCS: input var ok, sanitization ok.
|
230 |
+
}
|
231 |
+
|
232 |
+
$exporter->export();
|
233 |
+
}
|
234 |
+
|
235 |
+
}
|
236 |
+
|
237 |
/**
|
238 |
* Mark all commissions that are due as paid this is triggered by the Mark All Paid button on the commissions screen
|
239 |
*
|
classes/admin/class-wcv-commissions-page.php
CHANGED
@@ -320,6 +320,7 @@ class WCVendors_Commissions_Page extends WP_List_Table {
|
|
320 |
|
321 |
echo '<a class="button export_commissions" style="width: 110px; float: left;" href="' . esc_url_raw( wp_nonce_url( admin_url( 'admin.php?page=wcv-commissions&action=export_commissions' . $args_url ), 'export_commissions', 'nonce' ) ) . '">' . esc_attr__( 'Export to CSV', 'wc-vendors' ) . '</a>';
|
322 |
echo '<a class="button export_commission_totals" style="width: 150px; float: left;" href="' . esc_url_raw( wp_nonce_url( admin_url( 'admin.php?page=wcv-commissions&action=export_commission_totals' . $args_url ), 'export_commission_totals', 'nonce' ) ) . '">' . esc_attr__( 'Export Totals to CSV', 'wc-vendors' ) . '</a>';
|
|
|
323 |
echo '<a class="button mark_all_commissions_paid" id="mark_all_paid" style="width: 100px; float: left;" href="' . esc_url_raw( wp_nonce_url( admin_url( 'admin.php?page=wcv-commissions&action=mark_all_paid' . $args_url ), 'mark_all_paid', 'nonce' ) ) . '">' . esc_attr__( 'Mark all paid', 'wc-vendors' ) . '</a>';
|
324 |
echo '</div>';
|
325 |
}
|
320 |
|
321 |
echo '<a class="button export_commissions" style="width: 110px; float: left;" href="' . esc_url_raw( wp_nonce_url( admin_url( 'admin.php?page=wcv-commissions&action=export_commissions' . $args_url ), 'export_commissions', 'nonce' ) ) . '">' . esc_attr__( 'Export to CSV', 'wc-vendors' ) . '</a>';
|
322 |
echo '<a class="button export_commission_totals" style="width: 150px; float: left;" href="' . esc_url_raw( wp_nonce_url( admin_url( 'admin.php?page=wcv-commissions&action=export_commission_totals' . $args_url ), 'export_commission_totals', 'nonce' ) ) . '">' . esc_attr__( 'Export Totals to CSV', 'wc-vendors' ) . '</a>';
|
323 |
+
echo '<a class="button export_paypal_masspay" style="width: 150px; float: left;" href="' . esc_url_raw( wp_nonce_url( admin_url( 'admin.php?page=wcv-commissions&action=export_paypal_masspay' . $args_url ), 'export_paypal_masspay', 'nonce' ) ) . '">' . esc_attr__( 'PayPal Masspay CSV', 'wc-vendors' ) . '</a>';
|
324 |
echo '<a class="button mark_all_commissions_paid" id="mark_all_paid" style="width: 100px; float: left;" href="' . esc_url_raw( wp_nonce_url( admin_url( 'admin.php?page=wcv-commissions&action=mark_all_paid' . $args_url ), 'mark_all_paid', 'nonce' ) ) . '">' . esc_attr__( 'Mark all paid', 'wc-vendors' ) . '</a>';
|
325 |
echo '</div>';
|
326 |
}
|
classes/admin/class-wcv-commissions-paypal-csv-exporter.php
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Handles commission CSV export for PayPal Manual Masspay.
|
4 |
+
*
|
5 |
+
* @version 2.4.3
|
6 |
+
*/
|
7 |
+
|
8 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
9 |
+
exit;
|
10 |
+
}
|
11 |
+
|
12 |
+
/**
|
13 |
+
* Include dependencies.
|
14 |
+
*/
|
15 |
+
if ( ! class_exists( 'WC_CSV_Exporter', false ) ) {
|
16 |
+
include_once WC_ABSPATH . 'includes/export/abstract-wc-csv-exporter.php';
|
17 |
+
}
|
18 |
+
|
19 |
+
/**
|
20 |
+
* WCV_Commissions_PayPal_Masspay_CSV_Export Class.
|
21 |
+
*/
|
22 |
+
class WCV_Commissions_PayPal_Masspay_CSV_Export extends WC_CSV_Exporter {
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Constructor.
|
26 |
+
*/
|
27 |
+
public function __construct() {
|
28 |
+
|
29 |
+
$this->column_names = $this->get_default_column_names();
|
30 |
+
}
|
31 |
+
|
32 |
+
|
33 |
+
/**
|
34 |
+
* Return an array of columns to export.
|
35 |
+
*
|
36 |
+
* @since 2.4.3
|
37 |
+
* @return array
|
38 |
+
*/
|
39 |
+
public function get_default_column_names() {
|
40 |
+
|
41 |
+
// https://developer.paypal.com/docs/payouts/standard/payouts-web/#link-createapaymentfile
|
42 |
+
|
43 |
+
return apply_filters(
|
44 |
+
'wcv_commissions_sum_export_columns',
|
45 |
+
array(
|
46 |
+
'recipient_id' => __( 'Identifier', 'wc-vendors' ),
|
47 |
+
'total_due' => __( 'Total Amount', 'wc-vendors' ),
|
48 |
+
'currency' => __( 'Currency', 'wc-vendors' ),
|
49 |
+
'vendor_id' => sprintf( __( '%s', 'wc-vendors' ), wcv_get_vendor_name() ),
|
50 |
+
'note' => __( 'Note', 'wc-vendors' ),
|
51 |
+
'wallet' => __( 'Wallet (PayPal or Venmo)', 'wc-vendors' ),
|
52 |
+
)
|
53 |
+
);
|
54 |
+
}
|
55 |
+
|
56 |
+
/**
|
57 |
+
* Prepare data for export.
|
58 |
+
*
|
59 |
+
* @since 2.4.3
|
60 |
+
*/
|
61 |
+
public function prepare_data_to_export() {
|
62 |
+
|
63 |
+
global $wpdb;
|
64 |
+
|
65 |
+
$columns = $this->get_column_names();
|
66 |
+
|
67 |
+
if ( ! current_user_can( 'manage_options' ) ) {
|
68 |
+
return;
|
69 |
+
}
|
70 |
+
|
71 |
+
$sum_totals = WCV_Commission::get_sum_vendor_totals();
|
72 |
+
$this->total_rows = count( $sum_totals );
|
73 |
+
$this->row_data = array();
|
74 |
+
|
75 |
+
$paypal_currency = get_option( 'wcvendors_paypal_web_currency', get_woocommerce_currency() );
|
76 |
+
$paypal_note = get_option( 'wcvendors_paypal_payout_note', sprintf( __( 'Commission payout for %s', 'wc-vendors' ), get_bloginfo( 'name' ) ) );
|
77 |
+
|
78 |
+
foreach ( $sum_totals as $status => $totals ) {
|
79 |
+
$row = array();
|
80 |
+
foreach ( $totals as $vendor_id => $total ) {
|
81 |
+
|
82 |
+
$user = get_user_by( 'id', $vendor_id );
|
83 |
+
$paypal_email = get_user_meta( $vendor_id, 'pv_paypal', 'true' );
|
84 |
+
$venmo_id = get_user_meta( $vendor_id, 'wcv_paypal_masspay_venmo_id', 'true' );
|
85 |
+
$wallet = get_user_meta( $vendor_id, 'wcv_paypal_masspay_wallet', 'true' );
|
86 |
+
$recipient_id = ( 'paypal' === $wallet ) ? $paypal_email : $venmo_id; // Yoda Condition.
|
87 |
+
|
88 |
+
WC_Vendors::log( $wallet );
|
89 |
+
|
90 |
+
foreach ( $columns as $column_id => $column_name ) {
|
91 |
+
|
92 |
+
switch ( $column_id ) {
|
93 |
+
case 'recipient_id':
|
94 |
+
$value = $recipient_id;
|
95 |
+
break;
|
96 |
+
case 'total_due':
|
97 |
+
$value = wc_format_localized_price( $total );
|
98 |
+
break;
|
99 |
+
case 'currency':
|
100 |
+
$value = $paypal_currency;
|
101 |
+
break;
|
102 |
+
case 'vendor_id':
|
103 |
+
$value = $user->user_login;
|
104 |
+
break;
|
105 |
+
case 'note':
|
106 |
+
$value = $paypal_note;
|
107 |
+
break;
|
108 |
+
case 'wallet':
|
109 |
+
$value = $wallet;
|
110 |
+
break;
|
111 |
+
default:
|
112 |
+
$value = $status;
|
113 |
+
break;
|
114 |
+
}
|
115 |
+
|
116 |
+
$row[ $column_id ] = $value;
|
117 |
+
}
|
118 |
+
|
119 |
+
$this->row_data[] = apply_filters( 'wcvendors_paypal_commissions_export_row_data', $row, $vendor_id, $total, $status );
|
120 |
+
}
|
121 |
+
}
|
122 |
+
|
123 |
+
}
|
124 |
+
}
|
classes/admin/settings/class-wcv-settings-capabilities.php
CHANGED
@@ -45,6 +45,7 @@ if ( ! class_exists( 'WCVendors_Settings_Capabilities', false ) ) :
|
|
45 |
'' => __( 'General', 'wc-vendors' ),
|
46 |
'product' => __( 'Products', 'wc-vendors' ),
|
47 |
'order' => __( 'Orders', 'wc-vendors' ),
|
|
|
48 |
);
|
49 |
|
50 |
return apply_filters( 'wcvendors_get_sections_' . $this->id, $sections );
|
@@ -312,6 +313,14 @@ if ( ! class_exists( 'WCVendors_Settings_Capabilities', false ) ) :
|
|
312 |
'type' => 'checkbox',
|
313 |
),
|
314 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
array(
|
316 |
'title' => __( 'Front End Sales Reports', 'wc-vendors' ),
|
317 |
'desc' => sprintf( __( 'Allow %1$s to view sales table on the frontend on the %2$s dashboard page.', 'wc-vendors' ), wcv_get_vendor_name( false, false ), wcv_get_vendor_name( false, false ) ),
|
45 |
'' => __( 'General', 'wc-vendors' ),
|
46 |
'product' => __( 'Products', 'wc-vendors' ),
|
47 |
'order' => __( 'Orders', 'wc-vendors' ),
|
48 |
+
|
49 |
);
|
50 |
|
51 |
return apply_filters( 'wcvendors_get_sections_' . $this->id, $sections );
|
313 |
'type' => 'checkbox',
|
314 |
),
|
315 |
|
316 |
+
array(
|
317 |
+
'title' => __( 'Export Commission', 'wc-vendors' ),
|
318 |
+
'desc' => sprintf( __( 'Allow %s to export their commission to a CSV file', 'wc-vendors' ), wcv_get_vendor_name( false, false ) ),
|
319 |
+
'id' => 'wcvendors_capability_commission_export',
|
320 |
+
'default' => 'yes',
|
321 |
+
'type' => 'checkbox',
|
322 |
+
),
|
323 |
+
|
324 |
array(
|
325 |
'title' => __( 'Front End Sales Reports', 'wc-vendors' ),
|
326 |
'desc' => sprintf( __( 'Allow %1$s to view sales table on the frontend on the %2$s dashboard page.', 'wc-vendors' ), wcv_get_vendor_name( false, false ), wcv_get_vendor_name( false, false ) ),
|
classes/admin/settings/class-wcv-settings-commission.php
CHANGED
@@ -43,6 +43,7 @@ if ( ! class_exists( 'WCVendors_Settings_Commission', false ) ) :
|
|
43 |
|
44 |
$sections = array(
|
45 |
'' => __( 'General', 'wc-vendors' ),
|
|
|
46 |
);
|
47 |
|
48 |
return apply_filters( 'wcvendors_get_sections_' . $this->id, $sections );
|
@@ -57,7 +58,42 @@ if ( ! class_exists( 'WCVendors_Settings_Commission', false ) ) :
|
|
57 |
|
58 |
$settings = array();
|
59 |
|
60 |
-
if ( '' === $current_section )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
$settings = apply_filters(
|
62 |
'wcvendors_settings_comission', array(
|
63 |
|
43 |
|
44 |
$sections = array(
|
45 |
'' => __( 'General', 'wc-vendors' ),
|
46 |
+
'paypal' => __( 'PayPal Payouts Web', 'wc-vendors' ),
|
47 |
);
|
48 |
|
49 |
return apply_filters( 'wcvendors_get_sections_' . $this->id, $sections );
|
58 |
|
59 |
$settings = array();
|
60 |
|
61 |
+
if ( 'paypal' === $current_section ){
|
62 |
+
$settings = apply_filters(
|
63 |
+
'wcvendors_settings_comission_paypal', array(
|
64 |
+
// General Options
|
65 |
+
array(
|
66 |
+
'type' => 'title',
|
67 |
+
'desc' => sprintf( __( 'These are the settings for the PayPal Payouts Web. You can manually pay up to 5000 %s by uploading a formatted file to your PayPal business account.', 'wc-vendors' ), wcv_get_vendor_name( false, false ) ),
|
68 |
+
'id' => 'paypal_web_options',
|
69 |
+
),
|
70 |
+
array(
|
71 |
+
/* translators: %s: vendor name */
|
72 |
+
'title' => __( 'Payout Currency', 'wc-vendors' ),
|
73 |
+
'desc' => sprintf( __( 'Choose which currency to pay your %s in. ', 'wcvendors-pro' ), lcfirst( wcv_get_vendor_name( false ) ) ),
|
74 |
+
'id' => 'wcvendors_paypal_web_currency',
|
75 |
+
'type' => 'select',
|
76 |
+
'class' => 'wc-enhanced-select-nostd',
|
77 |
+
'css' => 'min-width:300px;',
|
78 |
+
'options' => wcv_paypal_currencies(),
|
79 |
+
'default' => get_woocommerce_currency(),
|
80 |
+
),
|
81 |
+
array(
|
82 |
+
'title' => __( 'Payout Note', 'wc-vendors' ),
|
83 |
+
'desc' => sprintf( __( 'Note to %s in payout.', 'wc-vendors' ), wcv_get_vendor_name() ),
|
84 |
+
'id' => 'wcvendors_paypal_payout_note',
|
85 |
+
'css' => 'width: 500px;min-height:100px',
|
86 |
+
'default' => '',
|
87 |
+
'type' => 'textarea',
|
88 |
+
'default' => sprintf( __( 'Commission payout for %s', 'wc-vendors' ), get_bloginfo( 'name' ) ),
|
89 |
+
),
|
90 |
+
array(
|
91 |
+
'type' => 'sectionend',
|
92 |
+
'id' => 'paypal_web_options',
|
93 |
+
),
|
94 |
+
)
|
95 |
+
);
|
96 |
+
} else {
|
97 |
$settings = apply_filters(
|
98 |
'wcvendors_settings_comission', array(
|
99 |
|
classes/admin/settings/class-wcv-settings-display.php
CHANGED
@@ -60,7 +60,8 @@ if ( ! class_exists( 'WCVendors_Settings_Display', false ) ) :
|
|
60 |
if ( 'advanced' === $current_section ) {
|
61 |
|
62 |
$settings = apply_filters(
|
63 |
-
'wcvendors_settings_display_advanced',
|
|
|
64 |
// Shop Display Options
|
65 |
array(
|
66 |
'title' => __( '', 'wc-vendors' ),
|
@@ -95,7 +96,8 @@ if ( ! class_exists( 'WCVendors_Settings_Display', false ) ) :
|
|
95 |
} elseif ( 'labels' === $current_section ) {
|
96 |
|
97 |
$settings = apply_filters(
|
98 |
-
'wcvendors_settings_display_labels',
|
|
|
99 |
|
100 |
// Shop Display Options
|
101 |
array(
|
@@ -155,7 +157,7 @@ if ( ! class_exists( 'WCVendors_Settings_Display', false ) ) :
|
|
155 |
),
|
156 |
|
157 |
array(
|
158 |
-
'title'
|
159 |
'desc_tip' => sprintf( __( 'The become a %s label', 'wc-vendors' ), wcv_get_vendor_name() ),
|
160 |
'id' => 'wcvendors_label_become_a_vendor',
|
161 |
'type' => 'text',
|
@@ -187,9 +189,21 @@ if ( ! class_exists( 'WCVendors_Settings_Display', false ) ) :
|
|
187 |
);
|
188 |
|
189 |
} else {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
$settings = apply_filters(
|
192 |
-
'wcvendors_settings_display_general',
|
|
|
193 |
|
194 |
// General Options
|
195 |
array(
|
@@ -315,12 +329,41 @@ if ( ! class_exists( 'WCVendors_Settings_Display', false ) ) :
|
|
315 |
'user_email' => sprintf( __( '%s Email', 'wc-vendors' ), wcv_get_vendor_name() ),
|
316 |
),
|
317 |
),
|
318 |
-
|
319 |
array(
|
320 |
'type' => 'sectionend',
|
321 |
'id' => 'shop_options',
|
322 |
),
|
323 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
)
|
325 |
);
|
326 |
|
60 |
if ( 'advanced' === $current_section ) {
|
61 |
|
62 |
$settings = apply_filters(
|
63 |
+
'wcvendors_settings_display_advanced',
|
64 |
+
array(
|
65 |
// Shop Display Options
|
66 |
array(
|
67 |
'title' => __( '', 'wc-vendors' ),
|
96 |
} elseif ( 'labels' === $current_section ) {
|
97 |
|
98 |
$settings = apply_filters(
|
99 |
+
'wcvendors_settings_display_labels',
|
100 |
+
array(
|
101 |
|
102 |
// Shop Display Options
|
103 |
array(
|
157 |
),
|
158 |
|
159 |
array(
|
160 |
+
'title' => sprintf( __( 'Become A %s Label', 'wc-vendors' ), wcv_get_vendor_name() ),
|
161 |
'desc_tip' => sprintf( __( 'The become a %s label', 'wc-vendors' ), wcv_get_vendor_name() ),
|
162 |
'id' => 'wcvendors_label_become_a_vendor',
|
163 |
'type' => 'text',
|
189 |
);
|
190 |
|
191 |
} else {
|
192 |
+
$avatar_defaults = array(
|
193 |
+
'mystery' => __( 'Mystery Person', 'wc-vendors' ),
|
194 |
+
'blank' => __( 'Blank', 'wc-vendors' ),
|
195 |
+
'gravatar_default' => __( 'Gravatar Logo', 'wc-vendors' ),
|
196 |
+
'identicon' => __( 'Identicon (Generated)', 'wc-vendors' ),
|
197 |
+
'wavatar' => __( 'Wavatar (Generated)', 'wc-vendors' ),
|
198 |
+
'monsterid' => __( 'MonsterID (Generated)', 'wc-vendors' ),
|
199 |
+
'retro' => __( 'Retro (Generated)', 'wc-vendors' ),
|
200 |
+
);
|
201 |
+
|
202 |
+
$avatar_source = apply_filters( 'wcvendors_avatar_source', $avatar_defaults );
|
203 |
|
204 |
$settings = apply_filters(
|
205 |
+
'wcvendors_settings_display_general',
|
206 |
+
array(
|
207 |
|
208 |
// General Options
|
209 |
array(
|
329 |
'user_email' => sprintf( __( '%s Email', 'wc-vendors' ), wcv_get_vendor_name() ),
|
330 |
),
|
331 |
),
|
|
|
332 |
array(
|
333 |
'type' => 'sectionend',
|
334 |
'id' => 'shop_options',
|
335 |
),
|
336 |
+
array(
|
337 |
+
'title' => __( 'Vendors List Settings', 'wc-vendors' ),
|
338 |
+
'type' => 'title',
|
339 |
+
'desc' => __( 'These settings are for the vendors list page.', 'wc-vendors' ),
|
340 |
+
'id' => 'vendors_list_options',
|
341 |
+
),
|
342 |
+
array(
|
343 |
+
'title' => __( 'List Display', 'wc-vendors' ),
|
344 |
+
'desc' => sprintf( __( 'Select default display for %s list', 'wc-vendors' ), wcv_get_vendor_name( true, false ) ),
|
345 |
+
'id' => 'wcvendors_display_vendors_list_type',
|
346 |
+
'default' => 'grid',
|
347 |
+
'type' => 'select',
|
348 |
+
'class' => 'wc-enhanced-select',
|
349 |
+
'options' => array(
|
350 |
+
'grid' => __( 'Grid', 'wc-vendors' ),
|
351 |
+
'list' => __( 'List', 'wc-vendors' ),
|
352 |
+
),
|
353 |
+
),
|
354 |
+
array(
|
355 |
+
'title' => __( 'Default Avatar', 'wc-vendors' ),
|
356 |
+
'desc' => sprintf( __( 'Select avatar for %s', 'wc-vendors' ), wcv_get_vendor_name( true, false ) ),
|
357 |
+
'id' => 'wcvendors_display_vendors_avatar_source',
|
358 |
+
'default' => 'gravatar',
|
359 |
+
'type' => 'select',
|
360 |
+
'class' => 'wc-enhanced-select',
|
361 |
+
'options' => $avatar_source,
|
362 |
+
),
|
363 |
+
array(
|
364 |
+
'type' => 'sectionend',
|
365 |
+
'id' => 'vendors_list_options',
|
366 |
+
),
|
367 |
)
|
368 |
);
|
369 |
|
classes/admin/views/html-vendor-meta.php
CHANGED
@@ -47,6 +47,39 @@
|
|
47 |
|
48 |
<?php endif; ?>
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
<?php if ( apply_filters( 'wcvendors_admin_user_meta_bank_details_enable', true ) ) : ?>
|
51 |
|
52 |
<?php do_action( 'wcvendors_admin_before_bank_details', $user ); ?>
|
47 |
|
48 |
<?php endif; ?>
|
49 |
|
50 |
+
<?php if ( apply_filters( 'wcvendors_admin_user_meta_paypal_enable', true ) ) : ?>
|
51 |
+
|
52 |
+
<?php do_action( 'wcvendors_admin_before_paypal_wallet', $user ); ?>
|
53 |
+
<tr>
|
54 |
+
<th><label for="wcv_paypal_masspay_wallet"><?php _e( 'PayPal MassPay Wallet', 'wc-vendors' ); ?> <span
|
55 |
+
class="description"></span></label></th>
|
56 |
+
<td><select name="wcv_paypal_masspay_wallet" id="wcv_paypal_masspay_wallet" class="" style="width: 25em;">
|
57 |
+
<?php $wcv_paypal_masspay_wallet = get_user_meta( $user->ID, 'wcv_paypal_masspay_wallet', true ); ?>
|
58 |
+
<?php foreach ( wcv_paypal_wallet() as $option_key => $option_value ) : ?>
|
59 |
+
<option value="<?php echo esc_attr( $option_key ); ?>" <?php selected( $wcv_paypal_masspay_wallet, $option_key, true ); ?>><?php echo esc_attr( $option_value ); ?></option>
|
60 |
+
<?php endforeach; ?>
|
61 |
+
</select>
|
62 |
+
</td>
|
63 |
+
</tr>
|
64 |
+
<?php do_action( 'wcvendors_admin_after_paypal_wallet', $user ); ?>
|
65 |
+
|
66 |
+
<?php if ( apply_filters( 'wcvendors_admin_user_meta_paypal_enable', true ) ) : ?>
|
67 |
+
|
68 |
+
<?php do_action( 'wcvendors_admin_before_paypal_venmo_id', $user ); ?>
|
69 |
+
<tr>
|
70 |
+
<th><label for="wcv_paypal_masspay_venmo_id"><?php _e( 'Venmo ID', 'wc-vendors' ); ?> <span
|
71 |
+
class="description"></span></label></th>
|
72 |
+
<td><input type="text" name="wcv_paypal_masspay_venmo_id" id="wcv_paypal_masspay_venmo_id"
|
73 |
+
value="<?php echo get_user_meta( $user->ID, 'wcv_paypal_masspay_venmo_id', true ); ?>" class="regular-text">
|
74 |
+
<p class="description"><?php _e( 'Your Venmo ID or Phone number', 'wc-vendors' ); ?></p>
|
75 |
+
</td>
|
76 |
+
</tr>
|
77 |
+
<?php do_action( 'wcvendors_admin_after_paypal_venmo_id', $user ); ?>
|
78 |
+
|
79 |
+
<?php endif; ?>
|
80 |
+
|
81 |
+
<?php endif; ?>
|
82 |
+
|
83 |
<?php if ( apply_filters( 'wcvendors_admin_user_meta_bank_details_enable', true ) ) : ?>
|
84 |
|
85 |
<?php do_action( 'wcvendors_admin_before_bank_details', $user ); ?>
|
classes/admin/views/html-vendor-settings-page.php
CHANGED
@@ -27,7 +27,44 @@
|
|
27 |
<?php endif; ?>
|
28 |
|
29 |
<?php do_action( 'wcvendors_settings_after_paypal' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
|
|
|
|
31 |
<?php if ( apply_filters( 'wcvendors_admin_user_meta_bank_details_enable', true ) ) : ?>
|
32 |
|
33 |
<?php do_action( 'wcvendors_settings_before_bank_details', $user_id ); ?>
|
27 |
<?php endif; ?>
|
28 |
|
29 |
<?php do_action( 'wcvendors_settings_after_paypal' ); ?>
|
30 |
+
|
31 |
+
<?php if ( apply_filters( 'wcvendors_admin_user_meta_paypal_masspay_enable', true ) ) : ?>
|
32 |
+
|
33 |
+
<tr>
|
34 |
+
<th>
|
35 |
+
<label for="wcv_paypal_masspay_wallet"><?php _e( 'PayPal MassPay Wallet', 'wc-vendors' ); ?>
|
36 |
+
<span class="description"></span></label>
|
37 |
+
</th>
|
38 |
+
<td>
|
39 |
+
<select name="wcv_paypal_masspay_wallet" id="wcv_paypal_masspay_wallet" class="" style="width: 25em;">
|
40 |
+
<?php $wcv_paypal_masspay_wallet = get_user_meta( $user_id, 'wcv_paypal_masspay_wallet', true ); ?>
|
41 |
+
<?php foreach ( wcv_paypal_wallet() as $option_key => $option_value ) : ?>
|
42 |
+
<option value="<?php echo esc_attr( $option_key ); ?>" <?php selected( $wcv_paypal_masspay_wallet, $option_key, true ); ?>><?php echo esc_attr( $option_value ); ?></option>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</select>
|
45 |
+
<p class="description">
|
46 |
+
<?php _e( 'Choose how your commission is paid.', 'wc-vendors' ); ?>
|
47 |
+
<br>
|
48 |
+
</p>
|
49 |
+
</td>
|
50 |
+
</tr>
|
51 |
+
<tr>
|
52 |
+
<th>
|
53 |
+
<label for="wcv_paypal_masspay_venmo_id">
|
54 |
+
<?php _e( 'Venmo ID', 'wc-vendors' ); ?>
|
55 |
+
</label>
|
56 |
+
</th>
|
57 |
+
<td>
|
58 |
+
<input type="text" name="wcv_paypal_masspay_venmo_id" id="wcv_paypal_masspay_venmo_id" value="<?php echo get_user_meta( $user_id, 'wcv_paypal_masspay_venmo_id', true ); ?>" class="regular-text">
|
59 |
+
<p class="description">
|
60 |
+
<?php _e( 'Your PayPal address can be used to send you your commission.', 'wc-vendors' ); ?>
|
61 |
+
<br>
|
62 |
+
</p>
|
63 |
+
</td>
|
64 |
+
</tr>
|
65 |
|
66 |
+
<?php endif; ?>
|
67 |
+
|
68 |
<?php if ( apply_filters( 'wcvendors_admin_user_meta_bank_details_enable', true ) ) : ?>
|
69 |
|
70 |
<?php do_action( 'wcvendors_settings_before_bank_details', $user_id ); ?>
|
classes/admin/views/setup/ready.php
CHANGED
@@ -14,42 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
14 |
<div class="wcvendors-message wcvendors-newsletter">
|
15 |
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
|
16 |
<p><?php esc_html_e( 'Subscribe to our newsletter! Get product updates, marketplace tips, information and more.', 'wc-vendors' ); ?></p>
|
17 |
-
<
|
18 |
-
<div class="newsletter-form-container">
|
19 |
-
<input
|
20 |
-
class="newsletter-form-email"
|
21 |
-
type="text"
|
22 |
-
value="<?php echo esc_attr( $first_name ); ?>"
|
23 |
-
name="FNAME"
|
24 |
-
placeholder="<?php esc_attr_e( 'First name', 'wc-vendors' ); ?>"
|
25 |
-
required
|
26 |
-
>
|
27 |
-
<input
|
28 |
-
class="newsletter-form-email"
|
29 |
-
type="email"
|
30 |
-
value="<?php echo esc_attr( $user_email ); ?>"
|
31 |
-
name="EMAIL"
|
32 |
-
placeholder="<?php esc_attr_e( 'Email address', 'wc-vendors' ); ?>"
|
33 |
-
required
|
34 |
-
>
|
35 |
-
<p class="wcv-setup-actions step newsletter-form-button-container">
|
36 |
-
<button
|
37 |
-
type="submit"
|
38 |
-
value="<?php esc_html_e( 'Subscribe me', 'wc-vendors' ); ?>"
|
39 |
-
name="subscribe"
|
40 |
-
id="mc-embedded-subscribe"
|
41 |
-
class="button-primary button newsletter-form-button"
|
42 |
-
><?php esc_html_e( 'Subscribe me', 'wc-vendors' ); ?></button>
|
43 |
-
</p>
|
44 |
-
</div>
|
45 |
-
<div id="mce-responses" class="clear">
|
46 |
-
<input type="checkbox"id="group_2" name="group[4145][2]" value="1" style="display:none" checked>
|
47 |
-
<div class="response" id="mce-error-response" style="display:none"></div>
|
48 |
-
<div class="response" id="mce-success-response" style="display:none"></div>
|
49 |
-
</div>
|
50 |
-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
51 |
-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c70c537d05355fa9ec97e8134_462e6aa9c6" tabindex="-1" value=""></div>
|
52 |
-
</form>
|
53 |
</div>
|
54 |
<h4 class="help-title"><?php _e( 'Need Help?', 'wc-vendors' ); ?></h4>
|
55 |
<p class="next-steps-help-text"><?php echo wp_kses_post( $help_text ); ?></p>
|
14 |
<div class="wcvendors-message wcvendors-newsletter">
|
15 |
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
|
16 |
<p><?php esc_html_e( 'Subscribe to our newsletter! Get product updates, marketplace tips, information and more.', 'wc-vendors' ); ?></p>
|
17 |
+
<iframe id="fluentform" scrolling="no" width="100%" loading="lazy" height="200px" style="min-height: 200px;width: 100%" frameborder="0" src="https://www.wcvendors.com/?ff_landing=3&form=subscribe_wc-vendors-marketplace&embedded=1" onload="this.style.height=(this.contentWindow.document.body.scrollHeight+40)+'px';"></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</div>
|
19 |
<h4 class="help-title"><?php _e( 'Need Help?', 'wc-vendors' ); ?></h4>
|
20 |
<p class="next-steps-help-text"><?php echo wp_kses_post( $help_text ); ?></p>
|
classes/class-commission.php
CHANGED
@@ -22,9 +22,49 @@ class WCV_Commission {
|
|
22 |
// Reverse the commission if the order is deleted
|
23 |
add_action( 'deleted_post' , array( $this, 'commissions_table_sync' ), 10 );
|
24 |
add_action( 'wp_trash_post', array( $this, 'commissions_table_sync' ), 10 );
|
|
|
25 |
}
|
26 |
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
/**
|
29 |
* Run actions when an order is reversed
|
30 |
*/
|
22 |
// Reverse the commission if the order is deleted
|
23 |
add_action( 'deleted_post' , array( $this, 'commissions_table_sync' ), 10 );
|
24 |
add_action( 'wp_trash_post', array( $this, 'commissions_table_sync' ), 10 );
|
25 |
+
add_action( 'woocommerce_order_partially_refunded', array( $this, 'partial_reversed_commission' ), 10, 2 );
|
26 |
}
|
27 |
|
28 |
|
29 |
+
/**
|
30 |
+
* Reverse the commission if the order item was refuned.
|
31 |
+
*
|
32 |
+
* @param int $order_id The Order ID.
|
33 |
+
* @param int $refund_id The Refund ID.
|
34 |
+
*
|
35 |
+
* @version 1.8.2
|
36 |
+
*/
|
37 |
+
public function partial_reversed_commission( $order_id, $refund_id ) {
|
38 |
+
global $wpdb;
|
39 |
+
$product_ids = array();
|
40 |
+
$refund = new WC_Order_Refund( $refund_id );
|
41 |
+
$refund_items = $refund->get_items();
|
42 |
+
|
43 |
+
foreach ( $refund_items as $refund_item ) {
|
44 |
+
$item = new WC_Order_Item_Product( $refund_item );
|
45 |
+
$refund_product_id = 0 !== $item->get_variation_id() ? $item->get_variation_id() : $item->get_product_id();
|
46 |
+
$product_ids[] = $refund_product_id;
|
47 |
+
}
|
48 |
+
|
49 |
+
foreach ( $product_ids as $product_id ) {
|
50 |
+
$vendor_id = get_post_field( 'post_author', $product_id );
|
51 |
+
$sql = $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}pv_commission WHERE order_id = %d AND product_id = %d AND ( vendor_id = %d OR vendor_id = 1 )", $order_id, $product_id, $vendor_id );
|
52 |
+
$commission = $wpdb->get_results( $sql ); // phpcs:ignore
|
53 |
+
|
54 |
+
foreach ( $commission as $commission_obj ) {
|
55 |
+
$wpdb->update( // phpcs:ignore
|
56 |
+
$wpdb->prefix . 'pv_commission',
|
57 |
+
array(
|
58 |
+
'status' => 'reversed',
|
59 |
+
),
|
60 |
+
array(
|
61 |
+
'id' => $commission_obj->id,
|
62 |
+
)
|
63 |
+
);
|
64 |
+
}
|
65 |
+
}
|
66 |
+
}
|
67 |
+
|
68 |
/**
|
69 |
* Run actions when an order is reversed
|
70 |
*/
|
classes/class-vendors.php
CHANGED
@@ -113,8 +113,6 @@ class WCV_Vendors {
|
|
113 |
|
114 |
global $woocommerce;
|
115 |
|
116 |
-
$give_tax = 'yes' == get_option( 'wcvendors_vendor_give_taxes', 'no' ) ? true : false;
|
117 |
-
$give_shipping = 'yes' == get_option( 'wcvendors_vendor_give_shipping', 'no' ) ? true : false;
|
118 |
$receiver = array();
|
119 |
$shipping_given = 0;
|
120 |
$tax_given = 0;
|
@@ -125,6 +123,8 @@ class WCV_Vendors {
|
|
125 |
|
126 |
$product_id = ! empty( $order_item['variation_id'] ) ? $order_item['variation_id'] : $order_item['product_id'];
|
127 |
$author = WCV_Vendors::get_vendor_from_product( $product_id );
|
|
|
|
|
128 |
$give_tax_override = get_user_meta( $author, 'wcv_give_vendor_tax', true );
|
129 |
$give_shipping_override = get_user_meta( $author, 'wcv_give_vendor_shipping', true );
|
130 |
$is_vendor = WCV_Vendors::is_vendor( $author );
|
113 |
|
114 |
global $woocommerce;
|
115 |
|
|
|
|
|
116 |
$receiver = array();
|
117 |
$shipping_given = 0;
|
118 |
$tax_given = 0;
|
123 |
|
124 |
$product_id = ! empty( $order_item['variation_id'] ) ? $order_item['variation_id'] : $order_item['product_id'];
|
125 |
$author = WCV_Vendors::get_vendor_from_product( $product_id );
|
126 |
+
$give_tax = 'yes' == get_option( 'wcvendors_vendor_give_taxes', 'no' ) ? true : false;
|
127 |
+
$give_shipping = 'yes' == get_option( 'wcvendors_vendor_give_shipping', 'no' ) ? true : false;
|
128 |
$give_tax_override = get_user_meta( $author, 'wcv_give_vendor_tax', true );
|
129 |
$give_shipping_override = get_user_meta( $author, 'wcv_give_vendor_shipping', true );
|
130 |
$is_vendor = WCV_Vendors::is_vendor( $author );
|
classes/front/dashboard/class-vendor-dashboard.php
CHANGED
@@ -43,13 +43,20 @@ class WCV_Vendor_Dashboard {
|
|
43 |
has_shortcode( $post->post_content, 'wcv_vendor_dashboard' )
|
44 |
|| has_shortcode( $post->post_content, 'wcv_orders' )
|
45 |
|| has_shortcode( $post->post_content, 'wcv_vendor_dashboard_nav' )
|
|
|
46 |
) {
|
47 |
-
wp_enqueue_style( '
|
|
|
48 |
}
|
49 |
|
50 |
wp_enqueue_style( 'wcv_vendor_store_style', wcv_assets_url . 'css/wcv-store.css' );
|
51 |
}
|
52 |
|
|
|
|
|
|
|
|
|
|
|
53 |
public function save_vendor_settings() {
|
54 |
$user_id = get_current_user_id();
|
55 |
|
@@ -170,6 +177,20 @@ class WCV_Vendor_Dashboard {
|
|
170 |
update_user_meta( $user_id, 'pv_seller_info', $_POST['pv_seller_info'] );
|
171 |
}
|
172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
// Bank details
|
174 |
if ( isset( $_POST['wcv_bank_account_name'] ) ) {
|
175 |
update_user_meta( $user_id, 'wcv_bank_account_name', $_POST['wcv_bank_account_name'] );
|
43 |
has_shortcode( $post->post_content, 'wcv_vendor_dashboard' )
|
44 |
|| has_shortcode( $post->post_content, 'wcv_orders' )
|
45 |
|| has_shortcode( $post->post_content, 'wcv_vendor_dashboard_nav' )
|
46 |
+
|| has_shortcode( $post->post_content, 'wcv_vendorslist' )
|
47 |
) {
|
48 |
+
wp_enqueue_style( 'dashicons' );
|
49 |
+
wp_enqueue_style( 'wcv_frontend_style', wcv_assets_url . 'css/wcv-frontend.css' );
|
50 |
}
|
51 |
|
52 |
wp_enqueue_style( 'wcv_vendor_store_style', wcv_assets_url . 'css/wcv-store.css' );
|
53 |
}
|
54 |
|
55 |
+
/**
|
56 |
+
* Save the vendor shop settings from the dashboard
|
57 |
+
*
|
58 |
+
* @version 2.4.3 - Added PayPal masspay
|
59 |
+
*/
|
60 |
public function save_vendor_settings() {
|
61 |
$user_id = get_current_user_id();
|
62 |
|
177 |
update_user_meta( $user_id, 'pv_seller_info', $_POST['pv_seller_info'] );
|
178 |
}
|
179 |
|
180 |
+
// PayPal Masspay wallet
|
181 |
+
if ( isset( $_POST['wcv_paypal_masspay_wallet'] ) ) {
|
182 |
+
update_user_meta( $user_id, 'wcv_paypal_masspay_wallet', sanitize_text_field( $_POST['wcv_paypal_masspay_wallet'] ) );
|
183 |
+
} else {
|
184 |
+
delete_user_meta( $user_id, 'wcv_paypal_masspay_wallet' );
|
185 |
+
}
|
186 |
+
|
187 |
+
// PayPal Masspay venmo
|
188 |
+
if ( isset( $_POST['wcv_paypal_masspay_venmo_id'] ) ) {
|
189 |
+
update_user_meta( $user_id, 'wcv_paypal_masspay_venmo_id', sanitize_text_field( $_POST['wcv_paypal_masspay_venmo_id'] ) );
|
190 |
+
} else {
|
191 |
+
delete_user_meta( $user_id, 'wcv_paypal_masspay_venmo_id' );
|
192 |
+
}
|
193 |
+
|
194 |
// Bank details
|
195 |
if ( isset( $_POST['wcv_bank_account_name'] ) ) {
|
196 |
update_user_meta( $user_id, 'wcv_bank_account_name', $_POST['wcv_bank_account_name'] );
|
classes/includes/class-wcv-shortcodes.php
CHANGED
@@ -36,6 +36,12 @@ class WCV_Shortcodes {
|
|
36 |
// Show the sold by label based on the product page
|
37 |
add_shortcode( 'wcv_sold_by', array( $this, 'wcv_sold_by' ) );
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
|
41 |
public static function get_vendor( $slug ) {
|
@@ -68,7 +74,8 @@ class WCV_Shortcodes {
|
|
68 |
'columns' => '4',
|
69 |
'orderby' => 'date',
|
70 |
'order' => 'desc',
|
71 |
-
),
|
|
|
72 |
)
|
73 |
);
|
74 |
|
@@ -87,7 +94,7 @@ class WCV_Shortcodes {
|
|
87 |
|
88 |
ob_start();
|
89 |
|
90 |
-
$args
|
91 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
92 |
|
93 |
$woocommerce_loop['columns'] = $columns;
|
@@ -107,7 +114,7 @@ class WCV_Shortcodes {
|
|
107 |
|
108 |
<?php woocommerce_product_loop_end(); ?>
|
109 |
|
110 |
-
|
111 |
endif;
|
112 |
|
113 |
wp_reset_postdata();
|
@@ -139,7 +146,8 @@ class WCV_Shortcodes {
|
|
139 |
'columns' => '4',
|
140 |
'orderby' => 'title',
|
141 |
'order' => 'asc',
|
142 |
-
),
|
|
|
143 |
)
|
144 |
);
|
145 |
|
@@ -174,7 +182,7 @@ class WCV_Shortcodes {
|
|
174 |
|
175 |
ob_start();
|
176 |
|
177 |
-
$args
|
178 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
179 |
|
180 |
$woocommerce_loop['columns'] = $columns;
|
@@ -191,13 +199,13 @@ class WCV_Shortcodes {
|
|
191 |
|
192 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
193 |
|
194 |
-
|
195 |
endwhile; // end of the loop.
|
196 |
?>
|
197 |
|
198 |
<?php woocommerce_product_loop_end(); ?>
|
199 |
|
200 |
-
|
201 |
endif;
|
202 |
|
203 |
wp_reset_postdata();
|
@@ -227,7 +235,8 @@ class WCV_Shortcodes {
|
|
227 |
'columns' => '4',
|
228 |
'orderby' => 'date',
|
229 |
'order' => 'desc',
|
230 |
-
),
|
|
|
231 |
)
|
232 |
);
|
233 |
|
@@ -254,7 +263,7 @@ class WCV_Shortcodes {
|
|
254 |
|
255 |
ob_start();
|
256 |
|
257 |
-
$args
|
258 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
259 |
|
260 |
$woocommerce_loop['columns'] = $columns;
|
@@ -271,7 +280,7 @@ class WCV_Shortcodes {
|
|
271 |
|
272 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
273 |
|
274 |
-
|
275 |
endwhile; // end of the loop.
|
276 |
?>
|
277 |
|
@@ -306,7 +315,8 @@ class WCV_Shortcodes {
|
|
306 |
'columns' => '4',
|
307 |
'orderby' => 'title',
|
308 |
'order' => 'asc',
|
309 |
-
),
|
|
|
310 |
)
|
311 |
);
|
312 |
|
@@ -332,7 +342,7 @@ class WCV_Shortcodes {
|
|
332 |
|
333 |
ob_start();
|
334 |
|
335 |
-
$args
|
336 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
337 |
|
338 |
$woocommerce_loop['columns'] = $columns;
|
@@ -349,13 +359,13 @@ class WCV_Shortcodes {
|
|
349 |
|
350 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
351 |
|
352 |
-
|
353 |
endwhile; // end of the loop.
|
354 |
?>
|
355 |
|
356 |
<?php woocommerce_product_loop_end(); ?>
|
357 |
|
358 |
-
|
359 |
endif;
|
360 |
|
361 |
wp_reset_postdata();
|
@@ -384,7 +394,8 @@ class WCV_Shortcodes {
|
|
384 |
'columns' => '4',
|
385 |
'orderby' => 'title',
|
386 |
'order' => 'asc',
|
387 |
-
),
|
|
|
388 |
)
|
389 |
);
|
390 |
|
@@ -405,7 +416,7 @@ class WCV_Shortcodes {
|
|
405 |
|
406 |
add_filter( 'posts_clauses', array( 'WC_Shortcodes', 'order_by_rating_post_clauses' ) );
|
407 |
|
408 |
-
$args
|
409 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
410 |
|
411 |
remove_filter( 'posts_clauses', array( 'WC_Shortcodes', 'order_by_rating_post_clauses' ) );
|
@@ -424,7 +435,7 @@ class WCV_Shortcodes {
|
|
424 |
|
425 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
426 |
|
427 |
-
|
428 |
endwhile; // end of the loop.
|
429 |
?>
|
430 |
|
@@ -456,7 +467,8 @@ class WCV_Shortcodes {
|
|
456 |
'vendor' => '',
|
457 |
'per_page' => '12',
|
458 |
'columns' => '4',
|
459 |
-
),
|
|
|
460 |
)
|
461 |
);
|
462 |
|
@@ -479,7 +491,7 @@ class WCV_Shortcodes {
|
|
479 |
|
480 |
ob_start();
|
481 |
|
482 |
-
$args
|
483 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
484 |
|
485 |
$woocommerce_loop['columns'] = $columns;
|
@@ -496,13 +508,13 @@ class WCV_Shortcodes {
|
|
496 |
|
497 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
498 |
|
499 |
-
|
500 |
endwhile; // end of the loop.
|
501 |
?>
|
502 |
|
503 |
<?php woocommerce_product_loop_end(); ?>
|
504 |
|
505 |
-
|
506 |
endif;
|
507 |
|
508 |
wp_reset_postdata();
|
@@ -533,7 +545,8 @@ class WCV_Shortcodes {
|
|
533 |
'order' => 'desc',
|
534 |
'category' => '', // Slugs
|
535 |
'operator' => 'IN', // Possible values are 'IN', 'NOT IN', 'AND'.
|
536 |
-
),
|
|
|
537 |
)
|
538 |
);
|
539 |
|
@@ -574,7 +587,7 @@ class WCV_Shortcodes {
|
|
574 |
|
575 |
ob_start();
|
576 |
|
577 |
-
$args
|
578 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
579 |
|
580 |
$woocommerce_loop['columns'] = $columns;
|
@@ -591,13 +604,13 @@ class WCV_Shortcodes {
|
|
591 |
|
592 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
593 |
|
594 |
-
|
595 |
endwhile; // end of the loop.
|
596 |
?>
|
597 |
|
598 |
<?php woocommerce_product_loop_end(); ?>
|
599 |
|
600 |
-
|
601 |
endif;
|
602 |
|
603 |
woocommerce_reset_loop();
|
@@ -639,8 +652,10 @@ class WCV_Shortcodes {
|
|
639 |
*/
|
640 |
public function wcv_vendorslist( $atts ) {
|
641 |
|
642 |
-
$html
|
643 |
-
|
|
|
|
|
644 |
if ( isset( $atts['show_products'] ) ) {
|
645 |
wc_deprecated_argument(
|
646 |
'wcv_vendorslist',
|
@@ -654,31 +669,47 @@ class WCV_Shortcodes {
|
|
654 |
extract(
|
655 |
shortcode_atts(
|
656 |
array(
|
657 |
-
'orderby'
|
658 |
-
'order'
|
659 |
-
'per_page'
|
660 |
-
'columns'
|
661 |
'has_products' => 'no',
|
662 |
-
),
|
|
|
663 |
)
|
664 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
665 |
|
666 |
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
|
667 |
$offset = ( $paged - 1 ) * $per_page;
|
668 |
|
669 |
-
// Hook into the user query to modify the query to return users that have at least one product
|
670 |
-
if (
|
671 |
add_action( 'pre_user_query', array( $this, 'vendors_with_products' ) );
|
672 |
}
|
673 |
|
674 |
-
// Get all vendors
|
675 |
$vendor_total_args = array(
|
676 |
-
'role'
|
677 |
-
'
|
678 |
-
'
|
679 |
-
'
|
680 |
-
'orderby' => $orderby,
|
681 |
-
'order' => $order,
|
682 |
);
|
683 |
|
684 |
if ( $has_products == 'yes' ) {
|
@@ -688,50 +719,49 @@ class WCV_Shortcodes {
|
|
688 |
$vendor_query = new WP_User_Query( $vendor_total_args );
|
689 |
$all_vendors = $vendor_query->get_results();
|
690 |
|
691 |
-
// Get the paged vendors
|
692 |
$vendor_paged_args = array(
|
693 |
-
'role'
|
694 |
-
'
|
695 |
-
'
|
696 |
-
'
|
697 |
-
'
|
698 |
-
'
|
699 |
-
'
|
700 |
-
'number' => $per_page,
|
701 |
);
|
702 |
|
703 |
-
if (
|
704 |
$vendor_paged_args['query_id'] = 'vendors_with_products';
|
705 |
}
|
706 |
|
707 |
$vendor_paged_query = new WP_User_Query( $vendor_paged_args );
|
708 |
$paged_vendors = $vendor_paged_query->get_results();
|
709 |
|
710 |
-
// Pagination calcs
|
711 |
$total_vendors = count( $all_vendors );
|
712 |
$total_vendors_paged = count( $paged_vendors );
|
713 |
$total_pages = ceil( $total_vendors / $per_page );
|
714 |
|
715 |
ob_start();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
716 |
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
'shop_link' => WCV_Vendors::get_vendor_shop_page( $vendor->ID ),
|
722 |
-
'shop_name' => $vendor->pv_shop_name,
|
723 |
-
'vendor_id' => $vendor->ID,
|
724 |
-
'shop_description' => $vendor->pv_shop_description,
|
725 |
-
), 'wc-vendors/front/', wcv_plugin_dir . 'templates/front/'
|
726 |
-
);
|
727 |
-
} // End foreach
|
728 |
|
729 |
-
$html .=
|
730 |
|
731 |
if ( $total_vendors > $total_vendors_paged ) {
|
732 |
-
$html
|
733 |
$current_page = max( 1, get_query_var( 'paged' ) );
|
734 |
-
$html
|
735 |
array(
|
736 |
'base' => get_pagenum_link() . '%_%',
|
737 |
'format' => 'page/%#%/',
|
@@ -741,7 +771,7 @@ class WCV_Shortcodes {
|
|
741 |
'type' => 'list',
|
742 |
)
|
743 |
);
|
744 |
-
$html
|
745 |
}
|
746 |
|
747 |
return $html;
|
@@ -751,9 +781,11 @@ class WCV_Shortcodes {
|
|
751 |
/**
|
752 |
* Output a sold by link
|
753 |
*/
|
754 |
-
public function wcv_sold_by( $atts ){
|
755 |
|
756 |
-
if ( ! is_product() )
|
|
|
|
|
757 |
|
758 |
$atts = shortcode_atts(
|
759 |
array(
|
36 |
// Show the sold by label based on the product page
|
37 |
add_shortcode( 'wcv_sold_by', array( $this, 'wcv_sold_by' ) );
|
38 |
|
39 |
+
// Vendor list actions
|
40 |
+
add_action( 'wcvendors_before_vendor_list', 'wcv_before_vendor_list', 10, 1 );
|
41 |
+
add_action( 'wcvendors_after_vendor_list', 'wcv_after_vendor_list' );
|
42 |
+
add_action( 'wcvendors_vendor_list_filter', 'wcv_vendor_list_filter', 10, 3 );
|
43 |
+
add_action( 'wcvendors_vendor_list_loop', 'wcv_vendor_list_loop', 10, 1 );
|
44 |
+
|
45 |
}
|
46 |
|
47 |
public static function get_vendor( $slug ) {
|
74 |
'columns' => '4',
|
75 |
'orderby' => 'date',
|
76 |
'order' => 'desc',
|
77 |
+
),
|
78 |
+
$atts
|
79 |
)
|
80 |
);
|
81 |
|
94 |
|
95 |
ob_start();
|
96 |
|
97 |
+
$args = apply_filters_deprecated( 'wcv_shortcode_products_query', array( $args, $atts ), '2.3.0', 'wcvendors_shortcode_products_query' );
|
98 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
99 |
|
100 |
$woocommerce_loop['columns'] = $columns;
|
114 |
|
115 |
<?php woocommerce_product_loop_end(); ?>
|
116 |
|
117 |
+
<?php
|
118 |
endif;
|
119 |
|
120 |
wp_reset_postdata();
|
146 |
'columns' => '4',
|
147 |
'orderby' => 'title',
|
148 |
'order' => 'asc',
|
149 |
+
),
|
150 |
+
$atts
|
151 |
)
|
152 |
);
|
153 |
|
182 |
|
183 |
ob_start();
|
184 |
|
185 |
+
$args = apply_filters_deprecated( 'wcv_shortcode_products_query', array( $args, $atts ), '2.3.0', 'wcvendors_shortcode_products_query' );
|
186 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
187 |
|
188 |
$woocommerce_loop['columns'] = $columns;
|
199 |
|
200 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
201 |
|
202 |
+
<?php
|
203 |
endwhile; // end of the loop.
|
204 |
?>
|
205 |
|
206 |
<?php woocommerce_product_loop_end(); ?>
|
207 |
|
208 |
+
<?php
|
209 |
endif;
|
210 |
|
211 |
wp_reset_postdata();
|
235 |
'columns' => '4',
|
236 |
'orderby' => 'date',
|
237 |
'order' => 'desc',
|
238 |
+
),
|
239 |
+
$atts
|
240 |
)
|
241 |
);
|
242 |
|
263 |
|
264 |
ob_start();
|
265 |
|
266 |
+
$args = apply_filters_deprecated( 'wcv_shortcode_products_query', array( $args, $atts ), '2.3.0', 'wcvendors_shortcode_products_query' );
|
267 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
268 |
|
269 |
$woocommerce_loop['columns'] = $columns;
|
280 |
|
281 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
282 |
|
283 |
+
<?php
|
284 |
endwhile; // end of the loop.
|
285 |
?>
|
286 |
|
315 |
'columns' => '4',
|
316 |
'orderby' => 'title',
|
317 |
'order' => 'asc',
|
318 |
+
),
|
319 |
+
$atts
|
320 |
)
|
321 |
);
|
322 |
|
342 |
|
343 |
ob_start();
|
344 |
|
345 |
+
$args = apply_filters_deprecated( 'wcv_shortcode_products_query', array( $args, $atts ), '2.3.0', 'wcvendors_shortcode_products_query' );
|
346 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
347 |
|
348 |
$woocommerce_loop['columns'] = $columns;
|
359 |
|
360 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
361 |
|
362 |
+
<?php
|
363 |
endwhile; // end of the loop.
|
364 |
?>
|
365 |
|
366 |
<?php woocommerce_product_loop_end(); ?>
|
367 |
|
368 |
+
<?php
|
369 |
endif;
|
370 |
|
371 |
wp_reset_postdata();
|
394 |
'columns' => '4',
|
395 |
'orderby' => 'title',
|
396 |
'order' => 'asc',
|
397 |
+
),
|
398 |
+
$atts
|
399 |
)
|
400 |
);
|
401 |
|
416 |
|
417 |
add_filter( 'posts_clauses', array( 'WC_Shortcodes', 'order_by_rating_post_clauses' ) );
|
418 |
|
419 |
+
$args = apply_filters_deprecated( 'wcv_shortcode_products_query', array( $args, $atts ), '2.3.0', 'wcvendors_shortcode_products_query' );
|
420 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
421 |
|
422 |
remove_filter( 'posts_clauses', array( 'WC_Shortcodes', 'order_by_rating_post_clauses' ) );
|
435 |
|
436 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
437 |
|
438 |
+
<?php
|
439 |
endwhile; // end of the loop.
|
440 |
?>
|
441 |
|
467 |
'vendor' => '',
|
468 |
'per_page' => '12',
|
469 |
'columns' => '4',
|
470 |
+
),
|
471 |
+
$atts
|
472 |
)
|
473 |
);
|
474 |
|
491 |
|
492 |
ob_start();
|
493 |
|
494 |
+
$args = apply_filters_deprecated( 'wcv_shortcode_products_query', array( $args, $atts ), '2.3.0', 'wcvendors_shortcode_products_query' );
|
495 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
496 |
|
497 |
$woocommerce_loop['columns'] = $columns;
|
508 |
|
509 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
510 |
|
511 |
+
<?php
|
512 |
endwhile; // end of the loop.
|
513 |
?>
|
514 |
|
515 |
<?php woocommerce_product_loop_end(); ?>
|
516 |
|
517 |
+
<?php
|
518 |
endif;
|
519 |
|
520 |
wp_reset_postdata();
|
545 |
'order' => 'desc',
|
546 |
'category' => '', // Slugs
|
547 |
'operator' => 'IN', // Possible values are 'IN', 'NOT IN', 'AND'.
|
548 |
+
),
|
549 |
+
$atts
|
550 |
)
|
551 |
);
|
552 |
|
587 |
|
588 |
ob_start();
|
589 |
|
590 |
+
$args = apply_filters_deprecated( 'wcv_shortcode_products_query', array( $args, $atts ), '2.3.0', 'wcvendors_shortcode_products_query' );
|
591 |
$products = new WP_Query( apply_filters( 'wcvendors_shortcode_products_query', $args, $atts ) );
|
592 |
|
593 |
$woocommerce_loop['columns'] = $columns;
|
604 |
|
605 |
<?php wc_get_template_part( 'content', 'product' ); ?>
|
606 |
|
607 |
+
<?php
|
608 |
endwhile; // end of the loop.
|
609 |
?>
|
610 |
|
611 |
<?php woocommerce_product_loop_end(); ?>
|
612 |
|
613 |
+
<?php
|
614 |
endif;
|
615 |
|
616 |
woocommerce_reset_loop();
|
652 |
*/
|
653 |
public function wcv_vendorslist( $atts ) {
|
654 |
|
655 |
+
$html = '';
|
656 |
+
$list_display_type_option = get_option( 'wcvendors_display_vendors_list_type', 'grid' );
|
657 |
+
$list_display_type = isset( $_GET['display_mode'] ) ? sanitize_text_field( $_GET['display_mode'] ) : $list_display_type_option;
|
658 |
+
$search_term = isset( $_GET['search'] ) ? sanitize_text_field( $_GET['search'] ) : '';
|
659 |
if ( isset( $atts['show_products'] ) ) {
|
660 |
wc_deprecated_argument(
|
661 |
'wcv_vendorslist',
|
669 |
extract(
|
670 |
shortcode_atts(
|
671 |
array(
|
672 |
+
'orderby' => 'registered',
|
673 |
+
'order' => 'ASC',
|
674 |
+
'per_page' => '12',
|
675 |
+
'columns' => '4',
|
676 |
'has_products' => 'no',
|
677 |
+
),
|
678 |
+
$atts
|
679 |
)
|
680 |
);
|
681 |
+
$meta_query = array(
|
682 |
+
'relation' => 'AND',
|
683 |
+
array(
|
684 |
+
'key' => 'pv_shop_slug',
|
685 |
+
'value' => '',
|
686 |
+
'compare' => '>',
|
687 |
+
),
|
688 |
+
);
|
689 |
+
if ( $search_term ) {
|
690 |
+
$meta_query[] = array(
|
691 |
+
array(
|
692 |
+
'key' => 'pv_shop_name',
|
693 |
+
'value' => $search_term,
|
694 |
+
'compare' => 'LIKE',
|
695 |
+
),
|
696 |
+
);
|
697 |
+
}
|
698 |
|
699 |
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
|
700 |
$offset = ( $paged - 1 ) * $per_page;
|
701 |
|
702 |
+
// Hook into the user query to modify the query to return users that have at least one product.
|
703 |
+
if ( 'yes' === $has_products ) {
|
704 |
add_action( 'pre_user_query', array( $this, 'vendors_with_products' ) );
|
705 |
}
|
706 |
|
707 |
+
// Get all vendors.
|
708 |
$vendor_total_args = array(
|
709 |
+
'role' => 'vendor',
|
710 |
+
'meta_query' => $meta_query,
|
711 |
+
'orderby' => $orderby,
|
712 |
+
'order' => $order,
|
|
|
|
|
713 |
);
|
714 |
|
715 |
if ( $has_products == 'yes' ) {
|
719 |
$vendor_query = new WP_User_Query( $vendor_total_args );
|
720 |
$all_vendors = $vendor_query->get_results();
|
721 |
|
722 |
+
// Get the paged vendors.
|
723 |
$vendor_paged_args = array(
|
724 |
+
'role' => 'vendor',
|
725 |
+
'meta_query' => $meta_query,
|
726 |
+
'orderby' => $orderby,
|
727 |
+
'order' => $order,
|
728 |
+
'offset' => $offset,
|
729 |
+
'number' => $per_page,
|
730 |
+
'fields' => 'all_with_meta',
|
|
|
731 |
);
|
732 |
|
733 |
+
if ( 'yes' === $has_products ) {
|
734 |
$vendor_paged_args['query_id'] = 'vendors_with_products';
|
735 |
}
|
736 |
|
737 |
$vendor_paged_query = new WP_User_Query( $vendor_paged_args );
|
738 |
$paged_vendors = $vendor_paged_query->get_results();
|
739 |
|
740 |
+
// Pagination calcs.
|
741 |
$total_vendors = count( $all_vendors );
|
742 |
$total_vendors_paged = count( $paged_vendors );
|
743 |
$total_pages = ceil( $total_vendors / $per_page );
|
744 |
|
745 |
ob_start();
|
746 |
+
wc_get_template(
|
747 |
+
'vendor-list.php',
|
748 |
+
array(
|
749 |
+
'display_mode' => $list_display_type,
|
750 |
+
'search_term' => $search_term,
|
751 |
+
'vendors_count' => $total_vendors_paged,
|
752 |
+
'vendors_list' => $paged_vendors,
|
753 |
|
754 |
+
),
|
755 |
+
'wc-vendors/front/',
|
756 |
+
wcv_plugin_dir . 'templates/front/'
|
757 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
758 |
|
759 |
+
$html .= ob_get_clean();
|
760 |
|
761 |
if ( $total_vendors > $total_vendors_paged ) {
|
762 |
+
$html .= '<div class="wcv_pagination">';
|
763 |
$current_page = max( 1, get_query_var( 'paged' ) );
|
764 |
+
$html .= paginate_links(
|
765 |
array(
|
766 |
'base' => get_pagenum_link() . '%_%',
|
767 |
'format' => 'page/%#%/',
|
771 |
'type' => 'list',
|
772 |
)
|
773 |
);
|
774 |
+
$html .= '</div>';
|
775 |
}
|
776 |
|
777 |
return $html;
|
781 |
/**
|
782 |
* Output a sold by link
|
783 |
*/
|
784 |
+
public function wcv_sold_by( $atts ) {
|
785 |
|
786 |
+
if ( ! is_product() ) {
|
787 |
+
return;
|
788 |
+
}
|
789 |
|
790 |
$atts = shortcode_atts(
|
791 |
array(
|
classes/includes/wcv-helper-functions.php
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* WC Vendors Helper Functions
|
5 |
+
*
|
6 |
+
*/
|
7 |
+
|
8 |
+
|
9 |
+
/**
|
10 |
+
* PayPal Supported Currencies
|
11 |
+
*
|
12 |
+
* Reference: https://developer.paypal.com/reference/currency-codes/
|
13 |
+
*
|
14 |
+
*
|
15 |
+
* @version 2.4.3
|
16 |
+
* @return void
|
17 |
+
*/
|
18 |
+
function wcv_paypal_currencies(){
|
19 |
+
|
20 |
+
$paypal_currencies = apply_filters( 'wcvendors_paypal_currencies',
|
21 |
+
array(
|
22 |
+
'AUD' => __('Australian Dollar', 'wc-vendors'),
|
23 |
+
'BRL' => __('Brazilian Real', 'wc-vendors'),
|
24 |
+
'CAD' => __('Canadian Dollar', 'wc-vendors'),
|
25 |
+
'CNY' => __('Chinese Renmenbi', 'wc-vendors'),
|
26 |
+
'CZK' => __('Czech Koruna', 'wc-vendors'),
|
27 |
+
'DKK' => __('Danish Krone', 'wc-vendors'),
|
28 |
+
'EUR' => __('Euro', 'wc-vendors'),
|
29 |
+
'HKD' => __('Hong Kong Dollar', 'wc-vendors'),
|
30 |
+
'HUF' => __('Hungarian Forint', 'wc-vendors'),
|
31 |
+
'ILS' => __('Israeli New Shekel', 'wc-vendors'),
|
32 |
+
'JPY' => __('Japanese Yen', 'wc-vendors'),
|
33 |
+
'MYR' => __('Malaysian Ringgit', 'wc-vendors'),
|
34 |
+
'MXN' => __('Mexican Peso', 'wc-vendors'),
|
35 |
+
'TWD' => __('New Taiwan Ddollar', 'wc-vendors'),
|
36 |
+
'NZD' => __('New Zealand Dollar ', 'wc-vendors'),
|
37 |
+
'NOK' => __('Norwegian krone ', 'wc-vendors'),
|
38 |
+
'PHP' => __('Philippine Peso', 'wc-vendors'),
|
39 |
+
'PLN' => __('Polish Złoty', 'wc-vendors'),
|
40 |
+
'GBP' => __('Pound Sterling', 'wc-vendors'),
|
41 |
+
'RUB' => __('Russian Ruble', 'wc-vendors'),
|
42 |
+
'SGD' => __('Singapore Dollar', 'wc-vendors'),
|
43 |
+
'SEK' => __('Swedish Krona', 'wc-vendors'),
|
44 |
+
'CHF' => __('Swiss Franc', 'wc-vendors'),
|
45 |
+
'THB' => __('Thai Baht', 'wc-vendors'),
|
46 |
+
'USD' => __('United States Dollar', 'wc-vendors')
|
47 |
+
)
|
48 |
+
);
|
49 |
+
|
50 |
+
return $paypal_currencies;
|
51 |
+
}
|
52 |
+
|
53 |
+
/**
|
54 |
+
* PayPal wallet
|
55 |
+
*
|
56 |
+
* @version 2.4.3
|
57 |
+
* @return void
|
58 |
+
*/
|
59 |
+
function wcv_paypal_wallet(){
|
60 |
+
|
61 |
+
$paypal_wallet = apply_filters( 'wcvendors_paypal_wallet',
|
62 |
+
array(
|
63 |
+
'paypal' => __('PayPal', 'wc-vendors' ),
|
64 |
+
'venmo' => __('Venmo', 'wc-vendors' ),
|
65 |
+
)
|
66 |
+
);
|
67 |
+
|
68 |
+
return $paypal_wallet;
|
69 |
+
}
|
classes/includes/wcv-template-functions.php
CHANGED
@@ -43,20 +43,24 @@ if ( ! function_exists( 'wcv_get_vendor_order_items' ) ) {
|
|
43 |
$template = $args['plain_text'] ? 'emails/plain/vendor-order-items.php' : 'emails/vendor-order-items.php';
|
44 |
|
45 |
wc_get_template(
|
46 |
-
$template,
|
47 |
-
|
48 |
-
'
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
|
|
|
|
|
|
60 |
);
|
61 |
|
62 |
return apply_filters( 'wcvendors_vendor_order_items_table', ob_get_clean(), $order );
|
@@ -84,17 +88,16 @@ if ( ! function_exists( 'wcv_get_vendor_item_totals' ) ) {
|
|
84 |
$shipping = 0;
|
85 |
$total = 0;
|
86 |
$total_rows = array();
|
87 |
-
$discount
|
88 |
-
$coupons
|
89 |
-
|
90 |
if ( ! empty( $coupons ) ) {
|
91 |
foreach ( $coupons as $coupon ) {
|
92 |
-
$coupon_obj
|
93 |
-
$coupon_id
|
94 |
-
$
|
95 |
-
$author
|
96 |
-
|
97 |
-
$discount = $order->get_total_discount();
|
98 |
}
|
99 |
}
|
100 |
}
|
@@ -104,11 +107,11 @@ if ( ! function_exists( 'wcv_get_vendor_item_totals' ) ) {
|
|
104 |
// Get vendor commission information
|
105 |
foreach ( $vendor_commissions as $commission ) {
|
106 |
|
107 |
-
if ( $vendor_id
|
108 |
|
109 |
$commission_subtotal += $commission['commission'];
|
110 |
-
$shipping
|
111 |
-
$tax
|
112 |
$commission_total += $commission['total'];
|
113 |
}
|
114 |
}
|
@@ -122,6 +125,13 @@ if ( ! function_exists( 'wcv_get_vendor_item_totals' ) ) {
|
|
122 |
);
|
123 |
}
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
// Product subtotals
|
126 |
if ( 'product' === $totals_display || 'both' === $totals_display ) {
|
127 |
|
@@ -173,7 +183,7 @@ if ( ! function_exists( 'wcv_get_vendor_item_totals' ) ) {
|
|
173 |
$product_total = $product_subtotal + $shipping + $tax - $discount;
|
174 |
if ( 0 > $product_total ) {
|
175 |
$product_total = 0;
|
176 |
-
}
|
177 |
$total_rows['product_total'] = array(
|
178 |
'label' => __( 'Product total:', 'wc-vendors' ),
|
179 |
'value' => wc_price( $product_total, array( 'currency' => $order->get_currency() ) ),
|
@@ -206,16 +216,16 @@ if ( ! function_exists( 'is_wcv_pro_active' ) ) {
|
|
206 |
}
|
207 |
|
208 |
|
209 |
-
if ( ! function_exists( 'wcv_get_sold_by_link' )
|
210 |
/**
|
211 |
* Get the vendor sold by URL
|
212 |
*
|
213 |
-
* @param int
|
214 |
* @param string $css_class - optional css class
|
215 |
*/
|
216 |
-
function wcv_get_sold_by_link( $vendor_id, $css_class = '' ){
|
217 |
-
$class
|
218 |
-
$sold_by
|
219 |
? sprintf( '<a href="%s" %s>%s</a>', WCV_Vendors::get_vendor_shop_page( $vendor_id ), $class, WCV_Vendors::get_vendor_sold_by( $vendor_id ) )
|
220 |
: get_bloginfo( 'name' );
|
221 |
|
@@ -226,8 +236,8 @@ if ( ! function_exists( 'wcv_get_sold_by_link' ) ){
|
|
226 |
}
|
227 |
|
228 |
|
229 |
-
if ( ! function_exists( 'wcv_get_vendor_sold_by') ){
|
230 |
-
function wcv_get_vendor_sold_by( $vendor_id ){
|
231 |
|
232 |
$sold_by_label = __( get_option( 'wcvendors_label_sold_by' ), 'wc-vendors' );
|
233 |
$sold_by_separator = __( get_option( 'wcvendors_label_sold_by_separator' ), 'wc-vendors' );
|
@@ -243,3 +253,103 @@ if ( ! function_exists( 'wcv_get_vendor_sold_by') ){
|
|
243 |
return $vendor_sold_by;
|
244 |
}
|
245 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
$template = $args['plain_text'] ? 'emails/plain/vendor-order-items.php' : 'emails/vendor-order-items.php';
|
44 |
|
45 |
wc_get_template(
|
46 |
+
$template,
|
47 |
+
apply_filters(
|
48 |
+
'wcvendors_vendor_order_items_args',
|
49 |
+
array(
|
50 |
+
'order' => $order,
|
51 |
+
'items' => $args['vendor_items'],
|
52 |
+
'show_sku' => $args['show_sku'],
|
53 |
+
'show_image' => $args['show_image'],
|
54 |
+
'image_size' => $args['image_size'],
|
55 |
+
'plain_text' => $args['plain_text'],
|
56 |
+
'sent_to_admin' => $args['sent_to_admin'],
|
57 |
+
'sent_to_vendor' => $args['sent_to_vendor'],
|
58 |
+
'totals_display' => $args['totals_display'],
|
59 |
+
'vendor_id' => $args['vendor_id'],
|
60 |
+
)
|
61 |
+
),
|
62 |
+
'woocommerce',
|
63 |
+
WCV_TEMPLATE_BASE
|
64 |
);
|
65 |
|
66 |
return apply_filters( 'wcvendors_vendor_order_items_table', ob_get_clean(), $order );
|
88 |
$shipping = 0;
|
89 |
$total = 0;
|
90 |
$total_rows = array();
|
91 |
+
$discount = 0;
|
92 |
+
$coupons = $order->get_items( 'coupon' );
|
93 |
+
|
94 |
if ( ! empty( $coupons ) ) {
|
95 |
foreach ( $coupons as $coupon ) {
|
96 |
+
$coupon_obj = new WC_Coupon( $coupon->get_code() );
|
97 |
+
$coupon_id = $coupon_obj->get_id();
|
98 |
+
$author = get_post_field( 'post_author', $coupon_id );
|
99 |
+
if ( absint( $author ) === absint( $vendor_id ) ) {
|
100 |
+
$discount = $order->get_discount_total();
|
|
|
101 |
}
|
102 |
}
|
103 |
}
|
107 |
// Get vendor commission information
|
108 |
foreach ( $vendor_commissions as $commission ) {
|
109 |
|
110 |
+
if ( absint( $vendor_id ) === absint( $commission['vendor_id'] ) ) {
|
111 |
|
112 |
$commission_subtotal += $commission['commission'];
|
113 |
+
$shipping = $commission['shipping'];
|
114 |
+
$tax = $commission['tax'];
|
115 |
$commission_total += $commission['total'];
|
116 |
}
|
117 |
}
|
125 |
);
|
126 |
}
|
127 |
|
128 |
+
if ( 0 < $discount ) {
|
129 |
+
$total_rows['discount'] = array(
|
130 |
+
'label' => __( 'Discount:', 'wc-vendors' ),
|
131 |
+
'value' => wc_price( -1 * $discount, array( 'currency' => $order->get_currency() ) ),
|
132 |
+
);
|
133 |
+
}
|
134 |
+
|
135 |
// Product subtotals
|
136 |
if ( 'product' === $totals_display || 'both' === $totals_display ) {
|
137 |
|
183 |
$product_total = $product_subtotal + $shipping + $tax - $discount;
|
184 |
if ( 0 > $product_total ) {
|
185 |
$product_total = 0;
|
186 |
+
}
|
187 |
$total_rows['product_total'] = array(
|
188 |
'label' => __( 'Product total:', 'wc-vendors' ),
|
189 |
'value' => wc_price( $product_total, array( 'currency' => $order->get_currency() ) ),
|
216 |
}
|
217 |
|
218 |
|
219 |
+
if ( ! function_exists( 'wcv_get_sold_by_link' ) ) {
|
220 |
/**
|
221 |
* Get the vendor sold by URL
|
222 |
*
|
223 |
+
* @param int $vendor_id - vendor's id
|
224 |
* @param string $css_class - optional css class
|
225 |
*/
|
226 |
+
function wcv_get_sold_by_link( $vendor_id, $css_class = '' ) {
|
227 |
+
$class = isset( $css_class ) ? 'class="' . $css_class . '"' : '';
|
228 |
+
$sold_by = WCV_Vendors::is_vendor( $vendor_id )
|
229 |
? sprintf( '<a href="%s" %s>%s</a>', WCV_Vendors::get_vendor_shop_page( $vendor_id ), $class, WCV_Vendors::get_vendor_sold_by( $vendor_id ) )
|
230 |
: get_bloginfo( 'name' );
|
231 |
|
236 |
}
|
237 |
|
238 |
|
239 |
+
if ( ! function_exists( 'wcv_get_vendor_sold_by' ) ) {
|
240 |
+
function wcv_get_vendor_sold_by( $vendor_id ) {
|
241 |
|
242 |
$sold_by_label = __( get_option( 'wcvendors_label_sold_by' ), 'wc-vendors' );
|
243 |
$sold_by_separator = __( get_option( 'wcvendors_label_sold_by_separator' ), 'wc-vendors' );
|
253 |
return $vendor_sold_by;
|
254 |
}
|
255 |
}
|
256 |
+
|
257 |
+
/**
|
258 |
+
* Generate a dropdown of the PayPal Masspay wallet options.
|
259 |
+
*
|
260 |
+
* @version 2.4.3 - added
|
261 |
+
*/
|
262 |
+
if ( !function_exists( 'wcv_paypal_masspay_walet_select' ) ){
|
263 |
+
function wcv_paypal_masspay_walet_select( $option ){
|
264 |
+
$select = '<select name="wcv_paypal_masspay_wallet" id="wcv_paypal_masspay_wallet" class="" style="width: 25em;">';
|
265 |
+
foreach ( wcv_paypal_wallet() as $option_key => $option_value ) :
|
266 |
+
$select .= '<option value="'. esc_attr( $option_key ).'"'. selected( $option, $option_key, false ) .'>'. esc_attr( $option_value ). '</option>';
|
267 |
+
endforeach;
|
268 |
+
$select .= '</select>';
|
269 |
+
|
270 |
+
return $select;
|
271 |
+
}
|
272 |
+
}
|
273 |
+
if ( ! function_exists( 'wcv_before_vendor_list' ) ) {
|
274 |
+
/**
|
275 |
+
* Before vendor list
|
276 |
+
*
|
277 |
+
* @param string $display_mode - display mode.
|
278 |
+
*/
|
279 |
+
function wcv_before_vendor_list( $display_mode ) {
|
280 |
+
$css_class = array( $display_mode );
|
281 |
+
$css_class = apply_filters( 'wcvendors_vendor_list_open_class', $css_class );
|
282 |
+
$css_class = array_map( 'strtolower', $css_class );
|
283 |
+
$css_class = implode( ' ', $css_class );
|
284 |
+
echo sprintf( apply_filters( 'wcvendors_vendor_list_open', '<ul class="wcv_vendorslist %s">' ), esc_attr( $css_class ) );
|
285 |
+
}
|
286 |
+
}
|
287 |
+
|
288 |
+
if ( ! function_exists( 'wcv_after_vendor_list' ) ) {
|
289 |
+
/**
|
290 |
+
* Before vendor list
|
291 |
+
*/
|
292 |
+
function wcv_after_vendor_list() {
|
293 |
+
echo apply_filters( 'wcvendors_vendor_list_close', '</ul>' );
|
294 |
+
}
|
295 |
+
}
|
296 |
+
|
297 |
+
if ( ! function_exists( 'wcv_vendor_list_loop' ) ) {
|
298 |
+
/**
|
299 |
+
* Vendor list loop
|
300 |
+
*
|
301 |
+
* @param array $vendors array of vendors.
|
302 |
+
*/
|
303 |
+
function wcv_vendor_list_loop( $vendors ) {
|
304 |
+
ob_start();
|
305 |
+
foreach ( $vendors as $vendor ) {
|
306 |
+
|
307 |
+
$vendor_avatar = wcv_get_vendor_avatar( $vendor->ID );
|
308 |
+
$store_phone = get_user_meta( $vendor->ID, '_wcv_store_phone', true );
|
309 |
+
$store_address = get_user_meta( $vendor->ID, '_wcv_store_address1', true );
|
310 |
+
wc_get_template(
|
311 |
+
'vendor-list-loop.php',
|
312 |
+
array(
|
313 |
+
'shop_link' => WCV_Vendors::get_vendor_shop_page( $vendor->ID ),
|
314 |
+
'shop_name' => $vendor->pv_shop_name,
|
315 |
+
'vendor_id' => $vendor->ID,
|
316 |
+
'shop_description' => $vendor->pv_shop_description,
|
317 |
+
'avatar' => $vendor_avatar,
|
318 |
+
'phone' => $store_phone ? $store_phone : __( 'Not available', 'wc-vendors' ),
|
319 |
+
'address' => $store_address ? $store_address : __( 'Not available', 'wc-vendors' ),
|
320 |
+
),
|
321 |
+
'wc-vendors/front/',
|
322 |
+
wcv_plugin_dir . 'templates/front/'
|
323 |
+
);
|
324 |
+
}
|
325 |
+
$output = ob_get_clean();
|
326 |
+
echo $output;
|
327 |
+
}
|
328 |
+
}
|
329 |
+
|
330 |
+
if ( ! function_exists( 'wcv_vendor_list_filter' ) ) {
|
331 |
+
/**
|
332 |
+
* Vendor list filter
|
333 |
+
*
|
334 |
+
* @param string $display_mode List display mode.
|
335 |
+
* @param string $search_term search term.
|
336 |
+
* @param string $vendor_count vendor count.
|
337 |
+
*/
|
338 |
+
function wcv_vendor_list_filter( $display_mode, $search_term, $vendor_count ) {
|
339 |
+
|
340 |
+
ob_start();
|
341 |
+
wc_get_template(
|
342 |
+
'vendor-list-filter.php',
|
343 |
+
array(
|
344 |
+
'display_mode' => $display_mode,
|
345 |
+
'search_term' => $search_term,
|
346 |
+
'vendors_count' => $vendor_count,
|
347 |
+
),
|
348 |
+
'wc-vendors/front/',
|
349 |
+
wcv_plugin_dir . 'templates/front/'
|
350 |
+
);
|
351 |
+
$output = ob_get_clean();
|
352 |
+
|
353 |
+
echo $output;
|
354 |
+
}
|
355 |
+
}
|
classes/includes/wcv-update-functions.php
CHANGED
@@ -70,6 +70,7 @@ function wcv_get_settings_mapping() {
|
|
70 |
'can_submit_live_products' => 'wcvendors_capability_products_live',
|
71 |
'can_show_orders' => 'wcvendors_capability_orders_enabled',
|
72 |
'can_export_csv' => 'wcvendors_capability_orders_export',
|
|
|
73 |
'can_view_order_emails' => 'wcvendors_capability_order_customer_email',
|
74 |
'can_view_order_comments' => 'wcvendors_capability_order_read_notes',
|
75 |
'can_submit_order_comments' => 'wcvendors_capability_order_update_notes',
|
70 |
'can_submit_live_products' => 'wcvendors_capability_products_live',
|
71 |
'can_show_orders' => 'wcvendors_capability_orders_enabled',
|
72 |
'can_export_csv' => 'wcvendors_capability_orders_export',
|
73 |
+
'can_export_commission_csv' => 'wcvendors_capability_commission_export',
|
74 |
'can_view_order_emails' => 'wcvendors_capability_order_customer_email',
|
75 |
'can_view_order_comments' => 'wcvendors_capability_order_read_notes',
|
76 |
'can_submit_order_comments' => 'wcvendors_capability_order_update_notes',
|
classes/includes/wcv-vendor-functions.php
CHANGED
@@ -148,3 +148,20 @@ if ( ! function_exists( 'wcv_vendor_shipped' ) ) {
|
|
148 |
function wcv_marked_shipped_order_status() {
|
149 |
return apply_filters( 'wcvendors_order_mark_shipped_statuses', array( 'completed', 'processing' ) );
|
150 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
function wcv_marked_shipped_order_status() {
|
149 |
return apply_filters( 'wcvendors_order_mark_shipped_statuses', array( 'completed', 'processing' ) );
|
150 |
}
|
151 |
+
|
152 |
+
if ( ! function_exists( 'wcv_get_vendor_avatar' ) ) {
|
153 |
+
/**
|
154 |
+
* Get vendors avatar
|
155 |
+
*
|
156 |
+
* @param int $vendor_id The vendor id.
|
157 |
+
*/
|
158 |
+
function wcv_get_vendor_avatar( $vendor_id ) {
|
159 |
+
|
160 |
+
$avatar_source = get_option( 'wcvendors_display_vendors_avatar_source', 'mystery' );
|
161 |
+
$avatar_size = apply_filters( 'wcvendors_vendor_avatar_size', 200 );
|
162 |
+
|
163 |
+
$vendor_avatar = get_avatar( $vendor_id, $avatar_size, $avatar_source, '', array( 'class' => 'wcv-avatar' ) );
|
164 |
+
return apply_filters( 'wcvendors_vendor_avatar', $vendor_avatar, $vendor_id, $avatar_size, $avatar_source );
|
165 |
+
|
166 |
+
}
|
167 |
+
}
|
languages/wc-vendors-nl_NL.po
CHANGED
@@ -1,249 +1,477 @@
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WC Vendors\n"
|
4 |
"Report-Msgid-Bugs-To: https://www.wcvendors.com\n"
|
5 |
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
"Language: nl\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
|
|
|
|
|
|
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-
|
16 |
-
"X-Poedit-
|
17 |
-
"
|
18 |
-
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
19 |
-
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
20 |
-
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
21 |
-
"X-Loco-Target-Locale: nl_NL\n"
|
22 |
-
"X-Generator: Poedit 2.2.1\n"
|
23 |
-
"X-Poedit-SearchPath-0: ../../plugins/wc-vendors\n"
|
24 |
|
25 |
-
|
|
|
26 |
msgid ""
|
27 |
-
"WC Vendors Marketplace requires WooCommerce to run.
|
28 |
-
"WooCommerce and activate before attempting to activate again."
|
29 |
msgstr ""
|
|
|
|
|
30 |
|
31 |
-
#: class-wc-vendors.php:
|
32 |
msgid "WC Vendors Marketplace"
|
33 |
-
msgstr ""
|
34 |
|
35 |
-
#: class-wc-vendors.php:
|
36 |
msgid ""
|
37 |
"<b>WC Vendors Marketplace is inactive</b>. WC Vendors Marketplace requires a "
|
38 |
"minimum of WooCommerce 3.0.0 to operate."
|
39 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
-
#: class-wc-vendors.php:
|
42 |
msgid ""
|
43 |
"WC Vendors 2.0 is a major update. This is not compatible with any of our "
|
44 |
"existing extensions. You should test this update on a staging server before "
|
45 |
"updating. Backup your site and update your theme and extensions, and <a href="
|
46 |
"\"%s\">review update details here</a> before upgrading."
|
47 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
-
#: class-wc-vendors.php:
|
50 |
msgid ""
|
51 |
"WC Vendors Pro 1.5.0 is required to run WC Vendors 2.0.0. Your current "
|
52 |
"version %s will be deactivated. Please upgrade to the latest version."
|
53 |
msgstr ""
|
|
|
|
|
|
|
54 |
|
55 |
-
#: classes/class-commission.php:
|
56 |
-
#: classes/admin/class-
|
57 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
58 |
-
#: classes/admin/class-wcv-commissions-page.php:544
|
59 |
msgid "Due"
|
60 |
msgstr "Verschuldigd"
|
61 |
|
62 |
-
#: classes/class-commission.php:
|
63 |
-
#: classes/admin/class-
|
64 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
65 |
-
#: classes/admin/class-wcv-commissions-page.php:545
|
66 |
msgid "Paid"
|
67 |
msgstr "Betaald"
|
68 |
|
69 |
-
#: classes/class-commission.php:
|
70 |
-
#: classes/admin/class-
|
71 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
72 |
-
#: classes/admin/class-wcv-commissions-page.php:546
|
73 |
msgid "Reversed"
|
74 |
msgstr "Teruggedraaid"
|
75 |
|
76 |
-
#: classes/class-cron.php:
|
77 |
msgid "Payment total: %s"
|
78 |
-
msgstr ""
|
79 |
|
80 |
-
#: classes/class-install.php:
|
81 |
-
#, fuzzy
|
82 |
-
#| msgid "Pending Vendors"
|
83 |
msgid "Pending %s"
|
84 |
-
msgstr "
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
#: classes/admin/class-
|
89 |
-
#: classes/admin/class-
|
90 |
-
#: classes/admin/class-
|
91 |
-
#: classes/admin/class-
|
92 |
-
#: classes/admin/class-
|
93 |
-
#: classes/admin/class-wcv-
|
94 |
-
#: classes/admin/class-wcv-
|
95 |
-
#: classes/admin/
|
96 |
-
#: classes/admin/
|
97 |
-
#: classes/admin/
|
|
|
|
|
|
|
98 |
msgid "%s"
|
99 |
-
msgstr ""
|
100 |
|
101 |
-
#: classes/class-install.php:
|
102 |
-
#, fuzzy
|
103 |
-
#| msgid "Vendor Dashboard"
|
104 |
msgctxt "Page slug"
|
105 |
msgid "vendor_dashboard"
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#: classes/class-install.php:
|
109 |
-
#, fuzzy
|
110 |
-
#| msgid "Vendor Dashboard"
|
111 |
msgctxt "Page title"
|
112 |
msgid "%s Dashboard"
|
113 |
-
msgstr "
|
114 |
|
115 |
-
#: classes/class-install.php:
|
116 |
-
#, fuzzy
|
117 |
-
#| msgid "Vendor"
|
118 |
msgctxt "Page slug"
|
119 |
msgid "vendors"
|
120 |
msgstr "Verkoper"
|
121 |
|
122 |
-
#: classes/class-install.php:
|
123 |
msgctxt "Page title"
|
124 |
msgid "%s"
|
125 |
-
msgstr ""
|
126 |
|
127 |
-
#: classes/class-install.php:
|
128 |
-
#, fuzzy
|
129 |
-
#| msgid "Shop Settings"
|
130 |
msgctxt "Page slug"
|
131 |
msgid "shop_settings"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: classes/class-install.php:
|
135 |
-
#, fuzzy
|
136 |
-
#| msgid "Shop Settings"
|
137 |
msgctxt "Page title"
|
138 |
msgid "Shop Settings"
|
139 |
msgstr "Winkel instellingen"
|
140 |
|
141 |
-
#: classes/class-install.php:
|
142 |
-
#, fuzzy
|
143 |
-
#| msgid "Export orders"
|
144 |
msgctxt "Page slug"
|
145 |
msgid "product_orders"
|
146 |
-
msgstr "
|
147 |
|
148 |
-
#: classes/class-install.php:
|
149 |
-
#, fuzzy
|
150 |
-
#| msgid "Show Orders"
|
151 |
msgctxt "Page title"
|
152 |
msgid "Orders"
|
153 |
-
msgstr "
|
154 |
|
155 |
-
#: classes/class-install.php:
|
156 |
msgid "View WC Vendors settings"
|
157 |
-
msgstr ""
|
158 |
|
159 |
-
#: classes/class-install.php:
|
|
|
160 |
msgid "Settings"
|
161 |
-
msgstr ""
|
162 |
|
163 |
-
#: classes/class-install.php:
|
164 |
msgid "View WC Vendors documentation"
|
165 |
-
msgstr ""
|
166 |
|
167 |
-
#: classes/class-install.php:
|
168 |
msgid "Docs"
|
169 |
-
msgstr ""
|
170 |
|
171 |
-
#: classes/class-install.php:
|
172 |
msgid "Visit community forums"
|
173 |
-
msgstr ""
|
174 |
|
175 |
-
#: classes/class-install.php:
|
176 |
msgid "Free support"
|
177 |
-
msgstr ""
|
178 |
|
179 |
-
#: classes/class-install.php:
|
180 |
msgid "Buy premium customer support"
|
181 |
-
msgstr ""
|
182 |
|
183 |
-
#: classes/class-install.php:
|
184 |
msgid "Premium support"
|
185 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
|
187 |
-
#: classes/class-
|
188 |
-
|
189 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
msgid "%s Orders"
|
191 |
-
msgstr "
|
192 |
|
193 |
-
#: classes/class-vendors.php:
|
194 |
-
|
195 |
-
|
196 |
-
msgid "%s Order – %s"
|
197 |
-
msgstr "Verkoper Order – %s"
|
198 |
|
199 |
-
#: classes/class-vendors.php:
|
200 |
msgctxt "Order date parsed by strftime"
|
201 |
-
msgid "%b %d, %Y @ %I:%M %p"
|
202 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
203 |
|
204 |
-
#: classes/admin/class-admin-
|
205 |
-
#: classes/admin/class-
|
206 |
-
#: classes/admin/class-wcv-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
#: classes/admin/views/html-vendor-meta.php:1
|
208 |
msgid "WC Vendors"
|
209 |
-
msgstr ""
|
210 |
|
211 |
-
#: classes/admin/class-admin-menus.php:
|
212 |
msgid "WC Vendors Extensions"
|
213 |
-
msgstr ""
|
214 |
|
215 |
-
#: classes/admin/class-admin-menus.php:
|
216 |
-
#: classes/admin/views/setup/ready.php:65
|
217 |
msgid "Extensions"
|
218 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
219 |
|
220 |
-
#: classes/admin/class-admin-menus.php:
|
221 |
-
|
222 |
-
|
223 |
-
|
|
|
|
|
224 |
msgid "Commissions"
|
225 |
-
msgstr "
|
226 |
|
227 |
-
#: classes/admin/class-admin-
|
|
|
|
|
|
|
|
|
228 |
msgid "Overview"
|
229 |
msgstr "Overzicht"
|
230 |
|
231 |
-
#: classes/admin/class-admin-reports.php:
|
232 |
-
|
233 |
-
|
234 |
-
msgid "Commission by %s"
|
235 |
-
msgstr "Commissies per verkoper"
|
236 |
|
237 |
-
#: classes/admin/class-admin-reports.php:
|
238 |
-
msgid "Commission
|
239 |
msgstr "Commissie per product"
|
240 |
|
241 |
-
#: classes/admin/class-admin-reports.php:
|
242 |
-
#: classes/admin/class-admin-reports.php:345
|
243 |
msgid "Commission Totals"
|
244 |
msgstr "Commissie totalen"
|
245 |
|
246 |
-
#: classes/admin/class-admin-reports.php:
|
247 |
msgid ""
|
248 |
"Commission totals for all vendors includes shipping and taxes. By default no "
|
249 |
"date range is used and all due commissions are returned. Use the date range "
|
@@ -253,745 +481,923 @@ msgstr ""
|
|
253 |
"belastingen. Standaard wordt er geen datum bereik gebruikt en alle "
|
254 |
"verschuldigde commissies worden teruggestort. Gebruik de datum filter."
|
255 |
|
256 |
-
#: classes/admin/class-admin-reports.php:
|
257 |
-
#: classes/admin/class-admin-reports.php:
|
258 |
-
#:
|
|
|
|
|
259 |
msgid "From:"
|
260 |
msgstr "Van:"
|
261 |
|
262 |
-
#: classes/admin/class-admin-reports.php:
|
263 |
-
#: classes/admin/class-admin-reports.php:
|
264 |
-
#:
|
|
|
|
|
265 |
msgid "To:"
|
266 |
-
msgstr "
|
267 |
|
268 |
-
#: classes/admin/class-admin-reports.php:
|
269 |
-
#: classes/admin/class-admin-reports.php:
|
270 |
-
#: classes/admin/class-admin-reports.php:
|
271 |
-
#: templates/dashboard/date-picker.php:
|
272 |
msgid "Show"
|
273 |
msgstr "Toon"
|
274 |
|
275 |
-
#: classes/admin/class-admin-reports.php:
|
276 |
-
msgid "Total
|
277 |
msgstr "Totaal betaald in bereik"
|
278 |
|
279 |
-
#: classes/admin/class-admin-reports.php:
|
280 |
-
#: classes/admin/class-admin-reports.php:
|
281 |
-
#: classes/admin/class-admin-reports.php:
|
282 |
msgid "n/a"
|
283 |
-
msgstr ""
|
284 |
|
285 |
-
#: classes/admin/class-admin-reports.php:
|
286 |
-
msgid "Total
|
287 |
msgstr "Totaal verschuldigd in bereik"
|
288 |
|
289 |
-
#: classes/admin/class-admin-reports.php:
|
290 |
-
msgid "Total
|
291 |
msgstr "Totaal gereserveerd in bereik"
|
292 |
|
293 |
-
#: classes/admin/class-admin-reports.php:
|
294 |
msgid "Recent Commission"
|
295 |
msgstr "Recente commissie"
|
296 |
|
297 |
-
#: classes/admin/class-admin-reports.php:
|
298 |
-
|
|
|
|
|
|
|
|
|
299 |
msgid "Order"
|
300 |
-
msgstr ""
|
301 |
|
302 |
-
#: classes/admin/class-admin-reports.php:
|
303 |
-
#: classes/admin/class-
|
304 |
-
#: classes/admin/class-wcv-commissions-
|
305 |
-
#:
|
306 |
-
#: templates/
|
307 |
-
#: templates/emails/vendor-
|
308 |
-
#: templates/emails/vendor-order
|
309 |
-
#:
|
|
|
|
|
310 |
msgid "Product"
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: classes/admin/class-admin-reports.php:
|
314 |
-
#: classes/admin/class-admin-reports.php:
|
315 |
-
#: classes/admin/class-
|
316 |
-
#: classes/admin/class-
|
317 |
-
#: classes/admin/class-wcv-commissions-
|
318 |
-
#: classes/admin/class-wcv-commissions-
|
319 |
-
#:
|
|
|
320 |
msgid "Total"
|
321 |
msgstr "Totaal"
|
322 |
|
323 |
-
#: classes/admin/class-admin-reports.php:
|
324 |
msgid "Date & Time"
|
325 |
msgstr "Datum & tijd"
|
326 |
|
327 |
-
#: classes/admin/class-admin-reports.php:
|
328 |
-
#: classes/admin/class-admin-reports.php:
|
329 |
-
#: classes/admin/class-wcv-commissions-csv-exporter.php:
|
330 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
331 |
msgid "Status"
|
332 |
-
msgstr ""
|
333 |
|
334 |
-
#: classes/admin/class-admin-reports.php:
|
335 |
-
#: templates/emails/vendor-order-addresses.php:
|
336 |
msgid "N/A"
|
337 |
-
msgstr ""
|
338 |
|
339 |
-
#: classes/admin/class-admin-reports.php:
|
340 |
msgid "D j M Y \a\t h:ia"
|
341 |
-
msgstr ""
|
342 |
|
343 |
-
#: classes/admin/class-admin-reports.php:
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
346 |
|
347 |
-
#: classes/admin/class-admin-reports.php:
|
348 |
-
msgid "
|
349 |
-
msgstr "
|
350 |
|
351 |
-
#: classes/admin/class-admin-reports.php:
|
352 |
-
#: classes/admin/class-admin-reports.php:246
|
353 |
msgid "Type in a product name to start searching..."
|
354 |
msgstr "Type een product naam in om te beginnen met zoeken"
|
355 |
|
356 |
-
#: classes/admin/class-admin-reports.php:
|
357 |
-
|
358 |
-
#| msgid "Select a vendor…"
|
359 |
-
msgid "Select a %s…"
|
360 |
-
msgstr "Selecteer een verkoper..."
|
361 |
-
|
362 |
-
#: classes/admin/class-admin-reports.php:344
|
363 |
-
msgid "Month"
|
364 |
-
msgstr "Maand"
|
365 |
-
|
366 |
-
#: classes/admin/class-admin-reports.php:346,
|
367 |
-
#: classes/admin/class-wcv-commissions-csv-exporter.php:46,
|
368 |
-
#: classes/admin/class-wcv-commissions-page.php:121
|
369 |
-
msgid "Tax"
|
370 |
-
msgstr "Belasting"
|
371 |
-
|
372 |
-
#: classes/admin/class-admin-reports.php:347,
|
373 |
-
#: classes/admin/class-wcv-commissions-csv-exporter.php:45,
|
374 |
-
#: classes/admin/class-wcv-commissions-page.php:120,
|
375 |
-
#: templates/dashboard/orders.php:51, templates/orders/orders.php:129,
|
376 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:104
|
377 |
-
msgid "Shipping"
|
378 |
-
msgstr "Verzending"
|
379 |
-
|
380 |
-
#: classes/admin/class-admin-reports.php:459
|
381 |
msgid "Tax Total"
|
382 |
msgstr "Totale belasting"
|
383 |
|
384 |
-
#: classes/admin/class-admin-reports.php:
|
|
|
385 |
msgid "Shipping Total"
|
386 |
msgstr "Totale verzending"
|
387 |
|
388 |
-
#: classes/admin/class-admin-reports.php:
|
|
|
389 |
msgid "Commission Total"
|
390 |
msgstr "Totale commissie"
|
391 |
|
392 |
-
#: classes/admin/class-admin-reports.php:
|
393 |
msgid "No commissions found."
|
394 |
msgstr "Geen commissie gevonden."
|
395 |
|
396 |
-
#: classes/admin/class-admin-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
msgid "You are not allowed to submit products. <a href=\"%s\">Go Back</a>"
|
398 |
-
msgstr ""
|
399 |
|
400 |
-
#: classes/admin/class-
|
401 |
-
|
402 |
-
|
403 |
-
msgstr ""
|
404 |
|
405 |
-
#: classes/admin/class-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
#:
|
410 |
-
|
411 |
-
|
412 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
#: classes/admin/views/html-admin-commission-page.php:23,
|
414 |
-
#: classes/admin/views/setup/general.php:
|
415 |
msgid "Commission"
|
416 |
msgstr "Commissie"
|
417 |
|
418 |
-
#: classes/admin/class-product-meta.php:
|
419 |
-
#: classes/admin/views/html-vendor-meta.php:
|
420 |
msgid "Leave blank for default"
|
421 |
msgstr "Laat leeg voor standaard"
|
422 |
|
423 |
-
#: classes/admin/class-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
msgid "Start"
|
425 |
-
msgstr ""
|
426 |
|
427 |
-
#: classes/admin/class-setup-wizard.php:
|
428 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
429 |
msgid "Capabilities"
|
430 |
-
msgstr ""
|
431 |
|
432 |
-
#: classes/admin/class-setup-wizard.php:
|
433 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
434 |
#: classes/admin/views/setup/pages.php:19
|
435 |
msgid "Pages"
|
436 |
-
msgstr ""
|
437 |
|
438 |
-
#: classes/admin/class-setup-wizard.php:
|
439 |
msgid "Ready!"
|
440 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
|
442 |
#. translators: %1$s: link to videos, %2$s: link to docs
|
443 |
-
#: classes/admin/class-setup-wizard.php:
|
444 |
msgid ""
|
445 |
"Don't forget to check our <a href=\"%1$s\" target=\"_blank\">documentation</"
|
446 |
"a> to learn more about setting up WC Vendors and if you need help, be sure "
|
447 |
"to visit our <a href=\"%2$s\" target=\"_blank\">free support forums</a>."
|
448 |
msgstr ""
|
|
|
|
|
|
|
|
|
449 |
|
450 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
451 |
-
#: classes/admin/
|
|
|
452 |
msgid "Shop Settings"
|
453 |
msgstr "Winkel instellingen"
|
454 |
|
455 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
456 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
457 |
-
#:
|
458 |
-
#:
|
459 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
460 |
-
#: classes/admin/settings/class-wcv-settings-
|
|
|
461 |
#: classes/admin/views/setup/capabilities.php:70
|
462 |
msgid "Orders"
|
463 |
-
msgstr ""
|
464 |
|
465 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
466 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
467 |
msgid "Your PayPal address is not a valid email address."
|
468 |
-
msgstr ""
|
469 |
|
470 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
471 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
472 |
msgid "That shop name is already taken. Your shop name must be unique."
|
473 |
msgstr "Die winkelnaam is al in gebruik. Je winkelnaam dient uniek te zijn."
|
474 |
|
475 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
476 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
477 |
msgid "Settings saved."
|
478 |
msgstr "Instellingen opgeslagen!"
|
479 |
|
480 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
481 |
-
#, fuzzy
|
482 |
-
#| msgid "No orders."
|
483 |
msgid "order"
|
484 |
-
msgstr "
|
485 |
|
486 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
487 |
-
#, fuzzy
|
488 |
-
#| msgid "No orders."
|
489 |
msgid "orders"
|
490 |
-
msgstr "
|
491 |
|
492 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
493 |
-
#: classes/admin/class-wcv-commissions-csv-exporter.php:
|
494 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
495 |
msgid "Order ID"
|
496 |
-
msgstr ""
|
497 |
|
498 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
499 |
msgid "Customer"
|
500 |
msgstr "Klant"
|
501 |
|
502 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
503 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
504 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
505 |
#: classes/admin/views/setup/capabilities.php:19
|
506 |
msgid "Products"
|
507 |
msgstr "Producten"
|
508 |
|
509 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
510 |
-
#: classes/admin/class-wcv-commissions-csv-exporter.php:
|
511 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
512 |
-
#: templates/dashboard/orders.php:
|
513 |
-
msgid "Date"
|
514 |
-
msgstr "Datum"
|
515 |
-
|
516 |
-
#: classes/admin/class-vendor-admin-dashboard.php:354,
|
517 |
-
#: templates/dashboard/orders.php:115
|
518 |
msgid "Shipped"
|
519 |
msgstr "Verzonden"
|
520 |
|
521 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
522 |
-
#:
|
|
|
|
|
|
|
523 |
msgid "Mark shipped"
|
524 |
msgstr "Markeer als verzonden"
|
525 |
|
526 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
527 |
msgid "Orders marked shipped."
|
528 |
msgstr "Orders gemarkeerd als verzonden"
|
529 |
|
530 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
|
|
|
|
531 |
msgid "Yes"
|
532 |
-
msgstr ""
|
533 |
|
534 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
|
|
|
|
535 |
msgid "No"
|
536 |
-
msgstr ""
|
537 |
|
538 |
-
#: classes/admin/class-vendor-applicants.php:
|
539 |
-
#, fuzzy
|
540 |
-
#| msgid "Vendor has been <b>denied</b>."
|
541 |
msgid "%s has been <b>denied</b>."
|
542 |
msgstr "Verkoper is <b>geweigerd </b>."
|
543 |
|
544 |
-
#: classes/admin/class-vendor-applicants.php:
|
545 |
-
#, fuzzy
|
546 |
-
#| msgid "Vendor has been <b>approved</b>."
|
547 |
msgid "%s has been <b>approved</b>."
|
548 |
-
msgstr "
|
549 |
|
550 |
-
#: classes/admin/class-vendor-applicants.php:
|
551 |
msgid "Pending Vendors"
|
552 |
msgstr "Afwachtende verkopers"
|
553 |
|
554 |
-
#: classes/admin/class-wcv-admin-help.php:
|
555 |
msgid "Help & Support"
|
556 |
-
msgstr ""
|
557 |
|
558 |
-
#: classes/admin/class-wcv-admin-help.php:
|
559 |
msgid "Welcome to WC Vendors Help & Support"
|
560 |
-
msgstr ""
|
561 |
|
562 |
#. translators: %s: Documentation URL
|
563 |
-
#: classes/admin/class-wcv-admin-help.php:
|
564 |
msgid ""
|
565 |
"Should you need any help with using or extending WC Vendors, <a href=\"%s"
|
566 |
"\">please read our documentation</a>. You will find all kinds of resources "
|
567 |
"including code snippets, guides and much more."
|
568 |
msgstr ""
|
|
|
|
|
|
|
569 |
|
570 |
#. translators: %s: Forum URL
|
571 |
-
#: classes/admin/class-wcv-admin-help.php:
|
572 |
msgid ""
|
573 |
"Do you have a question about WC Vendors? For assistance please see our <a "
|
574 |
"href=\"%1$s\">community forum</a>. If you need help with premium extensions "
|
575 |
"sold by WC Vendors, please <a href=\"%2$s\">submit a ticket</a>."
|
576 |
msgstr ""
|
|
|
|
|
|
|
|
|
577 |
|
578 |
-
#: classes/admin/class-wcv-admin-help.php:
|
579 |
msgid ""
|
580 |
"Before asking for help we recommend checking the system status page to "
|
581 |
"identify any problems with your configuration. <strong>Anything showing red "
|
582 |
"should be fixed before contacting us.</strong>"
|
583 |
msgstr ""
|
|
|
|
|
|
|
|
|
584 |
|
585 |
-
#: classes/admin/class-wcv-admin-help.php:
|
586 |
msgid ""
|
587 |
"Please follow our <a href=\"%s\">debuggin guide</a> to ensure that you have "
|
588 |
"narrowed down the issue. "
|
589 |
msgstr ""
|
|
|
|
|
590 |
|
591 |
-
#: classes/admin/class-wcv-admin-help.php:
|
592 |
-
#: classes/admin/class-wcv-admin-help.php:
|
593 |
msgid "System status"
|
594 |
-
msgstr ""
|
595 |
|
596 |
-
#: classes/admin/class-wcv-admin-help.php:
|
597 |
msgid "Community forum"
|
598 |
-
msgstr ""
|
599 |
|
600 |
-
#: classes/admin/class-wcv-admin-help.php:
|
601 |
msgid "WC Vendors Premium Support"
|
602 |
-
msgstr ""
|
603 |
|
604 |
-
#: classes/admin/class-wcv-admin-help.php:
|
605 |
-
#: classes/admin/class-wcv-admin-help.php:
|
606 |
-
#, fuzzy
|
607 |
-
#| msgid "Settings saved."
|
608 |
msgid "Getting Started"
|
609 |
-
msgstr "
|
610 |
|
611 |
-
#: classes/admin/class-wcv-admin-help.php:
|
612 |
msgid ""
|
613 |
"If you are new to WC Vendors then we highly recommend that you go through "
|
614 |
"our <a href=\"%s\">getting started guides</a>."
|
615 |
msgstr ""
|
|
|
|
|
616 |
|
617 |
-
#: classes/admin/class-wcv-admin-help.php:
|
618 |
-
#: classes/admin/class-wcv-admin-help.php:
|
619 |
msgid "Found a bug?"
|
620 |
-
msgstr ""
|
621 |
|
622 |
#. translators: 1: GitHub issues URL 2: System status report URL
|
623 |
-
#: classes/admin/class-wcv-admin-help.php:
|
624 |
msgid ""
|
625 |
"If you think you have found a bug in WC Vendors you can create a ticket via "
|
626 |
"<a href=\"%1$s\">Github issues</a>. To help us solve your issue, please be "
|
627 |
"as descriptive as possible and include your <a href=\"%2$s\">system status "
|
628 |
"report</a>."
|
629 |
msgstr ""
|
|
|
|
|
|
|
|
|
630 |
|
631 |
-
#: classes/admin/class-wcv-admin-help.php:
|
632 |
msgid "Report a bug"
|
633 |
-
msgstr ""
|
634 |
|
635 |
-
#: classes/admin/class-wcv-admin-help.php:
|
636 |
-
#: classes/admin/class-wcv-admin-help.php:
|
637 |
-
#: classes/admin/class-wcv-admin-help.php:
|
638 |
msgid "Setup wizard"
|
639 |
-
msgstr ""
|
640 |
|
641 |
-
#: classes/admin/class-wcv-admin-help.php:
|
642 |
msgid ""
|
643 |
"If you need to access the setup wizard again, please click on the button "
|
644 |
"below."
|
645 |
msgstr ""
|
|
|
|
|
646 |
|
647 |
-
#: classes/admin/class-wcv-admin-help.php:
|
648 |
msgid "Update"
|
649 |
-
msgstr ""
|
650 |
|
651 |
-
#: classes/admin/class-wcv-admin-help.php:
|
652 |
msgid "Upgrade"
|
653 |
-
msgstr ""
|
654 |
|
655 |
-
#: classes/admin/class-wcv-admin-help.php:
|
656 |
msgid ""
|
657 |
"If you need to manually run the updates, please click on the button below."
|
658 |
msgstr ""
|
|
|
659 |
|
660 |
-
#: classes/admin/class-wcv-admin-help.php:
|
661 |
msgid "Run the updater"
|
662 |
-
msgstr ""
|
663 |
|
664 |
-
#: classes/admin/class-wcv-admin-help.php:
|
665 |
msgid "For more information:"
|
666 |
-
msgstr ""
|
667 |
-
|
668 |
-
#: classes/admin/class-wcv-admin-help.php:110
|
669 |
-
msgid "Upgrade to Pro"
|
670 |
-
msgstr ""
|
671 |
|
672 |
-
#: classes/admin/class-wcv-admin-help.php:
|
673 |
msgid "Buy extensions"
|
674 |
-
msgstr ""
|
675 |
|
676 |
-
#: classes/admin/class-wcv-admin-help.php:
|
677 |
-
#, fuzzy
|
678 |
-
#| msgid "Notify vendors"
|
679 |
msgid "About WC Vendors"
|
680 |
-
msgstr "
|
681 |
|
682 |
-
#: classes/admin/class-wcv-admin-help.php:
|
683 |
msgid "WC Vendors on WordPress.org"
|
684 |
-
msgstr ""
|
685 |
|
686 |
-
#: classes/admin/class-wcv-admin-help.php:
|
687 |
msgid "WC Vendors Github"
|
688 |
-
msgstr ""
|
689 |
|
690 |
-
#: classes/admin/class-wcv-admin-
|
|
|
|
|
|
|
|
|
691 |
#: classes/admin/class-wcv-admin-settings.php:69
|
692 |
msgid "Action failed. Please refresh the page and retry."
|
693 |
-
msgstr ""
|
694 |
|
695 |
-
#: classes/admin/class-wcv-admin-notices.php:
|
696 |
msgid "Cheatin’ huh?"
|
697 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
698 |
|
699 |
#: classes/admin/class-wcv-admin-settings.php:77
|
700 |
-
#, fuzzy
|
701 |
-
#| msgid "Your application has been submitted."
|
702 |
msgid "Your settings have been saved."
|
703 |
-
msgstr "Je
|
704 |
|
705 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
706 |
msgid "The changes you made will be lost if you navigate away from this page."
|
707 |
-
msgstr ""
|
708 |
|
709 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
710 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
711 |
-
#: classes/includes/class-functions.php:
|
712 |
-
#, fuzzy
|
713 |
-
#| msgid "Select a vendor…"
|
714 |
msgid "Select a page…"
|
715 |
-
msgstr "Selecteer een
|
716 |
|
717 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
718 |
-
#, fuzzy
|
719 |
-
#| msgid "Search for a product…"
|
720 |
msgid "Choose a country…"
|
721 |
-
msgstr "
|
722 |
|
723 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
724 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
725 |
msgid "Country"
|
726 |
-
msgstr ""
|
727 |
|
728 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
729 |
msgid "Choose countries…"
|
730 |
-
msgstr ""
|
731 |
|
732 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
733 |
-
#, fuzzy
|
734 |
-
#| msgid "Select a vendor…"
|
735 |
msgid "Select all"
|
736 |
-
msgstr "Selecteer
|
737 |
|
738 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
739 |
msgid "Select none"
|
740 |
-
msgstr ""
|
741 |
|
742 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
743 |
msgid "Update %s"
|
744 |
-
msgstr ""
|
745 |
|
746 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
747 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
748 |
msgid "Add %s"
|
749 |
-
msgstr ""
|
750 |
|
751 |
-
#: classes/admin/class-wcv-admin-settings.php:
|
752 |
msgid "Upload an image for the %s"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: classes/admin/class-wcv-admin-setup.php:43
|
756 |
-
msgid "Vendors shipped"
|
757 |
-
msgstr "Verkopers verzonden"
|
758 |
-
|
759 |
-
#: classes/admin/class-wcv-admin-setup.php:68
|
760 |
-
msgid "Vendors Shipped"
|
761 |
-
msgstr "Verkopers verzonden"
|
762 |
|
763 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
764 |
msgid "Reset WC Vendors roles "
|
765 |
-
msgstr ""
|
766 |
|
767 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
768 |
msgid "Reset WC Vendor Roles"
|
769 |
-
msgstr ""
|
770 |
|
771 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
772 |
msgid ""
|
773 |
"This will reset the wcvendors roles ( vendor & pending_vendor ), back to the "
|
774 |
"default capabilities."
|
775 |
msgstr ""
|
|
|
|
|
776 |
|
777 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
778 |
msgid "Reset WC Vendors "
|
779 |
-
msgstr ""
|
780 |
|
781 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
782 |
-
#, fuzzy
|
783 |
-
#| msgid "Store Settings"
|
784 |
msgid "Reset WC Vendors Settings"
|
785 |
-
msgstr "
|
786 |
|
787 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
788 |
msgid ""
|
789 |
"This will reset wcvendors back to defaults. This DELETES ALL YOUR Settings."
|
790 |
msgstr ""
|
|
|
|
|
791 |
|
792 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
793 |
msgid "WC Vendor roles successfully reset."
|
794 |
-
msgstr ""
|
795 |
|
796 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
797 |
msgid "WC Vendors was successfully reset. All settings have been reset."
|
798 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
799 |
|
800 |
#. translators: 1: WooCommerce 2:: five stars
|
801 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
802 |
msgid ""
|
803 |
"If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
|
804 |
msgstr ""
|
|
|
|
|
805 |
|
806 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
807 |
msgid "Thanks :)"
|
808 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
809 |
|
810 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
811 |
msgid "Mark paid"
|
812 |
msgstr "Markeer als betaald"
|
813 |
|
814 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
815 |
msgid "Mark due"
|
816 |
msgstr "Markeer als verschuldigd"
|
817 |
|
818 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
819 |
msgid "Mark reversed"
|
820 |
msgstr "Markeer als teruggedraaid"
|
821 |
|
822 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
|
|
|
|
|
|
|
|
823 |
msgid "Filter"
|
824 |
-
msgstr ""
|
825 |
|
826 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
827 |
msgid "Clear"
|
828 |
-
msgstr ""
|
829 |
|
830 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
831 |
-
#, fuzzy
|
832 |
-
#| msgid "Export orders"
|
833 |
msgid "Export to CSV"
|
834 |
-
msgstr "
|
835 |
|
836 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
837 |
msgid "Export Totals to CSV"
|
838 |
-
msgstr ""
|
839 |
|
840 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
841 |
-
msgid "
|
842 |
-
msgstr "
|
843 |
|
844 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
845 |
msgid "Show all Statuses"
|
846 |
msgstr "Alle statussen tonen"
|
847 |
|
848 |
-
|
|
|
|
|
|
|
|
|
|
|
849 |
msgid "Commission marked paid."
|
850 |
msgstr "Commissie gemarkeerd als betaald"
|
851 |
|
852 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
853 |
msgid "Commission marked due."
|
854 |
-
msgstr "Commissie gemarkeerd als verschuldigd"
|
855 |
|
856 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
857 |
msgid "Commission marked reversed."
|
858 |
msgstr "Commissie gemarkeerd als tereggedraaid"
|
859 |
|
860 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
|
|
|
|
|
|
|
|
861 |
msgid "All"
|
862 |
-
msgstr ""
|
863 |
|
864 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
865 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
866 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
867 |
msgid "PayPal Email"
|
868 |
-
msgstr ""
|
869 |
|
870 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
871 |
-
#: classes/admin/views/html-vendor-meta.php:
|
872 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
873 |
msgid "Bank Account Name"
|
874 |
-
msgstr ""
|
875 |
|
876 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
877 |
-
#: classes/admin/views/html-vendor-meta.php:
|
878 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
879 |
msgid "Bank Account Number"
|
880 |
-
msgstr ""
|
881 |
|
882 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
883 |
-
#: classes/admin/views/html-vendor-meta.php:
|
884 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
885 |
-
#: templates/dashboard/settings/settings.php:
|
886 |
msgid "Bank Name"
|
887 |
-
msgstr ""
|
888 |
|
889 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
890 |
-
#: classes/admin/views/html-vendor-meta.php:
|
891 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
892 |
-
#: templates/dashboard/settings/settings.php:
|
893 |
-
#, fuzzy
|
894 |
-
#| msgid "Tracking number"
|
895 |
msgid "Routing Number"
|
896 |
-
msgstr "
|
897 |
|
898 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
899 |
-
#: classes/admin/views/html-vendor-meta.php:
|
900 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
901 |
-
#: templates/dashboard/settings/settings.php:
|
902 |
msgid "IBAN"
|
903 |
-
msgstr ""
|
904 |
|
905 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
906 |
-
#: classes/admin/views/html-vendor-meta.php:
|
907 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
908 |
msgid "BIC/SWIFT"
|
909 |
-
msgstr ""
|
910 |
|
911 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:
|
912 |
-
#, fuzzy
|
913 |
-
#| msgid "Commission Totals"
|
914 |
msgid "Commission Status"
|
915 |
-
msgstr "
|
916 |
|
917 |
-
#: classes/includes/class-functions.php:
|
918 |
msgid "Vendor"
|
919 |
msgstr "Verkoper"
|
920 |
|
921 |
-
#: classes/includes/class-functions.php:
|
922 |
-
#, fuzzy
|
923 |
-
#| msgid "Vendor"
|
924 |
msgid "Vendors"
|
925 |
-
msgstr "
|
926 |
|
927 |
-
#: classes/includes/wcv-template-functions.php:
|
928 |
-
#, fuzzy
|
929 |
-
#| msgid "Commission Subtotal:"
|
930 |
msgid "Commission subtotal:"
|
931 |
msgstr "Commissie Subtotaal:"
|
932 |
|
933 |
-
#: classes/includes/wcv-template-functions.php:
|
934 |
-
#, fuzzy
|
935 |
-
#| msgid "Product Totals"
|
936 |
msgid "Product subtotal:"
|
937 |
-
msgstr "Product
|
938 |
|
939 |
-
#: classes/includes/wcv-template-functions.php:
|
940 |
-
#, fuzzy
|
941 |
-
#| msgid "Shipping"
|
942 |
msgid "Shipping:"
|
943 |
-
msgstr "Verzending"
|
944 |
|
945 |
-
#: classes/includes/wcv-template-functions.php:
|
946 |
msgid "Tax:"
|
947 |
-
msgstr ""
|
948 |
|
949 |
-
#: classes/includes/wcv-template-functions.php:
|
950 |
msgid "Payment method:"
|
951 |
-
msgstr ""
|
952 |
|
953 |
-
#: classes/includes/wcv-template-functions.php:
|
954 |
-
#, fuzzy
|
955 |
-
#| msgid "Commission Subtotal:"
|
956 |
msgid "Commission total:"
|
957 |
-
msgstr "
|
958 |
|
959 |
-
#: classes/includes/wcv-template-functions.php:
|
960 |
-
#, fuzzy
|
961 |
-
#| msgid "Product Totals"
|
962 |
msgid "Product total:"
|
963 |
-
msgstr "
|
964 |
|
965 |
-
#: classes/includes/wcv-update-functions.php:
|
966 |
msgid ""
|
967 |
"WC Vendors legacy emails are enabled. Please migrate your email templates to "
|
968 |
"the new system. <a href=\"%s\">Click here to view your email settings.</a>"
|
969 |
msgstr ""
|
|
|
|
|
|
|
970 |
|
971 |
-
#:
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
"
|
978 |
-
"
|
979 |
-
msgstr ""
|
980 |
-
"Je account is nog niet goedgekeurd als verkoper, wanneer dit wel het geval "
|
981 |
-
"is ontvang je een email, waarin staat dat je account is goedgekeurd!"
|
982 |
|
983 |
-
#: templates/dashboard/denied.php:
|
984 |
-
#, fuzzy
|
985 |
-
#| msgid "Your account is not setup as a vendor."
|
986 |
msgid "Your account is not setup as a %s."
|
987 |
-
msgstr "
|
988 |
|
989 |
-
#: templates/dashboard/denied.php:
|
990 |
-
#: classes/front/signup/views/html-vendor-signup.php:22
|
991 |
-
#, fuzzy
|
992 |
-
#| msgid "Apply to become a vendor? "
|
993 |
msgid "Apply to become a %s? "
|
994 |
-
msgstr "
|
995 |
|
996 |
#: templates/dashboard/denied.php:57
|
997 |
msgid "I have read and accepted the <a href=\"%s\">terms and conditions</a>"
|
@@ -1003,314 +1409,330 @@ msgstr ""
|
|
1003 |
msgid "Submit"
|
1004 |
msgstr "Indienen"
|
1005 |
|
1006 |
-
#: templates/dashboard/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1007 |
msgid "View Your Store"
|
1008 |
msgstr "Bekijk je winkel"
|
1009 |
|
1010 |
-
#: templates/dashboard/links.php:
|
1011 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
|
|
1012 |
msgid "Store Settings"
|
1013 |
msgstr "Winkel instellingen"
|
1014 |
|
1015 |
-
#: templates/dashboard/links.php:
|
|
|
1016 |
msgid "Add New Product"
|
1017 |
msgstr "Voeg nieuw product toe"
|
1018 |
|
1019 |
-
#: templates/dashboard/links.php:
|
|
|
1020 |
msgid "Edit Products"
|
1021 |
msgstr "Bewerkt producten"
|
1022 |
|
1023 |
-
#: templates/dashboard/orders.php:
|
1024 |
msgid "Hide items"
|
1025 |
msgstr "Verberg items"
|
1026 |
|
1027 |
-
#: templates/dashboard/orders.php:
|
1028 |
msgid "View items"
|
1029 |
msgstr "Bekijk items"
|
1030 |
|
1031 |
-
#: templates/dashboard/orders.php:
|
1032 |
msgid "Links"
|
1033 |
-
msgstr ""
|
1034 |
-
|
1035 |
-
#: templates/dashboard/orders.php:123
|
1036 |
-
msgid "Tracking"
|
1037 |
-
msgstr ""
|
1038 |
|
1039 |
-
#: templates/dashboard/orders.php:
|
1040 |
msgid "You have no orders during this period."
|
1041 |
-
msgstr "Je hebt geen orders gehad in deze periode"
|
1042 |
|
1043 |
-
#: templates/dashboard/
|
1044 |
-
msgid "
|
1045 |
-
msgstr "
|
1046 |
|
1047 |
-
#: templates/dashboard/reports.php:
|
1048 |
-
|
1049 |
-
|
1050 |
-
#: templates/emails/vendor-order-details.php:37,
|
1051 |
-
#: classes/front/orders/class-export-csv.php:19
|
1052 |
-
msgid "Quantity"
|
1053 |
-
msgstr "Aantal"
|
1054 |
|
1055 |
-
#: templates/dashboard/reports.php:
|
1056 |
msgid "Rate"
|
1057 |
msgstr "Tarief"
|
1058 |
|
1059 |
-
#: templates/dashboard/reports.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1060 |
msgid "Show Orders"
|
1061 |
msgstr "Toon orders"
|
1062 |
|
1063 |
-
#: templates/dashboard/reports.php:
|
1064 |
msgid "Totals"
|
1065 |
msgstr "Totalen"
|
1066 |
|
1067 |
-
#: templates/
|
1068 |
-
|
1069 |
-
|
1070 |
-
|
1071 |
-
|
1072 |
-
|
1073 |
-
msgstr "Je hebt nog niks verkocht"
|
1074 |
|
1075 |
-
#: templates/emails/admin-notify-application.php:
|
1076 |
-
#: templates/emails/application-status.php:8,
|
1077 |
-
#: templates/emails/vendor-notify-application.php:22,
|
1078 |
-
#: classes/admin/emails/class-wcv-vendor-notify-application.php:62,
|
1079 |
-
#: templates/emails/plain/admin-notify-application.php:19,
|
1080 |
-
#: templates/emails/plain/vendor-notify-application.php:19
|
1081 |
-
#, fuzzy
|
1082 |
-
#| msgid "Hi there. This is a notification about a vendor application on %s."
|
1083 |
-
msgid "Hi there. This is a notification about a %s application on %s."
|
1084 |
-
msgstr "Hallo dit is een email notificatie voor een verkoper aanvraag %s."
|
1085 |
-
|
1086 |
-
#: templates/emails/admin-notify-application.php:21
|
1087 |
-
#, fuzzy
|
1088 |
-
#| msgid "Application status: %s"
|
1089 |
msgid "The application is currently: %s"
|
1090 |
-
msgstr "
|
1091 |
|
1092 |
-
#: templates/emails/admin-notify-application.php:
|
1093 |
-
#: templates/emails/
|
1094 |
-
#: templates/emails/
|
1095 |
-
#: templates/emails/vendor-notify-
|
1096 |
-
#: templates/emails/
|
1097 |
-
#: templates/emails/plain/
|
1098 |
-
#: templates/emails/plain/vendor-notify-application.php:21
|
1099 |
msgid "Applicant username: %s"
|
1100 |
msgstr "Gebruikersnaam aanvrager: %s"
|
1101 |
|
1102 |
-
#: templates/emails/admin-notify-application.php:
|
1103 |
-
|
1104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1106 |
|
1107 |
-
#: templates/emails/admin-notify-product.php:
|
1108 |
-
#: templates/emails/plain/admin-notify-product.php:
|
1109 |
-
#, fuzzy
|
1110 |
-
#| msgid "Hi there. This is a notification about a new product on %s."
|
1111 |
msgid "This is a notification about a new product on %s."
|
1112 |
msgstr "Hallo dit is een notificatie voor een nieuw product in %s."
|
1113 |
|
1114 |
-
#: templates/emails/admin-notify-product.php:
|
1115 |
-
#: templates/emails/new-product.php:
|
1116 |
-
#: templates/emails/plain/admin-notify-product.php:
|
1117 |
msgid "Product title: %s"
|
1118 |
msgstr "Product titel: %s"
|
1119 |
|
1120 |
-
#: templates/emails/admin-notify-product.php:
|
1121 |
-
#: templates/emails/new-product.php:
|
1122 |
-
#: templates/emails/plain/admin-notify-product.php:
|
1123 |
msgid "Submitted by: %s"
|
1124 |
msgstr "Ingediend door: %s"
|
1125 |
|
1126 |
-
#: templates/emails/admin-notify-product.php:
|
1127 |
-
|
1128 |
-
|
1129 |
-
msgid "Edit product: %s"
|
1130 |
-
msgstr "Wijzig product: %s"
|
1131 |
|
1132 |
-
#: templates/emails/
|
1133 |
-
msgid "
|
1134 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1135 |
|
1136 |
-
#: templates/emails/new-product.php:
|
1137 |
msgid "Hi there. This is a notification about a new product on %s."
|
1138 |
msgstr "Hallo dit is een notificatie voor een nieuw product in %s."
|
1139 |
|
1140 |
-
#: templates/emails/
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
|
|
1145 |
msgid ""
|
1146 |
"A %s has marked part of your order as shipped. The items that are shipped "
|
1147 |
"are as follows:"
|
1148 |
msgstr ""
|
1149 |
-
"
|
1150 |
-
"
|
1151 |
|
1152 |
-
#: templates/emails/notify-vendor-shipped.php:
|
1153 |
-
#: templates/emails/vendor-new-order.php:
|
1154 |
msgid "Order: %s"
|
1155 |
-
msgstr ""
|
1156 |
|
1157 |
-
#: templates/emails/notify-vendor-shipped.php:
|
1158 |
-
#: templates/emails/vendor-new-order.php:
|
1159 |
-
#: templates/emails/vendor-order-details.php:
|
1160 |
msgid "Price"
|
1161 |
msgstr "Prijs"
|
1162 |
|
1163 |
-
#: templates/emails/notify-vendor-shipped.php:
|
1164 |
-
#: templates/emails/vendor-new-order.php:
|
1165 |
msgid "Customer details"
|
1166 |
msgstr "Klant details"
|
1167 |
|
1168 |
-
#: templates/emails/notify-vendor-shipped.php:
|
1169 |
-
#: templates/emails/vendor-new-order.php:
|
1170 |
msgid "Email:"
|
1171 |
-
msgstr ""
|
1172 |
|
1173 |
-
#: templates/emails/notify-vendor-shipped.php:
|
1174 |
-
#: templates/emails/vendor-new-order.php:
|
1175 |
msgid "Tel:"
|
1176 |
-
msgstr ""
|
1177 |
|
1178 |
-
#: templates/emails/vendor-new-order.php:
|
1179 |
msgid "You have received an order from %s. Their order is as follows:"
|
1180 |
msgstr "Je hebt een order ontvangen van %s. De order is als volgt:"
|
1181 |
|
|
|
|
|
|
|
|
|
|
|
1182 |
#: templates/emails/vendor-notify-application.php:23
|
1183 |
-
#, fuzzy
|
1184 |
-
#| msgid "Your application has been submitted."
|
1185 |
msgid "Your application is currently: %s"
|
1186 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1187 |
|
1188 |
-
#: templates/emails/vendor-notify-order.php:
|
1189 |
-
#, fuzzy
|
1190 |
-
#| msgid "You have received an order from %s. Their order is as follows:"
|
1191 |
msgid "You have received an order. The order is as follows:"
|
1192 |
-
msgstr "Je hebt een
|
1193 |
|
1194 |
-
#: templates/emails/vendor-order-addresses.php:
|
1195 |
-
#: templates/emails/plain/vendor-order-addresses.php:
|
1196 |
-
#, fuzzy
|
1197 |
-
#| msgid "Email address"
|
1198 |
msgid "Billing address"
|
1199 |
-
msgstr "
|
1200 |
|
1201 |
-
#: templates/emails/vendor-order-addresses.php:
|
1202 |
-
#: templates/emails/plain/vendor-order-addresses.php:
|
1203 |
-
#, fuzzy
|
1204 |
-
#| msgid "Shipping Total"
|
1205 |
msgid "Shipping address"
|
1206 |
-
msgstr "
|
1207 |
|
1208 |
#. translators: %s: Order ID.
|
1209 |
#: templates/emails/vendor-order-details.php:28
|
1210 |
-
#, fuzzy
|
1211 |
-
#| msgid "Show Orders"
|
1212 |
msgid "Order #%s"
|
1213 |
-
msgstr "
|
1214 |
|
1215 |
-
#: templates/emails/vendor-order-details.php:
|
1216 |
-
#: templates/emails/plain/vendor-order-details.php:
|
1217 |
msgid "Note:"
|
1218 |
-
msgstr ""
|
1219 |
|
1220 |
-
#: templates/emails/vendor-order-items.php:
|
1221 |
-
#, fuzzy
|
1222 |
-
#| msgid "Product Title"
|
1223 |
msgid "Product image"
|
1224 |
-
msgstr "
|
1225 |
|
1226 |
-
#: templates/orders/
|
1227 |
-
msgid "Export orders"
|
1228 |
-
msgstr "Export orders"
|
1229 |
-
|
1230 |
-
#: templates/orders/orders.php:98
|
1231 |
msgid "Comments (%s)"
|
1232 |
msgstr "Opmerkingen (%s)"
|
1233 |
|
1234 |
-
#: templates/orders/table-body.php:
|
1235 |
msgid "Quantity: %d"
|
1236 |
msgstr "Aantal: %d"
|
1237 |
|
1238 |
-
#: classes/admin/emails/class-emails.php:
|
1239 |
-
|
1240 |
-
|
1241 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:70
|
1242 |
-
msgid "pending"
|
1243 |
-
msgstr "Afwachtend"
|
1244 |
|
1245 |
-
#: classes/admin/emails/class-emails.php:
|
1246 |
-
#: classes/admin/emails/class-emails.php:
|
1247 |
msgid "approved"
|
1248 |
-
msgstr "
|
1249 |
|
1250 |
-
#: classes/admin/emails/class-emails.php:
|
1251 |
-
#: classes/admin/emails/class-emails.php:
|
1252 |
-
msgid "
|
1253 |
-
msgstr "
|
1254 |
|
1255 |
-
#: classes/admin/emails/class-emails.php:
|
1256 |
msgid "Resend %s new order notification"
|
1257 |
-
msgstr ""
|
1258 |
|
1259 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1260 |
msgid "%s Application - deprecated"
|
1261 |
-
msgstr ""
|
1262 |
|
1263 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1264 |
-
#, fuzzy
|
1265 |
-
#| msgid "Vendor application will either be approved, denied, or pending."
|
1266 |
msgid ""
|
1267 |
"%s application will either be approved, denied, or pending. <strong>This "
|
1268 |
"email has been deprecated.</strong>"
|
1269 |
-
msgstr "
|
|
|
|
|
1270 |
|
1271 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1272 |
msgid "Application {status}"
|
1273 |
msgstr "Aanvraag {status}"
|
1274 |
|
1275 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1276 |
-
#, fuzzy
|
1277 |
-
#| msgid "[{blogname}] Your vendor application has been {status}"
|
1278 |
msgid "[{blogname}] Your %s application has been {status}"
|
1279 |
-
msgstr "[{blogname}] Je verkoper aanvraag is {status}"
|
1280 |
-
|
1281 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1282 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1283 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1284 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1285 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1286 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1287 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1288 |
-
#: classes/admin/emails/class-wcv-
|
1289 |
-
#: classes/admin/emails/class-wcv-
|
1290 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1291 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1292 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
|
|
|
|
1293 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:62
|
1294 |
msgid "Enable/Disable"
|
1295 |
msgstr "Inschakelen/uitschakelen"
|
1296 |
|
1297 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1298 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1299 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1300 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1301 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1302 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1303 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1304 |
-
#: classes/admin/emails/class-wcv-
|
1305 |
-
#: classes/admin/emails/class-wcv-
|
1306 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1307 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1308 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
|
|
|
|
1309 |
msgid "Enable this email notification"
|
1310 |
msgstr "Schakel deze email notificatie in"
|
1311 |
|
1312 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1313 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1314 |
msgid ""
|
1315 |
"Enter recipients (comma separated) for this email. Defaults to <code>%s</"
|
1316 |
"code>."
|
@@ -1318,42 +1740,44 @@ msgstr ""
|
|
1318 |
"Voer ontvangers (mer komma gescheiden) in voor deze email. standaard "
|
1319 |
"naar<code>%s</code>."
|
1320 |
|
1321 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1322 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1323 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1324 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1325 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1326 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1327 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1328 |
-
#: classes/admin/emails/class-wcv-
|
1329 |
-
#: classes/admin/emails/class-wcv-
|
1330 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1331 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1332 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
|
|
|
|
1333 |
msgid "Subject"
|
1334 |
msgstr "Onderwerp"
|
1335 |
|
1336 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1337 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1338 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1339 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1340 |
msgid ""
|
1341 |
"This controls the email subject line. Leave blank to use the default "
|
1342 |
"subject: <code>%s</code>."
|
1343 |
msgstr ""
|
1344 |
"Dit is het onderwerp van de email, laat leeg voor standaard: <code>%s</code>."
|
1345 |
|
1346 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1347 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1348 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1349 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1350 |
msgid "Email Heading"
|
1351 |
msgstr "Email Hoofd"
|
1352 |
|
1353 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1354 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1355 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1356 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1357 |
msgid ""
|
1358 |
"This controls the main heading contained within the email notification. "
|
1359 |
"Leave blank to use the default heading: <code>%s</code>."
|
@@ -1361,101 +1785,99 @@ msgstr ""
|
|
1361 |
"Hiermee verander je de email header. Laat leeg voor standaard: <code>%s</"
|
1362 |
"code>."
|
1363 |
|
1364 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1365 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1366 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1367 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1368 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1369 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1370 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1371 |
-
#: classes/admin/emails/class-wcv-
|
1372 |
-
#: classes/admin/emails/class-wcv-
|
1373 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1374 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1375 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
|
|
|
|
1376 |
msgid "Email type"
|
1377 |
-
msgstr ""
|
1378 |
|
1379 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1380 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1381 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1382 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1383 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1384 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1385 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1386 |
-
#: classes/admin/emails/class-wcv-
|
1387 |
-
#: classes/admin/emails/class-wcv-
|
1388 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1389 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1390 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
|
|
|
|
1391 |
msgid "Choose which format of email to send."
|
1392 |
msgstr "In welk formaat wil je je email versturen?"
|
1393 |
|
1394 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1395 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1396 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1397 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1398 |
msgid "Plain text"
|
1399 |
msgstr "Platte text"
|
1400 |
|
1401 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1402 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1403 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1404 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1405 |
msgid "HTML"
|
1406 |
-
msgstr ""
|
1407 |
|
1408 |
-
#: classes/admin/emails/class-wc-approve-vendor.php:
|
1409 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1410 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1411 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1412 |
msgid "Multipart"
|
1413 |
-
msgstr ""
|
1414 |
|
1415 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1416 |
msgid "New %s Product - deprecated"
|
1417 |
-
msgstr ""
|
1418 |
|
1419 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1420 |
-
#, fuzzy
|
1421 |
-
#| msgid ""
|
1422 |
-
#| "New order emails are sent when a new product is submitted by a vendor"
|
1423 |
msgid ""
|
1424 |
"New order emails are sent when a new product is submitted by a %s. "
|
1425 |
"<strong>This email has been depreciated.</strong>"
|
1426 |
msgstr ""
|
1427 |
-
"
|
1428 |
-
"
|
1429 |
|
1430 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1431 |
msgid "New product submitted: {product_name}"
|
1432 |
msgstr "Nieuw product ingediend: {product_name}"
|
1433 |
|
1434 |
-
#: classes/admin/emails/class-wc-notify-admin.php:
|
1435 |
msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
|
1436 |
msgstr ""
|
1437 |
"[{blogname}] Nieuw product ingediend door {vendor_name} - {product_name}"
|
1438 |
|
1439 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1440 |
msgid "%s has shipped - deprecated"
|
1441 |
-
msgstr ""
|
1442 |
|
1443 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1444 |
-
#, fuzzy
|
1445 |
-
#| msgid ""
|
1446 |
-
#| "An email is sent when a vendor has marked one of their orders as shipped."
|
1447 |
msgid ""
|
1448 |
"An email is sent when a %s has marked one of their orders as shipped. "
|
1449 |
"<strong>This email has been deprecated.</strong>"
|
1450 |
msgstr ""
|
1451 |
-
"
|
1452 |
-
"
|
1453 |
|
1454 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1455 |
msgid "Your order has been shipped"
|
1456 |
msgstr "Je order is verzonden"
|
1457 |
|
1458 |
-
#: classes/admin/emails/class-wc-notify-shipped.php:
|
1459 |
msgid ""
|
1460 |
"[{blogname}] Your order has been shipped ({order_number}) - {order_date}"
|
1461 |
msgstr "[{blogname}] Je order is verzonden ({order_number}) - {order_date}"
|
@@ -1464,48 +1886,43 @@ msgstr "[{blogname}] Je order is verzonden ({order_number}) - {order_date}"
|
|
1464 |
msgid "Subtotal:"
|
1465 |
msgstr "Subtotaal:"
|
1466 |
|
1467 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1468 |
-
#, fuzzy
|
1469 |
-
#| msgid "Notify vendors"
|
1470 |
msgid "Notify vendors - deprecated"
|
1471 |
-
msgstr "Herinner verkopers"
|
1472 |
|
1473 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1474 |
-
#, fuzzy
|
1475 |
-
#| msgid ""
|
1476 |
-
#| "New order emails are sent when an order is received/paid by a customer."
|
1477 |
msgid ""
|
1478 |
"New order emails are sent when an order is received/paid by a customer. "
|
1479 |
"<strong>This email has been deprecated.</strong>"
|
1480 |
msgstr ""
|
1481 |
-
"Nieuwe order
|
1482 |
-
"
|
1483 |
|
1484 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1485 |
msgid "New customer order"
|
1486 |
msgstr "Nieuwe order van klant"
|
1487 |
|
1488 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1489 |
msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
|
1490 |
msgstr "[{blogname}] Nieuwe order ({order_number}) - {order_date}"
|
1491 |
|
1492 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1493 |
msgid "Commission Subtotal:"
|
1494 |
msgstr "Commissie Subtotaal:"
|
1495 |
|
1496 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1497 |
msgid "Tax Subtotal:"
|
1498 |
msgstr "Belasting Subtotaal:"
|
1499 |
|
1500 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1501 |
msgid "Shipping Subtotal:"
|
1502 |
msgstr "Verzending Subtotaal:"
|
1503 |
|
1504 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1505 |
msgid "Product Totals"
|
1506 |
msgstr "Product Totalen"
|
1507 |
|
1508 |
-
#: classes/admin/emails/class-wc-notify-vendor.php:
|
1509 |
msgid ""
|
1510 |
"Show the commission due/paid as the product totals instead of the product "
|
1511 |
"prices."
|
@@ -1514,41 +1931,38 @@ msgstr ""
|
|
1514 |
|
1515 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:27
|
1516 |
msgid "Admin notify %s application"
|
1517 |
-
msgstr ""
|
1518 |
|
1519 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:28
|
1520 |
msgid ""
|
1521 |
"Notification is sent to chosen recipient(s) when a user applies to be a %s"
|
1522 |
msgstr ""
|
|
|
|
|
1523 |
|
1524 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:51
|
1525 |
msgid "[{site_title}] {user_name} has applied to be a %s"
|
1526 |
-
msgstr ""
|
1527 |
|
1528 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:61,
|
1529 |
-
#: classes/admin/emails/class-wcv-vendor-notify-application.php:
|
1530 |
-
#, fuzzy
|
1531 |
-
#| msgid "Your application has been submitted."
|
1532 |
msgid "%s application received"
|
1533 |
-
msgstr "Je aanvraag is ingediend"
|
1534 |
|
1535 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1536 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1537 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
|
|
1538 |
msgid "Recipient(s)"
|
1539 |
msgstr "Ontvanger(s)"
|
1540 |
|
1541 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1542 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1543 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1544 |
-
|
1545 |
-
#| msgid ""
|
1546 |
-
#| "Enter recipients (comma separated) for this email. Defaults to <code>%s</"
|
1547 |
-
#| "code>."
|
1548 |
msgid "Enter recipients (comma separated) for this email. Defaults to %s."
|
1549 |
msgstr ""
|
1550 |
-
"
|
1551 |
-
"naar<code>%s</code>."
|
1552 |
|
1553 |
#. translators: %s: list of placeholders
|
1554 |
#. translators: %s: list of placeholders
|
@@ -1567,1479 +1981,1741 @@ msgstr ""
|
|
1567 |
#. translators: %s: list of placeholders
|
1568 |
#. translators: %s: list of placeholders
|
1569 |
#. translators: %s: list of placeholders
|
1570 |
-
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
1574 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
|
|
|
|
|
|
|
|
|
|
1575 |
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:162,
|
1576 |
-
#: classes/admin/emails/class-wcv-
|
1577 |
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:161,
|
1578 |
-
#: classes/admin/emails/class-wcv-
|
1579 |
-
#: classes/admin/emails/class-wcv-vendor-notify-application.php:
|
1580 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1581 |
-
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:
|
1582 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1583 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1584 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1585 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1586 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
|
|
|
|
|
|
1587 |
msgid "Available placeholders: %s"
|
1588 |
-
msgstr ""
|
1589 |
|
1590 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1591 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1592 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1593 |
-
#: classes/admin/emails/class-wcv-
|
1594 |
-
#: classes/admin/emails/class-wcv-
|
1595 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1596 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1597 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
1598 |
-
|
1599 |
-
|
1600 |
msgid "Email heading"
|
1601 |
-
msgstr "
|
1602 |
|
1603 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
|
|
1604 |
msgid "Notification"
|
1605 |
-
msgstr ""
|
1606 |
|
1607 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
|
|
1608 |
msgid "Choose when to be notified of an application."
|
1609 |
-
msgstr ""
|
1610 |
|
1611 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1612 |
-
|
1613 |
-
#| msgid "Vendor Application"
|
1614 |
msgid "All Applications"
|
1615 |
-
msgstr "
|
1616 |
|
1617 |
-
#: classes/admin/emails/class-wcv-admin-notify-application.php:
|
1618 |
-
|
1619 |
-
#| msgid "Vendor Application"
|
1620 |
msgid "Pending Applications"
|
1621 |
-
msgstr "
|
1622 |
|
1623 |
-
#: classes/admin/emails/class-wcv-admin-notify-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1628 |
|
1629 |
#: classes/admin/emails/class-wcv-admin-notify-product.php:28
|
|
|
|
|
|
|
|
|
1630 |
msgid ""
|
1631 |
"Notification is sent to chosen recipient(s) when a %s submits a product for "
|
1632 |
"approval."
|
1633 |
msgstr ""
|
|
|
|
|
1634 |
|
1635 |
-
#: classes/admin/emails/class-wcv-admin-notify-product.php:
|
1636 |
-
#, fuzzy
|
1637 |
-
#| msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
|
1638 |
msgid ""
|
1639 |
"[{site_title}] New %s product submitted by {vendor_name} - {product_name}"
|
1640 |
msgstr ""
|
1641 |
-
"[{
|
1642 |
|
1643 |
-
#: classes/admin/emails/class-wcv-admin-notify-product.php:
|
1644 |
-
#, fuzzy
|
1645 |
-
#| msgid "New product submitted: {product_name}"
|
1646 |
msgid "New %s product submitted: {product_name}"
|
1647 |
-
msgstr "Nieuw product ingediend: {product_name}"
|
1648 |
|
1649 |
-
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:
|
1650 |
msgid "Admin notify %s shipped"
|
1651 |
-
msgstr ""
|
1652 |
|
1653 |
-
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:
|
1654 |
msgid ""
|
1655 |
"Notification is sent to chosen recipient(s) when a %s marks an order shipped."
|
1656 |
msgstr ""
|
|
|
|
|
1657 |
|
1658 |
-
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:
|
1659 |
-
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:
|
1660 |
-
#, fuzzy
|
1661 |
-
#| msgid ""
|
1662 |
-
#| "[{blogname}] Your order has been shipped ({order_number}) - {order_date}"
|
1663 |
msgid "[{site_title}] %s has marked shipped ({order_number}) - {order_date}"
|
1664 |
-
msgstr "
|
|
|
1665 |
|
1666 |
-
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:
|
1667 |
-
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:
|
1668 |
-
#, fuzzy
|
1669 |
-
#| msgid "Mark as shipped"
|
1670 |
msgid "%s has shipped"
|
1671 |
-
msgstr "
|
1672 |
|
1673 |
-
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:
|
1674 |
-
#, fuzzy
|
1675 |
-
#| msgid "Vendor has shipped"
|
1676 |
msgid "Customer %s shipped"
|
1677 |
-
msgstr "
|
1678 |
|
1679 |
-
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:
|
1680 |
-
#, fuzzy
|
1681 |
-
#| msgid ""
|
1682 |
-
#| "New order emails are sent when an order is received/paid by a customer."
|
1683 |
msgid ""
|
1684 |
"Email is sent to the customer when a %s marks an order received/paid by a "
|
1685 |
"customer."
|
1686 |
msgstr ""
|
1687 |
-
"Nieuwe
|
1688 |
-
"
|
1689 |
|
1690 |
-
#: classes/admin/emails/class-wcv-vendor-notify-application.php:
|
1691 |
-
#, fuzzy
|
1692 |
-
#| msgid "Vendor Application"
|
1693 |
msgid "%s notify application"
|
1694 |
-
msgstr "
|
1695 |
|
1696 |
-
#: classes/admin/emails/class-wcv-vendor-notify-application.php:
|
1697 |
msgid "Notification is sent to the %s that their application has been received"
|
1698 |
msgstr ""
|
|
|
1699 |
|
1700 |
-
#: classes/admin/emails/class-wcv-vendor-notify-application.php:
|
1701 |
-
#, fuzzy
|
1702 |
-
#| msgid "Your application has been submitted."
|
1703 |
msgid "[{site_title}] Your %s application has been received"
|
1704 |
-
msgstr "
|
1705 |
|
1706 |
-
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:
|
1707 |
-
#, fuzzy
|
1708 |
-
#| msgid "approved"
|
1709 |
msgid "%s notify approved"
|
1710 |
-
msgstr "
|
1711 |
|
1712 |
-
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:
|
1713 |
msgid "Notification is sent to the %s that their application has been approved"
|
1714 |
msgstr ""
|
|
|
|
|
1715 |
|
1716 |
-
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:
|
1717 |
-
|
1718 |
-
|
1719 |
-
msgid "[{site_title}] Your vendor application has been approved"
|
1720 |
-
msgstr "[{blogname}] Je verkoper aanvraag is {status}"
|
1721 |
|
1722 |
-
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:
|
1723 |
msgid "%s Application Approved"
|
1724 |
-
msgstr ""
|
1725 |
|
1726 |
-
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:
|
1727 |
-
#, fuzzy
|
1728 |
-
#| msgid "Your application has been submitted."
|
1729 |
msgid "Your application to become a %s has been approved."
|
1730 |
-
msgstr "
|
1731 |
|
1732 |
-
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:
|
1733 |
-
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:
|
1734 |
msgid "Content"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1735 |
msgstr ""
|
|
|
|
|
1736 |
|
1737 |
-
#: classes/admin/emails/class-wcv-vendor-notify-
|
1738 |
-
|
1739 |
-
|
1740 |
-
|
1741 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1742 |
|
1743 |
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:28
|
|
|
|
|
|
|
|
|
1744 |
msgid "Notification is sent to the %s that their application has been denied"
|
1745 |
msgstr ""
|
|
|
1746 |
|
1747 |
-
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:
|
1748 |
-
#, fuzzy
|
1749 |
-
#| msgid "Your application has been submitted."
|
1750 |
msgid "[{site_title}] Your %s application has been denied"
|
1751 |
-
msgstr "
|
1752 |
|
1753 |
-
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:
|
1754 |
-
#, fuzzy
|
1755 |
-
#| msgid "Vendor Application"
|
1756 |
msgid "%s Application Denied"
|
1757 |
-
msgstr "
|
1758 |
|
1759 |
-
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:
|
1760 |
-
#, fuzzy
|
1761 |
-
#| msgid "Your application has been submitted."
|
1762 |
msgid "Your application to become a %s has been denied."
|
1763 |
-
msgstr "
|
1764 |
|
1765 |
-
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:
|
1766 |
msgid "We are not taking any new applications at this time."
|
1767 |
-
msgstr ""
|
1768 |
|
1769 |
-
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:
|
1770 |
msgid "Reason"
|
1771 |
-
msgstr ""
|
1772 |
|
1773 |
-
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:
|
1774 |
msgid "Provide a reason for denying the %s application"
|
1775 |
-
msgstr ""
|
1776 |
|
1777 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
1778 |
msgid "%s notify order"
|
1779 |
-
msgstr ""
|
1780 |
|
1781 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
1782 |
msgid "Notification is sent to %s when an order is paid."
|
1783 |
msgstr ""
|
|
|
1784 |
|
1785 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
1786 |
-
#, fuzzy
|
1787 |
-
#| msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
|
1788 |
msgid "[{site_title}] New Customer Order ({order_number}) - {order_date}"
|
1789 |
-
msgstr "[{
|
1790 |
|
1791 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
1792 |
-
#, fuzzy
|
1793 |
-
#| msgid "New customer order"
|
1794 |
msgid "New Customer Order"
|
1795 |
-
msgstr "Nieuwe
|
1796 |
-
|
1797 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:186
|
1798 |
-
#, fuzzy
|
1799 |
-
#| msgid "Totals"
|
1800 |
-
msgid "Totals Display"
|
1801 |
-
msgstr "Totalen"
|
1802 |
|
1803 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
1804 |
-
msgid ""
|
1805 |
-
"Choose how to display the product totals. Including commission or without or "
|
1806 |
-
"no totals at all."
|
1807 |
-
msgstr ""
|
1808 |
-
|
1809 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:192
|
1810 |
-
msgid "Both"
|
1811 |
-
msgstr ""
|
1812 |
-
|
1813 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:195
|
1814 |
-
msgid "None"
|
1815 |
-
msgstr ""
|
1816 |
-
|
1817 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:200
|
1818 |
msgid "Payment method"
|
1819 |
-
msgstr ""
|
1820 |
|
1821 |
-
#: classes/admin/emails/class-wcv-vendor-notify-order.php:
|
1822 |
msgid "Include the payment method in the email"
|
1823 |
-
msgstr ""
|
1824 |
|
1825 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1826 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1827 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1828 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
1829 |
msgid "Advanced"
|
1830 |
-
msgstr ""
|
1831 |
|
1832 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1833 |
msgid "Plugin Uninstall Options"
|
1834 |
-
msgstr ""
|
1835 |
|
1836 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1837 |
msgid ""
|
1838 |
"These options are effective when uninstalling the plugin. If \"Delete All "
|
1839 |
"Data\" is checked all this plugin's data will be removed, uncheck it to "
|
1840 |
"choose what to delete when uninstalling the plugin."
|
1841 |
msgstr ""
|
|
|
|
|
|
|
|
|
1842 |
|
1843 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1844 |
-
msgid "Delete
|
1845 |
-
msgstr ""
|
1846 |
|
1847 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1848 |
msgid "Delete all WC Vendors data when deactivating the plugin."
|
1849 |
-
msgstr ""
|
1850 |
|
1851 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1852 |
-
msgid "Delete
|
1853 |
-
msgstr ""
|
1854 |
|
1855 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1856 |
msgid ""
|
1857 |
"Delete all data included in the custom tables. This will delete all "
|
1858 |
"commissions"
|
1859 |
msgstr ""
|
|
|
|
|
1860 |
|
1861 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1862 |
-
msgid "Delete
|
1863 |
-
msgstr ""
|
1864 |
|
1865 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1866 |
msgid "Delete all plugin options when uninstalling the plugin."
|
1867 |
-
msgstr ""
|
1868 |
|
1869 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1870 |
msgid "Delete WC Vendors pages"
|
1871 |
-
msgstr ""
|
1872 |
|
1873 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1874 |
msgid "Delete all pages created by WC Vendors."
|
1875 |
-
msgstr ""
|
1876 |
|
1877 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1878 |
-
|
1879 |
-
|
1880 |
-
msgid "Remove custom Roles"
|
1881 |
-
msgstr "Geen klant notitie"
|
1882 |
|
1883 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:
|
1884 |
msgid "Remove custom roles registered by WC Vendors."
|
1885 |
-
msgstr ""
|
1886 |
|
1887 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1888 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1889 |
-
#: classes/admin/settings/class-wcv-settings-commission.php:
|
1890 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
1891 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
1892 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
1893 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
1894 |
#: classes/admin/views/setup/general.php:19
|
1895 |
msgid "General"
|
1896 |
msgstr "Algemeen"
|
1897 |
|
1898 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1899 |
-
|
1900 |
-
|
1901 |
-
msgid "Add / Edit Product"
|
1902 |
-
msgstr "Bewerkt producten"
|
1903 |
-
|
1904 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:65
|
1905 |
-
msgid ""
|
1906 |
-
"Configure what product information to hide from the %s when creating or "
|
1907 |
-
"editing a product"
|
1908 |
-
msgstr ""
|
1909 |
-
|
1910 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:70
|
1911 |
-
#, fuzzy
|
1912 |
-
#| msgid "Product Title"
|
1913 |
-
msgid "Product Types"
|
1914 |
-
msgstr "Product Titel"
|
1915 |
-
|
1916 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:71
|
1917 |
-
msgid "This controls what product types the %s can create"
|
1918 |
-
msgstr ""
|
1919 |
-
|
1920 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:81
|
1921 |
-
#, fuzzy
|
1922 |
-
#| msgid "Product Totals"
|
1923 |
-
msgid "Product Type Options"
|
1924 |
-
msgstr "Product Totalen"
|
1925 |
-
|
1926 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:82
|
1927 |
-
msgid "This controls what product type options the %s can use"
|
1928 |
-
msgstr ""
|
1929 |
-
|
1930 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:88
|
1931 |
-
msgid "Virtual"
|
1932 |
-
msgstr ""
|
1933 |
-
|
1934 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:89
|
1935 |
-
msgid "Downloadable"
|
1936 |
-
msgstr ""
|
1937 |
-
|
1938 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:95
|
1939 |
-
#, fuzzy
|
1940 |
-
#| msgid "Product Totals"
|
1941 |
-
msgid "Product Data Tabs"
|
1942 |
-
msgstr "Product Totalen"
|
1943 |
|
1944 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1945 |
-
msgid "
|
1946 |
-
msgstr ""
|
1947 |
|
1948 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1949 |
-
msgid "
|
1950 |
-
msgstr ""
|
1951 |
|
1952 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1953 |
-
|
1954 |
-
|
|
|
1955 |
|
1956 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1957 |
-
msgid "
|
1958 |
-
msgstr ""
|
1959 |
|
1960 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1961 |
-
|
1962 |
-
|
|
|
1963 |
|
1964 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1965 |
-
|
1966 |
-
|
1967 |
-
msgid "Featured Product"
|
1968 |
-
msgstr "Nieuw product van verkoper"
|
1969 |
|
1970 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1971 |
-
msgid "
|
|
|
|
|
1972 |
msgstr ""
|
|
|
|
|
1973 |
|
1974 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1975 |
-
msgid "
|
1976 |
-
msgstr ""
|
1977 |
|
1978 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1979 |
-
|
1980 |
-
|
|
|
1981 |
|
1982 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1983 |
-
msgid "
|
1984 |
-
msgstr ""
|
1985 |
|
1986 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1987 |
-
|
1988 |
-
|
|
|
1989 |
|
1990 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1991 |
-
msgid "
|
1992 |
-
msgstr ""
|
1993 |
|
1994 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1995 |
-
msgid "
|
|
|
1996 |
msgstr ""
|
|
|
|
|
1997 |
|
1998 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1999 |
msgid "Configure what order information a %s can view from an order"
|
2000 |
-
msgstr ""
|
2001 |
|
2002 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2003 |
-
#, fuzzy
|
2004 |
-
#| msgid "Vendor Orders"
|
2005 |
msgid "View Order Notes"
|
2006 |
-
msgstr "
|
2007 |
|
2008 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2009 |
#: classes/admin/views/setup/capabilities.php:102
|
2010 |
msgid "Allow %s to view order notes"
|
2011 |
-
msgstr ""
|
2012 |
|
2013 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2014 |
-
msgid "Add Order
|
2015 |
-
msgstr ""
|
2016 |
|
2017 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2018 |
#: classes/admin/views/setup/capabilities.php:115
|
2019 |
msgid "Allow %s to add order notes."
|
2020 |
-
msgstr ""
|
2021 |
|
2022 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2023 |
-
#, fuzzy
|
2024 |
-
#| msgid "Customer note"
|
2025 |
msgid "Customer Name"
|
2026 |
-
msgstr "
|
2027 |
|
2028 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2029 |
msgid "Allow %s to view customer name fields"
|
2030 |
-
msgstr ""
|
2031 |
|
2032 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2033 |
-
|
2034 |
-
|
2035 |
-
msgid "Customer Shippin Name"
|
2036 |
-
msgstr "Klant notitie"
|
2037 |
|
2038 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2039 |
msgid "Allow %s to view customer shipping name fields"
|
2040 |
-
msgstr ""
|
2041 |
|
2042 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2043 |
-
#, fuzzy
|
2044 |
-
#| msgid "Customer details"
|
2045 |
msgid "Customer Billing Address"
|
2046 |
-
msgstr "
|
2047 |
|
2048 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2049 |
msgid "Allow %s to view customer billing address fields"
|
2050 |
-
msgstr ""
|
2051 |
|
2052 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2053 |
msgid "Customer Shipping Address"
|
2054 |
-
msgstr ""
|
2055 |
|
2056 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2057 |
msgid "Allow %s to view the customer shipping fields"
|
2058 |
-
msgstr ""
|
2059 |
|
2060 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2061 |
-
#, fuzzy
|
2062 |
-
#| msgid "Customer details"
|
2063 |
msgid "Customer Email"
|
2064 |
-
msgstr "Klant
|
2065 |
|
2066 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2067 |
msgid "Allow %s to view the customer email address"
|
2068 |
-
msgstr ""
|
2069 |
|
2070 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2071 |
-
#, fuzzy
|
2072 |
-
#| msgid "Customer note"
|
2073 |
msgid "Customer Phone"
|
2074 |
-
msgstr "Klant
|
2075 |
|
2076 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2077 |
msgid "Allow %s to view the customer phone number"
|
2078 |
-
msgstr ""
|
2079 |
-
|
2080 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:233
|
2081 |
-
msgid "Permissions"
|
2082 |
-
msgstr ""
|
2083 |
-
|
2084 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:235
|
2085 |
-
msgid "Enable or disable functionality for your %s"
|
2086 |
-
msgstr ""
|
2087 |
-
|
2088 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:249
|
2089 |
-
#, fuzzy
|
2090 |
-
#| msgid "Edit Products"
|
2091 |
-
msgid "Submit Products"
|
2092 |
-
msgstr "Bewerkt producten"
|
2093 |
-
|
2094 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:250,
|
2095 |
-
#: classes/admin/views/setup/capabilities.php:25
|
2096 |
-
msgid "Allow %s to add/edit products"
|
2097 |
-
msgstr ""
|
2098 |
-
|
2099 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:257
|
2100 |
-
#, fuzzy
|
2101 |
-
#| msgid "Edit Products"
|
2102 |
-
msgid "Edit Live Products"
|
2103 |
-
msgstr "Bewerkt producten"
|
2104 |
|
2105 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2106 |
-
|
2107 |
-
|
2108 |
-
msgstr ""
|
2109 |
-
|
2110 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:265
|
2111 |
-
msgid "Publish Approval"
|
2112 |
-
msgstr ""
|
2113 |
|
2114 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2115 |
msgid ""
|
2116 |
-
"
|
2117 |
-
"
|
2118 |
-
msgstr ""
|
2119 |
-
|
2120 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:282
|
2121 |
-
#, fuzzy
|
2122 |
-
#| msgid "Vendor Orders"
|
2123 |
-
msgid "View Orders"
|
2124 |
-
msgstr "Verkoper orders"
|
2125 |
-
|
2126 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:283,
|
2127 |
-
#: classes/admin/views/setup/capabilities.php:76
|
2128 |
-
msgid "Allow %s to view orders"
|
2129 |
-
msgstr ""
|
2130 |
-
|
2131 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:290
|
2132 |
-
#, fuzzy
|
2133 |
-
#| msgid "Export orders"
|
2134 |
-
msgid "Export Orders"
|
2135 |
-
msgstr "Export orders"
|
2136 |
-
|
2137 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:291,
|
2138 |
-
#: classes/admin/views/setup/capabilities.php:89
|
2139 |
-
msgid "Allow %s to export their orders to a CSV file"
|
2140 |
-
msgstr ""
|
2141 |
-
|
2142 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:298
|
2143 |
-
#, fuzzy
|
2144 |
-
#| msgid "Sales Report"
|
2145 |
-
msgid "Front End Sales Reports"
|
2146 |
-
msgstr "Verkooprapporten "
|
2147 |
-
|
2148 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:299
|
2149 |
-
msgid "Allow %s to view sales table on the frontend on the %s dashboard page."
|
2150 |
-
msgstr ""
|
2151 |
-
|
2152 |
-
#: classes/admin/settings/class-wcv-settings-commission.php:65
|
2153 |
-
msgid "These are the commission settings for your marketplace"
|
2154 |
-
msgstr ""
|
2155 |
-
|
2156 |
-
#: classes/admin/settings/class-wcv-settings-commission.php:69
|
2157 |
-
#, fuzzy
|
2158 |
-
#| msgid "Commission"
|
2159 |
-
msgid "%s Commission %%"
|
2160 |
-
msgstr "Commissie"
|
2161 |
-
|
2162 |
-
#: classes/admin/settings/class-wcv-settings-commission.php:70
|
2163 |
-
msgid "The global commission rate for your %s"
|
2164 |
-
msgstr ""
|
2165 |
-
|
2166 |
-
#: classes/admin/settings/class-wcv-settings-display.php:31
|
2167 |
-
msgid "Display"
|
2168 |
msgstr ""
|
|
|
|
|
2169 |
|
2170 |
-
#: classes/admin/settings/class-wcv-settings-
|
2171 |
-
msgid "
|
2172 |
-
msgstr ""
|
2173 |
|
2174 |
-
#: classes/admin/settings/class-wcv-settings-
|
2175 |
-
msgid "
|
2176 |
-
msgstr ""
|
2177 |
|
2178 |
-
#: classes/admin/settings/class-wcv-settings-
|
2179 |
-
|
2180 |
-
|
2181 |
-
msgid "Product Page Stylesheet"
|
2182 |
-
msgstr "Product Titel"
|
2183 |
|
2184 |
-
#: classes/admin/settings/class-wcv-settings-
|
2185 |
-
msgid ""
|
2186 |
-
"You can add CSS in this textarea, which will be loaded on the product add/"
|
2187 |
-
"edit page for %s"
|
2188 |
msgstr ""
|
|
|
2189 |
|
2190 |
-
#: classes/admin/settings/class-wcv-settings-
|
2191 |
-
|
2192 |
-
|
2193 |
-
"This enables the sold by labels used to show which %s shop the product "
|
2194 |
-
"belongs to"
|
2195 |
-
msgstr ""
|
2196 |
|
2197 |
-
#: classes/admin/settings/class-wcv-settings-
|
2198 |
-
msgid "
|
2199 |
-
msgstr ""
|
2200 |
|
2201 |
-
#: classes/admin/settings/class-wcv-settings-
|
2202 |
-
msgid ""
|
2203 |
-
"
|
2204 |
-
"for registration."
|
2205 |
-
msgstr ""
|
2206 |
|
2207 |
-
#: classes/admin/settings/class-wcv-settings-
|
2208 |
-
msgid "
|
2209 |
msgstr ""
|
|
|
2210 |
|
2211 |
-
#: classes/admin/settings/class-wcv-settings-
|
2212 |
-
msgid "
|
2213 |
-
msgstr ""
|
2214 |
|
2215 |
-
#: classes/admin/settings/class-wcv-settings-
|
2216 |
-
msgid "
|
2217 |
-
msgstr ""
|
2218 |
|
2219 |
-
#: classes/admin/settings/class-wcv-settings-
|
2220 |
-
msgid "
|
2221 |
-
msgstr ""
|
2222 |
|
2223 |
-
#: classes/admin/settings/class-wcv-settings-
|
2224 |
-
msgid "
|
2225 |
-
msgstr ""
|
2226 |
|
2227 |
-
#: classes/admin/settings/class-wcv-settings-
|
2228 |
-
msgid "
|
2229 |
-
msgstr ""
|
2230 |
|
2231 |
-
#: classes/admin/settings/class-wcv-settings-
|
2232 |
-
msgid "
|
2233 |
-
msgstr ""
|
2234 |
|
2235 |
-
#: classes/admin/settings/class-wcv-settings-
|
2236 |
-
msgid "
|
2237 |
-
msgstr ""
|
2238 |
|
2239 |
-
#: classes/admin/settings/class-wcv-settings-
|
2240 |
-
msgid "
|
2241 |
-
msgstr ""
|
2242 |
|
2243 |
-
#: classes/admin/settings/class-wcv-settings-
|
2244 |
-
msgid "
|
2245 |
-
msgstr ""
|
2246 |
|
2247 |
-
#: classes/admin/settings/class-wcv-settings-
|
2248 |
-
msgid "
|
2249 |
-
msgstr ""
|
2250 |
|
2251 |
-
#: classes/admin/settings/class-wcv-settings-
|
2252 |
-
msgid "
|
2253 |
-
msgstr ""
|
2254 |
|
2255 |
-
#: classes/admin/settings/class-wcv-settings-
|
2256 |
-
msgid "
|
2257 |
-
msgstr ""
|
2258 |
|
2259 |
-
#: classes/admin/settings/class-wcv-settings-
|
2260 |
-
msgid "
|
2261 |
-
msgstr ""
|
2262 |
|
2263 |
-
#: classes/admin/settings/class-wcv-settings-
|
2264 |
-
msgid "
|
2265 |
-
msgstr ""
|
2266 |
|
2267 |
-
#: classes/admin/settings/class-wcv-settings-
|
2268 |
-
msgid "
|
2269 |
-
msgstr ""
|
2270 |
|
2271 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2272 |
-
msgid "
|
2273 |
-
msgstr ""
|
2274 |
|
2275 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2276 |
-
msgid "
|
2277 |
-
msgstr ""
|
2278 |
|
2279 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2280 |
msgid "These pages used on the front end by %s."
|
2281 |
-
msgstr ""
|
2282 |
|
2283 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2284 |
-
#, fuzzy
|
2285 |
-
#| msgid "Vendor Dashboard"
|
2286 |
msgid "Dashboard"
|
2287 |
-
msgstr "
|
2288 |
|
2289 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2290 |
msgid ""
|
2291 |
"<br />This sets the page used to display the front end %s dashboard. This "
|
2292 |
"page should contain the following shortcode. <code>[wcv_vendor_dashboard]</"
|
2293 |
"code>"
|
2294 |
msgstr ""
|
|
|
|
|
|
|
2295 |
|
2296 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2297 |
msgid ""
|
2298 |
"<br />This sets the page used to display the %s shop settings page. This "
|
2299 |
"page should contain the following shortcode. <code>[wcv_shop_settings]</code>"
|
2300 |
msgstr ""
|
|
|
|
|
|
|
2301 |
|
2302 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2303 |
msgid ""
|
2304 |
"<br />This sets the page used to display the %s orders page. This page "
|
2305 |
"should contain the following shortcode. <code>[wcv_orders]</code>"
|
2306 |
msgstr ""
|
|
|
|
|
|
|
2307 |
|
2308 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2309 |
msgid ""
|
2310 |
"<br />This sets the page used to display a paginated list of all %1$s "
|
2311 |
"stores. Your %1$s stores will be available at <code>%2$s/page-slug/store-"
|
2312 |
"name/</code><br />This page should contain the following shortcode. "
|
2313 |
"<code>[wcv_vendorslist]</code>"
|
2314 |
msgstr ""
|
|
|
|
|
|
|
|
|
2315 |
|
2316 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2317 |
msgid "Terms and Conditions"
|
2318 |
-
msgstr ""
|
2319 |
|
2320 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2321 |
msgid ""
|
2322 |
"<br />This sets the page used to display the terms and conditions when a %s "
|
2323 |
"signs up."
|
2324 |
msgstr ""
|
|
|
|
|
2325 |
|
2326 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2327 |
msgid "These are the settings for the individual %s stores."
|
2328 |
-
msgstr ""
|
2329 |
|
2330 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2331 |
msgid "%s Store URL"
|
2332 |
-
msgstr ""
|
2333 |
|
2334 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2335 |
msgid ""
|
2336 |
"If you enter \"vendors\" your %1$s store will be %1$s/vendors/store-name/"
|
2337 |
msgstr ""
|
|
|
|
|
2338 |
|
2339 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2340 |
-
#, fuzzy
|
2341 |
-
#| msgid "Shop name"
|
2342 |
msgid "Shop Header"
|
2343 |
-
msgstr "
|
2344 |
|
2345 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2346 |
msgid "Enable %s shop headers"
|
2347 |
-
msgstr ""
|
2348 |
|
2349 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2350 |
-
msgid ""
|
2351 |
-
"
|
2352 |
-
|
2353 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2354 |
|
2355 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
|
|
|
|
|
|
|
|
2356 |
msgid "Shop HTML"
|
2357 |
-
msgstr ""
|
2358 |
|
2359 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2360 |
-
#, fuzzy
|
2361 |
-
#| msgid "Enable HTML for the shop description"
|
2362 |
msgid "Allow HTML in %s shop description"
|
2363 |
-
msgstr "
|
2364 |
|
2365 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2366 |
msgid ""
|
2367 |
"This will enable the WYSIWYG editor and for the %1$s shop description. You "
|
2368 |
"can enable or disable this per %1$s by editing the %1$s user account."
|
2369 |
msgstr ""
|
|
|
|
|
2370 |
|
2371 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2372 |
msgid "Display Name"
|
2373 |
-
msgstr ""
|
2374 |
|
2375 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2376 |
msgid ""
|
2377 |
"Select what will be used to display the %s name throughout the marketplace."
|
2378 |
msgstr ""
|
|
|
|
|
2379 |
|
2380 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2381 |
msgid "Display name"
|
2382 |
-
msgstr ""
|
2383 |
|
2384 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2385 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2386 |
msgid "Shop name"
|
2387 |
msgstr "Winkelnaam"
|
2388 |
|
2389 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2390 |
msgid "%s Username"
|
2391 |
-
msgstr ""
|
2392 |
|
2393 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2394 |
msgid "%s Email"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2395 |
msgstr ""
|
|
|
|
|
2396 |
|
2397 |
-
#: classes/admin/settings/class-wcv-settings-
|
2398 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2399 |
msgstr ""
|
|
|
2400 |
|
2401 |
-
#: classes/admin/settings/class-wcv-settings-
|
2402 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2403 |
msgstr ""
|
|
|
|
|
2404 |
|
2405 |
-
#: classes/admin/settings/class-wcv-settings-
|
2406 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2407 |
msgstr ""
|
|
|
|
|
2408 |
|
2409 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2410 |
#: classes/admin/views/setup/general.php:25
|
2411 |
msgid "Allow users to apply to become a %s"
|
2412 |
-
msgstr ""
|
2413 |
|
2414 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2415 |
msgid "Terms & Conditions Checkbox"
|
2416 |
-
msgstr ""
|
2417 |
|
2418 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2419 |
msgid ""
|
2420 |
"Make the terms and conditions checkbox always visible even if become a %s is "
|
2421 |
"not checked"
|
2422 |
msgstr ""
|
|
|
|
|
2423 |
|
2424 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2425 |
-
#, fuzzy
|
2426 |
-
#| msgid "Approve"
|
2427 |
msgid "%s Approval"
|
2428 |
-
msgstr "
|
2429 |
|
2430 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2431 |
msgid "Manually approve all %s applications"
|
2432 |
-
msgstr ""
|
2433 |
|
2434 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2435 |
-
#: classes/front/account/class-wc-account-links.php:46
|
2436 |
-
msgid "Become a %s"
|
2437 |
-
msgstr ""
|
2438 |
-
|
2439 |
-
#: classes/admin/settings/class-wcv-settings-general.php:92
|
2440 |
-
msgid "Show the \"Become a %s\" link on WooCommerce my-account page"
|
2441 |
-
msgstr ""
|
2442 |
-
|
2443 |
-
#: classes/admin/settings/class-wcv-settings-general.php:98
|
2444 |
msgid "%s Taxes"
|
2445 |
-
msgstr ""
|
2446 |
|
2447 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2448 |
msgid "Give any taxes to the %s"
|
2449 |
-
msgstr ""
|
2450 |
|
2451 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2452 |
-
#, fuzzy
|
2453 |
-
#| msgid "Shipping"
|
2454 |
msgid "%s Shipping"
|
2455 |
-
msgstr "
|
2456 |
|
2457 |
-
#: classes/admin/settings/class-wcv-settings-general.php:
|
2458 |
-
#, fuzzy
|
2459 |
-
#| msgid "Give Shipping"
|
2460 |
msgid "Give any shipping to the %s"
|
2461 |
-
msgstr "Geef
|
2462 |
|
2463 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2464 |
msgid "Payments"
|
2465 |
-
msgstr ""
|
2466 |
|
2467 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2468 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:43
|
2469 |
msgid "PayPal Adaptive Payments"
|
|
|
|
|
|
|
|
|
|
|
|
|
2470 |
msgstr ""
|
|
|
|
|
2471 |
|
2472 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2473 |
msgid ""
|
2474 |
"<h3>PayPal Adaptive Payments - Please Note: PayPal Adaptive Payments has "
|
2475 |
"been deprecated by PayPal as of September 2017. These options are for "
|
2476 |
"existing users only. This will be completely removed in a future version.</"
|
2477 |
"h3>"
|
2478 |
msgstr ""
|
|
|
|
|
|
|
|
|
2479 |
|
2480 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2481 |
-
#, fuzzy
|
2482 |
-
#| msgid "No commission yet"
|
2483 |
msgid "Total Commission due: %s"
|
2484 |
-
msgstr "
|
2485 |
|
2486 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2487 |
msgid "Instant Pay"
|
2488 |
-
msgstr ""
|
2489 |
|
2490 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2491 |
msgid "Enable instantpay"
|
2492 |
-
msgstr ""
|
2493 |
|
2494 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2495 |
msgid ""
|
2496 |
"Instantly pay %1$s their commission when an order is made, and if a %1$s has "
|
2497 |
"a valid PayPal email added on their Shop Settings page."
|
2498 |
msgstr ""
|
|
|
|
|
|
|
2499 |
|
2500 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2501 |
msgid "Payment schedule"
|
2502 |
-
msgstr ""
|
2503 |
|
2504 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2505 |
msgid "Note: Schedule will only work if instant pay is unchecked"
|
2506 |
-
msgstr ""
|
2507 |
|
2508 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2509 |
msgid "Daily"
|
2510 |
-
msgstr ""
|
2511 |
|
2512 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2513 |
msgid "Weekly"
|
2514 |
-
msgstr ""
|
2515 |
|
2516 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2517 |
msgid "Biweekly"
|
2518 |
-
msgstr ""
|
2519 |
|
2520 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2521 |
msgid "Monthly"
|
2522 |
-
msgstr ""
|
2523 |
|
2524 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2525 |
msgid "Manual"
|
2526 |
-
msgstr ""
|
2527 |
|
2528 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2529 |
msgid "Now"
|
2530 |
-
msgstr ""
|
2531 |
|
2532 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2533 |
msgid "Email notification"
|
2534 |
-
msgstr ""
|
2535 |
|
2536 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2537 |
msgid "Enable notify the admin"
|
2538 |
-
msgstr ""
|
2539 |
|
2540 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2541 |
msgid ""
|
2542 |
"Send the marketplace admin an email each time a payment has been made via "
|
2543 |
"the payment schedule options above"
|
2544 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2545 |
|
2546 |
-
#: classes/admin/
|
2547 |
msgid ""
|
2548 |
-
"
|
2549 |
-
"
|
2550 |
msgstr ""
|
|
|
|
|
|
|
2551 |
|
2552 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2553 |
-
|
2554 |
-
|
|
|
|
|
|
|
2555 |
|
2556 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2557 |
-
|
2558 |
-
|
2559 |
-
msgid "WC Vendors Pro"
|
2560 |
-
msgstr "Nieuw product van verkoper"
|
2561 |
|
2562 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2563 |
msgid ""
|
2564 |
-
"
|
2565 |
-
"
|
2566 |
-
"admin. Shipping system included."
|
2567 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2568 |
|
2569 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2570 |
msgid ""
|
2571 |
-
"
|
2572 |
-
"
|
2573 |
msgstr ""
|
|
|
|
|
2574 |
|
2575 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2576 |
-
msgid "Vendors
|
2577 |
-
msgstr ""
|
2578 |
|
2579 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2580 |
-
msgid "
|
|
|
|
|
2581 |
msgstr ""
|
|
|
|
|
2582 |
|
2583 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2584 |
-
msgid "
|
2585 |
-
msgstr ""
|
2586 |
|
2587 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2588 |
-
msgid "
|
|
|
|
|
2589 |
msgstr ""
|
|
|
|
|
2590 |
|
2591 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2592 |
-
msgid "
|
2593 |
-
msgstr ""
|
2594 |
|
2595 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2596 |
-
msgid "
|
2597 |
-
msgstr ""
|
2598 |
|
2599 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2600 |
-
msgid "
|
|
|
|
|
|
|
|
|
2601 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2602 |
|
2603 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2604 |
msgid ""
|
2605 |
-
"
|
2606 |
-
"
|
2607 |
msgstr ""
|
|
|
|
|
|
|
2608 |
|
2609 |
-
#: classes/admin/views/html-admin-page-
|
2610 |
-
msgid "
|
2611 |
-
msgstr ""
|
2612 |
|
2613 |
-
#: classes/admin/views/html-admin-page-
|
2614 |
-
msgid "
|
|
|
|
|
2615 |
msgstr ""
|
|
|
|
|
2616 |
|
2617 |
-
#: classes/admin/views/html-admin-page-
|
2618 |
-
msgid "
|
2619 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
2620 |
|
2621 |
-
#: classes/admin/views/html-admin-page-
|
|
|
|
|
|
|
|
|
2622 |
msgid ""
|
2623 |
-
"
|
2624 |
-
"
|
|
|
2625 |
msgstr ""
|
|
|
|
|
|
|
|
|
2626 |
|
2627 |
-
#: classes/admin/views/html-admin-page-
|
|
|
|
|
|
|
|
|
2628 |
msgid ""
|
2629 |
-
"
|
2630 |
-
"
|
2631 |
msgstr ""
|
|
|
|
|
2632 |
|
2633 |
-
#: classes/admin/views/html-admin-page-
|
|
|
|
|
|
|
|
|
2634 |
msgid ""
|
2635 |
-
"
|
|
|
2636 |
msgstr ""
|
|
|
|
|
2637 |
|
2638 |
-
#: classes/admin/views/html-admin-page-
|
|
|
|
|
|
|
|
|
2639 |
msgid ""
|
2640 |
-
"
|
2641 |
-
"
|
|
|
2642 |
msgstr ""
|
|
|
|
|
|
|
|
|
2643 |
|
2644 |
-
#: classes/admin/views/html-admin-page-
|
2645 |
-
msgid "
|
2646 |
-
msgstr ""
|
2647 |
|
2648 |
-
#: classes/admin/views/html-admin-page-
|
2649 |
msgid ""
|
2650 |
-
"
|
2651 |
-
"
|
2652 |
msgstr ""
|
|
|
|
|
|
|
2653 |
|
2654 |
-
#: classes/admin/views/html-admin-page-
|
2655 |
-
|
2656 |
-
|
2657 |
-
#, fuzzy
|
2658 |
-
#| msgid "From:"
|
2659 |
-
msgid "From $69"
|
2660 |
-
msgstr "Van:"
|
2661 |
|
2662 |
-
#: classes/admin/views/html-admin-page-
|
2663 |
-
msgid "
|
|
|
|
|
2664 |
msgstr ""
|
|
|
|
|
|
|
2665 |
|
2666 |
-
#: classes/admin/views/html-admin-page-
|
2667 |
-
msgid "
|
2668 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2669 |
|
2670 |
-
#: classes/admin/views/html-admin-page-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2671 |
msgid ""
|
2672 |
-
"
|
2673 |
-
"Vendors Pro Dashboard."
|
2674 |
msgstr ""
|
|
|
2675 |
|
2676 |
-
#: classes/admin/views/html-admin-page-
|
2677 |
-
msgid "
|
2678 |
-
msgstr ""
|
2679 |
|
2680 |
-
#: classes/admin/views/html-admin-page-
|
2681 |
msgid ""
|
2682 |
-
"
|
|
|
2683 |
msgstr ""
|
|
|
|
|
2684 |
|
2685 |
-
#: classes/admin/views/html-admin-page-
|
2686 |
-
msgid "
|
2687 |
-
msgstr ""
|
2688 |
|
2689 |
-
#: classes/admin/views/html-admin-page-
|
2690 |
msgid ""
|
2691 |
-
"
|
2692 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2693 |
msgstr ""
|
|
|
|
|
|
|
2694 |
|
2695 |
-
#: classes/admin/views/html-admin-page-
|
2696 |
-
|
2697 |
-
|
2698 |
-
msgid "View extensions"
|
2699 |
-
msgstr "Bekijk items"
|
2700 |
|
2701 |
-
#: classes/admin/views/html-admin-page-
|
|
|
|
|
|
|
|
|
2702 |
msgid ""
|
2703 |
-
"
|
2704 |
-
"
|
2705 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2706 |
|
2707 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2708 |
msgid "Enable HTML for the shop description"
|
2709 |
msgstr "Activeer HTML in shop beschrijving"
|
2710 |
|
2711 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2712 |
msgid "PayPal E-mail"
|
2713 |
msgstr "IBAN"
|
2714 |
|
2715 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2716 |
msgid "Commission rate"
|
2717 |
msgstr "Commissie tarief"
|
2718 |
|
2719 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2720 |
msgid "Give Tax"
|
2721 |
msgstr "Geef belasting"
|
2722 |
|
2723 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2724 |
-
#, fuzzy
|
2725 |
-
#| msgid "Tax override for vendor"
|
2726 |
msgid "Tax override for %s"
|
2727 |
-
msgstr "
|
2728 |
|
2729 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2730 |
msgid "Give Shipping"
|
2731 |
msgstr "Geef verzendkosten"
|
2732 |
|
2733 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2734 |
-
#, fuzzy
|
2735 |
-
#| msgid "Shipping override for vendor"
|
2736 |
msgid "Shipping override for %s"
|
2737 |
-
msgstr "
|
2738 |
|
2739 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2740 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2741 |
-
#: templates/dashboard/settings/seller-info.php:
|
2742 |
msgid "Seller info"
|
2743 |
msgstr "Verkoper info"
|
2744 |
|
2745 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2746 |
msgid "Shop description"
|
2747 |
msgstr "Winkelbeschrijving"
|
2748 |
|
2749 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2750 |
-
#: templates/dashboard/settings/paypal-email-form.php:
|
2751 |
msgid "PayPal Address"
|
2752 |
msgstr "IBAN/Rekeningnummer"
|
2753 |
|
2754 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2755 |
-
#, fuzzy
|
2756 |
-
#| msgid "Your PayPal address is used to send you your commission."
|
2757 |
msgid "Your PayPal address can be used to send you your commission."
|
2758 |
-
msgstr "
|
2759 |
|
2760 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2761 |
-
#: templates/dashboard/settings/shop-name.php:
|
2762 |
msgid "Shop Name"
|
2763 |
-
msgstr ""
|
2764 |
|
2765 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2766 |
-
#: templates/dashboard/settings/shop-name.php:
|
2767 |
msgid "Your shop name is public and must be unique."
|
2768 |
msgstr "Je winkelnaam is openbaar en dient uniek te zijn."
|
2769 |
|
2770 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2771 |
-
#: templates/dashboard/settings/seller-info.php:
|
2772 |
msgid "This is displayed on each of your products."
|
2773 |
msgstr "Dit wordt weergegeven bij elk van je producten."
|
2774 |
|
2775 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2776 |
#: templates/dashboard/settings/shop-description.php:19
|
2777 |
-
msgid "Shop Description"
|
2778 |
-
msgstr "Winkelbeschrijving "
|
2779 |
-
|
2780 |
-
#: classes/admin/views/html-vendor-settings-page.php:100,
|
2781 |
-
#: templates/dashboard/settings/shop-description.php:20
|
2782 |
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
2783 |
msgstr "Dit wordt weergegeven op je winkelpagina."
|
2784 |
|
2785 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2786 |
msgid "Save Shop Settings"
|
2787 |
msgstr "Sla winkel instellingen op"
|
2788 |
|
2789 |
-
#: classes/front/account/class-wc-account-links.php:
|
|
|
|
|
|
|
|
|
2790 |
msgid "You are already an approved vendor, no need to apply"
|
2791 |
msgstr ""
|
|
|
2792 |
|
2793 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
2794 |
msgid "Order marked shipped."
|
2795 |
msgstr "Order gemarkeerd als verzonden."
|
2796 |
|
2797 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
2798 |
-
|
2799 |
-
#| msgid "Orders marked shipped."
|
2800 |
-
msgid "%s has marked as shipped. "
|
2801 |
-
msgstr "Orders gemarkeerd als verzonden"
|
2802 |
-
|
2803 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:90,
|
2804 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:91
|
2805 |
msgid "Tracking number"
|
2806 |
msgstr "Tracking nummer"
|
2807 |
|
2808 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
2809 |
msgid "Success. Your tracking number has been updated."
|
2810 |
msgstr "Succes. Je tracking nummer is geüpdatet."
|
2811 |
|
2812 |
-
#: classes/front/orders/class-export-csv.php:
|
2813 |
msgid "Item Meta"
|
2814 |
-
msgstr ""
|
2815 |
|
2816 |
#: classes/front/orders/class-orders.php:59,
|
2817 |
-
#: classes/front/orders/class-orders.php:
|
2818 |
-
#, fuzzy
|
2819 |
-
#| msgid ""
|
2820 |
-
#| "You haven't selected a product's orders to view! Please go back to the "
|
2821 |
-
#| "Vendor Dashboard and click Show Orders on the product you'd like to view."
|
2822 |
msgid ""
|
2823 |
"You haven't selected a product's orders to view! Please go back to the %s "
|
2824 |
"Dashboard and click Show Orders on the product you'd like to view."
|
2825 |
msgstr ""
|
2826 |
-
"
|
2827 |
-
"
|
|
|
2828 |
|
2829 |
#: classes/front/orders/class-orders.php:82,
|
2830 |
-
#: classes/front/orders/class-orders.php:
|
2831 |
msgid "No orders."
|
2832 |
msgstr "Geen orders."
|
2833 |
|
2834 |
-
#: classes/front/orders/class-orders.php:
|
2835 |
msgid "Product Title"
|
2836 |
msgstr "Product Titel"
|
2837 |
|
2838 |
-
#: classes/front/orders/class-orders.php:
|
2839 |
msgid "Full name"
|
2840 |
-
msgstr "Naam
|
2841 |
|
2842 |
-
#: classes/front/orders/class-orders.php:
|
2843 |
msgid "Address"
|
2844 |
msgstr "Adres"
|
2845 |
|
2846 |
-
#: classes/front/orders/class-orders.php:
|
2847 |
msgid "City"
|
2848 |
msgstr "Stad"
|
2849 |
|
2850 |
-
#: classes/front/orders/class-orders.php:
|
2851 |
msgid "State"
|
2852 |
msgstr "Staat/provincie"
|
2853 |
|
2854 |
-
#: classes/front/orders/class-orders.php:
|
2855 |
msgid "Zip"
|
2856 |
msgstr "Zip"
|
2857 |
|
2858 |
-
#: classes/front/orders/class-orders.php:
|
2859 |
-
#: classes/admin/views/setup/ready.php:
|
2860 |
msgid "Email address"
|
2861 |
msgstr "Email adres"
|
2862 |
|
2863 |
-
#: classes/front/orders/class-submit-comment.php:
|
2864 |
msgid "You've left the comment field empty!"
|
2865 |
msgstr "Je het het opmerkingen veld leeg gelaten!"
|
2866 |
|
2867 |
-
#: classes/front/orders/class-submit-comment.php:
|
2868 |
msgid "Success. The customer has been notified of your comment."
|
2869 |
msgstr "Succes. Je opmerking is bekend gemaakt aan de klant."
|
2870 |
|
2871 |
-
#: classes/front/signup/class-vendor-signup.php:
|
2872 |
msgid "ERROR"
|
2873 |
-
msgstr ""
|
2874 |
|
2875 |
-
#: classes/front/signup/class-vendor-signup.php:
|
2876 |
-
#: classes/front/signup/views/html-vendor-signup.php:
|
2877 |
-
#, fuzzy
|
2878 |
-
#| msgid "I have read and accepted the <a href=\"%s\">terms and conditions</a>"
|
2879 |
msgid "Please agree to the terms and conditions"
|
2880 |
-
msgstr ""
|
2881 |
-
"Ik heb de <a href=\"%s\">algemene verkoopvoorwaarden</a> gelezen en ik "
|
2882 |
-
"accepteer deze"
|
2883 |
|
2884 |
-
#: classes/front/signup/class-vendor-signup.php:
|
2885 |
-
msgid "
|
2886 |
-
msgstr ""
|
2887 |
|
2888 |
#: classes/front/signup/class-vendor-signup.php:101
|
2889 |
-
msgid "
|
2890 |
-
msgstr "Je
|
2891 |
|
2892 |
-
#: classes/front/signup/class-vendor-signup.php:
|
2893 |
-
#: classes/front/signup/class-vendor-signup.php:
|
2894 |
-
#: classes/front/signup/class-vendor-signup.php:
|
2895 |
msgid "You must accept the terms and conditions to become a vendor."
|
2896 |
msgstr ""
|
2897 |
"Je moet de algemene verkoopvoorwaarden accepteren om een verkoper te worden."
|
2898 |
|
2899 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
|
|
|
|
|
|
|
|
2900 |
msgid ""
|
2901 |
"Something went wrong. Response from PayPal invalidated this order. Status: "
|
2902 |
"%s."
|
2903 |
msgstr ""
|
|
|
|
|
2904 |
|
2905 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2906 |
msgid "IPN payment completed"
|
2907 |
-
msgstr ""
|
2908 |
|
2909 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2910 |
msgid "Enable PayPal Adaptive Payments"
|
2911 |
-
msgstr ""
|
2912 |
|
2913 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2914 |
msgid "Method Title"
|
2915 |
-
msgstr ""
|
2916 |
|
2917 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2918 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:70
|
2919 |
msgid "This controls the title which the user sees during checkout."
|
2920 |
-
msgstr ""
|
2921 |
|
2922 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2923 |
msgid "PayPal"
|
2924 |
msgstr "IBAN"
|
2925 |
|
2926 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2927 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:75
|
2928 |
msgid "Description"
|
2929 |
msgstr "Beschrijving"
|
2930 |
|
2931 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2932 |
msgid "This controls the description which the user sees during checkout."
|
2933 |
-
msgstr ""
|
2934 |
|
2935 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2936 |
msgid "Pay via PayPal!"
|
2937 |
-
msgstr "Betaal via PyPal"
|
2938 |
|
2939 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2940 |
msgid "Live Credentials"
|
2941 |
-
msgstr ""
|
2942 |
|
2943 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2944 |
msgid ""
|
2945 |
"You must have an <a href=\"%s\">Application ID</a> to process live "
|
2946 |
"transactions. You do not need one for testing in Sandbox mode."
|
2947 |
msgstr ""
|
|
|
|
|
2948 |
|
2949 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2950 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2951 |
msgid "The email address main payments should go to."
|
2952 |
-
msgstr ""
|
2953 |
|
2954 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2955 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2956 |
msgid "API Username"
|
2957 |
-
msgstr ""
|
2958 |
|
2959 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2960 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2961 |
msgid "API Password"
|
2962 |
-
msgstr ""
|
2963 |
|
2964 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2965 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2966 |
msgid "API Signature"
|
2967 |
-
msgstr ""
|
2968 |
|
2969 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2970 |
msgid "Application ID"
|
2971 |
-
msgstr ""
|
2972 |
|
2973 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2974 |
msgid "Only required when doing live transactions."
|
2975 |
-
msgstr ""
|
2976 |
|
2977 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2978 |
msgid "Sandbox Credentials"
|
2979 |
-
msgstr ""
|
2980 |
|
2981 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2982 |
msgid ""
|
2983 |
"You can signup for a sandbox developer account <a href=\"%s\">here</a>. You "
|
2984 |
"need a developer account if you want to enable Sandbox mode for testing."
|
2985 |
msgstr ""
|
|
|
|
|
|
|
2986 |
|
2987 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2988 |
msgid "Misc. Settings"
|
2989 |
-
msgstr ""
|
2990 |
|
2991 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2992 |
msgid "Enable PayPal Sandbox mode"
|
2993 |
-
msgstr ""
|
2994 |
|
2995 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
2996 |
msgid "Enable logging"
|
2997 |
-
msgstr ""
|
2998 |
|
2999 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3000 |
msgid ""
|
3001 |
"The PayPal Adaptive Payments gateway can instantly pay your vendors their "
|
3002 |
"due commission (if enabled). Also used to mass pay vendors on a schedule / "
|
3003 |
"manual method (if enabled)."
|
3004 |
msgstr ""
|
|
|
|
|
|
|
3005 |
|
3006 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3007 |
msgid ""
|
3008 |
"Please Note: PayPal has deprecated Adaptive Payments. This will soon cease "
|
3009 |
"to function."
|
3010 |
msgstr ""
|
|
|
|
|
3011 |
|
3012 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3013 |
msgid "Gateway Disabled"
|
3014 |
-
msgstr ""
|
3015 |
|
3016 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3017 |
msgid "%s does not support your store currency."
|
3018 |
-
msgstr ""
|
3019 |
|
3020 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3021 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3022 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:156
|
3023 |
msgid "Error: %s"
|
3024 |
-
msgstr ""
|
3025 |
|
3026 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3027 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3028 |
msgid "Error ID: %s. %s"
|
3029 |
-
msgstr ""
|
3030 |
|
3031 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3032 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:
|
3033 |
msgid "Error ID: %d. %s"
|
3034 |
-
msgstr ""
|
3035 |
|
3036 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:118
|
3037 |
msgid "No vendors found to pay. Maybe they haven't set a PayPal address?"
|
3038 |
msgstr ""
|
3039 |
-
|
3040 |
-
|
3041 |
-
msgid "All due commission has been paid for. "
|
3042 |
-
msgstr ""
|
3043 |
|
3044 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:176
|
3045 |
msgid ""
|
@@ -3047,33 +3723,43 @@ msgid ""
|
|
3047 |
"profiles due to an internal error. Commission will still be listed as due. "
|
3048 |
"Please manually mark the commission as paid from the Commissions page."
|
3049 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3050 |
|
3051 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:210
|
3052 |
msgid "WooCommerce: Mass payments for vendors update"
|
3053 |
-
msgstr ""
|
3054 |
|
3055 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:212
|
3056 |
msgid ""
|
3057 |
"Hello! A payment was just triggered to mass pay all vendors their due "
|
3058 |
"commission."
|
3059 |
msgstr ""
|
|
|
|
|
3060 |
|
3061 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:213
|
3062 |
msgid "Payment status: %s."
|
3063 |
-
msgstr ""
|
3064 |
|
3065 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:214
|
3066 |
msgid "Payment message: %s."
|
3067 |
-
msgstr ""
|
3068 |
|
3069 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:217
|
3070 |
msgid "Payment total: %s."
|
3071 |
-
msgstr ""
|
3072 |
|
3073 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:35,
|
3074 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:71
|
3075 |
msgid "WC Vendors Test Gateway"
|
3076 |
-
msgstr ""
|
3077 |
|
3078 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:36
|
3079 |
msgid ""
|
@@ -3082,10 +3768,14 @@ msgid ""
|
|
3082 |
"problems with this - you should use this gateway for all of your non-PayPal "
|
3083 |
"testing."
|
3084 |
msgstr ""
|
|
|
|
|
|
|
|
|
3085 |
|
3086 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:64
|
3087 |
msgid "Enable WC Vendors Test Gateway Payment"
|
3088 |
-
msgstr ""
|
3089 |
|
3090 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:68
|
3091 |
msgid "Title"
|
@@ -3093,7 +3783,7 @@ msgstr "Titel"
|
|
3093 |
|
3094 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:77
|
3095 |
msgid "Payment method description that the customer will see on your checkout."
|
3096 |
-
msgstr ""
|
3097 |
|
3098 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:78
|
3099 |
msgid ""
|
@@ -3101,6 +3791,9 @@ msgid ""
|
|
3101 |
"transactions. <a href=\"http://www.wcvendors.com/\" target=\"top\">Click "
|
3102 |
"here to visit WCVendors.com</a>."
|
3103 |
msgstr ""
|
|
|
|
|
|
|
3104 |
|
3105 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:82
|
3106 |
msgid "Instructions"
|
@@ -3112,47 +3805,59 @@ msgid ""
|
|
3112 |
"be sent an email as long as you have the Notify Vendors email enabled under "
|
3113 |
"WooCommerce--Settings--Emails."
|
3114 |
msgstr ""
|
|
|
|
|
|
|
3115 |
|
3116 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:127
|
3117 |
msgid "Test gateway transation complete. Order processing."
|
3118 |
-
msgstr ""
|
3119 |
|
3120 |
-
#: templates/dashboard/settings/paypal-email-form.php:
|
3121 |
-
#, fuzzy
|
3122 |
-
#| msgid "Your PayPal address is used to send you your commission."
|
3123 |
msgid "Your PayPal address can be used to manually send you your commission."
|
3124 |
-
msgstr "
|
|
|
3125 |
|
3126 |
-
#: templates/dashboard/settings/settings.php:
|
3127 |
msgid "Bank Details"
|
3128 |
-
msgstr ""
|
3129 |
|
3130 |
-
#: templates/dashboard/settings/settings.php:
|
3131 |
msgid "Account Name"
|
3132 |
-
msgstr ""
|
3133 |
|
3134 |
-
#: templates/dashboard/settings/settings.php:
|
3135 |
msgid "Account Number"
|
3136 |
-
msgstr ""
|
3137 |
|
3138 |
-
#: templates/dashboard/settings/settings.php:
|
3139 |
msgid "BIC / Swift"
|
3140 |
-
msgstr ""
|
3141 |
|
3142 |
-
#: templates/dashboard/settings/settings.php:
|
3143 |
msgid "Save"
|
3144 |
msgstr "Opslaan"
|
3145 |
|
3146 |
-
#: templates/emails/plain/
|
3147 |
-
|
3148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3149 |
msgid "You have received an order from %s."
|
3150 |
-
msgstr "Je hebt een
|
3151 |
|
3152 |
#. translators: %s: Order ID.
|
3153 |
-
#: templates/emails/plain/vendor-order-details.php:
|
3154 |
msgid "Order number: %s"
|
3155 |
-
msgstr ""
|
3156 |
|
3157 |
#: templates/orders/comments/add-new-comment.php:27
|
3158 |
msgid "Add comment"
|
@@ -3168,37 +3873,71 @@ msgstr "Klant notitie"
|
|
3168 |
|
3169 |
#: templates/orders/customer-note/customer-note.php:24
|
3170 |
msgid "No customer note."
|
3171 |
-
msgstr "Geen klant notitie"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3172 |
|
3173 |
-
#: templates/orders/shipping/shipping-form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3174 |
msgid "Update tracking number"
|
3175 |
msgstr "Tracking nummer updaten"
|
3176 |
|
3177 |
-
#: templates/orders/shipping/shipping-form.php:
|
3178 |
msgid "Mark as shipped"
|
3179 |
msgstr "Markeren als verzonden"
|
3180 |
|
3181 |
-
#: classes/admin/views/notices/html-notice-custom.php:
|
3182 |
-
#: classes/admin/views/notices/html-notice-template-check.php:
|
3183 |
-
#: classes/admin/views/notices/html-notice-updated.php:
|
3184 |
msgid "Dismiss"
|
3185 |
-
msgstr ""
|
3186 |
|
3187 |
#: classes/admin/views/notices/html-notice-install.php:12
|
3188 |
msgid ""
|
3189 |
"<strong>Welcome to WC Vendors</strong> – You‘re almost ready to "
|
3190 |
"start your marketplace"
|
3191 |
msgstr ""
|
|
|
|
|
3192 |
|
3193 |
-
#: classes/admin/views/notices/html-notice-install.php:
|
3194 |
msgid "Run the Setup Wizard"
|
3195 |
-
msgstr ""
|
3196 |
|
3197 |
-
#: classes/admin/views/notices/html-notice-install.php:
|
3198 |
msgid "Skip setup"
|
3199 |
-
msgstr ""
|
3200 |
|
3201 |
-
#: classes/admin/views/notices/html-notice-template-check.php:
|
3202 |
msgid ""
|
3203 |
"<strong>Your theme (%1$s) contains outdated copies of some WC Vendors "
|
3204 |
"template files.</strong> These files may need updating to ensure they are "
|
@@ -3206,286 +3945,223 @@ msgid ""
|
|
3206 |
"are affected from the <a href=\"%2$s\">system status page</a>. If in doubt, "
|
3207 |
"check with the author of the theme."
|
3208 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
3209 |
|
3210 |
-
#: classes/admin/views/notices/html-notice-template-check.php:
|
3211 |
msgid "Learn more about templates"
|
3212 |
-
msgstr ""
|
3213 |
|
3214 |
#: classes/admin/views/notices/html-notice-update.php:12
|
3215 |
msgid ""
|
3216 |
"<strong>WC Vendors Update Required.</strong> – We need to upgrade your "
|
3217 |
"configuration to the latest version."
|
3218 |
msgstr ""
|
|
|
|
|
3219 |
|
3220 |
-
#: classes/admin/views/notices/html-notice-update.php:
|
3221 |
msgid "Run the update"
|
3222 |
-
msgstr ""
|
3223 |
|
3224 |
-
#: classes/admin/views/notices/html-notice-update.php:
|
3225 |
msgid ""
|
3226 |
"It is strongly recommended that you backup your database before proceeding. "
|
3227 |
"Are you sure you wish to run the updater now?"
|
3228 |
msgstr ""
|
|
|
|
|
3229 |
|
3230 |
-
#: classes/admin/views/notices/html-notice-updated.php:
|
3231 |
msgid ""
|
3232 |
"WC Vendors data update complete. Thank you for updating to the latest "
|
3233 |
"version!"
|
3234 |
msgstr ""
|
|
|
|
|
3235 |
|
3236 |
#: classes/admin/views/notices/html-notice-updating.php:12
|
3237 |
msgid "WC Vendors data update"
|
3238 |
-
msgstr ""
|
3239 |
|
3240 |
-
#: classes/admin/views/notices/html-notice-updating.php:
|
3241 |
msgid "Your database is being updated in the background. "
|
3242 |
-
msgstr ""
|
3243 |
|
3244 |
-
#: classes/admin/views/notices/html-notice-updating.php:
|
3245 |
msgid "Taking a while? Click here to run it now."
|
3246 |
-
msgstr ""
|
3247 |
|
3248 |
#: classes/admin/views/setup/capabilities.php:14
|
3249 |
msgid "Enable and disable capabilites of the %s"
|
3250 |
-
msgstr ""
|
3251 |
|
3252 |
#: classes/admin/views/setup/capabilities.php:51
|
3253 |
msgid "Allow %s to publish products without requiring approval."
|
3254 |
-
msgstr ""
|
3255 |
|
3256 |
#: classes/admin/views/setup/capabilities.php:132,
|
3257 |
-
#: classes/admin/views/setup/
|
3258 |
-
#: classes/admin/views/setup/
|
3259 |
-
#: classes/admin/views/setup/
|
|
|
|
|
3260 |
msgid "Next"
|
3261 |
-
msgstr ""
|
3262 |
|
3263 |
-
#: classes/admin/views/setup/footer.php:
|
3264 |
-
msgid "
|
3265 |
-
msgstr ""
|
3266 |
|
3267 |
-
#: classes/admin/views/setup/footer.php:
|
3268 |
-
#, fuzzy
|
3269 |
-
#| msgid "Vendor Dashboard"
|
3270 |
msgid "Return to your dashboard"
|
3271 |
-
msgstr "
|
3272 |
|
3273 |
-
#: classes/admin/views/setup/footer.php:
|
3274 |
-
msgid "
|
3275 |
-
msgstr ""
|
3276 |
|
3277 |
#: classes/admin/views/setup/general.php:14
|
3278 |
msgid ""
|
3279 |
"The following wizard will help you configure your marketplace and get your "
|
3280 |
"vendors onboard quickly."
|
3281 |
msgstr ""
|
|
|
|
|
3282 |
|
3283 |
#: classes/admin/views/setup/general.php:38
|
3284 |
msgid "Manually approve %s applications"
|
3285 |
-
msgstr ""
|
3286 |
|
3287 |
#: classes/admin/views/setup/general.php:51
|
3288 |
msgid "Give any taxes to %s"
|
3289 |
-
msgstr ""
|
3290 |
|
3291 |
-
#: classes/admin/views/setup/general.php:
|
3292 |
-
#, fuzzy
|
3293 |
-
#| msgid "Give Shipping"
|
3294 |
msgid "Give any shipping to %s"
|
3295 |
-
msgstr "Geef verzendkosten"
|
3296 |
|
3297 |
-
#: classes/admin/views/setup/general.php:
|
3298 |
msgid ""
|
3299 |
"Commissions are calculated per product. The commission rate can be set "
|
3300 |
"globally, at a vendor level or at a product level."
|
3301 |
msgstr ""
|
|
|
|
|
3302 |
|
3303 |
-
#: classes/admin/views/setup/general.php:
|
3304 |
-
#, fuzzy
|
3305 |
-
#| msgid "Commission rate"
|
3306 |
msgid "Global Commission Rate %"
|
3307 |
-
msgstr "
|
3308 |
|
3309 |
#: classes/admin/views/setup/header.php:16
|
3310 |
msgid "WC Vendors › Setup Wizard"
|
3311 |
-
msgstr ""
|
3312 |
|
3313 |
#: classes/admin/views/setup/pages.php:14
|
3314 |
msgid "Select the pages for relevant frontend features for %s"
|
3315 |
-
msgstr ""
|
3316 |
|
3317 |
#: classes/admin/views/setup/pages.php:25
|
3318 |
-
#, fuzzy
|
3319 |
-
#| msgid "Vendor Dashboard"
|
3320 |
msgid "%s Dashboard"
|
3321 |
-
msgstr "
|
3322 |
|
3323 |
#: classes/admin/views/setup/pages.php:34
|
3324 |
msgid ""
|
3325 |
"This page should contain the following shortcode. "
|
3326 |
"<code>[wcv_vendor_dashboard]</code>"
|
3327 |
msgstr ""
|
|
|
|
|
3328 |
|
3329 |
#: classes/admin/views/setup/pages.php:38
|
3330 |
-
#, fuzzy
|
3331 |
-
#| msgid "Shop Settings"
|
3332 |
msgid "%s Shop Settings"
|
3333 |
-
msgstr "
|
3334 |
|
3335 |
#: classes/admin/views/setup/pages.php:45
|
3336 |
msgid ""
|
3337 |
"This page should contain the following shortcode. <code>[wcv_shop_settings]</"
|
3338 |
"code>"
|
3339 |
msgstr ""
|
|
|
|
|
3340 |
|
3341 |
#: classes/admin/views/setup/pages.php:49
|
3342 |
msgid "Orders Page"
|
3343 |
-
msgstr ""
|
3344 |
|
3345 |
-
#: classes/admin/views/setup/pages.php:
|
3346 |
msgid ""
|
3347 |
"This page should contain the following shortcode. <code>[wcv_orders]</code>"
|
3348 |
msgstr ""
|
|
|
3349 |
|
3350 |
-
#: classes/admin/views/setup/pages.php:
|
3351 |
msgid "%s List Page"
|
3352 |
-
msgstr ""
|
3353 |
|
3354 |
-
#: classes/admin/views/setup/pages.php:
|
3355 |
msgid ""
|
3356 |
"This page should contain the following shortcode. <code>[wcv_vendorslist]</"
|
3357 |
"code>"
|
3358 |
msgstr ""
|
|
|
|
|
3359 |
|
3360 |
-
#: classes/admin/views/setup/pages.php:
|
3361 |
msgid "%s Terms Page"
|
3362 |
-
msgstr ""
|
3363 |
|
3364 |
-
#: classes/admin/views/setup/pages.php:
|
3365 |
msgid ""
|
3366 |
"This optional page allows you to define terms and conidtions %s need to "
|
3367 |
"agree to before applying to your marketplace. "
|
3368 |
msgstr ""
|
|
|
|
|
3369 |
|
3370 |
#: classes/admin/views/setup/ready.php:12
|
3371 |
msgid "Your marketplace is ready!"
|
3372 |
-
msgstr ""
|
3373 |
|
3374 |
-
#: classes/admin/views/setup/ready.php:
|
3375 |
msgid ""
|
3376 |
"Subscribe to our newsletter! Get product updates, marketplace tips, "
|
3377 |
"information and more."
|
3378 |
msgstr ""
|
|
|
|
|
3379 |
|
3380 |
-
#: classes/admin/views/setup/ready.php:
|
3381 |
-
|
3382 |
-
|
3383 |
-
msgstr ""
|
3384 |
|
|
|
3385 |
#: classes/admin/views/setup/ready.php:42
|
3386 |
-
msgid "
|
3387 |
-
msgstr ""
|
3388 |
-
|
3389 |
-
#: classes/admin/views/setup/ready.php:43
|
3390 |
-
msgid "Upgrade to Pro!"
|
3391 |
-
msgstr ""
|
3392 |
-
|
3393 |
-
#: classes/admin/views/setup/ready.php:44
|
3394 |
-
msgid "Upgrade today to extend the features of your marketplace."
|
3395 |
-
msgstr ""
|
3396 |
-
|
3397 |
-
#: classes/admin/views/setup/ready.php:45
|
3398 |
-
msgid "Features"
|
3399 |
-
msgstr ""
|
3400 |
-
|
3401 |
-
#: classes/admin/views/setup/ready.php:47
|
3402 |
-
msgid "Complete frontend dashboard for vendors"
|
3403 |
-
msgstr ""
|
3404 |
-
|
3405 |
-
#: classes/admin/views/setup/ready.php:48
|
3406 |
-
msgid "Flat rate & table rate shipping module"
|
3407 |
-
msgstr ""
|
3408 |
-
|
3409 |
-
#: classes/admin/views/setup/ready.php:49
|
3410 |
-
msgid "Coupons, ratings, reports, orders and more."
|
3411 |
-
msgstr ""
|
3412 |
-
|
3413 |
-
#: classes/admin/views/setup/ready.php:50
|
3414 |
-
#, fuzzy
|
3415 |
-
#| msgid "Recent Commission"
|
3416 |
-
msgid "Advanced commissions"
|
3417 |
-
msgstr "Recente commissie"
|
3418 |
-
|
3419 |
-
#: classes/admin/views/setup/ready.php:51
|
3420 |
-
msgid "Premium support & updates"
|
3421 |
-
msgstr ""
|
3422 |
-
|
3423 |
-
#: classes/admin/views/setup/ready.php:57
|
3424 |
-
msgid "Upgrade Now"
|
3425 |
-
msgstr ""
|
3426 |
-
|
3427 |
-
#: classes/admin/views/setup/ready.php:64
|
3428 |
-
msgid "Extend your marketplace"
|
3429 |
-
msgstr ""
|
3430 |
-
|
3431 |
-
#: classes/admin/views/setup/ready.php:66
|
3432 |
-
msgid ""
|
3433 |
-
"Extend your marketplace today with a variety of extensions from us and 3rd "
|
3434 |
-
"party developers."
|
3435 |
-
msgstr ""
|
3436 |
-
|
3437 |
-
#: classes/admin/views/setup/ready.php:71
|
3438 |
-
#, fuzzy
|
3439 |
-
#| msgid "View items"
|
3440 |
-
msgid "View Extensions"
|
3441 |
-
msgstr "Bekijk items"
|
3442 |
|
3443 |
-
#: classes/admin/views/setup/ready.php:
|
3444 |
msgid "Need Help?"
|
3445 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
3446 |
|
3447 |
-
#: classes/front/signup/views/html-vendor-signup.php:
|
3448 |
-
#, fuzzy
|
3449 |
-
#| msgid ""
|
3450 |
-
#| "I have read and accepted the <a target=\"top\" href=\"%s\">terms and "
|
3451 |
-
#| "conditions</a>"
|
3452 |
msgid ""
|
3453 |
"I have read and accepted the <a target=\"top\" href=\"%s\">terms and "
|
3454 |
"conditions</a>."
|
3455 |
msgstr ""
|
3456 |
"Ik heb de <a target=\"top\" href=\"%s\">algemene verkoopvoorwaarden</a> "
|
3457 |
-
"gelezen en ik accepteer deze"
|
3458 |
|
3459 |
-
#: classes/front/signup/views/html-vendor-signup.php:
|
3460 |
-
#, fuzzy
|
3461 |
-
#| msgid "You must accept the terms and conditions to become a vendor."
|
3462 |
msgid "\"You must accept the terms and conditions.\""
|
3463 |
msgstr ""
|
3464 |
-
"Je moet de algemene verkoopvoorwaarden accepteren om een verkoper te
|
3465 |
-
|
3466 |
-
#~ msgid "required"
|
3467 |
-
#~ msgstr "Nodig"
|
3468 |
-
|
3469 |
-
#~ msgid "You are not allowed to modify this order."
|
3470 |
-
#~ msgstr "Het is niet toegestaan om deze order te bewerken."
|
3471 |
-
|
3472 |
-
#~ msgid "Deny"
|
3473 |
-
#~ msgstr "Weigeren"
|
3474 |
-
|
3475 |
-
#~ msgid "General options"
|
3476 |
-
#~ msgstr "Algemene opties"
|
3477 |
-
|
3478 |
-
#~ msgid "Default commission (%)"
|
3479 |
-
#~ msgstr "Standaard commissie (%)"
|
3480 |
-
|
3481 |
-
#~ msgid "Provider Name:"
|
3482 |
-
#~ msgstr "Provider Naam:"
|
3483 |
-
|
3484 |
-
#~ msgid "Tracking number:"
|
3485 |
-
#~ msgstr "Tracking nummer:"
|
3486 |
-
|
3487 |
-
#~ msgid "Date shipped:"
|
3488 |
-
#~ msgstr "Datum verzonden:"
|
3489 |
-
|
3490 |
-
#~ msgid "Click here to track your shipment"
|
3491 |
-
#~ msgstr "Klik hier om je pakketje te volgen"
|
1 |
+
# Copyright (C) 2022 WC Vendors Marketplace
|
2 |
+
# This file is distributed under the same license as the WC Vendors Marketplace package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WC Vendors Marketplace\n"
|
6 |
"Report-Msgid-Bugs-To: https://www.wcvendors.com\n"
|
7 |
"POT-Creation-Date: \n"
|
8 |
+
"PO-Revision-Date: \n"
|
9 |
+
"Last-Translator: \n"
|
10 |
+
"Language-Team: WC Vendors <translate@wcvendors.com>\n"
|
11 |
"Language: nl\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Poedit-Basepath: ..\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;"
|
18 |
+
"_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;"
|
19 |
+
"esc_html_e;esc_html_x:1,2c\n"
|
20 |
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
+
"X-Generator: Poedit 3.1.1\n"
|
22 |
+
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
+
#. translators: %s WooCommerce download URL link.
|
26 |
+
#: class-wc-vendors.php:48
|
27 |
msgid ""
|
28 |
+
"WC Vendors Marketplace requires WooCommerce to run. You can download %s here."
|
|
|
29 |
msgstr ""
|
30 |
+
"WC Vendors Marketplace vereist WooCommerce om te worden uitgevoerd. U kunt "
|
31 |
+
"%s hier downloaden."
|
32 |
|
33 |
+
#: class-wc-vendors.php:126
|
34 |
msgid "WC Vendors Marketplace"
|
35 |
+
msgstr "WC Vendors Marketplace"
|
36 |
|
37 |
+
#: class-wc-vendors.php:161
|
38 |
msgid ""
|
39 |
"<b>WC Vendors Marketplace is inactive</b>. WC Vendors Marketplace requires a "
|
40 |
"minimum of WooCommerce 3.0.0 to operate."
|
41 |
msgstr ""
|
42 |
+
"<b>WC Vendors Marketplace is inactief</b>. WC Vendors Marketplace vereist "
|
43 |
+
"minimaal WooCommerce 3.0.0 om te werken."
|
44 |
+
|
45 |
+
#: class-wc-vendors.php:340
|
46 |
+
msgid "Are you sure you want mark all commissions paid?"
|
47 |
+
msgstr "Weet u zeker dat u alle betaalde commissies wilt markeren?"
|
48 |
+
|
49 |
+
#: class-wc-vendors.php:341
|
50 |
+
msgid "Are you sure delete this commission?"
|
51 |
+
msgstr "Weet je zeker dat je deze commissie verwijdert?"
|
52 |
+
|
53 |
+
#: class-wc-vendors.php:342
|
54 |
+
msgid "Are you sure delete these commissions?"
|
55 |
+
msgstr "Weet u zeker dat u deze commissies verwijdert?"
|
56 |
|
57 |
+
#: class-wc-vendors.php:452
|
58 |
msgid ""
|
59 |
"WC Vendors 2.0 is a major update. This is not compatible with any of our "
|
60 |
"existing extensions. You should test this update on a staging server before "
|
61 |
"updating. Backup your site and update your theme and extensions, and <a href="
|
62 |
"\"%s\">review update details here</a> before upgrading."
|
63 |
msgstr ""
|
64 |
+
"WC Vendors 2.0 is een grote update. Dit is niet compatibel met een van onze "
|
65 |
+
"bestaande extensies. U moet deze update testen op een testserver voordat u "
|
66 |
+
"de update uitvoert. Maak een back-up van uw site en werk uw thema en "
|
67 |
+
"extensies bij en <a href=\"%s\">bekijk hier de updatedetails</a> voordat u "
|
68 |
+
"een upgrade uitvoert."
|
69 |
|
70 |
+
#: class-wc-vendors.php:467
|
71 |
msgid ""
|
72 |
"WC Vendors Pro 1.5.0 is required to run WC Vendors 2.0.0. Your current "
|
73 |
"version %s will be deactivated. Please upgrade to the latest version."
|
74 |
msgstr ""
|
75 |
+
"WC Vendors Pro 1.5.0 is vereist om WC Vendors 2.0.0 uit te voeren. Uw "
|
76 |
+
"huidige versie %s wordt gedeactiveerd. Voer een upgrade uit naar de nieuwste "
|
77 |
+
"versie."
|
78 |
|
79 |
+
#: classes/class-commission.php:61, classes/admin/class-admin-reports.php:373,
|
80 |
+
#: classes/admin/class-wcv-commissions-page.php:394,
|
81 |
+
#: classes/admin/class-wcv-commissions-page.php:699
|
|
|
82 |
msgid "Due"
|
83 |
msgstr "Verschuldigd"
|
84 |
|
85 |
+
#: classes/class-commission.php:62, classes/admin/class-admin-reports.php:374,
|
86 |
+
#: classes/admin/class-wcv-commissions-page.php:395,
|
87 |
+
#: classes/admin/class-wcv-commissions-page.php:700
|
|
|
88 |
msgid "Paid"
|
89 |
msgstr "Betaald"
|
90 |
|
91 |
+
#: classes/class-commission.php:63, classes/admin/class-admin-reports.php:375,
|
92 |
+
#: classes/admin/class-wcv-commissions-page.php:397,
|
93 |
+
#: classes/admin/class-wcv-commissions-page.php:701
|
|
|
94 |
msgid "Reversed"
|
95 |
msgstr "Teruggedraaid"
|
96 |
|
97 |
+
#: classes/class-cron.php:91
|
98 |
msgid "Payment total: %s"
|
99 |
+
msgstr "Betalingsbedrag: %s"
|
100 |
|
101 |
+
#: classes/class-install.php:161, classes/admin/class-wcv-admin-setup.php:101
|
|
|
|
|
102 |
msgid "Pending %s"
|
103 |
+
msgstr "In afwachting %s"
|
104 |
+
|
105 |
+
#. translators: The name used to refer to a vendor.
|
106 |
+
#. translators: %s - The name used to refer to a vendor.
|
107 |
+
#: classes/class-install.php:175, classes/admin/class-admin-reports.php:207,
|
108 |
+
#: classes/admin/class-admin-reports.php:388,
|
109 |
+
#: classes/admin/class-product-meta.php:364,
|
110 |
+
#: classes/admin/class-product-meta.php:414,
|
111 |
+
#: classes/admin/class-setup-wizard.php:352,
|
112 |
+
#: classes/admin/class-wcv-admin-setup.php:96,
|
113 |
+
#: classes/admin/class-wcv-admin-setup.php:313,
|
114 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:50,
|
115 |
+
#: classes/admin/class-wcv-commissions-page.php:203,
|
116 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:43,
|
117 |
+
#: classes/admin/settings/class-wcv-settings-display.php:229,
|
118 |
+
#: classes/admin/settings/class-wcv-settings-display.php:113,
|
119 |
+
#: classes/admin/settings/class-wcv-settings-display.php:121
|
120 |
msgid "%s"
|
121 |
+
msgstr "%s"
|
122 |
|
123 |
+
#: classes/class-install.php:259
|
|
|
|
|
124 |
msgctxt "Page slug"
|
125 |
msgid "vendor_dashboard"
|
126 |
+
msgstr "verkoper_dashboard"
|
127 |
|
128 |
+
#: classes/class-install.php:261
|
|
|
|
|
129 |
msgctxt "Page title"
|
130 |
msgid "%s Dashboard"
|
131 |
+
msgstr "%s Dashboard"
|
132 |
|
133 |
+
#: classes/class-install.php:267
|
|
|
|
|
134 |
msgctxt "Page slug"
|
135 |
msgid "vendors"
|
136 |
msgstr "Verkoper"
|
137 |
|
138 |
+
#: classes/class-install.php:269
|
139 |
msgctxt "Page title"
|
140 |
msgid "%s"
|
141 |
+
msgstr "%s"
|
142 |
|
143 |
+
#: classes/class-install.php:277
|
|
|
|
|
144 |
msgctxt "Page slug"
|
145 |
msgid "shop_settings"
|
146 |
+
msgstr "winkel_instellingen"
|
147 |
|
148 |
+
#: classes/class-install.php:278
|
|
|
|
|
149 |
msgctxt "Page title"
|
150 |
msgid "Shop Settings"
|
151 |
msgstr "Winkel instellingen"
|
152 |
|
153 |
+
#: classes/class-install.php:283
|
|
|
|
|
154 |
msgctxt "Page slug"
|
155 |
msgid "product_orders"
|
156 |
+
msgstr "product_orders"
|
157 |
|
158 |
+
#: classes/class-install.php:284
|
|
|
|
|
159 |
msgctxt "Page title"
|
160 |
msgid "Orders"
|
161 |
+
msgstr "Bestellingen"
|
162 |
|
163 |
+
#: classes/class-install.php:493
|
164 |
msgid "View WC Vendors settings"
|
165 |
+
msgstr "Instellingen voor WC-leveranciers weergeven"
|
166 |
|
167 |
+
#: classes/class-install.php:493, classes/admin/class-admin-menus.php:145,
|
168 |
+
#: templates/dashboard/settings/settings.php:17
|
169 |
msgid "Settings"
|
170 |
+
msgstr "Instellingen"
|
171 |
|
172 |
+
#: classes/class-install.php:511
|
173 |
msgid "View WC Vendors documentation"
|
174 |
+
msgstr "Bekijk de documentatie van WC Vendors"
|
175 |
|
176 |
+
#: classes/class-install.php:511
|
177 |
msgid "Docs"
|
178 |
+
msgstr "Documentatie"
|
179 |
|
180 |
+
#: classes/class-install.php:512
|
181 |
msgid "Visit community forums"
|
182 |
+
msgstr "Bezoek communityforums"
|
183 |
|
184 |
+
#: classes/class-install.php:512
|
185 |
msgid "Free support"
|
186 |
+
msgstr "Gratis support"
|
187 |
|
188 |
+
#: classes/class-install.php:513
|
189 |
msgid "Buy premium customer support"
|
190 |
+
msgstr "Koop premium klantenondersteuning"
|
191 |
|
192 |
+
#: classes/class-install.php:513
|
193 |
msgid "Premium support"
|
194 |
+
msgstr "Premium Ondersteuning"
|
195 |
+
|
196 |
+
#: classes/class-install.php:514, classes/admin/class-wcv-admin-help.php:119
|
197 |
+
msgid "Upgrade to Pro"
|
198 |
+
msgstr "Upgraden naar de Pro-versie"
|
199 |
+
|
200 |
+
#: classes/class-install.php:549
|
201 |
+
msgid "Vendor is enabled"
|
202 |
+
msgstr "Leverancier is ingeschakeld"
|
203 |
+
|
204 |
+
#: classes/class-install.php:550
|
205 |
+
msgid "Vendor is verified"
|
206 |
+
msgstr "Leverancier is geverifieerd"
|
207 |
+
|
208 |
+
#: classes/class-install.php:551
|
209 |
+
msgid "Vendor is trusted"
|
210 |
+
msgstr "Leverancier wordt vertrouwd"
|
211 |
+
|
212 |
+
#: classes/class-install.php:552
|
213 |
+
msgid "Manage Products"
|
214 |
+
msgstr "Beheer producten"
|
215 |
+
|
216 |
+
#: classes/class-install.php:553
|
217 |
+
msgid "Manage orders"
|
218 |
+
msgstr "Bestellingen beheren"
|
219 |
+
|
220 |
+
#: classes/class-install.php:554
|
221 |
+
msgid "Manage coupons"
|
222 |
+
msgstr "Coupons beheren"
|
223 |
+
|
224 |
+
#: classes/class-install.php:555
|
225 |
+
msgid "Manage ratings"
|
226 |
+
msgstr "Beoordelingen beheren"
|
227 |
+
|
228 |
+
#: classes/class-install.php:556
|
229 |
+
msgid "Manage Store Settings"
|
230 |
+
msgstr "Winkelinstellingen beheren"
|
231 |
+
|
232 |
+
#: classes/class-install.php:557
|
233 |
+
msgid "Manage Store Shipping"
|
234 |
+
msgstr "Verzending in winkel beheren"
|
235 |
+
|
236 |
+
#: classes/class-install.php:558
|
237 |
+
msgid "View Store"
|
238 |
+
msgstr "Bekijk winkel"
|
239 |
+
|
240 |
+
#: classes/class-install.php:561
|
241 |
+
msgid "View sales overview"
|
242 |
+
msgstr "Verkoopoverzicht bekijken"
|
243 |
+
|
244 |
+
#: classes/class-install.php:562
|
245 |
+
msgid "View sales report chart"
|
246 |
+
msgstr "Verkooprapportgrafiek weergeven"
|
247 |
+
|
248 |
+
#: classes/class-install.php:563
|
249 |
+
msgid "View vendor notices"
|
250 |
+
msgstr "Leverancierskennisgevingen weergeven"
|
251 |
+
|
252 |
+
#: classes/class-install.php:564
|
253 |
+
msgid "View order report"
|
254 |
+
msgstr "Bestelling rapport weergeven"
|
255 |
+
|
256 |
+
#: classes/class-install.php:565
|
257 |
+
msgid "View order overview"
|
258 |
+
msgstr "Bekijk besteloverzicht"
|
259 |
+
|
260 |
+
#: classes/class-install.php:566
|
261 |
+
msgid "View ratings report"
|
262 |
+
msgstr "Beoordelingsrapport bekijken"
|
263 |
+
|
264 |
+
#: classes/class-install.php:567
|
265 |
+
msgid "View product status report"
|
266 |
+
msgstr "Productstatusrapport weergeven"
|
267 |
+
|
268 |
+
#: classes/class-install.php:570
|
269 |
+
msgid "Add product"
|
270 |
+
msgstr "Product toevoegen"
|
271 |
+
|
272 |
+
#: classes/class-install.php:571
|
273 |
+
msgid "Edit product"
|
274 |
+
msgstr "Product aanpassen"
|
275 |
+
|
276 |
+
#: classes/class-install.php:572
|
277 |
+
msgid "Edit published product"
|
278 |
+
msgstr "Gepubliceerd product bewerken"
|
279 |
+
|
280 |
+
#: classes/class-install.php:573
|
281 |
+
msgid "Publish product directly without approval"
|
282 |
+
msgstr "Publiceer het product rechtstreeks zonder goedkeuring"
|
283 |
+
|
284 |
+
#: classes/class-install.php:574
|
285 |
+
msgid "Delete product"
|
286 |
+
msgstr "Product verwijderen"
|
287 |
+
|
288 |
+
#: classes/class-install.php:575
|
289 |
+
msgid "Duplicate product"
|
290 |
+
msgstr "Product dupliceren"
|
291 |
+
|
292 |
+
#: classes/class-install.php:576
|
293 |
+
msgid "Featured product"
|
294 |
+
msgstr "Uitgelicht product"
|
295 |
+
|
296 |
+
#: classes/class-install.php:577
|
297 |
+
msgid "View product"
|
298 |
+
msgstr "Bekijk product"
|
299 |
+
|
300 |
+
#: classes/class-install.php:578
|
301 |
+
msgid "Import product"
|
302 |
+
msgstr "Product importeren"
|
303 |
+
|
304 |
+
#: classes/class-install.php:579
|
305 |
+
msgid "Export product"
|
306 |
+
msgstr "Export product"
|
307 |
+
|
308 |
+
#: classes/class-install.php:582
|
309 |
+
msgid "View order"
|
310 |
+
msgstr "Bestelling bekijken"
|
311 |
+
|
312 |
+
#: classes/class-install.php:583
|
313 |
+
msgid "Add order notes"
|
314 |
+
msgstr "Bestelnotities toevoegen"
|
315 |
+
|
316 |
+
#: classes/class-install.php:584
|
317 |
+
msgid "View order notes"
|
318 |
+
msgstr "Bestelnotities bekijken"
|
319 |
+
|
320 |
+
#: classes/class-install.php:585, templates/orders/csv-export.php:22
|
321 |
+
msgid "Export orders"
|
322 |
+
msgstr "Export orders"
|
323 |
+
|
324 |
+
#: classes/class-install.php:586
|
325 |
+
msgid "Manage order status"
|
326 |
+
msgstr "Orderstatus beheren"
|
327 |
+
|
328 |
+
#: classes/class-install.php:587
|
329 |
+
msgid "View customer name"
|
330 |
+
msgstr "Klantnaam bekijken"
|
331 |
+
|
332 |
+
#: classes/class-install.php:588
|
333 |
+
msgid "View customer phone number"
|
334 |
+
msgstr "Telefoonnummer van klant bekijken"
|
335 |
+
|
336 |
+
#: classes/class-install.php:589, classes/class-install.php:592
|
337 |
+
msgid "View customer shipping name"
|
338 |
+
msgstr "Verzendnaam van klant bekijken"
|
339 |
+
|
340 |
+
#: classes/class-install.php:590
|
341 |
+
msgid "View customer shipping address fields"
|
342 |
+
msgstr "Verzendadresvelden van klanten bekijken"
|
343 |
+
|
344 |
+
#: classes/class-install.php:591
|
345 |
+
msgid "View customer billing address fields"
|
346 |
+
msgstr "Velden met factuuradressen van klanten weergeven"
|
347 |
|
348 |
+
#: classes/class-install.php:595
|
349 |
+
msgid "Add coupon"
|
350 |
+
msgstr "Kortingscode toevoegen"
|
351 |
+
|
352 |
+
#: classes/class-install.php:596
|
353 |
+
msgid "Edit coupon"
|
354 |
+
msgstr "Kortingscode bewerken"
|
355 |
+
|
356 |
+
#: classes/class-install.php:597
|
357 |
+
msgid "Delete coupon"
|
358 |
+
msgstr "Kortingscode verwijderen"
|
359 |
+
|
360 |
+
#: classes/class-install.php:600
|
361 |
+
msgid "View overview report"
|
362 |
+
msgstr "Overzichtsrapport weergeven"
|
363 |
+
|
364 |
+
#: classes/class-install.php:601
|
365 |
+
msgid "View daily sales report"
|
366 |
+
msgstr "Dagelijks verkooprapport bekijken"
|
367 |
+
|
368 |
+
#: classes/class-install.php:602
|
369 |
+
msgid "View top selling report"
|
370 |
+
msgstr "Top verkoop rapport bekijken"
|
371 |
+
|
372 |
+
#: classes/class-install.php:603
|
373 |
+
msgid "View top earning report"
|
374 |
+
msgstr "Top inkomsten verslag bekijken"
|
375 |
+
|
376 |
+
#: classes/class-install.php:604
|
377 |
+
msgid "View statement report"
|
378 |
+
msgstr "Overzichtsrapport bekijken"
|
379 |
+
|
380 |
+
#: classes/class-install.php:607, classes/class-install.php:610,
|
381 |
+
#: classes/class-install.php:611
|
382 |
+
msgid "View order menu"
|
383 |
+
msgstr "Menu bestellingen bekijken"
|
384 |
+
|
385 |
+
#: classes/class-install.php:608
|
386 |
+
msgid "View dashboard menu"
|
387 |
+
msgstr "Dashboardmenu weergeven"
|
388 |
+
|
389 |
+
#: classes/class-install.php:609
|
390 |
+
msgid "View product menu"
|
391 |
+
msgstr "Bekijk productmenu"
|
392 |
+
|
393 |
+
#: classes/class-install.php:612
|
394 |
+
msgid "View ratings menu"
|
395 |
+
msgstr "Bekijk het menu Beoordelingen"
|
396 |
+
|
397 |
+
#: classes/class-install.php:613
|
398 |
+
msgid "View store settings menu"
|
399 |
+
msgstr "Menu winkelinstellingen bekijken"
|
400 |
+
|
401 |
+
#: classes/class-vendor-post-types.php:37
|
402 |
msgid "%s Orders"
|
403 |
+
msgstr "%s Bestellingen"
|
404 |
|
405 |
+
#: classes/class-vendors.php:619
|
406 |
+
msgid "%1$s Order – %2$s"
|
407 |
+
msgstr "%1$s Orde – %2$s"
|
|
|
|
|
408 |
|
409 |
+
#: classes/class-vendors.php:619
|
410 |
msgctxt "Order date parsed by strftime"
|
411 |
+
msgid "%1$b %2$d, %Y @ %I:%M %p"
|
412 |
+
msgstr "%1$b %2$d, %Y @ %I:%M %p"
|
413 |
+
|
414 |
+
#. translators: %s is vendor string
|
415 |
+
#: classes/admin/class-admin-media.php:28
|
416 |
+
msgid "Assign %s"
|
417 |
+
msgstr "%s toewijzen"
|
418 |
|
419 |
+
#: classes/admin/class-admin-media.php:113,
|
420 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:220,
|
421 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:223
|
422 |
+
msgid "None"
|
423 |
+
msgstr "Geen"
|
424 |
+
|
425 |
+
#: classes/admin/class-admin-menus.php:52,
|
426 |
+
#: classes/admin/class-admin-menus.php:53,
|
427 |
+
#: classes/admin/class-admin-reports.php:40,
|
428 |
+
#: classes/admin/class-wcv-admin-setup.php:278,
|
429 |
#: classes/admin/views/html-vendor-meta.php:1
|
430 |
msgid "WC Vendors"
|
431 |
+
msgstr "WC Vendors"
|
432 |
|
433 |
+
#: classes/admin/class-admin-menus.php:69
|
434 |
msgid "WC Vendors Extensions"
|
435 |
+
msgstr "WC Vendors Extensies"
|
436 |
|
437 |
+
#: classes/admin/class-admin-menus.php:70
|
|
|
438 |
msgid "Extensions"
|
439 |
+
msgstr "Extensies"
|
440 |
+
|
441 |
+
#: classes/admin/class-admin-menus.php:94
|
442 |
+
msgid "Upgrade To WC Vendors Pro Today"
|
443 |
+
msgstr "Upgrade vandaag nog naar WC Vendors Pro"
|
444 |
|
445 |
+
#: classes/admin/class-admin-menus.php:95
|
446 |
+
msgid "Go PRO"
|
447 |
+
msgstr "Go PRO"
|
448 |
+
|
449 |
+
#: classes/admin/class-admin-menus.php:122,
|
450 |
+
#: classes/admin/class-admin-menus.php:123
|
451 |
msgid "Commissions"
|
452 |
+
msgstr "Commissies"
|
453 |
|
454 |
+
#: classes/admin/class-admin-menus.php:144
|
455 |
+
msgid "WC Vendors Settings"
|
456 |
+
msgstr "Wc-leveranciersinstellingen"
|
457 |
+
|
458 |
+
#: classes/admin/class-admin-reports.php:43
|
459 |
msgid "Overview"
|
460 |
msgstr "Overzicht"
|
461 |
|
462 |
+
#: classes/admin/class-admin-reports.php:49
|
463 |
+
msgid "Commission By %s"
|
464 |
+
msgstr "Commissie per %s"
|
|
|
|
|
465 |
|
466 |
+
#: classes/admin/class-admin-reports.php:55
|
467 |
+
msgid "Commission By Product"
|
468 |
msgstr "Commissie per product"
|
469 |
|
470 |
+
#: classes/admin/class-admin-reports.php:61
|
|
|
471 |
msgid "Commission Totals"
|
472 |
msgstr "Commissie totalen"
|
473 |
|
474 |
+
#: classes/admin/class-admin-reports.php:62
|
475 |
msgid ""
|
476 |
"Commission totals for all vendors includes shipping and taxes. By default no "
|
477 |
"date range is used and all due commissions are returned. Use the date range "
|
481 |
"belastingen. Standaard wordt er geen datum bereik gebruikt en alle "
|
482 |
"verschuldigde commissies worden teruggestort. Gebruik de datum filter."
|
483 |
|
484 |
+
#: classes/admin/class-admin-reports.php:123,
|
485 |
+
#: classes/admin/class-admin-reports.php:284,
|
486 |
+
#: classes/admin/class-admin-reports.php:363,
|
487 |
+
#: classes/admin/class-wcv-commissions-page.php:349,
|
488 |
+
#: templates/dashboard/date-picker.php:19
|
489 |
msgid "From:"
|
490 |
msgstr "Van:"
|
491 |
|
492 |
+
#: classes/admin/class-admin-reports.php:127,
|
493 |
+
#: classes/admin/class-admin-reports.php:286,
|
494 |
+
#: classes/admin/class-admin-reports.php:367,
|
495 |
+
#: classes/admin/class-wcv-commissions-page.php:364,
|
496 |
+
#: templates/dashboard/date-picker.php:23
|
497 |
msgid "To:"
|
498 |
+
msgstr "Aan:"
|
499 |
|
500 |
+
#: classes/admin/class-admin-reports.php:131,
|
501 |
+
#: classes/admin/class-admin-reports.php:319,
|
502 |
+
#: classes/admin/class-admin-reports.php:378,
|
503 |
+
#: templates/dashboard/date-picker.php:28
|
504 |
msgid "Show"
|
505 |
msgstr "Toon"
|
506 |
|
507 |
+
#: classes/admin/class-admin-reports.php:137
|
508 |
+
msgid "Total Paid In Range"
|
509 |
msgstr "Totaal betaald in bereik"
|
510 |
|
511 |
+
#: classes/admin/class-admin-reports.php:145,
|
512 |
+
#: classes/admin/class-admin-reports.php:160,
|
513 |
+
#: classes/admin/class-admin-reports.php:175
|
514 |
msgid "n/a"
|
515 |
+
msgstr "n/a"
|
516 |
|
517 |
+
#: classes/admin/class-admin-reports.php:152
|
518 |
+
msgid "Total Due In Range"
|
519 |
msgstr "Totaal verschuldigd in bereik"
|
520 |
|
521 |
+
#: classes/admin/class-admin-reports.php:167
|
522 |
+
msgid "Total Reversed In Range"
|
523 |
msgstr "Totaal gereserveerd in bereik"
|
524 |
|
525 |
+
#: classes/admin/class-admin-reports.php:185
|
526 |
msgid "Recent Commission"
|
527 |
msgstr "Recente commissie"
|
528 |
|
529 |
+
#: classes/admin/class-admin-reports.php:251
|
530 |
+
msgid "No commission yet"
|
531 |
+
msgstr "Nog geen commissie"
|
532 |
+
|
533 |
+
#: classes/admin/class-admin-reports.php:205,
|
534 |
+
#: templates/dashboard/orders.php:52, classes/front/orders/class-orders.php:211
|
535 |
msgid "Order"
|
536 |
+
msgstr "Bestelling"
|
537 |
|
538 |
+
#: classes/admin/class-admin-reports.php:206,
|
539 |
+
#: classes/admin/class-admin-reports.php:639,
|
540 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:51,
|
541 |
+
#: classes/admin/class-wcv-commissions-page.php:204,
|
542 |
+
#: templates/dashboard/reports.php:36,
|
543 |
+
#: templates/emails/notify-vendor-shipped.php:30,
|
544 |
+
#: templates/emails/vendor-new-order.php:35,
|
545 |
+
#: templates/emails/vendor-order-details.php:38,
|
546 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:219,
|
547 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:222
|
548 |
msgid "Product"
|
549 |
+
msgstr "Product"
|
550 |
+
|
551 |
+
#: classes/admin/class-admin-reports.php:208,
|
552 |
+
#: classes/admin/class-admin-reports.php:581,
|
553 |
+
#: classes/admin/class-admin-reports.php:710,
|
554 |
+
#: classes/admin/class-vendor-admin-dashboard.php:381,
|
555 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:56,
|
556 |
+
#: classes/admin/class-wcv-commissions-page.php:209,
|
557 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:44,
|
558 |
+
#: templates/dashboard/orders.php:56
|
559 |
msgid "Total"
|
560 |
msgstr "Totaal"
|
561 |
|
562 |
+
#: classes/admin/class-admin-reports.php:209
|
563 |
msgid "Date & Time"
|
564 |
msgstr "Datum & tijd"
|
565 |
|
566 |
+
#: classes/admin/class-admin-reports.php:210,
|
567 |
+
#: classes/admin/class-admin-reports.php:391,
|
568 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:58,
|
569 |
+
#: classes/admin/class-wcv-commissions-page.php:210
|
570 |
msgid "Status"
|
571 |
+
msgstr "Status"
|
572 |
|
573 |
+
#: classes/admin/class-admin-reports.php:234,
|
574 |
+
#: templates/emails/vendor-order-addresses.php:32
|
575 |
msgid "N/A"
|
576 |
+
msgstr "N/A"
|
577 |
|
578 |
+
#: classes/admin/class-admin-reports.php:241
|
579 |
msgid "D j M Y \a\t h:ia"
|
580 |
+
msgstr "D j M Y h:ia"
|
581 |
|
582 |
+
#: classes/admin/class-admin-reports.php:285
|
583 |
+
msgid "yyy-mm-dd"
|
584 |
+
msgstr "jjjj-mm-dd"
|
585 |
|
586 |
+
#: classes/admin/class-admin-reports.php:287
|
587 |
+
msgid "yyyy-mm-dd"
|
588 |
+
msgstr "dd-mm-yyyy"
|
589 |
|
590 |
+
#: classes/admin/class-admin-reports.php:293
|
|
|
591 |
msgid "Type in a product name to start searching..."
|
592 |
msgstr "Type een product naam in om te beginnen met zoeken"
|
593 |
|
594 |
+
#: classes/admin/class-admin-reports.php:389,
|
595 |
+
#: classes/admin/class-admin-reports.php:521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
596 |
msgid "Tax Total"
|
597 |
msgstr "Totale belasting"
|
598 |
|
599 |
+
#: classes/admin/class-admin-reports.php:390,
|
600 |
+
#: classes/admin/class-admin-reports.php:522
|
601 |
msgid "Shipping Total"
|
602 |
msgstr "Totale verzending"
|
603 |
|
604 |
+
#: classes/admin/class-admin-reports.php:392,
|
605 |
+
#: classes/admin/class-admin-reports.php:520
|
606 |
msgid "Commission Total"
|
607 |
msgstr "Totale commissie"
|
608 |
|
609 |
+
#: classes/admin/class-admin-reports.php:413
|
610 |
msgid "No commissions found."
|
611 |
msgstr "Geen commissie gevonden."
|
612 |
|
613 |
+
#: classes/admin/class-admin-reports.php:597
|
614 |
+
msgid "No commissions found"
|
615 |
+
msgstr "Geen commissies gevonden"
|
616 |
+
|
617 |
+
#: classes/admin/class-admin-reports.php:519
|
618 |
+
msgid "Month / Date"
|
619 |
+
msgstr "Maand / Datum"
|
620 |
+
|
621 |
+
#: classes/admin/class-admin-reports.php:523,
|
622 |
+
#: classes/admin/class-admin-reports.php:643
|
623 |
+
msgid "Total Reversed"
|
624 |
+
msgstr "Totaal gereserveerd in bereik"
|
625 |
+
|
626 |
+
#: classes/admin/class-admin-reports.php:524,
|
627 |
+
#: classes/admin/class-admin-reports.php:644
|
628 |
+
msgid "Total Paid"
|
629 |
+
msgstr "Totaal Voldaan"
|
630 |
+
|
631 |
+
#: classes/admin/class-admin-reports.php:525,
|
632 |
+
#: classes/admin/class-admin-reports.php:645
|
633 |
+
msgid "Total Due"
|
634 |
+
msgstr "Totaal"
|
635 |
+
|
636 |
+
#: classes/admin/class-admin-reports.php:728
|
637 |
+
msgid "No commission data found"
|
638 |
+
msgstr "Geen commissiegegevens gevonden"
|
639 |
+
|
640 |
+
#: classes/admin/class-admin-reports.php:638,
|
641 |
+
#: classes/admin/class-vendor-admin-dashboard.php:383,
|
642 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:59,
|
643 |
+
#: classes/admin/class-wcv-commissions-page.php:212,
|
644 |
+
#: templates/dashboard/orders.php:57, classes/front/orders/class-orders.php:219
|
645 |
+
msgid "Date"
|
646 |
+
msgstr "Datum"
|
647 |
+
|
648 |
+
#: classes/admin/class-admin-reports.php:640
|
649 |
+
msgid "Total Commission"
|
650 |
+
msgstr "Totale commissie"
|
651 |
+
|
652 |
+
#: classes/admin/class-admin-reports.php:641
|
653 |
+
msgid "Total Tax"
|
654 |
+
msgstr "Totaal BTW"
|
655 |
+
|
656 |
+
#: classes/admin/class-admin-reports.php:642
|
657 |
+
msgid "Total Shipping"
|
658 |
+
msgstr "Totaal Reiskosten"
|
659 |
+
|
660 |
+
#: classes/admin/class-admin-users.php:82
|
661 |
msgid "You are not allowed to submit products. <a href=\"%s\">Go Back</a>"
|
662 |
+
msgstr "U mag geen producten toevoegen. <a href=\"%s\">Ga Terug</a>"
|
663 |
|
664 |
+
#: classes/admin/class-admin-users.php:472
|
665 |
+
msgid "%s Store"
|
666 |
+
msgstr "%s winkel"
|
|
|
667 |
|
668 |
+
#: classes/admin/class-admin-users.php:524
|
669 |
+
msgid "Set primary role to %s "
|
670 |
+
msgstr "Primaire rol instellen op %s "
|
671 |
+
|
672 |
+
#: classes/admin/class-product-meta.php:182
|
673 |
+
msgid "Search %s"
|
674 |
+
msgstr "Zoek %s"
|
675 |
+
|
676 |
+
#: classes/admin/class-product-meta.php:253,
|
677 |
+
#: classes/admin/class-product-meta.php:371,
|
678 |
+
#: classes/admin/class-product-meta.php:421
|
679 |
+
msgid "Assign media to %s"
|
680 |
+
msgstr "Media toewijzen aan %"
|
681 |
+
|
682 |
+
#: classes/admin/class-product-meta.php:298,
|
683 |
+
#: classes/admin/class-product-meta.php:316,
|
684 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:53,
|
685 |
+
#: classes/admin/class-wcv-commissions-page.php:206,
|
686 |
+
#: templates/dashboard/reports.php:38,
|
687 |
+
#: templates/emails/vendor-order-details.php:43,
|
688 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:218,
|
689 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:221,
|
690 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:32,
|
691 |
#: classes/admin/views/html-admin-commission-page.php:23,
|
692 |
+
#: classes/admin/views/setup/general.php:81
|
693 |
msgid "Commission"
|
694 |
msgstr "Commissie"
|
695 |
|
696 |
+
#: classes/admin/class-product-meta.php:325,
|
697 |
+
#: classes/admin/views/html-vendor-meta.php:110
|
698 |
msgid "Leave blank for default"
|
699 |
msgstr "Laat leeg voor standaard"
|
700 |
|
701 |
+
#: classes/admin/class-product-meta.php:344
|
702 |
+
msgid "%s Store "
|
703 |
+
msgstr "%s winkel "
|
704 |
+
|
705 |
+
#: classes/admin/class-product-meta.php:408
|
706 |
+
msgid "— No change —"
|
707 |
+
msgstr "— Geen verandering —"
|
708 |
+
|
709 |
+
#: classes/admin/class-setup-wizard.php:81
|
710 |
msgid "Start"
|
711 |
+
msgstr "Start"
|
712 |
|
713 |
+
#: classes/admin/class-setup-wizard.php:86,
|
714 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:32
|
715 |
msgid "Capabilities"
|
716 |
+
msgstr "Mogelijkheden"
|
717 |
|
718 |
+
#: classes/admin/class-setup-wizard.php:91,
|
719 |
+
#: classes/admin/settings/class-wcv-settings-display.php:196,
|
720 |
#: classes/admin/views/setup/pages.php:19
|
721 |
msgid "Pages"
|
722 |
+
msgstr "Pagina's"
|
723 |
|
724 |
+
#: classes/admin/class-setup-wizard.php:96
|
725 |
msgid "Ready!"
|
726 |
+
msgstr "Klaar!"
|
727 |
+
|
728 |
+
#: classes/admin/class-setup-wizard.php:117
|
729 |
+
msgctxt "enhanced select"
|
730 |
+
msgid "No matches found"
|
731 |
+
msgstr "Geen matches gevonden"
|
732 |
+
|
733 |
+
#: classes/admin/class-setup-wizard.php:118
|
734 |
+
msgctxt "enhanced select"
|
735 |
+
msgid "Loading failed"
|
736 |
+
msgstr "Laden mislukt"
|
737 |
+
|
738 |
+
#: classes/admin/class-setup-wizard.php:119
|
739 |
+
msgctxt "enhanced select"
|
740 |
+
msgid "Please enter 1 or more characters"
|
741 |
+
msgstr "Voer 1 of meer tekens in"
|
742 |
+
|
743 |
+
#: classes/admin/class-setup-wizard.php:120
|
744 |
+
msgctxt "enhanced select"
|
745 |
+
msgid "Please enter %qty% or more characters"
|
746 |
+
msgstr "Voer %qty% of meer tekens in"
|
747 |
+
|
748 |
+
#: classes/admin/class-setup-wizard.php:121
|
749 |
+
msgctxt "enhanced select"
|
750 |
+
msgid "Please delete 1 character"
|
751 |
+
msgstr "Verwijder 1 teken"
|
752 |
+
|
753 |
+
#: classes/admin/class-setup-wizard.php:122
|
754 |
+
msgctxt "enhanced select"
|
755 |
+
msgid "Please delete %qty% characters"
|
756 |
+
msgstr "Verwijder %qty% tekens"
|
757 |
+
|
758 |
+
#: classes/admin/class-setup-wizard.php:123
|
759 |
+
msgctxt "enhanced select"
|
760 |
+
msgid "You can only select 1 item"
|
761 |
+
msgstr "U mag slechts 1 artikel selecteren"
|
762 |
+
|
763 |
+
#: classes/admin/class-setup-wizard.php:124
|
764 |
+
msgctxt "enhanced select"
|
765 |
+
msgid "You can only select %qty% items"
|
766 |
+
msgstr "Je kan slechts %qty% items selecteren"
|
767 |
+
|
768 |
+
#: classes/admin/class-setup-wizard.php:125
|
769 |
+
msgctxt "enhanced select"
|
770 |
+
msgid "Loading more results…"
|
771 |
+
msgstr "Meer resultaten aan het laden…"
|
772 |
+
|
773 |
+
#: classes/admin/class-setup-wizard.php:126
|
774 |
+
msgctxt "enhanced select"
|
775 |
+
msgid "Searching…"
|
776 |
+
msgstr "Bezig met zoeken…"
|
777 |
|
778 |
#. translators: %1$s: link to videos, %2$s: link to docs
|
779 |
+
#: classes/admin/class-setup-wizard.php:413
|
780 |
msgid ""
|
781 |
"Don't forget to check our <a href=\"%1$s\" target=\"_blank\">documentation</"
|
782 |
"a> to learn more about setting up WC Vendors and if you need help, be sure "
|
783 |
"to visit our <a href=\"%2$s\" target=\"_blank\">free support forums</a>."
|
784 |
msgstr ""
|
785 |
+
"Vergeet niet om onze <a href=\"%1$s\" target=\"_blank\">documentatie</a> te "
|
786 |
+
"raadplegen voor meer informatie over het instellen van WC Vendors en als u "
|
787 |
+
"hulp nodig hebt, moet u onze <a href=\"%2$s\" target=\"_blank\">gratis "
|
788 |
+
"ondersteuningsforums</a> bezoeken."
|
789 |
|
790 |
+
#: classes/admin/class-vendor-admin-dashboard.php:25,
|
791 |
+
#: classes/admin/class-vendor-admin-dashboard.php:26,
|
792 |
+
#: classes/admin/settings/class-wcv-settings-display.php:211
|
793 |
msgid "Shop Settings"
|
794 |
msgstr "Winkel instellingen"
|
795 |
|
796 |
+
#: classes/admin/class-vendor-admin-dashboard.php:35,
|
797 |
+
#: classes/admin/class-vendor-admin-dashboard.php:36,
|
798 |
+
#: classes/admin/class-vendor-admin-dashboard.php:235,
|
799 |
+
#: templates/dashboard/orders.php:40,
|
800 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:47,
|
801 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:294,
|
802 |
+
#: classes/admin/settings/class-wcv-settings-display.php:220,
|
803 |
#: classes/admin/views/setup/capabilities.php:70
|
804 |
msgid "Orders"
|
805 |
+
msgstr "Bestellingen"
|
806 |
|
807 |
+
#: classes/admin/class-vendor-admin-dashboard.php:94,
|
808 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:138
|
809 |
msgid "Your PayPal address is not a valid email address."
|
810 |
+
msgstr "Je PayPal e-mailadres is geen geldig e-mailadres."
|
811 |
|
812 |
+
#: classes/admin/class-vendor-admin-dashboard.php:111,
|
813 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:154
|
814 |
msgid "That shop name is already taken. Your shop name must be unique."
|
815 |
msgstr "Die winkelnaam is al in gebruik. Je winkelnaam dient uniek te zijn."
|
816 |
|
817 |
+
#: classes/admin/class-vendor-admin-dashboard.php:167,
|
818 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:206
|
819 |
msgid "Settings saved."
|
820 |
msgstr "Instellingen opgeslagen!"
|
821 |
|
822 |
+
#: classes/admin/class-vendor-admin-dashboard.php:301
|
|
|
|
|
823 |
msgid "order"
|
824 |
+
msgstr "bestelling"
|
825 |
|
826 |
+
#: classes/admin/class-vendor-admin-dashboard.php:302
|
|
|
|
|
827 |
msgid "orders"
|
828 |
+
msgstr "bestellingen"
|
829 |
|
830 |
+
#: classes/admin/class-vendor-admin-dashboard.php:378,
|
831 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:48,
|
832 |
+
#: classes/admin/class-wcv-commissions-page.php:201
|
833 |
msgid "Order ID"
|
834 |
+
msgstr "Bestelnummer"
|
835 |
|
836 |
+
#: classes/admin/class-vendor-admin-dashboard.php:379
|
837 |
msgid "Customer"
|
838 |
msgstr "Klant"
|
839 |
|
840 |
+
#: classes/admin/class-vendor-admin-dashboard.php:380,
|
841 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:46,
|
842 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:258,
|
843 |
#: classes/admin/views/setup/capabilities.php:19
|
844 |
msgid "Products"
|
845 |
msgstr "Producten"
|
846 |
|
847 |
+
#: classes/admin/class-vendor-admin-dashboard.php:384,
|
848 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:57,
|
849 |
+
#: classes/admin/class-wcv-commissions-page.php:211,
|
850 |
+
#: templates/dashboard/orders.php:130
|
|
|
|
|
|
|
|
|
|
|
851 |
msgid "Shipped"
|
852 |
msgstr "Verzonden"
|
853 |
|
854 |
+
#: classes/admin/class-vendor-admin-dashboard.php:422,
|
855 |
+
#: classes/admin/class-wcv-admin-orders.php:76,
|
856 |
+
#: classes/admin/class-wcv-admin-orders.php:88,
|
857 |
+
#: classes/includes/wcv-vendor-functions.php:95,
|
858 |
+
#: templates/dashboard/orders.php:123
|
859 |
msgid "Mark shipped"
|
860 |
msgstr "Markeer als verzonden"
|
861 |
|
862 |
+
#: classes/admin/class-vendor-admin-dashboard.php:449
|
863 |
msgid "Orders marked shipped."
|
864 |
msgstr "Orders gemarkeerd als verzonden"
|
865 |
|
866 |
+
#: classes/admin/class-vendor-admin-dashboard.php:610,
|
867 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:187,
|
868 |
+
#: classes/admin/class-wcv-commissions-page.php:122
|
869 |
msgid "Yes"
|
870 |
+
msgstr "Ja"
|
871 |
|
872 |
+
#: classes/admin/class-vendor-admin-dashboard.php:610,
|
873 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:187,
|
874 |
+
#: classes/admin/class-wcv-commissions-page.php:122
|
875 |
msgid "No"
|
876 |
+
msgstr "Nee"
|
877 |
|
878 |
+
#: classes/admin/class-vendor-applicants.php:80
|
|
|
|
|
879 |
msgid "%s has been <b>denied</b>."
|
880 |
msgstr "Verkoper is <b>geweigerd </b>."
|
881 |
|
882 |
+
#: classes/admin/class-vendor-applicants.php:91
|
|
|
|
|
883 |
msgid "%s has been <b>approved</b>."
|
884 |
+
msgstr "%s is <b>geaccepteerd</a>"
|
885 |
|
886 |
+
#: classes/admin/class-vendor-applicants.php:105
|
887 |
msgid "Pending Vendors"
|
888 |
msgstr "Afwachtende verkopers"
|
889 |
|
890 |
+
#: classes/admin/class-wcv-admin-help.php:50
|
891 |
msgid "Help & Support"
|
892 |
+
msgstr "Help & ondersteuning"
|
893 |
|
894 |
+
#: classes/admin/class-wcv-admin-help.php:52
|
895 |
msgid "Welcome to WC Vendors Help & Support"
|
896 |
+
msgstr "Welkom bij WC Vendors Help & Support"
|
897 |
|
898 |
#. translators: %s: Documentation URL
|
899 |
+
#: classes/admin/class-wcv-admin-help.php:55
|
900 |
msgid ""
|
901 |
"Should you need any help with using or extending WC Vendors, <a href=\"%s"
|
902 |
"\">please read our documentation</a>. You will find all kinds of resources "
|
903 |
"including code snippets, guides and much more."
|
904 |
msgstr ""
|
905 |
+
"Mocht u hulp nodig hebben bij het gebruik of de uitbreiding van WC Vendors, "
|
906 |
+
"<a href=\"%s\">lees dan onze documentatie</a>. Je vindt er allerlei bronnen, "
|
907 |
+
"waaronder codefragmenten, handleidingen en nog veel meer."
|
908 |
|
909 |
#. translators: %s: Forum URL
|
910 |
+
#: classes/admin/class-wcv-admin-help.php:60
|
911 |
msgid ""
|
912 |
"Do you have a question about WC Vendors? For assistance please see our <a "
|
913 |
"href=\"%1$s\">community forum</a>. If you need help with premium extensions "
|
914 |
"sold by WC Vendors, please <a href=\"%2$s\">submit a ticket</a>."
|
915 |
msgstr ""
|
916 |
+
"Heeft u een vraag over WC Vendors? Voor hulp kunt u terecht op ons <a href="
|
917 |
+
"\"%1$s\">community forum</a>. Als u hulp nodig hebt met premium extensies "
|
918 |
+
"die worden verkocht door WC Vendors, <a href=\"%2$s\">dient u een ticket in</"
|
919 |
+
"a>."
|
920 |
|
921 |
+
#: classes/admin/class-wcv-admin-help.php:64
|
922 |
msgid ""
|
923 |
"Before asking for help we recommend checking the system status page to "
|
924 |
"identify any problems with your configuration. <strong>Anything showing red "
|
925 |
"should be fixed before contacting us.</strong>"
|
926 |
msgstr ""
|
927 |
+
"Voordat u om hulp vraagt, raden we u aan de systeemstatuspagina te "
|
928 |
+
"controleren om eventuele problemen met uw configuratie te identificeren. "
|
929 |
+
"<strong>Alles wat rood is, moet worden opgelost voordat u contact met ons "
|
930 |
+
"opneemt.</strong>"
|
931 |
|
932 |
+
#: classes/admin/class-wcv-admin-help.php:65
|
933 |
msgid ""
|
934 |
"Please follow our <a href=\"%s\">debuggin guide</a> to ensure that you have "
|
935 |
"narrowed down the issue. "
|
936 |
msgstr ""
|
937 |
+
"Volg onze <a href=\"%s\">debuggin gids</a> om ervoor te zorgen dat u het "
|
938 |
+
"probleem hebt verkleind. "
|
939 |
|
940 |
+
#: classes/admin/class-wcv-admin-help.php:66,
|
941 |
+
#: classes/admin/class-wcv-admin-help.php:88
|
942 |
msgid "System status"
|
943 |
+
msgstr "Systeemstatus"
|
944 |
|
945 |
+
#: classes/admin/class-wcv-admin-help.php:66
|
946 |
msgid "Community forum"
|
947 |
+
msgstr "Community forum"
|
948 |
|
949 |
+
#: classes/admin/class-wcv-admin-help.php:66
|
950 |
msgid "WC Vendors Premium Support"
|
951 |
+
msgstr "WC Vendors Premium Ondersteuning"
|
952 |
|
953 |
+
#: classes/admin/class-wcv-admin-help.php:73,
|
954 |
+
#: classes/admin/class-wcv-admin-help.php:75
|
|
|
|
|
955 |
msgid "Getting Started"
|
956 |
+
msgstr "Aan de slag"
|
957 |
|
958 |
+
#: classes/admin/class-wcv-admin-help.php:76
|
959 |
msgid ""
|
960 |
"If you are new to WC Vendors then we highly recommend that you go through "
|
961 |
"our <a href=\"%s\">getting started guides</a>."
|
962 |
msgstr ""
|
963 |
+
"Als u nieuw bent bij WC Vendors, raden we u ten zeerste aan om onze <a href="
|
964 |
+
"\"%s\">handleidingen voor aan de slag te doorlopen</a>."
|
965 |
|
966 |
+
#: classes/admin/class-wcv-admin-help.php:83,
|
967 |
+
#: classes/admin/class-wcv-admin-help.php:85
|
968 |
msgid "Found a bug?"
|
969 |
+
msgstr "Een bug gevonden?"
|
970 |
|
971 |
#. translators: 1: GitHub issues URL 2: System status report URL
|
972 |
+
#: classes/admin/class-wcv-admin-help.php:87
|
973 |
msgid ""
|
974 |
"If you think you have found a bug in WC Vendors you can create a ticket via "
|
975 |
"<a href=\"%1$s\">Github issues</a>. To help us solve your issue, please be "
|
976 |
"as descriptive as possible and include your <a href=\"%2$s\">system status "
|
977 |
"report</a>."
|
978 |
msgstr ""
|
979 |
+
"Als je denkt dat je een bug hebt gevonden in WC Vendors, kun je een ticket "
|
980 |
+
"maken via <a href=\"%1$s\">Github-problemen</a>. Om ons te helpen uw "
|
981 |
+
"probleem op te lossen, moet u zo beschrijvend mogelijk zijn en uw <a href="
|
982 |
+
"\"%2$s\">systeemstatusrapport opnemen</a>."
|
983 |
|
984 |
+
#: classes/admin/class-wcv-admin-help.php:88
|
985 |
msgid "Report a bug"
|
986 |
+
msgstr "Rapporteer een bug"
|
987 |
|
988 |
+
#: classes/admin/class-wcv-admin-help.php:96,
|
989 |
+
#: classes/admin/class-wcv-admin-help.php:98,
|
990 |
+
#: classes/admin/class-wcv-admin-help.php:100
|
991 |
msgid "Setup wizard"
|
992 |
+
msgstr "Installatie-wizard"
|
993 |
|
994 |
+
#: classes/admin/class-wcv-admin-help.php:99
|
995 |
msgid ""
|
996 |
"If you need to access the setup wizard again, please click on the button "
|
997 |
"below."
|
998 |
msgstr ""
|
999 |
+
"Als u de installatiewizard opnieuw wilt gebruiken, klik dan op de knop "
|
1000 |
+
"hieronder."
|
1001 |
|
1002 |
+
#: classes/admin/class-wcv-admin-help.php:108
|
1003 |
msgid "Update"
|
1004 |
+
msgstr "Bijwerken"
|
1005 |
|
1006 |
+
#: classes/admin/class-wcv-admin-help.php:110
|
1007 |
msgid "Upgrade"
|
1008 |
+
msgstr "Upgrade"
|
1009 |
|
1010 |
+
#: classes/admin/class-wcv-admin-help.php:111
|
1011 |
msgid ""
|
1012 |
"If you need to manually run the updates, please click on the button below."
|
1013 |
msgstr ""
|
1014 |
+
"Als u de updates handmatig wilt uitvoeren, klikt u op de onderstaande knop."
|
1015 |
|
1016 |
+
#: classes/admin/class-wcv-admin-help.php:112
|
1017 |
msgid "Run the updater"
|
1018 |
+
msgstr "Voer de updater uit"
|
1019 |
|
1020 |
+
#: classes/admin/class-wcv-admin-help.php:118
|
1021 |
msgid "For more information:"
|
1022 |
+
msgstr "Voor meer informatie:"
|
|
|
|
|
|
|
|
|
1023 |
|
1024 |
+
#: classes/admin/class-wcv-admin-help.php:120
|
1025 |
msgid "Buy extensions"
|
1026 |
+
msgstr "Koop extensies"
|
1027 |
|
1028 |
+
#: classes/admin/class-wcv-admin-help.php:121
|
|
|
|
|
1029 |
msgid "About WC Vendors"
|
1030 |
+
msgstr "Over WC Vendors"
|
1031 |
|
1032 |
+
#: classes/admin/class-wcv-admin-help.php:122
|
1033 |
msgid "WC Vendors on WordPress.org"
|
1034 |
+
msgstr "WC-leveranciers op WordPress.org"
|
1035 |
|
1036 |
+
#: classes/admin/class-wcv-admin-help.php:123
|
1037 |
msgid "WC Vendors Github"
|
1038 |
+
msgstr "WC Leveranciers Github"
|
1039 |
|
1040 |
+
#: classes/admin/class-wcv-admin-import-export.php:71
|
1041 |
+
msgid "Vendor ID"
|
1042 |
+
msgstr "Vendor ID"
|
1043 |
+
|
1044 |
+
#: classes/admin/class-wcv-admin-notices.php:131,
|
1045 |
#: classes/admin/class-wcv-admin-settings.php:69
|
1046 |
msgid "Action failed. Please refresh the page and retry."
|
1047 |
+
msgstr "Actie mislukt. Vernieuw de pagina en probeer opnieuw."
|
1048 |
|
1049 |
+
#: classes/admin/class-wcv-admin-notices.php:135
|
1050 |
msgid "Cheatin’ huh?"
|
1051 |
+
msgstr "Wat ben jij aan het proberen?"
|
1052 |
+
|
1053 |
+
#: classes/admin/class-wcv-admin-orders.php:59
|
1054 |
+
msgid "Mark Shipped"
|
1055 |
+
msgstr "Markeer als verzonden"
|
1056 |
+
|
1057 |
+
#: classes/admin/class-wcv-admin-orders.php:201
|
1058 |
+
msgid "Order #%1$d marked shipped for all %2$s."
|
1059 |
+
msgstr "Bestelling #%1$d gemarkeerd als verzonden voor alle %2$s."
|
1060 |
+
|
1061 |
+
#: classes/admin/class-wcv-admin-orders.php:207
|
1062 |
+
msgid "Orders marked shipped for all %s."
|
1063 |
+
msgstr "Bestellingen gemarkeerd verzonden voor alle %s."
|
1064 |
+
|
1065 |
+
#: classes/admin/class-wcv-admin-orders.php:214
|
1066 |
+
msgid "Order marked shipped for %s."
|
1067 |
+
msgstr "Bestelling gemarkeerd verzonden voor %s."
|
1068 |
|
1069 |
#: classes/admin/class-wcv-admin-settings.php:77
|
|
|
|
|
1070 |
msgid "Your settings have been saved."
|
1071 |
+
msgstr "Je instellingen zijn opgeslagen."
|
1072 |
|
1073 |
+
#: classes/admin/class-wcv-admin-settings.php:98
|
1074 |
msgid "The changes you made will be lost if you navigate away from this page."
|
1075 |
+
msgstr "De wijzigingen zullen verloren gaan als u deze pagina verlaat."
|
1076 |
|
1077 |
+
#: classes/admin/class-wcv-admin-settings.php:466,
|
1078 |
+
#: classes/admin/class-wcv-admin-settings.php:498,
|
1079 |
+
#: classes/includes/class-functions.php:64
|
|
|
|
|
1080 |
msgid "Select a page…"
|
1081 |
+
msgstr "Selecteer een pagina…"
|
1082 |
|
1083 |
+
#: classes/admin/class-wcv-admin-settings.php:524
|
|
|
|
|
1084 |
msgid "Choose a country…"
|
1085 |
+
msgstr "Kies een land…"
|
1086 |
|
1087 |
+
#: classes/admin/class-wcv-admin-settings.php:524,
|
1088 |
+
#: classes/admin/class-wcv-admin-settings.php:553
|
1089 |
msgid "Country"
|
1090 |
+
msgstr "Land"
|
1091 |
|
1092 |
+
#: classes/admin/class-wcv-admin-settings.php:553
|
1093 |
msgid "Choose countries…"
|
1094 |
+
msgstr "Kies landen…"
|
1095 |
|
1096 |
+
#: classes/admin/class-wcv-admin-settings.php:562
|
|
|
|
|
1097 |
msgid "Select all"
|
1098 |
+
msgstr "Selecteer alles"
|
1099 |
|
1100 |
+
#: classes/admin/class-wcv-admin-settings.php:562
|
1101 |
msgid "Select none"
|
1102 |
+
msgstr "Niets selecteren"
|
1103 |
|
1104 |
+
#: classes/admin/class-wcv-admin-settings.php:582
|
1105 |
msgid "Update %s"
|
1106 |
+
msgstr "%s bijwerken"
|
1107 |
|
1108 |
+
#: classes/admin/class-wcv-admin-settings.php:582,
|
1109 |
+
#: classes/admin/class-wcv-admin-settings.php:582
|
1110 |
msgid "Add %s"
|
1111 |
+
msgstr "Voeg %s toe"
|
1112 |
|
1113 |
+
#: classes/admin/class-wcv-admin-settings.php:582
|
1114 |
msgid "Upload an image for the %s"
|
1115 |
+
msgstr "Upload een afbeelding voor %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1116 |
|
1117 |
+
#: classes/admin/class-wcv-admin-setup.php:42
|
1118 |
msgid "Reset WC Vendors roles "
|
1119 |
+
msgstr "Rollen van WC Vendors resetten "
|
1120 |
|
1121 |
+
#: classes/admin/class-wcv-admin-setup.php:43
|
1122 |
msgid "Reset WC Vendor Roles"
|
1123 |
+
msgstr "WC-leveranciersrollen opnieuw instellen"
|
1124 |
|
1125 |
+
#: classes/admin/class-wcv-admin-setup.php:44
|
1126 |
msgid ""
|
1127 |
"This will reset the wcvendors roles ( vendor & pending_vendor ), back to the "
|
1128 |
"default capabilities."
|
1129 |
msgstr ""
|
1130 |
+
"Hiermee worden de wcvendors-rollen (vendor & pending_vendor) teruggezet naar "
|
1131 |
+
"de standaardmogelijkheden."
|
1132 |
|
1133 |
+
#: classes/admin/class-wcv-admin-setup.php:49
|
1134 |
msgid "Reset WC Vendors "
|
1135 |
+
msgstr "WC Vendors resetten "
|
1136 |
|
1137 |
+
#: classes/admin/class-wcv-admin-setup.php:50
|
|
|
|
|
1138 |
msgid "Reset WC Vendors Settings"
|
1139 |
+
msgstr "Reset WC Vendors instellingen"
|
1140 |
|
1141 |
+
#: classes/admin/class-wcv-admin-setup.php:51
|
1142 |
msgid ""
|
1143 |
"This will reset wcvendors back to defaults. This DELETES ALL YOUR Settings."
|
1144 |
msgstr ""
|
1145 |
+
"Hiermee worden wcvendors teruggezet naar de standaardwaarden. Hiermee WORDEN "
|
1146 |
+
"AL UW instellingen VERWIJDERD."
|
1147 |
|
1148 |
+
#: classes/admin/class-wcv-admin-setup.php:56,
|
1149 |
+
#: classes/admin/class-wcv-admin-setup.php:57
|
1150 |
+
msgid "Remove orphaned sub orders"
|
1151 |
+
msgstr "Zwevende suborders verwijderen"
|
1152 |
+
|
1153 |
+
#: classes/admin/class-wcv-admin-setup.php:58
|
1154 |
+
msgid "This will remove all orphaned sub orders "
|
1155 |
+
msgstr "Hiermee worden alle verweesde suborders verwijderd "
|
1156 |
+
|
1157 |
+
#: classes/admin/class-wcv-admin-setup.php:112
|
1158 |
msgid "WC Vendor roles successfully reset."
|
1159 |
+
msgstr "WC Vendor-rollen zijn opnieuw ingesteld."
|
1160 |
|
1161 |
+
#: classes/admin/class-wcv-admin-setup.php:126
|
1162 |
msgid "WC Vendors was successfully reset. All settings have been reset."
|
1163 |
+
msgstr "WC Vendors is met succes gereset. Alle instellingen zijn gereset."
|
1164 |
+
|
1165 |
+
#: classes/admin/class-wcv-admin-setup.php:155
|
1166 |
+
msgid "Orphaned sub orders have been removed."
|
1167 |
+
msgstr "Verweesde suborders zijn verwijderd."
|
1168 |
+
|
1169 |
+
#: classes/admin/class-wcv-admin-setup.php:232
|
1170 |
+
msgid "All commissions marked as paid."
|
1171 |
+
msgstr "Alle commissies gemarkeerd als betaald."
|
1172 |
|
1173 |
#. translators: 1: WooCommerce 2:: five stars
|
1174 |
+
#: classes/admin/class-wcv-admin-setup.php:277
|
1175 |
msgid ""
|
1176 |
"If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
|
1177 |
msgstr ""
|
1178 |
+
"Als u %1$s leuk vindt, geef ons dan een %2$s waardering. Alvast hartelijk "
|
1179 |
+
"bedankt!"
|
1180 |
|
1181 |
+
#: classes/admin/class-wcv-admin-setup.php:279
|
1182 |
msgid "Thanks :)"
|
1183 |
+
msgstr "Bedankt :)"
|
1184 |
+
|
1185 |
+
#: classes/admin/class-wcv-admin-setup.php:331
|
1186 |
+
msgid "%s Notifications"
|
1187 |
+
msgstr "%s Notificaties"
|
1188 |
+
|
1189 |
+
#: classes/admin/class-wcv-admin-setup.php:332
|
1190 |
+
msgid "Enable %s low stock notifications"
|
1191 |
+
msgstr "Geef %s een email melding"
|
1192 |
+
|
1193 |
+
#: classes/admin/class-wcv-admin-setup.php:341
|
1194 |
+
msgid "Enable %s out of stock notifications"
|
1195 |
+
msgstr "Geef %s een email meldin"
|
1196 |
+
|
1197 |
+
#: classes/admin/class-wcv-admin-setup.php:350
|
1198 |
+
msgid "Enable %s backorder stock notifications"
|
1199 |
+
msgstr "Schakel %s deze email notificatie in"
|
1200 |
+
|
1201 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:52
|
1202 |
+
msgid "QTY"
|
1203 |
+
msgstr "AANTAL"
|
1204 |
+
|
1205 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:54,
|
1206 |
+
#: classes/admin/class-wcv-commissions-page.php:207,
|
1207 |
+
#: templates/dashboard/orders.php:54, templates/orders/orders.php:148,
|
1208 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:107
|
1209 |
+
msgid "Shipping"
|
1210 |
+
msgstr "Verzending"
|
1211 |
+
|
1212 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:55,
|
1213 |
+
#: classes/admin/class-wcv-commissions-page.php:208
|
1214 |
+
msgid "Tax"
|
1215 |
+
msgstr "Belasting"
|
1216 |
+
|
1217 |
+
#: classes/admin/class-wcv-commissions-page.php:205,
|
1218 |
+
#: templates/dashboard/reports.php:37,
|
1219 |
+
#: templates/emails/notify-vendor-shipped.php:31,
|
1220 |
+
#: templates/emails/vendor-new-order.php:36,
|
1221 |
+
#: templates/emails/vendor-order-details.php:40,
|
1222 |
+
#: classes/front/orders/class-export-csv.php:17
|
1223 |
+
msgid "Quantity"
|
1224 |
+
msgstr "Aantal"
|
1225 |
|
1226 |
+
#: classes/admin/class-wcv-commissions-page.php:260
|
1227 |
msgid "Mark paid"
|
1228 |
msgstr "Markeer als betaald"
|
1229 |
|
1230 |
+
#: classes/admin/class-wcv-commissions-page.php:261
|
1231 |
msgid "Mark due"
|
1232 |
msgstr "Markeer als verschuldigd"
|
1233 |
|
1234 |
+
#: classes/admin/class-wcv-commissions-page.php:262
|
1235 |
msgid "Mark reversed"
|
1236 |
msgstr "Markeer als teruggedraaid"
|
1237 |
|
1238 |
+
#: classes/admin/class-wcv-commissions-page.php:263
|
1239 |
+
msgid "Delete"
|
1240 |
+
msgstr "Verwijderen"
|
1241 |
+
|
1242 |
+
#: classes/admin/class-wcv-commissions-page.php:309
|
1243 |
msgid "Filter"
|
1244 |
+
msgstr "Filter"
|
1245 |
|
1246 |
+
#: classes/admin/class-wcv-commissions-page.php:318
|
1247 |
msgid "Clear"
|
1248 |
+
msgstr "Wissen"
|
1249 |
|
1250 |
+
#: classes/admin/class-wcv-commissions-page.php:320
|
|
|
|
|
1251 |
msgid "Export to CSV"
|
1252 |
+
msgstr "Exporteer naar CSV"
|
1253 |
|
1254 |
+
#: classes/admin/class-wcv-commissions-page.php:321
|
1255 |
msgid "Export Totals to CSV"
|
1256 |
+
msgstr "Totalen exporteren naar CSV"
|
1257 |
|
1258 |
+
#: classes/admin/class-wcv-commissions-page.php:322
|
1259 |
+
msgid "Mark all paid"
|
1260 |
+
msgstr "Alles betaald markeren"
|
1261 |
|
1262 |
+
#: classes/admin/class-wcv-commissions-page.php:393
|
1263 |
msgid "Show all Statuses"
|
1264 |
msgstr "Alle statussen tonen"
|
1265 |
|
1266 |
+
#. translators: Filter by terms
|
1267 |
+
#: classes/admin/class-wcv-commissions-page.php:414
|
1268 |
+
msgid "Filter by %s"
|
1269 |
+
msgstr "Filter op %s"
|
1270 |
+
|
1271 |
+
#: classes/admin/class-wcv-commissions-page.php:447
|
1272 |
msgid "Commission marked paid."
|
1273 |
msgstr "Commissie gemarkeerd als betaald"
|
1274 |
|
1275 |
+
#: classes/admin/class-wcv-commissions-page.php:455
|
1276 |
msgid "Commission marked due."
|
1277 |
+
msgstr "Commissie gemarkeerd als verschuldigd."
|
1278 |
|
1279 |
+
#: classes/admin/class-wcv-commissions-page.php:463
|
1280 |
msgid "Commission marked reversed."
|
1281 |
msgstr "Commissie gemarkeerd als tereggedraaid"
|
1282 |
|
1283 |
+
#: classes/admin/class-wcv-commissions-page.php:469
|
1284 |
+
msgid "Commission(s) deleted."
|
1285 |
+
msgstr "Commissie(s) geschrapt."
|
1286 |
+
|
1287 |
+
#: classes/admin/class-wcv-commissions-page.php:698
|
1288 |
msgid "All"
|
1289 |
+
msgstr "Alle"
|
1290 |
|
1291 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:45,
|
1292 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:183,
|
1293 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:217
|
1294 |
msgid "PayPal Email"
|
1295 |
+
msgstr "PayPal Email"
|
1296 |
|
1297 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:46,
|
1298 |
+
#: classes/admin/views/html-vendor-meta.php:54,
|
1299 |
+
#: classes/admin/views/html-vendor-settings-page.php:37
|
1300 |
msgid "Bank Account Name"
|
1301 |
+
msgstr "Naam Rekeninghouder"
|
1302 |
|
1303 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:47,
|
1304 |
+
#: classes/admin/views/html-vendor-meta.php:62,
|
1305 |
+
#: classes/admin/views/html-vendor-settings-page.php:49
|
1306 |
msgid "Bank Account Number"
|
1307 |
+
msgstr "Bankrekeningnummer"
|
1308 |
|
1309 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:48,
|
1310 |
+
#: classes/admin/views/html-vendor-meta.php:70,
|
1311 |
+
#: classes/admin/views/html-vendor-settings-page.php:61,
|
1312 |
+
#: templates/dashboard/settings/settings.php:59
|
1313 |
msgid "Bank Name"
|
1314 |
+
msgstr "Naam bank"
|
1315 |
|
1316 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:49,
|
1317 |
+
#: classes/admin/views/html-vendor-meta.php:77,
|
1318 |
+
#: classes/admin/views/html-vendor-settings-page.php:73,
|
1319 |
+
#: templates/dashboard/settings/settings.php:67
|
|
|
|
|
1320 |
msgid "Routing Number"
|
1321 |
+
msgstr "Routing Nummer"
|
1322 |
|
1323 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:50,
|
1324 |
+
#: classes/admin/views/html-vendor-meta.php:85,
|
1325 |
+
#: classes/admin/views/html-vendor-settings-page.php:85,
|
1326 |
+
#: templates/dashboard/settings/settings.php:72
|
1327 |
msgid "IBAN"
|
1328 |
+
msgstr "IBAN"
|
1329 |
|
1330 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:51,
|
1331 |
+
#: classes/admin/views/html-vendor-meta.php:92,
|
1332 |
+
#: classes/admin/views/html-vendor-settings-page.php:97
|
1333 |
msgid "BIC/SWIFT"
|
1334 |
+
msgstr "BIC/SWIFT"
|
1335 |
|
1336 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:52
|
|
|
|
|
1337 |
msgid "Commission Status"
|
1338 |
+
msgstr "Status van de commissie"
|
1339 |
|
1340 |
+
#: classes/includes/class-functions.php:39
|
1341 |
msgid "Vendor"
|
1342 |
msgstr "Verkoper"
|
1343 |
|
1344 |
+
#: classes/includes/class-functions.php:40
|
|
|
|
|
1345 |
msgid "Vendors"
|
1346 |
+
msgstr "Leveranciers"
|
1347 |
|
1348 |
+
#: classes/includes/wcv-template-functions.php:120
|
|
|
|
|
1349 |
msgid "Commission subtotal:"
|
1350 |
msgstr "Commissie Subtotaal:"
|
1351 |
|
1352 |
+
#: classes/includes/wcv-template-functions.php:133
|
|
|
|
|
1353 |
msgid "Product subtotal:"
|
1354 |
+
msgstr "Product subtotaal:"
|
1355 |
|
1356 |
+
#: classes/includes/wcv-template-functions.php:141
|
|
|
|
|
1357 |
msgid "Shipping:"
|
1358 |
+
msgstr "Verzending:"
|
1359 |
|
1360 |
+
#: classes/includes/wcv-template-functions.php:149
|
1361 |
msgid "Tax:"
|
1362 |
+
msgstr "BTW:"
|
1363 |
|
1364 |
+
#: classes/includes/wcv-template-functions.php:157
|
1365 |
msgid "Payment method:"
|
1366 |
+
msgstr "Betaalmethode:"
|
1367 |
|
1368 |
+
#: classes/includes/wcv-template-functions.php:166
|
|
|
|
|
1369 |
msgid "Commission total:"
|
1370 |
+
msgstr "Jouw opbrengsten:"
|
1371 |
|
1372 |
+
#: classes/includes/wcv-template-functions.php:178
|
|
|
|
|
1373 |
msgid "Product total:"
|
1374 |
+
msgstr "Totaal product:"
|
1375 |
|
1376 |
+
#: classes/includes/wcv-update-functions.php:110
|
1377 |
msgid ""
|
1378 |
"WC Vendors legacy emails are enabled. Please migrate your email templates to "
|
1379 |
"the new system. <a href=\"%s\">Click here to view your email settings.</a>"
|
1380 |
msgstr ""
|
1381 |
+
"Wc-leveranciers oude e-mails zijn ingeschakeld. Migreer uw e-mailsjablonen "
|
1382 |
+
"naar het nieuwe systeem. <a href=\"%s\">Klik hier om uw e-mailinstellingen "
|
1383 |
+
"te bekijken.</a>"
|
1384 |
|
1385 |
+
#: classes/includes/wcv-vendor-functions.php:41,
|
1386 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:81
|
1387 |
+
msgid "%s has marked as shipped. "
|
1388 |
+
msgstr "%s heeft als verzonden / uitgevoerd gemarkeerd"
|
1389 |
+
|
1390 |
+
#: classes/includes/wcv-vendor-functions.php:88
|
1391 |
+
msgid "Vendors shipped"
|
1392 |
+
msgstr "Verkopers verzonden"
|
|
|
|
|
|
|
1393 |
|
1394 |
+
#: templates/dashboard/denied.php:25
|
|
|
|
|
1395 |
msgid "Your account is not setup as a %s."
|
1396 |
+
msgstr "Uw account is niet ingesteld als een %s."
|
1397 |
|
1398 |
+
#: templates/dashboard/denied.php:35
|
|
|
|
|
|
|
1399 |
msgid "Apply to become a %s? "
|
1400 |
+
msgstr "Vraag een %s account aan "
|
1401 |
|
1402 |
#: templates/dashboard/denied.php:57
|
1403 |
msgid "I have read and accepted the <a href=\"%s\">terms and conditions</a>"
|
1409 |
msgid "Submit"
|
1410 |
msgstr "Indienen"
|
1411 |
|
1412 |
+
#: templates/dashboard/denied.php:21
|
1413 |
+
msgid ""
|
1414 |
+
"Your account has not yet been approved to become a %s. When it is, you will "
|
1415 |
+
"receive an email telling you that your account is approved!"
|
1416 |
+
msgstr ""
|
1417 |
+
"Uw account is nog niet goedgekeurd om een %s te worden. Wanneer dat het "
|
1418 |
+
"geval is, ontvang je een e-mail waarin staat dat je account is goedgekeurd!"
|
1419 |
+
|
1420 |
+
#: templates/dashboard/links.php:28,
|
1421 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:365
|
1422 |
msgid "View Your Store"
|
1423 |
msgstr "Bekijk je winkel"
|
1424 |
|
1425 |
+
#: templates/dashboard/links.php:29,
|
1426 |
+
#: classes/admin/settings/class-wcv-settings-display.php:254,
|
1427 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:369
|
1428 |
msgid "Store Settings"
|
1429 |
msgstr "Winkel instellingen"
|
1430 |
|
1431 |
+
#: templates/dashboard/links.php:33,
|
1432 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:378
|
1433 |
msgid "Add New Product"
|
1434 |
msgstr "Voeg nieuw product toe"
|
1435 |
|
1436 |
+
#: templates/dashboard/links.php:35,
|
1437 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:383
|
1438 |
msgid "Edit Products"
|
1439 |
msgstr "Bewerkt producten"
|
1440 |
|
1441 |
+
#: templates/dashboard/orders.php:23, templates/dashboard/orders.php:26
|
1442 |
msgid "Hide items"
|
1443 |
msgstr "Verberg items"
|
1444 |
|
1445 |
+
#: templates/dashboard/orders.php:24, templates/dashboard/orders.php:117
|
1446 |
msgid "View items"
|
1447 |
msgstr "Bekijk items"
|
1448 |
|
1449 |
+
#: templates/dashboard/orders.php:58
|
1450 |
msgid "Links"
|
1451 |
+
msgstr "Links"
|
|
|
|
|
|
|
|
|
1452 |
|
1453 |
+
#: templates/dashboard/orders.php:218
|
1454 |
msgid "You have no orders during this period."
|
1455 |
+
msgstr "Je hebt geen orders gehad in deze periode."
|
1456 |
|
1457 |
+
#: templates/dashboard/orders.php:138
|
1458 |
+
msgid "Tracking"
|
1459 |
+
msgstr "Tracking"
|
1460 |
|
1461 |
+
#: templates/dashboard/reports.php:18
|
1462 |
+
msgid "Sales Report"
|
1463 |
+
msgstr "Verkooprapporten"
|
|
|
|
|
|
|
|
|
1464 |
|
1465 |
+
#: templates/dashboard/reports.php:39
|
1466 |
msgid "Rate"
|
1467 |
msgstr "Tarief"
|
1468 |
|
1469 |
+
#: templates/dashboard/reports.php:104
|
1470 |
+
msgid "You haven't made any sales yet."
|
1471 |
+
msgstr "Je hebt nog niks verkocht."
|
1472 |
+
|
1473 |
+
#: templates/dashboard/reports.php:94
|
1474 |
+
msgid "You have no sales during this period."
|
1475 |
+
msgstr "Je hebt geen verkopen rond deze periode."
|
1476 |
+
|
1477 |
+
#: templates/dashboard/reports.php:70
|
1478 |
msgid "Show Orders"
|
1479 |
msgstr "Toon orders"
|
1480 |
|
1481 |
+
#: templates/dashboard/reports.php:79
|
1482 |
msgid "Totals"
|
1483 |
msgstr "Totalen"
|
1484 |
|
1485 |
+
#: templates/emails/admin-notify-application.php:18,
|
1486 |
+
#: templates/emails/application-status.php:9,
|
1487 |
+
#: templates/emails/plain/admin-notify-application.php:18,
|
1488 |
+
#: templates/emails/plain/vendor-notify-application.php:18
|
1489 |
+
msgid "Hi there. This is a notification about a %1$s application on %2$s."
|
1490 |
+
msgstr "Hallo daar. Dit is een melding over een %1$s toepassing op %2$s."
|
|
|
1491 |
|
1492 |
+
#: templates/emails/admin-notify-application.php:20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1493 |
msgid "The application is currently: %s"
|
1494 |
+
msgstr "De aanvraag is momenteel: %s"
|
1495 |
|
1496 |
+
#: templates/emails/admin-notify-application.php:21,
|
1497 |
+
#: templates/emails/admin-notify-approved.php:20,
|
1498 |
+
#: templates/emails/application-status.php:13,
|
1499 |
+
#: templates/emails/vendor-notify-denied.php:23,
|
1500 |
+
#: templates/emails/plain/admin-notify-application.php:19,
|
1501 |
+
#: templates/emails/plain/vendor-notify-application.php:20
|
|
|
1502 |
msgid "Applicant username: %s"
|
1503 |
msgstr "Gebruikersnaam aanvrager: %s"
|
1504 |
|
1505 |
+
#: templates/emails/admin-notify-application.php:25
|
1506 |
+
msgid ""
|
1507 |
+
"You can approve or deny the application at the following link <a href=\"%1$s"
|
1508 |
+
"\">%1$s</a>"
|
1509 |
+
msgstr ""
|
1510 |
+
"U kunt de aanvraag goedkeuren of weigeren via de volgende link <a href=\"%1$s"
|
1511 |
+
"\">%1$s</a>"
|
1512 |
+
|
1513 |
+
#: templates/emails/admin-notify-approved.php:18,
|
1514 |
+
#: templates/emails/plain/admin-notify-approved.php:18
|
1515 |
+
msgid ""
|
1516 |
+
"Hi there. You or another admin has approved a user to be a %1$s on %2$s."
|
1517 |
msgstr ""
|
1518 |
+
"Hoi. U of een andere beheerder heeft een gebruiker goedgekeurd als %1$s op "
|
1519 |
+
"%2$s."
|
1520 |
+
|
1521 |
+
#: templates/emails/admin-notify-approved.php:19,
|
1522 |
+
#: templates/emails/application-status.php:12,
|
1523 |
+
#: templates/emails/plain/admin-notify-approved.php:19
|
1524 |
+
msgid "Application status: %s"
|
1525 |
+
msgstr "Aanvraag status: %s"
|
1526 |
|
1527 |
+
#: templates/emails/admin-notify-product.php:18,
|
1528 |
+
#: templates/emails/plain/admin-notify-product.php:20
|
|
|
|
|
1529 |
msgid "This is a notification about a new product on %s."
|
1530 |
msgstr "Hallo dit is een notificatie voor een nieuw product in %s."
|
1531 |
|
1532 |
+
#: templates/emails/admin-notify-product.php:21,
|
1533 |
+
#: templates/emails/new-product.php:12,
|
1534 |
+
#: templates/emails/plain/admin-notify-product.php:22
|
1535 |
msgid "Product title: %s"
|
1536 |
msgstr "Product titel: %s"
|
1537 |
|
1538 |
+
#: templates/emails/admin-notify-product.php:22,
|
1539 |
+
#: templates/emails/new-product.php:13,
|
1540 |
+
#: templates/emails/plain/admin-notify-product.php:23
|
1541 |
msgid "Submitted by: %s"
|
1542 |
msgstr "Ingediend door: %s"
|
1543 |
|
1544 |
+
#: templates/emails/admin-notify-product.php:23
|
1545 |
+
msgid "Edit product: <a href=\"%1$s\">%1$s</a>"
|
1546 |
+
msgstr "Product bewerken: <a href=\"%1$s\">%1$s</a>"
|
|
|
|
|
1547 |
|
1548 |
+
#: templates/emails/admin-notify-shipped.php:19
|
1549 |
+
msgid "%1$s has marked order #%2$s as shipped."
|
1550 |
+
msgstr "%1$s heeft de volgorde gemarkeerd #%2$s als verzonden."
|
1551 |
+
|
1552 |
+
#: templates/emails/customer-notify-shipped.php:22
|
1553 |
+
msgid ""
|
1554 |
+
"%1$s has marked your order #%2$s as shipped. The items that are shipped are "
|
1555 |
+
"as follows"
|
1556 |
+
msgstr ""
|
1557 |
+
"%1$s heeft uw bestelling gemarkeerd #%2$s zoals verzonden. De items die "
|
1558 |
+
"worden verzonden zijn als volgt"
|
1559 |
|
1560 |
+
#: templates/emails/new-product.php:9
|
1561 |
msgid "Hi there. This is a notification about a new product on %s."
|
1562 |
msgstr "Hallo dit is een notificatie voor een nieuw product in %s."
|
1563 |
|
1564 |
+
#: templates/emails/new-product.php:14,
|
1565 |
+
#: templates/emails/plain/admin-notify-product.php:24
|
1566 |
+
msgid "Edit product: %s"
|
1567 |
+
msgstr "Wijzig product: %s"
|
1568 |
+
|
1569 |
+
#: templates/emails/notify-vendor-shipped.php:19
|
1570 |
msgid ""
|
1571 |
"A %s has marked part of your order as shipped. The items that are shipped "
|
1572 |
"are as follows:"
|
1573 |
msgstr ""
|
1574 |
+
"%s heeft je order gemarkeerd als deels verzonden. De volgende items zijn "
|
1575 |
+
"verzonden:"
|
1576 |
|
1577 |
+
#: templates/emails/notify-vendor-shipped.php:23,
|
1578 |
+
#: templates/emails/vendor-new-order.php:28
|
1579 |
msgid "Order: %s"
|
1580 |
+
msgstr "Bestelling: %s"
|
1581 |
|
1582 |
+
#: templates/emails/notify-vendor-shipped.php:32,
|
1583 |
+
#: templates/emails/vendor-new-order.php:37,
|
1584 |
+
#: templates/emails/vendor-order-details.php:47
|
1585 |
msgid "Price"
|
1586 |
msgstr "Prijs"
|
1587 |
|
1588 |
+
#: templates/emails/notify-vendor-shipped.php:82,
|
1589 |
+
#: templates/emails/vendor-new-order.php:91
|
1590 |
msgid "Customer details"
|
1591 |
msgstr "Klant details"
|
1592 |
|
1593 |
+
#: templates/emails/notify-vendor-shipped.php:85,
|
1594 |
+
#: templates/emails/vendor-new-order.php:94
|
1595 |
msgid "Email:"
|
1596 |
+
msgstr "E-mail:"
|
1597 |
|
1598 |
+
#: templates/emails/notify-vendor-shipped.php:88,
|
1599 |
+
#: templates/emails/vendor-new-order.php:97
|
1600 |
msgid "Tel:"
|
1601 |
+
msgstr "Tel:"
|
1602 |
|
1603 |
+
#: templates/emails/vendor-new-order.php:24
|
1604 |
msgid "You have received an order from %s. Their order is as follows:"
|
1605 |
msgstr "Je hebt een order ontvangen van %s. De order is als volgt:"
|
1606 |
|
1607 |
+
#: templates/emails/vendor-notify-application.php:22,
|
1608 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:66
|
1609 |
+
msgid "Hi there. This is a notification about your %1$s application on %2$s."
|
1610 |
+
msgstr "Hallo daar. Dit is een melding over jou %1$s application on %2$s."
|
1611 |
+
|
1612 |
#: templates/emails/vendor-notify-application.php:23
|
|
|
|
|
1613 |
msgid "Your application is currently: %s"
|
1614 |
+
msgstr "Uw aanvraag is momenteel: %s"
|
1615 |
+
|
1616 |
+
#: templates/emails/vendor-notify-application.php:24,
|
1617 |
+
#: templates/emails/vendor-notify-approved.php:23
|
1618 |
+
msgid "Your username: %s"
|
1619 |
+
msgstr "Uw gebruikersnaam: %s"
|
1620 |
+
|
1621 |
+
#: templates/emails/vendor-notify-cancelled-order.php:22
|
1622 |
+
msgid "Your order has been cancelled. The order is as follows:"
|
1623 |
+
msgstr "Uw bestelling is geannuleerd. De volgorde is als volgt:"
|
1624 |
|
1625 |
+
#: templates/emails/vendor-notify-order.php:21
|
|
|
|
|
1626 |
msgid "You have received an order. The order is as follows:"
|
1627 |
+
msgstr "Je hebt een bestelling ontvangen. De volgorde is als volgt:"
|
1628 |
|
1629 |
+
#: templates/emails/vendor-order-addresses.php:25,
|
1630 |
+
#: templates/emails/plain/vendor-order-addresses.php:21
|
|
|
|
|
1631 |
msgid "Billing address"
|
1632 |
+
msgstr "Factuuradres"
|
1633 |
|
1634 |
+
#: templates/emails/vendor-order-addresses.php:51,
|
1635 |
+
#: templates/emails/plain/vendor-order-addresses.php:45
|
|
|
|
|
1636 |
msgid "Shipping address"
|
1637 |
+
msgstr "Verzendadres"
|
1638 |
|
1639 |
#. translators: %s: Order ID.
|
1640 |
#: templates/emails/vendor-order-details.php:28
|
|
|
|
|
1641 |
msgid "Order #%s"
|
1642 |
+
msgstr "Bestelling #%s"
|
1643 |
|
1644 |
+
#: templates/emails/vendor-order-details.php:102,
|
1645 |
+
#: templates/emails/plain/vendor-order-details.php:54
|
1646 |
msgid "Note:"
|
1647 |
+
msgstr "Notitie:"
|
1648 |
|
1649 |
+
#: templates/emails/vendor-order-items.php:31
|
|
|
|
|
1650 |
msgid "Product image"
|
1651 |
+
msgstr "Productafbeelding"
|
1652 |
|
1653 |
+
#: templates/orders/orders.php:113
|
|
|
|
|
|
|
|
|
1654 |
msgid "Comments (%s)"
|
1655 |
msgstr "Opmerkingen (%s)"
|
1656 |
|
1657 |
+
#: templates/orders/table-body.php:36
|
1658 |
msgid "Quantity: %d"
|
1659 |
msgstr "Aantal: %d"
|
1660 |
|
1661 |
+
#: classes/admin/emails/class-emails.php:78
|
1662 |
+
msgid "denied"
|
1663 |
+
msgstr "geweigerd"
|
|
|
|
|
|
|
1664 |
|
1665 |
+
#: classes/admin/emails/class-emails.php:76,
|
1666 |
+
#: classes/admin/emails/class-emails.php:259
|
1667 |
msgid "approved"
|
1668 |
+
msgstr "goedgekeurd"
|
1669 |
|
1670 |
+
#: classes/admin/emails/class-emails.php:74,
|
1671 |
+
#: classes/admin/emails/class-emails.php:255
|
1672 |
+
msgid "pending"
|
1673 |
+
msgstr "Afwachtend"
|
1674 |
|
1675 |
+
#: classes/admin/emails/class-emails.php:203
|
1676 |
msgid "Resend %s new order notification"
|
1677 |
+
msgstr "%s melding van een nieuwe bestelling opnieuw verzenden"
|
1678 |
|
1679 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:27
|
1680 |
msgid "%s Application - deprecated"
|
1681 |
+
msgstr "%s Applicatie - afgeschaft"
|
1682 |
|
1683 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:28
|
|
|
|
|
1684 |
msgid ""
|
1685 |
"%s application will either be approved, denied, or pending. <strong>This "
|
1686 |
"email has been deprecated.</strong>"
|
1687 |
+
msgstr ""
|
1688 |
+
"% s aanvraag wordt goedgekeurd, geweigerd of is in behandeling. <strong>Deze "
|
1689 |
+
"e-mail is verouderd.</strong>"
|
1690 |
|
1691 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:30
|
1692 |
msgid "Application {status}"
|
1693 |
msgstr "Aanvraag {status}"
|
1694 |
|
1695 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:31
|
|
|
|
|
1696 |
msgid "[{blogname}] Your %s application has been {status}"
|
1697 |
+
msgstr "[{blogname}] je %s Je verkoper aanvraag is {status}"
|
1698 |
+
|
1699 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:129,
|
1700 |
+
#: classes/admin/emails/class-wc-notify-admin.php:139,
|
1701 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:170,
|
1702 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:298,
|
1703 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:141,
|
1704 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:146,
|
1705 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:156,
|
1706 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:144,
|
1707 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:151,
|
1708 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:139,
|
1709 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:148,
|
1710 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:187,
|
1711 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:159,
|
1712 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:190,
|
1713 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:62
|
1714 |
msgid "Enable/Disable"
|
1715 |
msgstr "Inschakelen/uitschakelen"
|
1716 |
|
1717 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:131,
|
1718 |
+
#: classes/admin/emails/class-wc-notify-admin.php:141,
|
1719 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:172,
|
1720 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:300,
|
1721 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:143,
|
1722 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:148,
|
1723 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:158,
|
1724 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:146,
|
1725 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:153,
|
1726 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:141,
|
1727 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:150,
|
1728 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:189,
|
1729 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:161,
|
1730 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:192
|
1731 |
msgid "Enable this email notification"
|
1732 |
msgstr "Schakel deze email notificatie in"
|
1733 |
|
1734 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:137,
|
1735 |
+
#: classes/admin/emails/class-wc-notify-admin.php:147
|
1736 |
msgid ""
|
1737 |
"Enter recipients (comma separated) for this email. Defaults to <code>%s</"
|
1738 |
"code>."
|
1740 |
"Voer ontvangers (mer komma gescheiden) in voor deze email. standaard "
|
1741 |
"naar<code>%s</code>."
|
1742 |
|
1743 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:142,
|
1744 |
+
#: classes/admin/emails/class-wc-notify-admin.php:152,
|
1745 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:176,
|
1746 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:304,
|
1747 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:155,
|
1748 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:160,
|
1749 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:170,
|
1750 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:158,
|
1751 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:157,
|
1752 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:145,
|
1753 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:154,
|
1754 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:193,
|
1755 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:165,
|
1756 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:196
|
1757 |
msgid "Subject"
|
1758 |
msgstr "Onderwerp"
|
1759 |
|
1760 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:144,
|
1761 |
+
#: classes/admin/emails/class-wc-notify-admin.php:154,
|
1762 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:178,
|
1763 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:306
|
1764 |
msgid ""
|
1765 |
"This controls the email subject line. Leave blank to use the default "
|
1766 |
"subject: <code>%s</code>."
|
1767 |
msgstr ""
|
1768 |
"Dit is het onderwerp van de email, laat leeg voor standaard: <code>%s</code>."
|
1769 |
|
1770 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:149,
|
1771 |
+
#: classes/admin/emails/class-wc-notify-admin.php:159,
|
1772 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:183,
|
1773 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:311
|
1774 |
msgid "Email Heading"
|
1775 |
msgstr "Email Hoofd"
|
1776 |
|
1777 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:151,
|
1778 |
+
#: classes/admin/emails/class-wc-notify-admin.php:161,
|
1779 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:185,
|
1780 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:313
|
1781 |
msgid ""
|
1782 |
"This controls the main heading contained within the email notification. "
|
1783 |
"Leave blank to use the default heading: <code>%s</code>."
|
1785 |
"Hiermee verander je de email header. Laat leeg voor standaard: <code>%s</"
|
1786 |
"code>."
|
1787 |
|
1788 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:156,
|
1789 |
+
#: classes/admin/emails/class-wc-notify-admin.php:166,
|
1790 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:190,
|
1791 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:324,
|
1792 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:185,
|
1793 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:190,
|
1794 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:188,
|
1795 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:176,
|
1796 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:175,
|
1797 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:163,
|
1798 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:181,
|
1799 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:225,
|
1800 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:200,
|
1801 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:234
|
1802 |
msgid "Email type"
|
1803 |
+
msgstr "E-mail type"
|
1804 |
|
1805 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:158,
|
1806 |
+
#: classes/admin/emails/class-wc-notify-admin.php:168,
|
1807 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:192,
|
1808 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:326,
|
1809 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:187,
|
1810 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:192,
|
1811 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:190,
|
1812 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:178,
|
1813 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:177,
|
1814 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:165,
|
1815 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:183,
|
1816 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:227,
|
1817 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:202,
|
1818 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:236
|
1819 |
msgid "Choose which format of email to send."
|
1820 |
msgstr "In welk formaat wil je je email versturen?"
|
1821 |
|
1822 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:162,
|
1823 |
+
#: classes/admin/emails/class-wc-notify-admin.php:172,
|
1824 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:196,
|
1825 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:330
|
1826 |
msgid "Plain text"
|
1827 |
msgstr "Platte text"
|
1828 |
|
1829 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:163,
|
1830 |
+
#: classes/admin/emails/class-wc-notify-admin.php:173,
|
1831 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:197,
|
1832 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:331
|
1833 |
msgid "HTML"
|
1834 |
+
msgstr "HTML"
|
1835 |
|
1836 |
+
#: classes/admin/emails/class-wc-approve-vendor.php:164,
|
1837 |
+
#: classes/admin/emails/class-wc-notify-admin.php:174,
|
1838 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:198,
|
1839 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:332
|
1840 |
msgid "Multipart"
|
1841 |
+
msgstr "Multipart"
|
1842 |
|
1843 |
+
#: classes/admin/emails/class-wc-notify-admin.php:27
|
1844 |
msgid "New %s Product - deprecated"
|
1845 |
+
msgstr "Nieuw %s product - verouderd"
|
1846 |
|
1847 |
+
#: classes/admin/emails/class-wc-notify-admin.php:28
|
|
|
|
|
|
|
1848 |
msgid ""
|
1849 |
"New order emails are sent when a new product is submitted by a %s. "
|
1850 |
"<strong>This email has been depreciated.</strong>"
|
1851 |
msgstr ""
|
1852 |
+
"E-mails met nieuwe bestellingen worden verzonden wanneer een nieuw product "
|
1853 |
+
"wordt ingediend door een %s. <strong>Deze e-mail is afgeschreven.</strong>"
|
1854 |
|
1855 |
+
#: classes/admin/emails/class-wc-notify-admin.php:30
|
1856 |
msgid "New product submitted: {product_name}"
|
1857 |
msgstr "Nieuw product ingediend: {product_name}"
|
1858 |
|
1859 |
+
#: classes/admin/emails/class-wc-notify-admin.php:31
|
1860 |
msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
|
1861 |
msgstr ""
|
1862 |
"[{blogname}] Nieuw product ingediend door {vendor_name} - {product_name}"
|
1863 |
|
1864 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:27
|
1865 |
msgid "%s has shipped - deprecated"
|
1866 |
+
msgstr "%s Bestelling verzonden - verouderd"
|
1867 |
|
1868 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:28
|
|
|
|
|
|
|
1869 |
msgid ""
|
1870 |
"An email is sent when a %s has marked one of their orders as shipped. "
|
1871 |
"<strong>This email has been deprecated.</strong>"
|
1872 |
msgstr ""
|
1873 |
+
"Er wordt een e-mail verzonden wanneer een %s van zijn bestellingen als "
|
1874 |
+
"verzonden is gemarkeerd. <strong>Deze e-mail is afgeschaft.</strong>"
|
1875 |
|
1876 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:30
|
1877 |
msgid "Your order has been shipped"
|
1878 |
msgstr "Je order is verzonden"
|
1879 |
|
1880 |
+
#: classes/admin/emails/class-wc-notify-shipped.php:31
|
1881 |
msgid ""
|
1882 |
"[{blogname}] Your order has been shipped ({order_number}) - {order_date}"
|
1883 |
msgstr "[{blogname}] Je order is verzonden ({order_number}) - {order_date}"
|
1886 |
msgid "Subtotal:"
|
1887 |
msgstr "Subtotaal:"
|
1888 |
|
1889 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:26
|
|
|
|
|
1890 |
msgid "Notify vendors - deprecated"
|
1891 |
+
msgstr "Herinner verkopers - verouderd"
|
1892 |
|
1893 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:27
|
|
|
|
|
|
|
1894 |
msgid ""
|
1895 |
"New order emails are sent when an order is received/paid by a customer. "
|
1896 |
"<strong>This email has been deprecated.</strong>"
|
1897 |
msgstr ""
|
1898 |
+
"Nieuwe order e-mails worden verzonden wanneer een bestelling is ontvangen / "
|
1899 |
+
"betaald door een klant. <strong>Deze e-mail is afgeschaft.</strong>"
|
1900 |
|
1901 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:29
|
1902 |
msgid "New customer order"
|
1903 |
msgstr "Nieuwe order van klant"
|
1904 |
|
1905 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:30
|
1906 |
msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
|
1907 |
msgstr "[{blogname}] Nieuwe order ({order_number}) - {order_date}"
|
1908 |
|
1909 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:124
|
1910 |
msgid "Commission Subtotal:"
|
1911 |
msgstr "Commissie Subtotaal:"
|
1912 |
|
1913 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:134
|
1914 |
msgid "Tax Subtotal:"
|
1915 |
msgstr "Belasting Subtotaal:"
|
1916 |
|
1917 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:145
|
1918 |
msgid "Shipping Subtotal:"
|
1919 |
msgstr "Verzending Subtotaal:"
|
1920 |
|
1921 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:318
|
1922 |
msgid "Product Totals"
|
1923 |
msgstr "Product Totalen"
|
1924 |
|
1925 |
+
#: classes/admin/emails/class-wc-notify-vendor.php:320
|
1926 |
msgid ""
|
1927 |
"Show the commission due/paid as the product totals instead of the product "
|
1928 |
"prices."
|
1931 |
|
1932 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:27
|
1933 |
msgid "Admin notify %s application"
|
1934 |
+
msgstr "Beheerder op de hoogte stellen %s toepassing"
|
1935 |
|
1936 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:28
|
1937 |
msgid ""
|
1938 |
"Notification is sent to chosen recipient(s) when a user applies to be a %s"
|
1939 |
msgstr ""
|
1940 |
+
"Er wordt een melding verzonden naar de gekozen ontvanger(s) wanneer een "
|
1941 |
+
"gebruiker een %s rol aanvraagt"
|
1942 |
|
1943 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:51
|
1944 |
msgid "[{site_title}] {user_name} has applied to be a %s"
|
1945 |
+
msgstr "[{site_title}] {user_name} heeft een %s rol aangevraagd"
|
1946 |
|
1947 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:61,
|
1948 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:61
|
|
|
|
|
1949 |
msgid "%s application received"
|
1950 |
+
msgstr "%s Je aanvraag is ingediend"
|
1951 |
|
1952 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:147,
|
1953 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:152,
|
1954 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:162,
|
1955 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:150
|
1956 |
msgid "Recipient(s)"
|
1957 |
msgstr "Ontvanger(s)"
|
1958 |
|
1959 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:149,
|
1960 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:154,
|
1961 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:164,
|
1962 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:152
|
|
|
|
|
|
|
1963 |
msgid "Enter recipients (comma separated) for this email. Defaults to %s."
|
1964 |
msgstr ""
|
1965 |
+
"Vul ontvangers in voor deze mail (komma gescheiden). Standaard naar %s."
|
|
|
1966 |
|
1967 |
#. translators: %s: list of placeholders
|
1968 |
#. translators: %s: list of placeholders
|
1981 |
#. translators: %s: list of placeholders
|
1982 |
#. translators: %s: list of placeholders
|
1983 |
#. translators: %s: list of placeholders
|
1984 |
+
#. translators: %s: list of placeholders
|
1985 |
+
#. translators: %s: list of placeholders
|
1986 |
+
#. translators: %s: list of placeholders
|
1987 |
+
#. translators: %s: list of placeholders
|
1988 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:159,
|
1989 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:168,
|
1990 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:164,
|
1991 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:173,
|
1992 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:174,
|
1993 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:183,
|
1994 |
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:162,
|
1995 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:171,
|
1996 |
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:161,
|
1997 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:170,
|
1998 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:149,
|
1999 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:158,
|
2000 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:158,
|
2001 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:176,
|
2002 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:197,
|
2003 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:206,
|
2004 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:169,
|
2005 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:178,
|
2006 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:195,
|
2007 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:200,
|
2008 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:209
|
2009 |
msgid "Available placeholders: %s"
|
2010 |
+
msgstr "Beschikbare placeholders: %s"
|
2011 |
|
2012 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:164,
|
2013 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:169,
|
2014 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:179,
|
2015 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:167,
|
2016 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:166,
|
2017 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:154,
|
2018 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:172,
|
2019 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:202,
|
2020 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:191,
|
2021 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:205
|
2022 |
msgid "Email heading"
|
2023 |
+
msgstr "E-mail kop"
|
2024 |
|
2025 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:173,
|
2026 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:178
|
2027 |
msgid "Notification"
|
2028 |
+
msgstr "Melding"
|
2029 |
|
2030 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:175,
|
2031 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:180
|
2032 |
msgid "Choose when to be notified of an application."
|
2033 |
+
msgstr "Kies wanneer u op de hoogte wilt worden gesteld van een toepassing."
|
2034 |
|
2035 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:179,
|
2036 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:184
|
|
|
2037 |
msgid "All Applications"
|
2038 |
+
msgstr "Alle Sollicitaties"
|
2039 |
|
2040 |
+
#: classes/admin/emails/class-wcv-admin-notify-application.php:180,
|
2041 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:185
|
|
|
2042 |
msgid "Pending Applications"
|
2043 |
+
msgstr "Lopende aanvragen"
|
2044 |
|
2045 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:32
|
2046 |
+
msgid "Admin notify %s approved"
|
2047 |
+
msgstr "Admin notify %s Goedgekeurd"
|
2048 |
+
|
2049 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:33
|
2050 |
+
msgid ""
|
2051 |
+
"Notification is sent to chosen recipient(s) when admin approves a user to be "
|
2052 |
+
"a %s"
|
2053 |
+
msgstr ""
|
2054 |
+
"Er wordt een melding verzonden naar de gekozen ontvanger(s) wanneer de "
|
2055 |
+
"beheerder een gebruiker goedkeurt als %s"
|
2056 |
+
|
2057 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:56
|
2058 |
+
msgid "[{site_title}] {user_name} has been approved to be a %s"
|
2059 |
+
msgstr "[{site_title}] {user_name} Je verkoper aanvraag is %s"
|
2060 |
+
|
2061 |
+
#: classes/admin/emails/class-wcv-admin-notify-approved.php:66
|
2062 |
+
msgid "%s application approved"
|
2063 |
+
msgstr "%s Je aanvraag is ingediend"
|
2064 |
|
2065 |
#: classes/admin/emails/class-wcv-admin-notify-product.php:28
|
2066 |
+
msgid "Admin new %s product"
|
2067 |
+
msgstr "Beheren nieuw %s product"
|
2068 |
+
|
2069 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:29
|
2070 |
msgid ""
|
2071 |
"Notification is sent to chosen recipient(s) when a %s submits a product for "
|
2072 |
"approval."
|
2073 |
msgstr ""
|
2074 |
+
"Er wordt een melding verzonden naar de gekozen ontvanger(s) wanneer een %s "
|
2075 |
+
"een product ter goedkeuring indient."
|
2076 |
|
2077 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:58
|
|
|
|
|
2078 |
msgid ""
|
2079 |
"[{site_title}] New %s product submitted by {vendor_name} - {product_name}"
|
2080 |
msgstr ""
|
2081 |
+
"[{site_title}] Nieuw %s product ingediend door {vendor_name} - {product_name}"
|
2082 |
|
2083 |
+
#: classes/admin/emails/class-wcv-admin-notify-product.php:69
|
|
|
|
|
2084 |
msgid "New %s product submitted: {product_name}"
|
2085 |
+
msgstr "Nieuw %s product ingediend: {product_name}"
|
2086 |
|
2087 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:28
|
2088 |
msgid "Admin notify %s shipped"
|
2089 |
+
msgstr "Beheerder op de hoogte stellen %s verzonden"
|
2090 |
|
2091 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:29
|
2092 |
msgid ""
|
2093 |
"Notification is sent to chosen recipient(s) when a %s marks an order shipped."
|
2094 |
msgstr ""
|
2095 |
+
"Er wordt een melding verzonden naar de gekozen ontvanger(s) wanneer een %s "
|
2096 |
+
"een verzonden bestelling markeert."
|
2097 |
|
2098 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:54,
|
2099 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:53
|
|
|
|
|
|
|
2100 |
msgid "[{site_title}] %s has marked shipped ({order_number}) - {order_date}"
|
2101 |
+
msgstr ""
|
2102 |
+
"[{site_title}] %s heeft verzonden gemarkeerd ({order_number}) - {order_date}"
|
2103 |
|
2104 |
+
#: classes/admin/emails/class-wcv-admin-notify-shipped.php:65,
|
2105 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:64
|
|
|
|
|
2106 |
msgid "%s has shipped"
|
2107 |
+
msgstr "%s Bestelling verzonden / Excursie uitgevoerd"
|
2108 |
|
2109 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:29
|
|
|
|
|
2110 |
msgid "Customer %s shipped"
|
2111 |
+
msgstr "Klant %s verzonden"
|
2112 |
|
2113 |
+
#: classes/admin/emails/class-wcv-customer-notify-shipped.php:30
|
|
|
|
|
|
|
2114 |
msgid ""
|
2115 |
"Email is sent to the customer when a %s marks an order received/paid by a "
|
2116 |
"customer."
|
2117 |
msgstr ""
|
2118 |
+
"Nieuwe bestelling emails worden verzonden wanneer %s als ontvangen/betaald "
|
2119 |
+
"door een klant worden gemarkeerd."
|
2120 |
|
2121 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:28
|
|
|
|
|
2122 |
msgid "%s notify application"
|
2123 |
+
msgstr "%s melding aanvraag"
|
2124 |
|
2125 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:29
|
2126 |
msgid "Notification is sent to the %s that their application has been received"
|
2127 |
msgstr ""
|
2128 |
+
"Er wordt een melding verzonden naar de %s dat hun aanvraag is ontvangen"
|
2129 |
|
2130 |
+
#: classes/admin/emails/class-wcv-vendor-notify-application.php:50
|
|
|
|
|
2131 |
msgid "[{site_title}] Your %s application has been received"
|
2132 |
+
msgstr "[{site_title}] Uw %s aanvraag is ontvangen"
|
2133 |
|
2134 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:28
|
|
|
|
|
2135 |
msgid "%s notify approved"
|
2136 |
+
msgstr "%s melding goedgekeurd"
|
2137 |
|
2138 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:29
|
2139 |
msgid "Notification is sent to the %s that their application has been approved"
|
2140 |
msgstr ""
|
2141 |
+
"Er wordt een kennisgeving verzonden naar de %s dat hun aanvraag is "
|
2142 |
+
"goedgekeurd"
|
2143 |
|
2144 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:50
|
2145 |
+
msgid "[{site_title}] Your %s application has been approved"
|
2146 |
+
msgstr "[{site_title}] Uw %s aanvraag is goedgekeurd"
|
|
|
|
|
2147 |
|
2148 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:61
|
2149 |
msgid "%s Application Approved"
|
2150 |
+
msgstr "%s goedgekeurd"
|
2151 |
|
2152 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:72
|
|
|
|
|
2153 |
msgid "Your application to become a %s has been approved."
|
2154 |
+
msgstr "Uw aanvraag om %s te worden is goedgekeurd."
|
2155 |
|
2156 |
+
#: classes/admin/emails/class-wcv-vendor-notify-approved.php:163,
|
2157 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:174
|
2158 |
msgid "Content"
|
2159 |
+
msgstr "Inhoud"
|
2160 |
+
|
2161 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:28
|
2162 |
+
msgid "%s notify cancelled order"
|
2163 |
+
msgstr "%s melding geannuleerde bestelling"
|
2164 |
+
|
2165 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:29
|
2166 |
+
msgid "Notification is sent to %s when an order is cancelled."
|
2167 |
msgstr ""
|
2168 |
+
"Er wordt een melding naar %s verzonden wanneer een bestelling wordt "
|
2169 |
+
"geannuleerd."
|
2170 |
|
2171 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:55
|
2172 |
+
msgid "[{site_title}] Order Cancelled ({order_number}) - {order_date}"
|
2173 |
+
msgstr "[{site_title}] Bestelling geannuleerd ({order_number}) - {order_date}"
|
2174 |
+
|
2175 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:66
|
2176 |
+
msgid "Order Cancelled"
|
2177 |
+
msgstr "Bestelling geannuleerd"
|
2178 |
+
|
2179 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:211,
|
2180 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:214
|
2181 |
+
msgid "Totals Display"
|
2182 |
+
msgstr "Totalen Display"
|
2183 |
+
|
2184 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:213,
|
2185 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:216
|
2186 |
+
msgid ""
|
2187 |
+
"Choose how to display the product totals. Including commission or without or "
|
2188 |
+
"no totals at all."
|
2189 |
+
msgstr ""
|
2190 |
+
"Kies hoe u de producttotalen wilt weergeven. Inclusief commissie of zonder "
|
2191 |
+
"of helemaal geen totalen."
|
2192 |
+
|
2193 |
+
#: classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:217,
|
2194 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:220
|
2195 |
+
msgid "Both"
|
2196 |
+
msgstr "Beide"
|
2197 |
|
2198 |
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:28
|
2199 |
+
msgid "%s notify denied"
|
2200 |
+
msgstr "%s kennisgeving geweigerd"
|
2201 |
+
|
2202 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:29
|
2203 |
msgid "Notification is sent to the %s that their application has been denied"
|
2204 |
msgstr ""
|
2205 |
+
"Er wordt een kennisgeving naar de %s gestuurd dat hun aanvraag is afgewezen"
|
2206 |
|
2207 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:50
|
|
|
|
|
2208 |
msgid "[{site_title}] Your %s application has been denied"
|
2209 |
+
msgstr "[{site_title}] Uw %s aanvraag is geweigerd"
|
2210 |
|
2211 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:61
|
|
|
|
|
2212 |
msgid "%s Application Denied"
|
2213 |
+
msgstr "%s aanvraag geweigerd"
|
2214 |
|
2215 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:72
|
|
|
|
|
2216 |
msgid "Your application to become a %s has been denied."
|
2217 |
+
msgstr "Uw aanvraag om %s te worden is geweigerd."
|
2218 |
|
2219 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:83
|
2220 |
msgid "We are not taking any new applications at this time."
|
2221 |
+
msgstr "We nemen op dit moment geen nieuwe aanvragen aan."
|
2222 |
|
2223 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:183
|
2224 |
msgid "Reason"
|
2225 |
+
msgstr "Reden"
|
2226 |
|
2227 |
+
#: classes/admin/emails/class-wcv-vendor-notify-denied.php:186
|
2228 |
msgid "Provide a reason for denying the %s application"
|
2229 |
+
msgstr "Geef een reden op voor het weigeren van de %s aanvraag"
|
2230 |
|
2231 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:28
|
2232 |
msgid "%s notify order"
|
2233 |
+
msgstr "%s bestelling melden"
|
2234 |
|
2235 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:29
|
2236 |
msgid "Notification is sent to %s when an order is paid."
|
2237 |
msgstr ""
|
2238 |
+
"Er wordt een melding naar %s verzonden wanneer een bestelling is betaald."
|
2239 |
|
2240 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:59
|
|
|
|
|
2241 |
msgid "[{site_title}] New Customer Order ({order_number}) - {order_date}"
|
2242 |
+
msgstr "[{site_title}] Nieuwe klant order ({order_number}) - {order_date}"
|
2243 |
|
2244 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:70
|
|
|
|
|
2245 |
msgid "New Customer Order"
|
2246 |
+
msgstr "Nieuwe klant bestelling"
|
|
|
|
|
|
|
|
|
|
|
|
|
2247 |
|
2248 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:228
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2249 |
msgid "Payment method"
|
2250 |
+
msgstr "Betaalmethode"
|
2251 |
|
2252 |
+
#: classes/admin/emails/class-wcv-vendor-notify-order.php:230
|
2253 |
msgid "Include the payment method in the email"
|
2254 |
+
msgstr "Neem de betaalmethode op in de e-mail"
|
2255 |
|
2256 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:28,
|
2257 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:41,
|
2258 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:111,
|
2259 |
+
#: classes/admin/settings/class-wcv-settings-display.php:47
|
2260 |
msgid "Advanced"
|
2261 |
+
msgstr "Geavanceerd"
|
2262 |
|
2263 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:66
|
2264 |
msgid "Plugin Uninstall Options"
|
2265 |
+
msgstr "Opties voor het verwijderen van plug-ins"
|
2266 |
|
2267 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:68
|
2268 |
msgid ""
|
2269 |
"These options are effective when uninstalling the plugin. If \"Delete All "
|
2270 |
"Data\" is checked all this plugin's data will be removed, uncheck it to "
|
2271 |
"choose what to delete when uninstalling the plugin."
|
2272 |
msgstr ""
|
2273 |
+
"Deze opties zijn effectief bij het verwijderen van de plug-in. Als \"Alle "
|
2274 |
+
"gegevens verwijderen\" is aangevinkt, worden alle gegevens van deze plug-in "
|
2275 |
+
"verwijderd, schakel deze uit om te kiezen wat u wilt verwijderen bij het "
|
2276 |
+
"verwijderen van de plug-in."
|
2277 |
|
2278 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:72
|
2279 |
+
msgid "Delete All Data"
|
2280 |
+
msgstr "Wis alle gegevens"
|
2281 |
|
2282 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:73
|
2283 |
msgid "Delete all WC Vendors data when deactivating the plugin."
|
2284 |
+
msgstr "Verwijder alle WC Vendors-gegevens bij het deactiveren van de plug-in."
|
2285 |
|
2286 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:79
|
2287 |
+
msgid "Delete Custom Table"
|
2288 |
+
msgstr "Aangepaste tabel verwijderen"
|
2289 |
|
2290 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:80
|
2291 |
msgid ""
|
2292 |
"Delete all data included in the custom tables. This will delete all "
|
2293 |
"commissions"
|
2294 |
msgstr ""
|
2295 |
+
"Verwijder alle gegevens in de aangepaste tabellen. Hiermee worden alle "
|
2296 |
+
"commissies verwijderd"
|
2297 |
|
2298 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:86
|
2299 |
+
msgid "Delete Settings Options"
|
2300 |
+
msgstr "Instellingenopties verwijderen"
|
2301 |
|
2302 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:87
|
2303 |
msgid "Delete all plugin options when uninstalling the plugin."
|
2304 |
+
msgstr "Verwijder alle plug-inopties bij het verwijderen van de plug-in."
|
2305 |
|
2306 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:93
|
2307 |
msgid "Delete WC Vendors pages"
|
2308 |
+
msgstr "WC Vendors-pagina's verwijderen"
|
2309 |
|
2310 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:94
|
2311 |
msgid "Delete all pages created by WC Vendors."
|
2312 |
+
msgstr "Verwijder alle pagina's die door WC Vendors zijn gemaakt."
|
2313 |
|
2314 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:100
|
2315 |
+
msgid "Remove Custom Roles"
|
2316 |
+
msgstr "Aangepaste rollen verwijderen"
|
|
|
|
|
2317 |
|
2318 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:101
|
2319 |
msgid "Remove custom roles registered by WC Vendors."
|
2320 |
+
msgstr "Verwijder aangepaste rollen die zijn geregistreerd door WC Vendors."
|
2321 |
|
2322 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:45,
|
2323 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:105,
|
2324 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:45,
|
2325 |
+
#: classes/admin/settings/class-wcv-settings-display.php:45,
|
2326 |
+
#: classes/admin/settings/class-wcv-settings-general.php:32,
|
2327 |
+
#: classes/admin/settings/class-wcv-settings-general.php:45,
|
2328 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:50,
|
2329 |
#: classes/admin/views/setup/general.php:19
|
2330 |
msgid "General"
|
2331 |
msgstr "Algemeen"
|
2332 |
|
2333 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:245
|
2334 |
+
msgid "Permissions"
|
2335 |
+
msgstr "Rechten"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2336 |
|
2337 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:247
|
2338 |
+
msgid "Enable or disable functionality for your %s"
|
2339 |
+
msgstr "Functionaliteit voor uw %s in- of uitschakelen"
|
2340 |
|
2341 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:264
|
2342 |
+
msgid "Submit Products"
|
2343 |
+
msgstr "Bewerk producten"
|
2344 |
|
2345 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:265,
|
2346 |
+
#: classes/admin/views/setup/capabilities.php:25
|
2347 |
+
msgid "Allow %s to add/edit products"
|
2348 |
+
msgstr "%s toestaan producten toe te voegen/te bewerken"
|
2349 |
|
2350 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:272
|
2351 |
+
msgid "Edit Live Products"
|
2352 |
+
msgstr "Bewerk live producten"
|
2353 |
|
2354 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:273,
|
2355 |
+
#: classes/admin/views/setup/capabilities.php:38
|
2356 |
+
msgid "Allow %s to edit published (live) products"
|
2357 |
+
msgstr "Sta %s toe om gepubliceerde (live) producten te bewerken"
|
2358 |
|
2359 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:280
|
2360 |
+
msgid "Publish Approval"
|
2361 |
+
msgstr "Goedkeuring publiceren"
|
|
|
|
|
2362 |
|
2363 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:281
|
2364 |
+
msgid ""
|
2365 |
+
"Allow %s to publish products directly to the marketplace without requiring "
|
2366 |
+
"approval."
|
2367 |
msgstr ""
|
2368 |
+
"Sta %s toe om producten rechtstreeks op de markt te publiceren zonder "
|
2369 |
+
"goedkeuring te vereisen."
|
2370 |
|
2371 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:300
|
2372 |
+
msgid "View Orders"
|
2373 |
+
msgstr "Bestellingen bekijken"
|
2374 |
|
2375 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:301,
|
2376 |
+
#: classes/admin/views/setup/capabilities.php:76
|
2377 |
+
msgid "Allow %s to view orders"
|
2378 |
+
msgstr "Sta %s toe om bestellingen te bekijken"
|
2379 |
|
2380 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:308
|
2381 |
+
msgid "Export Orders"
|
2382 |
+
msgstr "Orders exporteren"
|
2383 |
|
2384 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:309,
|
2385 |
+
#: classes/admin/views/setup/capabilities.php:89
|
2386 |
+
msgid "Allow %s to export their orders to a CSV file"
|
2387 |
+
msgstr "Sta %s toe hun bestellingen naar een CSV-bestand te exporteren"
|
2388 |
|
2389 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:316
|
2390 |
+
msgid "Front End Sales Reports"
|
2391 |
+
msgstr "Verkooprapporten"
|
2392 |
|
2393 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:317
|
2394 |
+
msgid ""
|
2395 |
+
"Allow %1$s to view sales table on the frontend on the %2$s dashboard page."
|
2396 |
msgstr ""
|
2397 |
+
"Sta %1$s toe om de verkooptabel op de frontend op de dashboardpagina van "
|
2398 |
+
"%2$s te bekijken."
|
2399 |
|
2400 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:163
|
2401 |
msgid "Configure what order information a %s can view from an order"
|
2402 |
+
msgstr "Configureren welke ordergegevens een %s kan bekijken vanuit een order"
|
2403 |
|
2404 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:168
|
|
|
|
|
2405 |
msgid "View Order Notes"
|
2406 |
+
msgstr "Bestelnotities bekijken"
|
2407 |
|
2408 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:169,
|
2409 |
#: classes/admin/views/setup/capabilities.php:102
|
2410 |
msgid "Allow %s to view order notes"
|
2411 |
+
msgstr "Sta %s toe om bestelnotities te bekijken"
|
2412 |
|
2413 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:176
|
2414 |
+
msgid "Add Order Notes"
|
2415 |
+
msgstr "Bestelnotities toevoegen"
|
2416 |
|
2417 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:177,
|
2418 |
#: classes/admin/views/setup/capabilities.php:115
|
2419 |
msgid "Allow %s to add order notes."
|
2420 |
+
msgstr "Sta %s toe om bestelnotities toe te voegen."
|
2421 |
|
2422 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:184
|
|
|
|
|
2423 |
msgid "Customer Name"
|
2424 |
+
msgstr "Klantnaam"
|
2425 |
|
2426 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:185
|
2427 |
msgid "Allow %s to view customer name fields"
|
2428 |
+
msgstr "Toestaan dat %s klantnaamvelden bekijken"
|
2429 |
|
2430 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:192
|
2431 |
+
msgid "Customer Shipping Name"
|
2432 |
+
msgstr "Verzendnaam klant"
|
|
|
|
|
2433 |
|
2434 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:193
|
2435 |
msgid "Allow %s to view customer shipping name fields"
|
2436 |
+
msgstr "Toestaan dat %s verzendnaamvelden van klanten bekijken"
|
2437 |
|
2438 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:200
|
|
|
|
|
2439 |
msgid "Customer Billing Address"
|
2440 |
+
msgstr "Factuuradres klant"
|
2441 |
|
2442 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:201
|
2443 |
msgid "Allow %s to view customer billing address fields"
|
2444 |
+
msgstr "Sta %s toe om de factuuradresvelden van klanten te bekijken"
|
2445 |
|
2446 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:208
|
2447 |
msgid "Customer Shipping Address"
|
2448 |
+
msgstr "Klant verzendadres"
|
2449 |
|
2450 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:209
|
2451 |
msgid "Allow %s to view the customer shipping fields"
|
2452 |
+
msgstr "Sta %s toe om de verzendvelden van de klant te bekijken"
|
2453 |
|
2454 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:216
|
|
|
|
|
2455 |
msgid "Customer Email"
|
2456 |
+
msgstr "Klant e-mailadres"
|
2457 |
|
2458 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:217
|
2459 |
msgid "Allow %s to view the customer email address"
|
2460 |
+
msgstr "Sta %s toe om het e-mailadres van de klant te bekijken"
|
2461 |
|
2462 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:224
|
|
|
|
|
2463 |
msgid "Customer Phone"
|
2464 |
+
msgstr "Klant telefoonnummer"
|
2465 |
|
2466 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:225
|
2467 |
msgid "Allow %s to view the customer phone number"
|
2468 |
+
msgstr "Sta %s toe om het telefoonnummer van de klant te bekijken"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2469 |
|
2470 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:66
|
2471 |
+
msgid "Add / Edit Product"
|
2472 |
+
msgstr "Wijzig product"
|
|
|
|
|
|
|
|
|
|
|
2473 |
|
2474 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:68
|
2475 |
msgid ""
|
2476 |
+
"Configure what product information to hide from the %s when creating or "
|
2477 |
+
"editing a product"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2478 |
msgstr ""
|
2479 |
+
"Configureren welke productinformatie moet worden verborgen voor de %s bij "
|
2480 |
+
"het maken of bewerken van een product"
|
2481 |
|
2482 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:73
|
2483 |
+
msgid "Product Types"
|
2484 |
+
msgstr "Product Soorten"
|
2485 |
|
2486 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:74
|
2487 |
+
msgid "This controls what product types are hidden from the %s"
|
2488 |
+
msgstr "Hiermee bepaalt u welke producttypen voor de %s"
|
2489 |
|
2490 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:84
|
2491 |
+
msgid "Product Type Options"
|
2492 |
+
msgstr "Opties voor producttype"
|
|
|
|
|
2493 |
|
2494 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:85
|
2495 |
+
msgid "This controls what product type options are hidden from the %s"
|
|
|
|
|
2496 |
msgstr ""
|
2497 |
+
"Hiermee bepaalt u welke opties voor producttypen worden verborgen voor de %s"
|
2498 |
|
2499 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:91
|
2500 |
+
msgid "Virtual"
|
2501 |
+
msgstr "Virtueel"
|
|
|
|
|
|
|
2502 |
|
2503 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:92
|
2504 |
+
msgid "Downloadable"
|
2505 |
+
msgstr "Downloadbaar"
|
2506 |
|
2507 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:98
|
2508 |
+
msgid "Product Data Tabs"
|
2509 |
+
msgstr "Tabbladen productgegevens"
|
|
|
|
|
2510 |
|
2511 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:99
|
2512 |
+
msgid "This controls what product data tabs will be hidden from the %s"
|
2513 |
msgstr ""
|
2514 |
+
"Dit bepaalt welke tabbladen met productgegevens worden verborgen voor de %s"
|
2515 |
|
2516 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:106
|
2517 |
+
msgid "Inventory"
|
2518 |
+
msgstr "Voorraad"
|
2519 |
|
2520 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:108
|
2521 |
+
msgid "Linked Products"
|
2522 |
+
msgstr "Gerelateerde producten"
|
2523 |
|
2524 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:109
|
2525 |
+
msgid "Attributes"
|
2526 |
+
msgstr "Eigenschappen"
|
2527 |
|
2528 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:110
|
2529 |
+
msgid "Variations"
|
2530 |
+
msgstr "Variaties"
|
2531 |
|
2532 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:117
|
2533 |
+
msgid "Featured Product"
|
2534 |
+
msgstr "Uitgelicht product"
|
2535 |
|
2536 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:118
|
2537 |
+
msgid "Allow %s to use the featured product option"
|
2538 |
+
msgstr "Sta %s toe om de aanbevolen productoptie te gebruiken"
|
2539 |
|
2540 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:125
|
2541 |
+
msgid "Duplicate Product"
|
2542 |
+
msgstr "Dupliceer product"
|
2543 |
|
2544 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:126
|
2545 |
+
msgid "Allow %s to duplicate products"
|
2546 |
+
msgstr "Toestaan dat %s producten dupliceren"
|
2547 |
|
2548 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:133
|
2549 |
+
msgid "SKU"
|
2550 |
+
msgstr "SKU"
|
2551 |
|
2552 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:134
|
2553 |
+
msgid "Hide sku field from %s"
|
2554 |
+
msgstr "Sku-veld verbergen voor %s"
|
2555 |
|
2556 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:141
|
2557 |
+
msgid "Taxes"
|
2558 |
+
msgstr "Belastingen"
|
2559 |
|
2560 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:142
|
2561 |
+
msgid "Hide tax fields from %s"
|
2562 |
+
msgstr "Belastingvelden verbergen voor %s"
|
2563 |
|
2564 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:67
|
2565 |
+
msgid "These are the commission settings for your marketplace"
|
2566 |
+
msgstr "Dit zijn de instellingen van de commissie voor uw marktplaats"
|
2567 |
|
2568 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:71
|
2569 |
+
msgid "%s Commission %%"
|
2570 |
+
msgstr "%s Provisie %%"
|
2571 |
|
2572 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:72
|
2573 |
+
msgid "The global commission rate for your %s"
|
2574 |
+
msgstr "Het wereldwijde provisiepercentage voor uw %s"
|
2575 |
|
2576 |
+
#: classes/admin/settings/class-wcv-settings-display.php:32
|
2577 |
+
msgid "Display"
|
2578 |
+
msgstr "Weergave"
|
2579 |
|
2580 |
+
#: classes/admin/settings/class-wcv-settings-display.php:46
|
2581 |
+
msgid "Labels"
|
2582 |
+
msgstr "Labels"
|
2583 |
|
2584 |
+
#: classes/admin/settings/class-wcv-settings-display.php:198
|
2585 |
msgid "These pages used on the front end by %s."
|
2586 |
+
msgstr "Deze pagina's worden aan de voorkant gebruikt door %s."
|
2587 |
|
2588 |
+
#: classes/admin/settings/class-wcv-settings-display.php:202
|
|
|
|
|
2589 |
msgid "Dashboard"
|
2590 |
+
msgstr "Dashboard"
|
2591 |
|
2592 |
+
#: classes/admin/settings/class-wcv-settings-display.php:208
|
2593 |
msgid ""
|
2594 |
"<br />This sets the page used to display the front end %s dashboard. This "
|
2595 |
"page should contain the following shortcode. <code>[wcv_vendor_dashboard]</"
|
2596 |
"code>"
|
2597 |
msgstr ""
|
2598 |
+
"<br />Hiermee wordt de pagina ingesteld die wordt gebruikt om het front-"
|
2599 |
+
"enddashboard weer te %s geven. Deze pagina moet de volgende shortcode "
|
2600 |
+
"bevatten. <code>[wcv_vendor_dashboard]</code>"
|
2601 |
|
2602 |
+
#: classes/admin/settings/class-wcv-settings-display.php:217
|
2603 |
msgid ""
|
2604 |
"<br />This sets the page used to display the %s shop settings page. This "
|
2605 |
"page should contain the following shortcode. <code>[wcv_shop_settings]</code>"
|
2606 |
msgstr ""
|
2607 |
+
"<br />Hiermee wordt de pagina ingesteld die wordt gebruikt om de %s pagina "
|
2608 |
+
"met winkelinstellingen weer te geven. Deze pagina moet de volgende shortcode "
|
2609 |
+
"bevatten. <code>[wcv_shop_settings]</code>"
|
2610 |
|
2611 |
+
#: classes/admin/settings/class-wcv-settings-display.php:226
|
2612 |
msgid ""
|
2613 |
"<br />This sets the page used to display the %s orders page. This page "
|
2614 |
"should contain the following shortcode. <code>[wcv_orders]</code>"
|
2615 |
msgstr ""
|
2616 |
+
"<br />Hiermee wordt de pagina ingesteld die wordt gebruikt om de %s "
|
2617 |
+
"bestelpagina weer te geven. Deze pagina moet de volgende shortcode bevatten. "
|
2618 |
+
"<code>[wcv_orders]</code>"
|
2619 |
|
2620 |
+
#: classes/admin/settings/class-wcv-settings-display.php:235
|
2621 |
msgid ""
|
2622 |
"<br />This sets the page used to display a paginated list of all %1$s "
|
2623 |
"stores. Your %1$s stores will be available at <code>%2$s/page-slug/store-"
|
2624 |
"name/</code><br />This page should contain the following shortcode. "
|
2625 |
"<code>[wcv_vendorslist]</code>"
|
2626 |
msgstr ""
|
2627 |
+
"<br />Hiermee wordt de pagina ingesteld die wordt gebruikt om een "
|
2628 |
+
"gepagineerde lijst met alle %1$s winkels weer te geven. Uw %1$s winkels zijn "
|
2629 |
+
"beschikbaar op <code><2></2>/page-slug/store-name/</code><br />Deze pagina "
|
2630 |
+
"moet de volgende shortcode bevatten. <code>[wcv_vendorslist]</code>"
|
2631 |
|
2632 |
+
#: classes/admin/settings/class-wcv-settings-display.php:238
|
2633 |
msgid "Terms and Conditions"
|
2634 |
+
msgstr "Algemene voorwaarden"
|
2635 |
|
2636 |
+
#: classes/admin/settings/class-wcv-settings-display.php:244
|
2637 |
msgid ""
|
2638 |
"<br />This sets the page used to display the terms and conditions when a %s "
|
2639 |
"signs up."
|
2640 |
msgstr ""
|
2641 |
+
"<br />Hiermee wordt de pagina ingesteld die wordt gebruikt om de algemene "
|
2642 |
+
"voorwaarden weer te geven wanneer een %s zich aanmeldt."
|
2643 |
|
2644 |
+
#: classes/admin/settings/class-wcv-settings-display.php:256
|
2645 |
msgid "These are the settings for the individual %s stores."
|
2646 |
+
msgstr "Dit zijn de instellingen voor de afzonderlijke %s winkels."
|
2647 |
|
2648 |
+
#: classes/admin/settings/class-wcv-settings-display.php:261
|
2649 |
msgid "%s Store URL"
|
2650 |
+
msgstr "URL van %s Store"
|
2651 |
|
2652 |
+
#: classes/admin/settings/class-wcv-settings-display.php:262
|
2653 |
msgid ""
|
2654 |
"If you enter \"vendors\" your %1$s store will be %1$s/vendors/store-name/"
|
2655 |
msgstr ""
|
2656 |
+
"Als u \"leveranciers\" invoert, wordt uw %1$s winkel %1$s / leveranciers / "
|
2657 |
+
"winkelnaam /"
|
2658 |
|
2659 |
+
#: classes/admin/settings/class-wcv-settings-display.php:269
|
|
|
|
|
2660 |
msgid "Shop Header"
|
2661 |
+
msgstr "Shop Header"
|
2662 |
|
2663 |
+
#: classes/admin/settings/class-wcv-settings-display.php:270
|
2664 |
msgid "Enable %s shop headers"
|
2665 |
+
msgstr "Kopteksten van %s winkel inschakelen"
|
2666 |
|
2667 |
+
#: classes/admin/settings/class-wcv-settings-display.php:271
|
2668 |
+
msgid "This enables the %s shop header template."
|
2669 |
+
msgstr "Hiermee kan de %s winkelkopsjabloon worden weergegeven."
|
2670 |
+
|
2671 |
+
#: classes/admin/settings/class-wcv-settings-display.php:287,
|
2672 |
+
#: classes/admin/views/html-vendor-settings-page.php:161,
|
2673 |
+
#: templates/dashboard/settings/shop-description.php:18
|
2674 |
+
msgid "Shop Description"
|
2675 |
+
msgstr "Winkelbeschrijving"
|
2676 |
+
|
2677 |
+
#: classes/admin/settings/class-wcv-settings-display.php:288
|
2678 |
+
msgid "Enable %s shop description"
|
2679 |
+
msgstr "Winkelbeschrijving inschakelen %s"
|
2680 |
|
2681 |
+
#: classes/admin/settings/class-wcv-settings-display.php:289
|
2682 |
+
msgid "This enables the %1$s shop description on the %1$s store page."
|
2683 |
+
msgstr "Hierdoor kan de %1$s winkelbeschrijving op de %1$s winkelpagina."
|
2684 |
+
|
2685 |
+
#: classes/admin/settings/class-wcv-settings-display.php:296
|
2686 |
msgid "Shop HTML"
|
2687 |
+
msgstr "HTML kopen"
|
2688 |
|
2689 |
+
#: classes/admin/settings/class-wcv-settings-display.php:297
|
|
|
|
|
2690 |
msgid "Allow HTML in %s shop description"
|
2691 |
+
msgstr "HTML toestaan in %s winkelbeschrijving"
|
2692 |
|
2693 |
+
#: classes/admin/settings/class-wcv-settings-display.php:298
|
2694 |
msgid ""
|
2695 |
"This will enable the WYSIWYG editor and for the %1$s shop description. You "
|
2696 |
"can enable or disable this per %1$s by editing the %1$s user account."
|
2697 |
msgstr ""
|
2698 |
+
"Hierdoor kan de WYSIWYG-editor en voor de %1$s winkelbeschrijving. U kunt "
|
2699 |
+
"dit per %1$s in- of uitschakelen door het %1$s gebruikersaccount te bewerken."
|
2700 |
|
2701 |
+
#: classes/admin/settings/class-wcv-settings-display.php:305
|
2702 |
msgid "Display Name"
|
2703 |
+
msgstr "Weergavenaam"
|
2704 |
|
2705 |
+
#: classes/admin/settings/class-wcv-settings-display.php:307
|
2706 |
msgid ""
|
2707 |
"Select what will be used to display the %s name throughout the marketplace."
|
2708 |
msgstr ""
|
2709 |
+
"Selecteer wat er wordt gebruikt om de %s naam op de hele marktplaats weer te "
|
2710 |
+
"geven."
|
2711 |
|
2712 |
+
#: classes/admin/settings/class-wcv-settings-display.php:312
|
2713 |
msgid "Display name"
|
2714 |
+
msgstr "Weergavenaam"
|
2715 |
|
2716 |
+
#: classes/admin/settings/class-wcv-settings-display.php:313,
|
2717 |
+
#: classes/admin/views/html-vendor-meta.php:27
|
2718 |
msgid "Shop name"
|
2719 |
msgstr "Winkelnaam"
|
2720 |
|
2721 |
+
#: classes/admin/settings/class-wcv-settings-display.php:314
|
2722 |
msgid "%s Username"
|
2723 |
+
msgstr "%s gebruikersnaam"
|
2724 |
|
2725 |
+
#: classes/admin/settings/class-wcv-settings-display.php:315
|
2726 |
msgid "%s Email"
|
2727 |
+
msgstr "%s E-mail"
|
2728 |
+
|
2729 |
+
#: classes/admin/settings/class-wcv-settings-display.php:104
|
2730 |
+
msgid "Labels are shown on the front end, in orders or emails."
|
2731 |
+
msgstr "Labels worden weergegeven aan de voorkant, in bestellingen of e-mails."
|
2732 |
+
|
2733 |
+
#: classes/admin/settings/class-wcv-settings-display.php:109
|
2734 |
+
msgid "%s singluar term"
|
2735 |
+
msgstr "%s singluar term"
|
2736 |
+
|
2737 |
+
#: classes/admin/settings/class-wcv-settings-display.php:110
|
2738 |
+
msgid "Change all references to vendor to this term"
|
2739 |
+
msgstr "Wijzig alle verwijzingen naar leverancier in deze term"
|
2740 |
+
|
2741 |
+
#: classes/admin/settings/class-wcv-settings-display.php:117
|
2742 |
+
msgid "%s plural term"
|
2743 |
+
msgstr "%s meervoud"
|
2744 |
+
|
2745 |
+
#: classes/admin/settings/class-wcv-settings-display.php:118
|
2746 |
+
msgid "Change all references to vendors to this term"
|
2747 |
+
msgstr "Alle verwijzingen naar leveranciers naar deze term wijzigen"
|
2748 |
+
|
2749 |
+
#: classes/admin/settings/class-wcv-settings-display.php:125,
|
2750 |
+
#: classes/admin/settings/class-wcv-settings-display.php:146
|
2751 |
+
msgid "Sold By"
|
2752 |
+
msgstr "Verkocht door"
|
2753 |
+
|
2754 |
+
#: classes/admin/settings/class-wcv-settings-display.php:126
|
2755 |
+
msgid "Enable sold by labels"
|
2756 |
+
msgstr "Verkoop per label inschakelen"
|
2757 |
+
|
2758 |
+
#: classes/admin/settings/class-wcv-settings-display.php:127
|
2759 |
+
msgid ""
|
2760 |
+
"This enables the sold by labels used to show which %s shop the product "
|
2761 |
+
"belongs to"
|
2762 |
msgstr ""
|
2763 |
+
"Hierdoor kunnen de gebruikte labels worden verkocht om aan te geven tot "
|
2764 |
+
"welke %s winkel het product behoort"
|
2765 |
|
2766 |
+
#: classes/admin/settings/class-wcv-settings-display.php:134
|
2767 |
+
msgid "Sold By Separator"
|
2768 |
+
msgstr "Verkocht door Separator"
|
2769 |
+
|
2770 |
+
#: classes/admin/settings/class-wcv-settings-display.php:135
|
2771 |
+
msgid "The sold by separator"
|
2772 |
+
msgstr "De verkochte door separator"
|
2773 |
+
|
2774 |
+
#: classes/admin/settings/class-wcv-settings-display.php:138
|
2775 |
+
msgid ":"
|
2776 |
+
msgstr ":"
|
2777 |
+
|
2778 |
+
#: classes/admin/settings/class-wcv-settings-display.php:142
|
2779 |
+
msgid "Sold By Label"
|
2780 |
+
msgstr "Verkocht op label"
|
2781 |
+
|
2782 |
+
#: classes/admin/settings/class-wcv-settings-display.php:143
|
2783 |
+
msgid "The sold by label"
|
2784 |
+
msgstr "Het verkocht door label"
|
2785 |
+
|
2786 |
+
#: classes/admin/settings/class-wcv-settings-display.php:150
|
2787 |
+
msgid "Become A %s"
|
2788 |
+
msgstr "Wordt een %s"
|
2789 |
+
|
2790 |
+
#: classes/admin/settings/class-wcv-settings-display.php:151
|
2791 |
+
msgid "Show the \"Become a %s\" link on WooCommerce my-account page"
|
2792 |
+
msgstr "Toon de link 'Word een %s' op de WooCommerce my-account pagina"
|
2793 |
+
|
2794 |
+
#: classes/admin/settings/class-wcv-settings-display.php:158
|
2795 |
+
msgid "Become A %s Label"
|
2796 |
+
msgstr "Word een %s label"
|
2797 |
+
|
2798 |
+
#: classes/admin/settings/class-wcv-settings-display.php:159
|
2799 |
+
msgid "The become a %s label"
|
2800 |
+
msgstr "Het wordt een %s label"
|
2801 |
+
|
2802 |
+
#: classes/admin/settings/class-wcv-settings-display.php:162
|
2803 |
+
msgid "Become a"
|
2804 |
+
msgstr "Wordt een %s"
|
2805 |
+
|
2806 |
+
#: classes/admin/settings/class-wcv-settings-display.php:166
|
2807 |
+
msgid "%s Store Info"
|
2808 |
+
msgstr "%s Winkel info"
|
2809 |
+
|
2810 |
+
#: classes/admin/settings/class-wcv-settings-display.php:167
|
2811 |
+
msgid "Enable %s store info tab on the single product page"
|
2812 |
msgstr ""
|
2813 |
+
"Schakel %s tabblad winkelinformatie in op de afzonderlijke productpagina"
|
2814 |
|
2815 |
+
#: classes/admin/settings/class-wcv-settings-display.php:174
|
2816 |
+
msgid "%s Store Info Label"
|
2817 |
+
msgstr "%s Store Info Label"
|
2818 |
+
|
2819 |
+
#: classes/admin/settings/class-wcv-settings-display.php:175
|
2820 |
+
msgid "The %s store info label"
|
2821 |
+
msgstr "Het %s winkel info label"
|
2822 |
+
|
2823 |
+
#: classes/admin/settings/class-wcv-settings-display.php:178
|
2824 |
+
msgid "Store Info"
|
2825 |
+
msgstr "Winkel info"
|
2826 |
+
|
2827 |
+
#: classes/admin/settings/class-wcv-settings-display.php:68
|
2828 |
+
msgid "Advanced options provide extra display options"
|
2829 |
+
msgstr "Geavanceerde opties bieden extra weergaveopties"
|
2830 |
+
|
2831 |
+
#: classes/admin/settings/class-wcv-settings-display.php:72
|
2832 |
+
msgid "Product Page Stylesheet"
|
2833 |
+
msgstr "Stylesheet van productpagina"
|
2834 |
+
|
2835 |
+
#: classes/admin/settings/class-wcv-settings-display.php:73
|
2836 |
+
msgid ""
|
2837 |
+
"You can add CSS in this textarea, which will be loaded on the WooCommerce "
|
2838 |
+
"product edit page for %s in the WordPress admin."
|
2839 |
msgstr ""
|
2840 |
+
"U kunt CSS toevoegen in dit textarea, dat wordt geladen op de WooCommerce-"
|
2841 |
+
"productbewerkingspagina voor %s in de WordPress-beheerder."
|
2842 |
|
2843 |
+
#: classes/admin/settings/class-wcv-settings-display.php:74
|
2844 |
+
msgid "This will output custom CSS on the product edit page "
|
2845 |
+
msgstr "Hiermee wordt aangepaste CSS uitgevoerd op de productbewerkingspagina "
|
2846 |
+
|
2847 |
+
#: classes/admin/settings/class-wcv-settings-display.php:81
|
2848 |
+
msgid "Use WooCommerce Registration"
|
2849 |
+
msgstr "WooCommerce-registratie gebruiken"
|
2850 |
+
|
2851 |
+
#: classes/admin/settings/class-wcv-settings-display.php:85
|
2852 |
+
msgid ""
|
2853 |
+
"This will redirect the WordPress registration to WooCommerce my-account page "
|
2854 |
+
"for registration."
|
2855 |
msgstr ""
|
2856 |
+
"Dit zal de WordPress-registratie omleiden naar de WooCommerce my-account-"
|
2857 |
+
"pagina voor registratie."
|
2858 |
|
2859 |
+
#: classes/admin/settings/class-wcv-settings-general.php:67
|
2860 |
+
msgid "Marketplace Options"
|
2861 |
+
msgstr "Marketplace-opties"
|
2862 |
+
|
2863 |
+
#: classes/admin/settings/class-wcv-settings-general.php:69
|
2864 |
+
msgid "These are the general settings for your marketplace"
|
2865 |
+
msgstr "Dit zijn de algemene instellingen voor uw marktplaats"
|
2866 |
+
|
2867 |
+
#: classes/admin/settings/class-wcv-settings-general.php:73
|
2868 |
+
msgid "%s Registration"
|
2869 |
+
msgstr "%s registratie"
|
2870 |
+
|
2871 |
+
#: classes/admin/settings/class-wcv-settings-general.php:74,
|
2872 |
#: classes/admin/views/setup/general.php:25
|
2873 |
msgid "Allow users to apply to become a %s"
|
2874 |
+
msgstr "Gebruikers toestaan een aanvraag in te dienen om %s te worden"
|
2875 |
|
2876 |
+
#: classes/admin/settings/class-wcv-settings-general.php:80
|
2877 |
msgid "Terms & Conditions Checkbox"
|
2878 |
+
msgstr "Algemene voorwaarden Checkbox"
|
2879 |
|
2880 |
+
#: classes/admin/settings/class-wcv-settings-general.php:81
|
2881 |
msgid ""
|
2882 |
"Make the terms and conditions checkbox always visible even if become a %s is "
|
2883 |
"not checked"
|
2884 |
msgstr ""
|
2885 |
+
"Het selectievakje algemene voorwaarden altijd zichtbaar maken, zelfs als %s "
|
2886 |
+
"niet is aangevinkt"
|
2887 |
|
2888 |
+
#: classes/admin/settings/class-wcv-settings-general.php:87
|
|
|
|
|
2889 |
msgid "%s Approval"
|
2890 |
+
msgstr "%s Goedkeuring"
|
2891 |
|
2892 |
+
#: classes/admin/settings/class-wcv-settings-general.php:88
|
2893 |
msgid "Manually approve all %s applications"
|
2894 |
+
msgstr "Alle %s toepassingen handmatig goedkeuren"
|
2895 |
|
2896 |
+
#: classes/admin/settings/class-wcv-settings-general.php:95
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2897 |
msgid "%s Taxes"
|
2898 |
+
msgstr "%s belastingen"
|
2899 |
|
2900 |
+
#: classes/admin/settings/class-wcv-settings-general.php:96
|
2901 |
msgid "Give any taxes to the %s"
|
2902 |
+
msgstr "Geef eventuele belastingen aan de %s"
|
2903 |
|
2904 |
+
#: classes/admin/settings/class-wcv-settings-general.php:102
|
|
|
|
|
2905 |
msgid "%s Shipping"
|
2906 |
+
msgstr "%s versturen"
|
2907 |
|
2908 |
+
#: classes/admin/settings/class-wcv-settings-general.php:103
|
|
|
|
|
2909 |
msgid "Give any shipping to the %s"
|
2910 |
+
msgstr "Geef eventuele verzending aan de %s"
|
2911 |
|
2912 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:34
|
2913 |
msgid "Payments"
|
2914 |
+
msgstr "Betalingen"
|
2915 |
|
2916 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:55
|
|
|
2917 |
msgid "PayPal Adaptive Payments"
|
2918 |
+
msgstr "PayPal Adaptive Payments"
|
2919 |
+
|
2920 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:137
|
2921 |
+
msgid ""
|
2922 |
+
"<strong>Payments controls how your %s commission is paid out. These settings "
|
2923 |
+
"only function if you are using a supported gateway.</strong> "
|
2924 |
msgstr ""
|
2925 |
+
"<strong>Betalingen bepalen hoe uw %s commissie wordt uitbetaald. Deze "
|
2926 |
+
"instellingen werken alleen als u een ondersteunde gateway gebruikt.</strong> "
|
2927 |
|
2928 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:77
|
2929 |
msgid ""
|
2930 |
"<h3>PayPal Adaptive Payments - Please Note: PayPal Adaptive Payments has "
|
2931 |
"been deprecated by PayPal as of September 2017. These options are for "
|
2932 |
"existing users only. This will be completely removed in a future version.</"
|
2933 |
"h3>"
|
2934 |
msgstr ""
|
2935 |
+
"<h3>PayPal Adaptieve betalingen - Let op: PayPal Adaptieve betalingen is met "
|
2936 |
+
"ingang van september 2017 door PayPal afgeschaft. Deze opties zijn alleen "
|
2937 |
+
"voor bestaande gebruikers. Dit zal in een toekomstige versie volledig worden "
|
2938 |
+
"verwijderd.</h3>"
|
2939 |
|
2940 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:84
|
|
|
|
|
2941 |
msgid "Total Commission due: %s"
|
2942 |
+
msgstr "Totale verschuldigde commissie: %s"
|
2943 |
|
2944 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:89
|
2945 |
msgid "Instant Pay"
|
2946 |
+
msgstr "Meteen Te Betalen"
|
2947 |
|
2948 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:90
|
2949 |
msgid "Enable instantpay"
|
2950 |
+
msgstr "Instantpay inschakelen"
|
2951 |
|
2952 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:91
|
2953 |
msgid ""
|
2954 |
"Instantly pay %1$s their commission when an order is made, and if a %1$s has "
|
2955 |
"a valid PayPal email added on their Shop Settings page."
|
2956 |
msgstr ""
|
2957 |
+
"Betaal direct %1$s de commissie wanneer een bestelling wordt geplaatst, en "
|
2958 |
+
"of a %1$s heeft een geldig PayPal-e-mailadres toegevoegd aan de pagina "
|
2959 |
+
"Winkelinstellingen."
|
2960 |
|
2961 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:98
|
2962 |
msgid "Payment schedule"
|
2963 |
+
msgstr "Betalingsschema"
|
2964 |
|
2965 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:99
|
2966 |
msgid "Note: Schedule will only work if instant pay is unchecked"
|
2967 |
+
msgstr "Note: Schema zal slechts werken als direct betalen uitgeschakeld is"
|
2968 |
|
2969 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:103
|
2970 |
msgid "Daily"
|
2971 |
+
msgstr "Dagelijks"
|
2972 |
|
2973 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:104
|
2974 |
msgid "Weekly"
|
2975 |
+
msgstr "Wekelijks"
|
2976 |
|
2977 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:105
|
2978 |
msgid "Biweekly"
|
2979 |
+
msgstr "Tweewekelijks"
|
2980 |
|
2981 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:106
|
2982 |
msgid "Monthly"
|
2983 |
+
msgstr "Maandelijks"
|
2984 |
|
2985 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:107
|
2986 |
msgid "Manual"
|
2987 |
+
msgstr "Handmatig"
|
2988 |
|
2989 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:108
|
2990 |
msgid "Now"
|
2991 |
+
msgstr "Nu"
|
2992 |
|
2993 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:113
|
2994 |
msgid "Email notification"
|
2995 |
+
msgstr "E-mail melding"
|
2996 |
|
2997 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:114
|
2998 |
msgid "Enable notify the admin"
|
2999 |
+
msgstr "De beheerder op de hoogte stellen inschakelen"
|
3000 |
|
3001 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:115
|
3002 |
msgid ""
|
3003 |
"Send the marketplace admin an email each time a payment has been made via "
|
3004 |
"the payment schedule options above"
|
3005 |
msgstr ""
|
3006 |
+
"Stuur de marktplaatsbeheerder een e-mail telkens wanneer een betaling is "
|
3007 |
+
"gedaan via de bovenstaande opties voor betalingsschema's"
|
3008 |
+
|
3009 |
+
#: classes/admin/views/html-admin-page-extensions.php:15
|
3010 |
+
msgid "Expand your marketplace and take it to the next level."
|
3011 |
+
msgstr "Breid uw marktplaats uit en til deze naar een hoger niveau."
|
3012 |
+
|
3013 |
+
#: classes/admin/views/html-admin-page-extensions.php:21
|
3014 |
+
msgid "WC Vendors Stripe Connect"
|
3015 |
+
msgstr "WC Leveranciers Stripe Connect"
|
3016 |
|
3017 |
+
#: classes/admin/views/html-admin-page-extensions.php:22
|
3018 |
msgid ""
|
3019 |
+
"Take credit card payments and pay your vendors their commissions instantly "
|
3020 |
+
"when the customer purchases. No need to manually pay your vendors."
|
3021 |
msgstr ""
|
3022 |
+
"Neem creditcardbetalingen en betaal uw leveranciers hun commissies "
|
3023 |
+
"onmiddellijk wanneer de klant koopt. U hoeft uw leveranciers niet handmatig "
|
3024 |
+
"te betalen."
|
3025 |
|
3026 |
+
#: classes/admin/views/html-admin-page-extensions.php:23,
|
3027 |
+
#: classes/admin/views/html-admin-page-extensions.php:30,
|
3028 |
+
#: classes/admin/views/html-admin-page-extensions.php:40,
|
3029 |
+
#: classes/admin/views/html-admin-page-extensions.php:48
|
3030 |
+
msgid "From $89"
|
3031 |
+
msgstr "Vanaf $89"
|
3032 |
|
3033 |
+
#: classes/admin/views/html-admin-page-extensions.php:28
|
3034 |
+
msgid "WC Vendors Membership"
|
3035 |
+
msgstr "WC Vendors Lidmaatschap"
|
|
|
|
|
3036 |
|
3037 |
+
#: classes/admin/views/html-admin-page-extensions.php:29
|
3038 |
msgid ""
|
3039 |
+
"Earn guaranteed income from your vendors with this easy to use extension. "
|
3040 |
+
"Want to charge your vendors to list products on your marketplace? "
|
|
|
3041 |
msgstr ""
|
3042 |
+
"Verdien gegarandeerd inkomen van uw leveranciers met deze eenvoudig te "
|
3043 |
+
"gebruiken extensie. Wilt u uw leveranciers kosten in rekening brengen om "
|
3044 |
+
"producten op uw marktplaats te vermelden? "
|
3045 |
+
|
3046 |
+
#: classes/admin/views/html-admin-page-extensions.php:37
|
3047 |
+
msgid "WC Vendors WooCommerce Bookings<"
|
3048 |
+
msgstr "WC Leveranciers WooCommerce Boekingen <"
|
3049 |
+
|
3050 |
+
#: classes/admin/views/html-admin-page-extensions.php:38,
|
3051 |
+
#: classes/admin/views/html-admin-page-extensions.php:46
|
3052 |
+
msgid "From $89.00"
|
3053 |
+
msgstr "Vanaf $89.00"
|
3054 |
|
3055 |
+
#: classes/admin/views/html-admin-page-extensions.php:39
|
3056 |
msgid ""
|
3057 |
+
"Allow vendors to create bookings. Integrate WooCommerce bookings into the WC "
|
3058 |
+
"Vendors Pro Dashboard."
|
3059 |
msgstr ""
|
3060 |
+
"Sta leveranciers toe om boekingen te maken. Integreer WooCommerce-boekingen "
|
3061 |
+
"in het WC Vendors Pro Dashboard."
|
3062 |
|
3063 |
+
#: classes/admin/views/html-admin-page-extensions.php:45
|
3064 |
+
msgid "WC Vendors WooCommerce Subscriptions<"
|
3065 |
+
msgstr "WC-leveranciers WooCommerce-abonnementen <"
|
3066 |
|
3067 |
+
#: classes/admin/views/html-admin-page-extensions.php:47
|
3068 |
+
msgid ""
|
3069 |
+
"Allow vendors to create subscriptions. Integrates WooCommerce subscriptions "
|
3070 |
+
"into the WC Vendors Pro Dashboard."
|
3071 |
msgstr ""
|
3072 |
+
"Sta leveranciers toe om abonnementen te maken. Integreert WooCommerce-"
|
3073 |
+
"abonnementen in het WC Vendors Pro Dashboard."
|
3074 |
|
3075 |
+
#: classes/admin/views/html-admin-page-extensions.php:55
|
3076 |
+
msgid "WooCommerce Simple Auctions"
|
3077 |
+
msgstr "WooCommerce Eenvoudige Veilingen"
|
3078 |
|
3079 |
+
#: classes/admin/views/html-admin-page-extensions.php:56
|
3080 |
+
msgid ""
|
3081 |
+
"Allow vendors to create auctions. Integreate WooCommerce Simple Auctions "
|
3082 |
+
"into the WC Vendors Pro dashboard."
|
3083 |
msgstr ""
|
3084 |
+
"Sta leveranciers toe om veilingen te maken. Integreer WooCommerce Simple "
|
3085 |
+
"Auctions in het WC Vendors Pro-dashboard."
|
3086 |
|
3087 |
+
#: classes/admin/views/html-admin-page-extensions.php:57
|
3088 |
+
msgid "From $49"
|
3089 |
+
msgstr "Vanaf $49"
|
3090 |
|
3091 |
+
#: classes/admin/views/html-admin-page-extensions.php:62
|
3092 |
+
msgid "Compatible 3rd party plugins"
|
3093 |
+
msgstr "Compatibele 3rd party plugins"
|
3094 |
|
3095 |
+
#: classes/admin/views/html-admin-page-extensions.php:63
|
3096 |
+
msgid ""
|
3097 |
+
"You can find a selection of compatible plugins with WC Vendors Marketplace "
|
3098 |
+
"and or WC Vendors Pro. <br /><br />They cover a range of areas including "
|
3099 |
+
"vendor payment gateways, shipping, service, support and chat, social media "
|
3100 |
+
"and currency/credit systems."
|
3101 |
msgstr ""
|
3102 |
+
"U kunt een selectie van compatibele plug-ins vinden met WC Vendors "
|
3103 |
+
"Marketplace en of WC Vendors Pro. <br /><br />Ze bestrijken een reeks "
|
3104 |
+
"gebieden, waaronder betalingsgateways van leveranciers, verzending, service, "
|
3105 |
+
"ondersteuning en chat, sociale media en valuta- / kredietsystemen."
|
3106 |
+
|
3107 |
+
#: classes/admin/views/html-admin-page-extensions.php:64
|
3108 |
+
msgid "View compatible plugins"
|
3109 |
+
msgstr "Bekijk compatibele plug-ins"
|
3110 |
|
3111 |
+
#: classes/admin/views/html-admin-page-extensions.php:71
|
3112 |
msgid ""
|
3113 |
+
"Our list of premium extensions for WC Vendors can be found on our website. "
|
3114 |
+
"<a href=\"%s\">Click here to view our extensions list.</a>"
|
3115 |
msgstr ""
|
3116 |
+
"Onze lijst met premium extensies voor WC Vendors is te vinden op onze "
|
3117 |
+
"website. <a href=\"%s\">Klik hier om onze lijst met extensies te bekijken.</"
|
3118 |
+
"a>"
|
3119 |
|
3120 |
+
#: classes/admin/views/html-admin-page-go-pro.php:16
|
3121 |
+
msgid "Upgrade to WC Vendors Pro!"
|
3122 |
+
msgstr "Upgrade naar WC Vendors Pro!"
|
3123 |
|
3124 |
+
#: classes/admin/views/html-admin-page-go-pro.php:17
|
3125 |
+
msgid ""
|
3126 |
+
"Empower your vendors to take control of their stores. Reduce your management "
|
3127 |
+
"workload and focus on the tasks that matter. "
|
3128 |
msgstr ""
|
3129 |
+
"Stel uw leveranciers in staat om de controle over hun winkels over te nemen. "
|
3130 |
+
"Verminder uw beheertaak en concentreer u op de taken die ertoe doen. "
|
3131 |
|
3132 |
+
#: classes/admin/views/html-admin-page-go-pro.php:22
|
3133 |
+
msgid "Take your marketplace to the next level."
|
3134 |
+
msgstr "Til uw marktplaats naar een hoger niveau."
|
3135 |
+
|
3136 |
+
#: classes/admin/views/html-admin-page-go-pro.php:23
|
3137 |
+
msgid "Packed full of features"
|
3138 |
+
msgstr "Boordevol functies"
|
3139 |
|
3140 |
+
#: classes/admin/views/html-admin-page-go-pro.php:30
|
3141 |
+
msgid "Complete Frontend Experience"
|
3142 |
+
msgstr "Complete Frontend-ervaring"
|
3143 |
+
|
3144 |
+
#: classes/admin/views/html-admin-page-go-pro.php:31
|
3145 |
msgid ""
|
3146 |
+
"Our vendor dashboard provides vendors with an integrated frontend experience "
|
3147 |
+
"that blends seamlessly with your theme. Allow vendors to take control of "
|
3148 |
+
"their stores while you can focus on building the marketplace."
|
3149 |
msgstr ""
|
3150 |
+
"Ons leveranciersdashboard biedt leveranciers een geïntegreerde frontend-"
|
3151 |
+
"ervaring die naadloos aansluit op uw thema. Laat leveranciers de controle "
|
3152 |
+
"over hun winkels overnemen, terwijl u zich kunt concentreren op het bouwen "
|
3153 |
+
"van de markt."
|
3154 |
|
3155 |
+
#: classes/admin/views/html-admin-page-go-pro.php:39
|
3156 |
+
msgid "Customize With Ease"
|
3157 |
+
msgstr "Aanpassen met gemak"
|
3158 |
+
|
3159 |
+
#: classes/admin/views/html-admin-page-go-pro.php:40
|
3160 |
msgid ""
|
3161 |
+
"Easy settings based configuration. No need for coding. As well as extensive "
|
3162 |
+
"options available for building integrations."
|
3163 |
msgstr ""
|
3164 |
+
"Eenvoudige configuratie op basis van instellingen. Coderen is niet nodig. "
|
3165 |
+
"Evenals uitgebreide opties beschikbaar voor het bouwen van integraties."
|
3166 |
|
3167 |
+
#: classes/admin/views/html-admin-page-go-pro.php:48
|
3168 |
+
msgid "Best in Class Support"
|
3169 |
+
msgstr "Best-in-class ondersteuning"
|
3170 |
+
|
3171 |
+
#: classes/admin/views/html-admin-page-go-pro.php:49
|
3172 |
msgid ""
|
3173 |
+
"Our premium support is fast and efficient, don't wait days for a support "
|
3174 |
+
"response."
|
3175 |
msgstr ""
|
3176 |
+
"Onze premium ondersteuning is snel en efficiënt, wacht geen dagen op een "
|
3177 |
+
"ondersteuningsreactie."
|
3178 |
|
3179 |
+
#: classes/admin/views/html-admin-page-go-pro.php:59
|
3180 |
+
msgid "Complete Shipping Solution"
|
3181 |
+
msgstr "Complete verzendoplossing"
|
3182 |
+
|
3183 |
+
#: classes/admin/views/html-admin-page-go-pro.php:60
|
3184 |
msgid ""
|
3185 |
+
"WC Vendors has the most comprehensive shipping system of any marketplace "
|
3186 |
+
"plugin. Let vendors manage their shipping. Flat rate or table rate shipping "
|
3187 |
+
"is available. Don’t let shipping stop your marketplace from succeeding!"
|
3188 |
msgstr ""
|
3189 |
+
"WC Vendors heeft het meest uitgebreide verzendsysteem van elke "
|
3190 |
+
"marktplaatsplug-in. Laat leveranciers hun verzending beheren. Verzending met "
|
3191 |
+
"een vast tarief of tafeltarief is beschikbaar. Laat verzending uw "
|
3192 |
+
"marktplaats niet tegenhouden om te slagen!"
|
3193 |
|
3194 |
+
#: classes/admin/views/html-admin-page-go-pro.php:68
|
3195 |
+
msgid "Over 100+ Payment Gateways Supported"
|
3196 |
+
msgstr "Meer dan 100+ betalingsgateways ondersteund"
|
3197 |
|
3198 |
+
#: classes/admin/views/html-admin-page-go-pro.php:69
|
3199 |
msgid ""
|
3200 |
+
"Use the payment gateway for your region to make sure your customers can pay "
|
3201 |
+
"seamlessly. Any payment gateway written for WooCommerce can be used."
|
3202 |
msgstr ""
|
3203 |
+
"Gebruik de betalingsgateway voor uw regio om ervoor te zorgen dat uw klanten "
|
3204 |
+
"naadloos kunnen betalen. Elke betalingsgateway die voor WooCommerce is "
|
3205 |
+
"geschreven, kan worden gebruikt."
|
3206 |
|
3207 |
+
#: classes/admin/views/html-admin-page-go-pro.php:77
|
3208 |
+
msgid "Multiple Commission options"
|
3209 |
+
msgstr "Meerdere opties van de Commissie"
|
|
|
|
|
|
|
|
|
3210 |
|
3211 |
+
#: classes/admin/views/html-admin-page-go-pro.php:78
|
3212 |
+
msgid ""
|
3213 |
+
"Chose from percentage, percentage + fee, fixed, fixed + fee, product "
|
3214 |
+
"category and tier rates based on total sales or product prices."
|
3215 |
msgstr ""
|
3216 |
+
"Kies uit percentage, percentage + vergoeding, vaste, vaste + vergoeding, "
|
3217 |
+
"productcategorie en tier-tarieven op basis van totale verkopen of "
|
3218 |
+
"productprijzen."
|
3219 |
|
3220 |
+
#: classes/admin/views/html-admin-page-go-pro.php:97
|
3221 |
+
msgid "What's included in WC Vendors Pro?"
|
3222 |
+
msgstr "Wat is inbegrepen in WC Vendors Pro?"
|
3223 |
+
|
3224 |
+
#: classes/admin/views/html-admin-page-go-pro.php:101
|
3225 |
+
msgid "Features"
|
3226 |
+
msgstr "Kenmerken"
|
3227 |
+
|
3228 |
+
#: classes/admin/views/html-admin-page-go-pro.php:102
|
3229 |
+
msgid "WC Vendors Marketplace<br />FREE"
|
3230 |
+
msgstr "WC Verkopers Marktplaats<br />VRIJ"
|
3231 |
+
|
3232 |
+
#: classes/admin/views/html-admin-page-go-pro.php:103
|
3233 |
+
msgid "WC Vendors Pro <br />From $199/year"
|
3234 |
+
msgstr "WC Leveranciers Pro <br />Vanaf $199/jaar"
|
3235 |
+
|
3236 |
+
#: classes/admin/views/html-admin-page-go-pro.php:106
|
3237 |
+
msgid "Support"
|
3238 |
+
msgstr "Ondersteuning"
|
3239 |
+
|
3240 |
+
#: classes/admin/views/html-admin-page-go-pro.php:111
|
3241 |
+
msgid "Product Management"
|
3242 |
+
msgstr "Product Management"
|
3243 |
+
|
3244 |
+
#: classes/admin/views/html-admin-page-go-pro.php:112
|
3245 |
+
msgid "WordPress Admin"
|
3246 |
+
msgstr "Wordpress admin"
|
3247 |
+
|
3248 |
+
#: classes/admin/views/html-admin-page-go-pro.php:113
|
3249 |
+
msgid "Full Featured Frontend Dashboard"
|
3250 |
+
msgstr "Volledig uitgerust Frontend Dashboard"
|
3251 |
+
|
3252 |
+
#: classes/admin/views/html-admin-page-go-pro.php:116
|
3253 |
+
msgid "Order Management"
|
3254 |
+
msgstr "Bestellingsbeheer"
|
3255 |
+
|
3256 |
+
#: classes/admin/views/html-admin-page-go-pro.php:121
|
3257 |
+
msgid "Coupon Management"
|
3258 |
+
msgstr "Couponbeheer"
|
3259 |
+
|
3260 |
+
#: classes/admin/views/html-admin-page-go-pro.php:126
|
3261 |
+
msgid "Shipping Management"
|
3262 |
+
msgstr "Verzendbeheer"
|
3263 |
+
|
3264 |
+
#: classes/admin/views/html-admin-page-go-pro.php:131
|
3265 |
+
msgid "Shipping Tracking & Packing Slips<"
|
3266 |
+
msgstr "Tracking & Pakbonnen voor verzending <"
|
3267 |
+
|
3268 |
+
#: classes/admin/views/html-admin-page-go-pro.php:136
|
3269 |
+
msgid "Multiple Commission Types"
|
3270 |
+
msgstr "Meerdere Commissie Types"
|
3271 |
+
|
3272 |
+
#: classes/admin/views/html-admin-page-go-pro.php:141
|
3273 |
+
msgid "Store SEO"
|
3274 |
+
msgstr "Winkel SEO"
|
3275 |
+
|
3276 |
+
#: classes/admin/views/html-admin-page-go-pro.php:146
|
3277 |
+
msgid "Store Ratings"
|
3278 |
+
msgstr "Winkelbeoordelingen"
|
3279 |
+
|
3280 |
+
#: classes/admin/views/html-admin-page-go-pro.php:151
|
3281 |
+
msgid "Store Vacation"
|
3282 |
+
msgstr "Winkel Vakantie"
|
3283 |
+
|
3284 |
+
#: classes/admin/views/html-admin-page-go-pro.php:156
|
3285 |
+
msgid "Vendor Store Widgets"
|
3286 |
+
msgstr "Widgets voor leverancierswinkels"
|
3287 |
|
3288 |
+
#: classes/admin/views/html-admin-page-go-pro.php:161
|
3289 |
+
msgid "Vendor Verification"
|
3290 |
+
msgstr "Verificatie van de verkoper"
|
3291 |
+
|
3292 |
+
#: classes/admin/views/html-admin-page-go-pro.php:166
|
3293 |
+
msgid "Trusted Vendor"
|
3294 |
+
msgstr "Vertrouwde leverancier"
|
3295 |
+
|
3296 |
+
#: classes/admin/views/html-admin-page-go-pro.php:171
|
3297 |
+
msgid "Bookable Products"
|
3298 |
+
msgstr "Alle producten die gereserveerd kunnen worden:"
|
3299 |
+
|
3300 |
+
#: classes/admin/views/html-admin-page-go-pro.php:173,
|
3301 |
+
#: classes/admin/views/html-admin-page-go-pro.php:178,
|
3302 |
+
#: classes/admin/views/html-admin-page-go-pro.php:183
|
3303 |
+
msgid "Paid Add-on"
|
3304 |
+
msgstr "Betaalde add-on"
|
3305 |
+
|
3306 |
+
#: classes/admin/views/html-admin-page-go-pro.php:176
|
3307 |
+
msgid "Auction Products"
|
3308 |
+
msgstr "Veiling producten"
|
3309 |
+
|
3310 |
+
#: classes/admin/views/html-admin-page-go-pro.php:181
|
3311 |
+
msgid "Subscription Products"
|
3312 |
+
msgstr "Abonnement producten"
|
3313 |
+
|
3314 |
+
#: classes/admin/views/html-admin-page-go-pro.php:203
|
3315 |
+
msgid "What people are saying"
|
3316 |
+
msgstr "Wat mensen zeggen"
|
3317 |
+
|
3318 |
+
#: classes/admin/views/html-admin-page-go-pro.php:212
|
3319 |
msgid ""
|
3320 |
+
"Highly recommend for new marketplace websites! Their support is outstanding."
|
|
|
3321 |
msgstr ""
|
3322 |
+
"Zeer aan te bevelen voor nieuwe marktplaatswebsites! Hun steun is uitstekend."
|
3323 |
|
3324 |
+
#: classes/admin/views/html-admin-page-go-pro.php:215
|
3325 |
+
msgid "bcgearexchange"
|
3326 |
+
msgstr "bcgearexchange |"
|
3327 |
|
3328 |
+
#: classes/admin/views/html-admin-page-go-pro.php:221
|
3329 |
msgid ""
|
3330 |
+
"Great experience so far. Excellent support from Jamie – very helpful and to "
|
3331 |
+
"the point. Thank you!"
|
3332 |
msgstr ""
|
3333 |
+
"Geweldige ervaring tot nu toe. Uitstekende ondersteuning van Jamie - zeer "
|
3334 |
+
"behulpzaam en to the point. Bedankt!"
|
3335 |
|
3336 |
+
#: classes/admin/views/html-admin-page-go-pro.php:224
|
3337 |
+
msgid "sugarcactus"
|
3338 |
+
msgstr "sugarcactus |"
|
3339 |
|
3340 |
+
#: classes/admin/views/html-admin-page-go-pro.php:230
|
3341 |
msgid ""
|
3342 |
+
"WC Vendors Pro support staff have been FANTASTIC!! I have been so pleasantly "
|
3343 |
+
"surprised by the response times & valuable assistance. It’s wonderful that "
|
3344 |
+
"WC Vendors believes in providing exceptional customer service. Well done to "
|
3345 |
+
"WC Vendors & their support team, please keep up the great work :)!"
|
3346 |
+
msgstr ""
|
3347 |
+
"WC Vendors Pro ondersteunend personeel is FANTASTISCH geweest! ! Ik ben zo "
|
3348 |
+
"aangenaam verrast door de responstijden en waardevolle hulp. Het is geweldig "
|
3349 |
+
"dat WC Vendors gelooft in het bieden van uitzonderlijke klantenservice. Goed "
|
3350 |
+
"gedaan aan WC Vendors en hun ondersteuningsteam, ga alsjeblieft door met het "
|
3351 |
+
"geweldige werk :)!"
|
3352 |
+
|
3353 |
+
#: classes/admin/views/html-admin-page-go-pro.php:233
|
3354 |
+
msgid "Locate Australian"
|
3355 |
+
msgstr "Zoek Australisch"
|
3356 |
+
|
3357 |
+
#: classes/admin/views/html-admin-page-go-pro.php:239
|
3358 |
+
msgid ""
|
3359 |
+
"Great support! Jamie was fantastic. He helped us resolve our issue and even "
|
3360 |
+
"put together a script to help resolve the issue quickly! Thanks WC Vendors "
|
3361 |
+
"team!"
|
3362 |
msgstr ""
|
3363 |
+
"Geweldige ondersteuning! Jamie was fantastisch. Hij hielp ons ons probleem "
|
3364 |
+
"op te lossen en stelde zelfs een script samen om het probleem snel op te "
|
3365 |
+
"lossen! Bedankt WC Vendors team!"
|
3366 |
|
3367 |
+
#: classes/admin/views/html-admin-page-go-pro.php:242
|
3368 |
+
msgid "Cody Slingerland"
|
3369 |
+
msgstr "Cody Slingerland"
|
|
|
|
|
3370 |
|
3371 |
+
#: classes/admin/views/html-admin-page-go-pro.php:264
|
3372 |
+
msgid "Are you ready?"
|
3373 |
+
msgstr "Ben je er klaar voor?"
|
3374 |
+
|
3375 |
+
#: classes/admin/views/html-admin-page-go-pro.php:265
|
3376 |
msgid ""
|
3377 |
+
"WC Vendors Pro will take your marketplace to the next level all while saving "
|
3378 |
+
"you time and money. "
|
3379 |
msgstr ""
|
3380 |
+
"WC Vendors Pro tilt uw marktplaats naar een hoger niveau en bespaart u tijd "
|
3381 |
+
"en geld. "
|
3382 |
+
|
3383 |
+
#: classes/admin/views/html-admin-settings.php:43,
|
3384 |
+
#: classes/admin/views/html-admin-settings.php:43
|
3385 |
+
msgid "Save changes"
|
3386 |
+
msgstr "Wijzigingen opslaan"
|
3387 |
|
3388 |
+
#: classes/admin/views/html-vendor-meta.php:15
|
3389 |
msgid "Enable HTML for the shop description"
|
3390 |
msgstr "Activeer HTML in shop beschrijving"
|
3391 |
|
3392 |
+
#: classes/admin/views/html-vendor-meta.php:40
|
3393 |
msgid "PayPal E-mail"
|
3394 |
msgstr "IBAN"
|
3395 |
|
3396 |
+
#: classes/admin/views/html-vendor-meta.php:108
|
3397 |
msgid "Commission rate"
|
3398 |
msgstr "Commissie tarief"
|
3399 |
|
3400 |
+
#: classes/admin/views/html-vendor-meta.php:124
|
3401 |
msgid "Give Tax"
|
3402 |
msgstr "Geef belasting"
|
3403 |
|
3404 |
+
#: classes/admin/views/html-vendor-meta.php:129
|
|
|
|
|
3405 |
msgid "Tax override for %s"
|
3406 |
+
msgstr "Belastingoverschrijving voor %s"
|
3407 |
|
3408 |
+
#: classes/admin/views/html-vendor-meta.php:141
|
3409 |
msgid "Give Shipping"
|
3410 |
msgstr "Geef verzendkosten"
|
3411 |
|
3412 |
+
#: classes/admin/views/html-vendor-meta.php:146
|
|
|
|
|
3413 |
msgid "Shipping override for %s"
|
3414 |
+
msgstr "Verzendkosten overschrijven voor %s"
|
3415 |
|
3416 |
+
#: classes/admin/views/html-vendor-meta.php:158,
|
3417 |
+
#: classes/admin/views/html-vendor-settings-page.php:130,
|
3418 |
+
#: templates/dashboard/settings/seller-info.php:20
|
3419 |
msgid "Seller info"
|
3420 |
msgstr "Verkoper info"
|
3421 |
|
3422 |
+
#: classes/admin/views/html-vendor-meta.php:169
|
3423 |
msgid "Shop description"
|
3424 |
msgstr "Winkelbeschrijving"
|
3425 |
|
3426 |
+
#: classes/admin/views/html-vendor-settings-page.php:13,
|
3427 |
+
#: templates/dashboard/settings/paypal-email-form.php:18
|
3428 |
msgid "PayPal Address"
|
3429 |
msgstr "IBAN/Rekeningnummer"
|
3430 |
|
3431 |
+
#: classes/admin/views/html-vendor-settings-page.php:21
|
|
|
|
|
3432 |
msgid "Your PayPal address can be used to send you your commission."
|
3433 |
+
msgstr "Uw PayPal-adres kan worden gebruikt om u uw commissie te sturen."
|
3434 |
|
3435 |
+
#: classes/admin/views/html-vendor-settings-page.php:113,
|
3436 |
+
#: templates/dashboard/settings/shop-name.php:18
|
3437 |
msgid "Shop Name"
|
3438 |
+
msgstr "Naam winkel"
|
3439 |
|
3440 |
+
#: classes/admin/views/html-vendor-settings-page.php:120,
|
3441 |
+
#: templates/dashboard/settings/shop-name.php:19
|
3442 |
msgid "Your shop name is public and must be unique."
|
3443 |
msgstr "Je winkelnaam is openbaar en dient uniek te zijn."
|
3444 |
|
3445 |
+
#: classes/admin/views/html-vendor-settings-page.php:149,
|
3446 |
+
#: templates/dashboard/settings/seller-info.php:21
|
3447 |
msgid "This is displayed on each of your products."
|
3448 |
msgstr "Dit wordt weergegeven bij elk van je producten."
|
3449 |
|
3450 |
+
#: classes/admin/views/html-vendor-settings-page.php:180,
|
3451 |
#: templates/dashboard/settings/shop-description.php:19
|
|
|
|
|
|
|
|
|
|
|
3452 |
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
3453 |
msgstr "Dit wordt weergegeven op je winkelpagina."
|
3454 |
|
3455 |
+
#: classes/admin/views/html-vendor-settings-page.php:193
|
3456 |
msgid "Save Shop Settings"
|
3457 |
msgstr "Sla winkel instellingen op"
|
3458 |
|
3459 |
+
#: classes/front/account/class-wc-account-links.php:57
|
3460 |
+
msgid "%s %s"
|
3461 |
+
msgstr "%s %s"
|
3462 |
+
|
3463 |
+
#: classes/front/account/class-wc-account-links.php:103
|
3464 |
msgid "You are already an approved vendor, no need to apply"
|
3465 |
msgstr ""
|
3466 |
+
"U bent al een goedgekeurde leverancier, u hoeft geen aanvraag in te dienen"
|
3467 |
|
3468 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:78
|
3469 |
msgid "Order marked shipped."
|
3470 |
msgstr "Order gemarkeerd als verzonden."
|
3471 |
|
3472 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:111,
|
3473 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:112
|
|
|
|
|
|
|
|
|
|
|
|
|
3474 |
msgid "Tracking number"
|
3475 |
msgstr "Tracking nummer"
|
3476 |
|
3477 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:114
|
3478 |
msgid "Success. Your tracking number has been updated."
|
3479 |
msgstr "Succes. Je tracking nummer is geüpdatet."
|
3480 |
|
3481 |
+
#: classes/front/orders/class-export-csv.php:18
|
3482 |
msgid "Item Meta"
|
3483 |
+
msgstr "Item Meta"
|
3484 |
|
3485 |
#: classes/front/orders/class-orders.php:59,
|
3486 |
+
#: classes/front/orders/class-orders.php:127
|
|
|
|
|
|
|
|
|
3487 |
msgid ""
|
3488 |
"You haven't selected a product's orders to view! Please go back to the %s "
|
3489 |
"Dashboard and click Show Orders on the product you'd like to view."
|
3490 |
msgstr ""
|
3491 |
+
"U heeft de bestellingen van een product niet geselecteerd om te bekijken! Ga "
|
3492 |
+
"terug naar het %s Dashboard en klik op Bestellingen weergeven bij het "
|
3493 |
+
"product dat u wilt bekijken."
|
3494 |
|
3495 |
#: classes/front/orders/class-orders.php:82,
|
3496 |
+
#: classes/front/orders/class-orders.php:150
|
3497 |
msgid "No orders."
|
3498 |
msgstr "Geen orders."
|
3499 |
|
3500 |
+
#: classes/front/orders/class-orders.php:212
|
3501 |
msgid "Product Title"
|
3502 |
msgstr "Product Titel"
|
3503 |
|
3504 |
+
#: classes/front/orders/class-orders.php:213
|
3505 |
msgid "Full name"
|
3506 |
+
msgstr "Naam"
|
3507 |
|
3508 |
+
#: classes/front/orders/class-orders.php:214
|
3509 |
msgid "Address"
|
3510 |
msgstr "Adres"
|
3511 |
|
3512 |
+
#: classes/front/orders/class-orders.php:215
|
3513 |
msgid "City"
|
3514 |
msgstr "Stad"
|
3515 |
|
3516 |
+
#: classes/front/orders/class-orders.php:216
|
3517 |
msgid "State"
|
3518 |
msgstr "Staat/provincie"
|
3519 |
|
3520 |
+
#: classes/front/orders/class-orders.php:217
|
3521 |
msgid "Zip"
|
3522 |
msgstr "Zip"
|
3523 |
|
3524 |
+
#: classes/front/orders/class-orders.php:218,
|
3525 |
+
#: classes/admin/views/setup/ready.php:32
|
3526 |
msgid "Email address"
|
3527 |
msgstr "Email adres"
|
3528 |
|
3529 |
+
#: classes/front/orders/class-submit-comment.php:46
|
3530 |
msgid "You've left the comment field empty!"
|
3531 |
msgstr "Je het het opmerkingen veld leeg gelaten!"
|
3532 |
|
3533 |
+
#: classes/front/orders/class-submit-comment.php:68
|
3534 |
msgid "Success. The customer has been notified of your comment."
|
3535 |
msgstr "Succes. Je opmerking is bekend gemaakt aan de klant."
|
3536 |
|
3537 |
+
#: classes/front/signup/class-vendor-signup.php:83
|
3538 |
msgid "ERROR"
|
3539 |
+
msgstr "FOUT"
|
3540 |
|
3541 |
+
#: classes/front/signup/class-vendor-signup.php:83,
|
3542 |
+
#: classes/front/signup/views/html-vendor-signup.php:57
|
|
|
|
|
3543 |
msgid "Please agree to the terms and conditions"
|
3544 |
+
msgstr "Ga akkoord met de algemene voorwaarden"
|
|
|
|
|
3545 |
|
3546 |
+
#: classes/front/signup/class-vendor-signup.php:103
|
3547 |
+
msgid "Your application has been submitted."
|
3548 |
+
msgstr "Je aanvraag is ingediend."
|
3549 |
|
3550 |
#: classes/front/signup/class-vendor-signup.php:101
|
3551 |
+
msgid "Application denied. You are an administrator."
|
3552 |
+
msgstr "Aanvraag geweigerd. Je bent een beheerder."
|
3553 |
|
3554 |
+
#: classes/front/signup/class-vendor-signup.php:150,
|
3555 |
+
#: classes/front/signup/class-vendor-signup.php:192,
|
3556 |
+
#: classes/front/signup/class-vendor-signup.php:204
|
3557 |
msgid "You must accept the terms and conditions to become a vendor."
|
3558 |
msgstr ""
|
3559 |
"Je moet de algemene verkoopvoorwaarden accepteren om een verkoper te worden."
|
3560 |
|
3561 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:47
|
3562 |
+
msgid "PayPal Adaptive Payments - deprecated do not use"
|
3563 |
+
msgstr "PayPal Adaptieve betalingen - afgeschaft niet gebruiken"
|
3564 |
+
|
3565 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:123
|
3566 |
msgid ""
|
3567 |
"Something went wrong. Response from PayPal invalidated this order. Status: "
|
3568 |
"%s."
|
3569 |
msgstr ""
|
3570 |
+
"Er ging iets mis. De reactie van PayPal ontkracht deze bestelling. Status: "
|
3571 |
+
"%s."
|
3572 |
|
3573 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:128
|
3574 |
msgid "IPN payment completed"
|
3575 |
+
msgstr "Betaling ontvangen"
|
3576 |
|
3577 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:150
|
3578 |
msgid "Enable PayPal Adaptive Payments"
|
3579 |
+
msgstr "Schakel PayPal Adaptive Payments in"
|
3580 |
|
3581 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:156
|
3582 |
msgid "Method Title"
|
3583 |
+
msgstr "Methode Titel"
|
3584 |
|
3585 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:157,
|
3586 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:70
|
3587 |
msgid "This controls the title which the user sees during checkout."
|
3588 |
+
msgstr "Dit bepaalt de titel die de gebruiker ziet tijdens het betalen."
|
3589 |
|
3590 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:158
|
3591 |
msgid "PayPal"
|
3592 |
msgstr "IBAN"
|
3593 |
|
3594 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:163,
|
3595 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:75
|
3596 |
msgid "Description"
|
3597 |
msgstr "Beschrijving"
|
3598 |
|
3599 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:164
|
3600 |
msgid "This controls the description which the user sees during checkout."
|
3601 |
+
msgstr "Dit bepaalt de beschrijving die de gebruiker ziet bij het betalen."
|
3602 |
|
3603 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:165
|
3604 |
msgid "Pay via PayPal!"
|
3605 |
+
msgstr "Betaal via PyPal!"
|
3606 |
|
3607 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:176
|
3608 |
msgid "Live Credentials"
|
3609 |
+
msgstr "Live Credentials"
|
3610 |
|
3611 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:178
|
3612 |
msgid ""
|
3613 |
"You must have an <a href=\"%s\">Application ID</a> to process live "
|
3614 |
"transactions. You do not need one for testing in Sandbox mode."
|
3615 |
msgstr ""
|
3616 |
+
"U moet een <a href=\"%s\">Applictation-ID</a> hebben om live transacties te "
|
3617 |
+
"verwerken. U heeft er geen nodig voor het testen in de sandbox-modus."
|
3618 |
|
3619 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:184,
|
3620 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:218
|
3621 |
msgid "The email address main payments should go to."
|
3622 |
+
msgstr "Het e-mailadres waar de hoofdbetalingen naartoe moeten gaan."
|
3623 |
|
3624 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:189,
|
3625 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:223
|
3626 |
msgid "API Username"
|
3627 |
+
msgstr "API gebruikersnaam"
|
3628 |
|
3629 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:194,
|
3630 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:228
|
3631 |
msgid "API Password"
|
3632 |
+
msgstr "API Wachtwoord"
|
3633 |
|
3634 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:199,
|
3635 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:233
|
3636 |
msgid "API Signature"
|
3637 |
+
msgstr "API Handtekening"
|
3638 |
|
3639 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:204
|
3640 |
msgid "Application ID"
|
3641 |
+
msgstr "Applicatie-ID"
|
3642 |
|
3643 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:206
|
3644 |
msgid "Only required when doing live transactions."
|
3645 |
+
msgstr "Alleen vereist bij het uitvoeren van live transacties."
|
3646 |
|
3647 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:210
|
3648 |
msgid "Sandbox Credentials"
|
3649 |
+
msgstr "Sandbox Credentials"
|
3650 |
|
3651 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:212
|
3652 |
msgid ""
|
3653 |
"You can signup for a sandbox developer account <a href=\"%s\">here</a>. You "
|
3654 |
"need a developer account if you want to enable Sandbox mode for testing."
|
3655 |
msgstr ""
|
3656 |
+
"U kunt <a href=\"%s\">hier</a> inschrijven voor een sandbox-developer-"
|
3657 |
+
"account. U hebt een developer-account nodig als u de sandbox-modus in wilt "
|
3658 |
+
"schakelen voor testen."
|
3659 |
|
3660 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:244
|
3661 |
msgid "Misc. Settings"
|
3662 |
+
msgstr "Diverse instellingen"
|
3663 |
|
3664 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:249
|
3665 |
msgid "Enable PayPal Sandbox mode"
|
3666 |
+
msgstr "PayPal Sandbox modus inschakelen"
|
3667 |
|
3668 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:255
|
3669 |
msgid "Enable logging"
|
3670 |
+
msgstr "Logging inschakelen"
|
3671 |
|
3672 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:273
|
3673 |
msgid ""
|
3674 |
"The PayPal Adaptive Payments gateway can instantly pay your vendors their "
|
3675 |
"due commission (if enabled). Also used to mass pay vendors on a schedule / "
|
3676 |
"manual method (if enabled)."
|
3677 |
msgstr ""
|
3678 |
+
"De PayPal Adaptive Payments gateway kan uw vendors hun verschuldigde "
|
3679 |
+
"commissie direct betalen (indien ingeschakeld). Ook gebruikt om de vendors "
|
3680 |
+
"in massa te bealen op een schema / handmatige methode (indien ingeschakeld)."
|
3681 |
|
3682 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:274
|
3683 |
msgid ""
|
3684 |
"Please Note: PayPal has deprecated Adaptive Payments. This will soon cease "
|
3685 |
"to function."
|
3686 |
msgstr ""
|
3687 |
+
"Let op: PayPal heeft Adaptive Payments afgeschaft. Dit zal binnenkort "
|
3688 |
+
"ophouden te functioneren."
|
3689 |
|
3690 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:285
|
3691 |
msgid "Gateway Disabled"
|
3692 |
+
msgstr "Betaalmethode uitgeschakeld"
|
3693 |
|
3694 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:285
|
3695 |
msgid "%s does not support your store currency."
|
3696 |
+
msgstr "%s ondersteunt uw winkelvaluta niet."
|
3697 |
|
3698 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:394,
|
3699 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:510,
|
3700 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:156
|
3701 |
msgid "Error: %s"
|
3702 |
+
msgstr "Fout: %s"
|
3703 |
|
3704 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:403,
|
3705 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:404
|
3706 |
msgid "Error ID: %s. %s"
|
3707 |
+
msgstr "Fout-id: %s. %s"
|
3708 |
|
3709 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:518,
|
3710 |
+
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:519
|
3711 |
msgid "Error ID: %d. %s"
|
3712 |
+
msgstr "Fout-id: %d. %s"
|
3713 |
|
3714 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:118
|
3715 |
msgid "No vendors found to pay. Maybe they haven't set a PayPal address?"
|
3716 |
msgstr ""
|
3717 |
+
"Geen verkopers gevonden om te betalen. Misschien hebben ze geen PayPal adres "
|
3718 |
+
"ingesteld?"
|
|
|
|
|
3719 |
|
3720 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:176
|
3721 |
msgid ""
|
3723 |
"profiles due to an internal error. Commission will still be listed as due. "
|
3724 |
"Please manually mark the commission as paid from the Commissions page."
|
3725 |
msgstr ""
|
3726 |
+
"Alle verschuldigde commissie is betaald, maar ik kon het niet uit hun "
|
3727 |
+
"profielen verwijderen vanwege een interne fout. De Commissie zal nog steeds "
|
3728 |
+
"als verschuldigd worden vermeld. Markeer de commissie handmatig als betaald "
|
3729 |
+
"op de pagina Commissies."
|
3730 |
+
|
3731 |
+
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:170
|
3732 |
+
msgid "All due commission has been paid for. "
|
3733 |
+
msgstr "Alle verschuldigde provisie is betaald. "
|
3734 |
|
3735 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:210
|
3736 |
msgid "WooCommerce: Mass payments for vendors update"
|
3737 |
+
msgstr "WooCommerce: update voor massabetalingen voor leveranciers"
|
3738 |
|
3739 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:212
|
3740 |
msgid ""
|
3741 |
"Hello! A payment was just triggered to mass pay all vendors their due "
|
3742 |
"commission."
|
3743 |
msgstr ""
|
3744 |
+
"Hallo! Er werd net een betaling geactiveerd om alle leveranciers massaal hun "
|
3745 |
+
"verschuldigde commissie te betalen."
|
3746 |
|
3747 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:213
|
3748 |
msgid "Payment status: %s."
|
3749 |
+
msgstr "Betalingsstatus: %s."
|
3750 |
|
3751 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:214
|
3752 |
msgid "Payment message: %s."
|
3753 |
+
msgstr "Betalingsbericht: %s."
|
3754 |
|
3755 |
#: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:217
|
3756 |
msgid "Payment total: %s."
|
3757 |
+
msgstr "Betaling totaal: %s."
|
3758 |
|
3759 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:35,
|
3760 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:71
|
3761 |
msgid "WC Vendors Test Gateway"
|
3762 |
+
msgstr "WC Vendors Test Gateway"
|
3763 |
|
3764 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:36
|
3765 |
msgid ""
|
3768 |
"problems with this - you should use this gateway for all of your non-PayPal "
|
3769 |
"testing."
|
3770 |
msgstr ""
|
3771 |
+
"Deze betaalpoort stelt bestellingen in te verwerken bij ontvangst om u in "
|
3772 |
+
"staat te stellen transacties in uw winkel te testen. Sommige in WooCommerce "
|
3773 |
+
"opgenomen betalingsmogelijkheden hebben problemen met dit - u moet deze "
|
3774 |
+
"betaalpoort gebruiken voor al uw niet-PayPal-testen."
|
3775 |
|
3776 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:64
|
3777 |
msgid "Enable WC Vendors Test Gateway Payment"
|
3778 |
+
msgstr "Schakel WC Vendors Test Gateway betaling in"
|
3779 |
|
3780 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:68
|
3781 |
msgid "Title"
|
3783 |
|
3784 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:77
|
3785 |
msgid "Payment method description that the customer will see on your checkout."
|
3786 |
+
msgstr "Omschrijving van de betaalmethode die de klant ziet bij het afrekenen."
|
3787 |
|
3788 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:78
|
3789 |
msgid ""
|
3791 |
"transactions. <a href=\"http://www.wcvendors.com/\" target=\"top\">Click "
|
3792 |
"here to visit WCVendors.com</a>."
|
3793 |
msgstr ""
|
3794 |
+
"Dit is een test gateway-- moet niet worden gebruikt op live-sites voor live "
|
3795 |
+
"transacties. <a href=\"http://www.wcvendors.com/\" target=\"top\">Klik hier "
|
3796 |
+
"om WCVendors.com te bezoeken</a>."
|
3797 |
|
3798 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:82
|
3799 |
msgid "Instructions"
|
3805 |
"be sent an email as long as you have the Notify Vendors email enabled under "
|
3806 |
"WooCommerce--Settings--Emails."
|
3807 |
msgstr ""
|
3808 |
+
"Succesvol! Uw testbestelling is nu gemarkeerd als in verwerking en "
|
3809 |
+
"eventuele vendors zal een e-mail worden verzonden, als u de kennisgeving "
|
3810 |
+
"Vendors e-mail hebt ingeschakeld onder WooCommerce--instellingen--E-mails."
|
3811 |
|
3812 |
#: classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:127
|
3813 |
msgid "Test gateway transation complete. Order processing."
|
3814 |
+
msgstr "Test gateway-overdracht voltooid. Orderverwerking."
|
3815 |
|
3816 |
+
#: templates/dashboard/settings/paypal-email-form.php:19
|
|
|
|
|
3817 |
msgid "Your PayPal address can be used to manually send you your commission."
|
3818 |
+
msgstr ""
|
3819 |
+
"Uw PayPal-adres kan worden gebruikt om u handmatig uw commissie te sturen."
|
3820 |
|
3821 |
+
#: templates/dashboard/settings/settings.php:46
|
3822 |
msgid "Bank Details"
|
3823 |
+
msgstr "Bankgegevens"
|
3824 |
|
3825 |
+
#: templates/dashboard/settings/settings.php:49
|
3826 |
msgid "Account Name"
|
3827 |
+
msgstr "Accountnaam"
|
3828 |
|
3829 |
+
#: templates/dashboard/settings/settings.php:54
|
3830 |
msgid "Account Number"
|
3831 |
+
msgstr "Rekeningnummer"
|
3832 |
|
3833 |
+
#: templates/dashboard/settings/settings.php:78
|
3834 |
msgid "BIC / Swift"
|
3835 |
+
msgstr "BIC / Swift"
|
3836 |
|
3837 |
+
#: templates/dashboard/settings/settings.php:125
|
3838 |
msgid "Save"
|
3839 |
msgstr "Opslaan"
|
3840 |
|
3841 |
+
#: templates/emails/plain/admin-notify-application.php:22
|
3842 |
+
msgid "You can approve or deny the application at the following link %s"
|
3843 |
+
msgstr "U kunt de aanvraag goedkeuren of weigeren via de volgende link %s"
|
3844 |
+
|
3845 |
+
#: templates/emails/plain/admin-notify-approved.php:20
|
3846 |
+
msgid "Approved username: %s"
|
3847 |
+
msgstr "Goedgekeurde gebruikersnaam: %s"
|
3848 |
+
|
3849 |
+
#: templates/emails/plain/vendor-notify-cancelled-order.php:19
|
3850 |
+
msgid "Your order has been cancelled."
|
3851 |
+
msgstr "Uw bestelling is geannuleerd."
|
3852 |
+
|
3853 |
+
#: templates/emails/plain/vendor-notify-order.php:18
|
3854 |
msgid "You have received an order from %s."
|
3855 |
+
msgstr "Je hebt een bestelling ontvangen van %s."
|
3856 |
|
3857 |
#. translators: %s: Order ID.
|
3858 |
+
#: templates/emails/plain/vendor-order-details.php:19
|
3859 |
msgid "Order number: %s"
|
3860 |
+
msgstr "Bestelnummer: %s"
|
3861 |
|
3862 |
#: templates/orders/comments/add-new-comment.php:27
|
3863 |
msgid "Add comment"
|
3873 |
|
3874 |
#: templates/orders/customer-note/customer-note.php:24
|
3875 |
msgid "No customer note."
|
3876 |
+
msgstr "Geen klant notitie."
|
3877 |
+
|
3878 |
+
#: templates/orders/shipping/shipping-form.php:23
|
3879 |
+
msgid "Provider:"
|
3880 |
+
msgstr "Pakketdienst:"
|
3881 |
+
|
3882 |
+
#: templates/orders/shipping/shipping-form.php:25
|
3883 |
+
msgid "Custom Provider"
|
3884 |
+
msgstr "Verzonden via"
|
3885 |
+
|
3886 |
+
#: templates/orders/shipping/shipping-form.php:51
|
3887 |
+
msgid "Provider Name:"
|
3888 |
+
msgstr "Verzenden via:"
|
3889 |
+
|
3890 |
+
#: templates/orders/shipping/shipping-form.php:62
|
3891 |
+
msgid "Tracking number:"
|
3892 |
+
msgstr "Track & Trace:"
|
3893 |
+
|
3894 |
+
#: templates/orders/shipping/shipping-form.php:72
|
3895 |
+
msgid "Tracking link:"
|
3896 |
+
msgstr "Tracking-link:"
|
3897 |
|
3898 |
+
#: templates/orders/shipping/shipping-form.php:84
|
3899 |
+
msgid "Date shipped:"
|
3900 |
+
msgstr "Verzonden op:"
|
3901 |
+
|
3902 |
+
#: templates/orders/shipping/shipping-form.php:93
|
3903 |
+
msgid "Preview:"
|
3904 |
+
msgstr "Voorbeeld:"
|
3905 |
+
|
3906 |
+
#: templates/orders/shipping/shipping-form.php:93
|
3907 |
+
msgid "Click here to track your shipment"
|
3908 |
+
msgstr "Klik hier om je zending te volgen"
|
3909 |
+
|
3910 |
+
#: templates/orders/shipping/shipping-form.php:102
|
3911 |
msgid "Update tracking number"
|
3912 |
msgstr "Tracking nummer updaten"
|
3913 |
|
3914 |
+
#: templates/orders/shipping/shipping-form.php:104
|
3915 |
msgid "Mark as shipped"
|
3916 |
msgstr "Markeren als verzonden"
|
3917 |
|
3918 |
+
#: classes/admin/views/notices/html-notice-custom.php:13,
|
3919 |
+
#: classes/admin/views/notices/html-notice-template-check.php:14,
|
3920 |
+
#: classes/admin/views/notices/html-notice-updated.php:13
|
3921 |
msgid "Dismiss"
|
3922 |
+
msgstr "Afwijzen"
|
3923 |
|
3924 |
#: classes/admin/views/notices/html-notice-install.php:12
|
3925 |
msgid ""
|
3926 |
"<strong>Welcome to WC Vendors</strong> – You‘re almost ready to "
|
3927 |
"start your marketplace"
|
3928 |
msgstr ""
|
3929 |
+
"<strong>Welkom bij WC Vendors</strong> - U bent bijna klaar om uw "
|
3930 |
+
"marktplaats te starten"
|
3931 |
|
3932 |
+
#: classes/admin/views/notices/html-notice-install.php:14
|
3933 |
msgid "Run the Setup Wizard"
|
3934 |
+
msgstr "Installatiewizard uitvoeren"
|
3935 |
|
3936 |
+
#: classes/admin/views/notices/html-notice-install.php:16
|
3937 |
msgid "Skip setup"
|
3938 |
+
msgstr "Sla setup ov"
|
3939 |
|
3940 |
+
#: classes/admin/views/notices/html-notice-template-check.php:16
|
3941 |
msgid ""
|
3942 |
"<strong>Your theme (%1$s) contains outdated copies of some WC Vendors "
|
3943 |
"template files.</strong> These files may need updating to ensure they are "
|
3945 |
"are affected from the <a href=\"%2$s\">system status page</a>. If in doubt, "
|
3946 |
"check with the author of the theme."
|
3947 |
msgstr ""
|
3948 |
+
"<strong>Uw thema (%1$s) bevat verouderde kopieën van sommige "
|
3949 |
+
"sjabloonbestanden van WC Vendors.</strong> Deze bestanden moeten mogelijk "
|
3950 |
+
"worden bijgewerkt om ervoor te zorgen dat ze compatibel zijn met de huidige "
|
3951 |
+
"versie van WC Vendors. U kunt zien welke bestanden worden beïnvloed op de <a "
|
3952 |
+
"href=\"%2$s\">systeemstatuspagina</a>. Neem bij twijfel contact op met de "
|
3953 |
+
"auteur van het thema."
|
3954 |
|
3955 |
+
#: classes/admin/views/notices/html-notice-template-check.php:19
|
3956 |
msgid "Learn more about templates"
|
3957 |
+
msgstr "Meer informatie over templates"
|
3958 |
|
3959 |
#: classes/admin/views/notices/html-notice-update.php:12
|
3960 |
msgid ""
|
3961 |
"<strong>WC Vendors Update Required.</strong> – We need to upgrade your "
|
3962 |
"configuration to the latest version."
|
3963 |
msgstr ""
|
3964 |
+
"<strong>WC Vendors Update vereist.</strong> - We moeten uw configuratie "
|
3965 |
+
"upgraden naar de nieuwste versie."
|
3966 |
|
3967 |
+
#: classes/admin/views/notices/html-notice-update.php:15
|
3968 |
msgid "Run the update"
|
3969 |
+
msgstr "Voer de update uit"
|
3970 |
|
3971 |
+
#: classes/admin/views/notices/html-notice-update.php:19
|
3972 |
msgid ""
|
3973 |
"It is strongly recommended that you backup your database before proceeding. "
|
3974 |
"Are you sure you wish to run the updater now?"
|
3975 |
msgstr ""
|
3976 |
+
"Het wordt sterk aangeraden om eerst een database back-up te maken voordat je "
|
3977 |
+
"verder gaat. Weet je zeker dat je nu wilt bijwerken?"
|
3978 |
|
3979 |
+
#: classes/admin/views/notices/html-notice-updated.php:14
|
3980 |
msgid ""
|
3981 |
"WC Vendors data update complete. Thank you for updating to the latest "
|
3982 |
"version!"
|
3983 |
msgstr ""
|
3984 |
+
"Wc-leveranciers gegevensupdate voltooid. Bedankt voor het updaten naar de "
|
3985 |
+
"nieuwste versie!"
|
3986 |
|
3987 |
#: classes/admin/views/notices/html-notice-updating.php:12
|
3988 |
msgid "WC Vendors data update"
|
3989 |
+
msgstr "WC Vendors gegevens bijwerken"
|
3990 |
|
3991 |
+
#: classes/admin/views/notices/html-notice-updating.php:13
|
3992 |
msgid "Your database is being updated in the background. "
|
3993 |
+
msgstr "Je database wordt op de achtergrond bijgewerkt. "
|
3994 |
|
3995 |
+
#: classes/admin/views/notices/html-notice-updating.php:14
|
3996 |
msgid "Taking a while? Click here to run it now."
|
3997 |
+
msgstr "Duurt het te lang? Klik hier om gelijk uit te voeren."
|
3998 |
|
3999 |
#: classes/admin/views/setup/capabilities.php:14
|
4000 |
msgid "Enable and disable capabilites of the %s"
|
4001 |
+
msgstr "Capabilites van de %s in- en uitschakelen"
|
4002 |
|
4003 |
#: classes/admin/views/setup/capabilities.php:51
|
4004 |
msgid "Allow %s to publish products without requiring approval."
|
4005 |
+
msgstr "Sta %s toe om producten te publiceren zonder goedkeuring te vereisen."
|
4006 |
|
4007 |
#: classes/admin/views/setup/capabilities.php:132,
|
4008 |
+
#: classes/admin/views/setup/capabilities.php:133,
|
4009 |
+
#: classes/admin/views/setup/general.php:99,
|
4010 |
+
#: classes/admin/views/setup/general.php:100,
|
4011 |
+
#: classes/admin/views/setup/pages.php:88,
|
4012 |
+
#: classes/admin/views/setup/pages.php:89
|
4013 |
msgid "Next"
|
4014 |
+
msgstr "Volgende"
|
4015 |
|
4016 |
+
#: classes/admin/views/setup/footer.php:20
|
4017 |
+
msgid "Skip this step"
|
4018 |
+
msgstr "Sla deze stap over"
|
4019 |
|
4020 |
+
#: classes/admin/views/setup/footer.php:17
|
|
|
|
|
4021 |
msgid "Return to your dashboard"
|
4022 |
+
msgstr "Terug naar uw dashboard"
|
4023 |
|
4024 |
+
#: classes/admin/views/setup/footer.php:14
|
4025 |
+
msgid "Exit Wizard"
|
4026 |
+
msgstr "Wizard afsluiten"
|
4027 |
|
4028 |
#: classes/admin/views/setup/general.php:14
|
4029 |
msgid ""
|
4030 |
"The following wizard will help you configure your marketplace and get your "
|
4031 |
"vendors onboard quickly."
|
4032 |
msgstr ""
|
4033 |
+
"De volgende wizard helpt u bij het configureren van uw marktplaats en het "
|
4034 |
+
"snel onboarden van uw leveranciers."
|
4035 |
|
4036 |
#: classes/admin/views/setup/general.php:38
|
4037 |
msgid "Manually approve %s applications"
|
4038 |
+
msgstr "Handmatig %s toepassingen goedkeuren"
|
4039 |
|
4040 |
#: classes/admin/views/setup/general.php:51
|
4041 |
msgid "Give any taxes to %s"
|
4042 |
+
msgstr "Geef eventuele belastingen aan %s"
|
4043 |
|
4044 |
+
#: classes/admin/views/setup/general.php:65
|
|
|
|
|
4045 |
msgid "Give any shipping to %s"
|
4046 |
+
msgstr "Geef verzendkosten aan %s"
|
4047 |
|
4048 |
+
#: classes/admin/views/setup/general.php:83
|
4049 |
msgid ""
|
4050 |
"Commissions are calculated per product. The commission rate can be set "
|
4051 |
"globally, at a vendor level or at a product level."
|
4052 |
msgstr ""
|
4053 |
+
"Commissies worden berekend per product. Het commissietarief kan wereldwijd "
|
4054 |
+
"worden ingesteld, op leveranciersniveau of op productniveau."
|
4055 |
|
4056 |
+
#: classes/admin/views/setup/general.php:88
|
|
|
|
|
4057 |
msgid "Global Commission Rate %"
|
4058 |
+
msgstr "Globaal commissietarief %"
|
4059 |
|
4060 |
#: classes/admin/views/setup/header.php:16
|
4061 |
msgid "WC Vendors › Setup Wizard"
|
4062 |
+
msgstr "WC Vendors Pro › Installatiewizard"
|
4063 |
|
4064 |
#: classes/admin/views/setup/pages.php:14
|
4065 |
msgid "Select the pages for relevant frontend features for %s"
|
4066 |
+
msgstr "Selecteer de pagina's voor relevante frontendfuncties voor %s"
|
4067 |
|
4068 |
#: classes/admin/views/setup/pages.php:25
|
|
|
|
|
4069 |
msgid "%s Dashboard"
|
4070 |
+
msgstr "%s Dashboard"
|
4071 |
|
4072 |
#: classes/admin/views/setup/pages.php:34
|
4073 |
msgid ""
|
4074 |
"This page should contain the following shortcode. "
|
4075 |
"<code>[wcv_vendor_dashboard]</code>"
|
4076 |
msgstr ""
|
4077 |
+
"Deze pagina moet de volgende shortcode bevatten. "
|
4078 |
+
"<code>[wcv_vendor_dashboard]</code>"
|
4079 |
|
4080 |
#: classes/admin/views/setup/pages.php:38
|
|
|
|
|
4081 |
msgid "%s Shop Settings"
|
4082 |
+
msgstr "%s Winkelinstellingen"
|
4083 |
|
4084 |
#: classes/admin/views/setup/pages.php:45
|
4085 |
msgid ""
|
4086 |
"This page should contain the following shortcode. <code>[wcv_shop_settings]</"
|
4087 |
"code>"
|
4088 |
msgstr ""
|
4089 |
+
"Deze pagina moet de volgende shortcode bevatten. <code>[wcv_shop_settings]</"
|
4090 |
+
"code>"
|
4091 |
|
4092 |
#: classes/admin/views/setup/pages.php:49
|
4093 |
msgid "Orders Page"
|
4094 |
+
msgstr "Bestelpagina"
|
4095 |
|
4096 |
+
#: classes/admin/views/setup/pages.php:57
|
4097 |
msgid ""
|
4098 |
"This page should contain the following shortcode. <code>[wcv_orders]</code>"
|
4099 |
msgstr ""
|
4100 |
+
"Deze pagina moet de volgende shortcode bevatten. <code>[wcv_orders]</code>"
|
4101 |
|
4102 |
+
#: classes/admin/views/setup/pages.php:61
|
4103 |
msgid "%s List Page"
|
4104 |
+
msgstr "%s lijstpagina"
|
4105 |
|
4106 |
+
#: classes/admin/views/setup/pages.php:69
|
4107 |
msgid ""
|
4108 |
"This page should contain the following shortcode. <code>[wcv_vendorslist]</"
|
4109 |
"code>"
|
4110 |
msgstr ""
|
4111 |
+
"Deze pagina moet de volgende shortcode bevatten. <code>[wcv_vendorslist]</"
|
4112 |
+
"code>"
|
4113 |
|
4114 |
+
#: classes/admin/views/setup/pages.php:73
|
4115 |
msgid "%s Terms Page"
|
4116 |
+
msgstr "%s Voorwaarden pagina"
|
4117 |
|
4118 |
+
#: classes/admin/views/setup/pages.php:81
|
4119 |
msgid ""
|
4120 |
"This optional page allows you to define terms and conidtions %s need to "
|
4121 |
"agree to before applying to your marketplace. "
|
4122 |
msgstr ""
|
4123 |
+
"Op deze optionele pagina kunt u termen en voorwaarden definiëren waar %s mee "
|
4124 |
+
"moet instemmen voordat u zich op uw marktplaats kunt aanmelden. "
|
4125 |
|
4126 |
#: classes/admin/views/setup/ready.php:12
|
4127 |
msgid "Your marketplace is ready!"
|
4128 |
+
msgstr "Uw marktplaats is klaar!"
|
4129 |
|
4130 |
+
#: classes/admin/views/setup/ready.php:16
|
4131 |
msgid ""
|
4132 |
"Subscribe to our newsletter! Get product updates, marketplace tips, "
|
4133 |
"information and more."
|
4134 |
msgstr ""
|
4135 |
+
"Schrijf je in voor onze nieuwsbrief! Ontvang productupdates, "
|
4136 |
+
"marktplaatstips, informatie en meer."
|
4137 |
|
4138 |
+
#: classes/admin/views/setup/ready.php:24
|
4139 |
+
msgid "First name"
|
4140 |
+
msgstr "Voornaam"
|
|
|
4141 |
|
4142 |
+
#: classes/admin/views/setup/ready.php:38,
|
4143 |
#: classes/admin/views/setup/ready.php:42
|
4144 |
+
msgid "Subscribe me"
|
4145 |
+
msgstr "Schrijf me in"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4146 |
|
4147 |
+
#: classes/admin/views/setup/ready.php:54
|
4148 |
msgid "Need Help?"
|
4149 |
+
msgstr "Hulp nodig?"
|
4150 |
+
|
4151 |
+
#: classes/front/signup/views/html-vendor-signup.php:24
|
4152 |
+
msgid "Apply to %s %s? "
|
4153 |
+
msgstr "Vraag een %s %s account aan "
|
4154 |
|
4155 |
+
#: classes/front/signup/views/html-vendor-signup.php:48
|
|
|
|
|
|
|
|
|
4156 |
msgid ""
|
4157 |
"I have read and accepted the <a target=\"top\" href=\"%s\">terms and "
|
4158 |
"conditions</a>."
|
4159 |
msgstr ""
|
4160 |
"Ik heb de <a target=\"top\" href=\"%s\">algemene verkoopvoorwaarden</a> "
|
4161 |
+
"gelezen en ik accepteer deze."
|
4162 |
|
4163 |
+
#: classes/front/signup/views/html-vendor-signup.php:73
|
|
|
|
|
4164 |
msgid "\"You must accept the terms and conditions.\""
|
4165 |
msgstr ""
|
4166 |
+
"\"Je moet de algemene verkoopvoorwaarden accepteren om een verkoper te "
|
4167 |
+
"worden.\""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/wc-vendors.pot
CHANGED
@@ -8,6 +8,7 @@ msgstr ""
|
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: WC Vendors <translate@wcvendors.com>\n"
|
10 |
"Last-Translator: Jamie Madden <translate@wcvendors.com>\n"
|
|
|
11 |
"Report-Msgid-Bugs-To: https://www.wcvendors.com\n"
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
@@ -17,15 +18,15 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. translators: %s WooCommerce download URL link.
|
20 |
-
#: class-wc-vendors.php:
|
21 |
msgid "WC Vendors Marketplace requires WooCommerce to run. You can download %s here."
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: class-wc-vendors.php:
|
25 |
msgid "WC Vendors Marketplace"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: class-wc-vendors.php:
|
29 |
msgid "<b>WC Vendors Marketplace is inactive</b>. WC Vendors Marketplace requires a minimum of WooCommerce 3.0.0 to operate."
|
30 |
msgstr ""
|
31 |
|
@@ -49,15 +50,15 @@ msgstr ""
|
|
49 |
msgid "WC Vendors Pro 1.5.0 is required to run WC Vendors 2.0.0. Your current version %s will be deactivated. Please upgrade to the latest version."
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: classes/class-commission.php:
|
53 |
msgid "Due"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: classes/class-commission.php:
|
57 |
msgid "Paid"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: classes/class-commission.php:
|
61 |
msgid "Reversed"
|
62 |
msgstr ""
|
63 |
|
@@ -65,13 +66,13 @@ msgstr ""
|
|
65 |
msgid "Payment total: %s"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: classes/class-install.php:161, classes/admin/class-wcv-admin-setup.php:
|
69 |
msgid "Pending %s"
|
70 |
msgstr ""
|
71 |
|
72 |
#. translators: The name used to refer to a vendor.
|
73 |
#. translators: %s - The name used to refer to a vendor.
|
74 |
-
#: classes/class-install.php:175, classes/admin/class-admin-reports.php:207, classes/admin/class-admin-reports.php:388, classes/admin/class-product-meta.php:
|
75 |
msgid "%s"
|
76 |
msgstr ""
|
77 |
|
@@ -355,11 +356,11 @@ msgstr ""
|
|
355 |
msgid "%s Orders"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: classes/class-vendors.php:
|
359 |
msgid "%1$s Order – %2$s"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: classes/class-vendors.php:
|
363 |
msgctxt "Order date parsed by strftime"
|
364 |
msgid "%1$b %2$d, %Y @ %I:%M %p"
|
365 |
msgstr ""
|
@@ -373,7 +374,7 @@ msgstr ""
|
|
373 |
msgid "None"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: classes/admin/class-admin-menus.php:52, classes/admin/class-admin-menus.php:53, classes/admin/class-admin-reports.php:40, classes/admin/class-wcv-admin-setup.php:
|
377 |
msgid "WC Vendors"
|
378 |
msgstr ""
|
379 |
|
@@ -421,11 +422,11 @@ msgstr ""
|
|
421 |
msgid "Commission totals for all vendors includes shipping and taxes. By default no date range is used and all due commissions are returned. Use the date range to filter."
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: classes/admin/class-admin-reports.php:123, classes/admin/class-admin-reports.php:284, classes/admin/class-admin-reports.php:363, classes/admin/class-wcv-commissions-page.php:
|
425 |
msgid "From:"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: classes/admin/class-admin-reports.php:127, classes/admin/class-admin-reports.php:286, classes/admin/class-admin-reports.php:367, classes/admin/class-wcv-commissions-page.php:
|
429 |
msgid "To:"
|
430 |
msgstr ""
|
431 |
|
@@ -457,15 +458,15 @@ msgstr ""
|
|
457 |
msgid "No commission yet"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: classes/admin/class-admin-reports.php:205, templates/dashboard/orders.php:52, classes/front/orders/class-orders.php:
|
461 |
msgid "Order"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: classes/admin/class-admin-reports.php:206, classes/admin/class-admin-reports.php:639, classes/admin/class-wcv-commissions-csv-exporter.php:51, classes/admin/class-wcv-commissions-page.php:
|
465 |
msgid "Product"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: classes/admin/class-admin-reports.php:208, classes/admin/class-admin-reports.php:581, classes/admin/class-admin-reports.php:710, classes/admin/class-vendor-admin-dashboard.php:
|
469 |
msgid "Total"
|
470 |
msgstr ""
|
471 |
|
@@ -473,7 +474,7 @@ msgstr ""
|
|
473 |
msgid "Date & Time"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: classes/admin/class-admin-reports.php:210, classes/admin/class-admin-reports.php:391, classes/admin/class-wcv-commissions-csv-exporter.php:58, classes/admin/class-wcv-commissions-page.php:
|
477 |
msgid "Status"
|
478 |
msgstr ""
|
479 |
|
@@ -537,7 +538,7 @@ msgstr ""
|
|
537 |
msgid "No commission data found"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: classes/admin/class-admin-reports.php:638, classes/admin/class-vendor-admin-dashboard.php:
|
541 |
msgid "Date"
|
542 |
msgstr ""
|
543 |
|
@@ -557,35 +558,43 @@ msgstr ""
|
|
557 |
msgid "You are not allowed to submit products. <a href=\"%s\">Go Back</a>"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/admin/class-admin-users.php:
|
561 |
msgid "%s Store"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/admin/class-admin-users.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
565 |
msgid "Set primary role to %s "
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: classes/admin/class-product-meta.php:
|
569 |
msgid "Search %s"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: classes/admin/class-product-meta.php:
|
573 |
msgid "Assign media to %s"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: classes/admin/class-product-meta.php:
|
577 |
msgid "Commission"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: classes/admin/class-product-meta.php:
|
581 |
msgid "Leave blank for default"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: classes/admin/class-product-meta.php:
|
585 |
msgid "%s Store "
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: classes/admin/class-product-meta.php:
|
589 |
msgid "— No change —"
|
590 |
msgstr ""
|
591 |
|
@@ -597,7 +606,7 @@ msgstr ""
|
|
597 |
msgid "Capabilities"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: classes/admin/class-setup-wizard.php:91, classes/admin/settings/class-wcv-settings-display.php:
|
601 |
msgid "Pages"
|
602 |
msgstr ""
|
603 |
|
@@ -656,67 +665,63 @@ msgid "Searching…"
|
|
656 |
msgstr ""
|
657 |
|
658 |
#. translators: %1$s: link to videos, %2$s: link to docs
|
659 |
-
#: classes/admin/class-setup-wizard.php:
|
660 |
msgid "Don't forget to check our <a href=\"%1$s\" target=\"_blank\">documentation</a> to learn more about setting up WC Vendors and if you need help, be sure to visit our <a href=\"%2$s\" target=\"_blank\">free support forums</a>."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
664 |
msgid "Shop Settings"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
668 |
msgid "Orders"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
672 |
msgid "Your PayPal address is not a valid email address."
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
676 |
msgid "That shop name is already taken. Your shop name must be unique."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
680 |
msgid "Settings saved."
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
684 |
msgid "order"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
688 |
msgid "orders"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
692 |
msgid "Order ID"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
696 |
msgid "Customer"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
700 |
-
msgid "Products"
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: classes/admin/class-vendor-admin-dashboard.php:384, classes/admin/class-wcv-commissions-csv-exporter.php:57, classes/admin/class-wcv-commissions-page.php:211, templates/dashboard/orders.php:130
|
704 |
msgid "Shipped"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
708 |
msgid "Mark shipped"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
712 |
msgid "Orders marked shipped."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
716 |
msgid "Yes"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: classes/admin/class-vendor-admin-dashboard.php:
|
720 |
msgid "No"
|
721 |
msgstr ""
|
722 |
|
@@ -907,76 +912,76 @@ msgstr ""
|
|
907 |
msgid "Upload an image for the %s"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
911 |
msgid "Reset WC Vendors roles "
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
915 |
msgid "Reset WC Vendor Roles"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
919 |
msgid "This will reset the wcvendors roles ( vendor & pending_vendor ), back to the default capabilities."
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
923 |
msgid "Reset WC Vendors "
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
927 |
msgid "Reset WC Vendors Settings"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
931 |
msgid "This will reset wcvendors back to defaults. This DELETES ALL YOUR Settings."
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
935 |
msgid "Remove orphaned sub orders"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
939 |
msgid "This will remove all orphaned sub orders "
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
943 |
msgid "WC Vendor roles successfully reset."
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
947 |
msgid "WC Vendors was successfully reset. All settings have been reset."
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
951 |
msgid "Orphaned sub orders have been removed."
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
955 |
msgid "All commissions marked as paid."
|
956 |
msgstr ""
|
957 |
|
958 |
#. translators: 1: WooCommerce 2:: five stars
|
959 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
960 |
msgid "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
964 |
msgid "Thanks :)"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
968 |
msgid "%s Notifications"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
972 |
msgid "Enable %s low stock notifications"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
976 |
msgid "Enable %s out of stock notifications"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: classes/admin/class-wcv-admin-setup.php:
|
980 |
msgid "Enable %s backorder stock notifications"
|
981 |
msgstr ""
|
982 |
|
@@ -984,108 +989,136 @@ msgstr ""
|
|
984 |
msgid "QTY"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: classes/admin/class-wcv-commissions-csv-exporter.php:54, classes/admin/class-wcv-commissions-page.php:
|
988 |
msgid "Shipping"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: classes/admin/class-wcv-commissions-csv-exporter.php:55, classes/admin/class-wcv-commissions-page.php:
|
992 |
msgid "Tax"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
996 |
msgid "Quantity"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1000 |
msgid "Mark paid"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1004 |
msgid "Mark due"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1008 |
msgid "Mark reversed"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1012 |
msgid "Delete"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1016 |
msgid "Filter"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1020 |
msgid "Clear"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1024 |
msgid "Export to CSV"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1028 |
msgid "Export Totals to CSV"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
|
|
|
|
|
|
|
|
1032 |
msgid "Mark all paid"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1036 |
msgid "Show all Statuses"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
#. translators: Filter by terms
|
1040 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1041 |
msgid "Filter by %s"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1045 |
msgid "Commission marked paid."
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1049 |
msgid "Commission marked due."
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1053 |
msgid "Commission marked reversed."
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1057 |
msgid "Commission(s) deleted."
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
1061 |
msgid "All"
|
1062 |
msgstr ""
|
1063 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1064 |
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:45, classes/gateways/PayPal_AdvPayments/paypal_ap.php:183, classes/gateways/PayPal_AdvPayments/paypal_ap.php:217
|
1065 |
msgid "PayPal Email"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:46, classes/admin/views/html-vendor-meta.php:
|
1069 |
msgid "Bank Account Name"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:47, classes/admin/views/html-vendor-meta.php:
|
1073 |
msgid "Bank Account Number"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:48, classes/admin/views/html-vendor-meta.php:
|
1077 |
msgid "Bank Name"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:49, classes/admin/views/html-vendor-meta.php:
|
1081 |
msgid "Routing Number"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:50, classes/admin/views/html-vendor-meta.php:
|
1085 |
msgid "IBAN"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:51, classes/admin/views/html-vendor-meta.php:
|
1089 |
msgid "BIC/SWIFT"
|
1090 |
msgstr ""
|
1091 |
|
@@ -1101,39 +1134,155 @@ msgstr ""
|
|
1101 |
msgid "Vendors"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: classes/includes/wcv-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
msgid "Commission subtotal:"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: classes/includes/wcv-template-functions.php:
|
|
|
|
|
|
|
|
|
1109 |
msgid "Product subtotal:"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: classes/includes/wcv-template-functions.php:
|
1113 |
msgid "Shipping:"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: classes/includes/wcv-template-functions.php:
|
1117 |
msgid "Tax:"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: classes/includes/wcv-template-functions.php:
|
1121 |
msgid "Payment method:"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: classes/includes/wcv-template-functions.php:
|
1125 |
msgid "Commission total:"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: classes/includes/wcv-template-functions.php:
|
1129 |
msgid "Product total:"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: classes/includes/wcv-
|
|
|
|
|
|
|
|
|
1133 |
msgid "WC Vendors legacy emails are enabled. Please migrate your email templates to the new system. <a href=\"%s\">Click here to view your email settings.</a>"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: classes/includes/wcv-vendor-functions.php:41, classes/front/dashboard/class-vendor-dashboard.php:
|
1137 |
msgid "%s has marked as shipped. "
|
1138 |
msgstr ""
|
1139 |
|
@@ -1161,19 +1310,19 @@ msgstr ""
|
|
1161 |
msgid "Your account has not yet been approved to become a %s. When it is, you will receive an email telling you that your account is approved!"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: templates/dashboard/links.php:28, classes/front/dashboard/class-vendor-dashboard.php:
|
1165 |
msgid "View Your Store"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: templates/dashboard/links.php:29, classes/admin/settings/class-wcv-settings-display.php:
|
1169 |
msgid "Store Settings"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: templates/dashboard/links.php:33, classes/front/dashboard/class-vendor-dashboard.php:
|
1173 |
msgid "Add New Product"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: templates/dashboard/links.php:35, classes/front/dashboard/class-vendor-dashboard.php:
|
1177 |
msgid "Edit Products"
|
1178 |
msgstr ""
|
1179 |
|
@@ -1181,7 +1330,7 @@ msgstr ""
|
|
1181 |
msgid "Hide items"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: templates/dashboard/orders.php:24, templates/dashboard/orders.php:
|
1185 |
msgid "View items"
|
1186 |
msgstr ""
|
1187 |
|
@@ -1189,14 +1338,18 @@ msgstr ""
|
|
1189 |
msgid "Links"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: templates/dashboard/orders.php:
|
1193 |
msgid "You have no orders during this period."
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: templates/dashboard/orders.php:
|
1197 |
msgid "Tracking"
|
1198 |
msgstr ""
|
1199 |
|
|
|
|
|
|
|
|
|
1200 |
#: templates/dashboard/reports.php:18
|
1201 |
msgid "Sales Report"
|
1202 |
msgstr ""
|
@@ -1346,7 +1499,31 @@ msgstr ""
|
|
1346 |
msgid "Product image"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1350 |
msgid "Comments (%s)"
|
1351 |
msgstr ""
|
1352 |
|
@@ -1354,6 +1531,10 @@ msgstr ""
|
|
1354 |
msgid "Quantity: %d"
|
1355 |
msgstr ""
|
1356 |
|
|
|
|
|
|
|
|
|
1357 |
#: classes/admin/emails/class-emails.php:78
|
1358 |
msgid "denied"
|
1359 |
msgstr ""
|
@@ -1530,26 +1711,6 @@ msgstr ""
|
|
1530 |
msgid "Enter recipients (comma separated) for this email. Defaults to %s."
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#. translators: %s: list of placeholders
|
1534 |
-
#. translators: %s: list of placeholders
|
1535 |
-
#. translators: %s: list of placeholders
|
1536 |
-
#. translators: %s: list of placeholders
|
1537 |
-
#. translators: %s: list of placeholders
|
1538 |
-
#. translators: %s: list of placeholders
|
1539 |
-
#. translators: %s: list of placeholders
|
1540 |
-
#. translators: %s: list of placeholders
|
1541 |
-
#. translators: %s: list of placeholders
|
1542 |
-
#. translators: %s: list of placeholders
|
1543 |
-
#. translators: %s: list of placeholders
|
1544 |
-
#. translators: %s: list of placeholders
|
1545 |
-
#. translators: %s: list of placeholders
|
1546 |
-
#. translators: %s: list of placeholders
|
1547 |
-
#. translators: %s: list of placeholders
|
1548 |
-
#. translators: %s: list of placeholders
|
1549 |
-
#. translators: %s: list of placeholders
|
1550 |
-
#. translators: %s: list of placeholders
|
1551 |
-
#. translators: %s: list of placeholders
|
1552 |
-
#. translators: %s: list of placeholders
|
1553 |
#. translators: %s: list of placeholders
|
1554 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:159, classes/admin/emails/class-wcv-admin-notify-application.php:168, classes/admin/emails/class-wcv-admin-notify-approved.php:164, classes/admin/emails/class-wcv-admin-notify-approved.php:173, classes/admin/emails/class-wcv-admin-notify-product.php:174, classes/admin/emails/class-wcv-admin-notify-product.php:183, classes/admin/emails/class-wcv-admin-notify-shipped.php:162, classes/admin/emails/class-wcv-admin-notify-shipped.php:171, classes/admin/emails/class-wcv-customer-notify-shipped.php:161, classes/admin/emails/class-wcv-customer-notify-shipped.php:170, classes/admin/emails/class-wcv-vendor-notify-application.php:149, classes/admin/emails/class-wcv-vendor-notify-application.php:158, classes/admin/emails/class-wcv-vendor-notify-approved.php:158, classes/admin/emails/class-wcv-vendor-notify-approved.php:176, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:197, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:206, classes/admin/emails/class-wcv-vendor-notify-denied.php:169, classes/admin/emails/class-wcv-vendor-notify-denied.php:178, classes/admin/emails/class-wcv-vendor-notify-denied.php:195, classes/admin/emails/class-wcv-vendor-notify-order.php:200, classes/admin/emails/class-wcv-vendor-notify-order.php:209
|
1555 |
msgid "Available placeholders: %s"
|
@@ -1751,7 +1912,7 @@ msgstr ""
|
|
1751 |
msgid "Include the payment method in the email"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: classes/admin/settings/class-wcv-settings-advanced.php:28, classes/admin/settings/class-wcv-settings-advanced.php:41, classes/admin/settings/class-wcv-settings-capabilities.php:
|
1755 |
msgid "Advanced"
|
1756 |
msgstr ""
|
1757 |
|
@@ -1803,234 +1964,270 @@ msgstr ""
|
|
1803 |
msgid "Remove custom roles registered by WC Vendors."
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:45, classes/admin/settings/class-wcv-settings-capabilities.php:
|
1807 |
msgid "General"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1811 |
msgid "Permissions"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1815 |
msgid "Enable or disable functionality for your %s"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1819 |
msgid "Submit Products"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1823 |
msgid "Allow %s to add/edit products"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1827 |
msgid "Edit Live Products"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1831 |
msgid "Allow %s to edit published (live) products"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1835 |
msgid "Publish Approval"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1839 |
msgid "Allow %s to publish products directly to the marketplace without requiring approval."
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1843 |
msgid "View Orders"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1847 |
msgid "Allow %s to view orders"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1851 |
msgid "Export Orders"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1855 |
msgid "Allow %s to export their orders to a CSV file"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1859 |
msgid "Front End Sales Reports"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1863 |
msgid "Allow %1$s to view sales table on the frontend on the %2$s dashboard page."
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1867 |
msgid "Configure what order information a %s can view from an order"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1871 |
msgid "View Order Notes"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1875 |
msgid "Allow %s to view order notes"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1879 |
msgid "Add Order Notes"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1883 |
msgid "Allow %s to add order notes."
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1887 |
msgid "Customer Name"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1891 |
msgid "Allow %s to view customer name fields"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1895 |
msgid "Customer Shipping Name"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1899 |
msgid "Allow %s to view customer shipping name fields"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1903 |
msgid "Customer Billing Address"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1907 |
msgid "Allow %s to view customer billing address fields"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1911 |
msgid "Customer Shipping Address"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1915 |
msgid "Allow %s to view the customer shipping fields"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1919 |
msgid "Customer Email"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1923 |
msgid "Allow %s to view the customer email address"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1927 |
msgid "Customer Phone"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1931 |
msgid "Allow %s to view the customer phone number"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1935 |
msgid "Add / Edit Product"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1939 |
msgid "Configure what product information to hide from the %s when creating or editing a product"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1943 |
msgid "Product Types"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1947 |
msgid "This controls what product types are hidden from the %s"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1951 |
msgid "Product Type Options"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1955 |
msgid "This controls what product type options are hidden from the %s"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1959 |
msgid "Virtual"
|
1960 |
msgstr ""
|
1961 |
|
1962 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1963 |
msgid "Downloadable"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1967 |
msgid "Product Data Tabs"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1971 |
msgid "This controls what product data tabs will be hidden from the %s"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1975 |
msgid "Inventory"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1979 |
msgid "Linked Products"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1983 |
msgid "Attributes"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1987 |
msgid "Variations"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1991 |
msgid "Featured Product"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1995 |
msgid "Allow %s to use the featured product option"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
1999 |
msgid "Duplicate Product"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2003 |
msgid "Allow %s to duplicate products"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2007 |
msgid "SKU"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2011 |
msgid "Hide sku field from %s"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2015 |
msgid "Taxes"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:
|
2019 |
msgid "Hide tax fields from %s"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: classes/admin/settings/class-wcv-settings-commission.php:
|
|
|
|
|
|
|
|
|
2023 |
msgid "These are the commission settings for your marketplace"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: classes/admin/settings/class-wcv-settings-commission.php:
|
2027 |
msgid "%s Commission %%"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: classes/admin/settings/class-wcv-settings-commission.php:
|
2031 |
msgid "The global commission rate for your %s"
|
2032 |
msgstr ""
|
2033 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2034 |
#: classes/admin/settings/class-wcv-settings-display.php:32
|
2035 |
msgid "Display"
|
2036 |
msgstr ""
|
@@ -2039,227 +2236,287 @@ msgstr ""
|
|
2039 |
msgid "Labels"
|
2040 |
msgstr ""
|
2041 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2042 |
#: classes/admin/settings/class-wcv-settings-display.php:198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2043 |
msgid "These pages used on the front end by %s."
|
2044 |
msgstr ""
|
2045 |
|
2046 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2047 |
msgid "Dashboard"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2051 |
msgid "<br />This sets the page used to display the front end %s dashboard. This page should contain the following shortcode. <code>[wcv_vendor_dashboard]</code>"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2055 |
msgid "<br />This sets the page used to display the %s shop settings page. This page should contain the following shortcode. <code>[wcv_shop_settings]</code>"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2059 |
msgid "<br />This sets the page used to display the %s orders page. This page should contain the following shortcode. <code>[wcv_orders]</code>"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2063 |
msgid "<br />This sets the page used to display a paginated list of all %1$s stores. Your %1$s stores will be available at <code>%2$s/page-slug/store-name/</code><br />This page should contain the following shortcode. <code>[wcv_vendorslist]</code>"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2067 |
msgid "Terms and Conditions"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2071 |
msgid "<br />This sets the page used to display the terms and conditions when a %s signs up."
|
2072 |
msgstr ""
|
2073 |
|
2074 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2075 |
msgid "These are the settings for the individual %s stores."
|
2076 |
msgstr ""
|
2077 |
|
2078 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2079 |
msgid "%s Store URL"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2083 |
msgid "If you enter \"vendors\" your %1$s store will be %1$s/vendors/store-name/"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2087 |
msgid "Shop Header"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2091 |
msgid "Enable %s shop headers"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2095 |
msgid "This enables the %s shop header template."
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2099 |
msgid "Shop Description"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2103 |
msgid "Enable %s shop description"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2107 |
msgid "This enables the %1$s shop description on the %1$s store page."
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2111 |
msgid "Shop HTML"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2115 |
msgid "Allow HTML in %s shop description"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2119 |
msgid "This will enable the WYSIWYG editor and for the %1$s shop description. You can enable or disable this per %1$s by editing the %1$s user account."
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2123 |
msgid "Display Name"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2127 |
msgid "Select what will be used to display the %s name throughout the marketplace."
|
2128 |
msgstr ""
|
2129 |
|
2130 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2131 |
msgid "Display name"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2135 |
msgid "Shop name"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2139 |
msgid "%s Username"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2143 |
msgid "%s Email"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2147 |
msgid ""
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2151 |
msgid "Labels are shown on the front end, in orders or emails."
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2155 |
msgid "%s singluar term"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2159 |
msgid "Change all references to vendor to this term"
|
2160 |
msgstr ""
|
2161 |
|
2162 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2163 |
msgid "%s plural term"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2167 |
msgid "Change all references to vendors to this term"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2171 |
msgid "Sold By"
|
2172 |
msgstr ""
|
2173 |
|
2174 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2175 |
msgid "Enable sold by labels"
|
2176 |
msgstr ""
|
2177 |
|
2178 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2179 |
msgid "This enables the sold by labels used to show which %s shop the product belongs to"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2183 |
msgid "Sold By Separator"
|
2184 |
msgstr ""
|
2185 |
|
2186 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2187 |
msgid "The sold by separator"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2191 |
msgid ":"
|
2192 |
msgstr ""
|
2193 |
|
2194 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2195 |
msgid "Sold By Label"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2199 |
msgid "The sold by label"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2203 |
msgid "Become A %s"
|
2204 |
msgstr ""
|
2205 |
|
2206 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2207 |
msgid "Show the \"Become a %s\" link on WooCommerce my-account page"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2211 |
msgid "Become A %s Label"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2215 |
msgid "The become a %s label"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2219 |
msgid "Become a"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2223 |
msgid "%s Store Info"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2227 |
msgid "Enable %s store info tab on the single product page"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2231 |
msgid "%s Store Info Label"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2235 |
msgid "The %s store info label"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2239 |
msgid "Store Info"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2243 |
msgid "Advanced options provide extra display options"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2247 |
msgid "Product Page Stylesheet"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2251 |
msgid "You can add CSS in this textarea, which will be loaded on the WooCommerce product edit page for %s in the WordPress admin."
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2255 |
msgid "This will output custom CSS on the product edit page "
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2259 |
msgid "Use WooCommerce Registration"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: classes/admin/settings/class-wcv-settings-display.php:
|
2263 |
msgid "This will redirect the WordPress registration to WooCommerce my-account page for registration."
|
2264 |
msgstr ""
|
2265 |
|
@@ -2671,59 +2928,75 @@ msgstr ""
|
|
2671 |
msgid "PayPal E-mail"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
-
#: classes/admin/views/html-vendor-meta.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2675 |
msgid "Commission rate"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2679 |
msgid "Give Tax"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2683 |
msgid "Tax override for %s"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2687 |
msgid "Give Shipping"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2691 |
msgid "Shipping override for %s"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2695 |
msgid "Seller info"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
-
#: classes/admin/views/html-vendor-meta.php:
|
2699 |
msgid "Shop description"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: classes/admin/views/html-vendor-settings-page.php:13, templates/dashboard/settings/paypal-email-form.php:
|
2703 |
msgid "PayPal Address"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
-
#: classes/admin/views/html-vendor-settings-page.php:21
|
2707 |
msgid "Your PayPal address can be used to send you your commission."
|
2708 |
msgstr ""
|
2709 |
|
2710 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
|
|
|
|
|
|
|
|
2711 |
msgid "Shop Name"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2715 |
msgid "Your shop name is public and must be unique."
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2719 |
msgid "This is displayed on each of your products."
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2723 |
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: classes/admin/views/html-vendor-settings-page.php:
|
2727 |
msgid "Save Shop Settings"
|
2728 |
msgstr ""
|
2729 |
|
@@ -2735,15 +3008,15 @@ msgstr ""
|
|
2735 |
msgid "You are already an approved vendor, no need to apply"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
2739 |
msgid "Order marked shipped."
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
2743 |
msgid "Tracking number"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: classes/front/dashboard/class-vendor-dashboard.php:
|
2747 |
msgid "Success. Your tracking number has been updated."
|
2748 |
msgstr ""
|
2749 |
|
@@ -2759,31 +3032,31 @@ msgstr ""
|
|
2759 |
msgid "No orders."
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: classes/front/orders/class-orders.php:
|
2763 |
msgid "Product Title"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: classes/front/orders/class-orders.php:
|
2767 |
msgid "Full name"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: classes/front/orders/class-orders.php:
|
2771 |
msgid "Address"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: classes/front/orders/class-orders.php:
|
2775 |
msgid "City"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: classes/front/orders/class-orders.php:
|
2779 |
msgid "State"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: classes/front/orders/class-orders.php:
|
2783 |
msgid "Zip"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#: classes/front/orders/class-orders.php:
|
2787 |
msgid "Email address"
|
2788 |
msgstr ""
|
2789 |
|
@@ -2839,10 +3112,6 @@ msgstr ""
|
|
2839 |
msgid "This controls the title which the user sees during checkout."
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:158
|
2843 |
-
msgid "PayPal"
|
2844 |
-
msgstr ""
|
2845 |
-
|
2846 |
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:163, classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:75
|
2847 |
msgid "Description"
|
2848 |
msgstr ""
|
@@ -3003,10 +3272,22 @@ msgstr ""
|
|
3003 |
msgid "Test gateway transation complete. Order processing."
|
3004 |
msgstr ""
|
3005 |
|
3006 |
-
#: templates/dashboard/settings/paypal-email-form.php:
|
3007 |
msgid "Your PayPal address can be used to manually send you your commission."
|
3008 |
msgstr ""
|
3009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3010 |
#: templates/dashboard/settings/settings.php:46
|
3011 |
msgid "Bank Details"
|
3012 |
msgstr ""
|
@@ -3260,15 +3541,7 @@ msgstr ""
|
|
3260 |
msgid "Subscribe to our newsletter! Get product updates, marketplace tips, information and more."
|
3261 |
msgstr ""
|
3262 |
|
3263 |
-
#: classes/admin/views/setup/ready.php:
|
3264 |
-
msgid "First name"
|
3265 |
-
msgstr ""
|
3266 |
-
|
3267 |
-
#: classes/admin/views/setup/ready.php:38, classes/admin/views/setup/ready.php:42
|
3268 |
-
msgid "Subscribe me"
|
3269 |
-
msgstr ""
|
3270 |
-
|
3271 |
-
#: classes/admin/views/setup/ready.php:54
|
3272 |
msgid "Need Help?"
|
3273 |
msgstr ""
|
3274 |
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: WC Vendors <translate@wcvendors.com>\n"
|
10 |
"Last-Translator: Jamie Madden <translate@wcvendors.com>\n"
|
11 |
+
"POT-Creation-Date: 2022-07-21 04:15+0000\n"
|
12 |
"Report-Msgid-Bugs-To: https://www.wcvendors.com\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
|
20 |
#. translators: %s WooCommerce download URL link.
|
21 |
+
#: class-wc-vendors.php:47
|
22 |
msgid "WC Vendors Marketplace requires WooCommerce to run. You can download %s here."
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: class-wc-vendors.php:125
|
26 |
msgid "WC Vendors Marketplace"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: class-wc-vendors.php:160
|
30 |
msgid "<b>WC Vendors Marketplace is inactive</b>. WC Vendors Marketplace requires a minimum of WooCommerce 3.0.0 to operate."
|
31 |
msgstr ""
|
32 |
|
50 |
msgid "WC Vendors Pro 1.5.0 is required to run WC Vendors 2.0.0. Your current version %s will be deactivated. Please upgrade to the latest version."
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: classes/class-commission.php:101, classes/admin/class-admin-reports.php:373, classes/admin/class-wcv-commissions-page.php:396, classes/admin/class-wcv-commissions-page.php:701
|
54 |
msgid "Due"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: classes/class-commission.php:102, classes/admin/class-admin-reports.php:374, classes/admin/class-wcv-commissions-page.php:397, classes/admin/class-wcv-commissions-page.php:702
|
58 |
msgid "Paid"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: classes/class-commission.php:103, classes/admin/class-admin-reports.php:375, classes/admin/class-wcv-commissions-page.php:399, classes/admin/class-wcv-commissions-page.php:703
|
62 |
msgid "Reversed"
|
63 |
msgstr ""
|
64 |
|
66 |
msgid "Payment total: %s"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: classes/class-install.php:161, classes/admin/class-wcv-admin-setup.php:102
|
70 |
msgid "Pending %s"
|
71 |
msgstr ""
|
72 |
|
73 |
#. translators: The name used to refer to a vendor.
|
74 |
#. translators: %s - The name used to refer to a vendor.
|
75 |
+
#: classes/class-install.php:175, classes/admin/class-admin-reports.php:207, classes/admin/class-admin-reports.php:388, classes/admin/class-product-meta.php:368, classes/admin/class-product-meta.php:418, classes/admin/class-setup-wizard.php:356, classes/admin/class-wcv-admin-setup.php:97, classes/admin/class-wcv-admin-setup.php:341, classes/admin/class-wcv-commissions-csv-exporter.php:50, classes/admin/class-wcv-commissions-page.php:204, classes/admin/class-wcv-commissions-paypal-csv-exporter.php:49, classes/admin/class-wcv-commissions-sum-csv-exporter.php:43, classes/admin/settings/class-wcv-settings-display.php:243, classes/admin/settings/class-wcv-settings-display.php:115, classes/admin/settings/class-wcv-settings-display.php:123
|
76 |
msgid "%s"
|
77 |
msgstr ""
|
78 |
|
356 |
msgid "%s Orders"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: classes/class-vendors.php:620
|
360 |
msgid "%1$s Order – %2$s"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: classes/class-vendors.php:620
|
364 |
msgctxt "Order date parsed by strftime"
|
365 |
msgid "%1$b %2$d, %Y @ %I:%M %p"
|
366 |
msgstr ""
|
374 |
msgid "None"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: classes/admin/class-admin-menus.php:52, classes/admin/class-admin-menus.php:53, classes/admin/class-admin-reports.php:40, classes/admin/class-wcv-admin-setup.php:306, classes/admin/views/html-vendor-meta.php:1
|
378 |
msgid "WC Vendors"
|
379 |
msgstr ""
|
380 |
|
422 |
msgid "Commission totals for all vendors includes shipping and taxes. By default no date range is used and all due commissions are returned. Use the date range to filter."
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: classes/admin/class-admin-reports.php:123, classes/admin/class-admin-reports.php:284, classes/admin/class-admin-reports.php:363, classes/admin/class-wcv-commissions-page.php:351, templates/dashboard/date-picker.php:19
|
426 |
msgid "From:"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: classes/admin/class-admin-reports.php:127, classes/admin/class-admin-reports.php:286, classes/admin/class-admin-reports.php:367, classes/admin/class-wcv-commissions-page.php:366, templates/dashboard/date-picker.php:23
|
430 |
msgid "To:"
|
431 |
msgstr ""
|
432 |
|
458 |
msgid "No commission yet"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: classes/admin/class-admin-reports.php:205, templates/dashboard/orders.php:52, classes/front/orders/class-orders.php:214
|
462 |
msgid "Order"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: classes/admin/class-admin-reports.php:206, classes/admin/class-admin-reports.php:639, classes/admin/class-wcv-commissions-csv-exporter.php:51, classes/admin/class-wcv-commissions-page.php:205, templates/dashboard/reports.php:36, templates/emails/notify-vendor-shipped.php:30, templates/emails/vendor-new-order.php:35, templates/emails/vendor-order-details.php:38, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:219, classes/admin/emails/class-wcv-vendor-notify-order.php:222
|
466 |
msgid "Product"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: classes/admin/class-admin-reports.php:208, classes/admin/class-admin-reports.php:581, classes/admin/class-admin-reports.php:710, classes/admin/class-vendor-admin-dashboard.php:402, classes/admin/class-wcv-commissions-csv-exporter.php:56, classes/admin/class-wcv-commissions-page.php:210, classes/admin/class-wcv-commissions-sum-csv-exporter.php:44, templates/dashboard/orders.php:56
|
470 |
msgid "Total"
|
471 |
msgstr ""
|
472 |
|
474 |
msgid "Date & Time"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: classes/admin/class-admin-reports.php:210, classes/admin/class-admin-reports.php:391, classes/admin/class-wcv-commissions-csv-exporter.php:58, classes/admin/class-wcv-commissions-page.php:211
|
478 |
msgid "Status"
|
479 |
msgstr ""
|
480 |
|
538 |
msgid "No commission data found"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: classes/admin/class-admin-reports.php:638, classes/admin/class-vendor-admin-dashboard.php:404, classes/admin/class-wcv-commissions-csv-exporter.php:59, classes/admin/class-wcv-commissions-page.php:213, templates/dashboard/orders.php:57, classes/front/orders/class-orders.php:222
|
542 |
msgid "Date"
|
543 |
msgstr ""
|
544 |
|
558 |
msgid "You are not allowed to submit products. <a href=\"%s\">Go Back</a>"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: classes/admin/class-admin-users.php:477
|
562 |
msgid "%s Store"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: classes/admin/class-admin-users.php:478
|
566 |
+
msgid "%s ID"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: classes/admin/class-admin-users.php:479, classes/admin/class-vendor-admin-dashboard.php:401, classes/admin/settings/class-wcv-settings-capabilities.php:46, classes/admin/settings/class-wcv-settings-capabilities.php:259, classes/admin/views/setup/capabilities.php:19
|
570 |
+
msgid "Products"
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: classes/admin/class-admin-users.php:543
|
574 |
msgid "Set primary role to %s "
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: classes/admin/class-product-meta.php:186
|
578 |
msgid "Search %s"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: classes/admin/class-product-meta.php:257, classes/admin/class-product-meta.php:375, classes/admin/class-product-meta.php:425
|
582 |
msgid "Assign media to %s"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: classes/admin/class-product-meta.php:302, classes/admin/class-product-meta.php:320, classes/admin/class-wcv-commissions-csv-exporter.php:53, classes/admin/class-wcv-commissions-page.php:207, templates/dashboard/reports.php:38, templates/emails/vendor-order-details.php:43, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:218, classes/admin/emails/class-wcv-vendor-notify-order.php:221, classes/admin/settings/class-wcv-settings-commission.php:32, classes/admin/views/html-admin-commission-page.php:23, classes/admin/views/setup/general.php:81
|
586 |
msgid "Commission"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: classes/admin/class-product-meta.php:329, classes/admin/views/html-vendor-meta.php:143
|
590 |
msgid "Leave blank for default"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: classes/admin/class-product-meta.php:348
|
594 |
msgid "%s Store "
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: classes/admin/class-product-meta.php:412
|
598 |
msgid "— No change —"
|
599 |
msgstr ""
|
600 |
|
606 |
msgid "Capabilities"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: classes/admin/class-setup-wizard.php:91, classes/admin/settings/class-wcv-settings-display.php:210, classes/admin/views/setup/pages.php:19
|
610 |
msgid "Pages"
|
611 |
msgstr ""
|
612 |
|
665 |
msgstr ""
|
666 |
|
667 |
#. translators: %1$s: link to videos, %2$s: link to docs
|
668 |
+
#: classes/admin/class-setup-wizard.php:417
|
669 |
msgid "Don't forget to check our <a href=\"%1$s\" target=\"_blank\">documentation</a> to learn more about setting up WC Vendors and if you need help, be sure to visit our <a href=\"%2$s\" target=\"_blank\">free support forums</a>."
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: classes/admin/class-vendor-admin-dashboard.php:32, classes/admin/class-vendor-admin-dashboard.php:33, classes/admin/settings/class-wcv-settings-display.php:225
|
673 |
msgid "Shop Settings"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: classes/admin/class-vendor-admin-dashboard.php:42, classes/admin/class-vendor-admin-dashboard.php:43, classes/admin/class-vendor-admin-dashboard.php:256, templates/dashboard/orders.php:40, classes/admin/settings/class-wcv-settings-capabilities.php:47, classes/admin/settings/class-wcv-settings-capabilities.php:295, classes/admin/settings/class-wcv-settings-display.php:234, classes/admin/views/setup/capabilities.php:70
|
677 |
msgid "Orders"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: classes/admin/class-vendor-admin-dashboard.php:101, classes/front/dashboard/class-vendor-dashboard.php:147
|
681 |
msgid "Your PayPal address is not a valid email address."
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: classes/admin/class-vendor-admin-dashboard.php:118, classes/front/dashboard/class-vendor-dashboard.php:163
|
685 |
msgid "That shop name is already taken. Your shop name must be unique."
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: classes/admin/class-vendor-admin-dashboard.php:188, classes/front/dashboard/class-vendor-dashboard.php:229
|
689 |
msgid "Settings saved."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: classes/admin/class-vendor-admin-dashboard.php:322
|
693 |
msgid "order"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: classes/admin/class-vendor-admin-dashboard.php:323
|
697 |
msgid "orders"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: classes/admin/class-vendor-admin-dashboard.php:399, classes/admin/class-wcv-commissions-csv-exporter.php:48, classes/admin/class-wcv-commissions-page.php:202
|
701 |
msgid "Order ID"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: classes/admin/class-vendor-admin-dashboard.php:400
|
705 |
msgid "Customer"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: classes/admin/class-vendor-admin-dashboard.php:405, classes/admin/class-wcv-commissions-csv-exporter.php:57, classes/admin/class-wcv-commissions-page.php:212, templates/dashboard/orders.php:135
|
|
|
|
|
|
|
|
|
709 |
msgid "Shipped"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: classes/admin/class-vendor-admin-dashboard.php:443, classes/admin/class-wcv-admin-orders.php:76, classes/admin/class-wcv-admin-orders.php:88, classes/includes/wcv-vendor-functions.php:95, templates/dashboard/orders.php:128
|
713 |
msgid "Mark shipped"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: classes/admin/class-vendor-admin-dashboard.php:470
|
717 |
msgid "Orders marked shipped."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/admin/class-vendor-admin-dashboard.php:631, classes/admin/class-wcv-commissions-csv-exporter.php:188, classes/admin/class-wcv-commissions-page.php:123
|
721 |
msgid "Yes"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/admin/class-vendor-admin-dashboard.php:631, classes/admin/class-wcv-commissions-csv-exporter.php:188, classes/admin/class-wcv-commissions-page.php:123
|
725 |
msgid "No"
|
726 |
msgstr ""
|
727 |
|
912 |
msgid "Upload an image for the %s"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: classes/admin/class-wcv-admin-setup.php:43
|
916 |
msgid "Reset WC Vendors roles "
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: classes/admin/class-wcv-admin-setup.php:44
|
920 |
msgid "Reset WC Vendor Roles"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: classes/admin/class-wcv-admin-setup.php:45
|
924 |
msgid "This will reset the wcvendors roles ( vendor & pending_vendor ), back to the default capabilities."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: classes/admin/class-wcv-admin-setup.php:50
|
928 |
msgid "Reset WC Vendors "
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: classes/admin/class-wcv-admin-setup.php:51
|
932 |
msgid "Reset WC Vendors Settings"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: classes/admin/class-wcv-admin-setup.php:52
|
936 |
msgid "This will reset wcvendors back to defaults. This DELETES ALL YOUR Settings."
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: classes/admin/class-wcv-admin-setup.php:57, classes/admin/class-wcv-admin-setup.php:58
|
940 |
msgid "Remove orphaned sub orders"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: classes/admin/class-wcv-admin-setup.php:59
|
944 |
msgid "This will remove all orphaned sub orders "
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: classes/admin/class-wcv-admin-setup.php:113
|
948 |
msgid "WC Vendor roles successfully reset."
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/admin/class-wcv-admin-setup.php:127
|
952 |
msgid "WC Vendors was successfully reset. All settings have been reset."
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/admin/class-wcv-admin-setup.php:156
|
956 |
msgid "Orphaned sub orders have been removed."
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: classes/admin/class-wcv-admin-setup.php:260
|
960 |
msgid "All commissions marked as paid."
|
961 |
msgstr ""
|
962 |
|
963 |
#. translators: 1: WooCommerce 2:: five stars
|
964 |
+
#: classes/admin/class-wcv-admin-setup.php:305
|
965 |
msgid "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: classes/admin/class-wcv-admin-setup.php:307
|
969 |
msgid "Thanks :)"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: classes/admin/class-wcv-admin-setup.php:359
|
973 |
msgid "%s Notifications"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: classes/admin/class-wcv-admin-setup.php:360
|
977 |
msgid "Enable %s low stock notifications"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: classes/admin/class-wcv-admin-setup.php:369
|
981 |
msgid "Enable %s out of stock notifications"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: classes/admin/class-wcv-admin-setup.php:378
|
985 |
msgid "Enable %s backorder stock notifications"
|
986 |
msgstr ""
|
987 |
|
989 |
msgid "QTY"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:54, classes/admin/class-wcv-commissions-page.php:208, templates/dashboard/orders.php:54, templates/orders/orders.php:150, classes/admin/settings/class-wcv-settings-capabilities.php:108
|
993 |
msgid "Shipping"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: classes/admin/class-wcv-commissions-csv-exporter.php:55, classes/admin/class-wcv-commissions-page.php:209
|
997 |
msgid "Tax"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: classes/admin/class-wcv-commissions-page.php:206, templates/dashboard/reports.php:37, templates/emails/notify-vendor-shipped.php:31, templates/emails/vendor-new-order.php:36, templates/emails/vendor-order-details.php:40, classes/front/orders/class-export-csv.php:17
|
1001 |
msgid "Quantity"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: classes/admin/class-wcv-commissions-page.php:261
|
1005 |
msgid "Mark paid"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: classes/admin/class-wcv-commissions-page.php:262
|
1009 |
msgid "Mark due"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: classes/admin/class-wcv-commissions-page.php:263
|
1013 |
msgid "Mark reversed"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: classes/admin/class-wcv-commissions-page.php:264
|
1017 |
msgid "Delete"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: classes/admin/class-wcv-commissions-page.php:310
|
1021 |
msgid "Filter"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: classes/admin/class-wcv-commissions-page.php:319
|
1025 |
msgid "Clear"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: classes/admin/class-wcv-commissions-page.php:321
|
1029 |
msgid "Export to CSV"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: classes/admin/class-wcv-commissions-page.php:322
|
1033 |
msgid "Export Totals to CSV"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: classes/admin/class-wcv-commissions-page.php:323
|
1037 |
+
msgid "PayPal Masspay CSV"
|
1038 |
+
msgstr ""
|
1039 |
+
|
1040 |
+
#: classes/admin/class-wcv-commissions-page.php:324
|
1041 |
msgid "Mark all paid"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: classes/admin/class-wcv-commissions-page.php:395
|
1045 |
msgid "Show all Statuses"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
#. translators: Filter by terms
|
1049 |
+
#: classes/admin/class-wcv-commissions-page.php:416
|
1050 |
msgid "Filter by %s"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: classes/admin/class-wcv-commissions-page.php:449
|
1054 |
msgid "Commission marked paid."
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: classes/admin/class-wcv-commissions-page.php:457
|
1058 |
msgid "Commission marked due."
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: classes/admin/class-wcv-commissions-page.php:465
|
1062 |
msgid "Commission marked reversed."
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: classes/admin/class-wcv-commissions-page.php:471
|
1066 |
msgid "Commission(s) deleted."
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: classes/admin/class-wcv-commissions-page.php:700
|
1070 |
msgid "All"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: classes/admin/class-wcv-commissions-paypal-csv-exporter.php:46
|
1074 |
+
msgid "Identifier"
|
1075 |
+
msgstr ""
|
1076 |
+
|
1077 |
+
#: classes/admin/class-wcv-commissions-paypal-csv-exporter.php:47
|
1078 |
+
msgid "Total Amount"
|
1079 |
+
msgstr ""
|
1080 |
+
|
1081 |
+
#: classes/admin/class-wcv-commissions-paypal-csv-exporter.php:48
|
1082 |
+
msgid "Currency"
|
1083 |
+
msgstr ""
|
1084 |
+
|
1085 |
+
#: classes/admin/class-wcv-commissions-paypal-csv-exporter.php:50
|
1086 |
+
msgid "Note"
|
1087 |
+
msgstr ""
|
1088 |
+
|
1089 |
+
#: classes/admin/class-wcv-commissions-paypal-csv-exporter.php:51
|
1090 |
+
msgid "Wallet (PayPal or Venmo)"
|
1091 |
+
msgstr ""
|
1092 |
+
|
1093 |
+
#: classes/admin/class-wcv-commissions-paypal-csv-exporter.php:76, classes/admin/settings/class-wcv-settings-commission.php:88
|
1094 |
+
msgid "Commission payout for %s"
|
1095 |
+
msgstr ""
|
1096 |
+
|
1097 |
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:45, classes/gateways/PayPal_AdvPayments/paypal_ap.php:183, classes/gateways/PayPal_AdvPayments/paypal_ap.php:217
|
1098 |
msgid "PayPal Email"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:46, classes/admin/views/html-vendor-meta.php:87, classes/admin/views/html-vendor-settings-page.php:74
|
1102 |
msgid "Bank Account Name"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:47, classes/admin/views/html-vendor-meta.php:95, classes/admin/views/html-vendor-settings-page.php:86
|
1106 |
msgid "Bank Account Number"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:48, classes/admin/views/html-vendor-meta.php:103, classes/admin/views/html-vendor-settings-page.php:98, templates/dashboard/settings/settings.php:59
|
1110 |
msgid "Bank Name"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:49, classes/admin/views/html-vendor-meta.php:110, classes/admin/views/html-vendor-settings-page.php:110, templates/dashboard/settings/settings.php:67
|
1114 |
msgid "Routing Number"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:50, classes/admin/views/html-vendor-meta.php:118, classes/admin/views/html-vendor-settings-page.php:122, templates/dashboard/settings/settings.php:72
|
1118 |
msgid "IBAN"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: classes/admin/class-wcv-commissions-sum-csv-exporter.php:51, classes/admin/views/html-vendor-meta.php:125, classes/admin/views/html-vendor-settings-page.php:134
|
1122 |
msgid "BIC/SWIFT"
|
1123 |
msgstr ""
|
1124 |
|
1134 |
msgid "Vendors"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: classes/includes/wcv-helper-functions.php:22
|
1138 |
+
msgid "Australian Dollar"
|
1139 |
+
msgstr ""
|
1140 |
+
|
1141 |
+
#: classes/includes/wcv-helper-functions.php:23
|
1142 |
+
msgid "Brazilian Real"
|
1143 |
+
msgstr ""
|
1144 |
+
|
1145 |
+
#: classes/includes/wcv-helper-functions.php:24
|
1146 |
+
msgid "Canadian Dollar"
|
1147 |
+
msgstr ""
|
1148 |
+
|
1149 |
+
#: classes/includes/wcv-helper-functions.php:25
|
1150 |
+
msgid "Chinese Renmenbi"
|
1151 |
+
msgstr ""
|
1152 |
+
|
1153 |
+
#: classes/includes/wcv-helper-functions.php:26
|
1154 |
+
msgid "Czech Koruna"
|
1155 |
+
msgstr ""
|
1156 |
+
|
1157 |
+
#: classes/includes/wcv-helper-functions.php:27
|
1158 |
+
msgid "Danish Krone"
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
+
#: classes/includes/wcv-helper-functions.php:28
|
1162 |
+
msgid "Euro"
|
1163 |
+
msgstr ""
|
1164 |
+
|
1165 |
+
#: classes/includes/wcv-helper-functions.php:29
|
1166 |
+
msgid "Hong Kong Dollar"
|
1167 |
+
msgstr ""
|
1168 |
+
|
1169 |
+
#: classes/includes/wcv-helper-functions.php:30
|
1170 |
+
msgid "Hungarian Forint"
|
1171 |
+
msgstr ""
|
1172 |
+
|
1173 |
+
#: classes/includes/wcv-helper-functions.php:31
|
1174 |
+
msgid "Israeli New Shekel"
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: classes/includes/wcv-helper-functions.php:32
|
1178 |
+
msgid "Japanese Yen"
|
1179 |
+
msgstr ""
|
1180 |
+
|
1181 |
+
#: classes/includes/wcv-helper-functions.php:33
|
1182 |
+
msgid "Malaysian Ringgit"
|
1183 |
+
msgstr ""
|
1184 |
+
|
1185 |
+
#: classes/includes/wcv-helper-functions.php:34
|
1186 |
+
msgid "Mexican Peso"
|
1187 |
+
msgstr ""
|
1188 |
+
|
1189 |
+
#: classes/includes/wcv-helper-functions.php:35
|
1190 |
+
msgid "New Taiwan Ddollar"
|
1191 |
+
msgstr ""
|
1192 |
+
|
1193 |
+
#: classes/includes/wcv-helper-functions.php:36
|
1194 |
+
msgid "New Zealand Dollar "
|
1195 |
+
msgstr ""
|
1196 |
+
|
1197 |
+
#: classes/includes/wcv-helper-functions.php:37
|
1198 |
+
msgid "Norwegian krone "
|
1199 |
+
msgstr ""
|
1200 |
+
|
1201 |
+
#: classes/includes/wcv-helper-functions.php:38
|
1202 |
+
msgid "Philippine Peso"
|
1203 |
+
msgstr ""
|
1204 |
+
|
1205 |
+
#: classes/includes/wcv-helper-functions.php:39
|
1206 |
+
msgid "Polish Złoty"
|
1207 |
+
msgstr ""
|
1208 |
+
|
1209 |
+
#: classes/includes/wcv-helper-functions.php:40
|
1210 |
+
msgid "Pound Sterling"
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
+
#: classes/includes/wcv-helper-functions.php:41
|
1214 |
+
msgid "Russian Ruble"
|
1215 |
+
msgstr ""
|
1216 |
+
|
1217 |
+
#: classes/includes/wcv-helper-functions.php:42
|
1218 |
+
msgid "Singapore Dollar"
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: classes/includes/wcv-helper-functions.php:43
|
1222 |
+
msgid "Swedish Krona"
|
1223 |
+
msgstr ""
|
1224 |
+
|
1225 |
+
#: classes/includes/wcv-helper-functions.php:44
|
1226 |
+
msgid "Swiss Franc"
|
1227 |
+
msgstr ""
|
1228 |
+
|
1229 |
+
#: classes/includes/wcv-helper-functions.php:45
|
1230 |
+
msgid "Thai Baht"
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: classes/includes/wcv-helper-functions.php:46
|
1234 |
+
msgid "United States Dollar"
|
1235 |
+
msgstr ""
|
1236 |
+
|
1237 |
+
#: classes/includes/wcv-helper-functions.php:63, classes/gateways/PayPal_AdvPayments/paypal_ap.php:158
|
1238 |
+
msgid "PayPal"
|
1239 |
+
msgstr ""
|
1240 |
+
|
1241 |
+
#: classes/includes/wcv-helper-functions.php:64
|
1242 |
+
msgid "Venmo"
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
+
#: classes/includes/wcv-template-functions.php:123
|
1246 |
msgid "Commission subtotal:"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: classes/includes/wcv-template-functions.php:130
|
1250 |
+
msgid "Discount:"
|
1251 |
+
msgstr ""
|
1252 |
+
|
1253 |
+
#: classes/includes/wcv-template-functions.php:143
|
1254 |
msgid "Product subtotal:"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: classes/includes/wcv-template-functions.php:151
|
1258 |
msgid "Shipping:"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: classes/includes/wcv-template-functions.php:159
|
1262 |
msgid "Tax:"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: classes/includes/wcv-template-functions.php:167
|
1266 |
msgid "Payment method:"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: classes/includes/wcv-template-functions.php:176
|
1270 |
msgid "Commission total:"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: classes/includes/wcv-template-functions.php:188
|
1274 |
msgid "Product total:"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: classes/includes/wcv-template-functions.php:318, classes/includes/wcv-template-functions.php:319
|
1278 |
+
msgid "Not available"
|
1279 |
+
msgstr ""
|
1280 |
+
|
1281 |
+
#: classes/includes/wcv-update-functions.php:111
|
1282 |
msgid "WC Vendors legacy emails are enabled. Please migrate your email templates to the new system. <a href=\"%s\">Click here to view your email settings.</a>"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: classes/includes/wcv-vendor-functions.php:41, classes/front/dashboard/class-vendor-dashboard.php:90
|
1286 |
msgid "%s has marked as shipped. "
|
1287 |
msgstr ""
|
1288 |
|
1310 |
msgid "Your account has not yet been approved to become a %s. When it is, you will receive an email telling you that your account is approved!"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: templates/dashboard/links.php:28, classes/front/dashboard/class-vendor-dashboard.php:389
|
1314 |
msgid "View Your Store"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: templates/dashboard/links.php:29, classes/admin/settings/class-wcv-settings-display.php:268, classes/front/dashboard/class-vendor-dashboard.php:393
|
1318 |
msgid "Store Settings"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: templates/dashboard/links.php:33, classes/front/dashboard/class-vendor-dashboard.php:402
|
1322 |
msgid "Add New Product"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: templates/dashboard/links.php:35, classes/front/dashboard/class-vendor-dashboard.php:407
|
1326 |
msgid "Edit Products"
|
1327 |
msgstr ""
|
1328 |
|
1330 |
msgid "Hide items"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: templates/dashboard/orders.php:24, templates/dashboard/orders.php:122
|
1334 |
msgid "View items"
|
1335 |
msgstr ""
|
1336 |
|
1338 |
msgid "Links"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: templates/dashboard/orders.php:242
|
1342 |
msgid "You have no orders during this period."
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: templates/dashboard/orders.php:143
|
1346 |
msgid "Tracking"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: templates/dashboard/orders.php:198
|
1350 |
+
msgid "Refunded:"
|
1351 |
+
msgstr ""
|
1352 |
+
|
1353 |
#: templates/dashboard/reports.php:18
|
1354 |
msgid "Sales Report"
|
1355 |
msgstr ""
|
1499 |
msgid "Product image"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: templates/front/vendor-list-filter.php:29
|
1503 |
+
msgid "Search vendors"
|
1504 |
+
msgstr ""
|
1505 |
+
|
1506 |
+
#: templates/front/vendor-list-filter.php:33
|
1507 |
+
msgid "Search for a vendor"
|
1508 |
+
msgstr ""
|
1509 |
+
|
1510 |
+
#: templates/front/vendor-list-filter.php:34
|
1511 |
+
msgid "Search"
|
1512 |
+
msgstr ""
|
1513 |
+
|
1514 |
+
#: templates/front/vendor-list-filter.php:52
|
1515 |
+
msgid "No vendors found"
|
1516 |
+
msgstr ""
|
1517 |
+
|
1518 |
+
#: templates/front/vendor-list-filter.php:48
|
1519 |
+
msgid "%s vendors found"
|
1520 |
+
msgstr ""
|
1521 |
+
|
1522 |
+
#: templates/front/vendor-list-loop.php:36
|
1523 |
+
msgid "Visit Store"
|
1524 |
+
msgstr ""
|
1525 |
+
|
1526 |
+
#: templates/orders/orders.php:115
|
1527 |
msgid "Comments (%s)"
|
1528 |
msgstr ""
|
1529 |
|
1531 |
msgid "Quantity: %d"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: templates/orders/table-body.php:40
|
1535 |
+
msgid "Refunded total: %s"
|
1536 |
+
msgstr ""
|
1537 |
+
|
1538 |
#: classes/admin/emails/class-emails.php:78
|
1539 |
msgid "denied"
|
1540 |
msgstr ""
|
1711 |
msgid "Enter recipients (comma separated) for this email. Defaults to %s."
|
1712 |
msgstr ""
|
1713 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1714 |
#. translators: %s: list of placeholders
|
1715 |
#: classes/admin/emails/class-wcv-admin-notify-application.php:159, classes/admin/emails/class-wcv-admin-notify-application.php:168, classes/admin/emails/class-wcv-admin-notify-approved.php:164, classes/admin/emails/class-wcv-admin-notify-approved.php:173, classes/admin/emails/class-wcv-admin-notify-product.php:174, classes/admin/emails/class-wcv-admin-notify-product.php:183, classes/admin/emails/class-wcv-admin-notify-shipped.php:162, classes/admin/emails/class-wcv-admin-notify-shipped.php:171, classes/admin/emails/class-wcv-customer-notify-shipped.php:161, classes/admin/emails/class-wcv-customer-notify-shipped.php:170, classes/admin/emails/class-wcv-vendor-notify-application.php:149, classes/admin/emails/class-wcv-vendor-notify-application.php:158, classes/admin/emails/class-wcv-vendor-notify-approved.php:158, classes/admin/emails/class-wcv-vendor-notify-approved.php:176, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:197, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:206, classes/admin/emails/class-wcv-vendor-notify-denied.php:169, classes/admin/emails/class-wcv-vendor-notify-denied.php:178, classes/admin/emails/class-wcv-vendor-notify-denied.php:195, classes/admin/emails/class-wcv-vendor-notify-order.php:200, classes/admin/emails/class-wcv-vendor-notify-order.php:209
|
1716 |
msgid "Available placeholders: %s"
|
1912 |
msgid "Include the payment method in the email"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
+
#: classes/admin/settings/class-wcv-settings-advanced.php:28, classes/admin/settings/class-wcv-settings-advanced.php:41, classes/admin/settings/class-wcv-settings-capabilities.php:112, classes/admin/settings/class-wcv-settings-display.php:47
|
1916 |
msgid "Advanced"
|
1917 |
msgstr ""
|
1918 |
|
1964 |
msgid "Remove custom roles registered by WC Vendors."
|
1965 |
msgstr ""
|
1966 |
|
1967 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:45, classes/admin/settings/class-wcv-settings-capabilities.php:106, classes/admin/settings/class-wcv-settings-commission.php:45, classes/admin/settings/class-wcv-settings-display.php:45, classes/admin/settings/class-wcv-settings-general.php:32, classes/admin/settings/class-wcv-settings-general.php:45, classes/admin/settings/class-wcv-settings-payments.php:50, classes/admin/views/setup/general.php:19
|
1968 |
msgid "General"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:246
|
1972 |
msgid "Permissions"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:248
|
1976 |
msgid "Enable or disable functionality for your %s"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:265
|
1980 |
msgid "Submit Products"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:266, classes/admin/views/setup/capabilities.php:25
|
1984 |
msgid "Allow %s to add/edit products"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:273
|
1988 |
msgid "Edit Live Products"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:274, classes/admin/views/setup/capabilities.php:38
|
1992 |
msgid "Allow %s to edit published (live) products"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:281
|
1996 |
msgid "Publish Approval"
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:282
|
2000 |
msgid "Allow %s to publish products directly to the marketplace without requiring approval."
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:301
|
2004 |
msgid "View Orders"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:302, classes/admin/views/setup/capabilities.php:76
|
2008 |
msgid "Allow %s to view orders"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:309
|
2012 |
msgid "Export Orders"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:310, classes/admin/views/setup/capabilities.php:89
|
2016 |
msgid "Allow %s to export their orders to a CSV file"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:317
|
2020 |
+
msgid "Export Commission"
|
2021 |
+
msgstr ""
|
2022 |
+
|
2023 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:318
|
2024 |
+
msgid "Allow %s to export their commission to a CSV file"
|
2025 |
+
msgstr ""
|
2026 |
+
|
2027 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:325
|
2028 |
msgid "Front End Sales Reports"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:326
|
2032 |
msgid "Allow %1$s to view sales table on the frontend on the %2$s dashboard page."
|
2033 |
msgstr ""
|
2034 |
|
2035 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:164
|
2036 |
msgid "Configure what order information a %s can view from an order"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:169
|
2040 |
msgid "View Order Notes"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:170, classes/admin/views/setup/capabilities.php:102
|
2044 |
msgid "Allow %s to view order notes"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:177
|
2048 |
msgid "Add Order Notes"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:178, classes/admin/views/setup/capabilities.php:115
|
2052 |
msgid "Allow %s to add order notes."
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:185
|
2056 |
msgid "Customer Name"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:186
|
2060 |
msgid "Allow %s to view customer name fields"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:193
|
2064 |
msgid "Customer Shipping Name"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:194
|
2068 |
msgid "Allow %s to view customer shipping name fields"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:201
|
2072 |
msgid "Customer Billing Address"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:202
|
2076 |
msgid "Allow %s to view customer billing address fields"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:209
|
2080 |
msgid "Customer Shipping Address"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:210
|
2084 |
msgid "Allow %s to view the customer shipping fields"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:217
|
2088 |
msgid "Customer Email"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:218
|
2092 |
msgid "Allow %s to view the customer email address"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:225
|
2096 |
msgid "Customer Phone"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:226
|
2100 |
msgid "Allow %s to view the customer phone number"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:67
|
2104 |
msgid "Add / Edit Product"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:69
|
2108 |
msgid "Configure what product information to hide from the %s when creating or editing a product"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:74
|
2112 |
msgid "Product Types"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:75
|
2116 |
msgid "This controls what product types are hidden from the %s"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:85
|
2120 |
msgid "Product Type Options"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:86
|
2124 |
msgid "This controls what product type options are hidden from the %s"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:92
|
2128 |
msgid "Virtual"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:93
|
2132 |
msgid "Downloadable"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:99
|
2136 |
msgid "Product Data Tabs"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:100
|
2140 |
msgid "This controls what product data tabs will be hidden from the %s"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:107
|
2144 |
msgid "Inventory"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:109
|
2148 |
msgid "Linked Products"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:110
|
2152 |
msgid "Attributes"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:111
|
2156 |
msgid "Variations"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:118
|
2160 |
msgid "Featured Product"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:119
|
2164 |
msgid "Allow %s to use the featured product option"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:126
|
2168 |
msgid "Duplicate Product"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:127
|
2172 |
msgid "Allow %s to duplicate products"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:134
|
2176 |
msgid "SKU"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:135
|
2180 |
msgid "Hide sku field from %s"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:142
|
2184 |
msgid "Taxes"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:143
|
2188 |
msgid "Hide tax fields from %s"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:46
|
2192 |
+
msgid "PayPal Payouts Web"
|
2193 |
+
msgstr ""
|
2194 |
+
|
2195 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:103
|
2196 |
msgid "These are the commission settings for your marketplace"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:107
|
2200 |
msgid "%s Commission %%"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:108
|
2204 |
msgid "The global commission rate for your %s"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:115
|
2208 |
+
msgid "Show reversed orders"
|
2209 |
+
msgstr ""
|
2210 |
+
|
2211 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:116
|
2212 |
+
msgid "Show reversed / refunded orders on the order dashboard"
|
2213 |
+
msgstr ""
|
2214 |
+
|
2215 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:67
|
2216 |
+
msgid "These are the settings for the PayPal Payouts Web. You can manually pay up to 5000 %s by uploading a formatted file to your PayPal business account."
|
2217 |
+
msgstr ""
|
2218 |
+
|
2219 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:72
|
2220 |
+
msgid "Payout Currency"
|
2221 |
+
msgstr ""
|
2222 |
+
|
2223 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:82
|
2224 |
+
msgid "Payout Note"
|
2225 |
+
msgstr ""
|
2226 |
+
|
2227 |
+
#: classes/admin/settings/class-wcv-settings-commission.php:83
|
2228 |
+
msgid "Note to %s in payout."
|
2229 |
+
msgstr ""
|
2230 |
+
|
2231 |
#: classes/admin/settings/class-wcv-settings-display.php:32
|
2232 |
msgid "Display"
|
2233 |
msgstr ""
|
2236 |
msgid "Labels"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: classes/admin/settings/class-wcv-settings-display.php:193
|
2240 |
+
msgid "Mystery Person"
|
2241 |
+
msgstr ""
|
2242 |
+
|
2243 |
+
#: classes/admin/settings/class-wcv-settings-display.php:194
|
2244 |
+
msgid "Blank"
|
2245 |
+
msgstr ""
|
2246 |
+
|
2247 |
+
#: classes/admin/settings/class-wcv-settings-display.php:195
|
2248 |
+
msgid "Gravatar Logo"
|
2249 |
+
msgstr ""
|
2250 |
+
|
2251 |
+
#: classes/admin/settings/class-wcv-settings-display.php:196
|
2252 |
+
msgid "Identicon (Generated)"
|
2253 |
+
msgstr ""
|
2254 |
+
|
2255 |
+
#: classes/admin/settings/class-wcv-settings-display.php:197
|
2256 |
+
msgid "Wavatar (Generated)"
|
2257 |
+
msgstr ""
|
2258 |
+
|
2259 |
#: classes/admin/settings/class-wcv-settings-display.php:198
|
2260 |
+
msgid "MonsterID (Generated)"
|
2261 |
+
msgstr ""
|
2262 |
+
|
2263 |
+
#: classes/admin/settings/class-wcv-settings-display.php:199
|
2264 |
+
msgid "Retro (Generated)"
|
2265 |
+
msgstr ""
|
2266 |
+
|
2267 |
+
#: classes/admin/settings/class-wcv-settings-display.php:212
|
2268 |
msgid "These pages used on the front end by %s."
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: classes/admin/settings/class-wcv-settings-display.php:216
|
2272 |
msgid "Dashboard"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
+
#: classes/admin/settings/class-wcv-settings-display.php:222
|
2276 |
msgid "<br />This sets the page used to display the front end %s dashboard. This page should contain the following shortcode. <code>[wcv_vendor_dashboard]</code>"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: classes/admin/settings/class-wcv-settings-display.php:231
|
2280 |
msgid "<br />This sets the page used to display the %s shop settings page. This page should contain the following shortcode. <code>[wcv_shop_settings]</code>"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: classes/admin/settings/class-wcv-settings-display.php:240
|
2284 |
msgid "<br />This sets the page used to display the %s orders page. This page should contain the following shortcode. <code>[wcv_orders]</code>"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
+
#: classes/admin/settings/class-wcv-settings-display.php:249
|
2288 |
msgid "<br />This sets the page used to display a paginated list of all %1$s stores. Your %1$s stores will be available at <code>%2$s/page-slug/store-name/</code><br />This page should contain the following shortcode. <code>[wcv_vendorslist]</code>"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: classes/admin/settings/class-wcv-settings-display.php:252
|
2292 |
msgid "Terms and Conditions"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: classes/admin/settings/class-wcv-settings-display.php:258
|
2296 |
msgid "<br />This sets the page used to display the terms and conditions when a %s signs up."
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: classes/admin/settings/class-wcv-settings-display.php:270
|
2300 |
msgid "These are the settings for the individual %s stores."
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: classes/admin/settings/class-wcv-settings-display.php:275
|
2304 |
msgid "%s Store URL"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: classes/admin/settings/class-wcv-settings-display.php:276
|
2308 |
msgid "If you enter \"vendors\" your %1$s store will be %1$s/vendors/store-name/"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: classes/admin/settings/class-wcv-settings-display.php:283
|
2312 |
msgid "Shop Header"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: classes/admin/settings/class-wcv-settings-display.php:284
|
2316 |
msgid "Enable %s shop headers"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: classes/admin/settings/class-wcv-settings-display.php:285
|
2320 |
msgid "This enables the %s shop header template."
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: classes/admin/settings/class-wcv-settings-display.php:301, classes/admin/views/html-vendor-settings-page.php:198, templates/dashboard/settings/shop-description.php:18
|
2324 |
msgid "Shop Description"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: classes/admin/settings/class-wcv-settings-display.php:302
|
2328 |
msgid "Enable %s shop description"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: classes/admin/settings/class-wcv-settings-display.php:303
|
2332 |
msgid "This enables the %1$s shop description on the %1$s store page."
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: classes/admin/settings/class-wcv-settings-display.php:310
|
2336 |
msgid "Shop HTML"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: classes/admin/settings/class-wcv-settings-display.php:311
|
2340 |
msgid "Allow HTML in %s shop description"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: classes/admin/settings/class-wcv-settings-display.php:312
|
2344 |
msgid "This will enable the WYSIWYG editor and for the %1$s shop description. You can enable or disable this per %1$s by editing the %1$s user account."
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: classes/admin/settings/class-wcv-settings-display.php:319
|
2348 |
msgid "Display Name"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: classes/admin/settings/class-wcv-settings-display.php:321
|
2352 |
msgid "Select what will be used to display the %s name throughout the marketplace."
|
2353 |
msgstr ""
|
2354 |
|
2355 |
+
#: classes/admin/settings/class-wcv-settings-display.php:326
|
2356 |
msgid "Display name"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
+
#: classes/admin/settings/class-wcv-settings-display.php:327, classes/admin/views/html-vendor-meta.php:27
|
2360 |
msgid "Shop name"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
+
#: classes/admin/settings/class-wcv-settings-display.php:328
|
2364 |
msgid "%s Username"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
+
#: classes/admin/settings/class-wcv-settings-display.php:329
|
2368 |
msgid "%s Email"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: classes/admin/settings/class-wcv-settings-display.php:337
|
2372 |
+
msgid "Vendors List Settings"
|
2373 |
+
msgstr ""
|
2374 |
+
|
2375 |
+
#: classes/admin/settings/class-wcv-settings-display.php:339
|
2376 |
+
msgid "These settings are for the vendors list page."
|
2377 |
+
msgstr ""
|
2378 |
+
|
2379 |
+
#: classes/admin/settings/class-wcv-settings-display.php:343
|
2380 |
+
msgid "List Display"
|
2381 |
+
msgstr ""
|
2382 |
+
|
2383 |
+
#: classes/admin/settings/class-wcv-settings-display.php:344
|
2384 |
+
msgid "Select default display for %s list"
|
2385 |
+
msgstr ""
|
2386 |
+
|
2387 |
+
#: classes/admin/settings/class-wcv-settings-display.php:350
|
2388 |
+
msgid "Grid"
|
2389 |
+
msgstr ""
|
2390 |
+
|
2391 |
+
#: classes/admin/settings/class-wcv-settings-display.php:351
|
2392 |
+
msgid "List"
|
2393 |
+
msgstr ""
|
2394 |
+
|
2395 |
+
#: classes/admin/settings/class-wcv-settings-display.php:355
|
2396 |
+
msgid "Default Avatar"
|
2397 |
+
msgstr ""
|
2398 |
+
|
2399 |
+
#: classes/admin/settings/class-wcv-settings-display.php:356
|
2400 |
+
msgid "Select avatar for %s"
|
2401 |
+
msgstr ""
|
2402 |
+
|
2403 |
+
#: classes/admin/settings/class-wcv-settings-display.php:104, classes/admin/settings/class-wcv-settings-display.php:67, classes/admin/settings/class-wcv-settings-payments.php:135, classes/admin/settings/class-wcv-settings-payments.php:75, classes/admin/settings/class-wcv-settings-payments.php:82
|
2404 |
msgid ""
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: classes/admin/settings/class-wcv-settings-display.php:106
|
2408 |
msgid "Labels are shown on the front end, in orders or emails."
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: classes/admin/settings/class-wcv-settings-display.php:111
|
2412 |
msgid "%s singluar term"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: classes/admin/settings/class-wcv-settings-display.php:112
|
2416 |
msgid "Change all references to vendor to this term"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
+
#: classes/admin/settings/class-wcv-settings-display.php:119
|
2420 |
msgid "%s plural term"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: classes/admin/settings/class-wcv-settings-display.php:120
|
2424 |
msgid "Change all references to vendors to this term"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: classes/admin/settings/class-wcv-settings-display.php:127, classes/admin/settings/class-wcv-settings-display.php:148
|
2428 |
msgid "Sold By"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: classes/admin/settings/class-wcv-settings-display.php:128
|
2432 |
msgid "Enable sold by labels"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: classes/admin/settings/class-wcv-settings-display.php:129
|
2436 |
msgid "This enables the sold by labels used to show which %s shop the product belongs to"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
+
#: classes/admin/settings/class-wcv-settings-display.php:136
|
2440 |
msgid "Sold By Separator"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
+
#: classes/admin/settings/class-wcv-settings-display.php:137
|
2444 |
msgid "The sold by separator"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: classes/admin/settings/class-wcv-settings-display.php:140
|
2448 |
msgid ":"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: classes/admin/settings/class-wcv-settings-display.php:144
|
2452 |
msgid "Sold By Label"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: classes/admin/settings/class-wcv-settings-display.php:145
|
2456 |
msgid "The sold by label"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: classes/admin/settings/class-wcv-settings-display.php:152
|
2460 |
msgid "Become A %s"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: classes/admin/settings/class-wcv-settings-display.php:153
|
2464 |
msgid "Show the \"Become a %s\" link on WooCommerce my-account page"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: classes/admin/settings/class-wcv-settings-display.php:160
|
2468 |
msgid "Become A %s Label"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
+
#: classes/admin/settings/class-wcv-settings-display.php:161
|
2472 |
msgid "The become a %s label"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
+
#: classes/admin/settings/class-wcv-settings-display.php:164
|
2476 |
msgid "Become a"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
+
#: classes/admin/settings/class-wcv-settings-display.php:168
|
2480 |
msgid "%s Store Info"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
+
#: classes/admin/settings/class-wcv-settings-display.php:169
|
2484 |
msgid "Enable %s store info tab on the single product page"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: classes/admin/settings/class-wcv-settings-display.php:176
|
2488 |
msgid "%s Store Info Label"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
+
#: classes/admin/settings/class-wcv-settings-display.php:177
|
2492 |
msgid "The %s store info label"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
+
#: classes/admin/settings/class-wcv-settings-display.php:180
|
2496 |
msgid "Store Info"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
+
#: classes/admin/settings/class-wcv-settings-display.php:69
|
2500 |
msgid "Advanced options provide extra display options"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#: classes/admin/settings/class-wcv-settings-display.php:73
|
2504 |
msgid "Product Page Stylesheet"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: classes/admin/settings/class-wcv-settings-display.php:74
|
2508 |
msgid "You can add CSS in this textarea, which will be loaded on the WooCommerce product edit page for %s in the WordPress admin."
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: classes/admin/settings/class-wcv-settings-display.php:75
|
2512 |
msgid "This will output custom CSS on the product edit page "
|
2513 |
msgstr ""
|
2514 |
|
2515 |
+
#: classes/admin/settings/class-wcv-settings-display.php:82
|
2516 |
msgid "Use WooCommerce Registration"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: classes/admin/settings/class-wcv-settings-display.php:86
|
2520 |
msgid "This will redirect the WordPress registration to WooCommerce my-account page for registration."
|
2521 |
msgstr ""
|
2522 |
|
2928 |
msgid "PayPal E-mail"
|
2929 |
msgstr ""
|
2930 |
|
2931 |
+
#: classes/admin/views/html-vendor-meta.php:54, classes/admin/views/html-vendor-settings-page.php:35
|
2932 |
+
msgid "PayPal MassPay Wallet"
|
2933 |
+
msgstr ""
|
2934 |
+
|
2935 |
+
#: classes/admin/views/html-vendor-meta.php:70, classes/admin/views/html-vendor-settings-page.php:54, templates/dashboard/settings/paypal-email-form.php:31
|
2936 |
+
msgid "Venmo ID"
|
2937 |
+
msgstr ""
|
2938 |
+
|
2939 |
+
#: classes/admin/views/html-vendor-meta.php:74
|
2940 |
+
msgid "Your Venmo ID or Phone number"
|
2941 |
+
msgstr ""
|
2942 |
+
|
2943 |
+
#: classes/admin/views/html-vendor-meta.php:141
|
2944 |
msgid "Commission rate"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
+
#: classes/admin/views/html-vendor-meta.php:157
|
2948 |
msgid "Give Tax"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
+
#: classes/admin/views/html-vendor-meta.php:162
|
2952 |
msgid "Tax override for %s"
|
2953 |
msgstr ""
|
2954 |
|
2955 |
+
#: classes/admin/views/html-vendor-meta.php:174
|
2956 |
msgid "Give Shipping"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
+
#: classes/admin/views/html-vendor-meta.php:179
|
2960 |
msgid "Shipping override for %s"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
+
#: classes/admin/views/html-vendor-meta.php:191, classes/admin/views/html-vendor-settings-page.php:167, templates/dashboard/settings/seller-info.php:20
|
2964 |
msgid "Seller info"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
+
#: classes/admin/views/html-vendor-meta.php:202
|
2968 |
msgid "Shop description"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
+
#: classes/admin/views/html-vendor-settings-page.php:13, templates/dashboard/settings/paypal-email-form.php:19
|
2972 |
msgid "PayPal Address"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: classes/admin/views/html-vendor-settings-page.php:21, classes/admin/views/html-vendor-settings-page.php:60
|
2976 |
msgid "Your PayPal address can be used to send you your commission."
|
2977 |
msgstr ""
|
2978 |
|
2979 |
+
#: classes/admin/views/html-vendor-settings-page.php:46
|
2980 |
+
msgid "Choose how your commission is paid."
|
2981 |
+
msgstr ""
|
2982 |
+
|
2983 |
+
#: classes/admin/views/html-vendor-settings-page.php:150, templates/dashboard/settings/shop-name.php:18
|
2984 |
msgid "Shop Name"
|
2985 |
msgstr ""
|
2986 |
|
2987 |
+
#: classes/admin/views/html-vendor-settings-page.php:157, templates/dashboard/settings/shop-name.php:19
|
2988 |
msgid "Your shop name is public and must be unique."
|
2989 |
msgstr ""
|
2990 |
|
2991 |
+
#: classes/admin/views/html-vendor-settings-page.php:186, templates/dashboard/settings/seller-info.php:21
|
2992 |
msgid "This is displayed on each of your products."
|
2993 |
msgstr ""
|
2994 |
|
2995 |
+
#: classes/admin/views/html-vendor-settings-page.php:217, templates/dashboard/settings/shop-description.php:19
|
2996 |
msgid "This is displayed on your <a href=\"%s\">shop page</a>."
|
2997 |
msgstr ""
|
2998 |
|
2999 |
+
#: classes/admin/views/html-vendor-settings-page.php:230
|
3000 |
msgid "Save Shop Settings"
|
3001 |
msgstr ""
|
3002 |
|
3008 |
msgid "You are already an approved vendor, no need to apply"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:87
|
3012 |
msgid "Order marked shipped."
|
3013 |
msgstr ""
|
3014 |
|
3015 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:120, classes/front/dashboard/class-vendor-dashboard.php:121
|
3016 |
msgid "Tracking number"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
+
#: classes/front/dashboard/class-vendor-dashboard.php:123
|
3020 |
msgid "Success. Your tracking number has been updated."
|
3021 |
msgstr ""
|
3022 |
|
3032 |
msgid "No orders."
|
3033 |
msgstr ""
|
3034 |
|
3035 |
+
#: classes/front/orders/class-orders.php:215
|
3036 |
msgid "Product Title"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: classes/front/orders/class-orders.php:216
|
3040 |
msgid "Full name"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: classes/front/orders/class-orders.php:217
|
3044 |
msgid "Address"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: classes/front/orders/class-orders.php:218
|
3048 |
msgid "City"
|
3049 |
msgstr ""
|
3050 |
|
3051 |
+
#: classes/front/orders/class-orders.php:219
|
3052 |
msgid "State"
|
3053 |
msgstr ""
|
3054 |
|
3055 |
+
#: classes/front/orders/class-orders.php:220
|
3056 |
msgid "Zip"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
+
#: classes/front/orders/class-orders.php:221
|
3060 |
msgid "Email address"
|
3061 |
msgstr ""
|
3062 |
|
3112 |
msgid "This controls the title which the user sees during checkout."
|
3113 |
msgstr ""
|
3114 |
|
|
|
|
|
|
|
|
|
3115 |
#: classes/gateways/PayPal_AdvPayments/paypal_ap.php:163, classes/gateways/WCV_Gateway_Test/class-wcv-gateway-test.php:75
|
3116 |
msgid "Description"
|
3117 |
msgstr ""
|
3272 |
msgid "Test gateway transation complete. Order processing."
|
3273 |
msgstr ""
|
3274 |
|
3275 |
+
#: templates/dashboard/settings/paypal-email-form.php:20
|
3276 |
msgid "Your PayPal address can be used to manually send you your commission."
|
3277 |
msgstr ""
|
3278 |
|
3279 |
+
#: templates/dashboard/settings/paypal-email-form.php:25
|
3280 |
+
msgid "PayPal Payout"
|
3281 |
+
msgstr ""
|
3282 |
+
|
3283 |
+
#: templates/dashboard/settings/paypal-email-form.php:26
|
3284 |
+
msgid "Choose how you want your commission payout."
|
3285 |
+
msgstr ""
|
3286 |
+
|
3287 |
+
#: templates/dashboard/settings/paypal-email-form.php:32
|
3288 |
+
msgid "Provide your Venmo ID or Phone number for your commission payout."
|
3289 |
+
msgstr ""
|
3290 |
+
|
3291 |
#: templates/dashboard/settings/settings.php:46
|
3292 |
msgid "Bank Details"
|
3293 |
msgstr ""
|
3541 |
msgid "Subscribe to our newsletter! Get product updates, marketplace tips, information and more."
|
3542 |
msgstr ""
|
3543 |
|
3544 |
+
#: classes/admin/views/setup/ready.php:19
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3545 |
msgid "Need Help?"
|
3546 |
msgstr ""
|
3547 |
|
readme.txt
CHANGED
@@ -6,10 +6,10 @@ Author URI: https://www.wcvendors.com/
|
|
6 |
Plugin URI: https://www.wcvendors.com/
|
7 |
Requires at least: 5.3.0
|
8 |
Requires PHP: 7.4
|
9 |
-
Tested up to: 6.
|
10 |
WC requires at least: 5.0.0
|
11 |
-
WC tested up to: 6.
|
12 |
-
Stable tag: 2.4.
|
13 |
License: GPLv2 or later
|
14 |
|
15 |
The original multi-vendor marketplace plugin for WordPress and WooCommerce. Best support available.
|
@@ -264,6 +264,17 @@ WC Vendors Marketplace does not work with multisite WordPress. There are no plan
|
|
264 |
|
265 |
== Changelog ==
|
266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
== Version 2.4.2 - 19th May 2022 ==
|
268 |
|
269 |
* Updated: Dev tools (#842)
|
6 |
Plugin URI: https://www.wcvendors.com/
|
7 |
Requires at least: 5.3.0
|
8 |
Requires PHP: 7.4
|
9 |
+
Tested up to: 6.1
|
10 |
WC requires at least: 5.0.0
|
11 |
+
WC tested up to: 6.7
|
12 |
+
Stable tag: 2.4.3
|
13 |
License: GPLv2 or later
|
14 |
|
15 |
The original multi-vendor marketplace plugin for WordPress and WooCommerce. Best support available.
|
264 |
|
265 |
== Changelog ==
|
266 |
|
267 |
+
==Version 2.4.3 - 21 July 2022 ==
|
268 |
+
|
269 |
+
* Added: Paypal Masspay Web CSV export (#860)
|
270 |
+
* Added: Vendor ID and Product Count Columns on user screen (#858)
|
271 |
+
* Updated: Vendors list page redesign (#846)
|
272 |
+
* Updated: Dutch translations thanks Eric (#865)
|
273 |
+
* Updated: Show the Vendor selectbox while using Gutenberg for products (#853)
|
274 |
+
* Fixed: Order Notification for the vendor does not include the coupon discount (#849)
|
275 |
+
* Fixed: Order status not getting updated with partial refund (#829)
|
276 |
+
* Fixed: Shipping issue with WC Vendors Pro #1661 (#855)
|
277 |
+
|
278 |
== Version 2.4.2 - 19th May 2022 ==
|
279 |
|
280 |
* Updated: Dev tools (#842)
|
templates/dashboard/settings/paypal-email-form.php
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
* @author Jamie Madden, WC Vendors
|
8 |
* @package WCVendors/Templates/Emails/HTML
|
9 |
* @version 2.0.0
|
|
|
10 |
*/
|
11 |
|
12 |
if ( ! defined( 'ABSPATH' ) ) {
|
@@ -21,4 +22,16 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
21 |
<input type="email" name="pv_paypal" id="pv_paypal" placeholder="some@email.com"
|
22 |
value="<?php echo get_user_meta( $user_id, 'pv_paypal', true ); ?>"/>
|
23 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
</div>
|
7 |
* @author Jamie Madden, WC Vendors
|
8 |
* @package WCVendors/Templates/Emails/HTML
|
9 |
* @version 2.0.0
|
10 |
+
* @version 2.4.3 - Added support for PayPal Masspay web
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
22 |
<input type="email" name="pv_paypal" id="pv_paypal" placeholder="some@email.com"
|
23 |
value="<?php echo get_user_meta( $user_id, 'pv_paypal', true ); ?>"/>
|
24 |
</p>
|
25 |
+
<p><b><?php _e( 'PayPal Payout', 'wc-vendors' ); ?></b><br/>
|
26 |
+
<?php _e( 'Choose how you want your commission payout.', 'wc-vendors' ); ?><br/>
|
27 |
+
<?php $wcv_paypal_wallet = get_user_meta( $user_id, 'wcv_paypal_masspay_wallet', true ); ?>
|
28 |
+
<?php echo wcv_paypal_masspay_walet_select($wcv_paypal_wallet ); ?>
|
29 |
+
|
30 |
+
</p>
|
31 |
+
<p><b><?php _e( 'Venmo ID', 'wc-vendors' ); ?></b><br/>
|
32 |
+
<?php _e( 'Provide your Venmo ID or Phone number for your commission payout.', 'wc-vendors' ); ?><br/>
|
33 |
+
|
34 |
+
<input type="text" name="wcv_paypal_masspay_venmo_id" id="wcv_paypal_masspay_venmo_id" placeholder="some@email.com"
|
35 |
+
value="<?php echo get_user_meta( $user_id, 'wcv_paypal_masspay_venmo_id', true ); ?>"/>
|
36 |
+
</p>
|
37 |
</div>
|
templates/front/vendor-list-filter.php
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Vendor List Filter Template
|
4 |
+
*
|
5 |
+
* This template can be overridden by copying it to yourtheme/wc-vendors/front/vendor-list-filter.php
|
6 |
+
*
|
7 |
+
* @author Jamie Madden, WC Vendors
|
8 |
+
* @package WCVendors/Templates/Front
|
9 |
+
* @version 2.4.2
|
10 |
+
* @version 2.4.2 - More responsive
|
11 |
+
*
|
12 |
+
* Template Variables available
|
13 |
+
* $display_mode : Vendor list display mode grid or list
|
14 |
+
* $search_term : The search term to use for filtering
|
15 |
+
* $vendors_count : The total number of vendors
|
16 |
+
*/
|
17 |
+
|
18 |
+
$active_class = array(
|
19 |
+
'grid' => '',
|
20 |
+
'list' => '',
|
21 |
+
);
|
22 |
+
if ( 'grid' === $display_mode ) {
|
23 |
+
$active_class['grid'] = 'active';
|
24 |
+
} else {
|
25 |
+
$active_class['list'] = 'active';
|
26 |
+
}
|
27 |
+
?>
|
28 |
+
<div class="wcv-vendor-list-filter">
|
29 |
+
<label for="search-vendors-toggle-checkbox" class="button search-vendors-toggle-button" title="<?php esc_attr_e( 'Search vendors', 'wc-vendors' ); ?>"><span class="dashicons dashicons-search"></span></label>
|
30 |
+
<input type="checkbox" id="search-vendors-toggle-checkbox" class="search-vendors-toggle-checkbox" />
|
31 |
+
<div class="wcv-vendor-list-search">
|
32 |
+
<form action="" method="GET" class="wcv-form">
|
33 |
+
<input type="text" value="<?php echo $search_term; ?>" name="search" id="wcv-vendor-list-search" placeholder="<?php esc_attr_e( 'Search for a vendor', 'wc-vendors' ); ?>" />
|
34 |
+
<input type="submit" class="wcv-button" value="<?php esc_attr_e( 'Search', 'wc-vendors' ); ?>" />
|
35 |
+
</form>
|
36 |
+
</div>
|
37 |
+
<div class="wcv-vendor-list-switch">
|
38 |
+
<a href="<?php echo esc_url( add_query_arg( array( 'display_mode' => 'grid' ) ) ); ?>" class="wcv-vendor-list-switch-item <?php echo esc_attr( $active_class['grid'] ); ?>" data-view="grid" title="<?php esc_attr_e( 'Grid', 'wcvendors-pro' ); ?>"><span class="dashicons dashicons-grid-view"></span></a>
|
39 |
+
<a href="<?php echo esc_url( add_query_arg( array( 'display_mode' => 'list' ) ) ); ?>" class="wcv-vendor-list-switch-item <?php echo esc_attr( $active_class['list'] ); ?>" data-view="list" title="<?php esc_attr_e( 'List', 'wcvendors-pro' ); ?>"><span class="dashicons dashicons-menu-alt"></span></a>
|
40 |
+
</div>
|
41 |
+
</div>
|
42 |
+
<?php if ( $search_term ) : ?>
|
43 |
+
<div class="vendor-search-result-text">
|
44 |
+
<?php
|
45 |
+
if ( $vendors_count > 0 ) {
|
46 |
+
printf(
|
47 |
+
/* translators: %s: total vendors */
|
48 |
+
esc_html__( '%s vendors found', 'wc-vendors' ),
|
49 |
+
'<span class="vendor-search-result-count">' . esc_html( $vendors_count ) . '</span>'
|
50 |
+
);
|
51 |
+
} else {
|
52 |
+
esc_html_e( 'No vendors found', 'wc-vendors' );
|
53 |
+
}
|
54 |
+
?>
|
55 |
+
<!-- Clear search button -->
|
56 |
+
<a href="<?php echo esc_url( remove_query_arg( 'search' ) ); ?>" class="vendor-search-clear-button">
|
57 |
+
<span class="dashicons dashicons-no-alt"></span>
|
58 |
+
</a>
|
59 |
+
</div>
|
60 |
+
<?php endif; ?>
|
templates/front/vendor-list-loop.php
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Vendor List Template
|
4 |
+
*
|
5 |
+
* This template can be overridden by copying it to yourtheme/wc-vendors/front/vendors-list-loop.php
|
6 |
+
*
|
7 |
+
* @author Jamie Madden, WC Vendors
|
8 |
+
* @package WCVendors/Templates/Front
|
9 |
+
* @since 2.4.2
|
10 |
+
* @version 2.4.2 - More responsive
|
11 |
+
*
|
12 |
+
* Template Variables available
|
13 |
+
* $shop_name : pv_shop_name
|
14 |
+
* $shop_description : pv_shop_description (completely sanitized)
|
15 |
+
* $shop_link : the vendor shop link
|
16 |
+
* $vendor_id : current vendor id for customization
|
17 |
+
* $avatar : the vendor avatar
|
18 |
+
* $phone : the vendor store phone number
|
19 |
+
* $address : the vendor store address
|
20 |
+
*/
|
21 |
+
|
22 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
23 |
+
exit;
|
24 |
+
}
|
25 |
+
?>
|
26 |
+
<div class="vendor_list">
|
27 |
+
<div class="vendor_list_avatar">
|
28 |
+
<a href="<?php echo esc_url( $shop_link ); ?>"><?php echo $avatar; ?></a>
|
29 |
+
</div>
|
30 |
+
<div class="vendor_list_info">
|
31 |
+
<h3 class="vendor_list--shop-name">
|
32 |
+
<a href="<?php echo esc_url( $shop_link ); ?>"><?php echo esc_html( $shop_name ); ?></a>
|
33 |
+
</h3>
|
34 |
+
<small class="vendors_list--shop-phone"><span class="dashicons dashicons-smartphone"></span><span><?php echo esc_html( $phone ); ?></span></small> <br/>
|
35 |
+
<small class="vendors_list--shop-address"><span class="dashicons dashicons-location"></span><span><?php echo esc_html( $address ); ?></span></small><br/>
|
36 |
+
<a class="button vendors_list--shop-link" href="<?php echo esc_url( $shop_link ); ?>"><?php esc_html_e( 'Visit Store', 'wc-vendors' ); ?></a>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
</div>
|
templates/front/vendor-list.php
CHANGED
@@ -5,24 +5,49 @@
|
|
5 |
* This template can be overridden by copying it to yourtheme/wc-vendors/front/vendors-list.php
|
6 |
*
|
7 |
* @author Jamie Madden, WC Vendors
|
8 |
-
* @package WCVendors/Templates/
|
9 |
* @version 2.0.0
|
|
|
10 |
*
|
11 |
-
*
|
12 |
-
* $
|
13 |
-
* $
|
14 |
-
* $
|
15 |
-
* $
|
16 |
*/
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) {
|
19 |
exit;
|
20 |
}
|
21 |
?>
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
* This template can be overridden by copying it to yourtheme/wc-vendors/front/vendors-list.php
|
6 |
*
|
7 |
* @author Jamie Madden, WC Vendors
|
8 |
+
* @package WCVendors/Templates/Front
|
9 |
* @version 2.0.0
|
10 |
+
* @version 2.4.2 - More responsive
|
11 |
*
|
12 |
+
* Template Variables available
|
13 |
+
* $display_mode : Vendor list display mode grid or list
|
14 |
+
* $search_term : The search term to use for filtering
|
15 |
+
* $vendors_list : The vendors to display
|
16 |
+
* $vendor_count : The total number of vendors
|
17 |
*/
|
18 |
|
19 |
if ( ! defined( 'ABSPATH' ) ) {
|
20 |
exit;
|
21 |
}
|
22 |
?>
|
23 |
+
<?php
|
24 |
+
/**
|
25 |
+
* wcvendors_before_vendor_list_loop hook.
|
26 |
+
*
|
27 |
+
* @hooked wcvendors_before_vendor_list_loop - 10
|
28 |
+
*/
|
29 |
+
do_action( 'wcvendors_vendor_list_filter', $display_mode, $search_term, $vendors_count );
|
30 |
+
?>
|
31 |
+
<?php
|
32 |
+
/**
|
33 |
+
* wcvendors_before_vendor_list hook.
|
34 |
+
*
|
35 |
+
* @hooked wcvendors_before_vendor_list - 10
|
36 |
+
*/
|
37 |
+
do_action( 'wcvendors_before_vendor_list', $display_mode );
|
38 |
+
?>
|
39 |
+
<?php
|
40 |
+
/**
|
41 |
+
* wcvendors_before_vendor_list_loop hook.
|
42 |
+
*
|
43 |
+
* @hooked wcvendors_before_vendor_list_loop - 10
|
44 |
+
*/
|
45 |
+
do_action( 'wcvendors_vendor_list_loop', $vendors_list );
|
46 |
+
?>
|
47 |
+
<?php
|
48 |
+
/**
|
49 |
+
* wcvendors_after_vendor_list hook.
|
50 |
+
*
|
51 |
+
* @hooked wcvendors_after_vendor_list - 10
|
52 |
+
*/
|
53 |
+
do_action( 'wcvendors_after_vendor_list' );
|
wpml-config.xml
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
<key name="can_submit_order_comments"/>
|
17 |
<key name="can_view_order_emails"/>
|
18 |
<key name="can_export_csv"/>
|
|
|
19 |
<key name="can_view_frontend_reports"/>
|
20 |
<key name="can_submit_products"/>
|
21 |
<key name="can_edit_published_products"/>
|
16 |
<key name="can_submit_order_comments"/>
|
17 |
<key name="can_view_order_emails"/>
|
18 |
<key name="can_export_csv"/>
|
19 |
+
<key name="can_export_csv_commission"/>
|
20 |
<key name="can_view_frontend_reports"/>
|
21 |
<key name="can_submit_products"/>
|
22 |
<key name="can_edit_published_products"/>
|