Version Description
(19.07.2021) = * Fix :- Fixed the errors coming with PHP 8. * Fix :- Shipping address was not printed in invoice when the order is created manually. This is fixed now. * Fix :- When printing receipts, the number of downloaded files is displayed as "%s files". This is fixed now. Props to @inc2734 for the PR. * Dev :- Translated the plugin in Korean language. Props to @shga89 for the PR.
Download this release
Release Info
Developer | tychesoftwares |
Plugin | WooCommerce Print Invoice & Delivery Note |
Version | 4.6.3 |
Comparing to | |
See all releases |
Code changes from version 4.6.2 to 4.6.3
- includes/class-woocommerce-delivery-notes.php +1 -1
- includes/wcdn-template-functions.php +1 -18
- languages/woocommerce-delivery-notes-ko_KR.mo +0 -0
- languages/woocommerce-delivery-notes-ko_KR.po +744 -0
- readme.txt +7 -1
- templates/print-order/print-content.php +3 -7
- templates/print-order/style.css +0 -10
- woocommerce-delivery-notes.php +3 -3
includes/class-woocommerce-delivery-notes.php
CHANGED
@@ -36,7 +36,7 @@ if ( ! class_exists( 'WooCommerce_Delivery_Notes' ) ) {
|
|
36 |
*
|
37 |
* @var string $plugin_version Current plugin version number
|
38 |
*/
|
39 |
-
public static $plugin_version = '4.6.
|
40 |
|
41 |
/**
|
42 |
* Plugin URL on current installation
|
36 |
*
|
37 |
* @var string $plugin_version Current plugin version number
|
38 |
*/
|
39 |
+
public static $plugin_version = '4.6.3';
|
40 |
|
41 |
/**
|
42 |
* Plugin URL on current installation
|
includes/wcdn-template-functions.php
CHANGED
@@ -340,7 +340,7 @@ function wcdn_get_order_invoice_date( $order_id ) {
|
|
340 |
* @param object $product Product Object.
|
341 |
* @param object $order Order object.
|
342 |
*/
|
343 |
-
function wcdn_additional_product_fields( $fields
|
344 |
$new_fields = array();
|
345 |
|
346 |
// Stock keeping unit.
|
@@ -353,23 +353,6 @@ function wcdn_additional_product_fields( $fields = null, $product = null, $order
|
|
353 |
return array_merge( $fields, $new_fields );
|
354 |
}
|
355 |
|
356 |
-
/**
|
357 |
-
* Check if a shipping address is enabled
|
358 |
-
*
|
359 |
-
* @param object $order Order object.
|
360 |
-
*/
|
361 |
-
function wcdn_has_shipping_address( $order ) {
|
362 |
-
// Works only with WooCommerce 2.2 and higher.
|
363 |
-
if ( version_compare( WC_VERSION, '2.2.0', '>=' ) ) {
|
364 |
-
if ( ! wc_ship_to_billing_address_only() && $order->needs_shipping_address() && 'no' !== get_option( 'woocommerce_calc_shipping' ) ) {
|
365 |
-
return true;
|
366 |
-
} else {
|
367 |
-
return false;
|
368 |
-
}
|
369 |
-
}
|
370 |
-
return true;
|
371 |
-
}
|
372 |
-
|
373 |
/**
|
374 |
* Check if an order contains a refund
|
375 |
*
|
340 |
* @param object $product Product Object.
|
341 |
* @param object $order Order object.
|
342 |
*/
|
343 |
+
function wcdn_additional_product_fields( $fields, $product, $order ) {
|
344 |
$new_fields = array();
|
345 |
|
346 |
// Stock keeping unit.
|
353 |
return array_merge( $fields, $new_fields );
|
354 |
}
|
355 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
/**
|
357 |
* Check if an order contains a refund
|
358 |
*
|
languages/woocommerce-delivery-notes-ko_KR.mo
ADDED
Binary file
|
languages/woocommerce-delivery-notes-ko_KR.po
ADDED
@@ -0,0 +1,744 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This Korean Language File: Copyright (C) 2021 by Seok-Hyun Ga (http://www.seokhyun.ga)
|
2 |
+
# This file is distributed under the same license as the WooCommerce Print Invoices & Delivery Notes Plugin package.
|
3 |
+
#
|
4 |
+
#
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: Print Invoice & Delivery Note V4.1.3 Korean Translation\n"
|
8 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/woocommerce-delivery-notes\n"
|
9 |
+
"POT-Creation-Date: 2021-03-24 19:00+0900\n"
|
10 |
+
"PO-Revision-Date: 2021-03-24 13:14+0900\n"
|
11 |
+
"Last-Translator: Seok-Hyun Ga <shga89@naver.com>\n"
|
12 |
+
"Language-Team: Seok-Hyun Ga <shga89@naver.com>\n"
|
13 |
+
"Language: ko_KR\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18 |
+
"X-Generator: Poedit 2.4.2\n"
|
19 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;esc_attr_e;esc_attr__\n"
|
21 |
+
"X-Poedit-Basepath: .\n"
|
22 |
+
"X-Textdomain-Support: yes\n"
|
23 |
+
"X-Poedit-SearchPath-0: ..\n"
|
24 |
+
|
25 |
+
# @ woocommerce-delivery-notes
|
26 |
+
#: includes/class-wcdn-print.php:39 includes/class-wcdn-settings.php:237
|
27 |
+
msgid "Invoice"
|
28 |
+
msgstr "거래명세서"
|
29 |
+
|
30 |
+
#: includes/class-wcdn-print.php:40
|
31 |
+
msgid "Invoices"
|
32 |
+
msgstr "거래명세서"
|
33 |
+
|
34 |
+
# @ woocommerce-delivery-notes
|
35 |
+
#: includes/class-wcdn-print.php:41
|
36 |
+
msgid "Print Invoice"
|
37 |
+
msgstr "거래명세서 인쇄"
|
38 |
+
|
39 |
+
#: includes/class-wcdn-print.php:42
|
40 |
+
msgid "Print Invoices"
|
41 |
+
msgstr "거래명세서 인쇄"
|
42 |
+
|
43 |
+
# @ woocommerce-delivery-notes
|
44 |
+
#: includes/class-wcdn-print.php:43
|
45 |
+
msgid "Invoice created."
|
46 |
+
msgstr "거래명세서가 생성되었습니다."
|
47 |
+
|
48 |
+
#: includes/class-wcdn-print.php:44
|
49 |
+
msgid "Invoices created."
|
50 |
+
msgstr "거래명세서가 생성되었습니다."
|
51 |
+
|
52 |
+
#: includes/class-wcdn-print.php:45
|
53 |
+
msgid "Show \"Print Invoice\" button"
|
54 |
+
msgstr "\"거래명세서 인쇄\" 버튼 표시"
|
55 |
+
|
56 |
+
# @ woocommerce-delivery-notes
|
57 |
+
#: includes/class-wcdn-print.php:51
|
58 |
+
msgid "Delivery Note"
|
59 |
+
msgstr "배송 정보"
|
60 |
+
|
61 |
+
#: includes/class-wcdn-print.php:52
|
62 |
+
msgid "Delivery Notes"
|
63 |
+
msgstr "배송 정보"
|
64 |
+
|
65 |
+
# @ woocommerce-delivery-notes
|
66 |
+
#: includes/class-wcdn-print.php:53
|
67 |
+
msgid "Print Delivery Note"
|
68 |
+
msgstr "배송 정보 인쇄"
|
69 |
+
|
70 |
+
#: includes/class-wcdn-print.php:54
|
71 |
+
msgid "Print Delivery Notes"
|
72 |
+
msgstr "배송 정보 인쇄"
|
73 |
+
|
74 |
+
#: includes/class-wcdn-print.php:55
|
75 |
+
msgid "Delivery Note created."
|
76 |
+
msgstr "배송 정보가 생성되었습니다."
|
77 |
+
|
78 |
+
#: includes/class-wcdn-print.php:56
|
79 |
+
msgid "Delivery Notes created."
|
80 |
+
msgstr "배송 정보가 생성되었습니다."
|
81 |
+
|
82 |
+
#: includes/class-wcdn-print.php:57
|
83 |
+
msgid "Show \"Print Delivery Note\" button"
|
84 |
+
msgstr "\"배송 정보 인쇄\" 버튼 보이기"
|
85 |
+
|
86 |
+
#: includes/class-wcdn-print.php:63
|
87 |
+
msgid "Receipt"
|
88 |
+
msgstr "영수증"
|
89 |
+
|
90 |
+
#: includes/class-wcdn-print.php:64
|
91 |
+
msgid "Receipts"
|
92 |
+
msgstr "영수증"
|
93 |
+
|
94 |
+
#: includes/class-wcdn-print.php:65
|
95 |
+
msgid "Print Receipt"
|
96 |
+
msgstr "영수증 인쇄"
|
97 |
+
|
98 |
+
#: includes/class-wcdn-print.php:66
|
99 |
+
msgid "Print Receipts"
|
100 |
+
msgstr "영수증 인쇄"
|
101 |
+
|
102 |
+
#: includes/class-wcdn-print.php:67
|
103 |
+
msgid "Receipt created."
|
104 |
+
msgstr "영수증이 생성되었습니다."
|
105 |
+
|
106 |
+
#: includes/class-wcdn-print.php:68
|
107 |
+
msgid "Receipts created."
|
108 |
+
msgstr "영수증이 생성되었습니다."
|
109 |
+
|
110 |
+
#: includes/class-wcdn-print.php:69
|
111 |
+
msgid "Show \"Print Receipt\" button"
|
112 |
+
msgstr "\"영수증 인쇄\" 버튼 보이기"
|
113 |
+
|
114 |
+
# @ woocommerce-delivery-notes
|
115 |
+
#: includes/class-wcdn-print.php:78
|
116 |
+
msgid "Order"
|
117 |
+
msgstr "주문"
|
118 |
+
|
119 |
+
#: includes/class-wcdn-print.php:79
|
120 |
+
msgid "Orders"
|
121 |
+
msgstr "주문"
|
122 |
+
|
123 |
+
# @ woocommerce-delivery-notes
|
124 |
+
#: includes/class-wcdn-print.php:80
|
125 |
+
msgid "Print Order"
|
126 |
+
msgstr "주문 인쇄"
|
127 |
+
|
128 |
+
#: includes/class-wcdn-print.php:81
|
129 |
+
msgid "Print Orders"
|
130 |
+
msgstr "주문 인쇄"
|
131 |
+
|
132 |
+
#: includes/class-wcdn-print.php:93
|
133 |
+
msgid "Default"
|
134 |
+
msgstr "기본값"
|
135 |
+
|
136 |
+
#: includes/class-wcdn-settings.php:67
|
137 |
+
msgid "Do you really want to reset the counter to zero? This process can't be undone."
|
138 |
+
msgstr "연번을 초기화 하시겠습니까? 이 작업은 취소될 수 없습니다."
|
139 |
+
|
140 |
+
# @ woocommerce-delivery-notes
|
141 |
+
#: includes/class-wcdn-settings.php:75 includes/class-wcdn-theme.php:57
|
142 |
+
#: includes/class-wcdn-theme.php:94 includes/wcdn-template-functions.php:130
|
143 |
+
msgid "Print"
|
144 |
+
msgstr "인쇄"
|
145 |
+
|
146 |
+
#: includes/class-wcdn-settings.php:106
|
147 |
+
msgid "Template"
|
148 |
+
msgstr "템플릿"
|
149 |
+
|
150 |
+
#: includes/class-wcdn-settings.php:113
|
151 |
+
msgid "Style"
|
152 |
+
msgstr "스타일"
|
153 |
+
|
154 |
+
#: includes/class-wcdn-settings.php:114
|
155 |
+
msgid "The default print style. Read the <a href=\"%1$s\">FAQ</a> to learn how to customize it."
|
156 |
+
msgstr "기본 인쇄 스타일. 사용자가 임의로 스타일을 변경하시려면 <a href=\"%1$s\">FAQ</a>를 참조하세요."
|
157 |
+
|
158 |
+
#: includes/class-wcdn-settings.php:124
|
159 |
+
msgid "Shop Logo"
|
160 |
+
msgstr "상점 로고"
|
161 |
+
|
162 |
+
#: includes/class-wcdn-settings.php:130
|
163 |
+
msgid "A shop logo representing your business. When the image is printed, its pixel density will automatically be eight times higher than the original. This means, 1 printed inch will correspond to about 288 pixels on the screen."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: includes/class-wcdn-settings.php:134
|
167 |
+
msgid "Shop Name"
|
168 |
+
msgstr "상점 이름"
|
169 |
+
|
170 |
+
#: includes/class-wcdn-settings.php:140
|
171 |
+
msgid "The shop name. Leave blank to use the default Website or Blog title defined in WordPress settings. The name will be ignored when a Logo is set."
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: includes/class-wcdn-settings.php:144
|
175 |
+
msgid "Shop Address"
|
176 |
+
msgstr "상점 주소"
|
177 |
+
|
178 |
+
#: includes/class-wcdn-settings.php:145
|
179 |
+
msgid "The postal address of the shop or even e-mail or telephone."
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: includes/class-wcdn-settings.php:154
|
183 |
+
msgid "Complimentary Close"
|
184 |
+
msgstr "끝인사"
|
185 |
+
|
186 |
+
#: includes/class-wcdn-settings.php:155
|
187 |
+
msgid "Add a personal close, notes or season greetings."
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: includes/class-wcdn-settings.php:164
|
191 |
+
msgid "Policies"
|
192 |
+
msgstr "정책"
|
193 |
+
|
194 |
+
#: includes/class-wcdn-settings.php:165
|
195 |
+
msgid "Add the shop policies, conditions, etc."
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
# @ woocommerce-delivery-notes
|
199 |
+
#: includes/class-wcdn-settings.php:174
|
200 |
+
msgid "Footer"
|
201 |
+
msgstr "꼬릿말"
|
202 |
+
|
203 |
+
#: includes/class-wcdn-settings.php:175
|
204 |
+
msgid "Add a footer imprint, instructions, copyright notes, e-mail, telephone, etc."
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: includes/class-wcdn-settings.php:189
|
208 |
+
msgid "Pages & Buttons"
|
209 |
+
msgstr "페이지 & 버튼"
|
210 |
+
|
211 |
+
# @ woocommerce-delivery-notes
|
212 |
+
#: includes/class-wcdn-settings.php:196
|
213 |
+
msgid "Print Page Endpoint"
|
214 |
+
msgstr "페이지 끝 표시 인쇄"
|
215 |
+
|
216 |
+
# @ woocommerce-delivery-notes
|
217 |
+
#: includes/class-wcdn-settings.php:202
|
218 |
+
msgid "The endpoint is appended to the accounts page URL to print the order. It should be unique."
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
# @ woocommerce-delivery-notes
|
222 |
+
#: includes/class-wcdn-settings.php:206
|
223 |
+
#: includes/wcdn-template-functions.php:275
|
224 |
+
msgid "Email"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: includes/class-wcdn-settings.php:207
|
228 |
+
msgid "Show print link in customer emails"
|
229 |
+
msgstr "고객 이메일에 프린트 링크를 표시"
|
230 |
+
|
231 |
+
#: includes/class-wcdn-settings.php:211
|
232 |
+
msgid "This includes the emails for a new, processing and completed order. On top of that the customer invoice email also includes the link."
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: includes/class-wcdn-settings.php:215
|
236 |
+
msgid "My Account"
|
237 |
+
msgstr "내 계정"
|
238 |
+
|
239 |
+
# @ woocommerce-delivery-notes
|
240 |
+
#: includes/class-wcdn-settings.php:216
|
241 |
+
msgid "Show print button on the \"View Order\" page"
|
242 |
+
msgstr "\"주문 보기\" 페이지에 프린트 버튼 보이기"
|
243 |
+
|
244 |
+
# @ woocommerce-delivery-notes
|
245 |
+
#: includes/class-wcdn-settings.php:224
|
246 |
+
msgid "Show print buttons on the \"My Account\" page"
|
247 |
+
msgstr "\"내 계정\" 페이지에 프린트 버튼 보이기"
|
248 |
+
|
249 |
+
#: includes/class-wcdn-settings.php:244
|
250 |
+
msgid "Numbering"
|
251 |
+
msgstr "연번"
|
252 |
+
|
253 |
+
#: includes/class-wcdn-settings.php:245
|
254 |
+
msgid "Create invoice numbers"
|
255 |
+
msgstr "거래명세서 연번 생성"
|
256 |
+
|
257 |
+
#: includes/class-wcdn-settings.php:253
|
258 |
+
msgid "Next Number"
|
259 |
+
msgstr "다음 번호"
|
260 |
+
|
261 |
+
#: includes/class-wcdn-settings.php:260
|
262 |
+
msgid "The next invoice number."
|
263 |
+
msgstr "다음 거래명세서 번호."
|
264 |
+
|
265 |
+
#: includes/class-wcdn-settings.php:264
|
266 |
+
msgid "Number Prefix"
|
267 |
+
msgstr "번호 접두사"
|
268 |
+
|
269 |
+
#: includes/class-wcdn-settings.php:271
|
270 |
+
msgid "This text will be prepended to the invoice number."
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: includes/class-wcdn-settings.php:275
|
274 |
+
msgid "Number Suffix"
|
275 |
+
msgstr "번호 접미사"
|
276 |
+
|
277 |
+
#: includes/class-wcdn-settings.php:282
|
278 |
+
msgid "This text will be appended to the invoice number."
|
279 |
+
msgstr "이 문구는 거리명세서 번호에 덧붙여집니다."
|
280 |
+
|
281 |
+
#: includes/class-wcdn-settings.php:327
|
282 |
+
msgid "Admin"
|
283 |
+
msgstr "관리자"
|
284 |
+
|
285 |
+
#: includes/class-wcdn-settings.php:330
|
286 |
+
msgid "The print buttons are available on the order listing and on the order detail screen."
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: includes/class-wcdn-settings.php:372
|
290 |
+
msgid "This section lets you customise the content. You can preview the <a href=\"%1$s\" target=\"%4$s\" class=\"%5$s\">invoice</a>, <a href=\"%2$s\" target=\"%4$s\" class=\"%5$s\">delivery note</a> or <a href=\"%3$s\" target=\"%4$s\" class=\"%5$s\">receipt</a> template."
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: includes/class-wcdn-settings.php:435
|
294 |
+
msgid "Select"
|
295 |
+
msgstr "선택"
|
296 |
+
|
297 |
+
#: includes/class-wcdn-settings.php:439
|
298 |
+
msgid "Remove"
|
299 |
+
msgstr "삭제"
|
300 |
+
|
301 |
+
#: includes/class-wcdn-theme.php:112
|
302 |
+
msgid "Print your order"
|
303 |
+
msgstr "내 주문 인쇄"
|
304 |
+
|
305 |
+
#: includes/class-wcdn-theme.php:119
|
306 |
+
msgid "Print:"
|
307 |
+
msgstr "인쇄 :"
|
308 |
+
|
309 |
+
#: includes/class-wcdn-theme.php:119
|
310 |
+
msgid "Open print view in browser"
|
311 |
+
msgstr "브라우저에 인쇄 화면 열기"
|
312 |
+
|
313 |
+
# @ woocommerce-delivery-notes
|
314 |
+
#: includes/class-wcdn-writepanel.php:218
|
315 |
+
msgid "Print now"
|
316 |
+
msgstr "바로 인쇄"
|
317 |
+
|
318 |
+
# @ woocommerce-delivery-notes
|
319 |
+
#: includes/class-wcdn-writepanel.php:232
|
320 |
+
msgid "Order Printing"
|
321 |
+
msgstr "주문 인쇄"
|
322 |
+
|
323 |
+
#: includes/class-wcdn-writepanel.php:259
|
324 |
+
msgid "Invoice number: "
|
325 |
+
msgstr "거래명세서 번호: "
|
326 |
+
|
327 |
+
#: includes/class-wcdn-writepanel.php:260
|
328 |
+
msgid "Invoice date: "
|
329 |
+
msgstr "거래명세서 날짜: "
|
330 |
+
|
331 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:75
|
332 |
+
msgid "If you have a moment, please let us know why you are deactivating"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:76
|
336 |
+
msgid "Submit & Deactivate"
|
337 |
+
msgstr "제출 & 비활성화"
|
338 |
+
|
339 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:77
|
340 |
+
msgid "Deactivate"
|
341 |
+
msgstr "비활성화"
|
342 |
+
|
343 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:78
|
344 |
+
msgid "Cancel"
|
345 |
+
msgstr "취소"
|
346 |
+
|
347 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:79
|
348 |
+
msgid "Yes - Deactivate"
|
349 |
+
msgstr "예 - 비활성화"
|
350 |
+
|
351 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:83
|
352 |
+
msgid "I found a better plugin"
|
353 |
+
msgstr "더 나은 플러그인을 발견"
|
354 |
+
|
355 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:84
|
356 |
+
msgid "What's the plugin's name?"
|
357 |
+
msgstr "플러그인 이름이 무엇입니까?"
|
358 |
+
|
359 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:85
|
360 |
+
msgid "I only needed the plugin for a short period"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:86
|
364 |
+
msgid "The plugin is not working"
|
365 |
+
msgstr "플러그인이 제대로 작동하지 않음"
|
366 |
+
|
367 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:87
|
368 |
+
msgid "Kindly share what didn't work so we can fix it for future users..."
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:88
|
372 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:89
|
376 |
+
msgid "What feature?"
|
377 |
+
msgstr "어떤 기능?"
|
378 |
+
|
379 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:90
|
380 |
+
msgid "I don't like to share my information with you"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: includes/component/deactivate-survey-popup/class-ts-deactivation.php:91
|
384 |
+
msgctxt "the text of the 'other' reason for deactivating the plugin that is shown in the modal box."
|
385 |
+
msgid "Other"
|
386 |
+
msgstr "기타"
|
387 |
+
|
388 |
+
#: includes/component/faq-support/ts-faq-support.php:127
|
389 |
+
msgid "Frequently Asked Questions for %s"
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: includes/component/faq-support/ts-faq-support.php:176
|
393 |
+
msgid "FAQ & Support"
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: includes/component/tracking-data/ts-tracking.php:120
|
397 |
+
#: includes/component/tracking-data/ts-tracking.php:180
|
398 |
+
msgid "Reset usage tracking"
|
399 |
+
msgstr "사용자 추적 초기화"
|
400 |
+
|
401 |
+
#: includes/component/tracking-data/ts-tracking.php:122
|
402 |
+
msgid "This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: includes/component/tracking-data/ts-tracking.php:225
|
406 |
+
msgid "Once in a Week"
|
407 |
+
msgstr "1주일에 한 번"
|
408 |
+
|
409 |
+
#: includes/component/tracking-data/ts-tracking.php:311
|
410 |
+
msgid "Allow"
|
411 |
+
msgstr "허용"
|
412 |
+
|
413 |
+
#: includes/component/tracking-data/ts-tracking.php:312
|
414 |
+
msgid "No thanks"
|
415 |
+
msgstr "원치 않습니다"
|
416 |
+
|
417 |
+
#: includes/component/welcome-page/templates/social-media-elements.php:10
|
418 |
+
#: includes/wcdn-welcome.php:231
|
419 |
+
msgid "Follow %s"
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:19
|
423 |
+
#: includes/wcdn-welcome.php:99
|
424 |
+
msgid "Thank you for activating or updating to the latest version of WooCommerce Print Invoice & Delivery Note! If you're a first time user, welcome! You're well on your way to explore the print functionality for your WooCommerce orders."
|
425 |
+
msgstr ""
|
426 |
+
|
427 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:29
|
428 |
+
#: includes/wcdn-welcome.php:109
|
429 |
+
msgid "Get Started with WooCommerce Print Invoice & Delivery Note"
|
430 |
+
msgstr ""
|
431 |
+
|
432 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:33
|
433 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:62
|
434 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:68
|
435 |
+
#: includes/wcdn-welcome.php:113 includes/wcdn-welcome.php:142
|
436 |
+
#: includes/wcdn-welcome.php:148
|
437 |
+
msgid "WooCommerce Print Invoice & Delivery Note"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:37
|
441 |
+
#: includes/wcdn-welcome.php:117
|
442 |
+
msgid "Add settings"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:39
|
446 |
+
#: includes/wcdn-welcome.php:119
|
447 |
+
msgid "To enable the print functionality for your invoices, delivery notes & receipts, you just need to set it up under WooCommerce -> Settings -> Print page. Here you can also setup the Company Logo that will appear on the printed items, Company Address & other information."
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:41
|
451 |
+
#: includes/wcdn-welcome.php:121
|
452 |
+
msgid "Click Here to go to Print page"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:52
|
456 |
+
#: includes/wcdn-welcome.php:132
|
457 |
+
msgid "Enable Print button for Customers."
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:54
|
461 |
+
#: includes/wcdn-welcome.php:134
|
462 |
+
msgid "Allow customers to print the WooCommerce order invoice from the customer notification email, from the My Account page or from the View Order page under My Account."
|
463 |
+
msgstr ""
|
464 |
+
|
465 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:56
|
466 |
+
#: includes/wcdn-welcome.php:136
|
467 |
+
msgid "Click Here to Enable Print button for Customers"
|
468 |
+
msgstr ""
|
469 |
+
|
470 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:72
|
471 |
+
#: includes/wcdn-welcome.php:152
|
472 |
+
msgid "Enable Invoice Numbering"
|
473 |
+
msgstr ""
|
474 |
+
|
475 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:74
|
476 |
+
msgid "If you want to change the default invoice numbers & set some numbering scheme of your own, then you can set it here with a starting invoice number, a prefix & suffix. For example, you could set it as: TS/001/17-18."
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:76
|
480 |
+
#: includes/wcdn-welcome.php:156
|
481 |
+
msgid "Click Here to Enable Invoice Numbering"
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:87
|
485 |
+
#: includes/wcdn-welcome.php:167
|
486 |
+
msgid "Getting to Know Tyche Softwares"
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:90
|
490 |
+
#: includes/wcdn-welcome.php:170
|
491 |
+
msgid "Visit the Tyche Softwares Website"
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:91
|
495 |
+
#: includes/wcdn-welcome.php:171
|
496 |
+
msgid "View all Premium Plugins"
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#: includes/component/welcome-page/templates/welcome/welcome-page.php:100
|
500 |
+
#: includes/wcdn-welcome.php:180
|
501 |
+
msgid "Meet the team"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: includes/component/welcome-page/ts-welcome.php:167
|
505 |
+
msgid "Welcome to %s %s"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: includes/wcdn-all-component.php:118
|
509 |
+
msgid "Thank you for using WooCommerce Print Invoice & Delivery Note plugin! Now make your deliveries more accurate by allowing customers to select their preferred delivery date & time from Product Delivery Date Pro for WooCommerce. <strong><a target=\"_blank\" href= \"https://www.tychesoftwares.com/store/premium-plugins/product-delivery-date-pro-for-woocommerce/?utm_source=wpnotice&utm_medium=first&utm_campaign=PrintInvoicePlugin\">Get it now!</a></strong>"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: includes/wcdn-all-component.php:120
|
513 |
+
msgid "Never login to your admin to check your deliveries by syncing the delivery dates to the Google Calendar from Product Delivery Date Pro for WooCommerce. <strong><a target=\"_blank\" href= \"https://www.tychesoftwares.com/store/premium-plugins/product-delivery-date-pro-for-woocommerce/checkout?edd_action=add_to_cart&download_id=16&utm_source=wpnotice&utm_medium=first&utm_campaign=PrintInvoicePlugin\">Get it now!</a></strong>"
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: includes/wcdn-all-component.php:122
|
517 |
+
msgid "You can now view all your deliveries in list view or in calendar view from Product Delivery Date Pro for WooCommerce. <strong><a target=\"_blank\" href= \"https://www.tychesoftwares.com/store/premium-plugins/product-delivery-date-pro-for-woocommerce/checkout?edd_action=add_to_cart&download_id=16&utm_source=wpnotice&utm_medium=first&utm_campaign=PrintInvoicePlugin\">Get it now!</a></strong>."
|
518 |
+
msgstr ""
|
519 |
+
|
520 |
+
#: includes/wcdn-all-component.php:124
|
521 |
+
msgid "Allow your customers to pay extra for delivery for certain Weekdays/Dates from Product Delivery Date Pro for WooCommerce. <strong><a target=\"_blank\" href= \"https://www.tychesoftwares.com/store/premium-plugins/product-delivery-date-pro-for-woocommerce/checkout?edd_action=add_to_cart&download_id=16&utm_source=wpnotice&utm_medium=first&utm_campaign=PrintInvoicePlugin\">Have it now!</a></strong>."
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: includes/wcdn-all-component.php:126
|
525 |
+
msgid "Customers can now edit the Delivery date & time on cart and checkout page or they can reschedule the deliveries for the already placed orders from Product Delivery Date Pro for WooCommerce. <strong><a target=\"_blank\" href= \"https://www.tychesoftwares.com/store/premium-plugins/product-delivery-date-pro-for-woocommerce/checkout?edd_action=add_to_cart&download_id=16&utm_source=wpnotice&utm_medium=first&utm_campaign=PrintInvoicePlugin\">Have it now!</a></strong>."
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: includes/wcdn-template-functions.php:246
|
529 |
+
msgid "Invoice Number"
|
530 |
+
msgstr "거래명세서 날짜"
|
531 |
+
|
532 |
+
#: includes/wcdn-template-functions.php:253
|
533 |
+
msgid "Invoice Date"
|
534 |
+
msgstr "거래명세서 날짜"
|
535 |
+
|
536 |
+
# @ woocommerce-delivery-notes
|
537 |
+
#: includes/wcdn-template-functions.php:259
|
538 |
+
msgid "Order Number"
|
539 |
+
msgstr "주문 번호"
|
540 |
+
|
541 |
+
# @ woocommerce-delivery-notes
|
542 |
+
#: includes/wcdn-template-functions.php:264
|
543 |
+
msgid "Order Date"
|
544 |
+
msgstr "주문 날짜"
|
545 |
+
|
546 |
+
# @ woocommerce-delivery-notes
|
547 |
+
#: includes/wcdn-template-functions.php:269
|
548 |
+
msgid "Payment Method"
|
549 |
+
msgstr "결제 방법"
|
550 |
+
|
551 |
+
# @ woocommerce-delivery-notes
|
552 |
+
#: includes/wcdn-template-functions.php:282
|
553 |
+
msgid "Telephone"
|
554 |
+
msgstr "전화"
|
555 |
+
|
556 |
+
#: includes/wcdn-template-functions.php:315
|
557 |
+
msgid "SKU:"
|
558 |
+
msgstr "재고관리코드 :"
|
559 |
+
|
560 |
+
#: includes/wcdn-template-functions.php:409
|
561 |
+
#: includes/wcdn-template-functions.php:413
|
562 |
+
msgid "(Includes %s)"
|
563 |
+
msgstr "(%s 포함)"
|
564 |
+
|
565 |
+
#: includes/wcdn-template-functions.php:429
|
566 |
+
msgid "Refund"
|
567 |
+
msgstr "환불"
|
568 |
+
|
569 |
+
#: includes/wcdn-template-functions.php:441
|
570 |
+
msgid "Order Subtotal"
|
571 |
+
msgstr "주문 소계"
|
572 |
+
|
573 |
+
#: includes/wcdn-welcome.php:54
|
574 |
+
msgid "Welcome to WooCommerce Print Invoice & Delivery Note %s"
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: includes/wcdn-welcome.php:55
|
578 |
+
msgid "Welcome to WooCommerce Print Invoice & Delivery Note"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: includes/wcdn-welcome.php:154
|
582 |
+
msgid "f you want to change the default invoice numbers & set some numbering scheme of your own, then you can set it here with a starting invoice number, a prefix & suffix. For example, you could set it as: TS/001/17-18."
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
+
#: includes/wcdn-welcome.php:186
|
586 |
+
msgid "Current Offers"
|
587 |
+
msgstr "현재 제아"
|
588 |
+
|
589 |
+
# @ woocommerce-delivery-notes
|
590 |
+
#: templates/print-order/print-content.php:28
|
591 |
+
msgid "Billing Address"
|
592 |
+
msgstr "청구 주소"
|
593 |
+
|
594 |
+
# @ woocommerce-delivery-notes
|
595 |
+
#: templates/print-order/print-content.php:31
|
596 |
+
#: templates/print-order/print-content.php:40
|
597 |
+
msgid "N/A"
|
598 |
+
msgstr "N/A"
|
599 |
+
|
600 |
+
# @ woocommerce-delivery-notes
|
601 |
+
#: templates/print-order/print-content.php:37
|
602 |
+
msgid "Shipping Address"
|
603 |
+
msgstr "배송 주소"
|
604 |
+
|
605 |
+
# @ woocommerce-delivery-notes
|
606 |
+
#: templates/print-order/print-content.php:71
|
607 |
+
msgid "Product"
|
608 |
+
msgstr "제품"
|
609 |
+
|
610 |
+
#: templates/print-order/print-content.php:72
|
611 |
+
msgid "Price"
|
612 |
+
msgstr "가격"
|
613 |
+
|
614 |
+
#: templates/print-order/print-content.php:73
|
615 |
+
msgid "Quantity"
|
616 |
+
msgstr "수량"
|
617 |
+
|
618 |
+
# @ woocommerce-delivery-notes
|
619 |
+
#: templates/print-order/print-content.php:74
|
620 |
+
msgid "Total"
|
621 |
+
msgstr "합계"
|
622 |
+
|
623 |
+
# @ woocommerce-delivery-notes
|
624 |
+
#: templates/print-order/print-content.php:147
|
625 |
+
msgid "Download:"
|
626 |
+
msgstr "다운로드 :"
|
627 |
+
|
628 |
+
# @ woocommerce-delivery-notes
|
629 |
+
#: templates/print-order/print-content.php:148
|
630 |
+
msgid "%s Files"
|
631 |
+
msgstr "%s 파일"
|
632 |
+
|
633 |
+
# @ woocommerce-delivery-notes
|
634 |
+
#: templates/print-order/print-content.php:202
|
635 |
+
msgid "Customer Note"
|
636 |
+
msgstr "고객 메모"
|
637 |
+
|
638 |
+
#: woocommerce-delivery-notes.php:96 woocommerce-delivery-notes.php:103
|
639 |
+
msgid "Cheatin’ huh?"
|
640 |
+
msgstr ""
|
641 |
+
|
642 |
+
#: woocommerce-delivery-notes.php:275
|
643 |
+
msgid "I can't differentiate between Invoice, Delivery Notes & Receipt. The templates are the same. "
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: woocommerce-delivery-notes.php:281
|
647 |
+
msgid "The invoice sent through mail can't be downloaded as PDF directly."
|
648 |
+
msgstr ""
|
649 |
+
|
650 |
+
#: woocommerce-delivery-notes.php:287
|
651 |
+
msgid "The plugin is not compatible with another plugin."
|
652 |
+
msgstr "이 플러그인은 다른 플러그인과 호환이 되지 않습니다."
|
653 |
+
|
654 |
+
#: woocommerce-delivery-notes.php:293
|
655 |
+
msgid "This plugin is not useful to me."
|
656 |
+
msgstr "이 플러그인은 나에게 유용하지 않습니다."
|
657 |
+
|
658 |
+
# @ woocommerce-delivery-notes
|
659 |
+
#: woocommerce-delivery-notes.php:351
|
660 |
+
msgid "Go to the settings page"
|
661 |
+
msgstr "설정 페이지로 이동"
|
662 |
+
|
663 |
+
# @ woocommerce-delivery-notes
|
664 |
+
#: woocommerce-delivery-notes.php:351
|
665 |
+
msgid "Settings"
|
666 |
+
msgstr "설정"
|
667 |
+
|
668 |
+
#~ msgid "Enable Invoices"
|
669 |
+
#~ msgstr "거래명세서 사용"
|
670 |
+
|
671 |
+
#~ msgid "Enable Delivery Notes"
|
672 |
+
#~ msgstr "배송 정보 사용"
|
673 |
+
|
674 |
+
#~ msgid "Enable Receipts"
|
675 |
+
#~ msgstr "영수증 사용"
|
676 |
+
|
677 |
+
# @ woocommerce-delivery-notes
|
678 |
+
#~ msgid "Company/Shop Logo"
|
679 |
+
#~ msgstr "회사/상점 로고"
|
680 |
+
|
681 |
+
# @ woocommerce-delivery-notes
|
682 |
+
#~ msgid "Remove Logo"
|
683 |
+
#~ msgstr "로고 삭제"
|
684 |
+
|
685 |
+
# @ woocommerce-delivery-notes
|
686 |
+
#~ msgid "Set Logo"
|
687 |
+
#~ msgstr "로고 설정"
|
688 |
+
|
689 |
+
# @ woocommerce-delivery-notes
|
690 |
+
#~ msgid "A company/shop logo representing your business."
|
691 |
+
#~ msgstr "당신의 비즈니스를 설명하는 회사/상점의 로고."
|
692 |
+
|
693 |
+
# @ woocommerce-delivery-notes
|
694 |
+
#~ msgid "Note:"
|
695 |
+
#~ msgstr "메모:"
|
696 |
+
|
697 |
+
# @ woocommerce-delivery-notes
|
698 |
+
#~ msgid "Company/Shop Name"
|
699 |
+
#~ msgstr "회사/상점 이름"
|
700 |
+
|
701 |
+
# @ woocommerce-delivery-notes
|
702 |
+
#~ msgid "Company/Shop Address"
|
703 |
+
#~ msgstr "회사/상점 주소"
|
704 |
+
|
705 |
+
#~ msgid "Print Options"
|
706 |
+
#~ msgstr "인쇄 옵션"
|
707 |
+
|
708 |
+
#~ msgid "Types"
|
709 |
+
#~ msgstr "종류"
|
710 |
+
|
711 |
+
#~ msgid "Theme Options"
|
712 |
+
#~ msgstr "테마 옵션"
|
713 |
+
|
714 |
+
# @ woocommerce-delivery-notes
|
715 |
+
#~ msgid "Order Numbering"
|
716 |
+
#~ msgstr "주문 연번"
|
717 |
+
|
718 |
+
#~ msgid "Invoice Numbering"
|
719 |
+
#~ msgstr "거래명세서 연번"
|
720 |
+
|
721 |
+
#~ msgid "Invoice Number Start"
|
722 |
+
#~ msgstr "거래명세서 번호 시작"
|
723 |
+
|
724 |
+
#~ msgid "Use only integers."
|
725 |
+
#~ msgstr "정수만 사용이 가능합니다."
|
726 |
+
|
727 |
+
#~ msgid "Invoice Number Prefix"
|
728 |
+
#~ msgstr "거래명세서 번호 접두사"
|
729 |
+
|
730 |
+
#~ msgid "Invoice Number Suffix"
|
731 |
+
#~ msgstr "거래명세서 번호 접미사"
|
732 |
+
|
733 |
+
#~ msgid "Invoice Number Counter"
|
734 |
+
#~ msgstr "거래명세서 번호 카운터"
|
735 |
+
|
736 |
+
#~ msgid "Reset Counter …"
|
737 |
+
#~ msgstr "카운터 초기화 ..."
|
738 |
+
|
739 |
+
#~ msgid "Sequential Order Number"
|
740 |
+
#~ msgstr "순차적인 주문 번호"
|
741 |
+
|
742 |
+
# @ woocommerce-delivery-notes
|
743 |
+
#~ msgid "Sequential numbering is enabled."
|
744 |
+
#~ msgstr "순차적인 주문 번호가 활성화되었습니다."
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: ashokrane, tychesoftwares, rashmim, shasvat
|
|
4 |
Donate link: https://www.paypal.me/TycheSoftwares
|
5 |
Tags: packing slips, invoice, pdf invoice, delivery notes, woocommerce print invoice, print, pdf, invoices
|
6 |
Requires at least: 4.0
|
7 |
-
Tested up to: 5.
|
8 |
Author URI: https://www.tychesoftwares.com/
|
9 |
Stable tag: trunk
|
10 |
License: GPLv3 or later
|
@@ -338,6 +338,12 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer
|
|
338 |
|
339 |
== Changelog ==
|
340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
= 4.6.2 (12.12.2020) =
|
342 |
|
343 |
Enhancement :- Added an option to insert the print link in the admin emails.
|
4 |
Donate link: https://www.paypal.me/TycheSoftwares
|
5 |
Tags: packing slips, invoice, pdf invoice, delivery notes, woocommerce print invoice, print, pdf, invoices
|
6 |
Requires at least: 4.0
|
7 |
+
Tested up to: 5.8
|
8 |
Author URI: https://www.tychesoftwares.com/
|
9 |
Stable tag: trunk
|
10 |
License: GPLv3 or later
|
338 |
|
339 |
== Changelog ==
|
340 |
|
341 |
+
= 4.6.3 (19.07.2021) =
|
342 |
+
* Fix :- Fixed the errors coming with PHP 8.
|
343 |
+
* Fix :- Shipping address was not printed in invoice when the order is created manually. This is fixed now.
|
344 |
+
* Fix :- When printing receipts, the number of downloaded files is displayed as "%s files". This is fixed now. Props to @inc2734 for the PR.
|
345 |
+
* Dev :- Translated the plugin in Korean language. Props to @shga89 for the PR.
|
346 |
+
|
347 |
= 4.6.2 (12.12.2020) =
|
348 |
|
349 |
Enhancement :- Added an option to insert the print link in the admin emails.
|
templates/print-order/print-content.php
CHANGED
@@ -30,11 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
30 |
<?php do_action( 'wcdn_after_branding', $order ); ?>
|
31 |
</div><!-- .order-branding -->
|
32 |
|
33 |
-
<div class="order-addresses
|
34 |
-
<?php
|
35 |
-
if ( ! wcdn_has_shipping_address( $order ) ) :
|
36 |
-
?>
|
37 |
-
no-shipping-address<?php endif; ?>">
|
38 |
<div class="billing-address">
|
39 |
<h3><?php esc_attr_e( 'Billing Address', 'woocommerce-delivery-notes' ); ?></h3>
|
40 |
<address>
|
@@ -104,7 +100,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
104 |
|
105 |
if ( count( $order->get_items() ) > 0 ) :
|
106 |
?>
|
107 |
-
<?php foreach ( $order->get_items() as $item ) : ?>
|
108 |
|
109 |
<?php
|
110 |
|
@@ -185,7 +181,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
185 |
<dd>
|
186 |
<?php
|
187 |
// translators: files count.
|
188 |
-
printf(
|
189 |
?>
|
190 |
</dd>
|
191 |
|
30 |
<?php do_action( 'wcdn_after_branding', $order ); ?>
|
31 |
</div><!-- .order-branding -->
|
32 |
|
33 |
+
<div class="order-addresses">
|
|
|
|
|
|
|
|
|
34 |
<div class="billing-address">
|
35 |
<h3><?php esc_attr_e( 'Billing Address', 'woocommerce-delivery-notes' ); ?></h3>
|
36 |
<address>
|
100 |
|
101 |
if ( count( $order->get_items() ) > 0 ) :
|
102 |
?>
|
103 |
+
<?php foreach ( $order->get_items() as $item_id => $item ) : ?>
|
104 |
|
105 |
<?php
|
106 |
|
181 |
<dd>
|
182 |
<?php
|
183 |
// translators: files count.
|
184 |
+
printf( esc_attr__( '%s Files', 'woocommerce-delivery-notes' ), count( $item->get_item_downloads() ) );
|
185 |
?>
|
186 |
</dd>
|
187 |
|
templates/print-order/style.css
CHANGED
@@ -169,16 +169,6 @@ h2 {
|
|
169 |
float: left;
|
170 |
}
|
171 |
|
172 |
-
.order-addresses.no-shipping-address .shipping-address {
|
173 |
-
display: none;
|
174 |
-
}
|
175 |
-
|
176 |
-
/*
|
177 |
-
.order-addresses.no-shipping-address .billing-address {
|
178 |
-
margin-left: 50%;
|
179 |
-
}
|
180 |
-
*/
|
181 |
-
|
182 |
/* Switch the addresses for invoices */
|
183 |
|
184 |
/* Order Info */
|
169 |
float: left;
|
170 |
}
|
171 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
/* Switch the addresses for invoices */
|
173 |
|
174 |
/* Order Info */
|
woocommerce-delivery-notes.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin Name: Print Invoice & Delivery Notes for WooCommerce
|
6 |
* Plugin URI: https://www.tychesoftwares.com/
|
7 |
* Description: Print Invoices & Delivery Notes for WooCommerce Orders.
|
8 |
-
* Version: 4.6.
|
9 |
* Author: Tyche Softwares
|
10 |
* Author URI: https://www.tychesoftwares.com/
|
11 |
* License: GPLv3 or later
|
@@ -14,8 +14,8 @@
|
|
14 |
* Domain Path: /languages
|
15 |
* Requires PHP: 5.6
|
16 |
* WC requires at least: 3.0.0
|
17 |
-
* WC tested up to:
|
18 |
-
* Tested up to: 5.
|
19 |
*
|
20 |
* Copyright 2019 Tyche Softwares
|
21 |
*
|
5 |
* Plugin Name: Print Invoice & Delivery Notes for WooCommerce
|
6 |
* Plugin URI: https://www.tychesoftwares.com/
|
7 |
* Description: Print Invoices & Delivery Notes for WooCommerce Orders.
|
8 |
+
* Version: 4.6.3
|
9 |
* Author: Tyche Softwares
|
10 |
* Author URI: https://www.tychesoftwares.com/
|
11 |
* License: GPLv3 or later
|
14 |
* Domain Path: /languages
|
15 |
* Requires PHP: 5.6
|
16 |
* WC requires at least: 3.0.0
|
17 |
+
* WC tested up to: 5.5
|
18 |
+
* Tested up to: 5.8
|
19 |
*
|
20 |
* Copyright 2019 Tyche Softwares
|
21 |
*
|