Version Description
- Fix: Better address comparison to determine when to display alternate address
- Tweak: Filter N/A addresses
- Tweak: Use WooCommerce function for 2.3 discounts
- Translations: Czech Updated (Thanks Ivo!)
- Translations: French (minor fixes)
Download this release
Release Info
Developer | pomegranate |
Plugin | WooCommerce PDF Invoices & Packing Slips |
Version | 1.5.13 |
Comparing to | |
See all releases |
Code changes from version 1.5.12 to 1.5.13
- includes/wcpdf-extensions.php +4 -4
- languages/wpo_wcpdf-cs_CZ.mo +0 -0
- languages/wpo_wcpdf-cs_CZ.po +460 -224
- languages/wpo_wcpdf-fr_FR.mo +0 -0
- languages/wpo_wcpdf-fr_FR.po +21 -96
- readme.txt +10 -1
- templates/pdf/Simple/invoice.php +1 -1
- templates/pdf/Simple/packing-slip.php +1 -1
- woocommerce-pdf-invoices-packingslips.php +65 -18
includes/wcpdf-extensions.php
CHANGED
@@ -74,16 +74,16 @@ jQuery(document).ready(function() {
|
|
74 |
<?php } ?>
|
75 |
|
76 |
<?php
|
77 |
-
if (
|
78 |
$template_link = '<a href="https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/" target="_blank">wpovernight.com</a>';
|
79 |
$email_link = '<a href="mailto:support@wpovernight.com">support@wpovernight.com</a>'
|
80 |
?>
|
81 |
<li>
|
82 |
-
<?php _e('
|
83 |
<div class="more" style="display:none;">
|
84 |
<ul>
|
85 |
-
<li><?php _e( '
|
86 |
-
<li><?php _e( '
|
87 |
<li><?php printf( __("Check out the Premium PDF Invoice & Packing Slips templates at %s.", 'wpo_wcpdf'), $template_link );?></li>
|
88 |
<li><?php printf( __("For custom templates, contact us at %s.", 'wpo_wcpdf'), $email_link );?></li>
|
89 |
</ul>
|
74 |
<?php } ?>
|
75 |
|
76 |
<?php
|
77 |
+
if (class_exists('WooCommerce_PDF_IPS_Templates')) {
|
78 |
$template_link = '<a href="https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/" target="_blank">wpovernight.com</a>';
|
79 |
$email_link = '<a href="mailto:support@wpovernight.com">support@wpovernight.com</a>'
|
80 |
?>
|
81 |
<li>
|
82 |
+
<?php _e('Advanced, customizable templates', 'wpo_wcpdf')?>
|
83 |
<div class="more" style="display:none;">
|
84 |
<ul>
|
85 |
+
<li><?php _e( 'Completely customize the invoice contents (prices, taxes, thumbnails) to your needs with a drag & drop customizer', 'wpo_wcpdf' ); ?></li>
|
86 |
+
<li><?php _e( 'Two extra stylish premade templates (Modern & Business)', 'wpo_wcpdf' ); ?></li>
|
87 |
<li><?php printf( __("Check out the Premium PDF Invoice & Packing Slips templates at %s.", 'wpo_wcpdf'), $template_link );?></li>
|
88 |
<li><?php printf( __("For custom templates, contact us at %s.", 'wpo_wcpdf'), $email_link );?></li>
|
89 |
</ul>
|
languages/wpo_wcpdf-cs_CZ.mo
CHANGED
Binary file
|
languages/wpo_wcpdf-cs_CZ.po
CHANGED
@@ -1,223 +1,250 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce PDF Invoices & Packing Slips\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
-
"Last-Translator:
|
7 |
-
"Language-Team:
|
8 |
-
"Language:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_x;_n:1,2\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: includes/class-wcpdf-export.php:
|
20 |
-
#: includes/class-wcpdf-export.php:
|
21 |
-
#: includes/class-wcpdf-export.php:202
|
22 |
msgid "You do not have sufficient permissions to access this page."
|
23 |
msgstr "Nemáte dostatečné oprávnění pro přístup."
|
24 |
|
|
|
|
|
|
|
|
|
25 |
# This is a filename (prefix). do not use spaces or special characters!
|
26 |
-
#: includes/class-wcpdf-export.php:
|
27 |
msgid "invoice"
|
28 |
msgid_plural "invoices"
|
29 |
-
msgstr[0] "
|
30 |
-
msgstr[1] "
|
31 |
-
msgstr[2] "
|
32 |
|
33 |
# This is a filename (prefix). do not use spaces or special characters!
|
34 |
-
#: includes/class-wcpdf-export.php:
|
35 |
msgid "packing-slip"
|
36 |
msgid_plural "packing-slips"
|
37 |
-
msgstr[0] "
|
38 |
-
msgstr[1] "
|
39 |
-
msgstr[2] "
|
40 |
|
41 |
-
#: includes/class-wcpdf-settings.php:
|
42 |
-
#: includes/class-wcpdf-writepanels.php:
|
43 |
-
#: includes/class-wcpdf-writepanels.php:177
|
44 |
msgid "PDF Invoices"
|
45 |
-
msgstr "PDF
|
46 |
|
47 |
-
#: includes/class-wcpdf-settings.php:
|
48 |
msgid "Settings"
|
49 |
msgstr "Nastavení"
|
50 |
|
51 |
-
#: includes/class-wcpdf-settings.php:
|
52 |
msgid "General"
|
53 |
msgstr "Všeobecné"
|
54 |
|
55 |
-
#: includes/class-wcpdf-settings.php:
|
56 |
msgid "Template"
|
57 |
msgstr "Šablona"
|
58 |
|
59 |
-
#: includes/class-wcpdf-settings.php:
|
60 |
-
msgid "WooCommerce PDF Invoices"
|
61 |
-
msgstr "WooCommerce PDF Faktury"
|
62 |
-
|
63 |
-
#: includes/class-wcpdf-settings.php:98
|
64 |
msgid "Status"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: includes/class-wcpdf-settings.php:109
|
68 |
-
#, php-format
|
69 |
-
msgid ""
|
70 |
-
"Upload all invoices automatically to your dropbox!<br/>Check out the %s "
|
71 |
-
"extension."
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: includes/class-wcpdf-settings.php:119
|
75 |
-
#, php-format
|
76 |
-
msgid ""
|
77 |
-
"Looking for more advanced templates? Check out the Premium PDF Invoice & "
|
78 |
-
"Packing Slips templates at %s."
|
79 |
-
msgstr ""
|
80 |
-
"Hledáte lepší šablony? Navštivte Premium PDF Invoice & Packing Slips šablony "
|
81 |
-
"na %s."
|
82 |
|
83 |
#: includes/class-wcpdf-settings.php:120
|
84 |
-
|
85 |
-
|
86 |
-
msgstr "Pro vlastní šablonu nás kontaktujte na %s."
|
87 |
|
88 |
-
#: includes/class-wcpdf-settings.php:
|
89 |
msgid "General settings"
|
90 |
-
msgstr "
|
91 |
|
92 |
-
#: includes/class-wcpdf-settings.php:
|
93 |
msgid "How do you want to view the PDF?"
|
94 |
msgstr "Jak chcete zobrazit PDF?"
|
95 |
|
96 |
-
#: includes/class-wcpdf-settings.php:
|
97 |
msgid "Download the PDF"
|
98 |
msgstr "Stáhnout PDF"
|
99 |
|
100 |
-
#: includes/class-wcpdf-settings.php:
|
101 |
msgid "Open the PDF in a new browser tab/window"
|
102 |
msgstr "Otevřít PDF v novém okně"
|
103 |
|
104 |
-
#: includes/class-wcpdf-settings.php:
|
105 |
-
msgid "Attach invoice to:"
|
106 |
-
msgstr "Přiložit fakturu k:"
|
107 |
-
|
108 |
-
#: includes/class-wcpdf-settings.php:209
|
109 |
msgid "Admin New Order email"
|
110 |
msgstr "Administrátor - email s novou objednávkou"
|
111 |
|
112 |
-
#: includes/class-wcpdf-settings.php:
|
113 |
msgid "Customer Processing Order email"
|
114 |
msgstr "Zákazník - email s přijatou objednávkou"
|
115 |
|
116 |
-
#: includes/class-wcpdf-settings.php:
|
117 |
msgid "Customer Completed Order email"
|
118 |
msgstr "Zákazník - email s dokončenou objednávkou"
|
119 |
|
120 |
-
#: includes/class-wcpdf-settings.php:
|
121 |
msgid "Customer Invoice email"
|
122 |
msgstr "Zákazník - email s fakturou"
|
123 |
|
124 |
-
#: includes/class-wcpdf-settings.php:
|
|
|
|
|
|
|
|
|
125 |
#, php-format
|
126 |
msgid ""
|
127 |
"It looks like the temp folder (<code>%s</code>) is not writable, check the "
|
128 |
"permissions for this folder! Without having write access to this folder, the "
|
129 |
"plugin will not be able to email invoices."
|
130 |
msgstr ""
|
131 |
-
"Zdá se, že dočasná složka (<code>%s</code>) není přístupná,
|
132 |
-
"prosím oprávnění zápisu (chmod)! Bez povolení pro zápis do této složky
|
133 |
"nebude možné odesílat faktury e-mailem."
|
134 |
|
135 |
-
#: includes/class-wcpdf-settings.php:
|
136 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
|
139 |
-
#: includes/class-wcpdf-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
msgid "PDF Template settings"
|
141 |
msgstr "Nastavení PDF šablony"
|
142 |
|
143 |
-
#: includes/class-wcpdf-settings.php:
|
144 |
msgid "Choose a template"
|
145 |
msgstr "Vyberte šablonu"
|
146 |
|
147 |
-
#: includes/class-wcpdf-settings.php:
|
148 |
#, php-format
|
149 |
msgid ""
|
150 |
"Want to use your own template? Copy all the files from <code>%s</code> to "
|
151 |
-
"<code>%s</code> to customize them"
|
152 |
msgstr ""
|
153 |
-
"Chcete použít vlastní šablonu?
|
154 |
-
"do <code>%s</code> a upravte je
|
155 |
|
156 |
-
#: includes/class-wcpdf-settings.php:
|
157 |
msgid "Paper size"
|
158 |
msgstr "Velikost papíru"
|
159 |
|
160 |
-
#: includes/class-wcpdf-settings.php:
|
161 |
msgid "A4"
|
162 |
msgstr "A4"
|
163 |
|
164 |
-
#: includes/class-wcpdf-settings.php:
|
165 |
msgid "Letter"
|
166 |
-
msgstr "
|
167 |
|
168 |
-
#: includes/class-wcpdf-settings.php:
|
169 |
msgid "Shop header/logo"
|
170 |
-
msgstr "Hlavička
|
171 |
|
172 |
-
#: includes/class-wcpdf-settings.php:
|
173 |
msgid "Select or upload your invoice header/logo"
|
174 |
-
msgstr "Vyberte hlavičku
|
175 |
|
176 |
-
#: includes/class-wcpdf-settings.php:
|
177 |
msgid "Set image"
|
178 |
msgstr "Vybrat obrázek"
|
179 |
|
180 |
-
#: includes/class-wcpdf-settings.php:
|
181 |
msgid "Remove image"
|
182 |
-
msgstr "
|
183 |
|
184 |
-
#: includes/class-wcpdf-settings.php:
|
185 |
msgid "Shop Name"
|
186 |
msgstr "Název obchodu"
|
187 |
|
188 |
-
#: includes/class-wcpdf-settings.php:
|
189 |
msgid "Shop Address"
|
190 |
msgstr "Adresa obchodu"
|
191 |
|
192 |
-
#: includes/class-wcpdf-settings.php:
|
193 |
msgid "Footer: terms & conditions, policies, etc."
|
194 |
msgstr "Patička: obchodní podmínky, ochrana osobních údajů, atd."
|
195 |
|
196 |
-
#: includes/class-wcpdf-settings.php:
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
msgid "WooCommerce order number"
|
202 |
-
msgstr "WooCommerce číslo objednávky"
|
203 |
|
204 |
-
#: includes/class-wcpdf-settings.php:
|
205 |
-
msgid "
|
206 |
-
msgstr "
|
207 |
|
208 |
-
#: includes/class-wcpdf-settings.php:
|
209 |
msgid ""
|
210 |
-
"
|
211 |
-
"
|
212 |
msgstr ""
|
213 |
-
"
|
214 |
-
"
|
215 |
|
216 |
-
#: includes/class-wcpdf-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
msgid "Next invoice number (without prefix/suffix etc.)"
|
218 |
msgstr "Další číslo faktury (bez předpony/přípony)"
|
219 |
|
220 |
-
#: includes/class-wcpdf-settings.php:
|
221 |
msgid ""
|
222 |
"This is the number that will be used on the next invoice that is created. By "
|
223 |
"default, numbering starts from the WooCommerce Order Number of the first "
|
@@ -225,258 +252,467 @@ msgid ""
|
|
225 |
"you override this and set it lower than the highest (PDF) invoice number, "
|
226 |
"this could create double invoice numbers!"
|
227 |
msgstr ""
|
228 |
-
"Toto číslo bude
|
229 |
-
"
|
230 |
-
"další vytvořenou fakturou. POZOR: Když toto přepíšete a
|
231 |
-
"menší než má poslední vytvořená faktura, může dojít
|
232 |
-
"
|
233 |
-
|
234 |
-
#: includes/class-wcpdf-settings.php:
|
235 |
-
#, fuzzy
|
236 |
msgid "Invoice number format"
|
237 |
-
msgstr "
|
238 |
|
239 |
-
#: includes/class-wcpdf-settings.php:
|
240 |
msgid "Prefix"
|
241 |
-
msgstr ""
|
242 |
|
243 |
-
#: includes/class-wcpdf-settings.php:
|
244 |
msgid ""
|
245 |
"to use the order year and/or month, use [order_year] or [order_month] "
|
246 |
"respectively"
|
247 |
-
msgstr ""
|
248 |
|
249 |
-
#: includes/class-wcpdf-settings.php:
|
250 |
msgid "Suffix"
|
251 |
-
msgstr ""
|
252 |
|
253 |
-
#: includes/class-wcpdf-settings.php:
|
254 |
msgid "Padding"
|
255 |
-
msgstr ""
|
256 |
|
257 |
-
#: includes/class-wcpdf-settings.php:
|
258 |
msgid "enter the number of digits here - enter \"6\" to display 42 as 000042"
|
259 |
msgstr ""
|
|
|
260 |
|
261 |
-
#: includes/class-wcpdf-settings.php:
|
262 |
msgid ""
|
263 |
"note: if you have already created a custom invoice number format with a "
|
264 |
"filter, the above settings will be ignored"
|
265 |
msgstr ""
|
|
|
|
|
266 |
|
267 |
-
#: includes/class-wcpdf-settings.php:
|
268 |
-
|
269 |
-
|
|
|
|
|
|
|
270 |
|
271 |
-
#: includes/class-wcpdf-settings.php:
|
272 |
-
msgid "
|
273 |
-
msgstr "
|
274 |
|
275 |
-
#: includes/class-wcpdf-settings.php:
|
276 |
-
msgid "
|
277 |
-
|
|
|
|
|
|
|
|
|
278 |
|
279 |
-
#: includes/class-wcpdf-settings.php:
|
280 |
msgid "Extra template fields"
|
281 |
msgstr "Extra políčka v šabloně"
|
282 |
|
283 |
-
#: includes/class-wcpdf-settings.php:
|
284 |
msgid "Extra field 1"
|
285 |
msgstr "Extra políčko 1"
|
286 |
|
287 |
-
#: includes/class-wcpdf-settings.php:
|
288 |
msgid "This is footer column 1 in the <i>Modern (Premium)</i> template"
|
289 |
-
msgstr "Tohle je 1. políčko v patičce
|
290 |
|
291 |
-
#: includes/class-wcpdf-settings.php:
|
292 |
msgid "Extra field 2"
|
293 |
msgstr "Extra políčko 2"
|
294 |
|
295 |
-
#: includes/class-wcpdf-settings.php:
|
296 |
msgid "This is footer column 2 in the <i>Modern (Premium)</i> template"
|
297 |
-
msgstr "Tohle je 2. políčko v patičce
|
298 |
|
299 |
-
#: includes/class-wcpdf-settings.php:
|
300 |
msgid "Extra field 3"
|
301 |
msgstr "Extra políčko 3"
|
302 |
|
303 |
-
#: includes/class-wcpdf-settings.php:
|
304 |
msgid "This is footer column 3 in the <i>Modern (Premium)</i> template"
|
305 |
-
msgstr "Tohle je 3. políčko v patičce
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
|
307 |
-
#: includes/class-wcpdf-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
msgid "Image resolution"
|
309 |
msgstr "Rozměry obrázku"
|
310 |
|
311 |
-
#: includes/class-wcpdf-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
msgid ""
|
313 |
"These are used for the (optional) footer columns in the <em>Modern "
|
314 |
"(Premium)</em> template, but can also be used for other elements in your "
|
315 |
"custom template"
|
316 |
msgstr ""
|
317 |
-
"Tyto
|
318 |
-
"
|
319 |
-
"Vaší vlastní šabloně"
|
320 |
|
321 |
-
#: includes/class-wcpdf-writepanels.php:
|
322 |
-
|
323 |
-
|
324 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
|
326 |
#: includes/class-wcpdf-writepanels.php:139
|
|
|
|
|
|
|
|
|
327 |
msgid "Download invoice (PDF)"
|
328 |
msgstr "Stáhnout fakturu (PDF)"
|
329 |
|
330 |
-
#: includes/class-wcpdf-writepanels.php:
|
331 |
msgid "Create PDF"
|
332 |
msgstr "Vytvořit PDF"
|
333 |
|
334 |
-
#: includes/class-wcpdf-writepanels.php:
|
335 |
-
msgid "PDF invoice"
|
336 |
-
msgstr "PDF faktura"
|
337 |
-
|
338 |
-
#: includes/class-wcpdf-writepanels.php:161
|
339 |
-
msgid "PDF Packing Slip"
|
340 |
-
msgstr "PDF Dodací List"
|
341 |
-
|
342 |
-
#: includes/class-wcpdf-writepanels.php:178
|
343 |
-
#: includes/class-wcpdf-writepanels.php:179
|
344 |
-
msgid "PDF Packing Slips"
|
345 |
-
msgstr "PDF Dodací Listy"
|
346 |
-
|
347 |
-
#: includes/class-wcpdf-writepanels.php:192
|
348 |
-
#, fuzzy
|
349 |
msgid "PDF Invoice Number (unformatted!)"
|
350 |
-
msgstr "PDF
|
351 |
|
352 |
-
#: includes/class-wcpdf-writepanels.php:
|
353 |
-
#: templates/pdf/Simple/invoice.php:
|
354 |
msgid "Invoice Date:"
|
355 |
msgstr "Datum fakturace:"
|
356 |
|
357 |
-
#: includes/class-wcpdf-writepanels.php:
|
358 |
msgid "h"
|
359 |
-
msgstr ""
|
360 |
|
361 |
-
#: includes/class-wcpdf-writepanels.php:
|
362 |
msgid "m"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
msgstr ""
|
|
|
|
|
364 |
|
365 |
-
#:
|
366 |
-
|
367 |
-
|
368 |
-
|
|
|
|
|
|
|
369 |
|
370 |
-
#:
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
|
376 |
#: templates/pdf/Simple/invoice.php:40
|
377 |
-
|
378 |
-
|
379 |
-
msgstr "Datum objednávky:"
|
380 |
|
381 |
-
#: templates/pdf/Simple/invoice.php:
|
382 |
msgid "Invoice Number:"
|
383 |
msgstr "Číslo faktury:"
|
384 |
|
385 |
-
#: templates/pdf/Simple/invoice.php:
|
386 |
-
#: templates/pdf/Simple/packing-slip.php:
|
387 |
msgid "Order Number:"
|
388 |
msgstr "Číslo objednávky:"
|
389 |
|
390 |
-
#: templates/pdf/Simple/invoice.php:
|
|
|
|
|
|
|
|
|
|
|
391 |
msgid "Payment Method:"
|
392 |
msgstr "Způsob platby:"
|
393 |
|
394 |
-
#: templates/pdf/Simple/invoice.php:
|
395 |
-
#: templates/pdf/Simple/packing-slip.php:
|
396 |
msgid "Product"
|
397 |
msgstr "Zboží"
|
398 |
|
399 |
-
#: templates/pdf/Simple/invoice.php:
|
400 |
-
#: templates/pdf/Simple/packing-slip.php:
|
401 |
msgid "Quantity"
|
402 |
msgstr "Množství"
|
403 |
|
404 |
-
#: templates/pdf/Simple/invoice.php:
|
405 |
msgid "Price"
|
406 |
msgstr "Cena"
|
407 |
|
408 |
-
#: templates/pdf/Simple/invoice.php:
|
|
|
409 |
msgid "Description"
|
410 |
-
msgstr ""
|
411 |
|
412 |
-
#: templates/pdf/Simple/invoice.php:
|
413 |
-
|
414 |
msgid "SKU"
|
415 |
-
msgstr "
|
416 |
|
417 |
-
#: templates/pdf/Simple/invoice.php:
|
418 |
-
#: templates/pdf/Simple/packing-slip.php:
|
419 |
msgid "SKU:"
|
420 |
-
msgstr "
|
421 |
|
422 |
-
#: templates/pdf/Simple/invoice.php:
|
423 |
-
#: templates/pdf/Simple/packing-slip.php:
|
424 |
msgid "Weight:"
|
425 |
msgstr "Hmotnost:"
|
426 |
|
427 |
-
#: templates/pdf/Simple/invoice.php:
|
428 |
-
#: templates/pdf/Simple/packing-slip.php:
|
429 |
msgid "Customer Notes"
|
430 |
msgstr "Poznámka zákazníka"
|
431 |
|
432 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
#, php-format
|
434 |
msgid ""
|
435 |
"WooCommerce PDF Invoices & Packing Slips requires %sWooCommerce%s to be "
|
436 |
"installed & activated!"
|
437 |
msgstr ""
|
438 |
-
"WooCommerce PDF Invoices & Packing Slips vyžaduje nainstalovaný a
|
439 |
"%sWooCommerce%s!"
|
440 |
|
441 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
442 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
443 |
msgid "N/A"
|
444 |
-
msgstr "
|
445 |
|
446 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
447 |
-
#, fuzzy
|
448 |
msgid "Payment method"
|
449 |
-
msgstr "
|
450 |
|
451 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
452 |
-
#, fuzzy
|
453 |
msgid "Shipping method"
|
454 |
-
msgstr "
|
455 |
|
456 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
457 |
msgid "Subtotal"
|
458 |
msgstr "Mezisoučet"
|
459 |
|
460 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
461 |
msgid "Shipping"
|
462 |
msgstr "Doprava"
|
463 |
|
464 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
465 |
msgid "Discount"
|
466 |
msgstr "Sleva"
|
467 |
|
468 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
469 |
msgid "VAT"
|
470 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
471 |
|
472 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
473 |
msgid "Total ex. VAT"
|
474 |
msgstr "Celkem bez DPH"
|
475 |
|
476 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
477 |
msgid "Total"
|
478 |
msgstr "Celkem"
|
479 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
#~ msgid "..."
|
481 |
#~ msgstr "..."
|
482 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce PDF Invoices & Packing Slips\n"
|
4 |
+
"POT-Creation-Date: 2015-05-18 11:03+0100\n"
|
5 |
+
"PO-Revision-Date: 2015-05-18 11:03+0100\n"
|
6 |
+
"Last-Translator: Ivo Slavík <ivo.slavik@atlas.cz>\n"
|
7 |
+
"Language-Team: Ivo Slavík <info@ivoslavik.cz>\n"
|
8 |
+
"Language: cs\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.7.5\n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_x;_n:1,2\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: includes/class-wcpdf-export.php:338 includes/class-wcpdf-export.php:348
|
20 |
+
#: includes/class-wcpdf-export.php:359 includes/class-wcpdf-export.php:367
|
|
|
21 |
msgid "You do not have sufficient permissions to access this page."
|
22 |
msgstr "Nemáte dostatečné oprávnění pro přístup."
|
23 |
|
24 |
+
#: includes/class-wcpdf-export.php:343
|
25 |
+
msgid "Some of the export parameters are missing."
|
26 |
+
msgstr "Chybí některé z exportních parametrů."
|
27 |
+
|
28 |
# This is a filename (prefix). do not use spaces or special characters!
|
29 |
+
#: includes/class-wcpdf-export.php:424
|
30 |
msgid "invoice"
|
31 |
msgid_plural "invoices"
|
32 |
+
msgstr[0] "faktura"
|
33 |
+
msgstr[1] "faktury"
|
34 |
+
msgstr[2] "faktur"
|
35 |
|
36 |
# This is a filename (prefix). do not use spaces or special characters!
|
37 |
+
#: includes/class-wcpdf-export.php:428
|
38 |
msgid "packing-slip"
|
39 |
msgid_plural "packing-slips"
|
40 |
+
msgstr[0] "dodací list"
|
41 |
+
msgstr[1] "dodací listy"
|
42 |
+
msgstr[2] "dodacích listů"
|
43 |
|
44 |
+
#: includes/class-wcpdf-settings.php:38 includes/class-wcpdf-settings.php:39
|
45 |
+
#: includes/class-wcpdf-writepanels.php:32
|
|
|
46 |
msgid "PDF Invoices"
|
47 |
+
msgstr "PDF faktury"
|
48 |
|
49 |
+
#: includes/class-wcpdf-settings.php:80
|
50 |
msgid "Settings"
|
51 |
msgstr "Nastavení"
|
52 |
|
53 |
+
#: includes/class-wcpdf-settings.php:102
|
54 |
msgid "General"
|
55 |
msgstr "Všeobecné"
|
56 |
|
57 |
+
#: includes/class-wcpdf-settings.php:103
|
58 |
msgid "Template"
|
59 |
msgstr "Šablona"
|
60 |
|
61 |
+
#: includes/class-wcpdf-settings.php:108
|
|
|
|
|
|
|
|
|
62 |
msgid "Status"
|
63 |
+
msgstr "Stav"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
#: includes/class-wcpdf-settings.php:120
|
66 |
+
msgid "WooCommerce PDF Invoices"
|
67 |
+
msgstr "WooCommerce PDF faktury"
|
|
|
68 |
|
69 |
+
#: includes/class-wcpdf-settings.php:189
|
70 |
msgid "General settings"
|
71 |
+
msgstr "Všeobecná nastavení"
|
72 |
|
73 |
+
#: includes/class-wcpdf-settings.php:196
|
74 |
msgid "How do you want to view the PDF?"
|
75 |
msgstr "Jak chcete zobrazit PDF?"
|
76 |
|
77 |
+
#: includes/class-wcpdf-settings.php:204
|
78 |
msgid "Download the PDF"
|
79 |
msgstr "Stáhnout PDF"
|
80 |
|
81 |
+
#: includes/class-wcpdf-settings.php:205
|
82 |
msgid "Open the PDF in a new browser tab/window"
|
83 |
msgstr "Otevřít PDF v novém okně"
|
84 |
|
85 |
+
#: includes/class-wcpdf-settings.php:214
|
|
|
|
|
|
|
|
|
86 |
msgid "Admin New Order email"
|
87 |
msgstr "Administrátor - email s novou objednávkou"
|
88 |
|
89 |
+
#: includes/class-wcpdf-settings.php:215
|
90 |
msgid "Customer Processing Order email"
|
91 |
msgstr "Zákazník - email s přijatou objednávkou"
|
92 |
|
93 |
+
#: includes/class-wcpdf-settings.php:216
|
94 |
msgid "Customer Completed Order email"
|
95 |
msgstr "Zákazník - email s dokončenou objednávkou"
|
96 |
|
97 |
+
#: includes/class-wcpdf-settings.php:217
|
98 |
msgid "Customer Invoice email"
|
99 |
msgstr "Zákazník - email s fakturou"
|
100 |
|
101 |
+
#: includes/class-wcpdf-settings.php:222
|
102 |
+
msgid "Attach invoice to:"
|
103 |
+
msgstr "Přiložit fakturu k:"
|
104 |
+
|
105 |
+
#: includes/class-wcpdf-settings.php:230
|
106 |
#, php-format
|
107 |
msgid ""
|
108 |
"It looks like the temp folder (<code>%s</code>) is not writable, check the "
|
109 |
"permissions for this folder! Without having write access to this folder, the "
|
110 |
"plugin will not be able to email invoices."
|
111 |
msgstr ""
|
112 |
+
"Zdá se, že dočasná složka (<code>%s</code>) není přístupná, zkontrolujte "
|
113 |
+
"prosím oprávnění zápisu (chmod)! Bez povolení pro zápis do této složky "
|
114 |
"nebude možné odesílat faktury e-mailem."
|
115 |
|
116 |
+
#: includes/class-wcpdf-settings.php:236
|
117 |
+
msgid "Disable for free products"
|
118 |
+
msgstr "Vypnout u produktů zdarma"
|
119 |
+
|
120 |
+
#: includes/class-wcpdf-settings.php:243
|
121 |
+
msgid ""
|
122 |
+
"Disable automatic creation/attachment of invoices when only free products "
|
123 |
+
"are ordered"
|
124 |
msgstr ""
|
125 |
+
"Vypnout automatické vytváření/přikládání faktur pokud byly objednány pouze "
|
126 |
+
"produkty zdarma"
|
127 |
+
|
128 |
+
#: includes/class-wcpdf-settings.php:250
|
129 |
+
msgid "Interface"
|
130 |
+
msgstr "Uživatelské rozhraní"
|
131 |
+
|
132 |
+
#: includes/class-wcpdf-settings.php:298
|
133 |
+
msgid "Allow My Account invoice download"
|
134 |
+
msgstr "Umožnit stažení faktury na stránce Můj účet"
|
135 |
+
|
136 |
+
#: includes/class-wcpdf-settings.php:306
|
137 |
+
msgid "Only when an invoice is already created/emailed"
|
138 |
+
msgstr "Pouze když už byla faktura vytvořena/odeslána"
|
139 |
+
|
140 |
+
#: includes/class-wcpdf-settings.php:307
|
141 |
+
msgid "Only for specific order statuses (define below)"
|
142 |
+
msgstr "Pouze pro určité stavy objednávek (definujte níže)"
|
143 |
|
144 |
+
#: includes/class-wcpdf-settings.php:308
|
145 |
+
msgid "Always"
|
146 |
+
msgstr "Vždy"
|
147 |
+
|
148 |
+
#: includes/class-wcpdf-settings.php:323
|
149 |
+
msgid "Enable invoice number column in the orders list"
|
150 |
+
msgstr "Zobrazit v seznamu objednávek sloupec s čísly faktur"
|
151 |
+
|
152 |
+
#: includes/class-wcpdf-settings.php:361
|
153 |
msgid "PDF Template settings"
|
154 |
msgstr "Nastavení PDF šablony"
|
155 |
|
156 |
+
#: includes/class-wcpdf-settings.php:373
|
157 |
msgid "Choose a template"
|
158 |
msgstr "Vyberte šablonu"
|
159 |
|
160 |
+
#: includes/class-wcpdf-settings.php:381
|
161 |
#, php-format
|
162 |
msgid ""
|
163 |
"Want to use your own template? Copy all the files from <code>%s</code> to "
|
164 |
+
"your (child) theme in <code>%s</code> to customize them"
|
165 |
msgstr ""
|
166 |
+
"Chcete použít vlastní šablonu? Zkopírujte všechny soubory z <code>%s</code> "
|
167 |
+
"do svého (child) tématu v <code>%s</code> a upravte je podle potřeby"
|
168 |
|
169 |
+
#: includes/class-wcpdf-settings.php:387
|
170 |
msgid "Paper size"
|
171 |
msgstr "Velikost papíru"
|
172 |
|
173 |
+
#: includes/class-wcpdf-settings.php:395
|
174 |
msgid "A4"
|
175 |
msgstr "A4"
|
176 |
|
177 |
+
#: includes/class-wcpdf-settings.php:396
|
178 |
msgid "Letter"
|
179 |
+
msgstr "Letter"
|
180 |
|
181 |
+
#: includes/class-wcpdf-settings.php:403
|
182 |
msgid "Shop header/logo"
|
183 |
+
msgstr "Hlavička/logo"
|
184 |
|
185 |
+
#: includes/class-wcpdf-settings.php:410
|
186 |
msgid "Select or upload your invoice header/logo"
|
187 |
+
msgstr "Vyberte nebo nahrajte hlavičku/logo"
|
188 |
|
189 |
+
#: includes/class-wcpdf-settings.php:411
|
190 |
msgid "Set image"
|
191 |
msgstr "Vybrat obrázek"
|
192 |
|
193 |
+
#: includes/class-wcpdf-settings.php:412
|
194 |
msgid "Remove image"
|
195 |
+
msgstr "Odebrat obrázek"
|
196 |
|
197 |
+
#: includes/class-wcpdf-settings.php:419
|
198 |
msgid "Shop Name"
|
199 |
msgstr "Název obchodu"
|
200 |
|
201 |
+
#: includes/class-wcpdf-settings.php:432
|
202 |
msgid "Shop Address"
|
203 |
msgstr "Adresa obchodu"
|
204 |
|
205 |
+
#: includes/class-wcpdf-settings.php:447
|
206 |
msgid "Footer: terms & conditions, policies, etc."
|
207 |
msgstr "Patička: obchodní podmínky, ochrana osobních údajů, atd."
|
208 |
|
209 |
+
#: includes/class-wcpdf-settings.php:463 templates/pdf/Simple/invoice.php:9
|
210 |
+
#: templates/pdf/Simple/invoice.php:21
|
211 |
+
#: woocommerce-pdf-invoices-packingslips.php:220
|
212 |
+
msgid "Invoice"
|
213 |
+
msgstr "Faktura"
|
|
|
|
|
214 |
|
215 |
+
#: includes/class-wcpdf-settings.php:470
|
216 |
+
msgid "Display shipping address"
|
217 |
+
msgstr "Zobrazit doručovací adresu"
|
218 |
|
219 |
+
#: includes/class-wcpdf-settings.php:477
|
220 |
msgid ""
|
221 |
+
"Display shipping address on invoice (in addition to the default billing "
|
222 |
+
"address) if different from billing address"
|
223 |
msgstr ""
|
224 |
+
"Zobrazit doručovací adresu na faktuře (společně s fakturační adresou), pokud "
|
225 |
+
"se liší"
|
226 |
|
227 |
+
#: includes/class-wcpdf-settings.php:483 includes/class-wcpdf-settings.php:598
|
228 |
+
msgid "Display email address"
|
229 |
+
msgstr "Zobrazit emailovou adresu"
|
230 |
+
|
231 |
+
#: includes/class-wcpdf-settings.php:495 includes/class-wcpdf-settings.php:610
|
232 |
+
msgid "Display phone number"
|
233 |
+
msgstr "Zobrazit telefonní číslo"
|
234 |
+
|
235 |
+
#: includes/class-wcpdf-settings.php:507
|
236 |
+
msgid "Display invoice date"
|
237 |
+
msgstr "Zobrazit datum fakturace"
|
238 |
+
|
239 |
+
#: includes/class-wcpdf-settings.php:520
|
240 |
+
msgid "Display built-in sequential invoice number"
|
241 |
+
msgstr "Zobrazit základní sekvenční číslování faktur"
|
242 |
+
|
243 |
+
#: includes/class-wcpdf-settings.php:533
|
244 |
msgid "Next invoice number (without prefix/suffix etc.)"
|
245 |
msgstr "Další číslo faktury (bez předpony/přípony)"
|
246 |
|
247 |
+
#: includes/class-wcpdf-settings.php:541
|
248 |
msgid ""
|
249 |
"This is the number that will be used on the next invoice that is created. By "
|
250 |
"default, numbering starts from the WooCommerce Order Number of the first "
|
252 |
"you override this and set it lower than the highest (PDF) invoice number, "
|
253 |
"this could create double invoice numbers!"
|
254 |
msgstr ""
|
255 |
+
"Toto číslo bude použito v další vytvořené faktuře. Přednastavené číslování "
|
256 |
+
"začíná od čísla WooCommerce objednávky první vytvořené faktury a zvyšuje se "
|
257 |
+
"s každou další vytvořenou fakturou. POZOR: Když toto číslo přepíšete a "
|
258 |
+
"nastavíte hodnotu na menší než má poslední vytvořená PDF faktura, může dojít "
|
259 |
+
"k duplikaci číslování!"
|
260 |
+
|
261 |
+
#: includes/class-wcpdf-settings.php:547
|
|
|
262 |
msgid "Invoice number format"
|
263 |
+
msgstr "Formát čísla faktury"
|
264 |
|
265 |
+
#: includes/class-wcpdf-settings.php:556
|
266 |
msgid "Prefix"
|
267 |
+
msgstr "Předpona"
|
268 |
|
269 |
+
#: includes/class-wcpdf-settings.php:558
|
270 |
msgid ""
|
271 |
"to use the order year and/or month, use [order_year] or [order_month] "
|
272 |
"respectively"
|
273 |
+
msgstr "použijte [order_year] pro rok a [order_month] pro měsíc objednání"
|
274 |
|
275 |
+
#: includes/class-wcpdf-settings.php:561
|
276 |
msgid "Suffix"
|
277 |
+
msgstr "Přípona"
|
278 |
|
279 |
+
#: includes/class-wcpdf-settings.php:566
|
280 |
msgid "Padding"
|
281 |
+
msgstr "Výplň"
|
282 |
|
283 |
+
#: includes/class-wcpdf-settings.php:568
|
284 |
msgid "enter the number of digits here - enter \"6\" to display 42 as 000042"
|
285 |
msgstr ""
|
286 |
+
"zde vložte počet číslic - napište \"6\", aby se 42 zobrazilo jako 000042"
|
287 |
|
288 |
+
#: includes/class-wcpdf-settings.php:571
|
289 |
msgid ""
|
290 |
"note: if you have already created a custom invoice number format with a "
|
291 |
"filter, the above settings will be ignored"
|
292 |
msgstr ""
|
293 |
+
"poznámka: pokud jste si už nastavili vlastní číslování faktur pomocí filtru, "
|
294 |
+
"výše uvedená nastavení budou ignorována"
|
295 |
|
296 |
+
#: includes/class-wcpdf-settings.php:578
|
297 |
+
#: templates/pdf/Simple/packing-slip.php:9
|
298 |
+
#: templates/pdf/Simple/packing-slip.php:21
|
299 |
+
#: woocommerce-pdf-invoices-packingslips.php:223
|
300 |
+
msgid "Packing Slip"
|
301 |
+
msgstr "Dodací List"
|
302 |
|
303 |
+
#: includes/class-wcpdf-settings.php:585
|
304 |
+
msgid "Display billing address"
|
305 |
+
msgstr "Zobrazit fakturační adresu"
|
306 |
|
307 |
+
#: includes/class-wcpdf-settings.php:592
|
308 |
+
msgid ""
|
309 |
+
"Display billing address on packing slip (in addition to the default shipping "
|
310 |
+
"address) if different from shipping address"
|
311 |
+
msgstr ""
|
312 |
+
"Zobrazit fakturační adresu na dodacím listu (společně s doručovací adresou), "
|
313 |
+
"pokud se liší"
|
314 |
|
315 |
+
#: includes/class-wcpdf-settings.php:623
|
316 |
msgid "Extra template fields"
|
317 |
msgstr "Extra políčka v šabloně"
|
318 |
|
319 |
+
#: includes/class-wcpdf-settings.php:630
|
320 |
msgid "Extra field 1"
|
321 |
msgstr "Extra políčko 1"
|
322 |
|
323 |
+
#: includes/class-wcpdf-settings.php:639
|
324 |
msgid "This is footer column 1 in the <i>Modern (Premium)</i> template"
|
325 |
+
msgstr "Tohle je 1. políčko v patičce šablony <i>Modern (Premium)</i>"
|
326 |
|
327 |
+
#: includes/class-wcpdf-settings.php:645
|
328 |
msgid "Extra field 2"
|
329 |
msgstr "Extra políčko 2"
|
330 |
|
331 |
+
#: includes/class-wcpdf-settings.php:654
|
332 |
msgid "This is footer column 2 in the <i>Modern (Premium)</i> template"
|
333 |
+
msgstr "Tohle je 2. políčko v patičce šablony <i>Modern (Premium)</i>"
|
334 |
|
335 |
+
#: includes/class-wcpdf-settings.php:660
|
336 |
msgid "Extra field 3"
|
337 |
msgstr "Extra políčko 3"
|
338 |
|
339 |
+
#: includes/class-wcpdf-settings.php:669
|
340 |
msgid "This is footer column 3 in the <i>Modern (Premium)</i> template"
|
341 |
+
msgstr "Tohle je 3. políčko v patičce šablony <i>Modern (Premium)</i>"
|
342 |
+
|
343 |
+
#: includes/class-wcpdf-settings.php:711
|
344 |
+
msgid "Debug settings"
|
345 |
+
msgstr "Nastavení pro ladění"
|
346 |
+
|
347 |
+
#: includes/class-wcpdf-settings.php:718
|
348 |
+
msgid "Enable debug output"
|
349 |
+
msgstr "Povolit výstup ladění"
|
350 |
|
351 |
+
#: includes/class-wcpdf-settings.php:725
|
352 |
+
msgid ""
|
353 |
+
"Enable this option to output plugin errors if you're getting a blank page or "
|
354 |
+
"other PDF generation issues"
|
355 |
+
msgstr ""
|
356 |
+
"Povolte toto nastavení pro zobrazení chyb pluginu, pokud se zobrazuje "
|
357 |
+
"prázdná stránka nebo máte jiný problém s generováním PDF"
|
358 |
+
|
359 |
+
#: includes/class-wcpdf-settings.php:731
|
360 |
+
msgid "Output to HTML"
|
361 |
+
msgstr "Výstup do HTML"
|
362 |
+
|
363 |
+
#: includes/class-wcpdf-settings.php:738
|
364 |
+
msgid ""
|
365 |
+
"Send the template output as HTML to the browser instead of creating a PDF."
|
366 |
+
msgstr "Pošle výstup šablony v HTML do prohlížeče místo vytvoření PDF."
|
367 |
+
|
368 |
+
#: includes/class-wcpdf-settings.php:744
|
369 |
+
msgid "Use old tmp folder"
|
370 |
+
msgstr "Používat starou složku tmp"
|
371 |
+
|
372 |
+
#: includes/class-wcpdf-settings.php:751
|
373 |
+
msgid ""
|
374 |
+
"Before version 1.5 of PDF Invoices, temporary files were stored in the "
|
375 |
+
"plugin folder. This setting is only intended for backwards compatibility, "
|
376 |
+
"not recommended on new installs!"
|
377 |
+
msgstr ""
|
378 |
+
"Před verzí pluginu 1.5 byly dočasné soubory ukládány do složky pluginu. Toto "
|
379 |
+
"nastavení slouží pouze pro zpětnou kompatibilitu a nedoporučuje se na nových "
|
380 |
+
"instalacích!"
|
381 |
+
|
382 |
+
#: includes/class-wcpdf-settings.php:1091
|
383 |
msgid "Image resolution"
|
384 |
msgstr "Rozměry obrázku"
|
385 |
|
386 |
+
#: includes/class-wcpdf-settings.php:1207
|
387 |
+
msgid ""
|
388 |
+
"<b>Warning!</b> The settings below are meant for debugging/development only. "
|
389 |
+
"Do not use them on a live website!"
|
390 |
+
msgstr ""
|
391 |
+
"<b>Upozornění!</b> Níže uvedená nastavení slouží pouze pro ladění/vývoj. Na "
|
392 |
+
"ostrém webu je nepoužívejte!"
|
393 |
+
|
394 |
+
#: includes/class-wcpdf-settings.php:1216
|
395 |
msgid ""
|
396 |
"These are used for the (optional) footer columns in the <em>Modern "
|
397 |
"(Premium)</em> template, but can also be used for other elements in your "
|
398 |
"custom template"
|
399 |
msgstr ""
|
400 |
+
"Tyto prvky jsou použité jako volitelné části patičky v šabloně <em>Modern "
|
401 |
+
"(Premium)</em>, ale mohou být v rámci vaší vlastní šablony využity i jinak"
|
|
|
402 |
|
403 |
+
#: includes/class-wcpdf-writepanels.php:33
|
404 |
+
msgid "PDF Packing Slips"
|
405 |
+
msgstr "PDF dodací listy"
|
406 |
+
|
407 |
+
#: includes/class-wcpdf-writepanels.php:107
|
408 |
+
#: includes/class-wcpdf-writepanels.php:216
|
409 |
+
msgid "PDF Invoice"
|
410 |
+
msgstr "PDF faktura"
|
411 |
+
|
412 |
+
#: includes/class-wcpdf-writepanels.php:112
|
413 |
+
#: includes/class-wcpdf-writepanels.php:221
|
414 |
+
msgid "PDF Packing Slip"
|
415 |
+
msgstr "PDF dodací list"
|
416 |
|
417 |
#: includes/class-wcpdf-writepanels.php:139
|
418 |
+
msgid "Invoice Number"
|
419 |
+
msgstr "Číslo faktury"
|
420 |
+
|
421 |
+
#: includes/class-wcpdf-writepanels.php:192
|
422 |
msgid "Download invoice (PDF)"
|
423 |
msgstr "Stáhnout fakturu (PDF)"
|
424 |
|
425 |
+
#: includes/class-wcpdf-writepanels.php:203
|
426 |
msgid "Create PDF"
|
427 |
msgstr "Vytvořit PDF"
|
428 |
|
429 |
+
#: includes/class-wcpdf-writepanels.php:264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
msgid "PDF Invoice Number (unformatted!)"
|
431 |
+
msgstr "PDF číslo faktury (neformátované!)"
|
432 |
|
433 |
+
#: includes/class-wcpdf-writepanels.php:267
|
434 |
+
#: templates/pdf/Simple/invoice.php:55
|
435 |
msgid "Invoice Date:"
|
436 |
msgstr "Datum fakturace:"
|
437 |
|
438 |
+
#: includes/class-wcpdf-writepanels.php:268
|
439 |
msgid "h"
|
440 |
+
msgstr "h"
|
441 |
|
442 |
+
#: includes/class-wcpdf-writepanels.php:268
|
443 |
msgid "m"
|
444 |
+
msgstr "m"
|
445 |
+
|
446 |
+
#: includes/wcpdf-extensions.php:15
|
447 |
+
msgid "Check out these premium extensions!"
|
448 |
+
msgstr "Vyzkoušejte tato prémiová rozšíření!"
|
449 |
+
|
450 |
+
#: includes/wcpdf-extensions.php:16
|
451 |
+
msgid "click items to read more"
|
452 |
+
msgstr "pro více informací klikněte na položky"
|
453 |
+
|
454 |
+
#: includes/wcpdf-extensions.php:23
|
455 |
+
msgid "Go Pro: Proforma invoices, credit notes (=refunds) & more!"
|
456 |
+
msgstr "Pro verze: proforma faktury, dobropisy a další!"
|
457 |
+
|
458 |
+
#: includes/wcpdf-extensions.php:25
|
459 |
+
msgid ""
|
460 |
+
"Supercharge WooCommerce PDF Invoices & Packing Slips with the following "
|
461 |
+
"features:"
|
462 |
+
msgstr "Nabijte WooCommerce PDF Invoices & Packing Slips těmito funkcemi:"
|
463 |
+
|
464 |
+
#: includes/wcpdf-extensions.php:27
|
465 |
+
msgid "Email/print/download <b>PDF Credit Notes & Proforma invoices</b>"
|
466 |
+
msgstr "Mailujte/tiskněte/stahujte <b>PDF dobropisy a proforma faktury</b>"
|
467 |
+
|
468 |
+
#: includes/wcpdf-extensions.php:28
|
469 |
+
msgid ""
|
470 |
+
"Send out a separate <b>notification email</b> with (or without) PDF invoices/"
|
471 |
+
"packing slips, for example to a drop-shipper or a supplier."
|
472 |
msgstr ""
|
473 |
+
"Posílejte zvláštní <b>notifikační email</b> s (nebo bez) PDF fakturami/"
|
474 |
+
"dodacími listy, např. pro drop-shippera nebo dodavatele."
|
475 |
|
476 |
+
#: includes/wcpdf-extensions.php:29
|
477 |
+
msgid ""
|
478 |
+
"Attach <b>up to 3 static files</b> (for example a terms & conditions "
|
479 |
+
"document) to the WooCommerce emails of your choice."
|
480 |
+
msgstr ""
|
481 |
+
"Přikládejte k vybraným WooCommerce emailům <b>až 3 statické soubory</b> "
|
482 |
+
"(např. dokument s obchodními podmínkami)."
|
483 |
|
484 |
+
#: includes/wcpdf-extensions.php:30
|
485 |
+
msgid ""
|
486 |
+
"Use <b>separate numbering systems</b> and/or format for proforma invoices "
|
487 |
+
"and credit notes or utilize the main invoice numbering system"
|
488 |
+
msgstr ""
|
489 |
+
"Používejte <b>samostatné číslování</b> a/nebo formát proforma faktur a "
|
490 |
+
"dobropisů nebo používejte hlavní číslování"
|
491 |
+
|
492 |
+
#: includes/wcpdf-extensions.php:31
|
493 |
+
msgid ""
|
494 |
+
"<b>Customize</b> the <b>shipping & billing address</b> format to include "
|
495 |
+
"additional custom fields, font sizes etc. without the need to create a "
|
496 |
+
"custom template."
|
497 |
+
msgstr ""
|
498 |
+
"<b>Přizpůsobte si formát dodací a fakturační adresy</b>, aby obsahovaly "
|
499 |
+
"další vlastní pole, velikosti písma, atd. bez nutnosti vytvářet vlastní "
|
500 |
+
"šablonu."
|
501 |
+
|
502 |
+
#: includes/wcpdf-extensions.php:32
|
503 |
+
msgid "Use the plugin in multilingual <b>WPML</b> setups"
|
504 |
+
msgstr "Používejte plugin v multijazyčném nastavení <b>WPML</b>"
|
505 |
+
|
506 |
+
#: includes/wcpdf-extensions.php:34
|
507 |
+
msgid "Get WooCommerce PDF Invoices & Packing Slips Professional!"
|
508 |
+
msgstr "Získejte WooCommerce PDF Invoices & Packing Slips Professional!"
|
509 |
+
|
510 |
+
#: includes/wcpdf-extensions.php:42
|
511 |
+
msgid "Upload all invoices automatically to your dropbox"
|
512 |
+
msgstr "Nahrávejte všechny faktury automaticky do svého Dropboxu"
|
513 |
+
|
514 |
+
#: includes/wcpdf-extensions.php:48
|
515 |
+
msgid ""
|
516 |
+
"This extension conveniently uploads all the invoices (and other pdf "
|
517 |
+
"documents from the professional extension) that are emailed to your "
|
518 |
+
"customers to Dropbox. The best way to keep your invoice administration up to "
|
519 |
+
"date!"
|
520 |
+
msgstr ""
|
521 |
+
"Toto rozšíření umožňuje pohodlně nahrávat do Dropboxu všechny faktury (a "
|
522 |
+
"další pdf dokumenty z profi rozšíření), které jsou posílány zákazníkovi."
|
523 |
+
|
524 |
+
#: includes/wcpdf-extensions.php:49
|
525 |
+
msgid "Get WooCommerce PDF Invoices & Packing Slips to dropbox!"
|
526 |
+
msgstr "Získejte WooCommerce PDF Invoices & Packing Slips to dropbox!"
|
527 |
+
|
528 |
+
#: includes/wcpdf-extensions.php:61
|
529 |
+
msgid ""
|
530 |
+
"Automatically send new orders or packing slips to your printer, as soon as "
|
531 |
+
"the customer orders!"
|
532 |
+
msgstr ""
|
533 |
+
"Posílejte automaticky nové objednávky nebo dodací listy na svou tiskárnu, "
|
534 |
+
"jakmile si zákazník objedná!"
|
535 |
+
|
536 |
+
#: includes/wcpdf-extensions.php:67
|
537 |
+
msgid ""
|
538 |
+
"Check out the WooCommerce Automatic Order Printing extension from our "
|
539 |
+
"partners at Simba Hosting"
|
540 |
+
msgstr ""
|
541 |
+
"Vyzkoušejte rozšíření WooCommerce Automatic Order Printing od našich "
|
542 |
+
"partnerů ze Simba Hosting"
|
543 |
+
|
544 |
+
#: includes/wcpdf-extensions.php:68
|
545 |
+
msgid "WooCommerce Automatic Order Printing"
|
546 |
+
msgstr "WooCommerce Automatic Order Printing"
|
547 |
+
|
548 |
+
#: includes/wcpdf-extensions.php:82
|
549 |
+
msgid "More advanced templates"
|
550 |
+
msgstr "Pokročilé šablony"
|
551 |
+
|
552 |
+
#: includes/wcpdf-extensions.php:85
|
553 |
+
msgid "Stylish modern invoices & packing slips with product thumbnails!"
|
554 |
+
msgstr "Stylové moderní faktury a dodací listy s náhledy produktů!"
|
555 |
+
|
556 |
+
#: includes/wcpdf-extensions.php:86
|
557 |
+
msgid "More tax details on the invoices!"
|
558 |
+
msgstr "Více daňových údajů na fakturách!"
|
559 |
+
|
560 |
+
#: includes/wcpdf-extensions.php:87
|
561 |
+
#, php-format
|
562 |
+
msgid "Check out the Premium PDF Invoice & Packing Slips templates at %s."
|
563 |
+
msgstr "Vyzkoušejte Premium PDF Invoice & Packing Slips šablony na %s."
|
564 |
+
|
565 |
+
#: includes/wcpdf-extensions.php:88
|
566 |
+
#, php-format
|
567 |
+
msgid "For custom templates, contact us at %s."
|
568 |
+
msgstr "Ohledně vlastních šablon nás kontaktujte na %s."
|
569 |
+
|
570 |
+
#: templates/pdf/Simple/invoice.php:29
|
571 |
+
#: templates/pdf/Simple/packing-slip.php:40
|
572 |
+
msgid "Billing Address:"
|
573 |
+
msgstr "Fakturační adresa:"
|
574 |
|
575 |
#: templates/pdf/Simple/invoice.php:40
|
576 |
+
msgid "Ship To:"
|
577 |
+
msgstr "Odeslat na:"
|
|
|
578 |
|
579 |
+
#: templates/pdf/Simple/invoice.php:49
|
580 |
msgid "Invoice Number:"
|
581 |
msgstr "Číslo faktury:"
|
582 |
|
583 |
+
#: templates/pdf/Simple/invoice.php:60
|
584 |
+
#: templates/pdf/Simple/packing-slip.php:48
|
585 |
msgid "Order Number:"
|
586 |
msgstr "Číslo objednávky:"
|
587 |
|
588 |
+
#: templates/pdf/Simple/invoice.php:64
|
589 |
+
#: templates/pdf/Simple/packing-slip.php:52
|
590 |
+
msgid "Order Date:"
|
591 |
+
msgstr "Datum objednávky:"
|
592 |
+
|
593 |
+
#: templates/pdf/Simple/invoice.php:68
|
594 |
msgid "Payment Method:"
|
595 |
msgstr "Způsob platby:"
|
596 |
|
597 |
+
#: templates/pdf/Simple/invoice.php:82
|
598 |
+
#: templates/pdf/Simple/packing-slip.php:70
|
599 |
msgid "Product"
|
600 |
msgstr "Zboží"
|
601 |
|
602 |
+
#: templates/pdf/Simple/invoice.php:83
|
603 |
+
#: templates/pdf/Simple/packing-slip.php:71
|
604 |
msgid "Quantity"
|
605 |
msgstr "Množství"
|
606 |
|
607 |
+
#: templates/pdf/Simple/invoice.php:84
|
608 |
msgid "Price"
|
609 |
msgstr "Cena"
|
610 |
|
611 |
+
#: templates/pdf/Simple/invoice.php:91
|
612 |
+
#: templates/pdf/Simple/packing-slip.php:78
|
613 |
msgid "Description"
|
614 |
+
msgstr "Popis"
|
615 |
|
616 |
+
#: templates/pdf/Simple/invoice.php:96
|
617 |
+
#: templates/pdf/Simple/packing-slip.php:83
|
618 |
msgid "SKU"
|
619 |
+
msgstr "SKU"
|
620 |
|
621 |
+
#: templates/pdf/Simple/invoice.php:97
|
622 |
+
#: templates/pdf/Simple/packing-slip.php:84
|
623 |
msgid "SKU:"
|
624 |
+
msgstr "SKU:"
|
625 |
|
626 |
+
#: templates/pdf/Simple/invoice.php:98
|
627 |
+
#: templates/pdf/Simple/packing-slip.php:85
|
628 |
msgid "Weight:"
|
629 |
msgstr "Hmotnost:"
|
630 |
|
631 |
+
#: templates/pdf/Simple/invoice.php:112
|
632 |
+
#: templates/pdf/Simple/packing-slip.php:99
|
633 |
msgid "Customer Notes"
|
634 |
msgstr "Poznámka zákazníka"
|
635 |
|
636 |
+
#: templates/pdf/Simple/packing-slip.php:29
|
637 |
+
msgid "Shipping Address:"
|
638 |
+
msgstr "Doručovací adresa:"
|
639 |
+
|
640 |
+
#: templates/pdf/Simple/packing-slip.php:56
|
641 |
+
msgid "Shipping Method:"
|
642 |
+
msgstr "Doručovací metoda:"
|
643 |
+
|
644 |
+
#: woocommerce-pdf-invoices-packingslips.php:123
|
645 |
#, php-format
|
646 |
msgid ""
|
647 |
"WooCommerce PDF Invoices & Packing Slips requires %sWooCommerce%s to be "
|
648 |
"installed & activated!"
|
649 |
msgstr ""
|
650 |
+
"WooCommerce PDF Invoices & Packing Slips vyžaduje nainstalovaný a aktivovaný "
|
651 |
"%sWooCommerce%s!"
|
652 |
|
653 |
+
#: woocommerce-pdf-invoices-packingslips.php:330
|
654 |
+
#: woocommerce-pdf-invoices-packingslips.php:391
|
655 |
msgid "N/A"
|
656 |
+
msgstr "Není k dispozici"
|
657 |
|
658 |
+
#: woocommerce-pdf-invoices-packingslips.php:480
|
|
|
659 |
msgid "Payment method"
|
660 |
+
msgstr "Platební metoda"
|
661 |
|
662 |
+
#: woocommerce-pdf-invoices-packingslips.php:491
|
|
|
663 |
msgid "Shipping method"
|
664 |
+
msgstr "Doručovací metoda"
|
665 |
|
666 |
+
#: woocommerce-pdf-invoices-packingslips.php:644
|
667 |
msgid "Subtotal"
|
668 |
msgstr "Mezisoučet"
|
669 |
|
670 |
+
#: woocommerce-pdf-invoices-packingslips.php:666
|
671 |
msgid "Shipping"
|
672 |
msgstr "Doprava"
|
673 |
|
674 |
+
#: woocommerce-pdf-invoices-packingslips.php:729
|
675 |
msgid "Discount"
|
676 |
msgstr "Sleva"
|
677 |
|
678 |
+
#: woocommerce-pdf-invoices-packingslips.php:769
|
679 |
msgid "VAT"
|
680 |
+
msgstr "DPH"
|
681 |
+
|
682 |
+
#: woocommerce-pdf-invoices-packingslips.php:770
|
683 |
+
msgid "Tax rate"
|
684 |
+
msgstr "Daňová sazba"
|
685 |
|
686 |
+
#: woocommerce-pdf-invoices-packingslips.php:807
|
687 |
msgid "Total ex. VAT"
|
688 |
msgstr "Celkem bez DPH"
|
689 |
|
690 |
+
#: woocommerce-pdf-invoices-packingslips.php:810
|
691 |
msgid "Total"
|
692 |
msgstr "Celkem"
|
693 |
|
694 |
+
#~ msgid "Due Date:"
|
695 |
+
#~ msgstr "Datum splatnosti:"
|
696 |
+
|
697 |
+
#~ msgid "Invoice Code:"
|
698 |
+
#~ msgstr "Variabilní symbol:"
|
699 |
+
|
700 |
+
#~ msgid "Number to display on invoice"
|
701 |
+
#~ msgstr "Číslo ukázané ve faktuře"
|
702 |
+
|
703 |
+
#~ msgid ""
|
704 |
+
#~ "If you are using the WooCommerce Sequential Order Numbers plugin, select "
|
705 |
+
#~ "the WooCommerce order number"
|
706 |
+
#~ msgstr ""
|
707 |
+
#~ "Pokud používáte plugin <i>WooCommerce Sequential Order Numbers</i>, tak "
|
708 |
+
#~ "zvolte WooCommerce číslo objednávky"
|
709 |
+
|
710 |
+
#~ msgid "Order date"
|
711 |
+
#~ msgstr "Datum objednávky"
|
712 |
+
|
713 |
+
#~ msgid "PDF invoice"
|
714 |
+
#~ msgstr "PDF faktura"
|
715 |
+
|
716 |
#~ msgid "..."
|
717 |
#~ msgstr "..."
|
718 |
|
languages/wpo_wcpdf-fr_FR.mo
CHANGED
Binary file
|
languages/wpo_wcpdf-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce PDF Invoices & Packing Slips v1.3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Serge Labrosse <serge.labrosse@gmail.com>\n"
|
8 |
"Language-Team: WP Overnight <support@wpovernight.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
14 |
-
"X-Generator: Poedit 1.
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
@@ -19,7 +19,6 @@ msgstr ""
|
|
19 |
"X-Textdomain-Support: yes\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
# @ wpo_wcpdf
|
23 |
#: includes/class-wcpdf-export.php:338 includes/class-wcpdf-export.php:348
|
24 |
#: includes/class-wcpdf-export.php:359 includes/class-wcpdf-export.php:367
|
25 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -29,98 +28,82 @@ msgstr "Vous n'avez pas les permissions nécessaires pour accéder à cette page
|
|
29 |
msgid "Some of the export parameters are missing."
|
30 |
msgstr ""
|
31 |
|
32 |
-
#
|
33 |
#: includes/class-wcpdf-export.php:424
|
34 |
msgid "invoice"
|
35 |
msgid_plural "invoices"
|
36 |
msgstr[0] "facture"
|
37 |
msgstr[1] "factures"
|
38 |
|
39 |
-
#
|
40 |
#: includes/class-wcpdf-export.php:428
|
41 |
msgid "packing-slip"
|
42 |
msgid_plural "packing-slips"
|
43 |
msgstr[0] "bon-de-livraison"
|
44 |
msgstr[1] "bons-de-livraison"
|
45 |
|
46 |
-
# @ wpo_wcpdf
|
47 |
#: includes/class-wcpdf-settings.php:38 includes/class-wcpdf-settings.php:39
|
48 |
#: includes/class-wcpdf-writepanels.php:32
|
49 |
msgid "PDF Invoices"
|
50 |
msgstr "Générer les factures au format PDF"
|
51 |
|
52 |
-
# @ woocommerce
|
53 |
#: includes/class-wcpdf-settings.php:80
|
54 |
msgid "Settings"
|
55 |
msgstr "Paramètres"
|
56 |
|
57 |
-
# @ wpo_wcpdf
|
58 |
#: includes/class-wcpdf-settings.php:102
|
59 |
msgid "General"
|
60 |
msgstr "Général"
|
61 |
|
62 |
-
# @ wpo_wcpdf
|
63 |
#: includes/class-wcpdf-settings.php:103
|
64 |
msgid "Template"
|
65 |
msgstr "Modèle"
|
66 |
|
67 |
-
# @ wpo_wcpdf
|
68 |
#: includes/class-wcpdf-settings.php:108
|
69 |
msgid "Status"
|
70 |
msgstr "État"
|
71 |
|
72 |
-
# @ wpo_wcpdf
|
73 |
#: includes/class-wcpdf-settings.php:120
|
74 |
msgid "WooCommerce PDF Invoices"
|
75 |
msgstr "Factures PDF WooCommerce"
|
76 |
|
77 |
-
# @ wpo_wcpdf
|
78 |
#: includes/class-wcpdf-settings.php:189
|
79 |
msgid "General settings"
|
80 |
msgstr "Paramètres généraux"
|
81 |
|
82 |
-
# @ wpo_wcpdf
|
83 |
#: includes/class-wcpdf-settings.php:196
|
84 |
msgid "How do you want to view the PDF?"
|
85 |
msgstr "Comment voulez-vous voir le PDF?"
|
86 |
|
87 |
-
# @ wpo_wcpdf
|
88 |
#: includes/class-wcpdf-settings.php:204
|
89 |
msgid "Download the PDF"
|
90 |
msgstr "Télécharger le PDF"
|
91 |
|
92 |
-
# @ wpo_wcpdf
|
93 |
#: includes/class-wcpdf-settings.php:205
|
94 |
msgid "Open the PDF in a new browser tab/window"
|
95 |
msgstr ""
|
96 |
"Ouvrir le PDF dans un nouvel onglet/une nouvelle fenêtre du navigateur."
|
97 |
|
98 |
-
# @ wpo_wcpdf
|
99 |
#: includes/class-wcpdf-settings.php:214
|
100 |
msgid "Admin New Order email"
|
101 |
msgstr "Courrier El Admin pour nouvelle commande"
|
102 |
|
103 |
-
# @ wpo_wcpdf
|
104 |
#: includes/class-wcpdf-settings.php:215
|
105 |
msgid "Customer Processing Order email"
|
106 |
msgstr "Courrier El Client pour commande en cours"
|
107 |
|
108 |
-
# @ wpo_wcpdf
|
109 |
#: includes/class-wcpdf-settings.php:216
|
110 |
msgid "Customer Completed Order email"
|
111 |
msgstr "Courrier El client pour commande terminée"
|
112 |
|
113 |
-
# @ wpo_wcpdf
|
114 |
#: includes/class-wcpdf-settings.php:217
|
115 |
msgid "Customer Invoice email"
|
116 |
msgstr "Clourrier El pour Facture client"
|
117 |
|
118 |
-
# @ wpo_wcpdf
|
119 |
#: includes/class-wcpdf-settings.php:222
|
120 |
msgid "Attach invoice to:"
|
121 |
msgstr "joindre la facture à :"
|
122 |
|
123 |
-
# @ wpo_wcpdf
|
124 |
#: includes/class-wcpdf-settings.php:230
|
125 |
#, php-format
|
126 |
msgid ""
|
@@ -162,17 +145,14 @@ msgstr ""
|
|
162 |
msgid "Always"
|
163 |
msgstr ""
|
164 |
|
165 |
-
# @ wpo_wcpdf
|
166 |
#: includes/class-wcpdf-settings.php:323
|
167 |
msgid "Enable invoice number column in the orders list"
|
168 |
msgstr "Activer la colonne du numéro de facture dans la liste de commande"
|
169 |
|
170 |
-
# @ wpo_wcpdf
|
171 |
#: includes/class-wcpdf-settings.php:361
|
172 |
msgid "PDF Template settings"
|
173 |
msgstr "Paramètres des modèles PDF"
|
174 |
|
175 |
-
# @ wpo_wcpdf
|
176 |
#: includes/class-wcpdf-settings.php:373
|
177 |
msgid "Choose a template"
|
178 |
msgstr "Sélectionnez un modèle"
|
@@ -184,57 +164,46 @@ msgid ""
|
|
184 |
"your (child) theme in <code>%s</code> to customize them"
|
185 |
msgstr ""
|
186 |
|
187 |
-
# @ wpo_wcpdf
|
188 |
#: includes/class-wcpdf-settings.php:387
|
189 |
msgid "Paper size"
|
190 |
msgstr "Taille du papier"
|
191 |
|
192 |
-
# @ wpo_wcpdf
|
193 |
#: includes/class-wcpdf-settings.php:395
|
194 |
msgid "A4"
|
195 |
msgstr "A4"
|
196 |
|
197 |
-
# @ wpo_wcpdf
|
198 |
#: includes/class-wcpdf-settings.php:396
|
199 |
msgid "Letter"
|
200 |
msgstr "Lettre"
|
201 |
|
202 |
-
# @ wpo_wcpdf
|
203 |
#: includes/class-wcpdf-settings.php:403
|
204 |
msgid "Shop header/logo"
|
205 |
msgstr "En-tête de la boutique/logo"
|
206 |
|
207 |
-
# @ wpo_wcpdf
|
208 |
#: includes/class-wcpdf-settings.php:410
|
209 |
msgid "Select or upload your invoice header/logo"
|
210 |
msgstr "Sélectionnez ou chargez votre en-tête/logo de facture"
|
211 |
|
212 |
-
# @ wpo_wcpdf
|
213 |
#: includes/class-wcpdf-settings.php:411
|
214 |
msgid "Set image"
|
215 |
msgstr "Choisir une autre image"
|
216 |
|
217 |
-
# @ wpo_wcpdf
|
218 |
#: includes/class-wcpdf-settings.php:412
|
219 |
msgid "Remove image"
|
220 |
msgstr "Supprimer l'image"
|
221 |
|
222 |
-
# @ wpo_wcpdf
|
223 |
#: includes/class-wcpdf-settings.php:419
|
224 |
msgid "Shop Name"
|
225 |
msgstr "Nom de la boutique"
|
226 |
|
227 |
-
# @ wpo_wcpdf
|
228 |
#: includes/class-wcpdf-settings.php:432
|
229 |
msgid "Shop Address"
|
230 |
msgstr "Adresse de la boutique"
|
231 |
|
232 |
-
# @ wpo_wcpdf
|
233 |
#: includes/class-wcpdf-settings.php:447
|
234 |
msgid "Footer: terms & conditions, policies, etc."
|
235 |
msgstr "Pied de page : conditions générales de ventes, etc."
|
236 |
|
237 |
-
# @ wpo_wcpdf
|
238 |
#: includes/class-wcpdf-settings.php:463 templates/pdf/Simple/invoice.php:9
|
239 |
#: templates/pdf/Simple/invoice.php:21
|
240 |
#: woocommerce-pdf-invoices-packingslips.php:220
|
@@ -267,12 +236,10 @@ msgstr ""
|
|
267 |
msgid "Display built-in sequential invoice number"
|
268 |
msgstr ""
|
269 |
|
270 |
-
# @ wpo_wcpdf
|
271 |
#: includes/class-wcpdf-settings.php:533
|
272 |
msgid "Next invoice number (without prefix/suffix etc.)"
|
273 |
msgstr "Prochain numéro de facture (sans préfixe/suffixe,etc.)"
|
274 |
|
275 |
-
# @ wpo_wcpdf
|
276 |
#: includes/class-wcpdf-settings.php:541
|
277 |
msgid ""
|
278 |
"This is the number that will be used on the next invoice that is created. By "
|
@@ -287,11 +254,9 @@ msgstr ""
|
|
287 |
"que si vous changer le numéro et qu'il est plus petit que celui de la "
|
288 |
"facture PDF, vous pourriez créer des numéros de facture en double!"
|
289 |
|
290 |
-
# @ wpo_wcpdf
|
291 |
#: includes/class-wcpdf-settings.php:547
|
292 |
-
#, fuzzy
|
293 |
msgid "Invoice number format"
|
294 |
-
msgstr "
|
295 |
|
296 |
#: includes/class-wcpdf-settings.php:556
|
297 |
msgid "Prefix"
|
@@ -321,7 +286,6 @@ msgid ""
|
|
321 |
"filter, the above settings will be ignored"
|
322 |
msgstr ""
|
323 |
|
324 |
-
# @ wpo_wcpdf
|
325 |
#: includes/class-wcpdf-settings.php:578
|
326 |
#: templates/pdf/Simple/packing-slip.php:9
|
327 |
#: templates/pdf/Simple/packing-slip.php:21
|
@@ -339,37 +303,30 @@ msgid ""
|
|
339 |
"address) if different from shipping address"
|
340 |
msgstr ""
|
341 |
|
342 |
-
# @ wpo_wcpdf
|
343 |
#: includes/class-wcpdf-settings.php:623
|
344 |
msgid "Extra template fields"
|
345 |
msgstr "Champs supplémentaires du modèle"
|
346 |
|
347 |
-
# @ wpo_wcpdf
|
348 |
#: includes/class-wcpdf-settings.php:630
|
349 |
msgid "Extra field 1"
|
350 |
msgstr "Champ supplémentaire 1"
|
351 |
|
352 |
-
# @ wpo_wcpdf
|
353 |
#: includes/class-wcpdf-settings.php:639
|
354 |
msgid "This is footer column 1 in the <i>Modern (Premium)</i> template"
|
355 |
msgstr "Correspond à la colonne 1 dans le modèle <i>Modern (Premium)</i>"
|
356 |
|
357 |
-
# @ wpo_wcpdf
|
358 |
#: includes/class-wcpdf-settings.php:645
|
359 |
msgid "Extra field 2"
|
360 |
msgstr "Champ supplémentaire 2"
|
361 |
|
362 |
-
# @ wpo_wcpdf
|
363 |
#: includes/class-wcpdf-settings.php:654
|
364 |
msgid "This is footer column 2 in the <i>Modern (Premium)</i> template"
|
365 |
msgstr "Correspond à la colonne 2 dans le modèle <i>Modern (Premium)</i>"
|
366 |
|
367 |
-
# @ wpo_wcpdf
|
368 |
#: includes/class-wcpdf-settings.php:660
|
369 |
msgid "Extra field 3"
|
370 |
msgstr "Champ supplémentaire 3"
|
371 |
|
372 |
-
# @ wpo_wcpdf
|
373 |
#: includes/class-wcpdf-settings.php:669
|
374 |
msgid "This is footer column 3 in the <i>Modern (Premium)</i> template"
|
375 |
msgstr "Correspond à la colonne 3 dans le modèle <i>Modern (Premium)</i>"
|
@@ -408,7 +365,6 @@ msgid ""
|
|
408 |
"not recommended on new installs!"
|
409 |
msgstr ""
|
410 |
|
411 |
-
# @ default
|
412 |
#: includes/class-wcpdf-settings.php:1091
|
413 |
msgid "Image resolution"
|
414 |
msgstr "Résolution de l'image"
|
@@ -419,7 +375,6 @@ msgid ""
|
|
419 |
"Do not use them on a live website!"
|
420 |
msgstr ""
|
421 |
|
422 |
-
# @ wpo_wcpdf
|
423 |
#: includes/class-wcpdf-settings.php:1216
|
424 |
msgid ""
|
425 |
"These are used for the (optional) footer columns in the <em>Modern "
|
@@ -430,7 +385,6 @@ msgstr ""
|
|
430 |
"le modèle <em>Modern (Premium)</em>, mais ils peuvent aussi être utilisés "
|
431 |
"pour d'autres éléments dans votre modèle personnalisé."
|
432 |
|
433 |
-
# @ wpo_wcpdf
|
434 |
#: includes/class-wcpdf-writepanels.php:33
|
435 |
msgid "PDF Packing Slips"
|
436 |
msgstr "Générer les bons de livraison au format PDF"
|
@@ -440,37 +394,31 @@ msgstr "Générer les bons de livraison au format PDF"
|
|
440 |
msgid "PDF Invoice"
|
441 |
msgstr ""
|
442 |
|
443 |
-
# @ wpo_wcpdf
|
444 |
#: includes/class-wcpdf-writepanels.php:112
|
445 |
#: includes/class-wcpdf-writepanels.php:221
|
446 |
msgid "PDF Packing Slip"
|
447 |
msgstr "Générer le bon de livraison au format PDF"
|
448 |
|
449 |
-
# @ wpo_wcpdf
|
450 |
#: includes/class-wcpdf-writepanels.php:139
|
451 |
msgid "Invoice Number"
|
452 |
msgstr "Numéro de Facture"
|
453 |
|
454 |
-
# @ wpo_wcpdf
|
455 |
#: includes/class-wcpdf-writepanels.php:192
|
456 |
msgid "Download invoice (PDF)"
|
457 |
msgstr "Télécharger la facture (PDF)"
|
458 |
|
459 |
-
# @ wpo_wcpdf
|
460 |
#: includes/class-wcpdf-writepanels.php:203
|
461 |
msgid "Create PDF"
|
462 |
msgstr "Créer un PDF"
|
463 |
|
464 |
-
# @ wpo_wcpdf
|
465 |
#: includes/class-wcpdf-writepanels.php:264
|
466 |
msgid "PDF Invoice Number (unformatted!)"
|
467 |
msgstr "Numéro (non formatté) de Facture PDF"
|
468 |
|
469 |
-
# @ wpo_wcpdf
|
470 |
#: includes/class-wcpdf-writepanels.php:267
|
471 |
#: templates/pdf/Simple/invoice.php:55
|
472 |
msgid "Invoice Date:"
|
473 |
-
msgstr "Date de la Facture
|
474 |
|
475 |
#: includes/class-wcpdf-writepanels.php:268
|
476 |
msgid "h"
|
@@ -584,7 +532,6 @@ msgstr ""
|
|
584 |
msgid "Check out the Premium PDF Invoice & Packing Slips templates at %s."
|
585 |
msgstr ""
|
586 |
|
587 |
-
# @ wpo_wcpdf
|
588 |
#: includes/wcpdf-extensions.php:88
|
589 |
#, php-format
|
590 |
msgid "For custom templates, contact us at %s."
|
@@ -593,76 +540,64 @@ msgstr "Pour des modèles sur mesure, nous contacter au %s."
|
|
593 |
#: templates/pdf/Simple/invoice.php:29
|
594 |
#: templates/pdf/Simple/packing-slip.php:40
|
595 |
msgid "Billing Address:"
|
596 |
-
msgstr "Adresse de facturation:"
|
597 |
|
598 |
#: templates/pdf/Simple/invoice.php:40
|
599 |
msgid "Ship To:"
|
600 |
-
msgstr "Livrer
|
601 |
|
602 |
-
# @ wpo_wcpdf
|
603 |
#: templates/pdf/Simple/invoice.php:49
|
604 |
msgid "Invoice Number:"
|
605 |
msgstr "Numéro de la Facture :"
|
606 |
|
607 |
-
# @ wpo_wcpdf
|
608 |
#: templates/pdf/Simple/invoice.php:60
|
609 |
#: templates/pdf/Simple/packing-slip.php:48
|
610 |
msgid "Order Number:"
|
611 |
-
msgstr "Numéro de commande:"
|
612 |
|
613 |
-
# @ wpo_wcpdf
|
614 |
#: templates/pdf/Simple/invoice.php:64
|
615 |
#: templates/pdf/Simple/packing-slip.php:52
|
616 |
msgid "Order Date:"
|
617 |
-
msgstr "Date de commande:"
|
618 |
|
619 |
-
# @ wpo_wcpdf
|
620 |
#: templates/pdf/Simple/invoice.php:68
|
621 |
msgid "Payment Method:"
|
622 |
-
msgstr "Méthode de paiement"
|
623 |
|
624 |
-
# @ wpo_wcpdf
|
625 |
#: templates/pdf/Simple/invoice.php:82
|
626 |
#: templates/pdf/Simple/packing-slip.php:70
|
627 |
msgid "Product"
|
628 |
msgstr "Produits"
|
629 |
|
630 |
-
# @ wpo_wcpdf
|
631 |
#: templates/pdf/Simple/invoice.php:83
|
632 |
#: templates/pdf/Simple/packing-slip.php:71
|
633 |
msgid "Quantity"
|
634 |
msgstr "Quantité"
|
635 |
|
636 |
-
# @ wpo_wcpdf
|
637 |
#: templates/pdf/Simple/invoice.php:84
|
638 |
msgid "Price"
|
639 |
msgstr "Prix"
|
640 |
|
641 |
-
# @ wpo_wcpdf
|
642 |
#: templates/pdf/Simple/invoice.php:91
|
643 |
#: templates/pdf/Simple/packing-slip.php:78
|
644 |
msgid "Description"
|
645 |
msgstr "Description"
|
646 |
|
647 |
-
# @ wpo_wcpdf
|
648 |
#: templates/pdf/Simple/invoice.php:96
|
649 |
#: templates/pdf/Simple/packing-slip.php:83
|
650 |
msgid "SKU"
|
651 |
msgstr "UGS"
|
652 |
|
653 |
-
# @ wpo_wcpdf
|
654 |
#: templates/pdf/Simple/invoice.php:97
|
655 |
#: templates/pdf/Simple/packing-slip.php:84
|
656 |
msgid "SKU:"
|
657 |
-
msgstr "UGS:"
|
658 |
|
659 |
-
# @ wpo_wcpdf
|
660 |
#: templates/pdf/Simple/invoice.php:98
|
661 |
#: templates/pdf/Simple/packing-slip.php:85
|
662 |
msgid "Weight:"
|
663 |
-
msgstr "Poids:"
|
664 |
|
665 |
-
# @ wpo_wcpdf
|
666 |
#: templates/pdf/Simple/invoice.php:112
|
667 |
#: templates/pdf/Simple/packing-slip.php:99
|
668 |
msgid "Customer Notes"
|
@@ -670,13 +605,12 @@ msgstr "Notes du Client"
|
|
670 |
|
671 |
#: templates/pdf/Simple/packing-slip.php:29
|
672 |
msgid "Shipping Address:"
|
673 |
-
msgstr "Adresse de livraison:"
|
674 |
|
675 |
#: templates/pdf/Simple/packing-slip.php:56
|
676 |
msgid "Shipping Method:"
|
677 |
-
msgstr "Mode de livraison:"
|
678 |
|
679 |
-
# @ wpo_wcpdf
|
680 |
#: woocommerce-pdf-invoices-packingslips.php:123
|
681 |
#, php-format
|
682 |
msgid ""
|
@@ -686,53 +620,44 @@ msgstr ""
|
|
686 |
"WooCommerce PDF Invoices & Packing Slips requiert %sWooCommerce%s pour être "
|
687 |
"installé et activé!"
|
688 |
|
689 |
-
# @ wpo_wcpdf
|
690 |
#: woocommerce-pdf-invoices-packingslips.php:330
|
691 |
#: woocommerce-pdf-invoices-packingslips.php:391
|
692 |
msgid "N/A"
|
693 |
msgstr "N/A"
|
694 |
|
695 |
-
# @ wpo_wcpdf
|
696 |
#: woocommerce-pdf-invoices-packingslips.php:480
|
697 |
msgid "Payment method"
|
698 |
msgstr "Méthode de Paiement"
|
699 |
|
700 |
-
# @ wpo_wcpdf
|
701 |
#: woocommerce-pdf-invoices-packingslips.php:491
|
702 |
msgid "Shipping method"
|
703 |
msgstr "Méthode de Livraison"
|
704 |
|
705 |
-
# @ wpo_wcpdf
|
706 |
#: woocommerce-pdf-invoices-packingslips.php:644
|
707 |
msgid "Subtotal"
|
708 |
msgstr "Sous-total"
|
709 |
|
710 |
-
# @ wpo_wcpdf
|
711 |
#: woocommerce-pdf-invoices-packingslips.php:666
|
712 |
msgid "Shipping"
|
713 |
msgstr "Livraison"
|
714 |
|
715 |
-
|
716 |
-
#: woocommerce-pdf-invoices-packingslips.php:719
|
717 |
msgid "Discount"
|
718 |
msgstr "Remise"
|
719 |
|
720 |
-
|
721 |
-
#: woocommerce-pdf-invoices-packingslips.php:759
|
722 |
msgid "VAT"
|
723 |
msgstr "H.T."
|
724 |
|
725 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
726 |
msgid "Tax rate"
|
727 |
msgstr "Taux de taxe (%)"
|
728 |
|
729 |
-
|
730 |
-
#: woocommerce-pdf-invoices-packingslips.php:797
|
731 |
msgid "Total ex. VAT"
|
732 |
msgstr "Total H.T."
|
733 |
|
734 |
-
|
735 |
-
#: woocommerce-pdf-invoices-packingslips.php:800
|
736 |
msgid "Total"
|
737 |
msgstr "Total TTC"
|
738 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce PDF Invoices & Packing Slips v1.3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-21 09:30+0100\n"
|
6 |
+
"PO-Revision-Date: 2015-05-21 09:39+0100\n"
|
7 |
"Last-Translator: Serge Labrosse <serge.labrosse@gmail.com>\n"
|
8 |
"Language-Team: WP Overnight <support@wpovernight.com>\n"
|
9 |
"Language: fr_FR\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
14 |
+
"X-Generator: Poedit 1.8\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
19 |
"X-Textdomain-Support: yes\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
|
|
22 |
#: includes/class-wcpdf-export.php:338 includes/class-wcpdf-export.php:348
|
23 |
#: includes/class-wcpdf-export.php:359 includes/class-wcpdf-export.php:367
|
24 |
msgid "You do not have sufficient permissions to access this page."
|
28 |
msgid "Some of the export parameters are missing."
|
29 |
msgstr ""
|
30 |
|
31 |
+
# This is a filename (prefix). do not use spaces or special characters!
|
32 |
#: includes/class-wcpdf-export.php:424
|
33 |
msgid "invoice"
|
34 |
msgid_plural "invoices"
|
35 |
msgstr[0] "facture"
|
36 |
msgstr[1] "factures"
|
37 |
|
38 |
+
# This is a filename (prefix). do not use spaces or special characters!
|
39 |
#: includes/class-wcpdf-export.php:428
|
40 |
msgid "packing-slip"
|
41 |
msgid_plural "packing-slips"
|
42 |
msgstr[0] "bon-de-livraison"
|
43 |
msgstr[1] "bons-de-livraison"
|
44 |
|
|
|
45 |
#: includes/class-wcpdf-settings.php:38 includes/class-wcpdf-settings.php:39
|
46 |
#: includes/class-wcpdf-writepanels.php:32
|
47 |
msgid "PDF Invoices"
|
48 |
msgstr "Générer les factures au format PDF"
|
49 |
|
|
|
50 |
#: includes/class-wcpdf-settings.php:80
|
51 |
msgid "Settings"
|
52 |
msgstr "Paramètres"
|
53 |
|
|
|
54 |
#: includes/class-wcpdf-settings.php:102
|
55 |
msgid "General"
|
56 |
msgstr "Général"
|
57 |
|
|
|
58 |
#: includes/class-wcpdf-settings.php:103
|
59 |
msgid "Template"
|
60 |
msgstr "Modèle"
|
61 |
|
|
|
62 |
#: includes/class-wcpdf-settings.php:108
|
63 |
msgid "Status"
|
64 |
msgstr "État"
|
65 |
|
|
|
66 |
#: includes/class-wcpdf-settings.php:120
|
67 |
msgid "WooCommerce PDF Invoices"
|
68 |
msgstr "Factures PDF WooCommerce"
|
69 |
|
|
|
70 |
#: includes/class-wcpdf-settings.php:189
|
71 |
msgid "General settings"
|
72 |
msgstr "Paramètres généraux"
|
73 |
|
|
|
74 |
#: includes/class-wcpdf-settings.php:196
|
75 |
msgid "How do you want to view the PDF?"
|
76 |
msgstr "Comment voulez-vous voir le PDF?"
|
77 |
|
|
|
78 |
#: includes/class-wcpdf-settings.php:204
|
79 |
msgid "Download the PDF"
|
80 |
msgstr "Télécharger le PDF"
|
81 |
|
|
|
82 |
#: includes/class-wcpdf-settings.php:205
|
83 |
msgid "Open the PDF in a new browser tab/window"
|
84 |
msgstr ""
|
85 |
"Ouvrir le PDF dans un nouvel onglet/une nouvelle fenêtre du navigateur."
|
86 |
|
|
|
87 |
#: includes/class-wcpdf-settings.php:214
|
88 |
msgid "Admin New Order email"
|
89 |
msgstr "Courrier El Admin pour nouvelle commande"
|
90 |
|
|
|
91 |
#: includes/class-wcpdf-settings.php:215
|
92 |
msgid "Customer Processing Order email"
|
93 |
msgstr "Courrier El Client pour commande en cours"
|
94 |
|
|
|
95 |
#: includes/class-wcpdf-settings.php:216
|
96 |
msgid "Customer Completed Order email"
|
97 |
msgstr "Courrier El client pour commande terminée"
|
98 |
|
|
|
99 |
#: includes/class-wcpdf-settings.php:217
|
100 |
msgid "Customer Invoice email"
|
101 |
msgstr "Clourrier El pour Facture client"
|
102 |
|
|
|
103 |
#: includes/class-wcpdf-settings.php:222
|
104 |
msgid "Attach invoice to:"
|
105 |
msgstr "joindre la facture à :"
|
106 |
|
|
|
107 |
#: includes/class-wcpdf-settings.php:230
|
108 |
#, php-format
|
109 |
msgid ""
|
145 |
msgid "Always"
|
146 |
msgstr ""
|
147 |
|
|
|
148 |
#: includes/class-wcpdf-settings.php:323
|
149 |
msgid "Enable invoice number column in the orders list"
|
150 |
msgstr "Activer la colonne du numéro de facture dans la liste de commande"
|
151 |
|
|
|
152 |
#: includes/class-wcpdf-settings.php:361
|
153 |
msgid "PDF Template settings"
|
154 |
msgstr "Paramètres des modèles PDF"
|
155 |
|
|
|
156 |
#: includes/class-wcpdf-settings.php:373
|
157 |
msgid "Choose a template"
|
158 |
msgstr "Sélectionnez un modèle"
|
164 |
"your (child) theme in <code>%s</code> to customize them"
|
165 |
msgstr ""
|
166 |
|
|
|
167 |
#: includes/class-wcpdf-settings.php:387
|
168 |
msgid "Paper size"
|
169 |
msgstr "Taille du papier"
|
170 |
|
|
|
171 |
#: includes/class-wcpdf-settings.php:395
|
172 |
msgid "A4"
|
173 |
msgstr "A4"
|
174 |
|
|
|
175 |
#: includes/class-wcpdf-settings.php:396
|
176 |
msgid "Letter"
|
177 |
msgstr "Lettre"
|
178 |
|
|
|
179 |
#: includes/class-wcpdf-settings.php:403
|
180 |
msgid "Shop header/logo"
|
181 |
msgstr "En-tête de la boutique/logo"
|
182 |
|
|
|
183 |
#: includes/class-wcpdf-settings.php:410
|
184 |
msgid "Select or upload your invoice header/logo"
|
185 |
msgstr "Sélectionnez ou chargez votre en-tête/logo de facture"
|
186 |
|
|
|
187 |
#: includes/class-wcpdf-settings.php:411
|
188 |
msgid "Set image"
|
189 |
msgstr "Choisir une autre image"
|
190 |
|
|
|
191 |
#: includes/class-wcpdf-settings.php:412
|
192 |
msgid "Remove image"
|
193 |
msgstr "Supprimer l'image"
|
194 |
|
|
|
195 |
#: includes/class-wcpdf-settings.php:419
|
196 |
msgid "Shop Name"
|
197 |
msgstr "Nom de la boutique"
|
198 |
|
|
|
199 |
#: includes/class-wcpdf-settings.php:432
|
200 |
msgid "Shop Address"
|
201 |
msgstr "Adresse de la boutique"
|
202 |
|
|
|
203 |
#: includes/class-wcpdf-settings.php:447
|
204 |
msgid "Footer: terms & conditions, policies, etc."
|
205 |
msgstr "Pied de page : conditions générales de ventes, etc."
|
206 |
|
|
|
207 |
#: includes/class-wcpdf-settings.php:463 templates/pdf/Simple/invoice.php:9
|
208 |
#: templates/pdf/Simple/invoice.php:21
|
209 |
#: woocommerce-pdf-invoices-packingslips.php:220
|
236 |
msgid "Display built-in sequential invoice number"
|
237 |
msgstr ""
|
238 |
|
|
|
239 |
#: includes/class-wcpdf-settings.php:533
|
240 |
msgid "Next invoice number (without prefix/suffix etc.)"
|
241 |
msgstr "Prochain numéro de facture (sans préfixe/suffixe,etc.)"
|
242 |
|
|
|
243 |
#: includes/class-wcpdf-settings.php:541
|
244 |
msgid ""
|
245 |
"This is the number that will be used on the next invoice that is created. By "
|
254 |
"que si vous changer le numéro et qu'il est plus petit que celui de la "
|
255 |
"facture PDF, vous pourriez créer des numéros de facture en double!"
|
256 |
|
|
|
257 |
#: includes/class-wcpdf-settings.php:547
|
|
|
258 |
msgid "Invoice number format"
|
259 |
+
msgstr ""
|
260 |
|
261 |
#: includes/class-wcpdf-settings.php:556
|
262 |
msgid "Prefix"
|
286 |
"filter, the above settings will be ignored"
|
287 |
msgstr ""
|
288 |
|
|
|
289 |
#: includes/class-wcpdf-settings.php:578
|
290 |
#: templates/pdf/Simple/packing-slip.php:9
|
291 |
#: templates/pdf/Simple/packing-slip.php:21
|
303 |
"address) if different from shipping address"
|
304 |
msgstr ""
|
305 |
|
|
|
306 |
#: includes/class-wcpdf-settings.php:623
|
307 |
msgid "Extra template fields"
|
308 |
msgstr "Champs supplémentaires du modèle"
|
309 |
|
|
|
310 |
#: includes/class-wcpdf-settings.php:630
|
311 |
msgid "Extra field 1"
|
312 |
msgstr "Champ supplémentaire 1"
|
313 |
|
|
|
314 |
#: includes/class-wcpdf-settings.php:639
|
315 |
msgid "This is footer column 1 in the <i>Modern (Premium)</i> template"
|
316 |
msgstr "Correspond à la colonne 1 dans le modèle <i>Modern (Premium)</i>"
|
317 |
|
|
|
318 |
#: includes/class-wcpdf-settings.php:645
|
319 |
msgid "Extra field 2"
|
320 |
msgstr "Champ supplémentaire 2"
|
321 |
|
|
|
322 |
#: includes/class-wcpdf-settings.php:654
|
323 |
msgid "This is footer column 2 in the <i>Modern (Premium)</i> template"
|
324 |
msgstr "Correspond à la colonne 2 dans le modèle <i>Modern (Premium)</i>"
|
325 |
|
|
|
326 |
#: includes/class-wcpdf-settings.php:660
|
327 |
msgid "Extra field 3"
|
328 |
msgstr "Champ supplémentaire 3"
|
329 |
|
|
|
330 |
#: includes/class-wcpdf-settings.php:669
|
331 |
msgid "This is footer column 3 in the <i>Modern (Premium)</i> template"
|
332 |
msgstr "Correspond à la colonne 3 dans le modèle <i>Modern (Premium)</i>"
|
365 |
"not recommended on new installs!"
|
366 |
msgstr ""
|
367 |
|
|
|
368 |
#: includes/class-wcpdf-settings.php:1091
|
369 |
msgid "Image resolution"
|
370 |
msgstr "Résolution de l'image"
|
375 |
"Do not use them on a live website!"
|
376 |
msgstr ""
|
377 |
|
|
|
378 |
#: includes/class-wcpdf-settings.php:1216
|
379 |
msgid ""
|
380 |
"These are used for the (optional) footer columns in the <em>Modern "
|
385 |
"le modèle <em>Modern (Premium)</em>, mais ils peuvent aussi être utilisés "
|
386 |
"pour d'autres éléments dans votre modèle personnalisé."
|
387 |
|
|
|
388 |
#: includes/class-wcpdf-writepanels.php:33
|
389 |
msgid "PDF Packing Slips"
|
390 |
msgstr "Générer les bons de livraison au format PDF"
|
394 |
msgid "PDF Invoice"
|
395 |
msgstr ""
|
396 |
|
|
|
397 |
#: includes/class-wcpdf-writepanels.php:112
|
398 |
#: includes/class-wcpdf-writepanels.php:221
|
399 |
msgid "PDF Packing Slip"
|
400 |
msgstr "Générer le bon de livraison au format PDF"
|
401 |
|
|
|
402 |
#: includes/class-wcpdf-writepanels.php:139
|
403 |
msgid "Invoice Number"
|
404 |
msgstr "Numéro de Facture"
|
405 |
|
|
|
406 |
#: includes/class-wcpdf-writepanels.php:192
|
407 |
msgid "Download invoice (PDF)"
|
408 |
msgstr "Télécharger la facture (PDF)"
|
409 |
|
|
|
410 |
#: includes/class-wcpdf-writepanels.php:203
|
411 |
msgid "Create PDF"
|
412 |
msgstr "Créer un PDF"
|
413 |
|
|
|
414 |
#: includes/class-wcpdf-writepanels.php:264
|
415 |
msgid "PDF Invoice Number (unformatted!)"
|
416 |
msgstr "Numéro (non formatté) de Facture PDF"
|
417 |
|
|
|
418 |
#: includes/class-wcpdf-writepanels.php:267
|
419 |
#: templates/pdf/Simple/invoice.php:55
|
420 |
msgid "Invoice Date:"
|
421 |
+
msgstr "Date de la Facture :"
|
422 |
|
423 |
#: includes/class-wcpdf-writepanels.php:268
|
424 |
msgid "h"
|
532 |
msgid "Check out the Premium PDF Invoice & Packing Slips templates at %s."
|
533 |
msgstr ""
|
534 |
|
|
|
535 |
#: includes/wcpdf-extensions.php:88
|
536 |
#, php-format
|
537 |
msgid "For custom templates, contact us at %s."
|
540 |
#: templates/pdf/Simple/invoice.php:29
|
541 |
#: templates/pdf/Simple/packing-slip.php:40
|
542 |
msgid "Billing Address:"
|
543 |
+
msgstr "Adresse de facturation :"
|
544 |
|
545 |
#: templates/pdf/Simple/invoice.php:40
|
546 |
msgid "Ship To:"
|
547 |
+
msgstr "Livrer à :"
|
548 |
|
|
|
549 |
#: templates/pdf/Simple/invoice.php:49
|
550 |
msgid "Invoice Number:"
|
551 |
msgstr "Numéro de la Facture :"
|
552 |
|
|
|
553 |
#: templates/pdf/Simple/invoice.php:60
|
554 |
#: templates/pdf/Simple/packing-slip.php:48
|
555 |
msgid "Order Number:"
|
556 |
+
msgstr "Numéro de commande :"
|
557 |
|
|
|
558 |
#: templates/pdf/Simple/invoice.php:64
|
559 |
#: templates/pdf/Simple/packing-slip.php:52
|
560 |
msgid "Order Date:"
|
561 |
+
msgstr "Date de commande :"
|
562 |
|
|
|
563 |
#: templates/pdf/Simple/invoice.php:68
|
564 |
msgid "Payment Method:"
|
565 |
+
msgstr "Méthode de paiement :"
|
566 |
|
|
|
567 |
#: templates/pdf/Simple/invoice.php:82
|
568 |
#: templates/pdf/Simple/packing-slip.php:70
|
569 |
msgid "Product"
|
570 |
msgstr "Produits"
|
571 |
|
|
|
572 |
#: templates/pdf/Simple/invoice.php:83
|
573 |
#: templates/pdf/Simple/packing-slip.php:71
|
574 |
msgid "Quantity"
|
575 |
msgstr "Quantité"
|
576 |
|
|
|
577 |
#: templates/pdf/Simple/invoice.php:84
|
578 |
msgid "Price"
|
579 |
msgstr "Prix"
|
580 |
|
|
|
581 |
#: templates/pdf/Simple/invoice.php:91
|
582 |
#: templates/pdf/Simple/packing-slip.php:78
|
583 |
msgid "Description"
|
584 |
msgstr "Description"
|
585 |
|
|
|
586 |
#: templates/pdf/Simple/invoice.php:96
|
587 |
#: templates/pdf/Simple/packing-slip.php:83
|
588 |
msgid "SKU"
|
589 |
msgstr "UGS"
|
590 |
|
|
|
591 |
#: templates/pdf/Simple/invoice.php:97
|
592 |
#: templates/pdf/Simple/packing-slip.php:84
|
593 |
msgid "SKU:"
|
594 |
+
msgstr "UGS :"
|
595 |
|
|
|
596 |
#: templates/pdf/Simple/invoice.php:98
|
597 |
#: templates/pdf/Simple/packing-slip.php:85
|
598 |
msgid "Weight:"
|
599 |
+
msgstr "Poids :"
|
600 |
|
|
|
601 |
#: templates/pdf/Simple/invoice.php:112
|
602 |
#: templates/pdf/Simple/packing-slip.php:99
|
603 |
msgid "Customer Notes"
|
605 |
|
606 |
#: templates/pdf/Simple/packing-slip.php:29
|
607 |
msgid "Shipping Address:"
|
608 |
+
msgstr "Adresse de livraison :"
|
609 |
|
610 |
#: templates/pdf/Simple/packing-slip.php:56
|
611 |
msgid "Shipping Method:"
|
612 |
+
msgstr "Mode de livraison :"
|
613 |
|
|
|
614 |
#: woocommerce-pdf-invoices-packingslips.php:123
|
615 |
#, php-format
|
616 |
msgid ""
|
620 |
"WooCommerce PDF Invoices & Packing Slips requiert %sWooCommerce%s pour être "
|
621 |
"installé et activé!"
|
622 |
|
|
|
623 |
#: woocommerce-pdf-invoices-packingslips.php:330
|
624 |
#: woocommerce-pdf-invoices-packingslips.php:391
|
625 |
msgid "N/A"
|
626 |
msgstr "N/A"
|
627 |
|
|
|
628 |
#: woocommerce-pdf-invoices-packingslips.php:480
|
629 |
msgid "Payment method"
|
630 |
msgstr "Méthode de Paiement"
|
631 |
|
|
|
632 |
#: woocommerce-pdf-invoices-packingslips.php:491
|
633 |
msgid "Shipping method"
|
634 |
msgstr "Méthode de Livraison"
|
635 |
|
|
|
636 |
#: woocommerce-pdf-invoices-packingslips.php:644
|
637 |
msgid "Subtotal"
|
638 |
msgstr "Sous-total"
|
639 |
|
|
|
640 |
#: woocommerce-pdf-invoices-packingslips.php:666
|
641 |
msgid "Shipping"
|
642 |
msgstr "Livraison"
|
643 |
|
644 |
+
#: woocommerce-pdf-invoices-packingslips.php:729
|
|
|
645 |
msgid "Discount"
|
646 |
msgstr "Remise"
|
647 |
|
648 |
+
#: woocommerce-pdf-invoices-packingslips.php:769
|
|
|
649 |
msgid "VAT"
|
650 |
msgstr "H.T."
|
651 |
|
652 |
+
#: woocommerce-pdf-invoices-packingslips.php:770
|
653 |
msgid "Tax rate"
|
654 |
msgstr "Taux de taxe (%)"
|
655 |
|
656 |
+
#: woocommerce-pdf-invoices-packingslips.php:807
|
|
|
657 |
msgid "Total ex. VAT"
|
658 |
msgstr "Total H.T."
|
659 |
|
660 |
+
#: woocommerce-pdf-invoices-packingslips.php:810
|
|
|
661 |
msgid "Total"
|
662 |
msgstr "Total TTC"
|
663 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: pomegranate
|
|
3 |
Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, packing slip, export, email, bulk, automatic
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.1
|
6 |
-
Stable tag: 1.5.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -63,6 +63,8 @@ In the search field type "WooCommerce PDF Invoices & Packing Slips" and click Se
|
|
63 |
|
64 |
== Frequently Asked Questions ==
|
65 |
|
|
|
|
|
66 |
= How do I create my own custom template? =
|
67 |
|
68 |
Copy the files from `wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/pdf/Simple/` to your (child) theme in `wp-content/themes/yourtheme/woocommerce/pdf/yourtemplate` and customize them there. The new template will show up as 'yourtemplate' (the folder name) in the settings panel.
|
@@ -233,6 +235,13 @@ This usually only happens on batch actions. PDF creation is a memory intensive j
|
|
233 |
|
234 |
== Changelog ==
|
235 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
= 1.5.12 =
|
237 |
* Translations: added Danish, Updated POT & Italian
|
238 |
|
3 |
Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, packing slip, export, email, bulk, automatic
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.1
|
6 |
+
Stable tag: 1.5.13
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
63 |
|
64 |
== Frequently Asked Questions ==
|
65 |
|
66 |
+
Make sure to check out [WooCommerce PDF Invoices & Packing Slips documentation](http://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/) on our site - it covers most of the questions below (and more!) in more detail!
|
67 |
+
|
68 |
= How do I create my own custom template? =
|
69 |
|
70 |
Copy the files from `wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/pdf/Simple/` to your (child) theme in `wp-content/themes/yourtheme/woocommerce/pdf/yourtemplate` and customize them there. The new template will show up as 'yourtemplate' (the folder name) in the settings panel.
|
235 |
|
236 |
== Changelog ==
|
237 |
|
238 |
+
= 1.5.13 =
|
239 |
+
* Fix: Better address comparison to determine when to display alternate address
|
240 |
+
* Tweak: Filter N/A addresses
|
241 |
+
* Tweak: Use WooCommerce function for 2.3 discounts
|
242 |
+
* Translations: Czech Updated (Thanks Ivo!)
|
243 |
+
* Translations: French (minor fixes)
|
244 |
+
|
245 |
= 1.5.12 =
|
246 |
* Translations: added Danish, Updated POT & Italian
|
247 |
|
templates/pdf/Simple/invoice.php
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
<?php } ?>
|
37 |
</td>
|
38 |
<td class="address shipping-address">
|
39 |
-
<?php if ( isset($wpo_wcpdf->settings->template_settings['invoice_shipping_address']) && $wpo_wcpdf->
|
40 |
<h3><?php _e( 'Ship To:', 'wpo_wcpdf' ); ?></h3>
|
41 |
<?php $wpo_wcpdf->shipping_address(); ?>
|
42 |
<?php } ?>
|
36 |
<?php } ?>
|
37 |
</td>
|
38 |
<td class="address shipping-address">
|
39 |
+
<?php if ( isset($wpo_wcpdf->settings->template_settings['invoice_shipping_address']) && $wpo_wcpdf->ships_to_different_address()) { ?>
|
40 |
<h3><?php _e( 'Ship To:', 'wpo_wcpdf' ); ?></h3>
|
41 |
<?php $wpo_wcpdf->shipping_address(); ?>
|
42 |
<?php } ?>
|
templates/pdf/Simple/packing-slip.php
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
<?php } ?>
|
37 |
</td>
|
38 |
<td class="address billing-address">
|
39 |
-
<?php if ( isset($wpo_wcpdf->settings->template_settings['packing_slip_billing_address']) && $wpo_wcpdf->
|
40 |
<h3><?php _e( 'Billing Address:', 'wpo_wcpdf' ); ?></h3>
|
41 |
<?php $wpo_wcpdf->billing_address(); ?>
|
42 |
<?php } ?>
|
36 |
<?php } ?>
|
37 |
</td>
|
38 |
<td class="address billing-address">
|
39 |
+
<?php if ( isset($wpo_wcpdf->settings->template_settings['packing_slip_billing_address']) && $wpo_wcpdf->ships_to_different_address()) { ?>
|
40 |
<h3><?php _e( 'Billing Address:', 'wpo_wcpdf' ); ?></h3>
|
41 |
<?php $wpo_wcpdf->billing_address(); ?>
|
42 |
<?php } ?>
|
woocommerce-pdf-invoices-packingslips.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce PDF Invoices & Packing Slips
|
4 |
* Plugin URI: http://www.wpovernight.com
|
5 |
* Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
|
6 |
-
* Version: 1.5.
|
7 |
* Author: Ewout Fernhout
|
8 |
* Author URI: http://www.wpovernight.com
|
9 |
* License: GPLv2 or later
|
@@ -33,7 +33,7 @@ if ( !class_exists( 'WooCommerce_PDF_Invoices' ) ) {
|
|
33 |
self::$plugin_basename = plugin_basename(__FILE__);
|
34 |
self::$plugin_url = plugin_dir_url(self::$plugin_basename);
|
35 |
self::$plugin_path = trailingslashit(dirname(__FILE__));
|
36 |
-
self::$version = '1.5.
|
37 |
|
38 |
// load the localisation & classes
|
39 |
add_action( 'plugins_loaded', array( $this, 'translations' ) ); // or use init?
|
@@ -308,6 +308,43 @@ if ( !class_exists( 'WooCommerce_PDF_Invoices' ) ) {
|
|
308 |
public function shop_address() {
|
309 |
echo $this->get_shop_address();
|
310 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
|
312 |
/**
|
313 |
* Return/Show billing address
|
@@ -327,7 +364,7 @@ if ( !class_exists( 'WooCommerce_PDF_Invoices' ) ) {
|
|
327 |
$address = apply_filters( 'wpo_wcpdf_billing_address', $address );
|
328 |
} else {
|
329 |
// no address
|
330 |
-
$address = __('N/A', 'wpo_wcpdf');
|
331 |
}
|
332 |
|
333 |
return $address;
|
@@ -388,7 +425,7 @@ if ( !class_exists( 'WooCommerce_PDF_Invoices' ) ) {
|
|
388 |
$address = apply_filters( 'wpo_wcpdf_shipping_address', $address );
|
389 |
} else {
|
390 |
// no address
|
391 |
-
$address = __('N/A', 'wpo_wcpdf');
|
392 |
}
|
393 |
|
394 |
return $address;
|
@@ -681,23 +718,28 @@ if ( !class_exists( 'WooCommerce_PDF_Invoices' ) ) {
|
|
681 |
if ( $tax == 'incl' ) {
|
682 |
switch ($type) {
|
683 |
case 'cart':
|
684 |
-
// Cart Discount - pre-tax discounts.
|
685 |
$discount_value = $this->export->order->get_cart_discount();
|
686 |
break;
|
687 |
case 'order':
|
688 |
-
// Order Discount - post-tax discounts.
|
689 |
$discount_value = $this->export->order->get_order_discount();
|
690 |
break;
|
691 |
case 'total':
|
692 |
-
// Total Discount
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
|
|
|
|
|
|
|
|
699 |
}
|
700 |
}
|
|
|
701 |
break;
|
702 |
default:
|
703 |
// Total Discount - Cart & Order Discounts combined
|
@@ -705,12 +747,17 @@ if ( !class_exists( 'WooCommerce_PDF_Invoices' ) ) {
|
|
705 |
break;
|
706 |
}
|
707 |
} else { // calculate discount excluding tax
|
708 |
-
|
|
|
|
|
|
|
|
|
709 |
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
|
|
714 |
}
|
715 |
}
|
716 |
}
|
3 |
* Plugin Name: WooCommerce PDF Invoices & Packing Slips
|
4 |
* Plugin URI: http://www.wpovernight.com
|
5 |
* Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
|
6 |
+
* Version: 1.5.13
|
7 |
* Author: Ewout Fernhout
|
8 |
* Author URI: http://www.wpovernight.com
|
9 |
* License: GPLv2 or later
|
33 |
self::$plugin_basename = plugin_basename(__FILE__);
|
34 |
self::$plugin_url = plugin_dir_url(self::$plugin_basename);
|
35 |
self::$plugin_path = trailingslashit(dirname(__FILE__));
|
36 |
+
self::$version = '1.5.13';
|
37 |
|
38 |
// load the localisation & classes
|
39 |
add_action( 'plugins_loaded', array( $this, 'translations' ) ); // or use init?
|
308 |
public function shop_address() {
|
309 |
echo $this->get_shop_address();
|
310 |
}
|
311 |
+
|
312 |
+
/**
|
313 |
+
* Check if billing address and shipping address are equal
|
314 |
+
*/
|
315 |
+
public function ships_to_different_address() {
|
316 |
+
// always prefer parent address for refunds
|
317 |
+
if ( get_post_type( $this->export->order->id ) == 'shop_order_refund' && $parent_order_id = wp_get_post_parent_id( $this->export->order->id ) ) {
|
318 |
+
// temporarily switch order to make all filters / order calls work correctly
|
319 |
+
$order_meta = get_post_meta( $parent_order_id );
|
320 |
+
} else {
|
321 |
+
$order_meta = get_post_meta( $this->export->order->id );
|
322 |
+
}
|
323 |
+
|
324 |
+
$address_comparison_fields = apply_filters( 'wpo_wcpdf_address_comparison_fields', array(
|
325 |
+
'first_name',
|
326 |
+
'last_name',
|
327 |
+
'company',
|
328 |
+
'address_1',
|
329 |
+
'address_2',
|
330 |
+
'city',
|
331 |
+
'state',
|
332 |
+
'postcode',
|
333 |
+
'country'
|
334 |
+
) );
|
335 |
+
|
336 |
+
foreach ($address_comparison_fields as $address_field) {
|
337 |
+
$billing_field = isset( $order_meta['_billing_'.$address_field] ) ? $order_meta['_billing_'.$address_field] : '';
|
338 |
+
$shipping_field = isset( $order_meta['_shipping_'.$address_field] ) ? $order_meta['_shipping_'.$address_field] : '';
|
339 |
+
if ( $shipping_field != $billing_field ) {
|
340 |
+
// this address field is different -> ships to different address!
|
341 |
+
return true;
|
342 |
+
}
|
343 |
+
}
|
344 |
+
|
345 |
+
//if we got here, it means the addresses are equal -> doesn't ship to different address!
|
346 |
+
return false;
|
347 |
+
}
|
348 |
|
349 |
/**
|
350 |
* Return/Show billing address
|
364 |
$address = apply_filters( 'wpo_wcpdf_billing_address', $address );
|
365 |
} else {
|
366 |
// no address
|
367 |
+
$address = apply_filters( 'wpo_wcpdf_billing_address', __('N/A', 'wpo_wcpdf') );
|
368 |
}
|
369 |
|
370 |
return $address;
|
425 |
$address = apply_filters( 'wpo_wcpdf_shipping_address', $address );
|
426 |
} else {
|
427 |
// no address
|
428 |
+
$address = apply_filters( 'wpo_wcpdf_shipping_address', __('N/A', 'wpo_wcpdf') );
|
429 |
}
|
430 |
|
431 |
return $address;
|
718 |
if ( $tax == 'incl' ) {
|
719 |
switch ($type) {
|
720 |
case 'cart':
|
721 |
+
// Cart Discount - pre-tax discounts. (deprecated in WC2.3)
|
722 |
$discount_value = $this->export->order->get_cart_discount();
|
723 |
break;
|
724 |
case 'order':
|
725 |
+
// Order Discount - post-tax discounts. (deprecated in WC2.3)
|
726 |
$discount_value = $this->export->order->get_order_discount();
|
727 |
break;
|
728 |
case 'total':
|
729 |
+
// Total Discount
|
730 |
+
if ( version_compare( WOOCOMMERCE_VERSION, '2.3' ) >= 0 ) {
|
731 |
+
$discount_value = $this->export->order->get_total_discount( false ); // $ex_tax = false
|
732 |
+
} else {
|
733 |
+
// WC2.2 and older: recalculate to include tax
|
734 |
+
$discount_value = 0;
|
735 |
+
$items = $this->export->order->get_items();;
|
736 |
+
if( sizeof( $items ) > 0 ) {
|
737 |
+
foreach( $items as $item ) {
|
738 |
+
$discount_value += ($item['line_subtotal'] + $item['line_subtotal_tax']) - ($item['line_total'] + $item['line_tax']);
|
739 |
+
}
|
740 |
}
|
741 |
}
|
742 |
+
|
743 |
break;
|
744 |
default:
|
745 |
// Total Discount - Cart & Order Discounts combined
|
747 |
break;
|
748 |
}
|
749 |
} else { // calculate discount excluding tax
|
750 |
+
if ( version_compare( WOOCOMMERCE_VERSION, '2.3' ) >= 0 ) {
|
751 |
+
$discount_value = $this->export->order->get_total_discount( true ); // $ex_tax = true
|
752 |
+
} else {
|
753 |
+
// WC2.2 and older: recalculate to exclude tax
|
754 |
+
$discount_value = 0;
|
755 |
|
756 |
+
$items = $this->export->order->get_items();;
|
757 |
+
if( sizeof( $items ) > 0 ) {
|
758 |
+
foreach( $items as $item ) {
|
759 |
+
$discount_value += ($item['line_subtotal'] - $item['line_total']);
|
760 |
+
}
|
761 |
}
|
762 |
}
|
763 |
}
|