WooCommerce PDF Invoices & Packing Slips - Version 2.10.3

Version Description

  • Fix: Secondary address always showed, regardless of setting
Download this release

Release Info

Developer pomegranate
Plugin Icon 128x128 WooCommerce PDF Invoices & Packing Slips
Version 2.10.3
Comparing to
See all releases

Code changes from version 2.10.2 to 2.10.3

includes/documents/abstract-wcpdf-order-document-methods.php CHANGED
@@ -126,7 +126,7 @@ abstract class Order_Document_Methods extends Order_Document {
126
  * Check whether the billing address should be shown
127
  */
128
  public function show_billing_address() {
129
- if( $this->get_type() != 'packing_slip' ) {
130
  return true;
131
  } else {
132
  return ! empty( $this->settings['display_billing_address'] ) && ( $this->ships_to_different_address() || $this->settings['display_billing_address'] == 'always' );
@@ -229,7 +229,7 @@ abstract class Order_Document_Methods extends Order_Document {
229
  * Check whether the shipping address should be shown
230
  */
231
  public function show_shipping_address() {
232
- if( $this->get_type() != 'packing_slip' ) {
233
  return ! empty( $this->settings['display_shipping_address'] ) && ( $this->ships_to_different_address() || $this->settings['display_shipping_address'] == 'always' );
234
  } else {
235
  return true;
126
  * Check whether the billing address should be shown
127
  */
128
  public function show_billing_address() {
129
+ if( $this->get_type() != 'packing-slip' ) {
130
  return true;
131
  } else {
132
  return ! empty( $this->settings['display_billing_address'] ) && ( $this->ships_to_different_address() || $this->settings['display_billing_address'] == 'always' );
229
  * Check whether the shipping address should be shown
230
  */
231
  public function show_shipping_address() {
232
+ if( $this->get_type() != 'packing-slip' ) {
233
  return ! empty( $this->settings['display_shipping_address'] ) && ( $this->ships_to_different_address() || $this->settings['display_shipping_address'] == 'always' );
234
  } else {
235
  return true;
languages/woocommerce-pdf-invoices-packing-slips.pot CHANGED
@@ -1,1430 +1,1430 @@
1
- # Copyright (C) 2021 Ewout Fernhout
2
- # This file is distributed under the GPLv2 or later.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: WooCommerce PDF Invoices & Packing Slips 2.10.1\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips\n"
7
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-10T10:38:33+00:00\n"
13
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
- "X-Generator: WP-CLI 2.5.0\n"
15
- "X-Domain: woocommerce-pdf-invoices-packing-slips\n"
16
-
17
- #. Plugin Name of the plugin
18
- msgid "WooCommerce PDF Invoices & Packing Slips"
19
- msgstr ""
20
-
21
- #. Plugin URI of the plugin
22
- #. Author URI of the plugin
23
- msgid "http://www.wpovernight.com"
24
- msgstr ""
25
-
26
- #. Description of the plugin
27
- msgid "Create, print & email PDF invoices & packing slips for WooCommerce orders."
28
- msgstr ""
29
-
30
- #. Author of the plugin
31
- msgid "Ewout Fernhout"
32
- msgstr ""
33
-
34
- #. translators: rounded count
35
- #: includes/class-wcpdf-admin.php:92
36
- msgid "Wow, you have created more than %d invoices with our plugin!"
37
- msgstr ""
38
-
39
- #: includes/class-wcpdf-admin.php:93
40
- msgid "It would mean a lot to us if you would quickly give our plugin a 5-star rating. Help us spread the word and boost our motivation!"
41
- msgstr ""
42
-
43
- #: includes/class-wcpdf-admin.php:95
44
- msgid "Yes you deserve it!"
45
- msgstr ""
46
-
47
- #: includes/class-wcpdf-admin.php:96
48
- #: includes/class-wcpdf-main.php:605
49
- #: includes/views/attachment-settings-hint.php:24
50
- #: includes/views/wcpdf-extensions.php:131
51
- #: woocommerce-pdf-invoices-packingslips.php:377
52
- #: woocommerce-pdf-invoices-packingslips.php:421
53
- msgid "Hide this message"
54
- msgstr ""
55
-
56
- #: includes/class-wcpdf-admin.php:96
57
- msgid "Already did!"
58
- msgstr ""
59
-
60
- #: includes/class-wcpdf-admin.php:97
61
- msgid "Actually, I have a complaint..."
62
- msgstr ""
63
-
64
- #: includes/class-wcpdf-admin.php:132
65
- msgid "New to WooCommerce PDF Invoices & Packing Slips?"
66
- msgstr ""
67
-
68
- #: includes/class-wcpdf-admin.php:132
69
- msgid "Jumpstart the plugin by following our wizard!"
70
- msgstr ""
71
-
72
- #: includes/class-wcpdf-admin.php:133
73
- msgid "Run the Setup Wizard"
74
- msgstr ""
75
-
76
- #: includes/class-wcpdf-admin.php:133
77
- msgid "I am the wizard"
78
- msgstr ""
79
-
80
- #: includes/class-wcpdf-admin.php:224
81
- #: includes/class-wcpdf-main.php:918
82
- #: includes/documents/class-wcpdf-invoice.php:302
83
- msgid "Invoice Number"
84
- msgstr ""
85
-
86
- #: includes/class-wcpdf-admin.php:261
87
- msgid "Send order email"
88
- msgstr ""
89
-
90
- #: includes/class-wcpdf-admin.php:272
91
- msgid "Create PDF"
92
- msgstr ""
93
-
94
- #: includes/class-wcpdf-admin.php:282
95
- msgid "PDF document data"
96
- msgstr ""
97
-
98
- #: includes/class-wcpdf-admin.php:304
99
- msgid "Choose an email to send&hellip;"
100
- msgstr ""
101
-
102
- #: includes/class-wcpdf-admin.php:320
103
- msgid "Save order & send email"
104
- msgstr ""
105
-
106
- #: includes/class-wcpdf-admin.php:322
107
- msgid "Send email"
108
- msgstr ""
109
-
110
- #: includes/class-wcpdf-admin.php:378
111
- #: includes/documents/class-wcpdf-invoice.php:460
112
- msgid "Invoice Number:"
113
- msgstr ""
114
-
115
- #: includes/class-wcpdf-admin.php:381
116
- #: includes/documents/class-wcpdf-invoice.php:468
117
- msgid "Invoice Date:"
118
- msgstr ""
119
-
120
- #: includes/class-wcpdf-admin.php:384
121
- msgid "Notes (printed in the invoice):"
122
- msgstr ""
123
-
124
- #. translators: document title
125
- #: includes/class-wcpdf-admin.php:469
126
- msgid "Set %s number & date"
127
- msgstr ""
128
-
129
- #: includes/class-wcpdf-admin.php:478
130
- msgid "unformatted!"
131
- msgstr ""
132
-
133
- #: includes/class-wcpdf-admin.php:518
134
- msgid "Save changes"
135
- msgstr ""
136
-
137
- #: includes/class-wcpdf-admin.php:519
138
- msgid "Cancel"
139
- msgstr ""
140
-
141
- #. translators: name/description of the context for document creation logs
142
- #: includes/class-wcpdf-admin.php:598
143
- #: includes/class-wcpdf-admin.php:832
144
- msgid "order details (number and/or date set manually)"
145
- msgstr ""
146
-
147
- #. translators: %s: email title
148
- #: includes/class-wcpdf-admin.php:647
149
- msgid "%s email notification manually sent."
150
- msgstr ""
151
-
152
- #: includes/class-wcpdf-admin.php:734
153
- msgid "Nonce expired!"
154
- msgstr ""
155
-
156
- #: includes/class-wcpdf-admin.php:740
157
- msgid "Bad action!"
158
- msgstr ""
159
-
160
- #: includes/class-wcpdf-admin.php:746
161
- msgid "Incomplete request!"
162
- msgstr ""
163
-
164
- #: includes/class-wcpdf-admin.php:752
165
- msgid "No permissions!"
166
- msgstr ""
167
-
168
- #: includes/class-wcpdf-admin.php:776
169
- msgid "Document data saved!"
170
- msgstr ""
171
-
172
- #: includes/class-wcpdf-admin.php:777
173
- msgid "An error occurred while saving the document data!"
174
- msgstr ""
175
-
176
- #: includes/class-wcpdf-admin.php:780
177
- msgid "Document regenerated!"
178
- msgstr ""
179
-
180
- #: includes/class-wcpdf-admin.php:781
181
- msgid "An error occurred while regenerating the document!"
182
- msgstr ""
183
-
184
- #: includes/class-wcpdf-admin.php:784
185
- msgid "Document deleted!"
186
- msgstr ""
187
-
188
- #: includes/class-wcpdf-admin.php:785
189
- msgid "An error occurred while deleting the document!"
190
- msgstr ""
191
-
192
- #: includes/class-wcpdf-admin.php:841
193
- msgid "Document does not exist."
194
- msgstr ""
195
-
196
- #: includes/class-wcpdf-admin.php:850
197
- msgid "Document is empty."
198
- msgstr ""
199
-
200
- #: includes/class-wcpdf-admin.php:881
201
- msgid "DEBUG output enabled"
202
- msgstr ""
203
-
204
- #: includes/class-wcpdf-assets.php:94
205
- msgid "Are you sure you want to delete this document? This cannot be undone."
206
- msgstr ""
207
-
208
- #: includes/class-wcpdf-assets.php:95
209
- msgid "Are you sure you want to regenerate this document? This will make the document reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
210
- msgstr ""
211
-
212
- #: includes/class-wcpdf-frontend.php:129
213
- msgid "Download invoice (PDF)"
214
- msgstr ""
215
-
216
- #: includes/class-wcpdf-main.php:258
217
- #: includes/class-wcpdf-main.php:263
218
- #: includes/class-wcpdf-main.php:337
219
- msgid "You do not have sufficient permissions to access this page."
220
- msgstr ""
221
-
222
- #: includes/class-wcpdf-main.php:272
223
- msgid "You haven't selected any orders"
224
- msgstr ""
225
-
226
- #: includes/class-wcpdf-main.php:276
227
- msgid "Some of the export parameters are missing."
228
- msgstr ""
229
-
230
- #. translators: document type
231
- #: includes/class-wcpdf-main.php:378
232
- msgid "Document of type '%s' for the selected order(s) could not be generated"
233
- msgstr ""
234
-
235
- #. translators: 1. plugin name, 2. directory path
236
- #: includes/class-wcpdf-main.php:603
237
- msgid "The %1$s directory %2$s couldn't be created or is not writable!"
238
- msgstr ""
239
-
240
- #: includes/class-wcpdf-main.php:604
241
- msgid "Please check your directories write permissions or contact your hosting service provider."
242
- msgstr ""
243
-
244
- #: includes/class-wcpdf-main.php:919
245
- #: includes/documents/class-wcpdf-invoice.php:286
246
- msgid "Invoice Date"
247
- msgstr ""
248
-
249
- #. translators: name/description of the context for document creation logs
250
- #: includes/class-wcpdf-main.php:949
251
- msgid "bulk order action"
252
- msgstr ""
253
-
254
- #. translators: name/description of the context for document creation logs
255
- #: includes/class-wcpdf-main.php:957
256
- msgid "single order action"
257
- msgstr ""
258
-
259
- #. translators: name/description of the context for document creation logs
260
- #: includes/class-wcpdf-main.php:965
261
- msgid "my account"
262
- msgstr ""
263
-
264
- #. translators: name/description of the context for document creation logs
265
- #: includes/class-wcpdf-main.php:973
266
- msgid "email attachment"
267
- msgstr ""
268
-
269
- #. translators: 1. document title, 2. creation source
270
- #: includes/class-wcpdf-main.php:982
271
- msgid "PDF %1$s created via %2$s."
272
- msgstr ""
273
-
274
- #. translators: document title
275
- #: includes/class-wcpdf-main.php:1026
276
- msgid "Order %s Saved"
277
- msgstr ""
278
-
279
- #: includes/class-wcpdf-settings-callbacks.php:27
280
- msgid "<b>Warning!</b> The settings below are meant for debugging/development only. Do not use them on a live website!"
281
- msgstr ""
282
-
283
- #: includes/class-wcpdf-settings-callbacks.php:36
284
- msgid "These are used for the (optional) footer columns in the <em>Modern (Premium)</em> template, but can also be used for other elements in your custom template"
285
- msgstr ""
286
-
287
- #: includes/class-wcpdf-settings-callbacks.php:386
288
- msgid "Image resolution"
289
- msgstr ""
290
-
291
- #: includes/class-wcpdf-settings-callbacks.php:394
292
- msgid "The image resolution exceeds the recommended maximum of 600dpi. This will unnecessarily increase the size of your PDF files and could negatively affect performance."
293
- msgstr ""
294
-
295
- #: includes/class-wcpdf-settings-callbacks.php:423
296
- msgid "Save"
297
- msgstr ""
298
-
299
- #: includes/class-wcpdf-settings-debug.php:45
300
- #: woocommerce-pdf-invoices-packingslips.php:376
301
- msgid "Generate random temporary folder name"
302
- msgstr ""
303
-
304
- #. translators: directory path
305
- #: includes/class-wcpdf-settings-debug.php:58
306
- msgid "Temporary folder moved to %s"
307
- msgstr ""
308
-
309
- #: includes/class-wcpdf-settings-debug.php:68
310
- msgid "Reinstall fonts"
311
- msgstr ""
312
-
313
- #: includes/class-wcpdf-settings-debug.php:89
314
- msgid "Fonts reinstalled!"
315
- msgstr ""
316
-
317
- #: includes/class-wcpdf-settings-debug.php:98
318
- msgid "Remove temporary files"
319
- msgstr ""
320
-
321
- #: includes/class-wcpdf-settings-debug.php:109
322
- msgid "Unable to read temporary folder contents!"
323
- msgstr ""
324
-
325
- #. translators: 1,2. file count
326
- #: includes/class-wcpdf-settings-debug.php:127
327
- msgid "Unable to delete %1$d files! (deleted %2$d)"
328
- msgstr ""
329
-
330
- #. translators: file count
331
- #: includes/class-wcpdf-settings-debug.php:131
332
- msgid "Successfully deleted %d files!"
333
- msgstr ""
334
-
335
- #: includes/class-wcpdf-settings-debug.php:135
336
- msgid "Nothing to delete!"
337
- msgstr ""
338
-
339
- #: includes/class-wcpdf-settings-debug.php:146
340
- msgid "Delete legacy (1.X) settings"
341
- msgstr ""
342
-
343
- #: includes/class-wcpdf-settings-debug.php:162
344
- msgid "Legacy settings deleted!"
345
- msgstr ""
346
-
347
- #: includes/class-wcpdf-settings-debug.php:192
348
- msgid "Debug settings"
349
- msgstr ""
350
-
351
- #: includes/class-wcpdf-settings-debug.php:198
352
- msgid "Legacy mode"
353
- msgstr ""
354
-
355
- #: includes/class-wcpdf-settings-debug.php:204
356
- msgid "Legacy mode ensures compatibility with templates and filters from previous versions."
357
- msgstr ""
358
-
359
- #: includes/class-wcpdf-settings-debug.php:210
360
- msgid "Legacy textdomain fallback"
361
- msgstr ""
362
-
363
- #: includes/class-wcpdf-settings-debug.php:216
364
- msgid "Legacy textdomain fallback ensures compatibility with translation files from versions prior to 2017-05-15."
365
- msgstr ""
366
-
367
- #: includes/class-wcpdf-settings-debug.php:222
368
- msgid "Allow guest access"
369
- msgstr ""
370
-
371
- #: includes/class-wcpdf-settings-debug.php:228
372
- msgid "Enable this to allow customers that purchase without an account to access their PDF with a unique key"
373
- msgstr ""
374
-
375
- #: includes/class-wcpdf-settings-debug.php:234
376
- msgid "Calculate document numbers (slow)"
377
- msgstr ""
378
-
379
- #: includes/class-wcpdf-settings-debug.php:240
380
- msgid "Document numbers (such as invoice numbers) are generated using AUTO_INCREMENT by default. Use this setting if your database auto increments with more than 1."
381
- msgstr ""
382
-
383
- #: includes/class-wcpdf-settings-debug.php:246
384
- msgid "Enable debug output"
385
- msgstr ""
386
-
387
- #: includes/class-wcpdf-settings-debug.php:252
388
- msgid "Enable this option to output plugin errors if you're getting a blank page or other PDF generation issues"
389
- msgstr ""
390
-
391
- #: includes/class-wcpdf-settings-debug.php:253
392
- msgid "<b>Caution!</b> This setting may reveal errors (from other plugins) in other places on your site too, therefor this is not recommended to leave it enabled on live sites."
393
- msgstr ""
394
-
395
- #: includes/class-wcpdf-settings-debug.php:254
396
- msgid "You can also add <code>&debug=true</code> to the URL to apply this on a per-order basis."
397
- msgstr ""
398
-
399
- #: includes/class-wcpdf-settings-debug.php:260
400
- msgid "Enable automatic cleanup"
401
- msgstr ""
402
-
403
- #. translators: number of days
404
- #: includes/class-wcpdf-settings-debug.php:268
405
- msgid "every %s days"
406
- msgstr ""
407
-
408
- #: includes/class-wcpdf-settings-debug.php:273
409
- msgid "Automatically clean up PDF files stored in the temporary folder (used for email attachments)"
410
- msgstr ""
411
-
412
- #: includes/class-wcpdf-settings-debug.php:274
413
- msgid "<b>Disabled:</b> The PHP functions glob and filemtime are required for automatic cleanup but not enabled on your server."
414
- msgstr ""
415
-
416
- #: includes/class-wcpdf-settings-debug.php:280
417
- msgid "Output to HTML"
418
- msgstr ""
419
-
420
- #: includes/class-wcpdf-settings-debug.php:286
421
- msgid "Send the template output as HTML to the browser instead of creating a PDF."
422
- msgstr ""
423
-
424
- #: includes/class-wcpdf-settings-debug.php:287
425
- msgid "You can also add <code>&output=html</code> to the URL to apply this on a per-order basis."
426
- msgstr ""
427
-
428
- #: includes/class-wcpdf-settings-debug.php:293
429
- msgid "Use alternative HTML5 parser to parse HTML"
430
- msgstr ""
431
-
432
- #: includes/class-wcpdf-settings-debug.php:304
433
- msgid "Log to order notes"
434
- msgstr ""
435
-
436
- #: includes/class-wcpdf-settings-debug.php:310
437
- msgid "Log PDF document creation to order notes."
438
- msgstr ""
439
-
440
- #: includes/class-wcpdf-settings-documents.php:30
441
- #: includes/class-wcpdf-settings.php:107
442
- msgid "Documents"
443
- msgstr ""
444
-
445
- #: includes/class-wcpdf-settings-documents.php:36
446
- #: includes/class-wcpdf-settings-documents.php:57
447
- msgid "untitled"
448
- msgstr ""
449
-
450
- #: includes/class-wcpdf-settings-documents.php:50
451
- msgid "All available documents are listed below. Click on a document to configure it."
452
- msgstr ""
453
-
454
- #: includes/class-wcpdf-settings-general.php:40
455
- msgid "General settings"
456
- msgstr ""
457
-
458
- #: includes/class-wcpdf-settings-general.php:46
459
- msgid "How do you want to view the PDF?"
460
- msgstr ""
461
-
462
- #: includes/class-wcpdf-settings-general.php:53
463
- msgid "Download the PDF"
464
- msgstr ""
465
-
466
- #: includes/class-wcpdf-settings-general.php:54
467
- msgid "Open the PDF in a new browser tab/window"
468
- msgstr ""
469
-
470
- #: includes/class-wcpdf-settings-general.php:61
471
- msgid "Choose a template"
472
- msgstr ""
473
-
474
- #. translators: 1,2. template paths
475
- #: includes/class-wcpdf-settings-general.php:69
476
- msgid "Want to use your own template? Copy all the files from <code>%1$s</code> to your (child) theme in <code>%2$s</code> to customize them"
477
- msgstr ""
478
-
479
- #: includes/class-wcpdf-settings-general.php:75
480
- msgid "Paper size"
481
- msgstr ""
482
-
483
- #: includes/class-wcpdf-settings-general.php:82
484
- #: includes/views/setup-wizard/paper-format.php:12
485
- msgid "A4"
486
- msgstr ""
487
-
488
- #: includes/class-wcpdf-settings-general.php:83
489
- #: includes/views/setup-wizard/paper-format.php:13
490
- msgid "Letter"
491
- msgstr ""
492
-
493
- #: includes/class-wcpdf-settings-general.php:90
494
- msgid "Test mode"
495
- msgstr ""
496
-
497
- #: includes/class-wcpdf-settings-general.php:96
498
- msgid "With test mode enabled, any document generated will always use the latest settings, rather than using the settings as configured at the time the document was first created."
499
- msgstr ""
500
-
501
- #: includes/class-wcpdf-settings-general.php:96
502
- msgid "<strong>Note:</strong> invoice numbers and dates are not affected by this setting and will still be generated."
503
- msgstr ""
504
-
505
- #: includes/class-wcpdf-settings-general.php:102
506
- msgid "Extended currency symbol support"
507
- msgstr ""
508
-
509
- #: includes/class-wcpdf-settings-general.php:108
510
- msgid "Enable this if your currency symbol is not displaying properly"
511
- msgstr ""
512
-
513
- #: includes/class-wcpdf-settings-general.php:114
514
- msgid "Enable font subsetting"
515
- msgstr ""
516
-
517
- #: includes/class-wcpdf-settings-general.php:120
518
- msgid "Font subsetting can reduce file size by only including the characters that are used in the PDF, but limits the ability to edit PDF files later. Recommended if you're using an Asian font."
519
- msgstr ""
520
-
521
- #: includes/class-wcpdf-settings-general.php:126
522
- msgid "Shop header/logo"
523
- msgstr ""
524
-
525
- #: includes/class-wcpdf-settings-general.php:132
526
- #: includes/views/setup-wizard/logo.php:20
527
- msgid "Select or upload your invoice header/logo"
528
- msgstr ""
529
-
530
- #: includes/class-wcpdf-settings-general.php:133
531
- #: includes/views/setup-wizard/logo.php:20
532
- msgid "Set image"
533
- msgstr ""
534
-
535
- #: includes/class-wcpdf-settings-general.php:134
536
- #: includes/views/setup-wizard/logo.php:20
537
- msgid "Remove image"
538
- msgstr ""
539
-
540
- #: includes/class-wcpdf-settings-general.php:141
541
- msgid "Logo height"
542
- msgstr ""
543
-
544
- #: includes/class-wcpdf-settings-general.php:149
545
- msgid "Enter the total height of the logo in mm, cm or in and use a dot for decimals.<br/>For example: 1.15in or 40mm"
546
- msgstr ""
547
-
548
- #: includes/class-wcpdf-settings-general.php:155
549
- #: includes/class-wcpdf-setup-wizard.php:49
550
- msgid "Shop Name"
551
- msgstr ""
552
-
553
- #: includes/class-wcpdf-settings-general.php:168
554
- msgid "Shop Address"
555
- msgstr ""
556
-
557
- #: includes/class-wcpdf-settings-general.php:183
558
- msgid "Footer: terms & conditions, policies, etc."
559
- msgstr ""
560
-
561
- #: includes/class-wcpdf-settings-general.php:198
562
- msgid "Extra template fields"
563
- msgstr ""
564
-
565
- #: includes/class-wcpdf-settings-general.php:204
566
- msgid "Extra field 1"
567
- msgstr ""
568
-
569
- #: includes/class-wcpdf-settings-general.php:212
570
- msgid "This is footer column 1 in the <i>Modern (Premium)</i> template"
571
- msgstr ""
572
-
573
- #: includes/class-wcpdf-settings-general.php:219
574
- msgid "Extra field 2"
575
- msgstr ""
576
-
577
- #: includes/class-wcpdf-settings-general.php:227
578
- msgid "This is footer column 2 in the <i>Modern (Premium)</i> template"
579
- msgstr ""
580
-
581
- #: includes/class-wcpdf-settings-general.php:234
582
- msgid "Extra field 3"
583
- msgstr ""
584
-
585
- #: includes/class-wcpdf-settings-general.php:242
586
- msgid "This is footer column 3 in the <i>Modern (Premium)</i> template"
587
- msgstr ""
588
-
589
- #: includes/class-wcpdf-settings-general.php:290
590
- msgid "Custom"
591
- msgstr ""
592
-
593
- #: includes/class-wcpdf-settings.php:58
594
- #: includes/class-wcpdf-settings.php:59
595
- msgid "PDF Invoices"
596
- msgstr ""
597
-
598
- #: includes/class-wcpdf-settings.php:84
599
- msgid "Documentation"
600
- msgstr ""
601
-
602
- #: includes/class-wcpdf-settings.php:85
603
- msgid "Support Forum"
604
- msgstr ""
605
-
606
- #. translators: database row value
607
- #: includes/class-wcpdf-settings.php:98
608
- msgid "<strong>Warning!</strong> Your database has an AUTO_INCREMENT step size of %s, your invoice numbers may not be sequential. Enable the 'Calculate document numbers (slow)' setting in the Status tab to use an alternate method."
609
- msgstr ""
610
-
611
- #: includes/class-wcpdf-settings.php:106
612
- msgid "General"
613
- msgstr ""
614
-
615
- #: includes/class-wcpdf-settings.php:112
616
- #: includes/views/dompdf-status.php:188
617
- msgid "Status"
618
- msgstr ""
619
-
620
- #. translators: 1. path, 2. template ID
621
- #: includes/class-wcpdf-settings.php:399
622
- msgid "Template setting migrated from %1$s to %2$s"
623
- msgstr ""
624
-
625
- #: includes/class-wcpdf-setup-wizard.php:53
626
- #: includes/views/setup-wizard/logo.php:3
627
- msgid "Your logo"
628
- msgstr ""
629
-
630
- #: includes/class-wcpdf-setup-wizard.php:57
631
- msgid "Attachments"
632
- msgstr ""
633
-
634
- #: includes/class-wcpdf-setup-wizard.php:61
635
- #: includes/views/setup-wizard/display-options.php:3
636
- msgid "Display options"
637
- msgstr ""
638
-
639
- #: includes/class-wcpdf-setup-wizard.php:65
640
- #: includes/views/setup-wizard/paper-format.php:3
641
- msgid "Paper format"
642
- msgstr ""
643
-
644
- #: includes/class-wcpdf-setup-wizard.php:69
645
- #: includes/views/setup-wizard/show-action-buttons.php:3
646
- msgid "Action buttons"
647
- msgstr ""
648
-
649
- #: includes/class-wcpdf-setup-wizard.php:73
650
- msgid "Ready!"
651
- msgstr ""
652
-
653
- #: includes/class-wcpdf-setup-wizard.php:135
654
- msgid "WooCommerce PDF Invoices & Packing Slips &rsaquo; Setup Wizard"
655
- msgstr ""
656
-
657
- #: includes/class-wcpdf-setup-wizard.php:187
658
- msgid "Previous"
659
- msgstr ""
660
-
661
- #: includes/class-wcpdf-setup-wizard.php:192
662
- msgid "Next"
663
- msgstr ""
664
-
665
- #: includes/class-wcpdf-setup-wizard.php:193
666
- msgid "Skip this step"
667
- msgstr ""
668
-
669
- #: includes/class-wcpdf-setup-wizard.php:195
670
- msgid "Finish"
671
- msgstr ""
672
-
673
- #: includes/documents/abstract-wcpdf-order-document-methods.php:116
674
- #: includes/documents/abstract-wcpdf-order-document-methods.php:217
675
- msgid "N/A"
676
- msgstr ""
677
-
678
- #: includes/documents/abstract-wcpdf-order-document-methods.php:469
679
- msgid "Payment method"
680
- msgstr ""
681
-
682
- #: includes/documents/abstract-wcpdf-order-document-methods.php:490
683
- msgid "Shipping method"
684
- msgstr ""
685
-
686
- #: includes/documents/abstract-wcpdf-order-document-methods.php:972
687
- msgid "Subtotal"
688
- msgstr ""
689
-
690
- #: includes/documents/abstract-wcpdf-order-document-methods.php:997
691
- msgid "Shipping"
692
- msgstr ""
693
-
694
- #: includes/documents/abstract-wcpdf-order-document-methods.php:1060
695
- msgid "Discount"
696
- msgstr ""
697
-
698
- #: includes/documents/abstract-wcpdf-order-document-methods.php:1101
699
- msgid "VAT"
700
- msgstr ""
701
-
702
- #: includes/documents/abstract-wcpdf-order-document-methods.php:1102
703
- msgid "Tax rate"
704
- msgstr ""
705
-
706
- #: includes/documents/abstract-wcpdf-order-document-methods.php:1146
707
- msgid "Total ex. VAT"
708
- msgstr ""
709
-
710
- #: includes/documents/abstract-wcpdf-order-document-methods.php:1149
711
- msgid "Total"
712
- msgstr ""
713
-
714
- #. translators: 1. credit note title, 2. refund id
715
- #: includes/documents/abstract-wcpdf-order-document.php:336
716
- msgid "%1$s (refund #%2$s) was regenerated."
717
- msgstr ""
718
-
719
- #. translators: 1. credit note title, 2. refund id
720
- #: includes/documents/abstract-wcpdf-order-document.php:336
721
- msgid "%s was regenerated"
722
- msgstr ""
723
-
724
- #. translators: %s: document name
725
- #: includes/documents/abstract-wcpdf-order-document.php:422
726
- msgid "%s Number:"
727
- msgstr ""
728
-
729
- #. translators: %s: document name
730
- #: includes/documents/abstract-wcpdf-order-document.php:428
731
- msgid "%s Date:"
732
- msgstr ""
733
-
734
- #: includes/documents/abstract-wcpdf-order-document.php:904
735
- msgid "Admin email"
736
- msgstr ""
737
-
738
- #: includes/documents/abstract-wcpdf-order-document.php:907
739
- msgid "Manual email"
740
- msgstr ""
741
-
742
- #: includes/documents/class-wcpdf-invoice.php:32
743
- #: includes/documents/class-wcpdf-invoice.php:56
744
- #: includes/legacy/class-wcpdf-legacy-functions.php:22
745
- msgid "Invoice"
746
- msgstr ""
747
-
748
- #: includes/documents/class-wcpdf-invoice.php:131
749
- msgid "invoice"
750
- msgid_plural "invoices"
751
- msgstr[0] ""
752
- msgstr[1] ""
753
-
754
- #: includes/documents/class-wcpdf-invoice.php:186
755
- #: includes/documents/class-wcpdf-packing-slip.php:88
756
- msgid "Enable"
757
- msgstr ""
758
-
759
- #: includes/documents/class-wcpdf-invoice.php:197
760
- msgid "Attach to:"
761
- msgstr ""
762
-
763
- #. translators: directory path
764
- #: includes/documents/class-wcpdf-invoice.php:205
765
- msgid "It looks like the temp folder (<code>%s</code>) is not writable, check the permissions for this folder! Without having write access to this folder, the plugin will not be able to email invoices."
766
- msgstr ""
767
-
768
- #: includes/documents/class-wcpdf-invoice.php:211
769
- msgid "Disable for:"
770
- msgstr ""
771
-
772
- #: includes/documents/class-wcpdf-invoice.php:220
773
- msgid "Select one or more statuses"
774
- msgstr ""
775
-
776
- #: includes/documents/class-wcpdf-invoice.php:226
777
- #: includes/views/setup-wizard/display-options.php:17
778
- msgid "Display shipping address"
779
- msgstr ""
780
-
781
- #: includes/documents/class-wcpdf-invoice.php:233
782
- #: includes/documents/class-wcpdf-invoice.php:285
783
- #: includes/documents/class-wcpdf-invoice.php:301
784
- #: includes/documents/class-wcpdf-packing-slip.php:106
785
- msgid "No"
786
- msgstr ""
787
-
788
- #: includes/documents/class-wcpdf-invoice.php:234
789
- msgid "Only when different from billing address"
790
- msgstr ""
791
-
792
- #: includes/documents/class-wcpdf-invoice.php:235
793
- #: includes/documents/class-wcpdf-invoice.php:378
794
- #: includes/documents/class-wcpdf-packing-slip.php:108
795
- msgid "Always"
796
- msgstr ""
797
-
798
- #: includes/documents/class-wcpdf-invoice.php:243
799
- #: includes/documents/class-wcpdf-packing-slip.php:116
800
- #: includes/views/setup-wizard/display-options.php:26
801
- msgid "Display email address"
802
- msgstr ""
803
-
804
- #: includes/documents/class-wcpdf-invoice.php:254
805
- #: includes/documents/class-wcpdf-packing-slip.php:127
806
- #: includes/views/setup-wizard/display-options.php:35
807
- msgid "Display phone number"
808
- msgstr ""
809
-
810
- #: includes/documents/class-wcpdf-invoice.php:265
811
- #: includes/documents/class-wcpdf-packing-slip.php:138
812
- msgid "Display customer notes"
813
- msgstr ""
814
-
815
- #: includes/documents/class-wcpdf-invoice.php:278
816
- #: includes/views/setup-wizard/display-options.php:44
817
- msgid "Display invoice date"
818
- msgstr ""
819
-
820
- #: includes/documents/class-wcpdf-invoice.php:287
821
- msgid "Order Date"
822
- msgstr ""
823
-
824
- #: includes/documents/class-wcpdf-invoice.php:294
825
- #: includes/views/setup-wizard/display-options.php:53
826
- msgid "Display invoice number"
827
- msgstr ""
828
-
829
- #: includes/documents/class-wcpdf-invoice.php:303
830
- msgid "Order Number"
831
- msgstr ""
832
-
833
- #: includes/documents/class-wcpdf-invoice.php:307
834
- msgid "Warning!"
835
- msgstr ""
836
-
837
- #: includes/documents/class-wcpdf-invoice.php:308
838
- msgid "Using the Order Number as invoice number is not recommended as this may lead to gaps in the invoice number sequence (even when order numbers are sequential)."
839
- msgstr ""
840
-
841
- #: includes/documents/class-wcpdf-invoice.php:309
842
- msgid "More information"
843
- msgstr ""
844
-
845
- #: includes/documents/class-wcpdf-invoice.php:316
846
- msgid "Next invoice number (without prefix/suffix etc.)"
847
- msgstr ""
848
-
849
- #: includes/documents/class-wcpdf-invoice.php:322
850
- msgid "This is the number that will be used for the next document. By default, numbering starts from 1 and increases for every new document. Note that if you override this and set it lower than the current/highest number, this could create duplicate numbers!"
851
- msgstr ""
852
-
853
- #: includes/documents/class-wcpdf-invoice.php:328
854
- msgid "Number format"
855
- msgstr ""
856
-
857
- #: includes/documents/class-wcpdf-invoice.php:336
858
- msgid "Prefix"
859
- msgstr ""
860
-
861
- #: includes/documents/class-wcpdf-invoice.php:338
862
- msgid "to use the invoice year and/or month, use [invoice_year] or [invoice_month] respectively"
863
- msgstr ""
864
-
865
- #: includes/documents/class-wcpdf-invoice.php:341
866
- msgid "Suffix"
867
- msgstr ""
868
-
869
- #: includes/documents/class-wcpdf-invoice.php:346
870
- msgid "Padding"
871
- msgstr ""
872
-
873
- #: includes/documents/class-wcpdf-invoice.php:349
874
- msgid "enter the number of digits here - enter \"6\" to display 42 as 000042"
875
- msgstr ""
876
-
877
- #: includes/documents/class-wcpdf-invoice.php:352
878
- msgid "note: if you have already created a custom invoice number format with a filter, the above settings will be ignored"
879
- msgstr ""
880
-
881
- #: includes/documents/class-wcpdf-invoice.php:358
882
- msgid "Reset invoice number yearly"
883
- msgstr ""
884
-
885
- #: includes/documents/class-wcpdf-invoice.php:369
886
- msgid "Allow My Account invoice download"
887
- msgstr ""
888
-
889
- #: includes/documents/class-wcpdf-invoice.php:376
890
- msgid "Only when an invoice is already created/emailed"
891
- msgstr ""
892
-
893
- #: includes/documents/class-wcpdf-invoice.php:377
894
- msgid "Only for specific order statuses (define below)"
895
- msgstr ""
896
-
897
- #: includes/documents/class-wcpdf-invoice.php:379
898
- msgid "Never"
899
- msgstr ""
900
-
901
- #: includes/documents/class-wcpdf-invoice.php:394
902
- msgid "Enable invoice number column in the orders list"
903
- msgstr ""
904
-
905
- #: includes/documents/class-wcpdf-invoice.php:405
906
- msgid "Disable for free orders"
907
- msgstr ""
908
-
909
- #. translators: zero number
910
- #: includes/documents/class-wcpdf-invoice.php:412
911
- msgid "Disable document when the order total is %s"
912
- msgstr ""
913
-
914
- #: includes/documents/class-wcpdf-invoice.php:418
915
- msgid "Always use most current settings"
916
- msgstr ""
917
-
918
- #: includes/documents/class-wcpdf-invoice.php:424
919
- msgid "When enabled, the document will always reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
920
- msgstr ""
921
-
922
- #: includes/documents/class-wcpdf-invoice.php:426
923
- msgid "<strong>Caution:</strong> enabling this will also mean that if you change your company name or address in the future, previously generated documents will also be affected."
924
- msgstr ""
925
-
926
- #: includes/documents/class-wcpdf-invoice.php:439
927
- msgid "Invoice numbers are created by a third-party extension."
928
- msgstr ""
929
-
930
- #. translators: link
931
- #: includes/documents/class-wcpdf-invoice.php:442
932
- msgid "Configure it <a href=\"%s\">here</a>."
933
- msgstr ""
934
-
935
- #: includes/documents/class-wcpdf-packing-slip.php:32
936
- #: includes/documents/class-wcpdf-packing-slip.php:41
937
- #: includes/legacy/class-wcpdf-legacy-functions.php:25
938
- msgid "Packing Slip"
939
- msgstr ""
940
-
941
- #: includes/documents/class-wcpdf-packing-slip.php:47
942
- msgid "packing-slip"
943
- msgid_plural "packing-slips"
944
- msgstr[0] ""
945
- msgstr[1] ""
946
-
947
- #: includes/documents/class-wcpdf-packing-slip.php:99
948
- msgid "Display billing address"
949
- msgstr ""
950
-
951
- #: includes/documents/class-wcpdf-packing-slip.php:107
952
- msgid "Only when different from shipping address"
953
- msgstr ""
954
-
955
- #: includes/documents/class-wcpdf-packing-slip.php:162
956
- msgid "Packing Slip Number:"
957
- msgstr ""
958
-
959
- #: includes/documents/class-wcpdf-packing-slip.php:170
960
- msgid "Packing Slip Date:"
961
- msgstr ""
962
-
963
- #: includes/legacy/class-wcpdf-legacy-document.php:32
964
- msgid "Legacy Document"
965
- msgstr ""
966
-
967
- #: includes/legacy/class-wcpdf-legacy.php:72
968
- msgid "Error"
969
- msgstr ""
970
-
971
- #: includes/legacy/class-wcpdf-legacy.php:73
972
- msgid "An outdated template or action hook was used to generate the PDF. Legacy mode has been activated, please try again by reloading this page."
973
- msgstr ""
974
-
975
- #: includes/legacy/class-wcpdf-legacy.php:76
976
- msgid "The following function was called"
977
- msgstr ""
978
-
979
- #. translators: <a> tags
980
- #: includes/views/attachment-settings-hint.php:23
981
- msgid "It looks like you haven't setup any email attachments yet, check the settings under <b>%1$sDocuments > Invoice%2$s</b>"
982
- msgstr ""
983
-
984
- #: includes/views/dompdf-status.php:11
985
- msgid "7.1+ (7.4 or higher recommended)"
986
- msgstr ""
987
-
988
- #: includes/views/dompdf-status.php:24
989
- msgid "Recommended, will use fallback functions"
990
- msgstr ""
991
-
992
- #: includes/views/dompdf-status.php:30
993
- msgid "Required if you have images in your documents"
994
- msgstr ""
995
-
996
- #: includes/views/dompdf-status.php:39
997
- msgid "To compress PDF documents"
998
- msgstr ""
999
-
1000
- #: includes/views/dompdf-status.php:42
1001
- msgid "Recommended to compress PDF documents"
1002
- msgstr ""
1003
-
1004
- #: includes/views/dompdf-status.php:45
1005
- msgid "For better performances"
1006
- msgstr ""
1007
-
1008
- #: includes/views/dompdf-status.php:48
1009
- #: includes/views/dompdf-status.php:54
1010
- msgid "Recommended for better performances"
1011
- msgstr ""
1012
-
1013
- #: includes/views/dompdf-status.php:51
1014
- msgid "Better with transparent PNG images"
1015
- msgstr ""
1016
-
1017
- #: includes/views/dompdf-status.php:57
1018
- msgid "Required to detect custom templates and to clear the temp folder periodically"
1019
- msgstr ""
1020
-
1021
- #: includes/views/dompdf-status.php:60
1022
- msgid "Check PHP disable_functions"
1023
- msgstr ""
1024
-
1025
- #. translators: <a> tags
1026
- #: includes/views/dompdf-status.php:64
1027
- msgid "Recommended: 128MB (more for plugin-heavy setups<br/>See: %1$sIncreasing the WordPress Memory Limit%2$s"
1028
- msgstr ""
1029
-
1030
- #: includes/views/dompdf-status.php:69
1031
- msgid "Allow remote stylesheets and images"
1032
- msgstr ""
1033
-
1034
- #: includes/views/dompdf-status.php:72
1035
- msgid "allow_url_fopen disabled"
1036
- msgstr ""
1037
-
1038
- #: includes/views/dompdf-status.php:75
1039
- msgid "To compress and decompress font data"
1040
- msgstr ""
1041
-
1042
- #: includes/views/dompdf-status.php:78
1043
- msgid "base64_decode disabled"
1044
- msgstr ""
1045
-
1046
- #. translators: <a> tags
1047
- #: includes/views/dompdf-status.php:98
1048
- msgid "<br/>Download %1$sthis addon%2$s to enable backwards compatibility."
1049
- msgstr ""
1050
-
1051
- #: includes/views/dompdf-status.php:103
1052
- msgid "System Configuration"
1053
- msgstr ""
1054
-
1055
- #: includes/views/dompdf-status.php:108
1056
- msgid "Required"
1057
- msgstr ""
1058
-
1059
- #: includes/views/dompdf-status.php:109
1060
- msgid "Present"
1061
- msgstr ""
1062
-
1063
- #: includes/views/dompdf-status.php:148
1064
- msgid "Writable"
1065
- msgstr ""
1066
-
1067
- #: includes/views/dompdf-status.php:149
1068
- msgid "Not writable"
1069
- msgstr ""
1070
-
1071
- #: includes/views/dompdf-status.php:154
1072
- msgid "Central temporary plugin folder"
1073
- msgstr ""
1074
-
1075
- #: includes/views/dompdf-status.php:160
1076
- msgid "Temporary attachments folder"
1077
- msgstr ""
1078
-
1079
- #: includes/views/dompdf-status.php:166
1080
- msgid "Temporary DOMPDF folder"
1081
- msgstr ""
1082
-
1083
- #: includes/views/dompdf-status.php:172
1084
- msgid "DOMPDF fonts folder (needs to be writable for custom/remote fonts)"
1085
- msgstr ""
1086
-
1087
- #: includes/views/dompdf-status.php:183
1088
- msgid "Write Permissions"
1089
- msgstr ""
1090
-
1091
- #: includes/views/dompdf-status.php:186
1092
- #: templates/Simple/invoice.php:105
1093
- #: templates/Simple/packing-slip.php:92
1094
- msgid "Description"
1095
- msgstr ""
1096
-
1097
- #: includes/views/dompdf-status.php:187
1098
- msgid "Value"
1099
- msgstr ""
1100
-
1101
- #. translators: 1,2. directory paths, 3. UPLOADS, 4. wpo_wcpdf_tmp_path, 5. attachments, 6. dompdf, 7. fonts
1102
- #: includes/views/dompdf-status.php:213
1103
- msgid "The central temp folder is %1$s. By default, this folder is created in the WordPress uploads folder (%2$s), which can be defined by setting %3$s in wp-config.php. Alternatively, you can control the specific folder for PDF invoices by using the %4$s filter. Make sure this folder is writable and that the subfolders %5$s, %6$s and %7$s are present (these will be created by the plugin if the central temp folder is writable)."
1104
- msgstr ""
1105
-
1106
- #. translators: directory path
1107
- #: includes/views/dompdf-status.php:226
1108
- msgid "If the temporary folders were not automatically created by the plugin, verify that all the font files (from %s) are copied to the fonts folder. Normally, this is fully automated, but if your server has strict security settings, this automated copying may have been prohibited. In that case, you also need to make sure these folders get synchronized on plugin updates!"
1109
- msgstr ""
1110
-
1111
- #: includes/views/setup-wizard/attach-to.php:3
1112
- msgid "Attach too..."
1113
- msgstr ""
1114
-
1115
- #: includes/views/setup-wizard/attach-to.php:4
1116
- msgid "Select to which emails you would like to attach your invoice."
1117
- msgstr ""
1118
-
1119
- #: includes/views/setup-wizard/display-options.php:4
1120
- msgid "Select some additional display options for your invoice."
1121
- msgstr ""
1122
-
1123
- #: includes/views/setup-wizard/good-to-go.php:3
1124
- msgid "You are good to go!"
1125
- msgstr ""
1126
-
1127
- #: includes/views/setup-wizard/good-to-go.php:4
1128
- msgid "If you have any questions please have a look at our documentation:"
1129
- msgstr ""
1130
-
1131
- #: includes/views/setup-wizard/good-to-go.php:5
1132
- msgid "Invoices & Packing Slips"
1133
- msgstr ""
1134
-
1135
- #: includes/views/setup-wizard/good-to-go.php:6
1136
- msgid "Happy selling!"
1137
- msgstr ""
1138
-
1139
- #: includes/views/setup-wizard/logo.php:4
1140
- msgid "Set the header image that will display on your invoice."
1141
- msgstr ""
1142
-
1143
- #: includes/views/setup-wizard/paper-format.php:4
1144
- msgid "Select the paper format for your invoice."
1145
- msgstr ""
1146
-
1147
- #: includes/views/setup-wizard/shop-name.php:3
1148
- msgid "Enter your shop name"
1149
- msgstr ""
1150
-
1151
- #: includes/views/setup-wizard/shop-name.php:4
1152
- msgid "Lets quickly setup your invoice. Please enter the name and address of your shop in the fields on the right."
1153
- msgstr ""
1154
-
1155
- #: includes/views/setup-wizard/show-action-buttons.php:4
1156
- msgid "Would you like to display the action buttons in your WooCommerce order list? The action buttons allow you to manually create a PDF."
1157
- msgstr ""
1158
-
1159
- #: includes/views/setup-wizard/show-action-buttons.php:5
1160
- msgid "(You can always change this setting later via the Screen Options menu)"
1161
- msgstr ""
1162
-
1163
- #: includes/views/setup-wizard/show-action-buttons.php:18
1164
- msgid "Show action buttons"
1165
- msgstr ""
1166
-
1167
- #: includes/views/wcpdf-extensions.php:16
1168
- msgid "Check out these premium extensions!"
1169
- msgstr ""
1170
-
1171
- #: includes/views/wcpdf-extensions.php:17
1172
- msgid "click items to read more"
1173
- msgstr ""
1174
-
1175
- #: includes/views/wcpdf-extensions.php:22
1176
- msgid "Premium PDF Invoice bundle: Everything you need for a perfect invoicing system"
1177
- msgstr ""
1178
-
1179
- #: includes/views/wcpdf-extensions.php:24
1180
- msgid "Supercharge WooCommerce PDF Invoices & Packing Slips with the all our premium extensions:"
1181
- msgstr ""
1182
-
1183
- #: includes/views/wcpdf-extensions.php:25
1184
- msgid "Professional features:"
1185
- msgstr ""
1186
-
1187
- #: includes/views/wcpdf-extensions.php:27
1188
- #: includes/views/wcpdf-extensions.php:57
1189
- msgid "Email/print/download <b>PDF Credit Notes & Proforma invoices</b>"
1190
- msgstr ""
1191
-
1192
- #: includes/views/wcpdf-extensions.php:28
1193
- #: includes/views/wcpdf-extensions.php:58
1194
- msgid "Send out a separate <b>notification email</b> with (or without) PDF invoices/packing slips, for example to a drop-shipper or a supplier."
1195
- msgstr ""
1196
-
1197
- #: includes/views/wcpdf-extensions.php:29
1198
- #: includes/views/wcpdf-extensions.php:59
1199
- msgid "Attach <b>up to 3 static files</b> (for example a terms & conditions document) to the WooCommerce emails of your choice."
1200
- msgstr ""
1201
-
1202
- #: includes/views/wcpdf-extensions.php:30
1203
- #: includes/views/wcpdf-extensions.php:60
1204
- msgid "Use <b>separate numbering systems</b> and/or format for proforma invoices and credit notes or utilize the main invoice numbering system"
1205
- msgstr ""
1206
-
1207
- #: includes/views/wcpdf-extensions.php:31
1208
- #: includes/views/wcpdf-extensions.php:61
1209
- msgid "<b>Customize</b> the <b>shipping & billing address</b> format to include additional custom fields, font sizes etc. without the need to create a custom template."
1210
- msgstr ""
1211
-
1212
- #: includes/views/wcpdf-extensions.php:32
1213
- #: includes/views/wcpdf-extensions.php:62
1214
- msgid "Use the plugin in multilingual <b>WPML</b> setups"
1215
- msgstr ""
1216
-
1217
- #: includes/views/wcpdf-extensions.php:34
1218
- #: includes/views/wcpdf-extensions.php:114
1219
- msgid "Advanced, customizable templates"
1220
- msgstr ""
1221
-
1222
- #: includes/views/wcpdf-extensions.php:36
1223
- #: includes/views/wcpdf-extensions.php:117
1224
- msgid "Completely customize the invoice contents (prices, taxes, thumbnails) to your needs with a drag & drop customizer"
1225
- msgstr ""
1226
-
1227
- #: includes/views/wcpdf-extensions.php:37
1228
- #: includes/views/wcpdf-extensions.php:118
1229
- msgid "Two extra stylish premade templates (Modern & Business)"
1230
- msgstr ""
1231
-
1232
- #: includes/views/wcpdf-extensions.php:39
1233
- #: includes/views/wcpdf-extensions.php:63
1234
- msgid "Upload automatically to dropbox"
1235
- msgstr ""
1236
-
1237
- #: includes/views/wcpdf-extensions.php:41
1238
- msgid "This extension conveniently uploads all the invoices (and other pdf documents from the professional extension) that are emailed to your customers to Dropbox. The best way to keep your invoice administration up to date!"
1239
- msgstr ""
1240
-
1241
- #: includes/views/wcpdf-extensions.php:44
1242
- msgid "Get WooCommerce PDF Invoices & Packing Slips Bundle"
1243
- msgstr ""
1244
-
1245
- #: includes/views/wcpdf-extensions.php:53
1246
- msgid "Go Pro: Proforma invoices, credit notes (=refunds) & more!"
1247
- msgstr ""
1248
-
1249
- #: includes/views/wcpdf-extensions.php:55
1250
- msgid "Supercharge WooCommerce PDF Invoices & Packing Slips with the following features:"
1251
- msgstr ""
1252
-
1253
- #: includes/views/wcpdf-extensions.php:65
1254
- msgid "Get WooCommerce PDF Invoices & Packing Slips Professional!"
1255
- msgstr ""
1256
-
1257
- #: includes/views/wcpdf-extensions.php:73
1258
- msgid "Automatically send payment reminders to your customers"
1259
- msgstr ""
1260
-
1261
- #: includes/views/wcpdf-extensions.php:75
1262
- msgid "WooCommerce Smart Reminder emails"
1263
- msgstr ""
1264
-
1265
- #: includes/views/wcpdf-extensions.php:77
1266
- msgid "<b>Completely automatic</b> scheduled emails"
1267
- msgstr ""
1268
-
1269
- #: includes/views/wcpdf-extensions.php:78
1270
- msgid "<b>Rich text editor</b> for the email text, including placeholders for data from the order (name, order total, etc)"
1271
- msgstr ""
1272
-
1273
- #: includes/views/wcpdf-extensions.php:79
1274
- msgid "Configure the exact requirements for sending an email (time after order, order status, payment method)"
1275
- msgstr ""
1276
-
1277
- #: includes/views/wcpdf-extensions.php:80
1278
- msgid "Fully <b>WPML Compatible</b> – emails will be automatically sent in the order language."
1279
- msgstr ""
1280
-
1281
- #: includes/views/wcpdf-extensions.php:81
1282
- msgid "<b>Super versatile!</b> Can be used for any kind of reminder email (review reminders, repeat purchases)"
1283
- msgstr ""
1284
-
1285
- #: includes/views/wcpdf-extensions.php:82
1286
- msgid "Integrates seamlessly with the PDF Invoices & Packing Slips plugin"
1287
- msgstr ""
1288
-
1289
- #: includes/views/wcpdf-extensions.php:84
1290
- msgid "Get WooCommerce Smart Reminder Emails"
1291
- msgstr ""
1292
-
1293
- #: includes/views/wcpdf-extensions.php:93
1294
- msgid "Automatically send new orders or packing slips to your printer, as soon as the customer orders!"
1295
- msgstr ""
1296
-
1297
- #: includes/views/wcpdf-extensions.php:99
1298
- msgid "Check out the WooCommerce Automatic Order Printing extension from our partners at Simba Hosting"
1299
- msgstr ""
1300
-
1301
- #: includes/views/wcpdf-extensions.php:100
1302
- msgid "WooCommerce Automatic Order Printing"
1303
- msgstr ""
1304
-
1305
- #. translators: Premium Templates link
1306
- #: includes/views/wcpdf-extensions.php:120
1307
- msgid "Check out the Premium PDF Invoice & Packing Slips templates at %s."
1308
- msgstr ""
1309
-
1310
- #. translators: email link
1311
- #: includes/views/wcpdf-extensions.php:122
1312
- msgid "For custom templates, contact us at %s."
1313
- msgstr ""
1314
-
1315
- #: includes/views/wcpdf-settings-page.php:9
1316
- msgid "WooCommerce PDF Invoices"
1317
- msgstr ""
1318
-
1319
- #: includes/wcpdf-functions.php:209
1320
- msgid "Error creating PDF, please contact the site owner."
1321
- msgstr ""
1322
-
1323
- #: templates/Simple/invoice.php:36
1324
- #: templates/Simple/packing-slip.php:49
1325
- msgid "Billing Address:"
1326
- msgstr ""
1327
-
1328
- #: templates/Simple/invoice.php:49
1329
- msgid "Ship To:"
1330
- msgstr ""
1331
-
1332
- #: templates/Simple/invoice.php:74
1333
- #: templates/Simple/packing-slip.php:62
1334
- msgid "Order Number:"
1335
- msgstr ""
1336
-
1337
- #: templates/Simple/invoice.php:78
1338
- #: templates/Simple/packing-slip.php:66
1339
- msgid "Order Date:"
1340
- msgstr ""
1341
-
1342
- #: templates/Simple/invoice.php:82
1343
- msgid "Payment Method:"
1344
- msgstr ""
1345
-
1346
- #: templates/Simple/invoice.php:96
1347
- #: templates/Simple/packing-slip.php:84
1348
- msgid "Product"
1349
- msgstr ""
1350
-
1351
- #: templates/Simple/invoice.php:97
1352
- #: templates/Simple/packing-slip.php:85
1353
- msgid "Quantity"
1354
- msgstr ""
1355
-
1356
- #: templates/Simple/invoice.php:98
1357
- msgid "Price"
1358
- msgstr ""
1359
-
1360
- #: templates/Simple/invoice.php:110
1361
- #: templates/Simple/packing-slip.php:97
1362
- msgid "SKU"
1363
- msgstr ""
1364
-
1365
- #: templates/Simple/invoice.php:111
1366
- #: templates/Simple/packing-slip.php:98
1367
- msgid "SKU:"
1368
- msgstr ""
1369
-
1370
- #: templates/Simple/invoice.php:112
1371
- #: templates/Simple/packing-slip.php:99
1372
- msgid "Weight:"
1373
- msgstr ""
1374
-
1375
- #: templates/Simple/invoice.php:127
1376
- msgid "Notes"
1377
- msgstr ""
1378
-
1379
- #: templates/Simple/invoice.php:135
1380
- #: templates/Simple/packing-slip.php:117
1381
- msgid "Customer Notes"
1382
- msgstr ""
1383
-
1384
- #: templates/Simple/packing-slip.php:36
1385
- msgid "Shipping Address:"
1386
- msgstr ""
1387
-
1388
- #: templates/Simple/packing-slip.php:70
1389
- msgid "Shipping Method:"
1390
- msgstr ""
1391
-
1392
- #. translators: <a> tags
1393
- #: woocommerce-pdf-invoices-packingslips.php:271
1394
- msgid "WooCommerce PDF Invoices & Packing Slips requires %1$sWooCommerce%2$s to be installed & activated!"
1395
- msgstr ""
1396
-
1397
- #: woocommerce-pdf-invoices-packingslips.php:282
1398
- msgid "WooCommerce PDF Invoices & Packing Slips requires PHP 7.1 (7.4 or higher recommended)."
1399
- msgstr ""
1400
-
1401
- #. translators: <a> tags
1402
- #: woocommerce-pdf-invoices-packingslips.php:284
1403
- msgid "We strongly recommend to %1$supdate your PHP version%2$s."
1404
- msgstr ""
1405
-
1406
- #. translators: <a> tags
1407
- #: woocommerce-pdf-invoices-packingslips.php:286
1408
- msgid "If you cannot upgrade your PHP version, you can download %1$sthis addon%2$s to enable backwards compatibility with PHP5.6."
1409
- msgstr ""
1410
-
1411
- #. translators: directory path
1412
- #: woocommerce-pdf-invoices-packingslips.php:374
1413
- msgid "The PDF files in %s are not currently protected due to your site running on <strong>NGINX</strong>."
1414
- msgstr ""
1415
-
1416
- #: woocommerce-pdf-invoices-packingslips.php:375
1417
- msgid "To protect them, you must click the button below."
1418
- msgstr ""
1419
-
1420
- #: woocommerce-pdf-invoices-packingslips.php:418
1421
- msgid "When sending emails with MailPoet 3 and the active sending method is <strong>MailPoet Sending Service</strong> or <strong>Your web host / web server</strong>, MailPoet does not include the <strong>WooCommerce PDF Invoices & Packing Slips</strong> attachments in the emails."
1422
- msgstr ""
1423
-
1424
- #: woocommerce-pdf-invoices-packingslips.php:419
1425
- msgid "To fix this you should select <strong>The default WordPress sending method (default)</strong> on the <strong>Advanced tab</strong>."
1426
- msgstr ""
1427
-
1428
- #: woocommerce-pdf-invoices-packingslips.php:420
1429
- msgid "Change MailPoet sending method to WordPress (default)"
1430
- msgstr ""
1
+ # Copyright (C) 2021 Ewout Fernhout
2
+ # This file is distributed under the GPLv2 or later.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WooCommerce PDF Invoices & Packing Slips 2.10.1\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips\n"
7
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-10T10:38:33+00:00\n"
13
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.5.0\n"
15
+ "X-Domain: woocommerce-pdf-invoices-packing-slips\n"
16
+
17
+ #. Plugin Name of the plugin
18
+ msgid "WooCommerce PDF Invoices & Packing Slips"
19
+ msgstr ""
20
+
21
+ #. Plugin URI of the plugin
22
+ #. Author URI of the plugin
23
+ msgid "http://www.wpovernight.com"
24
+ msgstr ""
25
+
26
+ #. Description of the plugin
27
+ msgid "Create, print & email PDF invoices & packing slips for WooCommerce orders."
28
+ msgstr ""
29
+
30
+ #. Author of the plugin
31
+ msgid "Ewout Fernhout"
32
+ msgstr ""
33
+
34
+ #. translators: rounded count
35
+ #: includes/class-wcpdf-admin.php:92
36
+ msgid "Wow, you have created more than %d invoices with our plugin!"
37
+ msgstr ""
38
+
39
+ #: includes/class-wcpdf-admin.php:93
40
+ msgid "It would mean a lot to us if you would quickly give our plugin a 5-star rating. Help us spread the word and boost our motivation!"
41
+ msgstr ""
42
+
43
+ #: includes/class-wcpdf-admin.php:95
44
+ msgid "Yes you deserve it!"
45
+ msgstr ""
46
+
47
+ #: includes/class-wcpdf-admin.php:96
48
+ #: includes/class-wcpdf-main.php:605
49
+ #: includes/views/attachment-settings-hint.php:24
50
+ #: includes/views/wcpdf-extensions.php:131
51
+ #: woocommerce-pdf-invoices-packingslips.php:377
52
+ #: woocommerce-pdf-invoices-packingslips.php:421
53
+ msgid "Hide this message"
54
+ msgstr ""
55
+
56
+ #: includes/class-wcpdf-admin.php:96
57
+ msgid "Already did!"
58
+ msgstr ""
59
+
60
+ #: includes/class-wcpdf-admin.php:97
61
+ msgid "Actually, I have a complaint..."
62
+ msgstr ""
63
+
64
+ #: includes/class-wcpdf-admin.php:132
65
+ msgid "New to WooCommerce PDF Invoices & Packing Slips?"
66
+ msgstr ""
67
+
68
+ #: includes/class-wcpdf-admin.php:132
69
+ msgid "Jumpstart the plugin by following our wizard!"
70
+ msgstr ""
71
+
72
+ #: includes/class-wcpdf-admin.php:133
73
+ msgid "Run the Setup Wizard"
74
+ msgstr ""
75
+
76
+ #: includes/class-wcpdf-admin.php:133
77
+ msgid "I am the wizard"
78
+ msgstr ""
79
+
80
+ #: includes/class-wcpdf-admin.php:224
81
+ #: includes/class-wcpdf-main.php:918
82
+ #: includes/documents/class-wcpdf-invoice.php:302
83
+ msgid "Invoice Number"
84
+ msgstr ""
85
+
86
+ #: includes/class-wcpdf-admin.php:261
87
+ msgid "Send order email"
88
+ msgstr ""
89
+
90
+ #: includes/class-wcpdf-admin.php:272
91
+ msgid "Create PDF"
92
+ msgstr ""
93
+
94
+ #: includes/class-wcpdf-admin.php:282
95
+ msgid "PDF document data"
96
+ msgstr ""
97
+
98
+ #: includes/class-wcpdf-admin.php:304
99
+ msgid "Choose an email to send&hellip;"
100
+ msgstr ""
101
+
102
+ #: includes/class-wcpdf-admin.php:320
103
+ msgid "Save order & send email"
104
+ msgstr ""
105
+
106
+ #: includes/class-wcpdf-admin.php:322
107
+ msgid "Send email"
108
+ msgstr ""
109
+
110
+ #: includes/class-wcpdf-admin.php:378
111
+ #: includes/documents/class-wcpdf-invoice.php:460
112
+ msgid "Invoice Number:"
113
+ msgstr ""
114
+
115
+ #: includes/class-wcpdf-admin.php:381
116
+ #: includes/documents/class-wcpdf-invoice.php:468
117
+ msgid "Invoice Date:"
118
+ msgstr ""
119
+
120
+ #: includes/class-wcpdf-admin.php:384
121
+ msgid "Notes (printed in the invoice):"
122
+ msgstr ""
123
+
124
+ #. translators: document title
125
+ #: includes/class-wcpdf-admin.php:469
126
+ msgid "Set %s number & date"
127
+ msgstr ""
128
+
129
+ #: includes/class-wcpdf-admin.php:478
130
+ msgid "unformatted!"
131
+ msgstr ""
132
+
133
+ #: includes/class-wcpdf-admin.php:518
134
+ msgid "Save changes"
135
+ msgstr ""
136
+
137
+ #: includes/class-wcpdf-admin.php:519
138
+ msgid "Cancel"
139
+ msgstr ""
140
+
141
+ #. translators: name/description of the context for document creation logs
142
+ #: includes/class-wcpdf-admin.php:598
143
+ #: includes/class-wcpdf-admin.php:832
144
+ msgid "order details (number and/or date set manually)"
145
+ msgstr ""
146
+
147
+ #. translators: %s: email title
148
+ #: includes/class-wcpdf-admin.php:647
149
+ msgid "%s email notification manually sent."
150
+ msgstr ""
151
+
152
+ #: includes/class-wcpdf-admin.php:734
153
+ msgid "Nonce expired!"
154
+ msgstr ""
155
+
156
+ #: includes/class-wcpdf-admin.php:740
157
+ msgid "Bad action!"
158
+ msgstr ""
159
+
160
+ #: includes/class-wcpdf-admin.php:746
161
+ msgid "Incomplete request!"
162
+ msgstr ""
163
+
164
+ #: includes/class-wcpdf-admin.php:752
165
+ msgid "No permissions!"
166
+ msgstr ""
167
+
168
+ #: includes/class-wcpdf-admin.php:776
169
+ msgid "Document data saved!"
170
+ msgstr ""
171
+
172
+ #: includes/class-wcpdf-admin.php:777
173
+ msgid "An error occurred while saving the document data!"
174
+ msgstr ""
175
+
176
+ #: includes/class-wcpdf-admin.php:780
177
+ msgid "Document regenerated!"
178
+ msgstr ""
179
+
180
+ #: includes/class-wcpdf-admin.php:781
181
+ msgid "An error occurred while regenerating the document!"
182
+ msgstr ""
183
+
184
+ #: includes/class-wcpdf-admin.php:784
185
+ msgid "Document deleted!"
186
+ msgstr ""
187
+
188
+ #: includes/class-wcpdf-admin.php:785
189
+ msgid "An error occurred while deleting the document!"
190
+ msgstr ""
191
+
192
+ #: includes/class-wcpdf-admin.php:841
193
+ msgid "Document does not exist."
194
+ msgstr ""
195
+
196
+ #: includes/class-wcpdf-admin.php:850
197
+ msgid "Document is empty."
198
+ msgstr ""
199
+
200
+ #: includes/class-wcpdf-admin.php:881
201
+ msgid "DEBUG output enabled"
202
+ msgstr ""
203
+
204
+ #: includes/class-wcpdf-assets.php:94
205
+ msgid "Are you sure you want to delete this document? This cannot be undone."
206
+ msgstr ""
207
+
208
+ #: includes/class-wcpdf-assets.php:95
209
+ msgid "Are you sure you want to regenerate this document? This will make the document reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
210
+ msgstr ""
211
+
212
+ #: includes/class-wcpdf-frontend.php:129
213
+ msgid "Download invoice (PDF)"
214
+ msgstr ""
215
+
216
+ #: includes/class-wcpdf-main.php:258
217
+ #: includes/class-wcpdf-main.php:263
218
+ #: includes/class-wcpdf-main.php:337
219
+ msgid "You do not have sufficient permissions to access this page."
220
+ msgstr ""
221
+
222
+ #: includes/class-wcpdf-main.php:272
223
+ msgid "You haven't selected any orders"
224
+ msgstr ""
225
+
226
+ #: includes/class-wcpdf-main.php:276
227
+ msgid "Some of the export parameters are missing."
228
+ msgstr ""
229
+
230
+ #. translators: document type
231
+ #: includes/class-wcpdf-main.php:378
232
+ msgid "Document of type '%s' for the selected order(s) could not be generated"
233
+ msgstr ""
234
+
235
+ #. translators: 1. plugin name, 2. directory path
236
+ #: includes/class-wcpdf-main.php:603
237
+ msgid "The %1$s directory %2$s couldn't be created or is not writable!"
238
+ msgstr ""
239
+
240
+ #: includes/class-wcpdf-main.php:604
241
+ msgid "Please check your directories write permissions or contact your hosting service provider."
242
+ msgstr ""
243
+
244
+ #: includes/class-wcpdf-main.php:919
245
+ #: includes/documents/class-wcpdf-invoice.php:286
246
+ msgid "Invoice Date"
247
+ msgstr ""
248
+
249
+ #. translators: name/description of the context for document creation logs
250
+ #: includes/class-wcpdf-main.php:949
251
+ msgid "bulk order action"
252
+ msgstr ""
253
+
254
+ #. translators: name/description of the context for document creation logs
255
+ #: includes/class-wcpdf-main.php:957
256
+ msgid "single order action"
257
+ msgstr ""
258
+
259
+ #. translators: name/description of the context for document creation logs
260
+ #: includes/class-wcpdf-main.php:965
261
+ msgid "my account"
262
+ msgstr ""
263
+
264
+ #. translators: name/description of the context for document creation logs
265
+ #: includes/class-wcpdf-main.php:973
266
+ msgid "email attachment"
267
+ msgstr ""
268
+
269
+ #. translators: 1. document title, 2. creation source
270
+ #: includes/class-wcpdf-main.php:982
271
+ msgid "PDF %1$s created via %2$s."
272
+ msgstr ""
273
+
274
+ #. translators: document title
275
+ #: includes/class-wcpdf-main.php:1026
276
+ msgid "Order %s Saved"
277
+ msgstr ""
278
+
279
+ #: includes/class-wcpdf-settings-callbacks.php:27
280
+ msgid "<b>Warning!</b> The settings below are meant for debugging/development only. Do not use them on a live website!"
281
+ msgstr ""
282
+
283
+ #: includes/class-wcpdf-settings-callbacks.php:36
284
+ msgid "These are used for the (optional) footer columns in the <em>Modern (Premium)</em> template, but can also be used for other elements in your custom template"
285
+ msgstr ""
286
+
287
+ #: includes/class-wcpdf-settings-callbacks.php:386
288
+ msgid "Image resolution"
289
+ msgstr ""
290
+
291
+ #: includes/class-wcpdf-settings-callbacks.php:394
292
+ msgid "The image resolution exceeds the recommended maximum of 600dpi. This will unnecessarily increase the size of your PDF files and could negatively affect performance."
293
+ msgstr ""
294
+
295
+ #: includes/class-wcpdf-settings-callbacks.php:423
296
+ msgid "Save"
297
+ msgstr ""
298
+
299
+ #: includes/class-wcpdf-settings-debug.php:45
300
+ #: woocommerce-pdf-invoices-packingslips.php:376
301
+ msgid "Generate random temporary folder name"
302
+ msgstr ""
303
+
304
+ #. translators: directory path
305
+ #: includes/class-wcpdf-settings-debug.php:58
306
+ msgid "Temporary folder moved to %s"
307
+ msgstr ""
308
+
309
+ #: includes/class-wcpdf-settings-debug.php:68
310
+ msgid "Reinstall fonts"
311
+ msgstr ""
312
+
313
+ #: includes/class-wcpdf-settings-debug.php:89
314
+ msgid "Fonts reinstalled!"
315
+ msgstr ""
316
+
317
+ #: includes/class-wcpdf-settings-debug.php:98
318
+ msgid "Remove temporary files"
319
+ msgstr ""
320
+
321
+ #: includes/class-wcpdf-settings-debug.php:109
322
+ msgid "Unable to read temporary folder contents!"
323
+ msgstr ""
324
+
325
+ #. translators: 1,2. file count
326
+ #: includes/class-wcpdf-settings-debug.php:127
327
+ msgid "Unable to delete %1$d files! (deleted %2$d)"
328
+ msgstr ""
329
+
330
+ #. translators: file count
331
+ #: includes/class-wcpdf-settings-debug.php:131
332
+ msgid "Successfully deleted %d files!"
333
+ msgstr ""
334
+
335
+ #: includes/class-wcpdf-settings-debug.php:135
336
+ msgid "Nothing to delete!"
337
+ msgstr ""
338
+
339
+ #: includes/class-wcpdf-settings-debug.php:146
340
+ msgid "Delete legacy (1.X) settings"
341
+ msgstr ""
342
+
343
+ #: includes/class-wcpdf-settings-debug.php:162
344
+ msgid "Legacy settings deleted!"
345
+ msgstr ""
346
+
347
+ #: includes/class-wcpdf-settings-debug.php:192
348
+ msgid "Debug settings"
349
+ msgstr ""
350
+
351
+ #: includes/class-wcpdf-settings-debug.php:198
352
+ msgid "Legacy mode"
353
+ msgstr ""
354
+
355
+ #: includes/class-wcpdf-settings-debug.php:204
356
+ msgid "Legacy mode ensures compatibility with templates and filters from previous versions."
357
+ msgstr ""
358
+
359
+ #: includes/class-wcpdf-settings-debug.php:210
360
+ msgid "Legacy textdomain fallback"
361
+ msgstr ""
362
+
363
+ #: includes/class-wcpdf-settings-debug.php:216
364
+ msgid "Legacy textdomain fallback ensures compatibility with translation files from versions prior to 2017-05-15."
365
+ msgstr ""
366
+
367
+ #: includes/class-wcpdf-settings-debug.php:222
368
+ msgid "Allow guest access"
369
+ msgstr ""
370
+
371
+ #: includes/class-wcpdf-settings-debug.php:228
372
+ msgid "Enable this to allow customers that purchase without an account to access their PDF with a unique key"
373
+ msgstr ""
374
+
375
+ #: includes/class-wcpdf-settings-debug.php:234
376
+ msgid "Calculate document numbers (slow)"
377
+ msgstr ""
378
+
379
+ #: includes/class-wcpdf-settings-debug.php:240
380
+ msgid "Document numbers (such as invoice numbers) are generated using AUTO_INCREMENT by default. Use this setting if your database auto increments with more than 1."
381
+ msgstr ""
382
+
383
+ #: includes/class-wcpdf-settings-debug.php:246
384
+ msgid "Enable debug output"
385
+ msgstr ""
386
+
387
+ #: includes/class-wcpdf-settings-debug.php:252
388
+ msgid "Enable this option to output plugin errors if you're getting a blank page or other PDF generation issues"
389
+ msgstr ""
390
+
391
+ #: includes/class-wcpdf-settings-debug.php:253
392
+ msgid "<b>Caution!</b> This setting may reveal errors (from other plugins) in other places on your site too, therefor this is not recommended to leave it enabled on live sites."
393
+ msgstr ""
394
+
395
+ #: includes/class-wcpdf-settings-debug.php:254
396
+ msgid "You can also add <code>&debug=true</code> to the URL to apply this on a per-order basis."
397
+ msgstr ""
398
+
399
+ #: includes/class-wcpdf-settings-debug.php:260
400
+ msgid "Enable automatic cleanup"
401
+ msgstr ""
402
+
403
+ #. translators: number of days
404
+ #: includes/class-wcpdf-settings-debug.php:268
405
+ msgid "every %s days"
406
+ msgstr ""
407
+
408
+ #: includes/class-wcpdf-settings-debug.php:273
409
+ msgid "Automatically clean up PDF files stored in the temporary folder (used for email attachments)"
410
+ msgstr ""
411
+
412
+ #: includes/class-wcpdf-settings-debug.php:274
413
+ msgid "<b>Disabled:</b> The PHP functions glob and filemtime are required for automatic cleanup but not enabled on your server."
414
+ msgstr ""
415
+
416
+ #: includes/class-wcpdf-settings-debug.php:280
417
+ msgid "Output to HTML"
418
+ msgstr ""
419
+
420
+ #: includes/class-wcpdf-settings-debug.php:286
421
+ msgid "Send the template output as HTML to the browser instead of creating a PDF."
422
+ msgstr ""
423
+
424
+ #: includes/class-wcpdf-settings-debug.php:287
425
+ msgid "You can also add <code>&output=html</code> to the URL to apply this on a per-order basis."
426
+ msgstr ""
427
+
428
+ #: includes/class-wcpdf-settings-debug.php:293
429
+ msgid "Use alternative HTML5 parser to parse HTML"
430
+ msgstr ""
431
+
432
+ #: includes/class-wcpdf-settings-debug.php:304
433
+ msgid "Log to order notes"
434
+ msgstr ""
435
+
436
+ #: includes/class-wcpdf-settings-debug.php:310
437
+ msgid "Log PDF document creation to order notes."
438
+ msgstr ""
439
+
440
+ #: includes/class-wcpdf-settings-documents.php:30
441
+ #: includes/class-wcpdf-settings.php:107
442
+ msgid "Documents"
443
+ msgstr ""
444
+
445
+ #: includes/class-wcpdf-settings-documents.php:36
446
+ #: includes/class-wcpdf-settings-documents.php:57
447
+ msgid "untitled"
448
+ msgstr ""
449
+
450
+ #: includes/class-wcpdf-settings-documents.php:50
451
+ msgid "All available documents are listed below. Click on a document to configure it."
452
+ msgstr ""
453
+
454
+ #: includes/class-wcpdf-settings-general.php:40
455
+ msgid "General settings"
456
+ msgstr ""
457
+
458
+ #: includes/class-wcpdf-settings-general.php:46
459
+ msgid "How do you want to view the PDF?"
460
+ msgstr ""
461
+
462
+ #: includes/class-wcpdf-settings-general.php:53
463
+ msgid "Download the PDF"
464
+ msgstr ""
465
+
466
+ #: includes/class-wcpdf-settings-general.php:54
467
+ msgid "Open the PDF in a new browser tab/window"
468
+ msgstr ""
469
+
470
+ #: includes/class-wcpdf-settings-general.php:61
471
+ msgid "Choose a template"
472
+ msgstr ""
473
+
474
+ #. translators: 1,2. template paths
475
+ #: includes/class-wcpdf-settings-general.php:69
476
+ msgid "Want to use your own template? Copy all the files from <code>%1$s</code> to your (child) theme in <code>%2$s</code> to customize them"
477
+ msgstr ""
478
+
479
+ #: includes/class-wcpdf-settings-general.php:75
480
+ msgid "Paper size"
481
+ msgstr ""
482
+
483
+ #: includes/class-wcpdf-settings-general.php:82
484
+ #: includes/views/setup-wizard/paper-format.php:12
485
+ msgid "A4"
486
+ msgstr ""
487
+
488
+ #: includes/class-wcpdf-settings-general.php:83
489
+ #: includes/views/setup-wizard/paper-format.php:13
490
+ msgid "Letter"
491
+ msgstr ""
492
+
493
+ #: includes/class-wcpdf-settings-general.php:90
494
+ msgid "Test mode"
495
+ msgstr ""
496
+
497
+ #: includes/class-wcpdf-settings-general.php:96
498
+ msgid "With test mode enabled, any document generated will always use the latest settings, rather than using the settings as configured at the time the document was first created."
499
+ msgstr ""
500
+
501
+ #: includes/class-wcpdf-settings-general.php:96
502
+ msgid "<strong>Note:</strong> invoice numbers and dates are not affected by this setting and will still be generated."
503
+ msgstr ""
504
+
505
+ #: includes/class-wcpdf-settings-general.php:102
506
+ msgid "Extended currency symbol support"
507
+ msgstr ""
508
+
509
+ #: includes/class-wcpdf-settings-general.php:108
510
+ msgid "Enable this if your currency symbol is not displaying properly"
511
+ msgstr ""
512
+
513
+ #: includes/class-wcpdf-settings-general.php:114
514
+ msgid "Enable font subsetting"
515
+ msgstr ""
516
+
517
+ #: includes/class-wcpdf-settings-general.php:120
518
+ msgid "Font subsetting can reduce file size by only including the characters that are used in the PDF, but limits the ability to edit PDF files later. Recommended if you're using an Asian font."
519
+ msgstr ""
520
+
521
+ #: includes/class-wcpdf-settings-general.php:126
522
+ msgid "Shop header/logo"
523
+ msgstr ""
524
+
525
+ #: includes/class-wcpdf-settings-general.php:132
526
+ #: includes/views/setup-wizard/logo.php:20
527
+ msgid "Select or upload your invoice header/logo"
528
+ msgstr ""
529
+
530
+ #: includes/class-wcpdf-settings-general.php:133
531
+ #: includes/views/setup-wizard/logo.php:20
532
+ msgid "Set image"
533
+ msgstr ""
534
+
535
+ #: includes/class-wcpdf-settings-general.php:134
536
+ #: includes/views/setup-wizard/logo.php:20
537
+ msgid "Remove image"
538
+ msgstr ""
539
+
540
+ #: includes/class-wcpdf-settings-general.php:141
541
+ msgid "Logo height"
542
+ msgstr ""
543
+
544
+ #: includes/class-wcpdf-settings-general.php:149
545
+ msgid "Enter the total height of the logo in mm, cm or in and use a dot for decimals.<br/>For example: 1.15in or 40mm"
546
+ msgstr ""
547
+
548
+ #: includes/class-wcpdf-settings-general.php:155
549
+ #: includes/class-wcpdf-setup-wizard.php:49
550
+ msgid "Shop Name"
551
+ msgstr ""
552
+
553
+ #: includes/class-wcpdf-settings-general.php:168
554
+ msgid "Shop Address"
555
+ msgstr ""
556
+
557
+ #: includes/class-wcpdf-settings-general.php:183
558
+ msgid "Footer: terms & conditions, policies, etc."
559
+ msgstr ""
560
+
561
+ #: includes/class-wcpdf-settings-general.php:198
562
+ msgid "Extra template fields"
563
+ msgstr ""
564
+
565
+ #: includes/class-wcpdf-settings-general.php:204
566
+ msgid "Extra field 1"
567
+ msgstr ""
568
+
569
+ #: includes/class-wcpdf-settings-general.php:212
570
+ msgid "This is footer column 1 in the <i>Modern (Premium)</i> template"
571
+ msgstr ""
572
+
573
+ #: includes/class-wcpdf-settings-general.php:219
574
+ msgid "Extra field 2"
575
+ msgstr ""
576
+
577
+ #: includes/class-wcpdf-settings-general.php:227
578
+ msgid "This is footer column 2 in the <i>Modern (Premium)</i> template"
579
+ msgstr ""
580
+
581
+ #: includes/class-wcpdf-settings-general.php:234
582
+ msgid "Extra field 3"
583
+ msgstr ""
584
+
585
+ #: includes/class-wcpdf-settings-general.php:242
586
+ msgid "This is footer column 3 in the <i>Modern (Premium)</i> template"
587
+ msgstr ""
588
+
589
+ #: includes/class-wcpdf-settings-general.php:290
590
+ msgid "Custom"
591
+ msgstr ""
592
+
593
+ #: includes/class-wcpdf-settings.php:58
594
+ #: includes/class-wcpdf-settings.php:59
595
+ msgid "PDF Invoices"
596
+ msgstr ""
597
+
598
+ #: includes/class-wcpdf-settings.php:84
599
+ msgid "Documentation"
600
+ msgstr ""
601
+
602
+ #: includes/class-wcpdf-settings.php:85
603
+ msgid "Support Forum"
604
+ msgstr ""
605
+
606
+ #. translators: database row value
607
+ #: includes/class-wcpdf-settings.php:98
608
+ msgid "<strong>Warning!</strong> Your database has an AUTO_INCREMENT step size of %s, your invoice numbers may not be sequential. Enable the 'Calculate document numbers (slow)' setting in the Status tab to use an alternate method."
609
+ msgstr ""
610
+
611
+ #: includes/class-wcpdf-settings.php:106
612
+ msgid "General"
613
+ msgstr ""
614
+
615
+ #: includes/class-wcpdf-settings.php:112
616
+ #: includes/views/dompdf-status.php:188
617
+ msgid "Status"
618
+ msgstr ""
619
+
620
+ #. translators: 1. path, 2. template ID
621
+ #: includes/class-wcpdf-settings.php:399
622
+ msgid "Template setting migrated from %1$s to %2$s"
623
+ msgstr ""
624
+
625
+ #: includes/class-wcpdf-setup-wizard.php:53
626
+ #: includes/views/setup-wizard/logo.php:3
627
+ msgid "Your logo"
628
+ msgstr ""
629
+
630
+ #: includes/class-wcpdf-setup-wizard.php:57
631
+ msgid "Attachments"
632
+ msgstr ""
633
+
634
+ #: includes/class-wcpdf-setup-wizard.php:61
635
+ #: includes/views/setup-wizard/display-options.php:3
636
+ msgid "Display options"
637
+ msgstr ""
638
+
639
+ #: includes/class-wcpdf-setup-wizard.php:65
640
+ #: includes/views/setup-wizard/paper-format.php:3
641
+ msgid "Paper format"
642
+ msgstr ""
643
+
644
+ #: includes/class-wcpdf-setup-wizard.php:69
645
+ #: includes/views/setup-wizard/show-action-buttons.php:3
646
+ msgid "Action buttons"
647
+ msgstr ""
648
+
649
+ #: includes/class-wcpdf-setup-wizard.php:73
650
+ msgid "Ready!"
651
+ msgstr ""
652
+
653
+ #: includes/class-wcpdf-setup-wizard.php:135
654
+ msgid "WooCommerce PDF Invoices & Packing Slips &rsaquo; Setup Wizard"
655
+ msgstr ""
656
+
657
+ #: includes/class-wcpdf-setup-wizard.php:187
658
+ msgid "Previous"
659
+ msgstr ""
660
+
661
+ #: includes/class-wcpdf-setup-wizard.php:192
662
+ msgid "Next"
663
+ msgstr ""
664
+
665
+ #: includes/class-wcpdf-setup-wizard.php:193
666
+ msgid "Skip this step"
667
+ msgstr ""
668
+
669
+ #: includes/class-wcpdf-setup-wizard.php:195
670
+ msgid "Finish"
671
+ msgstr ""
672
+
673
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:116
674
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:217
675
+ msgid "N/A"
676
+ msgstr ""
677
+
678
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:469
679
+ msgid "Payment method"
680
+ msgstr ""
681
+
682
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:490
683
+ msgid "Shipping method"
684
+ msgstr ""
685
+
686
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:972
687
+ msgid "Subtotal"
688
+ msgstr ""
689
+
690
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:997
691
+ msgid "Shipping"
692
+ msgstr ""
693
+
694
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:1060
695
+ msgid "Discount"
696
+ msgstr ""
697
+
698
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:1101
699
+ msgid "VAT"
700
+ msgstr ""
701
+
702
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:1102
703
+ msgid "Tax rate"
704
+ msgstr ""
705
+
706
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:1146
707
+ msgid "Total ex. VAT"
708
+ msgstr ""
709
+
710
+ #: includes/documents/abstract-wcpdf-order-document-methods.php:1149
711
+ msgid "Total"
712
+ msgstr ""
713
+
714
+ #. translators: 1. credit note title, 2. refund id
715
+ #: includes/documents/abstract-wcpdf-order-document.php:336
716
+ msgid "%1$s (refund #%2$s) was regenerated."
717
+ msgstr ""
718
+
719
+ #. translators: 1. credit note title, 2. refund id
720
+ #: includes/documents/abstract-wcpdf-order-document.php:336
721
+ msgid "%s was regenerated"
722
+ msgstr ""
723
+
724
+ #. translators: %s: document name
725
+ #: includes/documents/abstract-wcpdf-order-document.php:422
726
+ msgid "%s Number:"
727
+ msgstr ""
728
+
729
+ #. translators: %s: document name
730
+ #: includes/documents/abstract-wcpdf-order-document.php:428
731
+ msgid "%s Date:"
732
+ msgstr ""
733
+
734
+ #: includes/documents/abstract-wcpdf-order-document.php:904
735
+ msgid "Admin email"
736
+ msgstr ""
737
+
738
+ #: includes/documents/abstract-wcpdf-order-document.php:907
739
+ msgid "Manual email"
740
+ msgstr ""
741
+
742
+ #: includes/documents/class-wcpdf-invoice.php:32
743
+ #: includes/documents/class-wcpdf-invoice.php:56
744
+ #: includes/legacy/class-wcpdf-legacy-functions.php:22
745
+ msgid "Invoice"
746
+ msgstr ""
747
+
748
+ #: includes/documents/class-wcpdf-invoice.php:131
749
+ msgid "invoice"
750
+ msgid_plural "invoices"
751
+ msgstr[0] ""
752
+ msgstr[1] ""
753
+
754
+ #: includes/documents/class-wcpdf-invoice.php:186
755
+ #: includes/documents/class-wcpdf-packing-slip.php:88
756
+ msgid "Enable"
757
+ msgstr ""
758
+
759
+ #: includes/documents/class-wcpdf-invoice.php:197
760
+ msgid "Attach to:"
761
+ msgstr ""
762
+
763
+ #. translators: directory path
764
+ #: includes/documents/class-wcpdf-invoice.php:205
765
+ msgid "It looks like the temp folder (<code>%s</code>) is not writable, check the permissions for this folder! Without having write access to this folder, the plugin will not be able to email invoices."
766
+ msgstr ""
767
+
768
+ #: includes/documents/class-wcpdf-invoice.php:211
769
+ msgid "Disable for:"
770
+ msgstr ""
771
+
772
+ #: includes/documents/class-wcpdf-invoice.php:220
773
+ msgid "Select one or more statuses"
774
+ msgstr ""
775
+
776
+ #: includes/documents/class-wcpdf-invoice.php:226
777
+ #: includes/views/setup-wizard/display-options.php:17
778
+ msgid "Display shipping address"
779
+ msgstr ""
780
+
781
+ #: includes/documents/class-wcpdf-invoice.php:233
782
+ #: includes/documents/class-wcpdf-invoice.php:285
783
+ #: includes/documents/class-wcpdf-invoice.php:301
784
+ #: includes/documents/class-wcpdf-packing-slip.php:106
785
+ msgid "No"
786
+ msgstr ""
787
+
788
+ #: includes/documents/class-wcpdf-invoice.php:234
789
+ msgid "Only when different from billing address"
790
+ msgstr ""
791
+
792
+ #: includes/documents/class-wcpdf-invoice.php:235
793
+ #: includes/documents/class-wcpdf-invoice.php:378
794
+ #: includes/documents/class-wcpdf-packing-slip.php:108
795
+ msgid "Always"
796
+ msgstr ""
797
+
798
+ #: includes/documents/class-wcpdf-invoice.php:243
799
+ #: includes/documents/class-wcpdf-packing-slip.php:116
800
+ #: includes/views/setup-wizard/display-options.php:26
801
+ msgid "Display email address"
802
+ msgstr ""
803
+
804
+ #: includes/documents/class-wcpdf-invoice.php:254
805
+ #: includes/documents/class-wcpdf-packing-slip.php:127
806
+ #: includes/views/setup-wizard/display-options.php:35
807
+ msgid "Display phone number"
808
+ msgstr ""
809
+
810
+ #: includes/documents/class-wcpdf-invoice.php:265
811
+ #: includes/documents/class-wcpdf-packing-slip.php:138
812
+ msgid "Display customer notes"
813
+ msgstr ""
814
+
815
+ #: includes/documents/class-wcpdf-invoice.php:278
816
+ #: includes/views/setup-wizard/display-options.php:44
817
+ msgid "Display invoice date"
818
+ msgstr ""
819
+
820
+ #: includes/documents/class-wcpdf-invoice.php:287
821
+ msgid "Order Date"
822
+ msgstr ""
823
+
824
+ #: includes/documents/class-wcpdf-invoice.php:294
825
+ #: includes/views/setup-wizard/display-options.php:53
826
+ msgid "Display invoice number"
827
+ msgstr ""
828
+
829
+ #: includes/documents/class-wcpdf-invoice.php:303
830
+ msgid "Order Number"
831
+ msgstr ""
832
+
833
+ #: includes/documents/class-wcpdf-invoice.php:307
834
+ msgid "Warning!"
835
+ msgstr ""
836
+
837
+ #: includes/documents/class-wcpdf-invoice.php:308
838
+ msgid "Using the Order Number as invoice number is not recommended as this may lead to gaps in the invoice number sequence (even when order numbers are sequential)."
839
+ msgstr ""
840
+
841
+ #: includes/documents/class-wcpdf-invoice.php:309
842
+ msgid "More information"
843
+ msgstr ""
844
+
845
+ #: includes/documents/class-wcpdf-invoice.php:316
846
+ msgid "Next invoice number (without prefix/suffix etc.)"
847
+ msgstr ""
848
+
849
+ #: includes/documents/class-wcpdf-invoice.php:322
850
+ msgid "This is the number that will be used for the next document. By default, numbering starts from 1 and increases for every new document. Note that if you override this and set it lower than the current/highest number, this could create duplicate numbers!"
851
+ msgstr ""
852
+
853
+ #: includes/documents/class-wcpdf-invoice.php:328
854
+ msgid "Number format"
855
+ msgstr ""
856
+
857
+ #: includes/documents/class-wcpdf-invoice.php:336
858
+ msgid "Prefix"
859
+ msgstr ""
860
+
861
+ #: includes/documents/class-wcpdf-invoice.php:338
862
+ msgid "to use the invoice year and/or month, use [invoice_year] or [invoice_month] respectively"
863
+ msgstr ""
864
+
865
+ #: includes/documents/class-wcpdf-invoice.php:341
866
+ msgid "Suffix"
867
+ msgstr ""
868
+
869
+ #: includes/documents/class-wcpdf-invoice.php:346
870
+ msgid "Padding"
871
+ msgstr ""
872
+
873
+ #: includes/documents/class-wcpdf-invoice.php:349
874
+ msgid "enter the number of digits here - enter \"6\" to display 42 as 000042"
875
+ msgstr ""
876
+
877
+ #: includes/documents/class-wcpdf-invoice.php:352
878
+ msgid "note: if you have already created a custom invoice number format with a filter, the above settings will be ignored"
879
+ msgstr ""
880
+
881
+ #: includes/documents/class-wcpdf-invoice.php:358
882
+ msgid "Reset invoice number yearly"
883
+ msgstr ""
884
+
885
+ #: includes/documents/class-wcpdf-invoice.php:369
886
+ msgid "Allow My Account invoice download"
887
+ msgstr ""
888
+
889
+ #: includes/documents/class-wcpdf-invoice.php:376
890
+ msgid "Only when an invoice is already created/emailed"
891
+ msgstr ""
892
+
893
+ #: includes/documents/class-wcpdf-invoice.php:377
894
+ msgid "Only for specific order statuses (define below)"
895
+ msgstr ""
896
+
897
+ #: includes/documents/class-wcpdf-invoice.php:379
898
+ msgid "Never"
899
+ msgstr ""
900
+
901
+ #: includes/documents/class-wcpdf-invoice.php:394
902
+ msgid "Enable invoice number column in the orders list"
903
+ msgstr ""
904
+
905
+ #: includes/documents/class-wcpdf-invoice.php:405
906
+ msgid "Disable for free orders"
907
+ msgstr ""
908
+
909
+ #. translators: zero number
910
+ #: includes/documents/class-wcpdf-invoice.php:412
911
+ msgid "Disable document when the order total is %s"
912
+ msgstr ""
913
+
914
+ #: includes/documents/class-wcpdf-invoice.php:418
915
+ msgid "Always use most current settings"
916
+ msgstr ""
917
+
918
+ #: includes/documents/class-wcpdf-invoice.php:424
919
+ msgid "When enabled, the document will always reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
920
+ msgstr ""
921
+
922
+ #: includes/documents/class-wcpdf-invoice.php:426
923
+ msgid "<strong>Caution:</strong> enabling this will also mean that if you change your company name or address in the future, previously generated documents will also be affected."
924
+ msgstr ""
925
+
926
+ #: includes/documents/class-wcpdf-invoice.php:439
927
+ msgid "Invoice numbers are created by a third-party extension."
928
+ msgstr ""
929
+
930
+ #. translators: link
931
+ #: includes/documents/class-wcpdf-invoice.php:442
932
+ msgid "Configure it <a href=\"%s\">here</a>."
933
+ msgstr ""
934
+
935
+ #: includes/documents/class-wcpdf-packing-slip.php:32
936
+ #: includes/documents/class-wcpdf-packing-slip.php:41
937
+ #: includes/legacy/class-wcpdf-legacy-functions.php:25
938
+ msgid "Packing Slip"
939
+ msgstr ""
940
+
941
+ #: includes/documents/class-wcpdf-packing-slip.php:47
942
+ msgid "packing-slip"
943
+ msgid_plural "packing-slips"
944
+ msgstr[0] ""
945
+ msgstr[1] ""
946
+
947
+ #: includes/documents/class-wcpdf-packing-slip.php:99
948
+ msgid "Display billing address"
949
+ msgstr ""
950
+
951
+ #: includes/documents/class-wcpdf-packing-slip.php:107
952
+ msgid "Only when different from shipping address"
953
+ msgstr ""
954
+
955
+ #: includes/documents/class-wcpdf-packing-slip.php:162
956
+ msgid "Packing Slip Number:"
957
+ msgstr ""
958
+
959
+ #: includes/documents/class-wcpdf-packing-slip.php:170
960
+ msgid "Packing Slip Date:"
961
+ msgstr ""
962
+
963
+ #: includes/legacy/class-wcpdf-legacy-document.php:32
964
+ msgid "Legacy Document"
965
+ msgstr ""
966
+
967
+ #: includes/legacy/class-wcpdf-legacy.php:72
968
+ msgid "Error"
969
+ msgstr ""
970
+
971
+ #: includes/legacy/class-wcpdf-legacy.php:73
972
+ msgid "An outdated template or action hook was used to generate the PDF. Legacy mode has been activated, please try again by reloading this page."
973
+ msgstr ""
974
+
975
+ #: includes/legacy/class-wcpdf-legacy.php:76
976
+ msgid "The following function was called"
977
+ msgstr ""
978
+
979
+ #. translators: <a> tags
980
+ #: includes/views/attachment-settings-hint.php:23
981
+ msgid "It looks like you haven't setup any email attachments yet, check the settings under <b>%1$sDocuments > Invoice%2$s</b>"
982
+ msgstr ""
983
+
984
+ #: includes/views/dompdf-status.php:11
985
+ msgid "7.1+ (7.4 or higher recommended)"
986
+ msgstr ""
987
+
988
+ #: includes/views/dompdf-status.php:24
989
+ msgid "Recommended, will use fallback functions"
990
+ msgstr ""
991
+
992
+ #: includes/views/dompdf-status.php:30
993
+ msgid "Required if you have images in your documents"
994
+ msgstr ""
995
+
996
+ #: includes/views/dompdf-status.php:39
997
+ msgid "To compress PDF documents"
998
+ msgstr ""
999
+
1000
+ #: includes/views/dompdf-status.php:42
1001
+ msgid "Recommended to compress PDF documents"
1002
+ msgstr ""
1003
+
1004
+ #: includes/views/dompdf-status.php:45
1005
+ msgid "For better performances"
1006
+ msgstr ""
1007
+
1008
+ #: includes/views/dompdf-status.php:48
1009
+ #: includes/views/dompdf-status.php:54
1010
+ msgid "Recommended for better performances"
1011
+ msgstr ""
1012
+
1013
+ #: includes/views/dompdf-status.php:51
1014
+ msgid "Better with transparent PNG images"
1015
+ msgstr ""
1016
+
1017
+ #: includes/views/dompdf-status.php:57
1018
+ msgid "Required to detect custom templates and to clear the temp folder periodically"
1019
+ msgstr ""
1020
+
1021
+ #: includes/views/dompdf-status.php:60
1022
+ msgid "Check PHP disable_functions"
1023
+ msgstr ""
1024
+
1025
+ #. translators: <a> tags
1026
+ #: includes/views/dompdf-status.php:64
1027
+ msgid "Recommended: 128MB (more for plugin-heavy setups<br/>See: %1$sIncreasing the WordPress Memory Limit%2$s"
1028
+ msgstr ""
1029
+
1030
+ #: includes/views/dompdf-status.php:69
1031
+ msgid "Allow remote stylesheets and images"
1032
+ msgstr ""
1033
+
1034
+ #: includes/views/dompdf-status.php:72
1035
+ msgid "allow_url_fopen disabled"
1036
+ msgstr ""
1037
+
1038
+ #: includes/views/dompdf-status.php:75
1039
+ msgid "To compress and decompress font data"
1040
+ msgstr ""
1041
+
1042
+ #: includes/views/dompdf-status.php:78
1043
+ msgid "base64_decode disabled"
1044
+ msgstr ""
1045
+
1046
+ #. translators: <a> tags
1047
+ #: includes/views/dompdf-status.php:98
1048
+ msgid "<br/>Download %1$sthis addon%2$s to enable backwards compatibility."
1049
+ msgstr ""
1050
+
1051
+ #: includes/views/dompdf-status.php:103
1052
+ msgid "System Configuration"
1053
+ msgstr ""
1054
+
1055
+ #: includes/views/dompdf-status.php:108
1056
+ msgid "Required"
1057
+ msgstr ""
1058
+
1059
+ #: includes/views/dompdf-status.php:109
1060
+ msgid "Present"
1061
+ msgstr ""
1062
+
1063
+ #: includes/views/dompdf-status.php:148
1064
+ msgid "Writable"
1065
+ msgstr ""
1066
+
1067
+ #: includes/views/dompdf-status.php:149
1068
+ msgid "Not writable"
1069
+ msgstr ""
1070
+
1071
+ #: includes/views/dompdf-status.php:154
1072
+ msgid "Central temporary plugin folder"
1073
+ msgstr ""
1074
+
1075
+ #: includes/views/dompdf-status.php:160
1076
+ msgid "Temporary attachments folder"
1077
+ msgstr ""
1078
+
1079
+ #: includes/views/dompdf-status.php:166
1080
+ msgid "Temporary DOMPDF folder"
1081
+ msgstr ""
1082
+
1083
+ #: includes/views/dompdf-status.php:172
1084
+ msgid "DOMPDF fonts folder (needs to be writable for custom/remote fonts)"
1085
+ msgstr ""
1086
+
1087
+ #: includes/views/dompdf-status.php:183
1088
+ msgid "Write Permissions"
1089
+ msgstr ""
1090
+
1091
+ #: includes/views/dompdf-status.php:186
1092
+ #: templates/Simple/invoice.php:105
1093
+ #: templates/Simple/packing-slip.php:92
1094
+ msgid "Description"
1095
+ msgstr ""
1096
+
1097
+ #: includes/views/dompdf-status.php:187
1098
+ msgid "Value"
1099
+ msgstr ""
1100
+
1101
+ #. translators: 1,2. directory paths, 3. UPLOADS, 4. wpo_wcpdf_tmp_path, 5. attachments, 6. dompdf, 7. fonts
1102
+ #: includes/views/dompdf-status.php:213
1103
+ msgid "The central temp folder is %1$s. By default, this folder is created in the WordPress uploads folder (%2$s), which can be defined by setting %3$s in wp-config.php. Alternatively, you can control the specific folder for PDF invoices by using the %4$s filter. Make sure this folder is writable and that the subfolders %5$s, %6$s and %7$s are present (these will be created by the plugin if the central temp folder is writable)."
1104
+ msgstr ""
1105
+
1106
+ #. translators: directory path
1107
+ #: includes/views/dompdf-status.php:226
1108
+ msgid "If the temporary folders were not automatically created by the plugin, verify that all the font files (from %s) are copied to the fonts folder. Normally, this is fully automated, but if your server has strict security settings, this automated copying may have been prohibited. In that case, you also need to make sure these folders get synchronized on plugin updates!"
1109
+ msgstr ""
1110
+
1111
+ #: includes/views/setup-wizard/attach-to.php:3
1112
+ msgid "Attach too..."
1113
+ msgstr ""
1114
+
1115
+ #: includes/views/setup-wizard/attach-to.php:4
1116
+ msgid "Select to which emails you would like to attach your invoice."
1117
+ msgstr ""
1118
+
1119
+ #: includes/views/setup-wizard/display-options.php:4
1120
+ msgid "Select some additional display options for your invoice."
1121
+ msgstr ""
1122
+
1123
+ #: includes/views/setup-wizard/good-to-go.php:3
1124
+ msgid "You are good to go!"
1125
+ msgstr ""
1126
+
1127
+ #: includes/views/setup-wizard/good-to-go.php:4
1128
+ msgid "If you have any questions please have a look at our documentation:"
1129
+ msgstr ""
1130
+
1131
+ #: includes/views/setup-wizard/good-to-go.php:5
1132
+ msgid "Invoices & Packing Slips"
1133
+ msgstr ""
1134
+
1135
+ #: includes/views/setup-wizard/good-to-go.php:6
1136
+ msgid "Happy selling!"
1137
+ msgstr ""
1138
+
1139
+ #: includes/views/setup-wizard/logo.php:4
1140
+ msgid "Set the header image that will display on your invoice."
1141
+ msgstr ""
1142
+
1143
+ #: includes/views/setup-wizard/paper-format.php:4
1144
+ msgid "Select the paper format for your invoice."
1145
+ msgstr ""
1146
+
1147
+ #: includes/views/setup-wizard/shop-name.php:3
1148
+ msgid "Enter your shop name"
1149
+ msgstr ""
1150
+
1151
+ #: includes/views/setup-wizard/shop-name.php:4
1152
+ msgid "Lets quickly setup your invoice. Please enter the name and address of your shop in the fields on the right."
1153
+ msgstr ""
1154
+
1155
+ #: includes/views/setup-wizard/show-action-buttons.php:4
1156
+ msgid "Would you like to display the action buttons in your WooCommerce order list? The action buttons allow you to manually create a PDF."
1157
+ msgstr ""
1158
+
1159
+ #: includes/views/setup-wizard/show-action-buttons.php:5
1160
+ msgid "(You can always change this setting later via the Screen Options menu)"
1161
+ msgstr ""
1162
+
1163
+ #: includes/views/setup-wizard/show-action-buttons.php:18
1164
+ msgid "Show action buttons"
1165
+ msgstr ""
1166
+
1167
+ #: includes/views/wcpdf-extensions.php:16
1168
+ msgid "Check out these premium extensions!"
1169
+ msgstr ""
1170
+
1171
+ #: includes/views/wcpdf-extensions.php:17
1172
+ msgid "click items to read more"
1173
+ msgstr ""
1174
+
1175
+ #: includes/views/wcpdf-extensions.php:22
1176
+ msgid "Premium PDF Invoice bundle: Everything you need for a perfect invoicing system"
1177
+ msgstr ""
1178
+
1179
+ #: includes/views/wcpdf-extensions.php:24
1180
+ msgid "Supercharge WooCommerce PDF Invoices & Packing Slips with the all our premium extensions:"
1181
+ msgstr ""
1182
+
1183
+ #: includes/views/wcpdf-extensions.php:25
1184
+ msgid "Professional features:"
1185
+ msgstr ""
1186
+
1187
+ #: includes/views/wcpdf-extensions.php:27
1188
+ #: includes/views/wcpdf-extensions.php:57
1189
+ msgid "Email/print/download <b>PDF Credit Notes & Proforma invoices</b>"
1190
+ msgstr ""
1191
+
1192
+ #: includes/views/wcpdf-extensions.php:28
1193
+ #: includes/views/wcpdf-extensions.php:58
1194
+ msgid "Send out a separate <b>notification email</b> with (or without) PDF invoices/packing slips, for example to a drop-shipper or a supplier."
1195
+ msgstr ""
1196
+
1197
+ #: includes/views/wcpdf-extensions.php:29
1198
+ #: includes/views/wcpdf-extensions.php:59
1199
+ msgid "Attach <b>up to 3 static files</b> (for example a terms & conditions document) to the WooCommerce emails of your choice."
1200
+ msgstr ""
1201
+
1202
+ #: includes/views/wcpdf-extensions.php:30
1203
+ #: includes/views/wcpdf-extensions.php:60
1204
+ msgid "Use <b>separate numbering systems</b> and/or format for proforma invoices and credit notes or utilize the main invoice numbering system"
1205
+ msgstr ""
1206
+
1207
+ #: includes/views/wcpdf-extensions.php:31
1208
+ #: includes/views/wcpdf-extensions.php:61
1209
+ msgid "<b>Customize</b> the <b>shipping & billing address</b> format to include additional custom fields, font sizes etc. without the need to create a custom template."
1210
+ msgstr ""
1211
+
1212
+ #: includes/views/wcpdf-extensions.php:32
1213
+ #: includes/views/wcpdf-extensions.php:62
1214
+ msgid "Use the plugin in multilingual <b>WPML</b> setups"
1215
+ msgstr ""
1216
+
1217
+ #: includes/views/wcpdf-extensions.php:34
1218
+ #: includes/views/wcpdf-extensions.php:114
1219
+ msgid "Advanced, customizable templates"
1220
+ msgstr ""
1221
+
1222
+ #: includes/views/wcpdf-extensions.php:36
1223
+ #: includes/views/wcpdf-extensions.php:117
1224
+ msgid "Completely customize the invoice contents (prices, taxes, thumbnails) to your needs with a drag & drop customizer"
1225
+ msgstr ""
1226
+
1227
+ #: includes/views/wcpdf-extensions.php:37
1228
+ #: includes/views/wcpdf-extensions.php:118
1229
+ msgid "Two extra stylish premade templates (Modern & Business)"
1230
+ msgstr ""
1231
+
1232
+ #: includes/views/wcpdf-extensions.php:39
1233
+ #: includes/views/wcpdf-extensions.php:63
1234
+ msgid "Upload automatically to dropbox"
1235
+ msgstr ""
1236
+
1237
+ #: includes/views/wcpdf-extensions.php:41
1238
+ msgid "This extension conveniently uploads all the invoices (and other pdf documents from the professional extension) that are emailed to your customers to Dropbox. The best way to keep your invoice administration up to date!"
1239
+ msgstr ""
1240
+
1241
+ #: includes/views/wcpdf-extensions.php:44
1242
+ msgid "Get WooCommerce PDF Invoices & Packing Slips Bundle"
1243
+ msgstr ""
1244
+
1245
+ #: includes/views/wcpdf-extensions.php:53
1246
+ msgid "Go Pro: Proforma invoices, credit notes (=refunds) & more!"
1247
+ msgstr ""
1248
+
1249
+ #: includes/views/wcpdf-extensions.php:55
1250
+ msgid "Supercharge WooCommerce PDF Invoices & Packing Slips with the following features:"
1251
+ msgstr ""
1252
+
1253
+ #: includes/views/wcpdf-extensions.php:65
1254
+ msgid "Get WooCommerce PDF Invoices & Packing Slips Professional!"
1255
+ msgstr ""
1256
+
1257
+ #: includes/views/wcpdf-extensions.php:73
1258
+ msgid "Automatically send payment reminders to your customers"
1259
+ msgstr ""
1260
+
1261
+ #: includes/views/wcpdf-extensions.php:75
1262
+ msgid "WooCommerce Smart Reminder emails"
1263
+ msgstr ""
1264
+
1265
+ #: includes/views/wcpdf-extensions.php:77
1266
+ msgid "<b>Completely automatic</b> scheduled emails"
1267
+ msgstr ""
1268
+
1269
+ #: includes/views/wcpdf-extensions.php:78
1270
+ msgid "<b>Rich text editor</b> for the email text, including placeholders for data from the order (name, order total, etc)"
1271
+ msgstr ""
1272
+
1273
+ #: includes/views/wcpdf-extensions.php:79
1274
+ msgid "Configure the exact requirements for sending an email (time after order, order status, payment method)"
1275
+ msgstr ""
1276
+
1277
+ #: includes/views/wcpdf-extensions.php:80
1278
+ msgid "Fully <b>WPML Compatible</b> – emails will be automatically sent in the order language."
1279
+ msgstr ""
1280
+
1281
+ #: includes/views/wcpdf-extensions.php:81
1282
+ msgid "<b>Super versatile!</b> Can be used for any kind of reminder email (review reminders, repeat purchases)"
1283
+ msgstr ""
1284
+
1285
+ #: includes/views/wcpdf-extensions.php:82
1286
+ msgid "Integrates seamlessly with the PDF Invoices & Packing Slips plugin"
1287
+ msgstr ""
1288
+
1289
+ #: includes/views/wcpdf-extensions.php:84
1290
+ msgid "Get WooCommerce Smart Reminder Emails"
1291
+ msgstr ""
1292
+
1293
+ #: includes/views/wcpdf-extensions.php:93
1294
+ msgid "Automatically send new orders or packing slips to your printer, as soon as the customer orders!"
1295
+ msgstr ""
1296
+
1297
+ #: includes/views/wcpdf-extensions.php:99
1298
+ msgid "Check out the WooCommerce Automatic Order Printing extension from our partners at Simba Hosting"
1299
+ msgstr ""
1300
+
1301
+ #: includes/views/wcpdf-extensions.php:100
1302
+ msgid "WooCommerce Automatic Order Printing"
1303
+ msgstr ""
1304
+
1305
+ #. translators: Premium Templates link
1306
+ #: includes/views/wcpdf-extensions.php:120
1307
+ msgid "Check out the Premium PDF Invoice & Packing Slips templates at %s."
1308
+ msgstr ""
1309
+
1310
+ #. translators: email link
1311
+ #: includes/views/wcpdf-extensions.php:122
1312
+ msgid "For custom templates, contact us at %s."
1313
+ msgstr ""
1314
+
1315
+ #: includes/views/wcpdf-settings-page.php:9
1316
+ msgid "WooCommerce PDF Invoices"
1317
+ msgstr ""
1318
+
1319
+ #: includes/wcpdf-functions.php:209
1320
+ msgid "Error creating PDF, please contact the site owner."
1321
+ msgstr ""
1322
+
1323
+ #: templates/Simple/invoice.php:36
1324
+ #: templates/Simple/packing-slip.php:49
1325
+ msgid "Billing Address:"
1326
+ msgstr ""
1327
+
1328
+ #: templates/Simple/invoice.php:49
1329
+ msgid "Ship To:"
1330
+ msgstr ""
1331
+
1332
+ #: templates/Simple/invoice.php:74
1333
+ #: templates/Simple/packing-slip.php:62
1334
+ msgid "Order Number:"
1335
+ msgstr ""
1336
+
1337
+ #: templates/Simple/invoice.php:78
1338
+ #: templates/Simple/packing-slip.php:66
1339
+ msgid "Order Date:"
1340
+ msgstr ""
1341
+
1342
+ #: templates/Simple/invoice.php:82
1343
+ msgid "Payment Method:"
1344
+ msgstr ""
1345
+
1346
+ #: templates/Simple/invoice.php:96
1347
+ #: templates/Simple/packing-slip.php:84
1348
+ msgid "Product"
1349
+ msgstr ""
1350
+
1351
+ #: templates/Simple/invoice.php:97
1352
+ #: templates/Simple/packing-slip.php:85
1353
+ msgid "Quantity"
1354
+ msgstr ""
1355
+
1356
+ #: templates/Simple/invoice.php:98
1357
+ msgid "Price"
1358
+ msgstr ""
1359
+
1360
+ #: templates/Simple/invoice.php:110
1361
+ #: templates/Simple/packing-slip.php:97
1362
+ msgid "SKU"
1363
+ msgstr ""
1364
+
1365
+ #: templates/Simple/invoice.php:111
1366
+ #: templates/Simple/packing-slip.php:98
1367
+ msgid "SKU:"
1368
+ msgstr ""
1369
+
1370
+ #: templates/Simple/invoice.php:112
1371
+ #: templates/Simple/packing-slip.php:99
1372
+ msgid "Weight:"
1373
+ msgstr ""
1374
+
1375
+ #: templates/Simple/invoice.php:127
1376
+ msgid "Notes"
1377
+ msgstr ""
1378
+
1379
+ #: templates/Simple/invoice.php:135
1380
+ #: templates/Simple/packing-slip.php:117
1381
+ msgid "Customer Notes"
1382
+ msgstr ""
1383
+
1384
+ #: templates/Simple/packing-slip.php:36
1385
+ msgid "Shipping Address:"
1386
+ msgstr ""
1387
+
1388
+ #: templates/Simple/packing-slip.php:70
1389
+ msgid "Shipping Method:"
1390
+ msgstr ""
1391
+
1392
+ #. translators: <a> tags
1393
+ #: woocommerce-pdf-invoices-packingslips.php:271
1394
+ msgid "WooCommerce PDF Invoices & Packing Slips requires %1$sWooCommerce%2$s to be installed & activated!"
1395
+ msgstr ""
1396
+
1397
+ #: woocommerce-pdf-invoices-packingslips.php:282
1398
+ msgid "WooCommerce PDF Invoices & Packing Slips requires PHP 7.1 (7.4 or higher recommended)."
1399
+ msgstr ""
1400
+
1401
+ #. translators: <a> tags
1402
+ #: woocommerce-pdf-invoices-packingslips.php:284
1403
+ msgid "We strongly recommend to %1$supdate your PHP version%2$s."
1404
+ msgstr ""
1405
+
1406
+ #. translators: <a> tags
1407
+ #: woocommerce-pdf-invoices-packingslips.php:286
1408
+ msgid "If you cannot upgrade your PHP version, you can download %1$sthis addon%2$s to enable backwards compatibility with PHP5.6."
1409
+ msgstr ""
1410
+
1411
+ #. translators: directory path
1412
+ #: woocommerce-pdf-invoices-packingslips.php:374
1413
+ msgid "The PDF files in %s are not currently protected due to your site running on <strong>NGINX</strong>."
1414
+ msgstr ""
1415
+
1416
+ #: woocommerce-pdf-invoices-packingslips.php:375
1417
+ msgid "To protect them, you must click the button below."
1418
+ msgstr ""
1419
+
1420
+ #: woocommerce-pdf-invoices-packingslips.php:418
1421
+ msgid "When sending emails with MailPoet 3 and the active sending method is <strong>MailPoet Sending Service</strong> or <strong>Your web host / web server</strong>, MailPoet does not include the <strong>WooCommerce PDF Invoices & Packing Slips</strong> attachments in the emails."
1422
+ msgstr ""
1423
+
1424
+ #: woocommerce-pdf-invoices-packingslips.php:419
1425
+ msgid "To fix this you should select <strong>The default WordPress sending method (default)</strong> on the <strong>Advanced tab</strong>."
1426
+ msgstr ""
1427
+
1428
+ #: woocommerce-pdf-invoices-packingslips.php:420
1429
+ msgid "Change MailPoet sending method to WordPress (default)"
1430
+ msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice,
5
  Requires at least: 3.5
6
  Tested up to: 5.8
7
  Requires PHP: 7.1
8
- Stable tag: 2.10.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -102,6 +102,9 @@ There's a setting on the Status tab of the settings page that allows you to togg
102
 
103
  == Changelog ==
104
 
 
 
 
105
  = 2.10.2 =
106
  * New: Print shipping phone number when available (and enabled in the settings)
107
  * New: Show inline warning on the settings page when the logo is bigger than 600dpi
5
  Requires at least: 3.5
6
  Tested up to: 5.8
7
  Requires PHP: 7.1
8
+ Stable tag: 2.10.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
102
 
103
  == Changelog ==
104
 
105
+ = 2.10.3 =
106
+ * Fix: Secondary address always showed, regardless of setting
107
+
108
  = 2.10.2 =
109
  * New: Print shipping phone number when available (and enabled in the settings)
110
  * New: Show inline warning on the settings page when the logo is bigger than 600dpi
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: 2.10.2
7
  * Author: Ewout Fernhout
8
  * Author URI: http://www.wpovernight.com
9
  * License: GPLv2 or later
@@ -21,7 +21,7 @@ if ( !class_exists( 'WPO_WCPDF' ) ) :
21
 
22
  class WPO_WCPDF {
23
 
24
- public $version = '2.10.2';
25
  public $plugin_basename;
26
  public $legacy_mode;
27
  public $legacy_textdomain;
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: 2.10.3
7
  * Author: Ewout Fernhout
8
  * Author URI: http://www.wpovernight.com
9
  * License: GPLv2 or later
21
 
22
  class WPO_WCPDF {
23
 
24
+ public $version = '2.10.3';
25
  public $plugin_basename;
26
  public $legacy_mode;
27
  public $legacy_textdomain;