Version Description
- Fix: invoice number padding didn't work for values lower than 3
- Tweak: WPML compatibility filter
- Translations: Updated French (Thanks Nicolas!)
Download this release
Release Info
Developer | pomegranate |
Plugin | WooCommerce PDF Invoices & Packing Slips |
Version | 1.5.15 |
Comparing to | |
See all releases |
Code changes from version 1.5.14 to 1.5.15
- includes/class-wcpdf-export.php +3 -3
- languages/wpo_wcpdf-fr_FR.mo +0 -0
- languages/wpo_wcpdf-fr_FR.po +61 -41
- readme.txt +7 -2
- woocommerce-pdf-invoices-packingslips.php +2 -2
includes/class-wcpdf-export.php
CHANGED
@@ -570,7 +570,7 @@ if ( ! class_exists( 'WooCommerce_PDF_Invoices_Export' ) ) {
|
|
570 |
update_post_meta($order_id, '_wcpdf_invoice_number', $invoice_number);
|
571 |
|
572 |
// increase next_order_number
|
573 |
-
$template_settings = get_option('wpo_wcpdf_template_settings');
|
574 |
$template_settings['next_invoice_number'] = $this->template_settings['next_invoice_number'] = $invoice_number+1;
|
575 |
update_option( 'wpo_wcpdf_template_settings', $template_settings );
|
576 |
}
|
@@ -633,8 +633,8 @@ if ( ! class_exists( 'WooCommerce_PDF_Invoices_Export' ) ) {
|
|
633 |
$formats[$key] = $value;
|
634 |
}
|
635 |
|
636 |
-
// Padding
|
637 |
-
if ( ctype_digit( (string)$formats['padding'] )
|
638 |
$invoice_number = sprintf('%0'.$formats['padding'].'d', $invoice_number);
|
639 |
}
|
640 |
|
570 |
update_post_meta($order_id, '_wcpdf_invoice_number', $invoice_number);
|
571 |
|
572 |
// increase next_order_number
|
573 |
+
$template_settings = apply_filters( 'wpml_unfiltered_admin_string', get_option( 'wpo_wcpdf_template_settings' ), 'wpo_wcpdf_template_settings' );
|
574 |
$template_settings['next_invoice_number'] = $this->template_settings['next_invoice_number'] = $invoice_number+1;
|
575 |
update_option( 'wpo_wcpdf_template_settings', $template_settings );
|
576 |
}
|
633 |
$formats[$key] = $value;
|
634 |
}
|
635 |
|
636 |
+
// Padding
|
637 |
+
if ( ctype_digit( (string)$formats['padding'] ) ) {
|
638 |
$invoice_number = sprintf('%0'.$formats['padding'].'d', $invoice_number);
|
639 |
}
|
640 |
|
languages/wpo_wcpdf-fr_FR.mo
CHANGED
Binary file
|
languages/wpo_wcpdf-fr_FR.po
CHANGED
@@ -3,7 +3,7 @@ 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-
|
7 |
"Last-Translator: Serge Labrosse <serge.labrosse@gmail.com>\n"
|
8 |
"Language-Team: WP Overnight <support@wpovernight.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -26,7 +26,7 @@ msgstr "Vous n'avez pas les permissions nécessaires pour accéder à cette page
|
|
26 |
|
27 |
#: includes/class-wcpdf-export.php:343
|
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
|
@@ -86,23 +86,23 @@ msgstr ""
|
|
86 |
|
87 |
#: includes/class-wcpdf-settings.php:214
|
88 |
msgid "Admin New Order email"
|
89 |
-
msgstr "
|
90 |
|
91 |
#: includes/class-wcpdf-settings.php:215
|
92 |
msgid "Customer Processing Order email"
|
93 |
-
msgstr "
|
94 |
|
95 |
#: includes/class-wcpdf-settings.php:216
|
96 |
msgid "Customer Completed Order email"
|
97 |
-
msgstr "
|
98 |
|
99 |
#: includes/class-wcpdf-settings.php:217
|
100 |
msgid "Customer Invoice email"
|
101 |
-
msgstr "
|
102 |
|
103 |
#: includes/class-wcpdf-settings.php:222
|
104 |
msgid "Attach invoice to:"
|
105 |
-
msgstr "
|
106 |
|
107 |
#: includes/class-wcpdf-settings.php:230
|
108 |
#, php-format
|
@@ -117,17 +117,19 @@ msgstr ""
|
|
117 |
|
118 |
#: includes/class-wcpdf-settings.php:236
|
119 |
msgid "Disable for free products"
|
120 |
-
msgstr ""
|
121 |
|
122 |
#: includes/class-wcpdf-settings.php:243
|
123 |
msgid ""
|
124 |
"Disable automatic creation/attachment of invoices when only free products "
|
125 |
"are ordered"
|
126 |
msgstr ""
|
|
|
|
|
127 |
|
128 |
#: includes/class-wcpdf-settings.php:250
|
129 |
msgid "Interface"
|
130 |
-
msgstr ""
|
131 |
|
132 |
#: includes/class-wcpdf-settings.php:298
|
133 |
msgid "Allow My Account invoice download"
|
@@ -143,7 +145,7 @@ msgstr ""
|
|
143 |
|
144 |
#: includes/class-wcpdf-settings.php:308
|
145 |
msgid "Always"
|
146 |
-
msgstr ""
|
147 |
|
148 |
#: includes/class-wcpdf-settings.php:323
|
149 |
msgid "Enable invoice number column in the orders list"
|
@@ -163,6 +165,9 @@ 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 |
|
167 |
#: includes/class-wcpdf-settings.php:387
|
168 |
msgid "Paper size"
|
@@ -212,25 +217,27 @@ msgstr "Facture"
|
|
212 |
|
213 |
#: includes/class-wcpdf-settings.php:470
|
214 |
msgid "Display shipping address"
|
215 |
-
msgstr ""
|
216 |
|
217 |
#: includes/class-wcpdf-settings.php:477
|
218 |
msgid ""
|
219 |
"Display shipping address on invoice (in addition to the default billing "
|
220 |
"address) if different from billing address"
|
221 |
msgstr ""
|
|
|
|
|
222 |
|
223 |
#: includes/class-wcpdf-settings.php:483 includes/class-wcpdf-settings.php:598
|
224 |
msgid "Display email address"
|
225 |
-
msgstr ""
|
226 |
|
227 |
#: includes/class-wcpdf-settings.php:495 includes/class-wcpdf-settings.php:610
|
228 |
msgid "Display phone number"
|
229 |
-
msgstr ""
|
230 |
|
231 |
#: includes/class-wcpdf-settings.php:507
|
232 |
msgid "Display invoice date"
|
233 |
-
msgstr ""
|
234 |
|
235 |
#: includes/class-wcpdf-settings.php:520
|
236 |
msgid "Display built-in sequential invoice number"
|
@@ -256,21 +263,23 @@ msgstr ""
|
|
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"
|
263 |
-
msgstr ""
|
264 |
|
265 |
#: includes/class-wcpdf-settings.php:558
|
266 |
msgid ""
|
267 |
"to use the order year and/or month, use [order_year] or [order_month] "
|
268 |
"respectively"
|
269 |
msgstr ""
|
|
|
|
|
270 |
|
271 |
#: includes/class-wcpdf-settings.php:561
|
272 |
msgid "Suffix"
|
273 |
-
msgstr ""
|
274 |
|
275 |
#: includes/class-wcpdf-settings.php:566
|
276 |
msgid "Padding"
|
@@ -279,12 +288,15 @@ msgstr ""
|
|
279 |
#: includes/class-wcpdf-settings.php:568
|
280 |
msgid "enter the number of digits here - enter \"6\" to display 42 as 000042"
|
281 |
msgstr ""
|
|
|
282 |
|
283 |
#: includes/class-wcpdf-settings.php:571
|
284 |
msgid ""
|
285 |
"note: if you have already created a custom invoice number format with a "
|
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
|
@@ -295,13 +307,16 @@ msgstr "Bon de livraison"
|
|
295 |
|
296 |
#: includes/class-wcpdf-settings.php:585
|
297 |
msgid "Display billing address"
|
298 |
-
msgstr ""
|
299 |
|
300 |
#: includes/class-wcpdf-settings.php:592
|
301 |
msgid ""
|
302 |
"Display billing address on packing slip (in addition to the default shipping "
|
303 |
"address) if different from shipping address"
|
304 |
msgstr ""
|
|
|
|
|
|
|
305 |
|
306 |
#: includes/class-wcpdf-settings.php:623
|
307 |
msgid "Extra template fields"
|
@@ -333,7 +348,7 @@ msgstr "Correspond à la colonne 3 dans le modèle <i>Modern (Premium)</i>"
|
|
333 |
|
334 |
#: includes/class-wcpdf-settings.php:711
|
335 |
msgid "Debug settings"
|
336 |
-
msgstr ""
|
337 |
|
338 |
#: includes/class-wcpdf-settings.php:718
|
339 |
msgid "Enable debug output"
|
@@ -374,6 +389,8 @@ msgid ""
|
|
374 |
"<b>Warning!</b> The settings below are meant for debugging/development only. "
|
375 |
"Do not use them on a live website!"
|
376 |
msgstr ""
|
|
|
|
|
377 |
|
378 |
#: includes/class-wcpdf-settings.php:1216
|
379 |
msgid ""
|
@@ -392,7 +409,7 @@ msgstr "Générer les bons de livraison au format PDF"
|
|
392 |
#: includes/class-wcpdf-writepanels.php:107
|
393 |
#: includes/class-wcpdf-writepanels.php:216
|
394 |
msgid "PDF Invoice"
|
395 |
-
msgstr ""
|
396 |
|
397 |
#: includes/class-wcpdf-writepanels.php:112
|
398 |
#: includes/class-wcpdf-writepanels.php:221
|
@@ -401,7 +418,7 @@ 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
|
405 |
|
406 |
#: includes/class-wcpdf-writepanels.php:192
|
407 |
msgid "Download invoice (PDF)"
|
@@ -413,12 +430,12 @@ msgstr "Créer un PDF"
|
|
413 |
|
414 |
#: includes/class-wcpdf-writepanels.php:264
|
415 |
msgid "PDF Invoice Number (unformatted!)"
|
416 |
-
msgstr "Numéro (non
|
417 |
|
418 |
#: includes/class-wcpdf-writepanels.php:267
|
419 |
#: templates/pdf/Simple/invoice.php:55
|
420 |
msgid "Invoice Date:"
|
421 |
-
msgstr "Date de la
|
422 |
|
423 |
#: includes/class-wcpdf-writepanels.php:268
|
424 |
msgid "h"
|
@@ -430,15 +447,15 @@ msgstr ""
|
|
430 |
|
431 |
#: includes/wcpdf-extensions.php:15
|
432 |
msgid "Check out these premium extensions!"
|
433 |
-
msgstr ""
|
434 |
|
435 |
#: includes/wcpdf-extensions.php:16
|
436 |
msgid "click items to read more"
|
437 |
-
msgstr ""
|
438 |
|
439 |
#: includes/wcpdf-extensions.php:23
|
440 |
msgid "Go Pro: Proforma invoices, credit notes (=refunds) & more!"
|
441 |
-
msgstr ""
|
442 |
|
443 |
#: includes/wcpdf-extensions.php:25
|
444 |
msgid ""
|
@@ -485,7 +502,7 @@ msgstr ""
|
|
485 |
|
486 |
#: includes/wcpdf-extensions.php:42
|
487 |
msgid "Upload all invoices automatically to your dropbox"
|
488 |
-
msgstr ""
|
489 |
|
490 |
#: includes/wcpdf-extensions.php:48
|
491 |
msgid ""
|
@@ -504,6 +521,8 @@ msgid ""
|
|
504 |
"Automatically send new orders or packing slips to your printer, as soon as "
|
505 |
"the customer orders!"
|
506 |
msgstr ""
|
|
|
|
|
507 |
|
508 |
#: includes/wcpdf-extensions.php:67
|
509 |
msgid ""
|
@@ -540,29 +559,29 @@ msgstr "Pour des modèles sur mesure, nous contacter au %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
|
@@ -591,25 +610,25 @@ msgstr "UGS"
|
|
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"
|
604 |
-
msgstr "Notes du
|
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
|
@@ -627,13 +646,13 @@ msgstr "N/A"
|
|
627 |
|
628 |
#: woocommerce-pdf-invoices-packingslips.php:480
|
629 |
msgid "Payment method"
|
630 |
-
msgstr "Méthode de
|
631 |
|
632 |
#: woocommerce-pdf-invoices-packingslips.php:491
|
633 |
msgid "Shipping method"
|
634 |
-
msgstr "Méthode de
|
635 |
|
636 |
-
#: woocommerce-pdf-invoices-packingslips.php:
|
637 |
msgid "Subtotal"
|
638 |
msgstr "Sous-total"
|
639 |
|
@@ -712,3 +731,4 @@ msgstr "Total TTC"
|
|
712 |
# @ wpo_wcpdf
|
713 |
#~ msgid "PDF invoice"
|
714 |
#~ msgstr "Générer la facture au format PDF"
|
|
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-29 10:58+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"
|
26 |
|
27 |
#: includes/class-wcpdf-export.php:343
|
28 |
msgid "Some of the export parameters are missing."
|
29 |
+
msgstr "Certains paramètres d'exportation sont manquants."
|
30 |
|
31 |
# This is a filename (prefix). do not use spaces or special characters!
|
32 |
#: includes/class-wcpdf-export.php:424
|
86 |
|
87 |
#: includes/class-wcpdf-settings.php:214
|
88 |
msgid "Admin New Order email"
|
89 |
+
msgstr "Email Nouvelle commande (administrateur)"
|
90 |
|
91 |
#: includes/class-wcpdf-settings.php:215
|
92 |
msgid "Customer Processing Order email"
|
93 |
+
msgstr "Email Commande en cours (client)"
|
94 |
|
95 |
#: includes/class-wcpdf-settings.php:216
|
96 |
msgid "Customer Completed Order email"
|
97 |
+
msgstr "Email Commande terminée (client)"
|
98 |
|
99 |
#: includes/class-wcpdf-settings.php:217
|
100 |
msgid "Customer Invoice email"
|
101 |
+
msgstr "Email Facture client (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
|
117 |
|
118 |
#: includes/class-wcpdf-settings.php:236
|
119 |
msgid "Disable for free products"
|
120 |
+
msgstr "Désactiver pour les produits gratuits"
|
121 |
|
122 |
#: includes/class-wcpdf-settings.php:243
|
123 |
msgid ""
|
124 |
"Disable automatic creation/attachment of invoices when only free products "
|
125 |
"are ordered"
|
126 |
msgstr ""
|
127 |
+
"Désactiver la création / envoi en pièce jointe automatique de la facture "
|
128 |
+
"lorsque seuls des produits gratuits sont commandés"
|
129 |
|
130 |
#: includes/class-wcpdf-settings.php:250
|
131 |
msgid "Interface"
|
132 |
+
msgstr "Interface"
|
133 |
|
134 |
#: includes/class-wcpdf-settings.php:298
|
135 |
msgid "Allow My Account invoice download"
|
145 |
|
146 |
#: includes/class-wcpdf-settings.php:308
|
147 |
msgid "Always"
|
148 |
+
msgstr "Toujours"
|
149 |
|
150 |
#: includes/class-wcpdf-settings.php:323
|
151 |
msgid "Enable invoice number column in the orders list"
|
165 |
"Want to use your own template? Copy all the files from <code>%s</code> to "
|
166 |
"your (child) theme in <code>%s</code> to customize them"
|
167 |
msgstr ""
|
168 |
+
"Vous souhaitez utiliser votre propre modèle ? Copiez tous les fichiers "
|
169 |
+
"situés dans <code>%s</code> vers votre thème (enfant) dans <code>%s</code> "
|
170 |
+
"pour les customiser"
|
171 |
|
172 |
#: includes/class-wcpdf-settings.php:387
|
173 |
msgid "Paper size"
|
217 |
|
218 |
#: includes/class-wcpdf-settings.php:470
|
219 |
msgid "Display shipping address"
|
220 |
+
msgstr "Afficher l'adresse de livraison"
|
221 |
|
222 |
#: includes/class-wcpdf-settings.php:477
|
223 |
msgid ""
|
224 |
"Display shipping address on invoice (in addition to the default billing "
|
225 |
"address) if different from billing address"
|
226 |
msgstr ""
|
227 |
+
"Afficher l'adresse de livraison sur la facture (en plus de l'adresse de "
|
228 |
+
"facturation) si celle-ci est différente de l'adresse de facturation"
|
229 |
|
230 |
#: includes/class-wcpdf-settings.php:483 includes/class-wcpdf-settings.php:598
|
231 |
msgid "Display email address"
|
232 |
+
msgstr "Afficher l'adresse email"
|
233 |
|
234 |
#: includes/class-wcpdf-settings.php:495 includes/class-wcpdf-settings.php:610
|
235 |
msgid "Display phone number"
|
236 |
+
msgstr "Afficher le numéro de téléphone"
|
237 |
|
238 |
#: includes/class-wcpdf-settings.php:507
|
239 |
msgid "Display invoice date"
|
240 |
+
msgstr "Afficher la date de la facture"
|
241 |
|
242 |
#: includes/class-wcpdf-settings.php:520
|
243 |
msgid "Display built-in sequential invoice number"
|
263 |
|
264 |
#: includes/class-wcpdf-settings.php:547
|
265 |
msgid "Invoice number format"
|
266 |
+
msgstr "Format du numéro de facture"
|
267 |
|
268 |
#: includes/class-wcpdf-settings.php:556
|
269 |
msgid "Prefix"
|
270 |
+
msgstr "Préfixe"
|
271 |
|
272 |
#: includes/class-wcpdf-settings.php:558
|
273 |
msgid ""
|
274 |
"to use the order year and/or month, use [order_year] or [order_month] "
|
275 |
"respectively"
|
276 |
msgstr ""
|
277 |
+
"pour utiliser l'année et/ou le mois de la commande, utilisez respectivement "
|
278 |
+
"[order_year] ou [order_month]"
|
279 |
|
280 |
#: includes/class-wcpdf-settings.php:561
|
281 |
msgid "Suffix"
|
282 |
+
msgstr "Suffixe"
|
283 |
|
284 |
#: includes/class-wcpdf-settings.php:566
|
285 |
msgid "Padding"
|
288 |
#: includes/class-wcpdf-settings.php:568
|
289 |
msgid "enter the number of digits here - enter \"6\" to display 42 as 000042"
|
290 |
msgstr ""
|
291 |
+
"entrez le nombre de chiffres ici - entrez\"6\" pour que 42 s'affiche 000042"
|
292 |
|
293 |
#: includes/class-wcpdf-settings.php:571
|
294 |
msgid ""
|
295 |
"note: if you have already created a custom invoice number format with a "
|
296 |
"filter, the above settings will be ignored"
|
297 |
msgstr ""
|
298 |
+
"note: si vous avez déjà créé un format de numéro de facture personnalisé "
|
299 |
+
"avec un filtre, les réglages ci-dessus seront ignorés"
|
300 |
|
301 |
#: includes/class-wcpdf-settings.php:578
|
302 |
#: templates/pdf/Simple/packing-slip.php:9
|
307 |
|
308 |
#: includes/class-wcpdf-settings.php:585
|
309 |
msgid "Display billing address"
|
310 |
+
msgstr "Afficher l'adresse de facturation"
|
311 |
|
312 |
#: includes/class-wcpdf-settings.php:592
|
313 |
msgid ""
|
314 |
"Display billing address on packing slip (in addition to the default shipping "
|
315 |
"address) if different from shipping address"
|
316 |
msgstr ""
|
317 |
+
"Afficher l'adresse de facturation sur le bon de livraison (en plus de "
|
318 |
+
"l'adresse de livraison par défaut) si celle-ci est différente de l'adresse "
|
319 |
+
"de livraison"
|
320 |
|
321 |
#: includes/class-wcpdf-settings.php:623
|
322 |
msgid "Extra template fields"
|
348 |
|
349 |
#: includes/class-wcpdf-settings.php:711
|
350 |
msgid "Debug settings"
|
351 |
+
msgstr "Paramètres de débogage"
|
352 |
|
353 |
#: includes/class-wcpdf-settings.php:718
|
354 |
msgid "Enable debug output"
|
389 |
"<b>Warning!</b> The settings below are meant for debugging/development only. "
|
390 |
"Do not use them on a live website!"
|
391 |
msgstr ""
|
392 |
+
"<b>Attention!</b> Les paramètres ci-dessous ne sont là que pour le débogage/"
|
393 |
+
"développement. Ne pas les utiliser sur un site web en production!"
|
394 |
|
395 |
#: includes/class-wcpdf-settings.php:1216
|
396 |
msgid ""
|
409 |
#: includes/class-wcpdf-writepanels.php:107
|
410 |
#: includes/class-wcpdf-writepanels.php:216
|
411 |
msgid "PDF Invoice"
|
412 |
+
msgstr "Générer la facture au format PDF"
|
413 |
|
414 |
#: includes/class-wcpdf-writepanels.php:112
|
415 |
#: includes/class-wcpdf-writepanels.php:221
|
418 |
|
419 |
#: includes/class-wcpdf-writepanels.php:139
|
420 |
msgid "Invoice Number"
|
421 |
+
msgstr "Numéro de facture"
|
422 |
|
423 |
#: includes/class-wcpdf-writepanels.php:192
|
424 |
msgid "Download invoice (PDF)"
|
430 |
|
431 |
#: includes/class-wcpdf-writepanels.php:264
|
432 |
msgid "PDF Invoice Number (unformatted!)"
|
433 |
+
msgstr "Numéro (non formaté) de Facture PDF"
|
434 |
|
435 |
#: includes/class-wcpdf-writepanels.php:267
|
436 |
#: templates/pdf/Simple/invoice.php:55
|
437 |
msgid "Invoice Date:"
|
438 |
+
msgstr "Date de la facture :"
|
439 |
|
440 |
#: includes/class-wcpdf-writepanels.php:268
|
441 |
msgid "h"
|
447 |
|
448 |
#: includes/wcpdf-extensions.php:15
|
449 |
msgid "Check out these premium extensions!"
|
450 |
+
msgstr "Découvrez ces extensions premium!"
|
451 |
|
452 |
#: includes/wcpdf-extensions.php:16
|
453 |
msgid "click items to read more"
|
454 |
+
msgstr "Cliquez sur les articles pour en savoir plus"
|
455 |
|
456 |
#: includes/wcpdf-extensions.php:23
|
457 |
msgid "Go Pro: Proforma invoices, credit notes (=refunds) & more!"
|
458 |
+
msgstr "Go Pro: factures Proforma, notes de crédit (= remboursements) et plus!"
|
459 |
|
460 |
#: includes/wcpdf-extensions.php:25
|
461 |
msgid ""
|
502 |
|
503 |
#: includes/wcpdf-extensions.php:42
|
504 |
msgid "Upload all invoices automatically to your dropbox"
|
505 |
+
msgstr "Uploadez automatiquement toutes les factures sur votre Dropbox"
|
506 |
|
507 |
#: includes/wcpdf-extensions.php:48
|
508 |
msgid ""
|
521 |
"Automatically send new orders or packing slips to your printer, as soon as "
|
522 |
"the customer orders!"
|
523 |
msgstr ""
|
524 |
+
"Imprimez automatiquement les nouvelles commandes ou les bons de livraison, "
|
525 |
+
"dès qu'une commande est effectuée!"
|
526 |
|
527 |
#: includes/wcpdf-extensions.php:67
|
528 |
msgid ""
|
559 |
#: templates/pdf/Simple/invoice.php:29
|
560 |
#: templates/pdf/Simple/packing-slip.php:40
|
561 |
msgid "Billing Address:"
|
562 |
+
msgstr "Adresse de facturation:"
|
563 |
|
564 |
#: templates/pdf/Simple/invoice.php:40
|
565 |
msgid "Ship To:"
|
566 |
+
msgstr "Livrer à:"
|
567 |
|
568 |
#: templates/pdf/Simple/invoice.php:49
|
569 |
msgid "Invoice Number:"
|
570 |
+
msgstr "Numéro de la Facture:"
|
571 |
|
572 |
#: templates/pdf/Simple/invoice.php:60
|
573 |
#: templates/pdf/Simple/packing-slip.php:48
|
574 |
msgid "Order Number:"
|
575 |
+
msgstr "Numéro de commande:"
|
576 |
|
577 |
#: templates/pdf/Simple/invoice.php:64
|
578 |
#: templates/pdf/Simple/packing-slip.php:52
|
579 |
msgid "Order Date:"
|
580 |
+
msgstr "Date de commande:"
|
581 |
|
582 |
#: templates/pdf/Simple/invoice.php:68
|
583 |
msgid "Payment Method:"
|
584 |
+
msgstr "Méthode de paiement:"
|
585 |
|
586 |
#: templates/pdf/Simple/invoice.php:82
|
587 |
#: templates/pdf/Simple/packing-slip.php:70
|
610 |
#: templates/pdf/Simple/invoice.php:97
|
611 |
#: templates/pdf/Simple/packing-slip.php:84
|
612 |
msgid "SKU:"
|
613 |
+
msgstr "UGS:"
|
614 |
|
615 |
#: templates/pdf/Simple/invoice.php:98
|
616 |
#: templates/pdf/Simple/packing-slip.php:85
|
617 |
msgid "Weight:"
|
618 |
+
msgstr "Poids:"
|
619 |
|
620 |
#: templates/pdf/Simple/invoice.php:112
|
621 |
#: templates/pdf/Simple/packing-slip.php:99
|
622 |
msgid "Customer Notes"
|
623 |
+
msgstr "Notes du client"
|
624 |
|
625 |
#: templates/pdf/Simple/packing-slip.php:29
|
626 |
msgid "Shipping Address:"
|
627 |
+
msgstr "Adresse de livraison:"
|
628 |
|
629 |
#: templates/pdf/Simple/packing-slip.php:56
|
630 |
msgid "Shipping Method:"
|
631 |
+
msgstr "Mode de livraison:"
|
632 |
|
633 |
#: woocommerce-pdf-invoices-packingslips.php:123
|
634 |
#, php-format
|
646 |
|
647 |
#: woocommerce-pdf-invoices-packingslips.php:480
|
648 |
msgid "Payment method"
|
649 |
+
msgstr "Méthode de paiement"
|
650 |
|
651 |
#: woocommerce-pdf-invoices-packingslips.php:491
|
652 |
msgid "Shipping method"
|
653 |
+
msgstr "Méthode de livraison"
|
654 |
|
655 |
+
#: woocommerce-pdf-invoices-packingslips.php:681
|
656 |
msgid "Subtotal"
|
657 |
msgstr "Sous-total"
|
658 |
|
731 |
# @ wpo_wcpdf
|
732 |
#~ msgid "PDF invoice"
|
733 |
#~ msgstr "Générer la facture au format PDF"
|
734 |
+
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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.
|
6 |
-
Stable tag: 1.5.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -235,6 +235,11 @@ This usually only happens on batch actions. PDF creation is a memory intensive j
|
|
235 |
|
236 |
== Changelog ==
|
237 |
|
|
|
|
|
|
|
|
|
|
|
238 |
= 1.5.14 =
|
239 |
* Tweak: Invoice number & date edit fields moved to separate box on order edit page
|
240 |
* Translations: Updated POT & Dutch
|
2 |
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.2
|
6 |
+
Stable tag: 1.5.15
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
235 |
|
236 |
== Changelog ==
|
237 |
|
238 |
+
= 1.5.15 =
|
239 |
+
* Fix: invoice number padding didn't work for values lower than 3
|
240 |
+
* Tweak: WPML compatibility filter
|
241 |
+
* Translations: Updated French (Thanks Nicolas!)
|
242 |
+
|
243 |
= 1.5.14 =
|
244 |
* Tweak: Invoice number & date edit fields moved to separate box on order edit page
|
245 |
* Translations: Updated POT & Dutch
|
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?
|
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.15
|
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.15';
|
37 |
|
38 |
// load the localisation & classes
|
39 |
add_action( 'plugins_loaded', array( $this, 'translations' ) ); // or use init?
|