WooCommerce PDF Invoices - Version 2.3.17

Version Description

  • December 25, 2016 =

  • Added: Romanian language files

  • Fixed: Shop managers access to view invoices.

  • Fixed: Rating notice showing while activating plugin

Download this release

Release Info

Developer baaaaas
Plugin Icon 128x128 WooCommerce PDF Invoices
Version 2.3.17
Comparing to
See all releases

Code changes from version 2.3.16 to 2.3.17

bootstrap.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce PDF Invoices
4
  * Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
5
  * Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
6
- * Version: 2.3.16
7
  * Author: Bas Elbers
8
  * Author URI: http://wcpdfinvoices.com
9
  * License: GPL-2.0+
@@ -19,7 +19,7 @@ function bewpi_plugins_loaded() {
19
 
20
  $wp_upload_dir = wp_upload_dir();
21
 
22
- define( 'BEWPI_VERSION', '2.3.16' );
23
  define( 'BEWPI_URL', plugins_url( '', __FILE__ ) . '/' );
24
  define( 'BEWPI_DIR', plugin_dir_path( __FILE__ ) . '/' );
25
  define( 'BEWPI_TEMPLATES_DIR', plugin_dir_path( __FILE__ ) . 'includes/templates/' );
3
  * Plugin Name: WooCommerce PDF Invoices
4
  * Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
5
  * Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
6
+ * Version: 2.3.17
7
  * Author: Bas Elbers
8
  * Author URI: http://wcpdfinvoices.com
9
  * License: GPL-2.0+
19
 
20
  $wp_upload_dir = wp_upload_dir();
21
 
22
+ define( 'BEWPI_VERSION', '2.3.17' );
23
  define( 'BEWPI_URL', plugins_url( '', __FILE__ ) . '/' );
24
  define( 'BEWPI_DIR', plugin_dir_path( __FILE__ ) . '/' );
25
  define( 'BEWPI_TEMPLATES_DIR', plugin_dir_path( __FILE__ ) . 'includes/templates/' );
includes/be-woocommerce-pdf-invoices.php CHANGED
@@ -185,7 +185,7 @@ if ( ! class_exists( 'BE_WooCommerce_PDF_Invoices' ) ) {
185
  wp_die( __( 'Invalid order ID', 'be-woocommerce-pdf-invoices' ) );
186
 
187
  $user = wp_get_current_user();
188
- $allowed_roles = array( 'editor', 'administrator', 'author' );
189
  $customer_user_id = get_post_meta( $order_id, '_customer_user', true );
190
  if ( ! array_intersect( $allowed_roles, $user->roles ) && get_current_user_id() != $customer_user_id )
191
  wp_die( __( 'Access denied', 'be-woocommerce-pdf-invoices' ) );
@@ -554,8 +554,8 @@ if ( ! class_exists( 'BE_WooCommerce_PDF_Invoices' ) ) {
554
  if ( current_user_can( 'install_plugins' ) && $hide_notice == '' ) {
555
  // Get installation date
556
  $datetime_install = $this->get_install_date();
557
- //$datetime_past = new DateTime( '-10 days' );
558
- $datetime_past = new DateTime( '-10 second' );
559
 
560
  if ( $datetime_past >= $datetime_install ) {
561
  // 10 or more days ago, show admin notice
185
  wp_die( __( 'Invalid order ID', 'be-woocommerce-pdf-invoices' ) );
186
 
187
  $user = wp_get_current_user();
188
+ $allowed_roles = array( 'administrator', 'shop_manager' );
189
  $customer_user_id = get_post_meta( $order_id, '_customer_user', true );
190
  if ( ! array_intersect( $allowed_roles, $user->roles ) && get_current_user_id() != $customer_user_id )
191
  wp_die( __( 'Access denied', 'be-woocommerce-pdf-invoices' ) );
554
  if ( current_user_can( 'install_plugins' ) && $hide_notice == '' ) {
555
  // Get installation date
556
  $datetime_install = $this->get_install_date();
557
+ $datetime_past = new DateTime( '-10 days' );
558
+ //$datetime_past = new DateTime( '-10 second' );
559
 
560
  if ( $datetime_past >= $datetime_install ) {
561
  // 10 or more days ago, show admin notice
lang/be-woocommerce-pdf-invoices-es_ES.mo CHANGED
Binary file
lang/be-woocommerce-pdf-invoices-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-12-19 12:37+0100\n"
6
- "PO-Revision-Date: 2015-12-19 12:37+0100\n"
7
  "Last-Translator: iduran <iduran@solucionesc2.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-12-25 14:47+0100\n"
6
+ "PO-Revision-Date: 2015-12-25 14:47+0100\n"
7
  "Last-Translator: iduran <iduran@solucionesc2.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
lang/be-woocommerce-pdf-invoices-fr_FR.mo CHANGED
Binary file
lang/be-woocommerce-pdf-invoices-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
- "POT-Creation-Date: 2015-12-19 12:37+0100\n"
5
- "PO-Revision-Date: 2015-12-19 12:37+0100\n"
6
  "Last-Translator: Mosaika.fr <bonjour@mosaika.fr>\n"
7
  "Language-Team: Pierre SAIKALI <pierre@mosaika.fr>\n"
8
  "Language: fr_FR\n"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
+ "POT-Creation-Date: 2015-12-25 14:48+0100\n"
5
+ "PO-Revision-Date: 2015-12-25 14:48+0100\n"
6
  "Last-Translator: Mosaika.fr <bonjour@mosaika.fr>\n"
7
  "Language-Team: Pierre SAIKALI <pierre@mosaika.fr>\n"
8
  "Language: fr_FR\n"
lang/be-woocommerce-pdf-invoices-nb_NO.mo CHANGED
Binary file
lang/be-woocommerce-pdf-invoices-nb_NO.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
- "POT-Creation-Date: 2015-12-12 23:37+0100\n"
5
- "PO-Revision-Date: 2015-12-19 09:50+0100\n"
6
  "Last-Translator: Anders Sorensen <anders@zorensen.no>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.5\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -49,72 +49,86 @@ msgstr ""
49
  "Faktura med fakturanummer %s finnes ikke. Opprett denne fakturaen og forsøk "
50
  "igjen."
51
 
52
- #: includes/abstracts/abstract-bewpi-setting.php:90
53
  msgid "Allowed HTML tags: "
54
  msgstr "Tillatte HTML koder: "
55
 
56
- #: includes/abstracts/abstract-bewpi-setting.php:170
57
  msgid "Remove logo"
58
  msgstr "Fjern logo"
59
 
60
  #: includes/admin/settings/class-bewpi-admin-settings-general.php:86
61
- msgid "View PDF"
62
- msgstr "Vis PDF"
63
-
64
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:94
65
- msgid "Download"
66
- msgstr "Last ned"
67
-
68
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:98
69
- msgid "Open in new browser tab/window"
70
- msgstr "Åpne i ny fane/vindu"
71
-
72
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:107
73
  msgid "Attach to Email"
74
  msgstr "Legg ved e-post"
75
 
76
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:115
77
  msgid "Processing order"
78
  msgstr "Behandler ordre"
79
 
80
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:119
81
  msgid "Completed order"
82
  msgstr "Fullført ordre"
83
 
84
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:123
85
  msgid "Customer invoice"
86
  msgstr "Kundefaktura"
87
 
88
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:127
89
  msgid "Do not attach"
90
  msgstr "Ikke legg ved"
91
 
92
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:141
93
  msgid "Attach to New order Email"
94
  msgstr "Legg til ny bestilling e-post"
95
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  #: includes/admin/settings/class-bewpi-admin-settings-general.php:153
 
 
 
 
 
 
 
 
 
 
97
  msgid "Enable Email It In"
98
  msgstr "Aktiver dette epostvarselet"
99
 
100
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:161
101
  msgid "Email It In account"
102
  msgstr "Email It In konto"
103
 
104
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:166
105
  #, php-format
106
  msgid "Get your account from your Email It In %suser account%s."
107
  msgstr "Få din konto fra din Email It In %suser account%s."
108
 
109
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:180
110
  msgid "Email Options"
111
  msgstr "E-post alternativer"
112
 
113
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:186
 
 
 
 
114
  msgid "Cloud Storage Options"
115
  msgstr "Skylagringsalternativer"
116
 
117
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:193
118
  #, php-format
119
  msgid ""
120
  "Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or "
@@ -124,7 +138,7 @@ msgstr ""
124
  "Drive eller Egnyte og skriv inn kontoen din under."
125
 
126
  #: includes/admin/settings/class-bewpi-admin-settings-template.php:88
127
- #: includes/be-woocommerce-pdf-invoices.php:222
128
  msgid "Template"
129
  msgstr "Mal"
130
 
@@ -404,7 +418,7 @@ msgstr "Filen er ugyldig og inneholder ':' etter den første bokstaven."
404
  msgid "File should be less then 2MB."
405
  msgstr "Filen bør være under 2 megabyte."
406
 
407
- #: includes/be-woocommerce-pdf-invoices.php:132
408
  #, php-format
409
  msgid ""
410
  "Alrighty then! <a href=\"%s\">Let's start configuring <strong>WooCommerce "
@@ -413,23 +427,35 @@ msgstr ""
413
  "Supert! <a href=\"%s\">La oss starte å konfigurere <strong>WooCommerce PDF "
414
  "Faktura</strong></a>."
415
 
416
- #: includes/be-woocommerce-pdf-invoices.php:142
417
  msgid "Settings"
418
  msgstr "Innstillinger"
419
 
420
- #: includes/be-woocommerce-pdf-invoices.php:143
421
  msgid "Premium"
422
  msgstr "Premium"
423
 
424
- #: includes/be-woocommerce-pdf-invoices.php:221
 
 
 
 
 
 
 
 
 
 
 
 
425
  msgid "General"
426
  msgstr "Generelt"
427
 
428
- #: includes/be-woocommerce-pdf-invoices.php:245
429
  msgid "Invoices"
430
  msgstr "PDF Faktura"
431
 
432
- #: includes/be-woocommerce-pdf-invoices.php:284
433
  #, php-format
434
  msgid ""
435
  "If you like <strong>WooCommerce PDF Invoices</strong> please leave us a "
@@ -438,35 +464,35 @@ msgstr ""
438
  "Om du liker <strong>WooCommerce PDF Faktura</strong>, vennligst gi oss en "
439
  "%s★★★★★%s vurdering. På forhånd tusen takk!"
440
 
441
- #: includes/be-woocommerce-pdf-invoices.php:285
442
  #, php-format
443
  msgid "Version %s"
444
  msgstr "Versjon %s"
445
 
446
- #: includes/be-woocommerce-pdf-invoices.php:309
447
  msgid "WooCommerce PDF Invoices Premium"
448
  msgstr "WooCommerce PDF Faktura Premium"
449
 
450
- #: includes/be-woocommerce-pdf-invoices.php:311
451
  msgid ""
452
  "This plugin offers a premium version which comes with the following features:"
453
  msgstr ""
454
  "Denne utvidelsen tilbyr også en premium versjon som kommer med følgende "
455
  "funksjoner:"
456
 
457
- #: includes/be-woocommerce-pdf-invoices.php:312
458
  msgid "Bill periodically by generating and sending global invoices."
459
  msgstr "Fakturer periodisk ved å generere og sende globale fakturaer."
460
 
461
- #: includes/be-woocommerce-pdf-invoices.php:313
462
  msgid "Add additional PDF's to customer invoices."
463
  msgstr "Legg til flere PDFer til kundefakturaer."
464
 
465
- #: includes/be-woocommerce-pdf-invoices.php:314
466
  msgid "Send customer invoices directly to suppliers and others."
467
  msgstr "Send kundefakturaer direkte til leverandører og andre."
468
 
469
- #: includes/be-woocommerce-pdf-invoices.php:315
470
  #, php-format
471
  msgid ""
472
  "Compatible with <a href=\"%s\">WooCommerce Subscriptions</a> plugin emails."
@@ -474,15 +500,15 @@ msgstr ""
474
  "Kompatibel med <a href=\"%s\">WooCommerce Subscriptions</a> utvidelses e-"
475
  "poster."
476
 
477
- #: includes/be-woocommerce-pdf-invoices.php:317
478
  msgid "Learn more"
479
  msgstr "Les mer"
480
 
481
- #: includes/be-woocommerce-pdf-invoices.php:321
482
  msgid "Stay up-to-date"
483
  msgstr "Hold deg oppdatert"
484
 
485
- #: includes/be-woocommerce-pdf-invoices.php:330
486
  msgid ""
487
  "We're constantly developing new features, stay up-to-date by subscribing to "
488
  "our newsletter."
@@ -490,23 +516,23 @@ msgstr ""
490
  "Vi jobber kontinuerlig med å utvikle nye funksjoner, så hold deg oppdatert "
491
  "ved å melde deg på nyhetsbrevet vårt."
492
 
493
- #: includes/be-woocommerce-pdf-invoices.php:336
494
  msgid "Your email address"
495
  msgstr "Din e-post adresse"
496
 
497
- #: includes/be-woocommerce-pdf-invoices.php:339
498
  msgid "Signup"
499
  msgstr "Registrer"
500
 
501
- #: includes/be-woocommerce-pdf-invoices.php:340
502
  msgid "No spam, ever. Unsubscribe at any time"
503
  msgstr "Ingen spam, aldri. Du kan melde deg av når som helst."
504
 
505
- #: includes/be-woocommerce-pdf-invoices.php:348
506
  msgid "About"
507
  msgstr "Om"
508
 
509
- #: includes/be-woocommerce-pdf-invoices.php:349
510
  msgid ""
511
  "This plugin is an open source project wich aims to fill the invoicing gap of "
512
  "<a href=\"http://www.woothemes.com/woocommerce\">WooCommerce</a>."
@@ -515,19 +541,19 @@ msgstr ""
515
  "funksonaliteten med fakturering som mangler i <a href=\"http://www.woothemes."
516
  "com/woocommerce\">WooCommerce</a>."
517
 
518
- #: includes/be-woocommerce-pdf-invoices.php:350
519
  msgid "<b>Version</b>: "
520
  msgstr "<b>Versjon</b>: "
521
 
522
- #: includes/be-woocommerce-pdf-invoices.php:352
523
  msgid "<b>Author</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
524
  msgstr "<b>Skaper</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
525
 
526
- #: includes/be-woocommerce-pdf-invoices.php:355
527
  msgid "Support"
528
  msgstr "Hjelp"
529
 
530
- #: includes/be-woocommerce-pdf-invoices.php:356
531
  msgid ""
532
  "We will never ask for donations, but to garantee future development, we do "
533
  "need your support. Please show us your appreciation by leaving a <a href="
@@ -541,79 +567,79 @@ msgstr ""
541
  "pdf-invoices?rate=5#postform\">★★★★★</a> vurdering og stem på <a href="
542
  "\"https://wordpress.org/plugins/woocommerce-pdf-invoices/\">arbeidet</a>."
543
 
544
- #: includes/be-woocommerce-pdf-invoices.php:375
545
  msgid ""
546
  "Checkout this amazing free WooCommerce PDF Invoices plugin for WordPress!"
547
  msgstr ""
548
  "Sjekk ut denne fantastiske og helt gratis utvidelsen WooCommerce PDF Faktura "
549
  "for WordPress!"
550
 
551
- #: includes/be-woocommerce-pdf-invoices.php:380
552
  msgid "Need Help?"
553
  msgstr "Trenger du hjelp?"
554
 
555
- #: includes/be-woocommerce-pdf-invoices.php:382
556
  msgid "Frequently Asked Questions"
557
  msgstr "Ofte stilte spørsmål"
558
 
559
- #: includes/be-woocommerce-pdf-invoices.php:383
560
  msgid "Support forum"
561
  msgstr "Supportforum"
562
 
563
- #: includes/be-woocommerce-pdf-invoices.php:384
564
  msgid "Request a feature"
565
  msgstr "Foreslå en ny funksjon"
566
 
567
- #: includes/be-woocommerce-pdf-invoices.php:385
568
  msgid "Email us"
569
  msgstr "Send oss en e-post"
570
 
571
- #: includes/be-woocommerce-pdf-invoices.php:440
572
  msgid "PDF Invoice"
573
  msgstr "PDF Faktura"
574
 
575
- #: includes/be-woocommerce-pdf-invoices.php:466
576
  msgid "Invoiced on:"
577
  msgstr "Sendt:"
578
 
579
- #: includes/be-woocommerce-pdf-invoices.php:470
580
  msgid "Invoice number:"
581
  msgstr "Fakturanummer:"
582
 
583
- #: includes/be-woocommerce-pdf-invoices.php:508
584
  msgid "View invoice"
585
  msgstr "Vis faktura"
586
 
587
- #: includes/be-woocommerce-pdf-invoices.php:508
588
  msgid "View"
589
  msgstr "Vis"
590
 
591
- #: includes/be-woocommerce-pdf-invoices.php:509
592
  msgid "Cancel invoice"
593
  msgstr "Slett faktura"
594
 
595
- #: includes/be-woocommerce-pdf-invoices.php:509
596
  msgid "Cancel"
597
  msgstr "Slett"
598
 
599
- #: includes/be-woocommerce-pdf-invoices.php:511
600
  msgid "Are you sure to delete the invoice?"
601
  msgstr "Er du sikker på at du vil slette fakturaen?"
602
 
603
- #: includes/be-woocommerce-pdf-invoices.php:514
604
  msgid "Create invoice"
605
  msgstr "Opprett faktura"
606
 
607
- #: includes/be-woocommerce-pdf-invoices.php:514
608
  msgid "Create"
609
  msgstr "Opprett"
610
 
611
- #: includes/be-woocommerce-pdf-invoices.php:547
612
  #, php-format
613
  msgid "Invoice %s (PDF)"
614
  msgstr "Faktura %s (PDF)"
615
 
616
- #: includes/be-woocommerce-pdf-invoices.php:658
617
  #, php-format
618
  msgid ""
619
  "You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
+ "POT-Creation-Date: 2015-12-25 14:48+0100\n"
5
+ "PO-Revision-Date: 2015-12-25 14:48+0100\n"
6
  "Last-Translator: Anders Sorensen <anders@zorensen.no>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.3\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
49
  "Faktura med fakturanummer %s finnes ikke. Opprett denne fakturaen og forsøk "
50
  "igjen."
51
 
52
+ #: includes/abstracts/abstract-bewpi-setting.php:98
53
  msgid "Allowed HTML tags: "
54
  msgstr "Tillatte HTML koder: "
55
 
56
+ #: includes/abstracts/abstract-bewpi-setting.php:173
57
  msgid "Remove logo"
58
  msgstr "Fjern logo"
59
 
60
  #: includes/admin/settings/class-bewpi-admin-settings-general.php:86
 
 
 
 
 
 
 
 
 
 
 
 
61
  msgid "Attach to Email"
62
  msgstr "Legg ved e-post"
63
 
64
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:94
65
  msgid "Processing order"
66
  msgstr "Behandler ordre"
67
 
68
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:98
69
  msgid "Completed order"
70
  msgstr "Fullført ordre"
71
 
72
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:102
73
  msgid "Customer invoice"
74
  msgstr "Kundefaktura"
75
 
76
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:106
77
  msgid "Do not attach"
78
  msgstr "Ikke legg ved"
79
 
80
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:120
81
  msgid "Attach to New order Email"
82
  msgstr "Legg til ny bestilling e-post"
83
 
84
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:127
85
+ msgid "View PDF"
86
+ msgstr "Vis PDF"
87
+
88
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:135
89
+ msgid "Download"
90
+ msgstr "Last ned"
91
+
92
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:139
93
+ msgid "Open in new browser tab/window"
94
+ msgstr "Åpne i ny fane/vindu"
95
+
96
  #: includes/admin/settings/class-bewpi-admin-settings-general.php:153
97
+ msgid "Enable download from account"
98
+ msgstr ""
99
+
100
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:154
101
+ msgid ""
102
+ "<br/><div class=\"bewpi-notes\">Let customers download invoice from account "
103
+ "page.</div>"
104
+ msgstr ""
105
+
106
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:166
107
  msgid "Enable Email It In"
108
  msgstr "Aktiver dette epostvarselet"
109
 
110
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:174
111
  msgid "Email It In account"
112
  msgstr "Email It In konto"
113
 
114
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:179
115
  #, php-format
116
  msgid "Get your account from your Email It In %suser account%s."
117
  msgstr "Få din konto fra din Email It In %suser account%s."
118
 
119
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:193
120
  msgid "Email Options"
121
  msgstr "E-post alternativer"
122
 
123
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:199
124
+ msgid "Download Options"
125
+ msgstr ""
126
+
127
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:205
128
  msgid "Cloud Storage Options"
129
  msgstr "Skylagringsalternativer"
130
 
131
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:213
132
  #, php-format
133
  msgid ""
134
  "Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or "
138
  "Drive eller Egnyte og skriv inn kontoen din under."
139
 
140
  #: includes/admin/settings/class-bewpi-admin-settings-template.php:88
141
+ #: includes/be-woocommerce-pdf-invoices.php:219
142
  msgid "Template"
143
  msgstr "Mal"
144
 
418
  msgid "File should be less then 2MB."
419
  msgstr "Filen bør være under 2 megabyte."
420
 
421
+ #: includes/be-woocommerce-pdf-invoices.php:126
422
  #, php-format
423
  msgid ""
424
  "Alrighty then! <a href=\"%s\">Let's start configuring <strong>WooCommerce "
427
  "Supert! <a href=\"%s\">La oss starte å konfigurere <strong>WooCommerce PDF "
428
  "Faktura</strong></a>."
429
 
430
+ #: includes/be-woocommerce-pdf-invoices.php:136
431
  msgid "Settings"
432
  msgstr "Innstillinger"
433
 
434
+ #: includes/be-woocommerce-pdf-invoices.php:137
435
  msgid "Premium"
436
  msgstr "Premium"
437
 
438
+ #: includes/be-woocommerce-pdf-invoices.php:182
439
+ msgid "Invalid request"
440
+ msgstr ""
441
+
442
+ #: includes/be-woocommerce-pdf-invoices.php:185
443
+ msgid "Invalid order ID"
444
+ msgstr ""
445
+
446
+ #: includes/be-woocommerce-pdf-invoices.php:191
447
+ msgid "Access denied"
448
+ msgstr ""
449
+
450
+ #: includes/be-woocommerce-pdf-invoices.php:218
451
  msgid "General"
452
  msgstr "Generelt"
453
 
454
+ #: includes/be-woocommerce-pdf-invoices.php:242
455
  msgid "Invoices"
456
  msgstr "PDF Faktura"
457
 
458
+ #: includes/be-woocommerce-pdf-invoices.php:281
459
  #, php-format
460
  msgid ""
461
  "If you like <strong>WooCommerce PDF Invoices</strong> please leave us a "
464
  "Om du liker <strong>WooCommerce PDF Faktura</strong>, vennligst gi oss en "
465
  "%s★★★★★%s vurdering. På forhånd tusen takk!"
466
 
467
+ #: includes/be-woocommerce-pdf-invoices.php:282
468
  #, php-format
469
  msgid "Version %s"
470
  msgstr "Versjon %s"
471
 
472
+ #: includes/be-woocommerce-pdf-invoices.php:306
473
  msgid "WooCommerce PDF Invoices Premium"
474
  msgstr "WooCommerce PDF Faktura Premium"
475
 
476
+ #: includes/be-woocommerce-pdf-invoices.php:308
477
  msgid ""
478
  "This plugin offers a premium version which comes with the following features:"
479
  msgstr ""
480
  "Denne utvidelsen tilbyr også en premium versjon som kommer med følgende "
481
  "funksjoner:"
482
 
483
+ #: includes/be-woocommerce-pdf-invoices.php:309
484
  msgid "Bill periodically by generating and sending global invoices."
485
  msgstr "Fakturer periodisk ved å generere og sende globale fakturaer."
486
 
487
+ #: includes/be-woocommerce-pdf-invoices.php:310
488
  msgid "Add additional PDF's to customer invoices."
489
  msgstr "Legg til flere PDFer til kundefakturaer."
490
 
491
+ #: includes/be-woocommerce-pdf-invoices.php:311
492
  msgid "Send customer invoices directly to suppliers and others."
493
  msgstr "Send kundefakturaer direkte til leverandører og andre."
494
 
495
+ #: includes/be-woocommerce-pdf-invoices.php:312
496
  #, php-format
497
  msgid ""
498
  "Compatible with <a href=\"%s\">WooCommerce Subscriptions</a> plugin emails."
500
  "Kompatibel med <a href=\"%s\">WooCommerce Subscriptions</a> utvidelses e-"
501
  "poster."
502
 
503
+ #: includes/be-woocommerce-pdf-invoices.php:314
504
  msgid "Learn more"
505
  msgstr "Les mer"
506
 
507
+ #: includes/be-woocommerce-pdf-invoices.php:318
508
  msgid "Stay up-to-date"
509
  msgstr "Hold deg oppdatert"
510
 
511
+ #: includes/be-woocommerce-pdf-invoices.php:327
512
  msgid ""
513
  "We're constantly developing new features, stay up-to-date by subscribing to "
514
  "our newsletter."
516
  "Vi jobber kontinuerlig med å utvikle nye funksjoner, så hold deg oppdatert "
517
  "ved å melde deg på nyhetsbrevet vårt."
518
 
519
+ #: includes/be-woocommerce-pdf-invoices.php:333
520
  msgid "Your email address"
521
  msgstr "Din e-post adresse"
522
 
523
+ #: includes/be-woocommerce-pdf-invoices.php:336
524
  msgid "Signup"
525
  msgstr "Registrer"
526
 
527
+ #: includes/be-woocommerce-pdf-invoices.php:337
528
  msgid "No spam, ever. Unsubscribe at any time"
529
  msgstr "Ingen spam, aldri. Du kan melde deg av når som helst."
530
 
531
+ #: includes/be-woocommerce-pdf-invoices.php:345
532
  msgid "About"
533
  msgstr "Om"
534
 
535
+ #: includes/be-woocommerce-pdf-invoices.php:346
536
  msgid ""
537
  "This plugin is an open source project wich aims to fill the invoicing gap of "
538
  "<a href=\"http://www.woothemes.com/woocommerce\">WooCommerce</a>."
541
  "funksonaliteten med fakturering som mangler i <a href=\"http://www.woothemes."
542
  "com/woocommerce\">WooCommerce</a>."
543
 
544
+ #: includes/be-woocommerce-pdf-invoices.php:347
545
  msgid "<b>Version</b>: "
546
  msgstr "<b>Versjon</b>: "
547
 
548
+ #: includes/be-woocommerce-pdf-invoices.php:349
549
  msgid "<b>Author</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
550
  msgstr "<b>Skaper</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
551
 
552
+ #: includes/be-woocommerce-pdf-invoices.php:352
553
  msgid "Support"
554
  msgstr "Hjelp"
555
 
556
+ #: includes/be-woocommerce-pdf-invoices.php:353
557
  msgid ""
558
  "We will never ask for donations, but to garantee future development, we do "
559
  "need your support. Please show us your appreciation by leaving a <a href="
567
  "pdf-invoices?rate=5#postform\">★★★★★</a> vurdering og stem på <a href="
568
  "\"https://wordpress.org/plugins/woocommerce-pdf-invoices/\">arbeidet</a>."
569
 
570
+ #: includes/be-woocommerce-pdf-invoices.php:372
571
  msgid ""
572
  "Checkout this amazing free WooCommerce PDF Invoices plugin for WordPress!"
573
  msgstr ""
574
  "Sjekk ut denne fantastiske og helt gratis utvidelsen WooCommerce PDF Faktura "
575
  "for WordPress!"
576
 
577
+ #: includes/be-woocommerce-pdf-invoices.php:377
578
  msgid "Need Help?"
579
  msgstr "Trenger du hjelp?"
580
 
581
+ #: includes/be-woocommerce-pdf-invoices.php:379
582
  msgid "Frequently Asked Questions"
583
  msgstr "Ofte stilte spørsmål"
584
 
585
+ #: includes/be-woocommerce-pdf-invoices.php:380
586
  msgid "Support forum"
587
  msgstr "Supportforum"
588
 
589
+ #: includes/be-woocommerce-pdf-invoices.php:381
590
  msgid "Request a feature"
591
  msgstr "Foreslå en ny funksjon"
592
 
593
+ #: includes/be-woocommerce-pdf-invoices.php:382
594
  msgid "Email us"
595
  msgstr "Send oss en e-post"
596
 
597
+ #: includes/be-woocommerce-pdf-invoices.php:437
598
  msgid "PDF Invoice"
599
  msgstr "PDF Faktura"
600
 
601
+ #: includes/be-woocommerce-pdf-invoices.php:463
602
  msgid "Invoiced on:"
603
  msgstr "Sendt:"
604
 
605
+ #: includes/be-woocommerce-pdf-invoices.php:467
606
  msgid "Invoice number:"
607
  msgstr "Fakturanummer:"
608
 
609
+ #: includes/be-woocommerce-pdf-invoices.php:505
610
  msgid "View invoice"
611
  msgstr "Vis faktura"
612
 
613
+ #: includes/be-woocommerce-pdf-invoices.php:505
614
  msgid "View"
615
  msgstr "Vis"
616
 
617
+ #: includes/be-woocommerce-pdf-invoices.php:506
618
  msgid "Cancel invoice"
619
  msgstr "Slett faktura"
620
 
621
+ #: includes/be-woocommerce-pdf-invoices.php:506
622
  msgid "Cancel"
623
  msgstr "Slett"
624
 
625
+ #: includes/be-woocommerce-pdf-invoices.php:508
626
  msgid "Are you sure to delete the invoice?"
627
  msgstr "Er du sikker på at du vil slette fakturaen?"
628
 
629
+ #: includes/be-woocommerce-pdf-invoices.php:511
630
  msgid "Create invoice"
631
  msgstr "Opprett faktura"
632
 
633
+ #: includes/be-woocommerce-pdf-invoices.php:511
634
  msgid "Create"
635
  msgstr "Opprett"
636
 
637
+ #: includes/be-woocommerce-pdf-invoices.php:534
638
  #, php-format
639
  msgid "Invoice %s (PDF)"
640
  msgstr "Faktura %s (PDF)"
641
 
642
+ #: includes/be-woocommerce-pdf-invoices.php:644
643
  #, php-format
644
  msgid ""
645
  "You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
lang/be-woocommerce-pdf-invoices-nl_NL.mo CHANGED
Binary file
lang/be-woocommerce-pdf-invoices-nl_NL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
- "POT-Creation-Date: 2015-12-19 12:37+0100\n"
5
- "PO-Revision-Date: 2015-12-19 12:37+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl_NL\n"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
+ "POT-Creation-Date: 2015-12-25 14:48+0100\n"
5
+ "PO-Revision-Date: 2015-12-25 14:48+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl_NL\n"
lang/be-woocommerce-pdf-invoices-ro_RO.mo ADDED
Binary file
lang/be-woocommerce-pdf-invoices-ro_RO.po ADDED
@@ -0,0 +1,725 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: \n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-12-25 09:22+0200\n"
11
+ "PO-Revision-Date: 2015-12-25 12:45+0200\n"
12
+ "Language-Team: \n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Generator: Poedit 1.8.6\n"
17
+ "Last-Translator: \n"
18
+ "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
19
+ "2:1));\n"
20
+ "Language: ro\n"
21
+
22
+ #: includes/be-woocommerce-pdf-invoices.php:126
23
+ #, php-format
24
+ msgid ""
25
+ "Alrighty then! <a href=\"%s\">Let's start configuring <strong>WooCommerce "
26
+ "PDF Invoices</strong></a>."
27
+ msgstr ""
28
+ "Să incepem <a href=\"%s\">configurarea <strong>WooCommerce Facturi PDF</"
29
+ "strong></a>."
30
+
31
+ #: includes/be-woocommerce-pdf-invoices.php:136
32
+ msgid "Settings"
33
+ msgstr "Setări"
34
+
35
+ #: includes/be-woocommerce-pdf-invoices.php:137
36
+ msgid "Premium"
37
+ msgstr "Premium"
38
+
39
+ #: includes/be-woocommerce-pdf-invoices.php:182
40
+ msgid "Invalid request"
41
+ msgstr "Cerere invalidă"
42
+
43
+ #: includes/be-woocommerce-pdf-invoices.php:185
44
+ msgid "Invalid order ID"
45
+ msgstr "Număr de ordin invalid"
46
+
47
+ #: includes/be-woocommerce-pdf-invoices.php:191
48
+ msgid "Access denied"
49
+ msgstr "Acces interzis"
50
+
51
+ #: includes/be-woocommerce-pdf-invoices.php:218
52
+ msgid "General"
53
+ msgstr "General"
54
+
55
+ #: includes/be-woocommerce-pdf-invoices.php:219
56
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:88
57
+ msgid "Template"
58
+ msgstr "Template"
59
+
60
+ #: includes/be-woocommerce-pdf-invoices.php:242
61
+ msgid "Invoices"
62
+ msgstr "Facturi PDF"
63
+
64
+ #: includes/be-woocommerce-pdf-invoices.php:281
65
+ #, php-format
66
+ msgid ""
67
+ "If you like <strong>WooCommerce PDF Invoices</strong> please leave us a "
68
+ "%s★★★★★%s rating. A huge thank you in advance!"
69
+ msgstr ""
70
+ "Dacă vă place <strong>WooCommerce Facturi PDF</strong> vă rugam să ne lăsați "
71
+ "un rating %s★★★★★%s. Mulțumiri in avans!"
72
+
73
+ #: includes/be-woocommerce-pdf-invoices.php:282
74
+ #, php-format
75
+ msgid "Version %s"
76
+ msgstr "Versiunea %s"
77
+
78
+ #: includes/be-woocommerce-pdf-invoices.php:306
79
+ msgid "WooCommerce PDF Invoices Premium"
80
+ msgstr "WooCommerce Facturi PDF Premium"
81
+
82
+ #: includes/be-woocommerce-pdf-invoices.php:308
83
+ msgid ""
84
+ "This plugin offers a premium version which comes with the following features:"
85
+ msgstr ""
86
+ "Acest plugin oferă o versiune premium care vine cu următoarele facilitați:"
87
+
88
+ #: includes/be-woocommerce-pdf-invoices.php:309
89
+ msgid "Bill periodically by generating and sending global invoices."
90
+ msgstr "Facturează periodic generând și trimițând facturi globale."
91
+
92
+ #: includes/be-woocommerce-pdf-invoices.php:310
93
+ msgid "Add additional PDF's to customer invoices."
94
+ msgstr "Adaugă facturi PDF adiționale la facturi client."
95
+
96
+ #: includes/be-woocommerce-pdf-invoices.php:311
97
+ msgid "Send customer invoices directly to suppliers and others."
98
+ msgstr "Trimite facturi client direct la furnizori și terțe părți."
99
+
100
+ #: includes/be-woocommerce-pdf-invoices.php:312
101
+ #, php-format
102
+ msgid ""
103
+ "Compatible with <a href=\"%s\">WooCommerce Subscriptions</a> plugin emails."
104
+ msgstr ""
105
+ "Compatibil cu emailurile pentru pluginul <a href=\"%s\">WooCommerce "
106
+ "Subscriptions</a>."
107
+
108
+ #: includes/be-woocommerce-pdf-invoices.php:314
109
+ msgid "Learn more"
110
+ msgstr "Află mai multe"
111
+
112
+ #: includes/be-woocommerce-pdf-invoices.php:318
113
+ msgid "Stay up-to-date"
114
+ msgstr "Află ultimele noutăți"
115
+
116
+ #: includes/be-woocommerce-pdf-invoices.php:327
117
+ msgid ""
118
+ "We're constantly developing new features, stay up-to-date by subscribing to "
119
+ "our newsletter."
120
+ msgstr ""
121
+ "Dezvoltăm noi opțiuni, aflați ultimele noutăți abonându-vă la newsletter."
122
+
123
+ #: includes/be-woocommerce-pdf-invoices.php:333
124
+ msgid "Your email address"
125
+ msgstr "Adresa dvs. email"
126
+
127
+ #: includes/be-woocommerce-pdf-invoices.php:336
128
+ msgid "Signup"
129
+ msgstr "Abonare"
130
+
131
+ #: includes/be-woocommerce-pdf-invoices.php:337
132
+ msgid "No spam, ever. Unsubscribe at any time"
133
+ msgstr "Niciodată spam. Anulare subscriere oricând."
134
+
135
+ #: includes/be-woocommerce-pdf-invoices.php:345
136
+ msgid "About"
137
+ msgstr "Despre"
138
+
139
+ #: includes/be-woocommerce-pdf-invoices.php:346
140
+ msgid ""
141
+ "This plugin is an open source project wich aims to fill the invoicing gap of "
142
+ "<a href=\"http://www.woothemes.com/woocommerce\">WooCommerce</a>."
143
+ msgstr ""
144
+ "Acest plugin este un proiect care vrea să acopere gaura facturărilor PDF a "
145
+ "<a href=\"http://www.woothemes.com/woocommerce\">WooCommerce</a>."
146
+
147
+ #: includes/be-woocommerce-pdf-invoices.php:347
148
+ msgid "<b>Version</b>: "
149
+ msgstr "Versiunea"
150
+
151
+ #: includes/be-woocommerce-pdf-invoices.php:349
152
+ msgid "<b>Author</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
153
+ msgstr "<b>Autor</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
154
+
155
+ #: includes/be-woocommerce-pdf-invoices.php:352
156
+ msgid "Support"
157
+ msgstr "Suport"
158
+
159
+ #: includes/be-woocommerce-pdf-invoices.php:353
160
+ msgid ""
161
+ "We will never ask for donations, but to garantee future development, we do "
162
+ "need your support. Please show us your appreciation by leaving a <a href="
163
+ "\"https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?"
164
+ "rate=5#postform\">★★★★★</a> rating and vote for <a href=\"https://wordpress."
165
+ "org/plugins/woocommerce-pdf-invoices/\">works</a>."
166
+ msgstr ""
167
+ "Nu vom cere niciodată donații însă garantăm dezvoltare in viitor, avem deci "
168
+ "nevoie de suportul dvs. Văa rugăm să vă arătați aprecierea lăsând un "
169
+ "calificativ <a href=\"https://wordpress.org/support/view/plugin-reviews/"
170
+ "woocommerce-pdf-invoices?rate=5#postform\">★★★★★</a> și votând pentru <a "
171
+ "href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices/\">munca "
172
+ "noastră</a>."
173
+
174
+ #: includes/be-woocommerce-pdf-invoices.php:372
175
+ msgid ""
176
+ "Checkout this amazing free WooCommerce PDF Invoices plugin for WordPress!"
177
+ msgstr ""
178
+ "Verificați acest nemaipomenit plugin gratuit WooCommerce Facturi PDF pentru "
179
+ "WordPress!"
180
+
181
+ #: includes/be-woocommerce-pdf-invoices.php:377
182
+ msgid "Need Help?"
183
+ msgstr "Aveți nevoie de ajutor ?"
184
+
185
+ #: includes/be-woocommerce-pdf-invoices.php:379
186
+ msgid "Frequently Asked Questions"
187
+ msgstr "Întrebări frecvente"
188
+
189
+ #: includes/be-woocommerce-pdf-invoices.php:380
190
+ msgid "Support forum"
191
+ msgstr "Forum de suport"
192
+
193
+ #: includes/be-woocommerce-pdf-invoices.php:381
194
+ msgid "Request a feature"
195
+ msgstr "Cere o nouă opțiune"
196
+
197
+ #: includes/be-woocommerce-pdf-invoices.php:382
198
+ msgid "Email us"
199
+ msgstr "Trimite-ne un email"
200
+
201
+ #: includes/be-woocommerce-pdf-invoices.php:437
202
+ msgid "PDF Invoice"
203
+ msgstr "Factură PDF"
204
+
205
+ #: includes/be-woocommerce-pdf-invoices.php:463
206
+ msgid "Invoiced on:"
207
+ msgstr "Facturat pe data:"
208
+
209
+ #: includes/be-woocommerce-pdf-invoices.php:467
210
+ msgid "Invoice number:"
211
+ msgstr "Număr factură"
212
+
213
+ #: includes/be-woocommerce-pdf-invoices.php:505
214
+ msgid "View invoice"
215
+ msgstr "Vezi factura"
216
+
217
+ #: includes/be-woocommerce-pdf-invoices.php:505
218
+ msgid "View"
219
+ msgstr "Vizualizare"
220
+
221
+ #: includes/be-woocommerce-pdf-invoices.php:506
222
+ msgid "Cancel invoice"
223
+ msgstr "Anulare factură"
224
+
225
+ #: includes/be-woocommerce-pdf-invoices.php:506
226
+ msgid "Cancel"
227
+ msgstr "Anulare"
228
+
229
+ #: includes/be-woocommerce-pdf-invoices.php:508
230
+ msgid "Are you sure to delete the invoice?"
231
+ msgstr "Ești sigur că vrei să ștergi factura ?"
232
+
233
+ #: includes/be-woocommerce-pdf-invoices.php:511
234
+ msgid "Create invoice"
235
+ msgstr "Crează factură"
236
+
237
+ #: includes/be-woocommerce-pdf-invoices.php:511
238
+ msgid "Create"
239
+ msgstr "Crează"
240
+
241
+ #: includes/be-woocommerce-pdf-invoices.php:534
242
+ #, php-format
243
+ msgid "Invoice %s (PDF)"
244
+ msgstr "Factura %s (PDF)"
245
+
246
+ #: includes/be-woocommerce-pdf-invoices.php:644
247
+ #, php-format
248
+ msgid ""
249
+ "You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
250
+ "really need your ★★★★★ rating. It will support future development big-time. "
251
+ "A huge thanks in advance and keep up the good work! <br /> <a href='%s' "
252
+ "target='_blank'>Yes, will do it right away!</a> - <a href='%s'>No, already "
253
+ "done it!</a>"
254
+ msgstr ""
255
+ "Lucrați cu <b>WooCommerce Facturi PDF</b> de ceva timp. Chiar avem nevoie de "
256
+ "un vot ★★★★★ . Ne va ajuta pentru dezvoltări viitoare foarte mult. Vă "
257
+ "mulțumim în avans! <br /> <a href='%s' target='_blank'>Da, o voi face "
258
+ "imediat!</a> - <a href='%s'>Nu, am facut-o deja!</a>"
259
+
260
+ #: includes/class-bewpi-invoice.php:48
261
+ msgid ""
262
+ "Whoops, no template found. Please select a template on the Template settings "
263
+ "page first."
264
+ msgstr ""
265
+ "Ups, nu am găsit nici un template. Vă rugăm selectați un template din setări "
266
+ "mai întai."
267
+
268
+ #: includes/abstracts/abstract-bewpi-document.php:64
269
+ msgid "Paid"
270
+ msgstr "Plătit"
271
+
272
+ #: includes/abstracts/abstract-bewpi-invoice.php:255
273
+ #, php-format
274
+ msgid ""
275
+ "Could not create invoice. In order to reset invoice number with %d, delete "
276
+ "all invoices with invoice number %s and greater."
277
+ msgstr ""
278
+
279
+ #: includes/abstracts/abstract-bewpi-invoice.php:260
280
+ #, php-format
281
+ msgid ""
282
+ "Could not create invoice. Invoice with invoice number %s already exists. "
283
+ "First delete invoice and try again."
284
+ msgstr ""
285
+
286
+ #: includes/abstracts/abstract-bewpi-invoice.php:299
287
+ #, php-format
288
+ msgid ""
289
+ "Invoice with invoice number %s not found. First create invoice and try again."
290
+ msgstr ""
291
+
292
+ #: includes/abstracts/abstract-bewpi-setting.php:98
293
+ msgid "Allowed HTML tags: "
294
+ msgstr ""
295
+
296
+ #: includes/abstracts/abstract-bewpi-setting.php:173
297
+ msgid "Remove logo"
298
+ msgstr ""
299
+
300
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:86
301
+ msgid "Attach to Email"
302
+ msgstr ""
303
+
304
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:94
305
+ msgid "Processing order"
306
+ msgstr ""
307
+
308
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:98
309
+ msgid "Completed order"
310
+ msgstr ""
311
+
312
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:102
313
+ msgid "Customer invoice"
314
+ msgstr ""
315
+
316
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:106
317
+ msgid "Do not attach"
318
+ msgstr ""
319
+
320
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:120
321
+ msgid "Attach to New order Email"
322
+ msgstr ""
323
+
324
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:127
325
+ msgid "View PDF"
326
+ msgstr "Vezi PDF"
327
+
328
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:135
329
+ msgid "Download"
330
+ msgstr "Descarcă"
331
+
332
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:139
333
+ msgid "Open in new browser tab/window"
334
+ msgstr "Deschide în tab/fereastră nouă a browser-ului."
335
+
336
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:153
337
+ msgid "Enable download from account"
338
+ msgstr "Activeaza descărcarea din cont"
339
+
340
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:154
341
+ msgid ""
342
+ "<br/><div class=\"bewpi-notes\">Let customers download invoice from account "
343
+ "page.</div>"
344
+ msgstr ""
345
+
346
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:166
347
+ msgid "Enable Email It In"
348
+ msgstr "Activează trimiterea de email"
349
+
350
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:174
351
+ msgid "Email It In account"
352
+ msgstr "Cont pentru email"
353
+
354
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:179
355
+ #, php-format
356
+ msgid "Get your account from your Email It In %suser account%s."
357
+ msgstr "Luați contul email din %suser account%s."
358
+
359
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:193
360
+ msgid "Email Options"
361
+ msgstr "Opțiuni email"
362
+
363
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:199
364
+ msgid "Download Options"
365
+ msgstr "Opțiuni descărcare"
366
+
367
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:205
368
+ msgid "Cloud Storage Options"
369
+ msgstr "Opțiuni Storage Cloud"
370
+
371
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:213
372
+ #, php-format
373
+ msgid ""
374
+ "Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or "
375
+ "Egnyte and enter your account below."
376
+ msgstr ""
377
+
378
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:100
379
+ msgid "Color theme"
380
+ msgstr "Temă culori"
381
+
382
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:111
383
+ msgid "Date format"
384
+ msgstr "Format dată"
385
+
386
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:116
387
+ #, php-format
388
+ msgid "%sFormat%s of invoice date and order date."
389
+ msgstr ""
390
+
391
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:131
392
+ msgid "Display prices including tax"
393
+ msgstr "Afișează prețuti incluzând taxele"
394
+
395
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:132
396
+ msgid ""
397
+ "Line item totals will be including tax. <br/><b>Note</b>: Subtotal will "
398
+ "still be excluding tax, so disable it within the visible columns section."
399
+ msgstr ""
400
+
401
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:144
402
+ msgid "Shipping taxable"
403
+ msgstr "Livrare taxablă"
404
+
405
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:145
406
+ msgid "Enable to display subtotal including shipping."
407
+ msgstr "Activează afișsarea subtotalului inclusiv taxa de livrare."
408
+
409
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:157
410
+ msgid "Mark invoice as paid"
411
+ msgstr "Marchează factura PDF ca fiind plătită (watermark)"
412
+
413
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:158
414
+ msgid "Invoice will be watermarked when order has been paid."
415
+ msgstr "Factura va fi marcata cu watermark când ordinul va fi plătit."
416
+
417
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:166
418
+ msgid "Company name"
419
+ msgstr "Numele companiei"
420
+
421
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:177
422
+ msgid "Company logo"
423
+ msgstr "Logo-ul companiei"
424
+
425
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:188
426
+ msgid "Company address"
427
+ msgstr "Adresa companiei"
428
+
429
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:193
430
+ msgid "Displayed in upper-right corner near logo."
431
+ msgstr "Afișează în colțul dreapta-sus lângă logo."
432
+
433
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:199
434
+ msgid "Company details"
435
+ msgstr "Detalii companie"
436
+
437
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:204
438
+ msgid "Displayed below company address."
439
+ msgstr "Afișează sub adresa companiei."
440
+
441
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:211
442
+ msgid "Thank you text"
443
+ msgstr "Text de mulțumire"
444
+
445
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:216
446
+ msgid "Displayed in big colored bar directly after invoice total."
447
+ msgstr "Afișat în bară mare colorata după total factură."
448
+
449
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:217
450
+ msgid "Thank you for your purchase!"
451
+ msgstr "Vă multumim pentru cumpărăturile efectuate!"
452
+
453
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:227
454
+ msgid "Show customer notes"
455
+ msgstr "Arată notițe client"
456
+
457
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:234
458
+ msgid "Terms & conditions, policies etc."
459
+ msgstr "Termei și condițtii, politici, etc."
460
+
461
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:239
462
+ #, php-format
463
+ msgid ""
464
+ "Displayed below customer notes and above footer. Want to attach additional "
465
+ "pages to the invoice? Take a look at the <a href=\"%s\">Premium</a> plugin."
466
+ msgstr ""
467
+
468
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:240
469
+ msgid "Items will be shipped within 2 days."
470
+ msgstr "Produsele vor fi livrate în 2 zile."
471
+
472
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:246
473
+ msgid "Left footer column."
474
+ msgstr "Coloană bară jos stânga."
475
+
476
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:252
477
+ #, php-format
478
+ msgid "<b>Payment method</b> %s"
479
+ msgstr "<b>Metodă plată</b> %s"
480
+
481
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:257
482
+ msgid "Right footer column."
483
+ msgstr "Coloană bară jos dreapta."
484
+
485
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:262
486
+ msgid "Leave empty to show page numbering."
487
+ msgstr "Lăsați gol pentru a afișa numărătoarea paginii."
488
+
489
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:269
490
+ msgid "Type"
491
+ msgstr "Tip"
492
+
493
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:277
494
+ msgid "WooCommerce order number"
495
+ msgstr "Număr de ordin WooCommerce"
496
+
497
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:281
498
+ msgid "Sequential number"
499
+ msgstr "Număr secvențial."
500
+
501
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:295
502
+ msgid "Reset invoice counter"
503
+ msgstr "Reset număratoare facturi."
504
+
505
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:305
506
+ msgid "Next"
507
+ msgstr "Urmatorul"
508
+
509
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:310
510
+ msgid ""
511
+ "Reset the invoice counter and start counting from given invoice number.<br/"
512
+ "><b>Note:</b> Only available for Sequential numbering and value will be "
513
+ "editable by selecting checkbox. Next number needs to be lower then highest "
514
+ "existing invoice number or delete invoices first."
515
+ msgstr ""
516
+
517
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:320
518
+ msgid "Digits"
519
+ msgstr "Cifre"
520
+
521
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:336
522
+ msgid "[prefix]"
523
+ msgstr ""
524
+
525
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:347
526
+ msgid "[suffix]"
527
+ msgstr ""
528
+
529
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:358
530
+ msgid "Format"
531
+ msgstr "Formatare"
532
+
533
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:363
534
+ #, php-format
535
+ msgid ""
536
+ "Allowed placeholders: %s %s %s %s %s %s.<br/>%sNote:%s %s is required and "
537
+ "slashes aren't supported."
538
+ msgstr ""
539
+
540
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:377
541
+ msgid "Reset on 1st of january"
542
+ msgstr "Reset pe 1 Ianuarie"
543
+
544
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:390
545
+ #: includes/templates/invoices/global/micro/body.php:44
546
+ #: includes/templates/invoices/simple/micro/body.php:46
547
+ msgid "SKU"
548
+ msgstr "Cod produs (SKU)"
549
+
550
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:402
551
+ #: includes/templates/invoices/global/micro/body.php:236
552
+ #: includes/templates/invoices/simple/micro/body.php:222
553
+ msgid "Subtotal"
554
+ msgstr "Subtotal"
555
+
556
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:414
557
+ msgid "Tax (item)"
558
+ msgstr "Taxe (produs)"
559
+
560
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:426
561
+ msgid "Tax (total)"
562
+ msgstr "Taxe (total)"
563
+
564
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:438
565
+ #: includes/templates/invoices/global/micro/body.php:220
566
+ #: includes/templates/invoices/simple/micro/body.php:206
567
+ msgid "Discount"
568
+ msgstr "Reducere"
569
+
570
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:450
571
+ #: includes/templates/invoices/global/micro/body.php:228
572
+ #: includes/templates/invoices/global/micro/body.php:244
573
+ #: includes/templates/invoices/simple/micro/body.php:214
574
+ #: includes/templates/invoices/simple/micro/body.php:230
575
+ msgid "Shipping"
576
+ msgstr "Costuri de livrare"
577
+
578
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:464
579
+ msgid "General Options"
580
+ msgstr "Opțiuni generale"
581
+
582
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:470
583
+ msgid "Invoice Number Options"
584
+ msgstr "Opțiune Număr Factură"
585
+
586
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:476
587
+ msgid "Header Options"
588
+ msgstr "Opțiuni header"
589
+
590
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:482
591
+ msgid "Body Options"
592
+ msgstr "Opțiuni corp"
593
+
594
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:488
595
+ msgid "Footer Options"
596
+ msgstr "Opțtiuni footer"
597
+
598
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:494
599
+ msgid "Visible Columns"
600
+ msgstr "Coloane vizibile"
601
+
602
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:500
603
+ msgid "These are the general template options."
604
+ msgstr ""
605
+
606
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:501
607
+ msgid "These are the invoice number options."
608
+ msgstr ""
609
+
610
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:502
611
+ msgid "The header will be visible on every page. "
612
+ msgstr ""
613
+
614
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:506
615
+ msgid "The footer will be visible on every page."
616
+ msgstr ""
617
+
618
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:506
619
+ msgid ""
620
+ "<b>Hint</b>: Use <code>[payment_method]</code> placeholder to display the "
621
+ "order payment method."
622
+ msgstr ""
623
+
624
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:509
625
+ msgid "Enable or disable the columns."
626
+ msgstr ""
627
+
628
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:579
629
+ msgid "File is invalid and contains either '..' or './'."
630
+ msgstr ""
631
+
632
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:586
633
+ msgid "File is invalid and contains ':' after the first character."
634
+ msgstr ""
635
+
636
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:595
637
+ msgid "File should be less then 2MB."
638
+ msgstr ""
639
+
640
+ #: includes/templates/invoices/global/micro/body.php:5
641
+ #: includes/templates/invoices/simple/micro/body.php:5
642
+ msgid "Invoice to"
643
+ msgstr "Factură către"
644
+
645
+ #: includes/templates/invoices/global/micro/body.php:7
646
+ #: includes/templates/invoices/simple/micro/body.php:7
647
+ #, php-format
648
+ msgid "Phone: %s"
649
+ msgstr "Telefon: %s"
650
+
651
+ #: includes/templates/invoices/global/micro/body.php:11
652
+ #: includes/templates/invoices/simple/micro/body.php:11
653
+ msgid "Ship to"
654
+ msgstr "Livrează către"
655
+
656
+ #: includes/templates/invoices/global/micro/body.php:22
657
+ msgid "Global Invoice"
658
+ msgstr "Factură globală"
659
+
660
+ #: includes/templates/invoices/global/micro/body.php:40
661
+ #: includes/templates/invoices/simple/micro/body.php:42
662
+ msgid "Description"
663
+ msgstr "Descriere"
664
+
665
+ #: includes/templates/invoices/global/micro/body.php:48
666
+ #: includes/templates/invoices/simple/micro/body.php:50
667
+ msgid "Cost"
668
+ msgstr "Preț"
669
+
670
+ #: includes/templates/invoices/global/micro/body.php:50
671
+ #: includes/templates/invoices/simple/micro/body.php:52
672
+ msgid "Qty"
673
+ msgstr "Cantitate"
674
+
675
+ #: includes/templates/invoices/global/micro/body.php:56
676
+ #: includes/templates/invoices/simple/micro/body.php:58
677
+ msgid "VAT"
678
+ msgstr "TVA"
679
+
680
+ #: includes/templates/invoices/global/micro/body.php:67
681
+ #: includes/templates/invoices/global/micro/body.php:280
682
+ #: includes/templates/invoices/simple/micro/body.php:69
683
+ #: includes/templates/invoices/simple/micro/body.php:266
684
+ msgid "Total"
685
+ msgstr "Total"
686
+
687
+ #: includes/templates/invoices/global/micro/body.php:75
688
+ #, php-format
689
+ msgid "Order #%d - %s"
690
+ msgstr "Ordin #%d - %s"
691
+
692
+ #: includes/templates/invoices/global/micro/body.php:255
693
+ #: includes/templates/invoices/simple/micro/body.php:241
694
+ msgid "Fee"
695
+ msgstr "Taxe"
696
+
697
+ #: includes/templates/invoices/global/micro/body.php:287
698
+ #: includes/templates/invoices/simple/micro/body.php:273
699
+ msgid "Refunded"
700
+ msgstr "Returnat"
701
+
702
+ #: includes/templates/invoices/global/micro/footer.php:15
703
+ #: includes/templates/invoices/simple/micro/footer.php:18
704
+ #, php-format
705
+ msgid "%s of %s"
706
+ msgstr "%s din %s"
707
+
708
+ #: includes/templates/invoices/simple/micro/body.php:22
709
+ msgid "Invoice"
710
+ msgstr "Factură"
711
+
712
+ #: includes/templates/invoices/simple/micro/body.php:25
713
+ #, php-format
714
+ msgid "Order Number: %s"
715
+ msgstr "Număr ordin: %s"
716
+
717
+ #: includes/templates/invoices/simple/micro/body.php:26
718
+ #, php-format
719
+ msgid "Order Date: %s"
720
+ msgstr "Dată ordin: %s"
721
+
722
+ #: includes/templates/invoices/simple/micro/body.php:288
723
+ #: includes/templates/invoices/simple/micro/body.php:293
724
+ msgid "Customer note"
725
+ msgstr "Notă client"
lang/be-woocommerce-pdf-invoices-sk_SK.mo ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Þ• ƒ 4 ³ L * " D M _ ’ ò U r x c Œ b ð # S
2
+ w
3
+
4
+ ¡
5
+ ®
6
+ µ
7
+ Ä
8
+ Ú
9
+ æ
10
+ ö
11
+ 0 { 5 l ± % 4
12
+ E S _ k r { ˜ ” ¹ : N * ‰
13
+ ´ Â Ë Ü
14
+ ð þ 7 . V … ; ‰ 1 Å ÷ $ + F N 8 ^ — ¦ € µ 6 > O f
15
+ v 5  M · $ # @ d ‘ x
16
+
17
+ * / N ] l } ‰ Ž ˜   ± µ ¾ Ê Ü ò
18
+ / 3 E N V _ p m „ ò û
19
+
20
+ ( ! 1 S p )  * © ' Ô % ü Œ " ¯ µ º
21
+ ¾ É Î × ä e ô X Z ³ @ Ì z
22
+ ˆ 1  C  _ f  \  ì õ i ^ x + × ! & !
23
+ ?! M! V! ! h! Š! š! §!
24
+ ¿! Ê! ×! í! ~ ò! e q" ×" á" ô" # # .# 4# D# K# j# ž ‰# > ($ ( g$ $ $ §$ ¾$ Ñ$ å$ ô$ ( % ! 2% / T% „% 7 % 8 Å% $ þ% #& 2& :& R& ^& 7 u& ­& À&  Ó& U' ^' p' …' –' ? ª' C ê' .( B( # K( * o( š( • ·( ! M) o) ‚) , ) ¼) Ñ) è) *
25
+
26
+ * * !* ** E* H* R* c* * ž* 0 µ* æ+ , ,
27
+ !, ,,
28
+ ;, F, a,  , - - - '- >- N- X- s- Ž- (  - , É- % ö- $ . ‘ A. Ó. Ú. ï. ó. ý.
29
+ / / (/ h </ b ¥0 1 ' 1 w - J E f u K D & b [ 6 x } 7 T ; p
30
+ z 8 % 9 H
31
+ a V s X # t ! " ‚ $ C A m ? N ƒ  + ~ h ` q M 3 G Z . c ) \ W , r ^ L Y B j = / P o O 1 U ( 4 F 5 l I < y Q { | i @ _ > S e € 0 2 ' * n d R : g  k ] v %s of %s %sFormat%s of invoice date and order date. <b>Author</b>: <a href="https://github.com/baselbers">Bas Elbers</a> <b>Hint</b>: Use <code>[payment_method]</code> placeholder to display the order payment method. <b>Payment method</b> %s <b>Version</b>: <br/><div class="bewpi-notes">Let customers download invoice from account page.</div> About Allowed HTML tags: Allowed placeholders: %s %s %s %s %s %s.<br/>%sNote:%s %s is required and slashes aren't supported. Alrighty then! <a href="%s">Let's start configuring <strong>WooCommerce PDF Invoices</strong></a>. Are you sure to delete the invoice? Attach to Email Attach to New order Email Body Options Cancel Cancel invoice Cloud Storage Options Color theme Company address Company details Company logo Company name Completed order Cost Could not create invoice. In order to reset invoice number with %d, delete all invoices with invoice number %s and greater. Could not create invoice. Invoice with invoice number %s already exists. First delete invoice and try again. Create Create invoice Customer invoice Customer note Date format Description Digits Discount Display prices including tax Displayed below company address. Displayed below customer notes and above footer. Want to attach additional pages to the invoice? Take a look at the <a href="%s">Premium</a> plugin. Displayed in big colored bar directly after invoice total. Displayed in upper-right corner near logo. Do not attach Download Download Options Email It In account Email Options Email us Enable Email It In Enable download from account Enable or disable the columns. Enable to display subtotal including shipping. Fee File is invalid and contains ':' after the first character. File is invalid and contains either '..' or './'. File should be less then 2MB. Footer Options Format Frequently Asked Questions General General Options Get your account from your Email It In %suser account%s. Global Invoice Header Options If you like <strong>WooCommerce PDF Invoices</strong> please leave us a %s★★★★★%s rating. A huge thank you in advance! Invoice Invoice %s (PDF) Invoice Number Options Invoice number: Invoice to Invoice will be watermarked when order has been paid. Invoice with invoice number %s not found. First create invoice and try again. Invoiced on: Invoices Items will be shipped within 2 days. Leave empty to show page numbering. Left footer column. Line item totals will be including tax. <br/><b>Note</b>: Subtotal will still be excluding tax, so disable it within the visible columns section. Mark invoice as paid Need Help? Next Open in new browser tab/window Order #%d - %s Order Date: %s Order Number: %s PDF Invoice Paid Phone: %s Premium Processing order Qty Refunded Remove logo Request a feature Reset invoice counter Reset on 1st of january Reset the invoice counter and start counting from given invoice number.<br/><b>Note:</b> Only available for Sequential numbering and value will be editable by selecting checkbox. Next number needs to be lower then highest existing invoice number or delete invoices first. Right footer column. SKU Sequential number Settings Ship to Shipping Shipping taxable Show customer notes Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or Egnyte and enter your account below. Subtotal Support Support forum Tax (item) Tax (total) Template Terms & conditions, policies etc. Thank you for your purchase! Thank you text The footer will be visible on every page. The header will be visible on every page. These are the general template options. These are the invoice number options. This plugin is an open source project wich aims to fill the invoicing gap of <a href="http://www.woothemes.com/woocommerce">WooCommerce</a>. Total Type VAT Version %s View View PDF View invoice Visible Columns We will never ask for donations, but to garantee future development, we do need your support. Please show us your appreciation by leaving a <a href="https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?rate=5#postform">★★★★★</a> rating and vote for <a href="https://wordpress.org/plugins/woocommerce-pdf-invoices/">works</a>. Whoops, no template found. Please select a template on the Template settings page first. WooCommerce order number You are working with <b>WooCommerce PDF Invoices</b> for some time now. We really need your ★★★★★ rating. It will support future development big-time. A huge thanks in advance and keep up the good work! <br /> <a href='%s' target='_blank'>Yes, will do it right away!</a> - <a href='%s'>No, already done it!</a> Project-Id-Version: WooCommerce PDF Invoices
32
+ Report-Msgid-Bugs-To:
33
+ POT-Creation-Date: 2015-12-12 23:36+0100
34
+ PO-Revision-Date: 2015-12-19 03:35+0100
35
+ Last-Translator: Jaroslav Semančík
36
+ Language-Team:
37
+ Language: SK_sk
38
+ MIME-Version: 1.0
39
+ Content-Type: text/plain; charset=UTF-8
40
+ Content-Transfer-Encoding: 8bit
41
+ Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;
42
+ %s z %s %sFormat%s dátumu faktúry a dátum objednávky. <b>Autor</b>: <a href="https://github.com/baselbers">Bas Elbers</a> <b>Nápoveda</b>: Na zobrazenie spôsobu platby použite značku <code>[payment_method]</code>. <b>Spôsob platby</b> %s <b>Verzia</b>: <br/><div class="bewpi-notes">Umožniť zákazníkom stiahnuť si faktúry zo svojho účtu. O module Povolené HTML značky: Povolené značky: %s %s %s %s %s %s.<br/>%sPoznámka:%s %s je povinné a nesmú sa používať lomítka. V poriadku! <a href="%s">Začnime konfigurovať <strong>WooCommerce PDF Invoices</strong></a>. Ste si istý, že chcete faktúru zrušiť? Priložiť k e-mailu Priložiť k e-mailu Nová objednávka Telo faktúry Zrušiť Zrušiť faktúru Nastavenie pre uloženie v cloude Farba šablóny Adresa firmy Ďalšie údaje o firme Logo firmy Názov firmy Objednávka vybavená Cena Nepodarilo sa vytvoriť faktúru. Na nastavenie číslovania faktúr od %d zmažte všetky faktúry s číslom od %s vyššie. Nepodarilo sa vytvoriť faktúru. Faktúra s číslom %s už existuje. Zmažte ju a skúste to znova. Vytvoriť Vytvoriť faktúru Klientská faktúra Poznámka zákazníka Formát dátumu Popis Počet číslic Zľava Zobrazovať ceny vrátane dane Zobrazia sa pod adresou firmy. Zobrazia sa pod poznámkou zákazníka a nad pätou strany. Chcete pridať k faktúre ďaľšie strany? Pozrite sa na <a href="%s">platenú verziu</a> modulu. Zobrazený vo veľkom farebnom bloku hneď pod sumou faktúry. Zobraziť v pravom hornom rohu pri logu. Neprikladať Stiahnuť Nastavenia sťahovania Účet Email it In Nastavenia e-mailov Napíšte nám Povoliť Email It In Povoliť stiahnutie z účtu zákazníka Povoliť alebo zakázať stĺpce. Medzisúčet zobrazovať vrátane poštovného. Poplatok Neplatný názov súboru, obsahuje z prvým znakom ':'. Neplatný názov súboru, obsahuje buď '..' alebo './'. Súbor by mal byť menší než 2MB. Päta faktúry Formát Často kladené otázky Všeobecné Všeobecné nastavenia Použiť účet z Vášho Email It In %suser account%s. Globálna faktúra Záhlavie faktúry Ak sa Vám <strong>WooCommerce PDF Invoices</strong> páči, ohodnoťte nás, prosím, %s★★★★★%s Vopred veľká vďaka. Faktúra Faktúra %s (PDF) Číslovanie faktúr Číslo faktúry Fakturačná adresa Po zaplatení objednávky budú faktúry označené vodoznakom. Faktúra s číslom %s sa nenašla. Vytvorte ju a skúste to znova. Faktúrované dňa: Faktúry Tovar bude odoslaný do dvoch dní. Nechajte prázdne pre číslovanie strán. Ľavý stĺpec päty strany. Položky v riadkoch budú zahŕňať daň. <br/><b>Poznámka</b>: Medzisúčet bude stále bez dane, preto ho v časti Viditeľné stĺpce zakážte. Označiť faktúru ako zaplatenú Potrebujete pomoc? Nasledujúca Otvoriť v novej záložke/okne prehliadača Objednávka #%d - %s Dátum objednávky: %s Číslo objednávky: %s PDF Faktúra Zaplatené Telefón Platené Objednávka sa spracováva Ks Vrátené Odstrániť logo Navrhnuť novú funkčnosť Vynulovať počítadlo fakúr. Vynulovať 1. januára Vynulovať počítadlo faktúr a začať číslovanie od danej hodnoty.<br/ ><b>Poznámka</b> Možné len pri poradovom číslovaní a hodnota sa bude dať upraviť zvolením checkboxu. Nasledujúce číslo musí byť menšie než najväčšie číslo existujúcej faktúry alebo najprv faktúry zmažte. Pravý stĺpec päty strany. Kód tovaru Poradové číslo Nastavenia Dodacia adresa Poštovné Poštovné je zdaniteľné Zobraziť poznámku zákazníka Pre posielanie faktúr na Váš Dropbox, OneDrive, Google Drive alebo Egnyte sa zaregistrujte na %s a dole zadajte údaje účtu. Medzisúčet Podpora Fórum podpory Daň (pri položkách) Daň (celková) Šablóna Obchodné podmienky a pod. Ďakujeme za Váš nákup! Text poďakovania Päta bude zobrazená na každej strane. Záhlavie bude zobrazené na každej strane. Všeobecné nastavenia pre šablónu. Nastavenia pre číslovanie faktúr. Tento modul je open source projekt, ktorého cieľom je doplniť do <a href="http://www.woothemes.com/woocommerce">WooCommerce</a> faktúrovanie. Celkom Spôsob číslovania DPH Verzia %s Zobraziť Zobraziť PDF Zobraziť faktúru Viditeľné stĺpce Nikdy nebudeme žiadať dary, ale na zabezpečenie vývoja aj v budúcnosti potrebujeme Vašu podporu. Oceňte nás, prosím, zanechaním <a href="https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?rate=5#postform">★★★★★</a> hodnotenia a hlasujte za <a href="https://wordpress.org/plugins/woocommerce-pdf-invoices/">modul</a>. Hups, šablóna sa nenašla. Nastavte, prosím, najprv šablónu na stránke Nastavenia šablóny. Číslo objednávky Nejaký čas už pracujete s <b>WooCommerce PDF Invoices</b>. Veľmi potrebujeme vaše ★★★★★ hodnotenie. Podporíte tým vývoj do budúcna. Vopred veľká vďaka a nech sa darí! <br /> <a href='%s' target='_blank'>Áno, hneď idem na to!</a> - <a href='%s'>Nie, už som to urobil(a).
lang/be-woocommerce-pdf-invoices-sk_SK.po ADDED
@@ -0,0 +1,722 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WooCommerce PDF Invoices\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-12-12 23:36+0100\n"
6
+ "PO-Revision-Date: 2015-12-19 03:35+0100\n"
7
+ "Last-Translator: Jaroslav Semančík\n"
8
+ "Language-Team: \n"
9
+ "Language: SK_sk\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
14
+
15
+ #: ../includes/abstracts/abstract-bewpi-document.php:64
16
+ msgid "Paid"
17
+ msgstr "Zaplatené"
18
+
19
+ #: ../includes/abstracts/abstract-bewpi-invoice.php:255
20
+ #, php-format
21
+ msgid ""
22
+ "Could not create invoice. In order to reset invoice number with %d, delete "
23
+ "all invoices with invoice number %s and greater."
24
+ msgstr ""
25
+ "Nepodarilo sa vytvoriť faktúru. Na nastavenie číslovania faktúr od %d "
26
+ "zmažte všetky faktúry s číslom od %s vyššie."
27
+
28
+ #: ../includes/abstracts/abstract-bewpi-invoice.php:260
29
+ #, php-format
30
+ msgid ""
31
+ "Could not create invoice. Invoice with invoice number %s already exists. "
32
+ "First delete invoice and try again."
33
+ msgstr ""
34
+ "Nepodarilo sa vytvoriť faktúru. Faktúra s číslom %s už existuje. "
35
+ "Zmažte ju a skúste to znova."
36
+
37
+ #: ../includes/abstracts/abstract-bewpi-invoice.php:299
38
+ #, php-format
39
+ msgid ""
40
+ "Invoice with invoice number %s not found. First create invoice and try again."
41
+ msgstr ""
42
+ "Faktúra s číslom %s sa nenašla. Vytvorte ju a skúste to znova."
43
+
44
+ #: ../includes/abstracts/abstract-bewpi-setting.php:90
45
+ msgid "Allowed HTML tags: "
46
+ msgstr "Povolené HTML značky: "
47
+
48
+ #: ../includes/abstracts/abstract-bewpi-setting.php:170
49
+ msgid "Remove logo"
50
+ msgstr "Odstrániť logo"
51
+
52
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:86
53
+ msgid "View PDF"
54
+ msgstr "Zobraziť PDF"
55
+
56
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:94
57
+ msgid "Download"
58
+ msgstr "Stiahnuť"
59
+
60
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:98
61
+ msgid "Open in new browser tab/window"
62
+ msgstr "Otvoriť v novej záložke/okne prehliadača"
63
+
64
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:107
65
+ msgid "Attach to Email"
66
+ msgstr "Priložiť k e-mailu"
67
+
68
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:115
69
+ msgid "Processing order"
70
+ msgstr "Objednávka sa spracováva"
71
+
72
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:119
73
+ msgid "Completed order"
74
+ msgstr "Objednávka vybavená"
75
+
76
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:123
77
+ msgid "Customer invoice"
78
+ msgstr "Klientská faktúra"
79
+
80
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:127
81
+ msgid "Do not attach"
82
+ msgstr "Neprikladať"
83
+
84
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:141
85
+ msgid "Attach to New order Email"
86
+ msgstr "Priložiť k e-mailu Nová objednávka"
87
+
88
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:153
89
+ msgid "Enable Email It In"
90
+ msgstr "Povoliť Email It In"
91
+
92
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:161
93
+ msgid "Email It In account"
94
+ msgstr "Účet Email it In"
95
+
96
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:166
97
+ #, php-format
98
+ msgid "Get your account from your Email It In %suser account%s."
99
+ msgstr "Použiť účet z Vášho Email It In %suser account%s."
100
+
101
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:180
102
+ msgid "Email Options"
103
+ msgstr "Nastavenia e-mailov"
104
+
105
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:186
106
+ msgid "Cloud Storage Options"
107
+ msgstr "Nastavenie pre uloženie v cloude"
108
+
109
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:193
110
+ #, php-format
111
+ msgid ""
112
+ "Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or "
113
+ "Egnyte and enter your account below."
114
+ msgstr ""
115
+ "Pre posielanie faktúr na Váš Dropbox, OneDrive, Google Drive alebo "
116
+ "Egnyte sa zaregistrujte na %s a dole zadajte údaje účtu."
117
+
118
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:88
119
+ #: ../includes/be-woocommerce-pdf-invoices.php:222
120
+ msgid "Template"
121
+ msgstr "Šablóna"
122
+
123
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:100
124
+ msgid "Color theme"
125
+ msgstr "Farba šablóny"
126
+
127
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:111
128
+ msgid "Date format"
129
+ msgstr "Formát dátumu"
130
+
131
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:116
132
+ #, php-format
133
+ msgid "%sFormat%s of invoice date and order date."
134
+ msgstr "%sFormat%s dátumu faktúry a dátum objednávky."
135
+
136
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:131
137
+ msgid "Display prices including tax"
138
+ msgstr "Zobrazovať ceny vrátane dane"
139
+
140
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:132
141
+ msgid ""
142
+ "Line item totals will be including tax. <br/><b>Note</b>: Subtotal will "
143
+ "still be excluding tax, so disable it within the visible columns section."
144
+ msgstr ""
145
+ "Položky v riadkoch budú zahŕňať daň. <br/><b>Poznámka</b>: Medzisúčet "
146
+ "bude stále bez dane, preto ho v časti Viditeľné stĺpce zakážte."
147
+
148
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:144
149
+ msgid "Shipping taxable"
150
+ msgstr "Poštovné je zdaniteľné"
151
+
152
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:145
153
+ msgid "Enable to display subtotal including shipping."
154
+ msgstr "Medzisúčet zobrazovať vrátane poštovného."
155
+
156
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:157
157
+ msgid "Mark invoice as paid"
158
+ msgstr "Označiť faktúru ako zaplatenú"
159
+
160
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:158
161
+ msgid "Invoice will be watermarked when order has been paid."
162
+ msgstr "Po zaplatení objednávky budú faktúry označené vodoznakom."
163
+
164
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:166
165
+ msgid "Company name"
166
+ msgstr "Názov firmy"
167
+
168
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:177
169
+ msgid "Company logo"
170
+ msgstr "Logo firmy"
171
+
172
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:188
173
+ msgid "Company address"
174
+ msgstr "Adresa firmy"
175
+
176
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:193
177
+ msgid "Displayed in upper-right corner near logo."
178
+ msgstr "Zobraziť v pravom hornom rohu pri logu."
179
+
180
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:199
181
+ msgid "Company details"
182
+ msgstr "Ďalšie údaje o firme"
183
+
184
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:204
185
+ msgid "Displayed below company address."
186
+ msgstr "Zobrazia sa pod adresou firmy."
187
+
188
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:211
189
+ msgid "Thank you text"
190
+ msgstr "Text poďakovania"
191
+
192
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:216
193
+ msgid "Displayed in big colored bar directly after invoice total."
194
+ msgstr "Zobrazený vo veľkom farebnom bloku hneď pod sumou faktúry."
195
+
196
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:217
197
+ msgid "Thank you for your purchase!"
198
+ msgstr "Ďakujeme za Váš nákup!"
199
+
200
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:227
201
+ msgid "Show customer notes"
202
+ msgstr "Zobraziť poznámku zákazníka"
203
+
204
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:234
205
+ msgid "Terms & conditions, policies etc."
206
+ msgstr "Obchodné podmienky a pod."
207
+
208
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:239
209
+ #, php-format
210
+ msgid ""
211
+ "Displayed below customer notes and above footer. Want to attach additional "
212
+ "pages to the invoice? Take a look at the <a href=\"%s\">Premium</a> plugin."
213
+ msgstr ""
214
+ "Zobrazia sa pod poznámkou zákazníka a nad pätou strany. Chcete pridať "
215
+ "k faktúre ďaľšie strany? Pozrite sa na <a href=\"%s\">platenú verziu</a> "
216
+ "modulu."
217
+
218
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:240
219
+ msgid "Items will be shipped within 2 days."
220
+ msgstr "Tovar bude odoslaný do dvoch dní."
221
+
222
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:246
223
+ msgid "Left footer column."
224
+ msgstr "Ľavý stĺpec päty strany."
225
+
226
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:252
227
+ #, php-format
228
+ msgid "<b>Payment method</b> %s"
229
+ msgstr "<b>Spôsob platby</b> %s"
230
+
231
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:257
232
+ msgid "Right footer column."
233
+ msgstr "Pravý stĺpec päty strany."
234
+
235
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:262
236
+ msgid "Leave empty to show page numbering."
237
+ msgstr "Nechajte prázdne pre číslovanie strán."
238
+
239
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:269
240
+ msgid "Type"
241
+ msgstr "Spôsob číslovania"
242
+
243
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:277
244
+ msgid "WooCommerce order number"
245
+ msgstr "Číslo objednávky"
246
+
247
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:281
248
+ msgid "Sequential number"
249
+ msgstr "Poradové číslo"
250
+
251
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:295
252
+ msgid "Reset invoice counter"
253
+ msgstr "Vynulovať počítadlo fakúr."
254
+
255
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:305
256
+ msgid "Next"
257
+ msgstr "Nasledujúca"
258
+
259
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:310
260
+ msgid ""
261
+ "Reset the invoice counter and start counting from given invoice number.<br/"
262
+ "><b>Note:</b> Only available for Sequential numbering and value will be "
263
+ "editable by selecting checkbox. Next number needs to be lower then highest "
264
+ "existing invoice number or delete invoices first."
265
+ msgstr ""
266
+ "Vynulovať počítadlo faktúr a začať číslovanie od danej hodnoty.<br/ "
267
+ "><b>Poznámka</b> Možné len pri poradovom číslovaní a hodnota sa bude dať "
268
+ "upraviť zvolením checkboxu. Nasledujúce číslo musí byť menšie než "
269
+ "najväčšie číslo existujúcej faktúry alebo najprv faktúry zmažte."
270
+
271
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:320
272
+ msgid "Digits"
273
+ msgstr "Počet číslic"
274
+
275
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:336
276
+ msgid "[prefix]"
277
+ msgstr ""
278
+
279
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:347
280
+ msgid "[suffix]"
281
+ msgstr ""
282
+
283
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:358
284
+ msgid "Format"
285
+ msgstr "Formát"
286
+
287
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:363
288
+ #, php-format
289
+ msgid ""
290
+ "Allowed placeholders: %s %s %s %s %s %s.<br/>%sNote:%s %s is required and "
291
+ "slashes aren't supported."
292
+ msgstr ""
293
+ "Povolené značky: %s %s %s %s %s %s.<br/>%sPoznámka:%s %s je povinné "
294
+ "a nesmú sa používať lomítka."
295
+
296
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:377
297
+ msgid "Reset on 1st of january"
298
+ msgstr "Vynulovať 1. januára"
299
+
300
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:390
301
+ #: ../includes/templates/invoices/global/micro/body.php:44
302
+ #: ../includes/templates/invoices/simple/micro/body.php:46
303
+ msgid "SKU"
304
+ msgstr "Kód tovaru"
305
+
306
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:402
307
+ #: ../includes/templates/invoices/global/micro/body.php:236
308
+ #: ../includes/templates/invoices/simple/micro/body.php:222
309
+ msgid "Subtotal"
310
+ msgstr "Medzisúčet"
311
+
312
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:414
313
+ msgid "Tax (item)"
314
+ msgstr "Daň (pri položkách)"
315
+
316
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:426
317
+ msgid "Tax (total)"
318
+ msgstr "Daň (celková)"
319
+
320
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:438
321
+ #: ../includes/templates/invoices/global/micro/body.php:220
322
+ #: ../includes/templates/invoices/simple/micro/body.php:206
323
+ msgid "Discount"
324
+ msgstr "Zľava"
325
+
326
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:450
327
+ #: ../includes/templates/invoices/global/micro/body.php:228
328
+ #: ../includes/templates/invoices/global/micro/body.php:244
329
+ #: ../includes/templates/invoices/simple/micro/body.php:214
330
+ #: ../includes/templates/invoices/simple/micro/body.php:230
331
+ msgid "Shipping"
332
+ msgstr "Poštovné"
333
+
334
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:464
335
+ msgid "General Options"
336
+ msgstr "Všeobecné nastavenia"
337
+
338
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:470
339
+ msgid "Invoice Number Options"
340
+ msgstr "Číslovanie faktúr"
341
+
342
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:476
343
+ msgid "Header Options"
344
+ msgstr "Záhlavie faktúry"
345
+
346
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:482
347
+ msgid "Body Options"
348
+ msgstr "Telo faktúry"
349
+
350
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:488
351
+ msgid "Footer Options"
352
+ msgstr "Päta faktúry"
353
+
354
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:494
355
+ msgid "Visible Columns"
356
+ msgstr "Viditeľné stĺpce"
357
+
358
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:500
359
+ msgid "These are the general template options."
360
+ msgstr "Všeobecné nastavenia pre šablónu."
361
+
362
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:501
363
+ msgid "These are the invoice number options."
364
+ msgstr "Nastavenia pre číslovanie faktúr."
365
+
366
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:502
367
+ msgid "The header will be visible on every page. "
368
+ msgstr "Záhlavie bude zobrazené na každej strane."
369
+
370
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:506
371
+ msgid "The footer will be visible on every page."
372
+ msgstr "Päta bude zobrazená na každej strane."
373
+
374
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:506
375
+ msgid ""
376
+ "<b>Hint</b>: Use <code>[payment_method]</code> placeholder to display the "
377
+ "order payment method."
378
+ msgstr ""
379
+ "<b>Nápoveda</b>: Na zobrazenie spôsobu platby použite značku "
380
+ "<code>[payment_method]</code>."
381
+
382
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:509
383
+ msgid "Enable or disable the columns."
384
+ msgstr "Povoliť alebo zakázať stĺpce."
385
+
386
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:579
387
+ msgid "File is invalid and contains either '..' or './'."
388
+ msgstr "Neplatný názov súboru, obsahuje buď '..' alebo './'."
389
+
390
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:586
391
+ msgid "File is invalid and contains ':' after the first character."
392
+ msgstr "Neplatný názov súboru, obsahuje z prvým znakom ':'."
393
+
394
+ #: ../includes/admin/settings/class-bewpi-admin-settings-template.php:595
395
+ msgid "File should be less then 2MB."
396
+ msgstr "Súbor by mal byť menší než 2MB."
397
+
398
+ #: ../includes/be-woocommerce-pdf-invoices.php:132
399
+ #, php-format
400
+ msgid ""
401
+ "Alrighty then! <a href=\"%s\">Let's start configuring <strong>WooCommerce "
402
+ "PDF Invoices</strong></a>."
403
+ msgstr ""
404
+ "V poriadku! <a href=\"%s\">Začnime konfigurovať <strong>WooCommerce "
405
+ "PDF Invoices</strong></a>."
406
+
407
+ #: ../includes/be-woocommerce-pdf-invoices.php:142
408
+ msgid "Settings"
409
+ msgstr "Nastavenia"
410
+
411
+ #: ../includes/be-woocommerce-pdf-invoices.php:143
412
+ msgid "Premium"
413
+ msgstr "Platené"
414
+
415
+ #: ../includes/be-woocommerce-pdf-invoices.php:221
416
+ msgid "General"
417
+ msgstr "Všeobecné"
418
+
419
+ #: ../includes/be-woocommerce-pdf-invoices.php:245
420
+ msgid "Invoices"
421
+ msgstr "Faktúry"
422
+
423
+ #: ../includes/be-woocommerce-pdf-invoices.php:284
424
+ #, php-format
425
+ msgid ""
426
+ "If you like <strong>WooCommerce PDF Invoices</strong> please leave us a "
427
+ "%s★★★★★%s rating. A huge thank you in advance!"
428
+ msgstr ""
429
+ "Ak sa Vám <strong>WooCommerce PDF Invoices</strong> páči, ohodnoťte nás, "
430
+ "prosím, %s★★★★★%s Vopred veľká vďaka."
431
+
432
+ #: ../includes/be-woocommerce-pdf-invoices.php:285
433
+ #, php-format
434
+ msgid "Version %s"
435
+ msgstr "Verzia %s"
436
+
437
+ #: ../includes/be-woocommerce-pdf-invoices.php:309
438
+ msgid "WooCommerce PDF Invoices Premium"
439
+ msgstr ""
440
+
441
+ #: ../includes/be-woocommerce-pdf-invoices.php:311
442
+ msgid ""
443
+ "This plugin offers a premium version which comes with the following features:"
444
+ msgstr ""
445
+
446
+ #: ../includes/be-woocommerce-pdf-invoices.php:312
447
+ msgid "Bill periodically by generating and sending global invoices."
448
+ msgstr ""
449
+
450
+ #: ../includes/be-woocommerce-pdf-invoices.php:313
451
+ msgid "Add additional PDF's to customer invoices."
452
+ msgstr ""
453
+
454
+ #: ../includes/be-woocommerce-pdf-invoices.php:314
455
+ msgid "Send customer invoices directly to suppliers and others."
456
+ msgstr ""
457
+
458
+ #: ../includes/be-woocommerce-pdf-invoices.php:315
459
+ #, php-format
460
+ msgid ""
461
+ "Compatible with <a href=\"%s\">WooCommerce Subscriptions</a> plugin emails."
462
+ msgstr ""
463
+
464
+ #: ../includes/be-woocommerce-pdf-invoices.php:317
465
+ msgid "Learn more"
466
+ msgstr ""
467
+
468
+ #: ../includes/be-woocommerce-pdf-invoices.php:321
469
+ msgid "Stay up-to-date"
470
+ msgstr ""
471
+
472
+ #: ../includes/be-woocommerce-pdf-invoices.php:330
473
+ msgid ""
474
+ "We're constantly developing new features, stay up-to-date by subscribing to "
475
+ "our newsletter."
476
+ msgstr ""
477
+
478
+ #: ../includes/be-woocommerce-pdf-invoices.php:336
479
+ msgid "Your email address"
480
+ msgstr ""
481
+
482
+ #: ../includes/be-woocommerce-pdf-invoices.php:339
483
+ msgid "Signup"
484
+ msgstr ""
485
+
486
+ #: ../includes/be-woocommerce-pdf-invoices.php:340
487
+ msgid "No spam, ever. Unsubscribe at any time"
488
+ msgstr ""
489
+
490
+ #: ../includes/be-woocommerce-pdf-invoices.php:348
491
+ msgid "About"
492
+ msgstr "O module"
493
+
494
+ #: ../includes/be-woocommerce-pdf-invoices.php:349
495
+ msgid ""
496
+ "This plugin is an open source project wich aims to fill the invoicing gap of "
497
+ "<a href=\"http://www.woothemes.com/woocommerce\">WooCommerce</a>."
498
+ msgstr "Tento modul je open source projekt, ktorého cieľom je doplniť do "
499
+ "<a href=\"http://www.woothemes.com/woocommerce\">WooCommerce</a> "
500
+ "faktúrovanie."
501
+
502
+ #: ../includes/be-woocommerce-pdf-invoices.php:350
503
+ msgid "<b>Version</b>: "
504
+ msgstr "<b>Verzia</b>: "
505
+
506
+ #: ../includes/be-woocommerce-pdf-invoices.php:352
507
+ msgid "<b>Author</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
508
+ msgstr "<b>Autor</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
509
+
510
+ #: ../includes/be-woocommerce-pdf-invoices.php:355
511
+ msgid "Support"
512
+ msgstr "Podpora"
513
+
514
+ #: ../includes/be-woocommerce-pdf-invoices.php:356
515
+ msgid ""
516
+ "We will never ask for donations, but to garantee future development, we do "
517
+ "need your support. Please show us your appreciation by leaving a <a href="
518
+ "\"https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?"
519
+ "rate=5#postform\">★★★★★</a> rating and vote for <a href=\"https://wordpress."
520
+ "org/plugins/woocommerce-pdf-invoices/\">works</a>."
521
+ msgstr ""
522
+ "Nikdy nebudeme žiadať dary, ale na zabezpečenie vývoja aj v "
523
+ "budúcnosti potrebujeme Vašu podporu. Oceňte nás, prosím, zanechaním <a href="
524
+ "\"https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?"
525
+ "rate=5#postform\">★★★★★</a> hodnotenia a hlasujte za "
526
+ "<a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices/\">modul</a>."
527
+
528
+ #: ../includes/be-woocommerce-pdf-invoices.php:375
529
+ msgid ""
530
+ "Checkout this amazing free WooCommerce PDF Invoices plugin for WordPress!"
531
+ msgstr ""
532
+
533
+ #: ../includes/be-woocommerce-pdf-invoices.php:380
534
+ msgid "Need Help?"
535
+ msgstr "Potrebujete pomoc?"
536
+
537
+ #: ../includes/be-woocommerce-pdf-invoices.php:382
538
+ msgid "Frequently Asked Questions"
539
+ msgstr "Často kladené otázky"
540
+
541
+ #: ../includes/be-woocommerce-pdf-invoices.php:383
542
+ msgid "Support forum"
543
+ msgstr "Fórum podpory"
544
+
545
+ #: ../includes/be-woocommerce-pdf-invoices.php:384
546
+ msgid "Request a feature"
547
+ msgstr "Navrhnuť novú funkčnosť"
548
+
549
+ #: ../includes/be-woocommerce-pdf-invoices.php:385
550
+ msgid "Email us"
551
+ msgstr "Napíšte nám"
552
+
553
+ #: ../includes/be-woocommerce-pdf-invoices.php:440
554
+ msgid "PDF Invoice"
555
+ msgstr "PDF Faktúra"
556
+
557
+ #: ../includes/be-woocommerce-pdf-invoices.php:466
558
+ msgid "Invoiced on:"
559
+ msgstr "Faktúrované dňa:"
560
+
561
+ #: ../includes/be-woocommerce-pdf-invoices.php:470
562
+ msgid "Invoice number:"
563
+ msgstr "Číslo faktúry"
564
+
565
+ #: ../includes/be-woocommerce-pdf-invoices.php:508
566
+ msgid "View invoice"
567
+ msgstr "Zobraziť faktúru"
568
+
569
+ #: ../includes/be-woocommerce-pdf-invoices.php:508
570
+ msgid "View"
571
+ msgstr "Zobraziť"
572
+
573
+ #: ../includes/be-woocommerce-pdf-invoices.php:509
574
+ msgid "Cancel invoice"
575
+ msgstr "Zrušiť faktúru"
576
+
577
+ #: ../includes/be-woocommerce-pdf-invoices.php:509
578
+ msgid "Cancel"
579
+ msgstr "Zrušiť"
580
+
581
+ #: ../includes/be-woocommerce-pdf-invoices.php:511
582
+ msgid "Are you sure to delete the invoice?"
583
+ msgstr "Ste si istý, že chcete faktúru zrušiť?"
584
+
585
+ #: ../includes/be-woocommerce-pdf-invoices.php:514
586
+ msgid "Create invoice"
587
+ msgstr "Vytvoriť faktúru"
588
+
589
+ #: ../includes/be-woocommerce-pdf-invoices.php:514
590
+ msgid "Create"
591
+ msgstr "Vytvoriť"
592
+
593
+ #: ../includes/be-woocommerce-pdf-invoices.php:547
594
+ #, php-format
595
+ msgid "Invoice %s (PDF)"
596
+ msgstr "Faktúra %s (PDF)"
597
+
598
+ #: ../includes/be-woocommerce-pdf-invoices.php:658
599
+ #, php-format
600
+ msgid ""
601
+ "You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
602
+ "really need your ★★★★★ rating. It will support future development big-time. "
603
+ "A huge thanks in advance and keep up the good work! <br /> <a href='%s' "
604
+ "target='_blank'>Yes, will do it right away!</a> - <a href='%s'>No, already "
605
+ "done it!</a>"
606
+ msgstr ""
607
+ "Nejaký čas už pracujete s <b>WooCommerce PDF Invoices</b>. Veľmi potrebujeme "
608
+ "vaše ★★★★★ hodnotenie. Podporíte tým vývoj do budúcna. Vopred veľká vďaka a "
609
+ "nech sa darí! <br /> <a href='%s' "
610
+ "target='_blank'>Áno, hneď idem na to!</a> - <a href='%s'>Nie, už som to "
611
+ "urobil(a)."
612
+
613
+ #: ../includes/class-bewpi-invoice.php:48
614
+ msgid ""
615
+ "Whoops, no template found. Please select a template on the Template settings "
616
+ "page first."
617
+ msgstr ""
618
+ "Hups, šablóna sa nenašla. Nastavte, prosím, najprv šablónu na stránke "
619
+ "Nastavenia šablóny."
620
+
621
+ #: ../includes/templates/invoices/global/micro/body.php:5
622
+ #: ../includes/templates/invoices/simple/micro/body.php:5
623
+ msgid "Invoice to"
624
+ msgstr "Fakturačná adresa"
625
+
626
+ #: ../includes/templates/invoices/global/micro/body.php:7
627
+ #: ../includes/templates/invoices/simple/micro/body.php:7
628
+ #, php-format
629
+ msgid "Phone: %s"
630
+ msgstr "Telefón"
631
+
632
+ #: ../includes/templates/invoices/global/micro/body.php:11
633
+ #: ../includes/templates/invoices/simple/micro/body.php:11
634
+ msgid "Ship to"
635
+ msgstr "Dodacia adresa"
636
+
637
+ #: ../includes/templates/invoices/global/micro/body.php:22
638
+ msgid "Global Invoice"
639
+ msgstr "Globálna faktúra"
640
+
641
+ #: ../includes/templates/invoices/global/micro/body.php:40
642
+ #: ../includes/templates/invoices/simple/micro/body.php:42
643
+ msgid "Description"
644
+ msgstr "Popis"
645
+
646
+ #: ../includes/templates/invoices/global/micro/body.php:48
647
+ #: ../includes/templates/invoices/simple/micro/body.php:50
648
+ msgid "Cost"
649
+ msgstr "Cena"
650
+
651
+ #: ../includes/templates/invoices/global/micro/body.php:50
652
+ #: ../includes/templates/invoices/simple/micro/body.php:52
653
+ msgid "Qty"
654
+ msgstr "Ks"
655
+
656
+ #: ../includes/templates/invoices/global/micro/body.php:56
657
+ #: ../includes/templates/invoices/simple/micro/body.php:58
658
+ msgid "VAT"
659
+ msgstr "DPH"
660
+
661
+ #: ../includes/templates/invoices/global/micro/body.php:67
662
+ #: ../includes/templates/invoices/global/micro/body.php:280
663
+ #: ../includes/templates/invoices/simple/micro/body.php:69
664
+ #: ../includes/templates/invoices/simple/micro/body.php:266
665
+ msgid "Total"
666
+ msgstr "Celkom"
667
+
668
+ #: ../includes/templates/invoices/global/micro/body.php:75
669
+ #, php-format
670
+ msgid "Order #%d - %s"
671
+ msgstr "Objednávka #%d - %s"
672
+
673
+ #: ../includes/templates/invoices/global/micro/body.php:255
674
+ #: ../includes/templates/invoices/simple/micro/body.php:241
675
+ msgid "Fee"
676
+ msgstr "Poplatok"
677
+
678
+ #: ../includes/templates/invoices/global/micro/body.php:287
679
+ #: ../includes/templates/invoices/simple/micro/body.php:273
680
+ msgid "Refunded"
681
+ msgstr "Vrátené"
682
+
683
+ #: ../includes/templates/invoices/global/micro/footer.php:15
684
+ #: ../includes/templates/invoices/simple/micro/footer.php:18
685
+ #, php-format
686
+ msgid "%s of %s"
687
+ msgstr "%s z %s"
688
+
689
+ #: ../includes/templates/invoices/simple/micro/body.php:22
690
+ msgid "Invoice"
691
+ msgstr "Faktúra"
692
+
693
+ #: ../includes/templates/invoices/simple/micro/body.php:25
694
+ #, php-format
695
+ msgid "Order Number: %s"
696
+ msgstr "Číslo objednávky: %s"
697
+
698
+ #: ../includes/templates/invoices/simple/micro/body.php:26
699
+ #, php-format
700
+ msgid "Order Date: %s"
701
+ msgstr "Dátum objednávky: %s"
702
+
703
+ #: ../includes/templates/invoices/simple/micro/body.php:288
704
+ #: ../includes/templates/invoices/simple/micro/body.php:293
705
+ msgid "Customer note"
706
+ msgstr "Poznámka zákazníka"
707
+
708
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:153
709
+ msgid "Enable download from account"
710
+ msgstr "Povoliť stiahnutie z účtu zákazníka"
711
+
712
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:154
713
+ msgid ""
714
+ "<br/><div class=\"bewpi-notes\">Let customers download invoice from "
715
+ "account page.</div>"
716
+ msgstr ""
717
+ "<br/><div class=\"bewpi-notes\">Umožniť zákazníkom stiahnuť si faktúry zo "
718
+ "svojho účtu."
719
+
720
+ #: ../includes/admin/settings/class-bewpi-admin-settings-general.php:199
721
+ msgid "Download Options"
722
+ msgstr "Nastavenia sťahovania"
lang/be-woocommerce-pdf-invoices-sl_SI.mo CHANGED
Binary file
lang/be-woocommerce-pdf-invoices-sl_SI.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
- "POT-Creation-Date: 2015-12-19 12:37+0100\n"
5
- "PO-Revision-Date: 2015-12-19 12:37+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl_NL\n"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WooCommerce PDF Invoices\n"
4
+ "POT-Creation-Date: 2015-12-25 14:48+0100\n"
5
+ "PO-Revision-Date: 2015-12-25 14:48+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl_NL\n"
lang/be-woocommerce-pdf-invoices.pot CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2015-12-19 12:34+0100\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
8
  msgstr ""
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
  "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2015-12-25 14:27+0100\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: woocommerce pdf invoices, invoice, generate, pdf, woocommerce, attachment, email, completed order, customer invoice, processing order, attach, automatic, vat, rate, sequential, number
5
  Requires at least: 3.5
6
  Tested up to: 4.3.1
7
- Stable tag: 2.3.16
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -123,7 +123,7 @@ To change the options of the PDF, use below example.
123
  add_filter( 'bewpi_mpdf_options', 'custom_bewpi_mpdf_options' );`
124
 
125
  = How to display invoice download button on specific template files? =
126
- Let customers download there invoices from specific specific template pages by using below shortcode.
127
 
128
  `echo do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="ORDER_ID"]' );`
129
 
@@ -133,6 +133,12 @@ To change the options of the PDF, use below example.
133
 
134
  == Changelog ==
135
 
 
 
 
 
 
 
136
  = 2.3.16 - December 19, 2016 =
137
 
138
  - Fixed: Permission for customers and admins to view invoices.
4
  Tags: woocommerce pdf invoices, invoice, generate, pdf, woocommerce, attachment, email, completed order, customer invoice, processing order, attach, automatic, vat, rate, sequential, number
5
  Requires at least: 3.5
6
  Tested up to: 4.3.1
7
+ Stable tag: 2.3.17
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
123
  add_filter( 'bewpi_mpdf_options', 'custom_bewpi_mpdf_options' );`
124
 
125
  = How to display invoice download button on specific template files? =
126
+ Let customers download there invoices from specific template pages by using below shortcode.
127
 
128
  `echo do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="ORDER_ID"]' );`
129
 
133
 
134
  == Changelog ==
135
 
136
+ = 2.3.17 - December 25, 2016 =
137
+
138
+ - Added: Romanian language files
139
+ - Fixed: Shop managers access to view invoices.
140
+ - Fixed: Rating notice showing while activating plugin
141
+
142
  = 2.3.16 - December 19, 2016 =
143
 
144
  - Fixed: Permission for customers and admins to view invoices.