Version Description
- Enhancement - Make Shipped and Partially Shipped unremovable from Order Emails Display option
- Enhancement - Add Docs, Support and Review link on plugins page
- Enhancement - Added Sync providers Message on Shipping Providers list settings page
- Dev - Updated Croatian Translation Files
- Dev - Updated Deprecated jQuery code for jQuery keyup function
- Dev - Improve the synch providers functionality based on provider_slug
- Dev - Tested with WP 5.9.2 and WC 6.3.1
- Fix - Fixed error when add tracking information to order for PHP 8
- Fix - Fixed synch providers issue for J&T provider
Download this release
Release Info
Developer | zorem |
Plugin | Advanced Shipment Tracking for WooCommerce |
Version | 3.3.2 |
Comparing to | |
See all releases |
Code changes from version 3.3.1 to 3.3.2
- assets/css/admin.css +3 -0
- assets/images/shippypro.png +0 -0
- assets/js/hip.js +2 -2
- assets/js/shipping_row.js +9 -2
- includes/class-wc-admin-notices.php +16 -13
- includes/class-wc-advanced-shipment-tracking-admin-notice.php +79 -7
- includes/class-wc-advanced-shipment-tracking-admin.php +16 -6
- includes/class-wc-advanced-shipment-tracking-install.php +19 -7
- includes/class-wc-advanced-shipment-tracking-settings.php +16 -11
- includes/class-wc-advanced-shipment-tracking.php +6 -4
- includes/views/activity_panel.php +1 -1
- includes/views/admin_options_bulk_upload.php +1 -1
- includes/views/admin_options_shipping_provider.php +3 -1
- includes/views/integrations_admin_options.php +1 -1
- lang/woo-advanced-shipment-tracking-hr.mo +0 -0
- lang/woo-advanced-shipment-tracking-hr.po +1162 -0
- readme.txt +12 -1
- woocommerce-advanced-shipment-tracking.php +14 -4
assets/css/admin.css
CHANGED
@@ -2042,6 +2042,9 @@ span.dashicons.dashicons-trash.remove {
|
|
2042 |
.ast-tgl-btn[for="enable_parcelforce_integration"]{
|
2043 |
pointer-events: none;
|
2044 |
}
|
|
|
|
|
|
|
2045 |
|
2046 |
/*** RTL CSS ***/
|
2047 |
.rtl .tab_section .accordion span.dashicons {
|
2042 |
.ast-tgl-btn[for="enable_parcelforce_integration"]{
|
2043 |
pointer-events: none;
|
2044 |
}
|
2045 |
+
.multiple_select_container.wc_ast_unclude_tracking_info .select2-selection__choice[title="Partially Shipped"] .select2-selection__choice__remove, .multiple_select_container.wc_ast_unclude_tracking_info .select2-selection__choice[title="Shipped"] .select2-selection__choice__remove, .multiple_select_container.wc_ast_unclude_tracking_info .select2-selection__choice[title="Completed"] .select2-selection__choice__remove {
|
2046 |
+
display: none!important;
|
2047 |
+
}
|
2048 |
|
2049 |
/*** RTL CSS ***/
|
2050 |
.rtl .tab_section .accordion span.dashicons {
|
assets/images/shippypro.png
ADDED
Binary file
|
assets/js/hip.js
CHANGED
@@ -271,7 +271,7 @@ jQuery(".hip-search-input").on('blur', function () {
|
|
271 |
jQuery(this).parent('label').removeClass('active');
|
272 |
});
|
273 |
|
274 |
-
jQuery(document).on('keyup','.hip-search-input', function () {
|
275 |
var obj = jQuery(this).parent().parent().next();
|
276 |
var objPagination = jQuery(this).parent().parent().next().next();
|
277 |
var itemsPerPage = obj.attr('data-item-per-page');
|
@@ -297,7 +297,7 @@ jQuery(document).on('keyup','.hip-search-input', function () {
|
|
297 |
// items.css('display','none');
|
298 |
|
299 |
objPagination.find("a[hrefjQuery='#1']").click();
|
300 |
-
})
|
301 |
|
302 |
//The core filtering engine
|
303 |
function getFilteredCount(items,query) {
|
271 |
jQuery(this).parent('label').removeClass('active');
|
272 |
});
|
273 |
|
274 |
+
/*jQuery(document).on('keyup','.hip-search-input', function () {
|
275 |
var obj = jQuery(this).parent().parent().next();
|
276 |
var objPagination = jQuery(this).parent().parent().next().next();
|
277 |
var itemsPerPage = obj.attr('data-item-per-page');
|
297 |
// items.css('display','none');
|
298 |
|
299 |
objPagination.find("a[hrefjQuery='#1']").click();
|
300 |
+
});*/
|
301 |
|
302 |
//The core filtering engine
|
303 |
function getFilteredCount(items,query) {
|
assets/js/shipping_row.js
CHANGED
@@ -282,7 +282,8 @@ jQuery(document).on("click", ".status_slide", function(){
|
|
282 |
url: ajaxurl,
|
283 |
data: ajax_data,
|
284 |
type: 'POST',
|
285 |
-
success: function(response) {
|
|
|
286 |
},
|
287 |
error: function(response) {
|
288 |
console.log(response);
|
@@ -660,7 +661,7 @@ jQuery(document).on("submit", "#edit_provider_form", function(){
|
|
660 |
return false;
|
661 |
});
|
662 |
|
663 |
-
jQuery( ".thumb_url" ).
|
664 |
var url = jQuery(this).val();
|
665 |
if(url == ''){
|
666 |
jQuery('.thumb_id').val('');
|
@@ -936,6 +937,12 @@ jQuery( "#wc_ast_show_orders_actions,#wc_ast_unclude_tracking_info" ).on("change
|
|
936 |
jQuery('span.ast-accordion-btn button').prop("disabled", false);
|
937 |
});
|
938 |
|
|
|
|
|
|
|
|
|
|
|
|
|
939 |
/* zorem_snackbar jquery */
|
940 |
(function( $ ){
|
941 |
$.fn.ast_snackbar = function(msg) {
|
282 |
url: ajaxurl,
|
283 |
data: ajax_data,
|
284 |
type: 'POST',
|
285 |
+
success: function(response) {
|
286 |
+
jQuery(document).ast_snackbar( shipment_tracking_table_rows.i18n.data_saved );
|
287 |
},
|
288 |
error: function(response) {
|
289 |
console.log(response);
|
661 |
return false;
|
662 |
});
|
663 |
|
664 |
+
jQuery( ".thumb_url" ).blur(function() {
|
665 |
var url = jQuery(this).val();
|
666 |
if(url == ''){
|
667 |
jQuery('.thumb_id').val('');
|
937 |
jQuery('span.ast-accordion-btn button').prop("disabled", false);
|
938 |
});
|
939 |
|
940 |
+
jQuery('#wc_ast_unclude_tracking_info').on('select2:unselecting', function(e){
|
941 |
+
if ( jQuery(e.params.args.data.element).val() == 'partial-shipped' || jQuery(e.params.args.data.element).val() == 'shipped' || jQuery(e.params.args.data.element).val() == 'completed' ) {
|
942 |
+
e.preventDefault();
|
943 |
+
}
|
944 |
+
});
|
945 |
+
|
946 |
/* zorem_snackbar jquery */
|
947 |
(function( $ ){
|
948 |
$.fn.ast_snackbar = function(msg) {
|
includes/class-wc-admin-notices.php
CHANGED
@@ -37,36 +37,39 @@ class WC_AST_Admin_Notices_Under_WC_Admin {
|
|
37 |
* init from parent mail class
|
38 |
*/
|
39 |
public function init() {
|
40 |
-
//add_action('
|
41 |
}
|
42 |
|
43 |
public function admin_notices_for_ast_pro() {
|
44 |
|
|
|
|
|
|
|
|
|
45 |
if ( class_exists( 'ast_pro' ) ) {
|
46 |
return;
|
47 |
}
|
48 |
|
49 |
-
|
50 |
-
return;
|
51 |
-
}
|
52 |
|
53 |
-
$already_set = get_transient( '
|
54 |
|
55 |
-
if ( 'yes' == $already_set ) {
|
56 |
-
return;
|
57 |
}
|
58 |
|
59 |
-
set_transient( '
|
60 |
|
61 |
-
$note_name = '
|
62 |
//$data_store = WC_Data_Store::load( 'admin-note' );
|
63 |
|
64 |
// Otherwise, add the note
|
65 |
$activated_time = current_time( 'timestamp', 0 );
|
66 |
$activated_time_formatted = gmdate( 'F jS', $activated_time );
|
67 |
-
|
68 |
-
$note
|
69 |
-
$note->
|
|
|
70 |
$note->set_content_data( (object) array(
|
71 |
'getting_started' => true,
|
72 |
'activated' => $activated_time,
|
@@ -79,7 +82,7 @@ class WC_AST_Admin_Notices_Under_WC_Admin {
|
|
79 |
$note->set_image('');
|
80 |
// This example has two actions. A note can have 0 or 1 as well.
|
81 |
$note->add_action(
|
82 |
-
'settings', 'Upgrade
|
83 |
);
|
84 |
$note->save();
|
85 |
}
|
37 |
* init from parent mail class
|
38 |
*/
|
39 |
public function init() {
|
40 |
+
//add_action( 'admin_init', array( $this, 'admin_notices_for_ast_pro' ) );
|
41 |
}
|
42 |
|
43 |
public function admin_notices_for_ast_pro() {
|
44 |
|
45 |
+
if ( ! class_exists( 'Notes' ) ) {
|
46 |
+
return;
|
47 |
+
}
|
48 |
+
|
49 |
if ( class_exists( 'ast_pro' ) ) {
|
50 |
return;
|
51 |
}
|
52 |
|
53 |
+
$date_now = date( 'Y-m-d' );
|
|
|
|
|
54 |
|
55 |
+
$already_set = get_transient( 'ast_pro_1_year_wc_admin' );
|
56 |
|
57 |
+
if ( 'yes' == $already_set || $date_now > '2022-03-31' ) {
|
58 |
+
//return;
|
59 |
}
|
60 |
|
61 |
+
set_transient( 'ast_pro_1_year_wc_admin', 'yes' );
|
62 |
|
63 |
+
$note_name = 'ast_pro_1_year_wc_admin_notice';
|
64 |
//$data_store = WC_Data_Store::load( 'admin-note' );
|
65 |
|
66 |
// Otherwise, add the note
|
67 |
$activated_time = current_time( 'timestamp', 0 );
|
68 |
$activated_time_formatted = gmdate( 'F jS', $activated_time );
|
69 |
+
// Instantiate a new Note object
|
70 |
+
$note = new Note();
|
71 |
+
$note->set_title( 'AST PRO is celebrating 1 Year!' );
|
72 |
+
$note->set_content( 'Advanced Shipment Tracking Pro allows you to streamline & automate your fulfillment workflow, save time on your daily tasks and keep your customers happy and informed on their shipped orders. Use code ASTPRO20 to redeem your discount (valid by March 31th 2022)' );
|
73 |
$note->set_content_data( (object) array(
|
74 |
'getting_started' => true,
|
75 |
'activated' => $activated_time,
|
82 |
$note->set_image('');
|
83 |
// This example has two actions. A note can have 0 or 1 as well.
|
84 |
$note->add_action(
|
85 |
+
'settings', 'Upgrade Now', 'https://www.zorem.com/product/woocommerce-advanced-shipment-tracking/'
|
86 |
);
|
87 |
$note->save();
|
88 |
}
|
includes/class-wc-advanced-shipment-tracking-admin-notice.php
CHANGED
@@ -39,8 +39,11 @@ class WC_Advanced_Shipment_Tracking_Admin_Notice {
|
|
39 |
public function init() {
|
40 |
//add_action( 'admin_notices', array( $this, 'ast_pro_admin_notice' ) );
|
41 |
//add_action( 'admin_init', array( $this, 'ast_pro_admin_notice_ignore' ) );
|
|
|
|
|
|
|
42 |
|
43 |
-
add_action( '
|
44 |
add_action( 'admin_init', array( $this, 'ast_db_update_notice_ignore' ) );
|
45 |
|
46 |
add_action( 'plugins_loaded', array( $this, 'on_plugins_loaded' ) );
|
@@ -56,7 +59,69 @@ class WC_Advanced_Shipment_Tracking_Admin_Notice {
|
|
56 |
add_action( 'admin_notices', array( $this, 'ast_install_ts4wc' ) );
|
57 |
}
|
58 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
/*
|
62 |
* Display admin notice on plugin install or update
|
@@ -158,11 +223,11 @@ class WC_Advanced_Shipment_Tracking_Admin_Notice {
|
|
158 |
*/
|
159 |
public function ast_db_update_notice() {
|
160 |
|
161 |
-
if ( get_option('
|
162 |
return;
|
163 |
}
|
164 |
|
165 |
-
$dismissable_url = esc_url( add_query_arg( 'ast-db-update-notice-ignore', 'true' ) );
|
166 |
$update_providers_url = esc_url( admin_url( '/admin.php?page=woocommerce-advanced-shipment-tracking&tab=shipping-providers&open=synch_providers' ) );
|
167 |
?>
|
168 |
<style>
|
@@ -180,8 +245,15 @@ class WC_Advanced_Shipment_Tracking_Admin_Notice {
|
|
180 |
line-height: 28px;
|
181 |
margin: 5px 0 15px;
|
182 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
</style>
|
184 |
-
<div class="notice notice-success is-dismissible ast-pro-dismissable-notice">
|
185 |
<a href="<?php esc_html_e( $dismissable_url ); ?>" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></a>
|
186 |
<p>Shipping providers update is available, please click on update providers to update the shipping providers list.</p>
|
187 |
<a class="button-primary ast_notice_btn" href="<?php esc_html_e( $update_providers_url ); ?>">Update Providers</a>
|
@@ -193,11 +265,11 @@ class WC_Advanced_Shipment_Tracking_Admin_Notice {
|
|
193 |
* Dismiss admin notice for trackship
|
194 |
*/
|
195 |
public function ast_db_update_notice_ignore() {
|
196 |
-
if ( isset( $_GET['ast-db-update-notice-ignore'] ) ) {
|
197 |
-
update_option( '
|
198 |
}
|
199 |
if ( isset( $_GET['open'] ) && 'synch_providers' == $_GET['open'] ) {
|
200 |
-
update_option( '
|
201 |
}
|
202 |
}
|
203 |
|
39 |
public function init() {
|
40 |
//add_action( 'admin_notices', array( $this, 'ast_pro_admin_notice' ) );
|
41 |
//add_action( 'admin_init', array( $this, 'ast_pro_admin_notice_ignore' ) );
|
42 |
+
|
43 |
+
add_action( 'admin_notices', array( $this, 'ast_pro_1_year_admin_notice' ) );
|
44 |
+
add_action( 'admin_init', array( $this, 'ast_pro_1_year_admin_notice_ignore' ) );
|
45 |
|
46 |
+
add_action( 'before_shipping_provider_list', array( $this, 'ast_db_update_notice' ) );
|
47 |
add_action( 'admin_init', array( $this, 'ast_db_update_notice_ignore' ) );
|
48 |
|
49 |
add_action( 'plugins_loaded', array( $this, 'on_plugins_loaded' ) );
|
59 |
add_action( 'admin_notices', array( $this, 'ast_install_ts4wc' ) );
|
60 |
}
|
61 |
}
|
62 |
+
|
63 |
+
/*
|
64 |
+
* Display admin notice on plugin install or update
|
65 |
+
*/
|
66 |
+
public function ast_pro_1_year_admin_notice() {
|
67 |
+
|
68 |
+
if ( class_exists( 'ast_pro' ) ) {
|
69 |
+
return;
|
70 |
+
}
|
71 |
+
|
72 |
+
$date_now = date( 'Y-m-d' );
|
73 |
+
|
74 |
+
if ( get_option('ast_pro_1_year_admin_notice_ignore') || $date_now > '2022-03-31' ) {
|
75 |
+
return;
|
76 |
+
}
|
77 |
|
78 |
+
$dismissable_url = esc_url( add_query_arg( 'ast-pro-1-year-ignore-notice', 'true' ) );
|
79 |
+
?>
|
80 |
+
<style>
|
81 |
+
.wp-core-ui .notice.ast-dismissable-notice{
|
82 |
+
position: relative;
|
83 |
+
padding-right: 38px;
|
84 |
+
border-left-color: #005B9A;
|
85 |
+
}
|
86 |
+
.wp-core-ui .notice.ast-dismissable-notice h3{
|
87 |
+
margin-bottom: 5px;
|
88 |
+
}
|
89 |
+
.wp-core-ui .notice.ast-dismissable-notice a.notice-dismiss{
|
90 |
+
padding: 9px;
|
91 |
+
text-decoration: none;
|
92 |
+
}
|
93 |
+
.wp-core-ui .button-primary.ast_notice_btn {
|
94 |
+
background: #005B9A;
|
95 |
+
color: #fff;
|
96 |
+
border-color: #005B9A;
|
97 |
+
text-transform: uppercase;
|
98 |
+
padding: 0 11px;
|
99 |
+
font-size: 12px;
|
100 |
+
height: 30px;
|
101 |
+
line-height: 28px;
|
102 |
+
margin: 5px 0 15px;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<div class="notice updated notice-success ast-dismissable-notice">
|
106 |
+
<a href="<?php esc_html_e( $dismissable_url ); ?>" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></a>
|
107 |
+
|
108 |
+
<p><a target="blank" href="https://www.zorem.com/product/woocommerce-advanced-shipment-tracking/">AST PRO</a> is celebrating 1 Year! - Advanced Shipment Tracking Pro allows you to streamline & automate your fulfillment workflow, save time on your daily tasks and keep your customers happy and informed on their shipped orders.</p>
|
109 |
+
<p>Use code <strong>ASTPRO20</strong> to redeem your discount (valid by March 31th 2022).</p>
|
110 |
+
|
111 |
+
<a class="button-primary ast_notice_btn" target="blank" href="https://www.zorem.com/product/woocommerce-advanced-shipment-tracking/">Upgrade Now</a>
|
112 |
+
<a class="button-primary ast_notice_btn" href="<?php esc_html_e( $dismissable_url ); ?>">Dismiss</a>
|
113 |
+
</div>
|
114 |
+
<?php
|
115 |
+
}
|
116 |
+
|
117 |
+
/*
|
118 |
+
* Dismiss admin notice for trackship
|
119 |
+
*/
|
120 |
+
public function ast_pro_1_year_admin_notice_ignore() {
|
121 |
+
if ( isset( $_GET['ast-pro-1-year-ignore-notice'] ) ) {
|
122 |
+
update_option( 'ast_pro_1_year_admin_notice_ignore', 'true' );
|
123 |
+
}
|
124 |
+
}
|
125 |
|
126 |
/*
|
127 |
* Display admin notice on plugin install or update
|
223 |
*/
|
224 |
public function ast_db_update_notice() {
|
225 |
|
226 |
+
if ( get_option('ast_db_update_notice_updated_ignore') ) {
|
227 |
return;
|
228 |
}
|
229 |
|
230 |
+
$dismissable_url = esc_url( add_query_arg( 'ast-db-update-notice-updated-ignore', 'true' ) );
|
231 |
$update_providers_url = esc_url( admin_url( '/admin.php?page=woocommerce-advanced-shipment-tracking&tab=shipping-providers&open=synch_providers' ) );
|
232 |
?>
|
233 |
<style>
|
245 |
line-height: 28px;
|
246 |
margin: 5px 0 15px;
|
247 |
}
|
248 |
+
.ast-notice{
|
249 |
+
background: #fff;
|
250 |
+
border: 1px solid #e0e0e0;
|
251 |
+
margin: 0 0 25px;
|
252 |
+
padding: 1px 12px;
|
253 |
+
box-shadow: none;
|
254 |
+
}
|
255 |
</style>
|
256 |
+
<div class="ast-notice notice notice-success is-dismissible ast-pro-dismissable-notice">
|
257 |
<a href="<?php esc_html_e( $dismissable_url ); ?>" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></a>
|
258 |
<p>Shipping providers update is available, please click on update providers to update the shipping providers list.</p>
|
259 |
<a class="button-primary ast_notice_btn" href="<?php esc_html_e( $update_providers_url ); ?>">Update Providers</a>
|
265 |
* Dismiss admin notice for trackship
|
266 |
*/
|
267 |
public function ast_db_update_notice_ignore() {
|
268 |
+
if ( isset( $_GET['ast-db-update-notice-updated-ignore'] ) ) {
|
269 |
+
update_option( 'ast_db_update_notice_updated_ignore', 'true' );
|
270 |
}
|
271 |
if ( isset( $_GET['open'] ) && 'synch_providers' == $_GET['open'] ) {
|
272 |
+
update_option( 'ast_db_update_notice_updated_ignore', 'true' );
|
273 |
}
|
274 |
}
|
275 |
|
includes/class-wc-advanced-shipment-tracking-admin.php
CHANGED
@@ -524,7 +524,7 @@ class WC_Advanced_Shipment_Tracking_Admin {
|
|
524 |
'disabled' => true,
|
525 |
'class' => '',
|
526 |
),
|
527 |
-
'enable_dianxiaomi_integration' => array(
|
528 |
'type' => 'tgl_checkbox',
|
529 |
'title' => __( 'Enable the Dianxiaomi integration', 'woo-advanced-shipment-tracking' ),
|
530 |
'desc' => __( 'Adding tracking information to your orders shipped with Dianxiaomi and automate your workflow', 'woo-advanced-shipment-tracking' ),
|
@@ -533,7 +533,7 @@ class WC_Advanced_Shipment_Tracking_Admin {
|
|
533 |
'default' => 0,
|
534 |
'disabled' => true,
|
535 |
'class' => '',
|
536 |
-
)
|
537 |
'enable_eiz_integration' => array(
|
538 |
'type' => 'tgl_checkbox',
|
539 |
'title' => __( 'Enable the EIZ integration', 'woo-advanced-shipment-tracking' ),
|
@@ -543,7 +543,17 @@ class WC_Advanced_Shipment_Tracking_Admin {
|
|
543 |
'default' => 0,
|
544 |
'disabled' => true,
|
545 |
'class' => '',
|
546 |
-
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
547 |
'enable_ali2woo_integration' => array(
|
548 |
'type' => 'tgl_checkbox',
|
549 |
'title' => __( 'Enable the AliExpress Dropshipping integration', 'woo-advanced-shipment-tracking' ),
|
@@ -690,7 +700,7 @@ class WC_Advanced_Shipment_Tracking_Admin {
|
|
690 |
<span class="woocommerce-help-tip tipTip" title="<?php esc_html_e( $array['tooltip'] ); ?>"></span>
|
691 |
<?php } ?>
|
692 |
</label>
|
693 |
-
<div class="multiple_select_container">
|
694 |
<select multiple class="wc-enhanced-select" name="<?php esc_html_e( $id ); ?>[]" id="<?php esc_html_e( $id ); ?>">
|
695 |
<?php
|
696 |
foreach ( (array) $array['options'] as $key => $val ) {
|
@@ -758,7 +768,7 @@ class WC_Advanced_Shipment_Tracking_Admin {
|
|
758 |
</fieldset>
|
759 |
|
760 |
<p class="tracking_page_desc"><?php esc_html_e( 'add the [wcast-track-order] shortcode in the selected page.', 'woo-advanced-shipment-tracking' ); ?>
|
761 |
-
<a href="https://
|
762 |
</p>
|
763 |
|
764 |
</li>
|
@@ -972,7 +982,7 @@ class WC_Advanced_Shipment_Tracking_Admin {
|
|
972 |
$form_data = array(
|
973 |
'wc_ast_unclude_tracking_info' => array(
|
974 |
'type' => 'multiple_select',
|
975 |
-
'title' => __( 'Order Emails Display', 'woo-advanced-shipment-tracking' ),
|
976 |
'options' => $order_status_array,
|
977 |
'show' => true,
|
978 |
'class' => '',
|
524 |
'disabled' => true,
|
525 |
'class' => '',
|
526 |
),
|
527 |
+
/*'enable_dianxiaomi_integration' => array(
|
528 |
'type' => 'tgl_checkbox',
|
529 |
'title' => __( 'Enable the Dianxiaomi integration', 'woo-advanced-shipment-tracking' ),
|
530 |
'desc' => __( 'Adding tracking information to your orders shipped with Dianxiaomi and automate your workflow', 'woo-advanced-shipment-tracking' ),
|
533 |
'default' => 0,
|
534 |
'disabled' => true,
|
535 |
'class' => '',
|
536 |
+
),*/
|
537 |
'enable_eiz_integration' => array(
|
538 |
'type' => 'tgl_checkbox',
|
539 |
'title' => __( 'Enable the EIZ integration', 'woo-advanced-shipment-tracking' ),
|
543 |
'default' => 0,
|
544 |
'disabled' => true,
|
545 |
'class' => '',
|
546 |
+
),
|
547 |
+
'enable_shippypro_integration' => array(
|
548 |
+
'type' => 'tgl_checkbox',
|
549 |
+
'title' => __( 'Enable the Shippypro integration', 'woo-advanced-shipment-tracking' ),
|
550 |
+
'desc' => __( 'Adding tracking information to your orders shipped with shippypro and automate your workflow', 'woo-advanced-shipment-tracking' ),
|
551 |
+
'img' => 'shippypro.png',
|
552 |
+
'show' => true,
|
553 |
+
'default' => 0,
|
554 |
+
'disabled' => true,
|
555 |
+
'class' => '',
|
556 |
+
),
|
557 |
'enable_ali2woo_integration' => array(
|
558 |
'type' => 'tgl_checkbox',
|
559 |
'title' => __( 'Enable the AliExpress Dropshipping integration', 'woo-advanced-shipment-tracking' ),
|
700 |
<span class="woocommerce-help-tip tipTip" title="<?php esc_html_e( $array['tooltip'] ); ?>"></span>
|
701 |
<?php } ?>
|
702 |
</label>
|
703 |
+
<div class="multiple_select_container <?php esc_html_e( $id ); ?>">
|
704 |
<select multiple class="wc-enhanced-select" name="<?php esc_html_e( $id ); ?>[]" id="<?php esc_html_e( $id ); ?>">
|
705 |
<?php
|
706 |
foreach ( (array) $array['options'] as $key => $val ) {
|
768 |
</fieldset>
|
769 |
|
770 |
<p class="tracking_page_desc"><?php esc_html_e( 'add the [wcast-track-order] shortcode in the selected page.', 'woo-advanced-shipment-tracking' ); ?>
|
771 |
+
<a href="https://docs.zorem.com/docs/ast-pro/advanced-shipment-tracking-free/trackship-integration/" target="blank"><?php esc_html_e( 'more info', 'woo-advanced-shipment-tracking' ); ?></a>
|
772 |
</p>
|
773 |
|
774 |
</li>
|
982 |
$form_data = array(
|
983 |
'wc_ast_unclude_tracking_info' => array(
|
984 |
'type' => 'multiple_select',
|
985 |
+
'title' => __( 'Additional Order Emails Display', 'woo-advanced-shipment-tracking' ),
|
986 |
'options' => $order_status_array,
|
987 |
'show' => true,
|
988 |
'class' => '',
|
includes/class-wc-advanced-shipment-tracking-install.php
CHANGED
@@ -246,6 +246,15 @@ class WC_Advanced_Shipment_Tracking_Install {
|
|
246 |
update_post_meta( 1, '_wc_shipment_tracking_items', $tracking_items );
|
247 |
update_option( 'wc_advanced_shipment_tracking', '3.22');
|
248 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
}
|
250 |
}
|
251 |
|
@@ -335,11 +344,11 @@ class WC_Advanced_Shipment_Tracking_Install {
|
|
335 |
|
336 |
$default_shippment_providers = $wpdb->get_results( "SELECT * FROM $this->table WHERE shipping_default = 1" );
|
337 |
foreach ( $default_shippment_providers as $key => $val ) {
|
338 |
-
$shippment_providers[ $val->
|
339 |
}
|
340 |
|
341 |
foreach ( $providers as $key => $val ) {
|
342 |
-
$providers_name[ $val['
|
343 |
}
|
344 |
|
345 |
$n = 0;
|
@@ -351,21 +360,24 @@ class WC_Advanced_Shipment_Tracking_Install {
|
|
351 |
$ts_slug = $provider['shipping_provider_slug'];
|
352 |
$trackship_supported = $provider['trackship_supported'];
|
353 |
|
354 |
-
if ( isset( $shippment_providers[ $
|
|
|
|
|
355 |
$db_provider_url = $shippment_providers[$provider_name]->provider_url;
|
356 |
$db_shipping_country = $shippment_providers[$provider_name]->shipping_country;
|
357 |
$db_ts_slug = $shippment_providers[$provider_name]->ts_slug;
|
358 |
$db_trackship_supported = $shippment_providers[$provider_name]->trackship_supported;
|
359 |
|
360 |
-
if ( ( $db_provider_url != $provider_url ) || ( $db_shipping_country != $shipping_country ) || ( $db_ts_slug != $ts_slug ) || ( $db_trackship_supported != $trackship_supported ) ) {
|
361 |
$data_array = array(
|
|
|
362 |
'ts_slug' => $ts_slug,
|
363 |
'provider_url' => $provider_url,
|
364 |
'shipping_country' => $shipping_country,
|
365 |
'trackship_supported' => $trackship_supported,
|
366 |
);
|
367 |
$where_array = array(
|
368 |
-
'
|
369 |
);
|
370 |
$wpdb->update( $this->table, $data_array, $where_array);
|
371 |
}
|
@@ -406,9 +418,9 @@ class WC_Advanced_Shipment_Tracking_Install {
|
|
406 |
|
407 |
foreach ( $default_shippment_providers as $db_provider ) {
|
408 |
|
409 |
-
if ( !isset( $providers_name[ $db_provider->
|
410 |
$where = array(
|
411 |
-
'
|
412 |
'shipping_default' => 1
|
413 |
);
|
414 |
$wpdb->delete( $this->table, $where );
|
246 |
update_post_meta( 1, '_wc_shipment_tracking_items', $tracking_items );
|
247 |
update_option( 'wc_advanced_shipment_tracking', '3.22');
|
248 |
}
|
249 |
+
if ( version_compare( get_option( 'wc_advanced_shipment_tracking', '1.0' ), '3.23', '<' ) ) {
|
250 |
+
$multi_checkbox_data = get_option( 'wc_ast_unclude_tracking_info' );
|
251 |
+
$data_array = array( 'partial-shipped' => 1, 'completed' => 1 );
|
252 |
+
if ( $multi_checkbox_data ) {
|
253 |
+
$data_array = array_merge( $multi_checkbox_data,$data_array );
|
254 |
+
}
|
255 |
+
update_option( 'wc_ast_unclude_tracking_info', $data_array );
|
256 |
+
update_option( 'wc_advanced_shipment_tracking', '3.23' );
|
257 |
+
}
|
258 |
}
|
259 |
}
|
260 |
|
344 |
|
345 |
$default_shippment_providers = $wpdb->get_results( "SELECT * FROM $this->table WHERE shipping_default = 1" );
|
346 |
foreach ( $default_shippment_providers as $key => $val ) {
|
347 |
+
$shippment_providers[ $val->ts_slug ] = $val;
|
348 |
}
|
349 |
|
350 |
foreach ( $providers as $key => $val ) {
|
351 |
+
$providers_name[ $val['shipping_provider_slug'] ] = $val;
|
352 |
}
|
353 |
|
354 |
$n = 0;
|
360 |
$ts_slug = $provider['shipping_provider_slug'];
|
361 |
$trackship_supported = $provider['trackship_supported'];
|
362 |
|
363 |
+
if ( isset( $shippment_providers[ $ts_slug ] ) ) {
|
364 |
+
|
365 |
+
$db_provider_name = $shippment_providers[ $ts_slug ]->provider_name;
|
366 |
$db_provider_url = $shippment_providers[$provider_name]->provider_url;
|
367 |
$db_shipping_country = $shippment_providers[$provider_name]->shipping_country;
|
368 |
$db_ts_slug = $shippment_providers[$provider_name]->ts_slug;
|
369 |
$db_trackship_supported = $shippment_providers[$provider_name]->trackship_supported;
|
370 |
|
371 |
+
if ( ( $db_provider_name != $provider_name ) || ( $db_provider_url != $provider_url ) || ( $db_shipping_country != $shipping_country ) || ( $db_ts_slug != $ts_slug ) || ( $db_trackship_supported != $trackship_supported ) ) {
|
372 |
$data_array = array(
|
373 |
+
'provider_name' => $provider_name,
|
374 |
'ts_slug' => $ts_slug,
|
375 |
'provider_url' => $provider_url,
|
376 |
'shipping_country' => $shipping_country,
|
377 |
'trackship_supported' => $trackship_supported,
|
378 |
);
|
379 |
$where_array = array(
|
380 |
+
'ts_slug' => $ts_slug,
|
381 |
);
|
382 |
$wpdb->update( $this->table, $data_array, $where_array);
|
383 |
}
|
418 |
|
419 |
foreach ( $default_shippment_providers as $db_provider ) {
|
420 |
|
421 |
+
if ( !isset( $providers_name[ $db_provider->ts_slug ] ) ) {
|
422 |
$where = array(
|
423 |
+
'ts_slug' => $db_provider->ts_slug,
|
424 |
'shipping_default' => 1
|
425 |
);
|
426 |
$wpdb->delete( $this->table, $where );
|
includes/class-wc-advanced-shipment-tracking-settings.php
CHANGED
@@ -656,11 +656,11 @@ class WC_Advanced_Shipment_Tracking_Settings {
|
|
656 |
$default_shippment_providers = $wpdb->get_results( "SELECT * FROM $this->table WHERE shipping_default = 1" );
|
657 |
|
658 |
foreach ( $default_shippment_providers as $key => $val ) {
|
659 |
-
$shippment_providers[ $val->
|
660 |
}
|
661 |
|
662 |
foreach ( $providers as $key => $val ) {
|
663 |
-
$providers_name[ $val['
|
664 |
}
|
665 |
|
666 |
$added = 0;
|
@@ -678,15 +678,19 @@ class WC_Advanced_Shipment_Tracking_Settings {
|
|
678 |
$ts_slug = $provider['shipping_provider_slug'];
|
679 |
$trackship_supported = $provider['trackship_supported'];
|
680 |
|
681 |
-
if ( isset( $shippment_providers[ $
|
682 |
-
|
683 |
-
$
|
684 |
-
$
|
685 |
-
$
|
|
|
|
|
686 |
|
687 |
$update_needed = apply_filters( 'ast_sync_provider_update', false, $provider, $shippment_providers );
|
688 |
|
689 |
-
if ( $
|
|
|
|
|
690 |
$update_needed = true;
|
691 |
} elseif ( $db_shipping_country != $shipping_country ) {
|
692 |
$update_needed = true;
|
@@ -699,6 +703,7 @@ class WC_Advanced_Shipment_Tracking_Settings {
|
|
699 |
if ( $update_needed ) {
|
700 |
|
701 |
$data_array = array(
|
|
|
702 |
'ts_slug' => $ts_slug,
|
703 |
'provider_url' => $provider_url,
|
704 |
'shipping_country' => $shipping_country,
|
@@ -708,7 +713,7 @@ class WC_Advanced_Shipment_Tracking_Settings {
|
|
708 |
$data_array = apply_filters( 'ast_sync_provider_data_array', $data_array, $provider );
|
709 |
|
710 |
$where_array = array(
|
711 |
-
'
|
712 |
);
|
713 |
$wpdb->update( $this->table, $data_array, $where_array );
|
714 |
$updated_data[ $updated ] = array( 'provider_name' => $provider_name );
|
@@ -749,9 +754,9 @@ class WC_Advanced_Shipment_Tracking_Settings {
|
|
749 |
}
|
750 |
|
751 |
foreach ( $default_shippment_providers as $db_provider ) {
|
752 |
-
if ( !isset( $providers_name[ $db_provider->
|
753 |
$where = array(
|
754 |
-
'
|
755 |
'shipping_default' => 1
|
756 |
);
|
757 |
$wpdb->delete( $this->table, $where );
|
656 |
$default_shippment_providers = $wpdb->get_results( "SELECT * FROM $this->table WHERE shipping_default = 1" );
|
657 |
|
658 |
foreach ( $default_shippment_providers as $key => $val ) {
|
659 |
+
$shippment_providers[ $val->ts_slug ] = $val;
|
660 |
}
|
661 |
|
662 |
foreach ( $providers as $key => $val ) {
|
663 |
+
$providers_name[ $val['shipping_provider_slug'] ] = $val;
|
664 |
}
|
665 |
|
666 |
$added = 0;
|
678 |
$ts_slug = $provider['shipping_provider_slug'];
|
679 |
$trackship_supported = $provider['trackship_supported'];
|
680 |
|
681 |
+
if ( isset( $shippment_providers[ $ts_slug ] ) ) {
|
682 |
+
|
683 |
+
$db_provider_name = $shippment_providers[ $ts_slug ]->provider_name;
|
684 |
+
$db_provider_url = $shippment_providers[ $ts_slug ]->provider_url;
|
685 |
+
$db_shipping_country = $shippment_providers[ $ts_slug ]->shipping_country;
|
686 |
+
$db_ts_slug = $shippment_providers[ $ts_slug ]->ts_slug;
|
687 |
+
$db_trackship_supported = $shippment_providers[ $ts_slug ]->trackship_supported;
|
688 |
|
689 |
$update_needed = apply_filters( 'ast_sync_provider_update', false, $provider, $shippment_providers );
|
690 |
|
691 |
+
if ( $db_provider_name != $provider_name ) {
|
692 |
+
$update_needed = true;
|
693 |
+
} elseif ( $db_provider_url != $provider_url ) {
|
694 |
$update_needed = true;
|
695 |
} elseif ( $db_shipping_country != $shipping_country ) {
|
696 |
$update_needed = true;
|
703 |
if ( $update_needed ) {
|
704 |
|
705 |
$data_array = array(
|
706 |
+
'provider_name' => $provider_name,
|
707 |
'ts_slug' => $ts_slug,
|
708 |
'provider_url' => $provider_url,
|
709 |
'shipping_country' => $shipping_country,
|
713 |
$data_array = apply_filters( 'ast_sync_provider_data_array', $data_array, $provider );
|
714 |
|
715 |
$where_array = array(
|
716 |
+
'ts_slug' => $ts_slug,
|
717 |
);
|
718 |
$wpdb->update( $this->table, $data_array, $where_array );
|
719 |
$updated_data[ $updated ] = array( 'provider_name' => $provider_name );
|
754 |
}
|
755 |
|
756 |
foreach ( $default_shippment_providers as $db_provider ) {
|
757 |
+
if ( !isset( $providers_name[ $db_provider->ts_slug ] ) ) {
|
758 |
$where = array(
|
759 |
+
'ts_slug' => $db_provider->ts_slug,
|
760 |
'shipping_default' => 1
|
761 |
);
|
762 |
$wpdb->delete( $this->table, $where );
|
includes/class-wc-advanced-shipment-tracking.php
CHANGED
@@ -1145,14 +1145,16 @@ class WC_Advanced_Shipment_Tracking_Actions {
|
|
1145 |
$tracking_item['tracking_product_code'] = isset( $args['tracking_product_code'] ) ? wc_clean( $args['tracking_product_code'] ) : '';
|
1146 |
|
1147 |
if ( isset( $args['date_shipped'] ) ) {
|
1148 |
-
|
1149 |
-
|
1150 |
|
1151 |
if ( isset($args['source']) && 'REST_API' == $args['source'] ) {
|
1152 |
$wc_ast_api_date_format = get_option( 'wc_ast_api_date_format', 'd-m-Y' );
|
1153 |
-
|
|
|
1154 |
} else {
|
1155 |
-
|
|
|
1156 |
}
|
1157 |
|
1158 |
$tracking_item['date_shipped'] = wc_clean( strtotime( $date ) );
|
1145 |
$tracking_item['tracking_product_code'] = isset( $args['tracking_product_code'] ) ? wc_clean( $args['tracking_product_code'] ) : '';
|
1146 |
|
1147 |
if ( isset( $args['date_shipped'] ) ) {
|
1148 |
+
//$date = str_replace( '/', '-', $args['date_shipped'] );
|
1149 |
+
//$date = date_create( $date );
|
1150 |
|
1151 |
if ( isset($args['source']) && 'REST_API' == $args['source'] ) {
|
1152 |
$wc_ast_api_date_format = get_option( 'wc_ast_api_date_format', 'd-m-Y' );
|
1153 |
+
//$date = date_format( $date, $wc_ast_api_date_format );
|
1154 |
+
$date = date_i18n( __( $wc_ast_api_date_format, 'woo-advanced-shipment-tracking' ), strtotime( $args['date_shipped'] ) );
|
1155 |
} else {
|
1156 |
+
//$date = date_format( $date, 'd-m-Y' );
|
1157 |
+
$date = date_i18n( __( 'd-m-Y', 'woo-advanced-shipment-tracking' ), strtotime( $args['date_shipped'] ) );
|
1158 |
}
|
1159 |
|
1160 |
$tracking_item['date_shipped'] = wc_clean( strtotime( $date ) );
|
includes/views/activity_panel.php
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
</a>
|
33 |
</li>
|
34 |
<li class="woocommerce-list__item has-action">
|
35 |
-
<a href="https://
|
36 |
<div class="woocommerce-list__item-before">
|
37 |
<span class="dashicons dashicons-media-document"></span>
|
38 |
</div>
|
32 |
</a>
|
33 |
</li>
|
34 |
<li class="woocommerce-list__item has-action">
|
35 |
+
<a href="https://docs.zorem.com/docs/ast-pro/advanced-shipment-tracking-free/" class="woocommerce-list__item-inner" target="_blank">
|
36 |
<div class="woocommerce-list__item-before">
|
37 |
<span class="dashicons dashicons-media-document"></span>
|
38 |
</div>
|
includes/views/admin_options_bulk_upload.php
CHANGED
@@ -115,7 +115,7 @@
|
|
115 |
</form>
|
116 |
<ul class="bulk_upload_documentation_ul">
|
117 |
<li><span class="dashicons dashicons-download"></span><a class="" href="<?php echo esc_url( wc_advanced_shipment_tracking()->plugin_dir_url() ); ?>/assets/tracking.csv"><?php esc_html_e('Download sample csv', 'woo-advanced-shipment-tracking'); ?></a></li>
|
118 |
-
<li><span class="dashicons dashicons-media-document"></span><a target="blank" href="https://
|
119 |
</ul>
|
120 |
</section>
|
121 |
</div>
|
115 |
</form>
|
116 |
<ul class="bulk_upload_documentation_ul">
|
117 |
<li><span class="dashicons dashicons-download"></span><a class="" href="<?php echo esc_url( wc_advanced_shipment_tracking()->plugin_dir_url() ); ?>/assets/tracking.csv"><?php esc_html_e('Download sample csv', 'woo-advanced-shipment-tracking'); ?></a></li>
|
118 |
+
<li><span class="dashicons dashicons-media-document"></span><a target="blank" href="https://docs.zorem.com/docs/ast-pro/advanced-shipment-tracking-free/csv-import/"><?php esc_html_e('How to import tracking number from CSV files?', 'woo-advanced-shipment-tracking'); ?></a></li>
|
119 |
</ul>
|
120 |
</section>
|
121 |
</div>
|
includes/views/admin_options_shipping_provider.php
CHANGED
@@ -18,7 +18,9 @@ if ( isset( $_GET['open'] ) && 'synch_providers' == $_GET['open'] ) {
|
|
18 |
<?php } ?>
|
19 |
<section id="content1" class="tab_section">
|
20 |
<div class="tab_container_without_bg">
|
21 |
-
|
|
|
|
|
22 |
<div class="provider_top">
|
23 |
<div class="search_section">
|
24 |
<span class="dashicons dashicons-search search-icon"></span>
|
18 |
<?php } ?>
|
19 |
<section id="content1" class="tab_section">
|
20 |
<div class="tab_container_without_bg">
|
21 |
+
|
22 |
+
<?php do_action( 'before_shipping_provider_list' ); ?>
|
23 |
+
|
24 |
<div class="provider_top">
|
25 |
<div class="search_section">
|
26 |
<span class="dashicons dashicons-search search-icon"></span>
|
includes/views/integrations_admin_options.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
<input class="ast-tgl ast-tgl-flat ast-settings-toggle" id="<?php esc_html_e( $id ); ?>" name="<?php esc_html_e( $id ); ?>" type="checkbox" value="1" <?php esc_html_e( $disabled ); ?> <?php esc_html_e( $checked ); ?>/>
|
18 |
<label class="ast-tgl-btn <?php esc_html_e( $tgl_class ); ?> <?php esc_html_e( $upgrade_class ); ?>" for="<?php esc_html_e( $id ); ?>"></label>
|
19 |
</span>
|
20 |
-
<a class="integration-more-info" href="https://
|
21 |
</div>
|
22 |
</div>
|
23 |
</div>
|
17 |
<input class="ast-tgl ast-tgl-flat ast-settings-toggle" id="<?php esc_html_e( $id ); ?>" name="<?php esc_html_e( $id ); ?>" type="checkbox" value="1" <?php esc_html_e( $disabled ); ?> <?php esc_html_e( $checked ); ?>/>
|
18 |
<label class="ast-tgl-btn <?php esc_html_e( $tgl_class ); ?> <?php esc_html_e( $upgrade_class ); ?>" for="<?php esc_html_e( $id ); ?>"></label>
|
19 |
</span>
|
20 |
+
<a class="integration-more-info" href="https://docs.zorem.com/docs/ast-pro/advanced-shipment-tracking-pro/integrations/" target="blank"><?php esc_html_e( 'more info', 'woo-advanced-shipment-tracking' ); ?></a>
|
21 |
</div>
|
22 |
</div>
|
23 |
</div>
|
lang/woo-advanced-shipment-tracking-hr.mo
ADDED
Binary file
|
lang/woo-advanced-shipment-tracking-hr.po
ADDED
@@ -0,0 +1,1162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Advanced Shipment Tracking for WooCommerce - Development (trunk) in Croatian
|
2 |
+
# This file is distributed under the same license as the Plugins - Advanced Shipment Tracking for WooCommerce - Development (trunk) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2021-12-06 07:16+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % "
|
10 |
+
"10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
|
11 |
+
"X-Generator: Loco https://localise.biz/\n"
|
12 |
+
"Language: hr\n"
|
13 |
+
"Project-Id-Version: Plugins - Advanced Shipment Tracking for WooCommerce - "
|
14 |
+
"Development (trunk)\n"
|
15 |
+
"Language-Team: Croatian\n"
|
16 |
+
"Report-Msgid-Bugs-To: \n"
|
17 |
+
"POT-Creation-Date: 2021-12-06 07:16+0000\n"
|
18 |
+
"Last-Translator: John Doe\n"
|
19 |
+
"X-Loco-Version: 2.5.5; wp-5.8.2"
|
20 |
+
|
21 |
+
#. %s: search WooCommerce plugin link
|
22 |
+
#: includes/views/admin_options_shipping_provider.php:91
|
23 |
+
msgid "<a href=\"%s\" target=\"blank\">documentation</a>"
|
24 |
+
msgstr "<a href=\"%s\" target=\"blank\">dokumentacija</a>"
|
25 |
+
|
26 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1865
|
27 |
+
msgid "Actions"
|
28 |
+
msgstr "Radnje"
|
29 |
+
|
30 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:2395
|
31 |
+
msgid "Add API Name alias"
|
32 |
+
msgstr "Dodajte alias naziva API-ja"
|
33 |
+
|
34 |
+
#: includes/views/admin_options_shipping_provider.php:65
|
35 |
+
msgid ""
|
36 |
+
"Add API name aliases to map Shipping providers names with the provider names "
|
37 |
+
"that are updated in the shipment tracking API by external shipping services"
|
38 |
+
msgstr ""
|
39 |
+
"Dodajte pseudonime API-ja za mapiranje imena pružatelja dostave s nazivima "
|
40 |
+
"davatelja koji se ažuriraju u API-ju za praćenje pošiljki od strane vanjskih "
|
41 |
+
"usluga dostave"
|
42 |
+
|
43 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1853
|
44 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1995
|
45 |
+
msgid "Add Custom Provider"
|
46 |
+
msgstr "Dodajte prilagođenog pružatelja usluga"
|
47 |
+
|
48 |
+
#. Description of the plugin
|
49 |
+
msgid ""
|
50 |
+
"Add shipment tracking information to your WooCommerce orders and provide "
|
51 |
+
"customers with an easy way to track their orders. Shipment tracking Info "
|
52 |
+
"will appear in customers accounts (in the order panel) and in WooCommerce "
|
53 |
+
"order complete email."
|
54 |
+
msgstr ""
|
55 |
+
"Dodajte podatke o praćenju pošiljki svojim WooCommerce narudžbama i "
|
56 |
+
"omogućite kupcima jednostavan način praćenja svojih narudžbi. Informacije o "
|
57 |
+
"praćenju pošiljke pojavit će se na korisničkim računima (na ploči za "
|
58 |
+
"narudžbu) iu kompletnoj e-pošti narudžbe WooCommerce."
|
59 |
+
|
60 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:815
|
61 |
+
msgid "add the [wcast-track-order] shortcode in the selected page."
|
62 |
+
msgstr "dodajte kratki kod [wcast-track-order] na odabranu stranicu."
|
63 |
+
|
64 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1794
|
65 |
+
msgid "Add Tracking"
|
66 |
+
msgstr "Dodajte praćenje"
|
67 |
+
|
68 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:339
|
69 |
+
msgid "Add Tracking - order\t"
|
70 |
+
msgstr "Dodaj praćenje - narudžba"
|
71 |
+
|
72 |
+
#: includes/class-wc-advanced-shipment-tracking.php:517
|
73 |
+
msgid "Add Tracking Info"
|
74 |
+
msgstr "Unesi Detalje Pošiljke"
|
75 |
+
|
76 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:605
|
77 |
+
msgid ""
|
78 |
+
"Add Tracking Information in AST meta fields when you automatically sync "
|
79 |
+
"tracking numbers from aliexpress orders"
|
80 |
+
msgstr ""
|
81 |
+
"Dodajte informacije o praćenju u AST meta polja kada automatski "
|
82 |
+
"sinkronizirate brojeve za praćenje iz aliexpress narudžbi"
|
83 |
+
|
84 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:615
|
85 |
+
msgid ""
|
86 |
+
"Add tracking information in invoice PDF generate by WooCommerce PDF Invoices "
|
87 |
+
"& Packing Slips plugin By Ewout Fernhout"
|
88 |
+
msgstr ""
|
89 |
+
"Dodajte podatke o praćenju u fakturu PDF koji generira WooCommerce PDF "
|
90 |
+
"dodatak za fakture i otpremnice Autor Ewout Fernhout"
|
91 |
+
|
92 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:625
|
93 |
+
msgid ""
|
94 |
+
"Add tracking information in invoice PDF generate by WooCommerce PDF Invoices "
|
95 |
+
"plugin By Bas Elbers"
|
96 |
+
msgstr ""
|
97 |
+
"Dodajte podatke o praćenju u fakturu PDF generiran pomoću dodatka "
|
98 |
+
"WooCommerce PDF Invoices Autor Bas Elbers"
|
99 |
+
|
100 |
+
#: includes/views/admin_options_settings.php:16
|
101 |
+
msgid "Add Tracking Options"
|
102 |
+
msgstr "Dodajte opcije praćenja"
|
103 |
+
|
104 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:933
|
105 |
+
msgid "Add Tracking Order action"
|
106 |
+
msgstr "Dodaj radnju za praćenje narudžbe"
|
107 |
+
|
108 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:585
|
109 |
+
msgid ""
|
110 |
+
"Adding tracking information to your orders shipped with 3plwinner and "
|
111 |
+
"automate your workflow"
|
112 |
+
msgstr ""
|
113 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju s "
|
114 |
+
"3plwinnerom i automatizirajte svoj tijek rada"
|
115 |
+
|
116 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:545
|
117 |
+
msgid ""
|
118 |
+
"Adding tracking information to your orders shipped with CustomCat and "
|
119 |
+
"automate your workflow"
|
120 |
+
msgstr ""
|
121 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju s "
|
122 |
+
"CustomCatom i automatizirajte svoj tijek rada"
|
123 |
+
|
124 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:555
|
125 |
+
msgid ""
|
126 |
+
"Adding tracking information to your orders shipped with Dear Systems and "
|
127 |
+
"automate your workflow"
|
128 |
+
msgstr ""
|
129 |
+
"Dodavanje informacija o praćenju vašim narudžbama isporučenim s Dear Systems "
|
130 |
+
"i automatiziranje vašeg tijeka rada"
|
131 |
+
|
132 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:595
|
133 |
+
msgid ""
|
134 |
+
"Adding tracking information to your orders shipped with Dianxiaomi and "
|
135 |
+
"automate your workflow"
|
136 |
+
msgstr ""
|
137 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju s "
|
138 |
+
"Dianxiaomi i automatizirajte svoj radni tijek"
|
139 |
+
|
140 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:575
|
141 |
+
msgid ""
|
142 |
+
"Adding tracking information to your orders shipped with Picqer and automate "
|
143 |
+
"your workflow"
|
144 |
+
msgstr ""
|
145 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju s "
|
146 |
+
"Picqerom i automatizirajte svoj tijek rada"
|
147 |
+
|
148 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:565
|
149 |
+
msgid ""
|
150 |
+
"Adding tracking information to your orders shipped with Printify and "
|
151 |
+
"automate your workflow"
|
152 |
+
msgstr ""
|
153 |
+
"Dodavanje informacija o praćenju vašim narudžbama isporučenim uz Printify i "
|
154 |
+
"automatiziranje vašeg tijeka rada"
|
155 |
+
|
156 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:515
|
157 |
+
msgid ""
|
158 |
+
"Adding tracking information to your orders shipped with QuickBooks Commerce "
|
159 |
+
"and automate your workflow"
|
160 |
+
msgstr ""
|
161 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju s "
|
162 |
+
"QuickBooks Commerce i automatizirajte svoj radni tijek"
|
163 |
+
|
164 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:525
|
165 |
+
msgid ""
|
166 |
+
"Adding tracking information to your orders shipped with ReadyToShip and "
|
167 |
+
"automate your workflow"
|
168 |
+
msgstr ""
|
169 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju s "
|
170 |
+
"ReadyToShip i automatizirajte svoj radni tijek"
|
171 |
+
|
172 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:535
|
173 |
+
msgid ""
|
174 |
+
"Adding tracking information to your orders shipped with Royal Mail Click & "
|
175 |
+
"Drop and automate your workflow"
|
176 |
+
msgstr ""
|
177 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju s Royal "
|
178 |
+
"Mail Click & Drop i automatizirajte svoj radni tijek"
|
179 |
+
|
180 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:475
|
181 |
+
msgid ""
|
182 |
+
"Adding tracking information to your orders shipped with ShipStation and "
|
183 |
+
"automate your workflow"
|
184 |
+
msgstr ""
|
185 |
+
"Dodavanje informacija o praćenju vašim narudžbama koje se isporučuju uz "
|
186 |
+
"ShipStation i automatizirajte svoj tijek rada"
|
187 |
+
|
188 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:485
|
189 |
+
msgid ""
|
190 |
+
"Adding tracking information to your orders shipped with WooCommerce Shipping "
|
191 |
+
"to the Shipment Tracking and automate your workflow"
|
192 |
+
msgstr ""
|
193 |
+
"Dodavanje podataka o praćenju vašim narudžbama koje se isporučuju s "
|
194 |
+
"WooCommerce Shipping u Praćenje pošiljke i automatizirajte svoj tijek rada"
|
195 |
+
|
196 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:505
|
197 |
+
msgid ""
|
198 |
+
"Adding tracking information to your orders when generating shipping labels "
|
199 |
+
"using the Ordoro"
|
200 |
+
msgstr ""
|
201 |
+
"Dodavanje informacija o praćenju vašim narudžbama prilikom generiranja "
|
202 |
+
"naljepnica za otpremu pomoću Ordoroa"
|
203 |
+
|
204 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:495
|
205 |
+
msgid ""
|
206 |
+
"Adding tracking information to your orders when generating shipping labels "
|
207 |
+
"using the WooCommerce UPS Shipping Plugin with Print Label plugin by "
|
208 |
+
"PluginHive"
|
209 |
+
msgstr ""
|
210 |
+
"Dodavanje informacija o praćenju vašim narudžbama prilikom generiranja "
|
211 |
+
"naljepnica za otpremu pomoću dodatka za slanje WooCommerce UPS s dodakom "
|
212 |
+
"Print Label od PluginHive"
|
213 |
+
|
214 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:245
|
215 |
+
msgid "Additional text after header"
|
216 |
+
msgstr "Dodatni tekst iza zaglavlja"
|
217 |
+
|
218 |
+
#. Name of the plugin
|
219 |
+
msgid "Advanced Shipment Tracking for WooCommerce"
|
220 |
+
msgstr "Napredno praćenje pošiljke za WooCommerce"
|
221 |
+
|
222 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:187
|
223 |
+
msgid "After Order Details"
|
224 |
+
msgstr "Detalji narudžbe"
|
225 |
+
|
226 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1914
|
227 |
+
msgid "API aliases"
|
228 |
+
msgstr "API aliasi"
|
229 |
+
|
230 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1055
|
231 |
+
msgid "API Date Format"
|
232 |
+
msgstr "API format datuma"
|
233 |
+
|
234 |
+
#: includes/views/admin_options_shipping_provider.php:67
|
235 |
+
msgid "API Name"
|
236 |
+
msgstr "Naziv API-ja"
|
237 |
+
|
238 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:333
|
239 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:162
|
240 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:186
|
241 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:211
|
242 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:231
|
243 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:191
|
244 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:215
|
245 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:240
|
246 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:260
|
247 |
+
msgid "Available variables:"
|
248 |
+
msgstr "Dostupne varijable:"
|
249 |
+
|
250 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:186
|
251 |
+
msgid "Before Order Details"
|
252 |
+
msgstr "Prije pojedinosti narudžbe"
|
253 |
+
|
254 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:537
|
255 |
+
msgid "Border color"
|
256 |
+
msgstr "Boja obruba"
|
257 |
+
|
258 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:555
|
259 |
+
msgid "Border size"
|
260 |
+
msgstr "Veličina obruba"
|
261 |
+
|
262 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:407
|
263 |
+
msgid "Bottom border color"
|
264 |
+
msgstr "Boja donje granice"
|
265 |
+
|
266 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:968
|
267 |
+
msgid "Button color"
|
268 |
+
msgstr "Boja gumba"
|
269 |
+
|
270 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:986
|
271 |
+
msgid "Button font color"
|
272 |
+
msgstr "Boja fonta gumba"
|
273 |
+
|
274 |
+
#: includes/api/class-wc-advanced-shipment-tracking-rest-api-controller.php:222
|
275 |
+
msgid "Cannot create existing order shipment tracking."
|
276 |
+
msgstr "Nije moguće kreirati praćenje pošiljke postojeće narudžbe."
|
277 |
+
|
278 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1831
|
279 |
+
msgid "Change order status to"
|
280 |
+
msgstr "Promijeni status narudžbe u"
|
281 |
+
|
282 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:299
|
283 |
+
msgid "Change status to shipped"
|
284 |
+
msgstr "Promijeni status u otpremljeno"
|
285 |
+
|
286 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1056
|
287 |
+
msgid "Choose for which Order status to display"
|
288 |
+
msgstr "Odaberite status narudžbe za prikaz"
|
289 |
+
|
290 |
+
#: includes/views/admin_options_bulk_upload.php:32
|
291 |
+
msgid "Choose the Shipped Date format"
|
292 |
+
msgstr "Odaberite format datuma isporuke"
|
293 |
+
|
294 |
+
#: includes/class-wc-advanced-shipment-tracking.php:467
|
295 |
+
msgid "Completed"
|
296 |
+
msgstr "Dovršeno"
|
297 |
+
|
298 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:312
|
299 |
+
msgid "Content"
|
300 |
+
msgstr "Sadržaj"
|
301 |
+
|
302 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:807
|
303 |
+
msgid "Content Background color"
|
304 |
+
msgstr "Boja pozadine sadržaja"
|
305 |
+
|
306 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:370
|
307 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:825
|
308 |
+
msgid "Content font color"
|
309 |
+
msgstr "Boja fonta sadržaja"
|
310 |
+
|
311 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:351
|
312 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:843
|
313 |
+
msgid "Content font size"
|
314 |
+
msgstr "Veličina fonta sadržaja"
|
315 |
+
|
316 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:885
|
317 |
+
msgid "Content font weight"
|
318 |
+
msgstr "Težina fonta sadržaja"
|
319 |
+
|
320 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:862
|
321 |
+
msgid "Content line height"
|
322 |
+
msgstr "Visina reda sadržaja"
|
323 |
+
|
324 |
+
#: includes/views/admin_options_bulk_upload.php:55
|
325 |
+
msgid "Continue"
|
326 |
+
msgstr "Nastaviti"
|
327 |
+
|
328 |
+
#: includes/views/admin_options_shipping_provider.php:72
|
329 |
+
msgid "Country"
|
330 |
+
msgstr "Zemlja"
|
331 |
+
|
332 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:381
|
333 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:385
|
334 |
+
#: includes/views/admin_options_bulk_upload.php:8
|
335 |
+
msgid "CSV Import"
|
336 |
+
msgstr "CSV uvoz"
|
337 |
+
|
338 |
+
#: includes/views/admin_options_shipping_provider.php:65
|
339 |
+
msgid "Custom API name"
|
340 |
+
msgstr "Prilagođeni naziv API-ja"
|
341 |
+
|
342 |
+
#: includes/views/admin_options_shipping_provider.php:61
|
343 |
+
msgid "Custom display name"
|
344 |
+
msgstr "Prilagođeni naziv za prikaz"
|
345 |
+
|
346 |
+
#: includes/customizer/class-wcast-customizer.php:44
|
347 |
+
msgid "Custom order status email"
|
348 |
+
msgstr "E-mail statusa prilagođene narudžbe"
|
349 |
+
|
350 |
+
#: includes/views/admin_options_shipping_provider.php:82
|
351 |
+
msgid "Custom URL"
|
352 |
+
msgstr "Prilagođeni URL"
|
353 |
+
|
354 |
+
#: includes/views/admin_options_settings.php:32
|
355 |
+
msgid "Customer View"
|
356 |
+
msgstr "Prikaz korisnika"
|
357 |
+
|
358 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:712
|
359 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:832
|
360 |
+
msgid "Customize"
|
361 |
+
msgstr "Prilagodite"
|
362 |
+
|
363 |
+
#: includes/views/admin_options_osm.php:66
|
364 |
+
msgid "Dark Font"
|
365 |
+
msgstr "Tamni font"
|
366 |
+
|
367 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:173
|
368 |
+
msgid "Data saved successfully."
|
369 |
+
msgstr "Podaci su uspješno spremljeni."
|
370 |
+
|
371 |
+
#: includes/class-wc-advanced-shipment-tracking.php:369
|
372 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:377
|
373 |
+
msgid "Date shipped:"
|
374 |
+
msgstr "Datum slanja:"
|
375 |
+
|
376 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1953
|
377 |
+
msgid "default"
|
378 |
+
msgstr "zadano"
|
379 |
+
|
380 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1819
|
381 |
+
msgid "Delivered"
|
382 |
+
msgstr "Isporučeno"
|
383 |
+
|
384 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1862
|
385 |
+
msgid "Display Name"
|
386 |
+
msgstr "Ime za prikaz"
|
387 |
+
|
388 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:463
|
389 |
+
msgid "Display shipping provider image"
|
390 |
+
msgstr "Prikaži sliku dobavljača dostave"
|
391 |
+
|
392 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:444
|
393 |
+
msgid "Display shipping provider name"
|
394 |
+
msgstr "Prikaži naziv dobavljača dostave"
|
395 |
+
|
396 |
+
#: includes/views/admin_options_bulk_upload.php:117
|
397 |
+
msgid "Download sample csv"
|
398 |
+
msgstr "Preuzmite uzorak csv"
|
399 |
+
|
400 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1942
|
401 |
+
msgid "edit"
|
402 |
+
msgstr "Uredi"
|
403 |
+
|
404 |
+
#: includes/views/admin_options_shipping_provider.php:51
|
405 |
+
msgid "Edit Shipping Provider"
|
406 |
+
msgstr "Uredite dobavljača dostave"
|
407 |
+
|
408 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:210
|
409 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:239
|
410 |
+
msgid "Email content"
|
411 |
+
msgstr "Sadržaj e-pošte"
|
412 |
+
|
413 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:149
|
414 |
+
msgid "Email Type"
|
415 |
+
msgstr "Vrsta e-pošte"
|
416 |
+
|
417 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:171
|
418 |
+
msgid "Enable Partially Shipped order status email"
|
419 |
+
msgstr "Omogući e-poštu statusa djelomično otpremljene narudžbe"
|
420 |
+
|
421 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:584
|
422 |
+
msgid "Enable the 3plwinner integration"
|
423 |
+
msgstr "Omogućite integraciju 3plwinner"
|
424 |
+
|
425 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:604
|
426 |
+
msgid "Enable the AliExpress Dropshipping integration"
|
427 |
+
msgstr "Omogućite AliExpress Dropshipping integraciju"
|
428 |
+
|
429 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:544
|
430 |
+
msgid "Enable the CustomCat integration"
|
431 |
+
msgstr "Omogućite integraciju CustomCat"
|
432 |
+
|
433 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:554
|
434 |
+
msgid "Enable the Dear Systems integration"
|
435 |
+
msgstr "Omogućite integraciju Dear Systems"
|
436 |
+
|
437 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:594
|
438 |
+
msgid "Enable the Dianxiaomi integration"
|
439 |
+
msgstr "Omogućite integraciju Dianxiaomi"
|
440 |
+
|
441 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:504
|
442 |
+
msgid "Enable the Ordoro tracking integration"
|
443 |
+
msgstr "Omogućite integraciju Ordoro praćenja"
|
444 |
+
|
445 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:574
|
446 |
+
msgid "Enable the Picqer integration"
|
447 |
+
msgstr "Omogućite integraciju Picqera"
|
448 |
+
|
449 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:564
|
450 |
+
msgid "Enable the Printify integration"
|
451 |
+
msgstr "Omogućite integraciju Printify"
|
452 |
+
|
453 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:514
|
454 |
+
msgid "Enable the QuickBooks Commerce (formerly TradeGecko) Integrations"
|
455 |
+
msgstr "Omogućite QuickBooks Commerce (bivši TradeGecko) integracije"
|
456 |
+
|
457 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:524
|
458 |
+
msgid "Enable the ReadyToShip integration"
|
459 |
+
msgstr "Omogućite integraciju ReadyToShip"
|
460 |
+
|
461 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:534
|
462 |
+
msgid "Enable the Royal Mail Click & Drop integration"
|
463 |
+
msgstr "Omogućite integraciju Royal Mail Click & Drop"
|
464 |
+
|
465 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:474
|
466 |
+
msgid "Enable the ShipStation integration"
|
467 |
+
msgstr "Omogućite integraciju ShipStationa"
|
468 |
+
|
469 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:484
|
470 |
+
msgid "Enable the WC Shipping integration"
|
471 |
+
msgstr "Omogućite integraciju WC Shipping"
|
472 |
+
|
473 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:494
|
474 |
+
msgid ""
|
475 |
+
"Enable the WooCommerce UPS Shipping Plugin with Print Label plugin "
|
476 |
+
"integration"
|
477 |
+
msgstr ""
|
478 |
+
"Omogućite dodatak za slanje WooCommerce UPS s integracijom dodatka za ispis "
|
479 |
+
"naljepnica"
|
480 |
+
|
481 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1037
|
482 |
+
msgid "Enable Track button in orders history (actions)"
|
483 |
+
msgstr "Omogući gumb za praćenje u povijesti narudžbi (radnje)"
|
484 |
+
|
485 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:142
|
486 |
+
msgid "Enable Updated Tracking order status email"
|
487 |
+
msgstr "Omogućite ažuriranu e-poštu statusa praćenja narudžbe"
|
488 |
+
|
489 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:2321
|
490 |
+
msgid "Filter by shipping provider"
|
491 |
+
msgstr "Filtrirajte prema dobavljaču dostave"
|
492 |
+
|
493 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:388
|
494 |
+
msgid "Fulfill Order"
|
495 |
+
msgstr "Ispuniti narudžbu"
|
496 |
+
|
497 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:425
|
498 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:429
|
499 |
+
msgid "General Settings"
|
500 |
+
msgstr "Opće postavke"
|
501 |
+
|
502 |
+
#: includes/views/admin_options_shipping_provider.php:75
|
503 |
+
msgid "Global"
|
504 |
+
msgstr "Globalno"
|
505 |
+
|
506 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:344
|
507 |
+
msgid "Go Pro"
|
508 |
+
msgstr "Idi Pro"
|
509 |
+
|
510 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:731
|
511 |
+
msgid "Headers background color"
|
512 |
+
msgstr "Boja pozadine zaglavlja"
|
513 |
+
|
514 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:749
|
515 |
+
msgid "Headers font color"
|
516 |
+
msgstr "Boja fonta zaglavlja"
|
517 |
+
|
518 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:712
|
519 |
+
msgid "Headers font size"
|
520 |
+
msgstr "Veličina fonta zaglavlja"
|
521 |
+
|
522 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:767
|
523 |
+
msgid "Headers font weight"
|
524 |
+
msgstr "Težina fonta zaglavlja"
|
525 |
+
|
526 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:115
|
527 |
+
msgid ""
|
528 |
+
"Hi there. we thought you'd like to know that the shipment tracking for your "
|
529 |
+
"recent order from {site_title} has been updated."
|
530 |
+
msgstr ""
|
531 |
+
"Bok tamo. mislili smo da biste željeli znati da je praćenje pošiljke za vašu "
|
532 |
+
"nedavnu narudžbu s {site_title} ažurirano."
|
533 |
+
|
534 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:117
|
535 |
+
msgid ""
|
536 |
+
"Hi there. we thought you'd like to know that your recent order from "
|
537 |
+
"{site_title} has been partially shipped."
|
538 |
+
msgstr ""
|
539 |
+
"Bok tamo. mislili smo da biste željeli znati da je vaša nedavna narudžba s "
|
540 |
+
"{site_title} djelomično poslana."
|
541 |
+
|
542 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:645
|
543 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:662
|
544 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:679
|
545 |
+
msgid "hide details"
|
546 |
+
msgstr "sakri detalje"
|
547 |
+
|
548 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:622
|
549 |
+
msgid "Hide Table Headers"
|
550 |
+
msgstr "Sakrij zaglavlja tablice"
|
551 |
+
|
552 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:482
|
553 |
+
msgid "Hide the shipped date"
|
554 |
+
msgstr "Sakrij datum isporuke"
|
555 |
+
|
556 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:203
|
557 |
+
msgid "Hide Tracking Header"
|
558 |
+
msgstr "Sakrij zaglavlje praćenja"
|
559 |
+
|
560 |
+
#: includes/views/admin_options_bulk_upload.php:118
|
561 |
+
msgid "How to import tracking number from CSV files?"
|
562 |
+
msgstr "Kako uvesti broj za praćenje iz CSV datoteka?"
|
563 |
+
|
564 |
+
#. Author URI of the plugin
|
565 |
+
msgid "https://www.zorem.com"
|
566 |
+
msgstr "https://www.zorem.com"
|
567 |
+
|
568 |
+
#. URI of the plugin
|
569 |
+
msgid "https://www.zorem.com/products/woocommerce-advanced-shipment-tracking/"
|
570 |
+
msgstr "https://www.zorem.com/products/woocommerce-advanced-shipment-tracking/"
|
571 |
+
|
572 |
+
#: includes/views/admin_options_bulk_upload.php:74
|
573 |
+
msgid "Import in Progress"
|
574 |
+
msgstr "Uvoz u tijeku"
|
575 |
+
|
576 |
+
#: includes/views/admin_options_trackship_integration.php:18
|
577 |
+
msgid "Install TrackShip for WooCommerce"
|
578 |
+
msgstr "Instalirajte TrackShip za WooCommerce"
|
579 |
+
|
580 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:390
|
581 |
+
#: includes/views/integrations_admin_options.php:3
|
582 |
+
msgid "Integrations"
|
583 |
+
msgstr "Integracije"
|
584 |
+
|
585 |
+
#: includes/api/class-wc-advanced-shipment-tracking-rest-api-controller.php:231
|
586 |
+
msgid "Invalid order ID."
|
587 |
+
msgstr "Nevažeći ID narudžbe."
|
588 |
+
|
589 |
+
#: includes/views/admin_options_bulk_upload.php:46
|
590 |
+
msgid ""
|
591 |
+
"Keep unchecked for the tracking info to be added to any existing tracking "
|
592 |
+
"info added to the orders."
|
593 |
+
msgstr ""
|
594 |
+
"Ne označite da bi se podaci o praćenju dodali svim postojećim podacima o "
|
595 |
+
"praćenju dodanim narudžbama."
|
596 |
+
|
597 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:344
|
598 |
+
msgid "License"
|
599 |
+
msgstr "Licenca"
|
600 |
+
|
601 |
+
#: includes/views/admin_options_osm.php:65
|
602 |
+
msgid "Light Font"
|
603 |
+
msgstr "Svijetli font"
|
604 |
+
|
605 |
+
#: includes/class-wc-advanced-shipment-tracking.php:300
|
606 |
+
msgid "Mark as Completed?"
|
607 |
+
msgstr "Označiti kao dovršeno?"
|
608 |
+
|
609 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1803
|
610 |
+
msgid "Mark as Shipped"
|
611 |
+
msgstr "Označi kao isporučeno"
|
612 |
+
|
613 |
+
#: includes/class-wc-advanced-shipment-tracking.php:297
|
614 |
+
msgid "Mark as Shipped?"
|
615 |
+
msgstr "Označiti kao isporučeno?"
|
616 |
+
|
617 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1774
|
618 |
+
msgid "Mark order as delivered"
|
619 |
+
msgstr "Označi narudžbu kao dostavljenu"
|
620 |
+
|
621 |
+
#: includes/class-wc-advanced-shipment-tracking.php:492
|
622 |
+
msgid "Mark order as:"
|
623 |
+
msgstr "Označi narudžbu kao:"
|
624 |
+
|
625 |
+
#: includes/customizer/class-wcast-customizer.php:359
|
626 |
+
msgid "Mockup Order"
|
627 |
+
msgstr "Narudžba makete"
|
628 |
+
|
629 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:816
|
630 |
+
#: includes/views/integrations_admin_options.php:20
|
631 |
+
msgid "more info"
|
632 |
+
msgstr "više informacija"
|
633 |
+
|
634 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:2395
|
635 |
+
msgid "Multiple API names mapping is a pro features"
|
636 |
+
msgstr "Mapiranje više API imena je profesionalna značajka"
|
637 |
+
|
638 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1043
|
639 |
+
msgid "Open the Track Button link in a new tab"
|
640 |
+
msgstr "Otvorite vezu Gumb za praćenje na novoj kartici"
|
641 |
+
|
642 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1030
|
643 |
+
msgid "Order Emails Display"
|
644 |
+
msgstr "Prikaz e-pošte za narudžbu"
|
645 |
+
|
646 |
+
#. %s: Order ID.
|
647 |
+
#: templates/emails/wcast-email-order-details.php:55
|
648 |
+
msgid "Order number: %s"
|
649 |
+
msgstr "Broj narudžbe: %s"
|
650 |
+
|
651 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:434
|
652 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:438
|
653 |
+
#: includes/views/admin_options_settings.php:64
|
654 |
+
msgid "Order Statuses"
|
655 |
+
msgstr "Statusi narudžbi"
|
656 |
+
|
657 |
+
#. %1$s: Reaplce with tracking provider, %2$s: Reaplce with tracking number
|
658 |
+
#: includes/class-wc-advanced-shipment-tracking.php:1193
|
659 |
+
#: includes/class-wc-advanced-shipment-tracking.php:1269
|
660 |
+
msgid "Order was shipped with %1$s and tracking number is: %2$s"
|
661 |
+
msgstr "Narudžba je poslana s %1$s, a broj za praćenje je: %2$s"
|
662 |
+
|
663 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:808
|
664 |
+
msgid "Other"
|
665 |
+
msgstr "Ostalo"
|
666 |
+
|
667 |
+
#: includes/class-wc-advanced-shipment-tracking.php:483
|
668 |
+
msgid "Partial Shipped"
|
669 |
+
msgstr "Djelomično otpremljeno"
|
670 |
+
|
671 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1159
|
672 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:129
|
673 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:161
|
674 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:134
|
675 |
+
msgid "Partially Shipped"
|
676 |
+
msgstr "Djelomično otpremljeno"
|
677 |
+
|
678 |
+
#. %s: replace with Partially Shipped Count
|
679 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:135
|
680 |
+
msgid "Partially Shipped <span class=\"count\">(%s)</span>"
|
681 |
+
msgid_plural "Partially Shipped <span class=\"count\">(%s)</span>"
|
682 |
+
msgstr[0] "Djelomično otpremljeno <span class=\"count\">(%s)</span>"
|
683 |
+
msgstr[1] "Djelomično otpremljeno <span class=\"count\">(%s)</span>"
|
684 |
+
msgstr[2] "Djelomično otpremljeno <span class=\"count\">(%s)</span>"
|
685 |
+
|
686 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:614
|
687 |
+
msgid ""
|
688 |
+
"PDF invoices integration for WooCommerce PDF Invoices & Packing Slips plugin "
|
689 |
+
"By Ewout Fernhout"
|
690 |
+
msgstr ""
|
691 |
+
"Integracija PDF faktura za WooCommerce dodatak PDF fakture i uputnice za "
|
692 |
+
"pakiranje Autor Ewout Fernhout"
|
693 |
+
|
694 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:624
|
695 |
+
msgid ""
|
696 |
+
"PDF invoices integration for WooCommerce PDF Invoices plugin By Bas Elbers"
|
697 |
+
msgstr ""
|
698 |
+
"Integracija PDF faktura za WooCommerce dodatak za PDF račune od Bas Elbersa"
|
699 |
+
|
700 |
+
#. %s: search WooCommerce plugin link
|
701 |
+
#: woocommerce-advanced-shipment-tracking.php:181
|
702 |
+
msgid ""
|
703 |
+
"Please install and activate %1$sWooCommerce%2$s for Advanced Shipment "
|
704 |
+
"Tracking for WooCommerce!"
|
705 |
+
msgstr ""
|
706 |
+
"Molimo instalirajte i aktivirajte %1$sWooCommerce%2$s za napredno praćenje "
|
707 |
+
"pošiljke za WooCommerce!"
|
708 |
+
|
709 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:267
|
710 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:275
|
711 |
+
msgid "Please select order to preview."
|
712 |
+
msgstr "Molimo odaberite narudžbu za pregled."
|
713 |
+
|
714 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:177
|
715 |
+
msgid "Please upload a valid CSV file."
|
716 |
+
msgstr "Prenesite valjanu CSV datoteku."
|
717 |
+
|
718 |
+
#: includes/class-wc-advanced-shipment-tracking.php:387
|
719 |
+
msgid "Preview:"
|
720 |
+
msgstr "Pregled:"
|
721 |
+
|
722 |
+
#: includes/class-wc-advanced-shipment-tracking.php:361
|
723 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:373
|
724 |
+
msgid "Product Code:"
|
725 |
+
msgstr "Šifra proizvoda:"
|
726 |
+
|
727 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:141
|
728 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:648
|
729 |
+
#: templates/emails/tracking-info.php:216
|
730 |
+
#: templates/myaccount/tracking-info.php:192
|
731 |
+
msgid "Provider"
|
732 |
+
msgstr "Pružatelj usluga"
|
733 |
+
|
734 |
+
#: includes/views/admin_options_shipping_provider.php:57
|
735 |
+
#: templates/emails/tracking-info.php:222
|
736 |
+
#: templates/myaccount/tracking-info.php:198
|
737 |
+
msgid "Provider Name"
|
738 |
+
msgstr "Naziv dobavljača"
|
739 |
+
|
740 |
+
#: includes/views/admin_options_shipping_provider.php:116
|
741 |
+
msgid "Providers Added"
|
742 |
+
msgstr "Dodani dobavljači"
|
743 |
+
|
744 |
+
#: includes/views/admin_options_shipping_provider.php:118
|
745 |
+
msgid "Providers Deleted"
|
746 |
+
msgstr "Davatelji su izbrisani"
|
747 |
+
|
748 |
+
#: includes/views/admin_options_shipping_provider.php:117
|
749 |
+
msgid "Providers Updated"
|
750 |
+
msgstr "Pružatelji ažurirani"
|
751 |
+
|
752 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:174
|
753 |
+
msgid "Really delete this entry? This will not be undo."
|
754 |
+
msgstr "Stvarno izbrisati ovaj unos? Ovo se neće poništiti."
|
755 |
+
|
756 |
+
#: includes/views/admin_options_osm.php:14
|
757 |
+
msgid "Rename the “Completed” Order status label to “Shipped”"
|
758 |
+
msgstr "Preimenujte oznaku statusa narudžbe \"Dovršeno\" u \"Otpremljeno\""
|
759 |
+
|
760 |
+
#: includes/views/admin_options_bulk_upload.php:46
|
761 |
+
msgid "Replace tracking information?"
|
762 |
+
msgstr "Zamijeniti podatke o praćenju?"
|
763 |
+
|
764 |
+
#: includes/views/admin_options_shipping_provider.php:100
|
765 |
+
msgid "Reset"
|
766 |
+
msgstr "Resetiraj"
|
767 |
+
|
768 |
+
#: includes/views/admin_options_shipping_provider.php:122
|
769 |
+
msgid ""
|
770 |
+
"Reset providers database, it will reset all your shipping provider database"
|
771 |
+
msgstr ""
|
772 |
+
"Resetirajte bazu podataka pružatelja usluga, poništit će svu vašu bazu "
|
773 |
+
"podataka o dobavljačima dostave"
|
774 |
+
|
775 |
+
#: includes/views/admin_options_settings.php:19
|
776 |
+
#: includes/views/admin_options_settings.php:35
|
777 |
+
#: includes/views/admin_options_settings.php:51
|
778 |
+
#: includes/views/admin_options_settings.php:67
|
779 |
+
msgid "Save & Close"
|
780 |
+
msgstr "Spremi i zatvori"
|
781 |
+
|
782 |
+
#: includes/class-wc-advanced-shipment-tracking.php:384
|
783 |
+
msgid "Save Tracking"
|
784 |
+
msgstr "Usnimi Praćenje"
|
785 |
+
|
786 |
+
#: includes/views/admin_options_shipping_provider.php:27
|
787 |
+
msgid "Search by provider / country"
|
788 |
+
msgstr "Pretraživanje po davatelju/državi"
|
789 |
+
|
790 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:153
|
791 |
+
msgid "Select email type"
|
792 |
+
msgstr "Odaberite vrstu e-pošte"
|
793 |
+
|
794 |
+
#: includes/class-wc-advanced-shipment-tracking.php:323
|
795 |
+
msgid "Select Provider"
|
796 |
+
msgstr "Odaberite Dobavljač"
|
797 |
+
|
798 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:259
|
799 |
+
msgid "Select Template"
|
800 |
+
msgstr "Odaberite Predložak"
|
801 |
+
|
802 |
+
#: includes/views/admin_options_osm.php:74
|
803 |
+
msgid "Send Email"
|
804 |
+
msgstr "Pošalji e-mail"
|
805 |
+
|
806 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:927
|
807 |
+
msgid ""
|
808 |
+
"Set the \"mark as shipped\" option checked when adding tracking info to "
|
809 |
+
"orders"
|
810 |
+
msgstr ""
|
811 |
+
"Postavite opciju \"označi kao otpremljeno\" označenu kada dodajete podatke o "
|
812 |
+
"praćenju narudžbama"
|
813 |
+
|
814 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:352
|
815 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:356
|
816 |
+
#: includes/views/admin_options_settings.php:9
|
817 |
+
msgid "Settings"
|
818 |
+
msgstr "Postavke"
|
819 |
+
|
820 |
+
#: includes/views/admin_options_bulk_upload.php:57
|
821 |
+
msgid "Settings Saved."
|
822 |
+
msgstr "Postavke spremljene."
|
823 |
+
|
824 |
+
#. %s: replace with status
|
825 |
+
#: templates/emails/plain/tracking-info.php:36
|
826 |
+
msgid "Shipment status changed to %s"
|
827 |
+
msgstr "Status pošiljke je promijenjen u %s"
|
828 |
+
|
829 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:189
|
830 |
+
#: includes/class-wc-advanced-shipment-tracking.php:138
|
831 |
+
#: includes/class-wc-advanced-shipment-tracking.php:219
|
832 |
+
msgid "Shipment Tracking"
|
833 |
+
msgstr "Praćenje pošiljke"
|
834 |
+
|
835 |
+
#: includes/views/admin_options_settings.php:48
|
836 |
+
msgid "Shipment Tracking API"
|
837 |
+
msgstr "API za praćenje pošiljke"
|
838 |
+
|
839 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:849
|
840 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:945
|
841 |
+
#: includes/class-wc-advanced-shipment-tracking.php:467
|
842 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:263
|
843 |
+
msgid "Shipped"
|
844 |
+
msgstr "Isporučeno"
|
845 |
+
|
846 |
+
#. %s: replace with shipped order count
|
847 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:283
|
848 |
+
msgid "Shipped <span class=\"count\">(%s)</span>"
|
849 |
+
msgid_plural "Shipped <span class=\"count\">(%s)</span>"
|
850 |
+
msgstr[0] "Otpremljeno <span class=\"count\">(%s)</span>"
|
851 |
+
msgstr[1] "Otpremljeno <span class=\"count\">(%s)</span>"
|
852 |
+
msgstr[2] "Otpremljeno <span class=\"count\">(%s)</span>"
|
853 |
+
|
854 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:143
|
855 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:695
|
856 |
+
msgid "Shipped Date"
|
857 |
+
msgstr "Datum isporuke"
|
858 |
+
|
859 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:688
|
860 |
+
msgid "Shipped date header text"
|
861 |
+
msgstr "Tekst zaglavlja datuma otpreme"
|
862 |
+
|
863 |
+
#. 1: shipping date
|
864 |
+
#: includes/class-wc-advanced-shipment-tracking.php:255
|
865 |
+
msgid "Shipped on %s"
|
866 |
+
msgstr "Isporučeno %s"
|
867 |
+
|
868 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:151
|
869 |
+
msgid "Shipped on {ship_date} via {shipping_provider} - {tracking_number_link}"
|
870 |
+
msgstr ""
|
871 |
+
"Isporučeno {ship_date} putem {shipping_provider} - {tracking_number_link}"
|
872 |
+
|
873 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1740
|
874 |
+
msgid "Shipped Order"
|
875 |
+
msgstr "Isporučena narudžba"
|
876 |
+
|
877 |
+
#: includes/views/admin_options_shipping_provider.php:74
|
878 |
+
msgid "Shipping Country"
|
879 |
+
msgstr "Zemlja dostave"
|
880 |
+
|
881 |
+
#: includes/views/admin_options_shipping_provider.php:58
|
882 |
+
msgid "Shipping Provider"
|
883 |
+
msgstr "Dobavljač dostave"
|
884 |
+
|
885 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:641
|
886 |
+
msgid "Shipping provider header text"
|
887 |
+
msgstr "Tekst zaglavlja dobavljača dostave"
|
888 |
+
|
889 |
+
#: includes/class-wc-advanced-shipment-tracking.php:321
|
890 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:350
|
891 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:352
|
892 |
+
msgid "Shipping Provider:"
|
893 |
+
msgstr "Dostavna služba:"
|
894 |
+
|
895 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:372
|
896 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:376
|
897 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1861
|
898 |
+
msgid "Shipping Providers"
|
899 |
+
msgstr "Pružatelji dostave"
|
900 |
+
|
901 |
+
#: includes/views/admin_options_shipping_provider.php:22
|
902 |
+
msgid "Shipping Providers & Carriers"
|
903 |
+
msgstr "Dobavljači i prijevoznici"
|
904 |
+
|
905 |
+
#: includes/views/admin_options_shipping_provider.php:120
|
906 |
+
msgid "Shipping providers database reset successfully."
|
907 |
+
msgstr "Baza podataka dobavljača dostave uspješno je resetirana."
|
908 |
+
|
909 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:388
|
910 |
+
msgid "Show bottom border"
|
911 |
+
msgstr "Prikaži donju granicu"
|
912 |
+
|
913 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:295
|
914 |
+
msgid "Simple Layout Design"
|
915 |
+
msgstr "Jednostavan dizajn izgleda"
|
916 |
+
|
917 |
+
#: includes/api/class-wc-advanced-shipment-tracking-rest-api-controller.php:235
|
918 |
+
msgid "Special character not allowd in tracking number"
|
919 |
+
msgstr "Poseban znak nije dopušten u broju za praćenje"
|
920 |
+
|
921 |
+
#: includes/views/admin_options_shipping_provider.php:110
|
922 |
+
#: includes/views/admin_options_shipping_provider.php:124
|
923 |
+
msgid "Sync Shipping Providers"
|
924 |
+
msgstr "Sinkronizirajte dobavljače dostave"
|
925 |
+
|
926 |
+
#: includes/views/admin_options_shipping_provider.php:114
|
927 |
+
msgid ""
|
928 |
+
"Syncing the shipping providers list add or updates the pre-set shipping "
|
929 |
+
"providers and will not effect custom shipping providers."
|
930 |
+
msgstr ""
|
931 |
+
"Sinkronizacija popisa pružatelja dostave dodaje ili ažurira unaprijed "
|
932 |
+
"postavljene pružatelje dostave i neće utjecati na prilagođene pružatelje "
|
933 |
+
"dostave."
|
934 |
+
|
935 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:790
|
936 |
+
msgid "Table Content"
|
937 |
+
msgstr "Sadržaj tablice"
|
938 |
+
|
939 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:520
|
940 |
+
msgid "Table Design Options"
|
941 |
+
msgstr "Mogućnosti dizajna tablice"
|
942 |
+
|
943 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:605
|
944 |
+
msgid "Table Header"
|
945 |
+
msgstr "Zaglavlje tablice"
|
946 |
+
|
947 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:260
|
948 |
+
msgid "Table Layout"
|
949 |
+
msgstr "Izgled tablice"
|
950 |
+
|
951 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:427
|
952 |
+
msgid "Table Options"
|
953 |
+
msgstr "Opcije tablice"
|
954 |
+
|
955 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:581
|
956 |
+
msgid "Text align"
|
957 |
+
msgstr "Poravnaj tekst"
|
958 |
+
|
959 |
+
#: includes/views/admin_options_shipping_provider.php:61
|
960 |
+
msgid ""
|
961 |
+
"The custom display name will show in the tracking info section on the "
|
962 |
+
"customer order emails, my-account, and TrackShip's tracking page and email "
|
963 |
+
"notifications"
|
964 |
+
msgstr ""
|
965 |
+
"Prilagođeni naziv za prikaz prikazat će se u odjeljku informacija o praćenju "
|
966 |
+
"na e-porukama narudžbe korisnika, na mom računu i stranici za praćenje "
|
967 |
+
"TrackShip i obavijesti e-poštom"
|
968 |
+
|
969 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:627
|
970 |
+
msgid "There are some issue with sync, Please Retry."
|
971 |
+
msgstr "Postoji neki problem sa sinkronizacijom, pokušajte ponovo."
|
972 |
+
|
973 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:176
|
974 |
+
msgid "This browser does not support HTML5."
|
975 |
+
msgstr "Ovaj preglednik ne podržava HTML5."
|
976 |
+
|
977 |
+
#: includes/class-wc-advanced-shipment-tracking.php:784
|
978 |
+
#: includes/class-wc-advanced-shipment-tracking.php:817
|
979 |
+
#: includes/class-wc-advanced-shipment-tracking.php:835
|
980 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:144
|
981 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:951
|
982 |
+
#: templates/emails/tracking-info.php:264
|
983 |
+
#: templates/myaccount/tracking-info.php:244
|
984 |
+
#: templates/myaccount/tracking-info.php:246
|
985 |
+
msgid "Track"
|
986 |
+
msgstr "Prati"
|
987 |
+
|
988 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:908
|
989 |
+
msgid "Track Button"
|
990 |
+
msgstr "Gumb za praćenje"
|
991 |
+
|
992 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:925
|
993 |
+
msgid "Track Header"
|
994 |
+
msgstr "Zaglavlje pjesme"
|
995 |
+
|
996 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:944
|
997 |
+
msgid "Track header text"
|
998 |
+
msgstr "Pratite tekst zaglavlja"
|
999 |
+
|
1000 |
+
#: includes/class-wc-advanced-shipment-tracking.php:242
|
1001 |
+
#: includes/class-wc-advanced-shipment-tracking.php:387
|
1002 |
+
msgid "Track Shipment"
|
1003 |
+
msgstr "Prati Pošiljku"
|
1004 |
+
|
1005 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:274
|
1006 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:277
|
1007 |
+
msgid "Tracking display layout"
|
1008 |
+
msgstr "Izgled zaslona za praćenje"
|
1009 |
+
|
1010 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:182
|
1011 |
+
msgid "Tracking Display Position"
|
1012 |
+
msgstr "Praćenje položaja zaslona"
|
1013 |
+
|
1014 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:221
|
1015 |
+
msgid "Tracking Header text"
|
1016 |
+
msgstr "Tekst zaglavlja praćenja"
|
1017 |
+
|
1018 |
+
#: includes/customizer/class-wcast-customizer.php:37
|
1019 |
+
msgid "Tracking info display"
|
1020 |
+
msgstr "Prikaz informacija o praćenju"
|
1021 |
+
|
1022 |
+
#. %1$s: Reaplce with tracking provider, %2$s: Reaplce with tracking number
|
1023 |
+
#: includes/class-wc-advanced-shipment-tracking.php:741
|
1024 |
+
msgid ""
|
1025 |
+
"Tracking info was deleted for tracking provider %1$s with tracking number "
|
1026 |
+
"%2$s"
|
1027 |
+
msgstr ""
|
1028 |
+
"Podaci o praćenju su izbrisani za pružatelja praćenja %1$s s brojem za "
|
1029 |
+
"praćenje %2$s"
|
1030 |
+
|
1031 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:228
|
1032 |
+
msgid "Tracking Information"
|
1033 |
+
msgstr "Detalji Praćenja"
|
1034 |
+
|
1035 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:142
|
1036 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:672
|
1037 |
+
#: templates/emails/tracking-info.php:235
|
1038 |
+
#: templates/myaccount/tracking-info.php:213
|
1039 |
+
msgid "Tracking Number"
|
1040 |
+
msgstr "Broj za Praćenje"
|
1041 |
+
|
1042 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:665
|
1043 |
+
msgid "Tracking number header text"
|
1044 |
+
msgstr "Tekst zaglavlja broja za praćenje"
|
1045 |
+
|
1046 |
+
#: includes/class-wc-advanced-shipment-tracking.php:317
|
1047 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:346
|
1048 |
+
msgid "Tracking number:"
|
1049 |
+
msgstr "Broj pošiljke:"
|
1050 |
+
|
1051 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1864
|
1052 |
+
msgid "TrackShip"
|
1053 |
+
msgstr "TrackShip"
|
1054 |
+
|
1055 |
+
#: includes/views/admin_options_shipping_provider.php:99
|
1056 |
+
msgid "Update"
|
1057 |
+
msgstr "ažuriranje"
|
1058 |
+
|
1059 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1176
|
1060 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:114
|
1061 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:147
|
1062 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:244
|
1063 |
+
msgid "Updated Tracking"
|
1064 |
+
msgstr "Ažurirano praćenje"
|
1065 |
+
|
1066 |
+
#. %s: replace with Updated Tracking Count
|
1067 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:120
|
1068 |
+
msgid "Updated Tracking <span class=\"count\">(%s)</span>"
|
1069 |
+
msgid_plural "Updated Tracking <span class=\"count\">(%s)</span>"
|
1070 |
+
msgstr[0] "Ažurirano praćenje <span class=\"count\">(%s)</span>"
|
1071 |
+
msgstr[1] "Ažurirano praćenje <span class=\"count\">(%s)</span>"
|
1072 |
+
msgstr[2] "Ažurirano praćenje <span class=\"count\">(%s)</span>"
|
1073 |
+
|
1074 |
+
#: includes/views/admin_options_bulk_upload.php:24
|
1075 |
+
msgid "Upload a CSV file from your computer:"
|
1076 |
+
msgstr "Prenesite CSV datoteku sa svog računala:"
|
1077 |
+
|
1078 |
+
#: includes/views/admin_options_bulk_upload.php:107
|
1079 |
+
msgid "Upload again"
|
1080 |
+
msgstr "Ponovno prenesite"
|
1081 |
+
|
1082 |
+
#: includes/views/admin_options_bulk_upload.php:9
|
1083 |
+
msgid ""
|
1084 |
+
"Use our CSV Import Tool to bulk Import tracking info to orders from a CSV "
|
1085 |
+
"file"
|
1086 |
+
msgstr ""
|
1087 |
+
"Koristite naš alat za uvoz CSV-a za skupni uvoz podataka o praćenju u "
|
1088 |
+
"narudžbe iz CSV datoteke"
|
1089 |
+
|
1090 |
+
#: includes/customizer/class-wc-tracking-info-customizer.php:501
|
1091 |
+
msgid "Use tracking number as a link"
|
1092 |
+
msgstr "Koristite broj za praćenje kao vezu"
|
1093 |
+
|
1094 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:644
|
1095 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:661
|
1096 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:678
|
1097 |
+
#: includes/views/admin_options_bulk_upload.php:85
|
1098 |
+
msgid "view details"
|
1099 |
+
msgstr "pregledavati pojedinosti"
|
1100 |
+
|
1101 |
+
#: includes/views/admin_options_bulk_upload.php:106
|
1102 |
+
msgid "View Orders"
|
1103 |
+
msgstr "Pregledajte narudžbe"
|
1104 |
+
|
1105 |
+
#. %s: replace with Partially Shipped order count
|
1106 |
+
#: woocommerce-advanced-shipment-tracking.php:502
|
1107 |
+
msgid ""
|
1108 |
+
"We detected %s orders that use the Partially Shipped order status, You can "
|
1109 |
+
"reassign these orders to a different status"
|
1110 |
+
msgstr ""
|
1111 |
+
"Otkrili smo %s narudžbi koje koriste status djelomično otpremljene narudžbe. "
|
1112 |
+
"Te narudžbe možete dodijeliti drugom statusu"
|
1113 |
+
|
1114 |
+
#: includes/views/admin_options_shipping_provider.php:62
|
1115 |
+
msgid "White Label Provider Name"
|
1116 |
+
msgstr "Naziv dobavljača White Label"
|
1117 |
+
|
1118 |
+
#: includes/class-wc-advanced-shipment-tracking.php:370
|
1119 |
+
#: includes/class-wc-advanced-shipment-tracking.php:373
|
1120 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:378
|
1121 |
+
#: includes/class-wc-advanced-shipment-tracking-settings.php:378
|
1122 |
+
msgid "Y-m-d"
|
1123 |
+
msgstr "Y-m-d"
|
1124 |
+
|
1125 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:175
|
1126 |
+
msgid "You can upload only csv file."
|
1127 |
+
msgstr "Možete prenijeti samo csv datoteku."
|
1128 |
+
|
1129 |
+
#. %s: search WooCommerce plugin link
|
1130 |
+
#: includes/views/admin_options_shipping_provider.php:89
|
1131 |
+
msgid ""
|
1132 |
+
"You can use the variables %number%, %postal_code% and %country_code% in the "
|
1133 |
+
"URL, for more info, check our "
|
1134 |
+
msgstr ""
|
1135 |
+
"Možete koristiti varijable %number%, %postal_code% i %country_code% u URL-u, "
|
1136 |
+
"za više informacija pogledajte naše"
|
1137 |
+
|
1138 |
+
#. %s: replace with status
|
1139 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:1990
|
1140 |
+
msgid "You did not create any %s shipping providers yet."
|
1141 |
+
msgstr "Još niste stvorili nijednog pružatelja dostave %s."
|
1142 |
+
|
1143 |
+
#. %s: replace with status
|
1144 |
+
#: includes/class-wc-advanced-shipment-tracking-admin.php:2001
|
1145 |
+
msgid "You don't have any %s shipping providers."
|
1146 |
+
msgstr "Nemate %s pružatelja dostave."
|
1147 |
+
|
1148 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:116
|
1149 |
+
msgid "Your Order is Partially Shipped"
|
1150 |
+
msgstr "Vaša je narudžba djelomično otpremljena"
|
1151 |
+
|
1152 |
+
#: includes/customizer/class-wc-partial-shipped-email-customizer.php:115
|
1153 |
+
msgid "Your {site_title} order is now partially shipped"
|
1154 |
+
msgstr "Vaša narudžba {site_title} sada je djelomično poslana"
|
1155 |
+
|
1156 |
+
#: includes/customizer/class-wc-updated-tracking-email-customizer.php:113
|
1157 |
+
msgid "Your {site_title} order is now updated tracking"
|
1158 |
+
msgstr "Vaša narudžba {site_title} sada je ažurirana za praćenje"
|
1159 |
+
|
1160 |
+
#. Author of the plugin
|
1161 |
+
msgid "zorem"
|
1162 |
+
msgstr "zorem"
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: zorem
|
3 |
Tags: WooCommerce, delivery, shipping, shipment tracking, tracking
|
4 |
Requires at least: 5.3
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 7.0
|
7 |
Stable tag: 4.0.1
|
8 |
License: GPLv2
|
@@ -105,6 +105,17 @@ Yes, if you use external shipping services that work with the WooCommerce REST A
|
|
105 |
|
106 |
== Changelog ==
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
= 3.3.1 =
|
109 |
* Dev - Added back the Delivered order status
|
110 |
* Dev - Added ParcelForce Integration
|
2 |
Contributors: zorem
|
3 |
Tags: WooCommerce, delivery, shipping, shipment tracking, tracking
|
4 |
Requires at least: 5.3
|
5 |
+
Tested up to: 5.9.2
|
6 |
Requires PHP: 7.0
|
7 |
Stable tag: 4.0.1
|
8 |
License: GPLv2
|
105 |
|
106 |
== Changelog ==
|
107 |
|
108 |
+
= 3.3.2 =
|
109 |
+
* Enhancement - Make Shipped and Partially Shipped unremovable from Order Emails Display option
|
110 |
+
* Enhancement - Add Docs, Support and Review link on plugins page
|
111 |
+
* Enhancement - Added Sync providers Message on Shipping Providers list settings page
|
112 |
+
* Dev - Updated Croatian Translation Files
|
113 |
+
* Dev - Updated Deprecated jQuery code for jQuery keyup function
|
114 |
+
* Dev - Improve the synch providers functionality based on provider_slug
|
115 |
+
* Dev - Tested with WP 5.9.2 and WC 6.3.1
|
116 |
+
* Fix - Fixed error when add tracking information to order for PHP 8
|
117 |
+
* Fix - Fixed synch providers issue for J&T provider
|
118 |
+
|
119 |
= 3.3.1 =
|
120 |
* Dev - Added back the Delivered order status
|
121 |
* Dev - Added ParcelForce Integration
|
woocommerce-advanced-shipment-tracking.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
* Plugin Name: Advanced Shipment Tracking for WooCommerce
|
5 |
* Plugin URI: https://www.zorem.com/products/woocommerce-advanced-shipment-tracking/
|
6 |
* Description: Add shipment tracking information to your WooCommerce orders and provide customers with an easy way to track their orders. Shipment tracking Info will appear in customers accounts (in the order panel) and in WooCommerce order complete email.
|
7 |
-
* Version: 3.3.
|
8 |
* Author: zorem
|
9 |
* Author URI: https://www.zorem.com
|
10 |
* License: GPL-2.0+
|
11 |
* License URI:
|
12 |
* Text Domain: woo-advanced-shipment-tracking
|
13 |
-
* WC tested up to:
|
14 |
*/
|
15 |
|
16 |
class Zorem_Woocommerce_Advanced_Shipment_Tracking {
|
@@ -20,7 +20,7 @@ class Zorem_Woocommerce_Advanced_Shipment_Tracking {
|
|
20 |
*
|
21 |
* @var string
|
22 |
*/
|
23 |
-
public $version = '3.3.
|
24 |
|
25 |
/**
|
26 |
* Initialize the main plugin function
|
@@ -600,9 +600,19 @@ class Zorem_Woocommerce_Advanced_Shipment_Tracking {
|
|
600 |
* @return array List of modified plugin action links.
|
601 |
*/
|
602 |
public function ast_plugin_action_links ( $links ) {
|
603 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
604 |
'<a href="' . esc_url( admin_url( '/admin.php?page=woocommerce-advanced-shipment-tracking' ) ) . '">' . __( 'Settings' ) . '</a>'
|
605 |
), $links );
|
|
|
606 |
}
|
607 |
}
|
608 |
|
4 |
* Plugin Name: Advanced Shipment Tracking for WooCommerce
|
5 |
* Plugin URI: https://www.zorem.com/products/woocommerce-advanced-shipment-tracking/
|
6 |
* Description: Add shipment tracking information to your WooCommerce orders and provide customers with an easy way to track their orders. Shipment tracking Info will appear in customers accounts (in the order panel) and in WooCommerce order complete email.
|
7 |
+
* Version: 3.3.2
|
8 |
* Author: zorem
|
9 |
* Author URI: https://www.zorem.com
|
10 |
* License: GPL-2.0+
|
11 |
* License URI:
|
12 |
* Text Domain: woo-advanced-shipment-tracking
|
13 |
+
* WC tested up to: 6.3.1
|
14 |
*/
|
15 |
|
16 |
class Zorem_Woocommerce_Advanced_Shipment_Tracking {
|
20 |
*
|
21 |
* @var string
|
22 |
*/
|
23 |
+
public $version = '3.3.2';
|
24 |
|
25 |
/**
|
26 |
* Initialize the main plugin function
|
600 |
* @return array List of modified plugin action links.
|
601 |
*/
|
602 |
public function ast_plugin_action_links ( $links ) {
|
603 |
+
$links = array_merge( array(
|
604 |
+
'<a href="https://wordpress.org/support/plugin/woo-advanced-shipment-tracking/reviews/#new-post" target="blank">' . __( 'Review' ) . '</a>'
|
605 |
+
), $links );
|
606 |
+
$links = array_merge( array(
|
607 |
+
'<a href="https://wordpress.org/support/plugin/woo-advanced-shipment-tracking/#new-topic-0" target="blank">' . __( 'Support' ) . '</a>'
|
608 |
+
), $links );
|
609 |
+
$links = array_merge( array(
|
610 |
+
'<a href="https://www.zorem.com/docs/woocommerce-advanced-shipment-tracking/" target="blank">' . __( 'Docs' ) . '</a>'
|
611 |
+
), $links );
|
612 |
+
$links = array_merge( array(
|
613 |
'<a href="' . esc_url( admin_url( '/admin.php?page=woocommerce-advanced-shipment-tracking' ) ) . '">' . __( 'Settings' ) . '</a>'
|
614 |
), $links );
|
615 |
+
return $links;
|
616 |
}
|
617 |
}
|
618 |
|