WooCommerce PDF Invoices - Version 2.3.10

Version Description

  • October 29, 2015 =

  • Added: German language files.

Download this release

Release Info

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

Code changes from version 2.3.9 to 2.3.10

assets/css/admin.css CHANGED
@@ -117,6 +117,20 @@ form.be_woocommerce_pdf_invoices_settings_form {
117
  #mc_embed_signup input[type="text"] {
118
  width: 100%;
119
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
 
121
  @media screen and (max-width: 790px) {
122
  .bewpi_sidebar {
117
  #mc_embed_signup input[type="text"] {
118
  width: 100%;
119
  }
120
+ .bewpi-learn-more {
121
+ padding: 10px 0;
122
+ background-color: #F48C2D;
123
+ color: white;
124
+ text-decoration: none;
125
+ display: block;
126
+ font-weight: bold;
127
+ font-size: 15px;
128
+ text-align: center;
129
+ }
130
+ .bewpi-learn-more:hover {
131
+ background-color: #EE7600;
132
+ color: white;
133
+ }
134
 
135
  @media screen and (max-width: 790px) {
136
  .bewpi_sidebar {
bootstrap.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * @version 2.3.9
4
  * @package WooCommerce PDF Invoices
5
  * @author baaaaas
6
  *
@@ -8,7 +8,7 @@
8
  * Plugin Name: WooCommerce PDF Invoices
9
  * Plugin URI:
10
  * Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
11
- * Version: 2.3.9
12
  * Author: Bas Elbers
13
  * Author URI: http://www.wcpdfinvoices.com
14
  * License: GPL-2.0+
@@ -24,7 +24,7 @@ function bewpi_plugins_loaded() {
24
 
25
  $wp_upload_dir = wp_upload_dir();
26
 
27
- define( 'BEWPI_VERSION', '2.3.9' );
28
  define( 'BEWPI_URL', plugins_url( '', __FILE__ ) . '/' );
29
  define( 'BEWPI_DIR', plugin_dir_path( __FILE__ ) . '/' );
30
  define( 'BEWPI_TEMPLATES_DIR', plugin_dir_path( __FILE__ ) . 'includes/templates/' );
1
  <?php
2
  /**
3
+ * @version 2.3.10
4
  * @package WooCommerce PDF Invoices
5
  * @author baaaaas
6
  *
8
  * Plugin Name: WooCommerce PDF Invoices
9
  * Plugin URI:
10
  * Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
11
+ * Version: 2.3.10
12
  * Author: Bas Elbers
13
  * Author URI: http://www.wcpdfinvoices.com
14
  * License: GPL-2.0+
24
 
25
  $wp_upload_dir = wp_upload_dir();
26
 
27
+ define( 'BEWPI_VERSION', '2.3.10' );
28
  define( 'BEWPI_URL', plugins_url( '', __FILE__ ) . '/' );
29
  define( 'BEWPI_DIR', plugin_dir_path( __FILE__ ) . '/' );
30
  define( 'BEWPI_TEMPLATES_DIR', plugin_dir_path( __FILE__ ) . 'includes/templates/' );
includes/be-woocommerce-pdf-invoices.php CHANGED
@@ -284,32 +284,43 @@ if ( ! class_exists( 'BE_WooCommerce_PDF_Invoices' ) ) {
284
  private function options_page_sidebar_html() {
285
  ?>
286
  <aside class="bewpi_sidebar premium">
287
- <h3><?php _e( 'Invoicing on Steroids', $this->textdomain ); ?></h3>
288
- <p><?php _e( 'We\'re working on a more powerful version of this invoicing plugin. Be the first to know when we\'re ready to launch and receive a unique one-time discount!', $this->textdomain ); ?></p>
289
- <!-- Begin MailChimp Signup Form -->
290
- <link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
291
- <style type="text/css">
292
- #mc_embed_signup{background: #222; clear:left;}
293
- #mc-embedded-subscribe:hover { background-color: #4ca55e !important; }
294
- #mc_embed_signup input.button { margin: 0 !important; }
295
- /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
296
- We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
297
- </style>
298
- <div id="mc_embed_signup">
299
- <form action="//wcpdfinvoices.us11.list-manage.com/subscribe/post?u=f270649bc41a9687a38a8977f&amp;id=395e1e319a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate style="padding: 0">
300
- <div id="mc_embed_signup_scroll">
301
- <?php $user_email = get_the_author_meta( 'user_email', get_current_user_id() ) ?>
302
- <input style="width: 100%; border-radius: 0; margin-top: 20px; border: 1px solid #ccc;" type="email" value="<?php if( $user_email !== "" ) echo $user_email; ?>" name="EMAIL" class="email" id="mce-EMAIL" placeholder="<?php _e( 'Your email address', $this->textdomain ); ?>" required>
303
- <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
304
- <div style="position: absolute; left: -5000px;"><input type="text" name="b_f270649bc41a9687a38a8977f_395e1e319a" tabindex="-1" value=""></div>
305
- <div class="clear"><input style="width: 100%; background-color: #5dc372; border-radius: 0; height: 37px;box-shadow: none;" type="submit" value="<?php _e( 'Signup', $this->textdomain ); ?>" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
306
- <div style="font-size: 11px; text-align: center; margin-top: 1px !important;"><?php _e( 'No spam, ever. Unsubscribe at any time', $this->textdomain ); ?></div>
307
- </div>
308
- </form>
309
- </div>
310
 
311
- <!--End mc_embed_signup-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  </aside>
 
313
  <aside class="bewpi_sidebar about">
314
  <h3><?php _e( 'About', $this->textdomain ); ?></h3>
315
  <p><?php _e( 'This plugin is an open source project wich aims to fill the invoicing gap of <a href="http://www.woothemes.com/woocommerce">WooCommerce</a>.' , $this->textdomain ); ?></p>
@@ -537,8 +548,8 @@ if ( ! class_exists( 'BE_WooCommerce_PDF_Invoices' ) ) {
537
  if ( current_user_can( 'install_plugins' ) && $hide_notice == '' ) {
538
  // Get installation date
539
  $datetime_install = $this->get_install_date();
540
- $datetime_past = new DateTime( '-10 days' );
541
- //$datetime_past = new DateTime( '-10 second' );
542
 
543
  if ( $datetime_past >= $datetime_install ) {
544
  // 10 or more days ago, show admin notice
284
  private function options_page_sidebar_html() {
285
  ?>
286
  <aside class="bewpi_sidebar premium">
287
+ <h3><?php _e( 'WooCommerce PDF Invoices Premium', $this->textdomain ); ?></h3>
288
+ <p>
289
+ <?php _e( 'This plugin offers a premium version wich comes with the following features:', $this->textdomain ); ?><br/>
290
+ - <?php _e( 'Bill periodically by generating and sending global invoices.', $this->textdomain ); ?><br/>
291
+ - <?php _e( 'Add additional PDF\'s to customer invoices.', $this->textdomain ); ?><br/>
292
+ - <?php _e( 'Send customer invoices directly to suppliers and others.', $this->textdomain ); ?><br/>
293
+ </p>
294
+ <a class="bewpi-learn-more" href="http://wcpdfinvoices.com" target="_blank"><?php _e ( 'Learn more', $this->textdomain ); ?></a>
295
+ </aside>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
 
297
+ <aside class="bewpi_sidebar premium">
298
+ <h3><?php _e( 'Stay up-to-date', $this->textdomain ); ?></h3>
299
+ <!-- Begin MailChimp Signup Form -->
300
+ <link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
301
+ <style type="text/css">
302
+ #mc_embed_signup{background: #222; clear:left;}
303
+ #mc-embedded-subscribe:hover { background-color: #EE7600 !important; }
304
+ #mc_embed_signup input.button { margin: 0 !important; }
305
+ </style>
306
+ <p>
307
+ <?php _e( 'We\'re constantly developing new features, stay up-to-date by subscribing to our newsletter.', $this->textdomain ); ?>
308
+ </p>
309
+ <div id="mc_embed_signup">
310
+ <form action="//wcpdfinvoices.us11.list-manage.com/subscribe/post?u=f270649bc41a9687a38a8977f&amp;id=395e1e319a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate style="padding: 0">
311
+ <div id="mc_embed_signup_scroll">
312
+ <?php $user_email = get_the_author_meta( 'user_email', get_current_user_id() ) ?>
313
+ <input style="width: 100%; border-radius: 0; margin-top: 20px; border: 1px solid #ccc;" type="email" value="<?php if( $user_email !== "" ) echo $user_email; ?>" name="EMAIL" class="email" id="mce-EMAIL" placeholder="<?php _e( 'Your email address', $this->textdomain ); ?>" required>
314
+ <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
315
+ <div style="position: absolute; left: -5000px;"><input type="text" name="b_f270649bc41a9687a38a8977f_395e1e319a" tabindex="-1" value=""></div>
316
+ <div class="clear"><input style="width: 100%; background-color: #F48C2D; border-radius: 0; height: 37px;box-shadow: none;" type="submit" value="<?php _e( 'Signup', $this->textdomain ); ?>" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
317
+ <div style="font-size: 11px; text-align: center; margin-top: 1px !important;"><?php _e( 'No spam, ever. Unsubscribe at any time', $this->textdomain ); ?></div>
318
+ </div>
319
+ </form>
320
+ </div>
321
+ <!--End mc_embed_signup-->
322
  </aside>
323
+
324
  <aside class="bewpi_sidebar about">
325
  <h3><?php _e( 'About', $this->textdomain ); ?></h3>
326
  <p><?php _e( 'This plugin is an open source project wich aims to fill the invoicing gap of <a href="http://www.woothemes.com/woocommerce">WooCommerce</a>.' , $this->textdomain ); ?></p>
548
  if ( current_user_can( 'install_plugins' ) && $hide_notice == '' ) {
549
  // Get installation date
550
  $datetime_install = $this->get_install_date();
551
+ //$datetime_past = new DateTime( '-10 days' );
552
+ $datetime_past = new DateTime( '-10 second' );
553
 
554
  if ( $datetime_past >= $datetime_install ) {
555
  // 10 or more days ago, show admin notice
lang/be-woocommerce-pdf-invoices-de_DE.mo ADDED
Binary file
lang/be-woocommerce-pdf-invoices-de_DE.po ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 WooCommerce PDF Invoices
2
+ # This file is distributed under the same license as the WooCommerce PDF Invoices package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WooCommerce PDF Invoices 2.3.6\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-pdf-invoices\n"
7
+ "POT-Creation-Date: 2015-09-27 18:52:53+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-10-28 21:04+0100\n"
12
+ "Language-Team: kiweno <georg@kiweno.com>\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "Language: de_DE\n"
15
+ "X-Generator: Poedit 1.8.2\n"
16
+ "X-Poedit-Basepath: C:/wamp/www/wordpress/wp-content/plugins/woocommerce-pdf-invoices\n"
17
+ "Last-Translator: \n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+
20
+ #: includes/abstracts/abstract-bewpi-document.php:69
21
+ msgid "Paid"
22
+ msgstr "Bezahlt"
23
+
24
+ #: includes/abstracts/abstract-bewpi-setting.php:87
25
+ msgid "Feel free to use "
26
+ msgstr "Nach belieben"
27
+
28
+ #: includes/abstracts/abstract-bewpi-setting.php:155
29
+ msgid "Remove Logo"
30
+ msgstr "Logo entfernen"
31
+
32
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:84
33
+ msgid "Attach to Email"
34
+ msgstr "Zur E-Mail hinzufügen"
35
+
36
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:92
37
+ msgid "Processing order"
38
+ msgstr "Bestellung wird bearbeitet"
39
+
40
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:96
41
+ msgid "Completed order"
42
+ msgstr "Fertiggestellte Bestellung"
43
+
44
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:100
45
+ msgid "Customer invoice"
46
+ msgstr "Rechnung"
47
+
48
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:114
49
+ msgid "Attach to New order Email"
50
+ msgstr "Zu neuer Bestellungs-E-Mail hinzufügen"
51
+
52
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:126
53
+ msgid "Enable Email It In"
54
+ msgstr "Aktiviere Email It In"
55
+
56
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:134
57
+ msgid "Email It In account"
58
+ msgstr "Email It In Account"
59
+
60
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:139
61
+ msgid "Get your account from your Email It In %suser account%s."
62
+ msgstr "Hol dir deinen Account über deinen Email It In %suser account%s."
63
+
64
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:152
65
+ msgid "Email Options"
66
+ msgstr "E-Mail Optionen"
67
+
68
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:158
69
+ msgid "Cloud Storage Options"
70
+ msgstr "Cloud Storage Optionen"
71
+
72
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:165
73
+ msgid ""
74
+ "Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or Egnyte and "
75
+ "enter your account below."
76
+ msgstr ""
77
+ "Logge dich unter %s ein um Rechnungen an Dropbox, OneDrive, Google Drive oder Egnyte zu "
78
+ "senden und gib entsprechende Accounts unten an."
79
+
80
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:87
81
+ #: includes/be-woocommerce-pdf-invoices.php:248
82
+ msgid "Template"
83
+ msgstr "Template"
84
+
85
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:99
86
+ msgid "Color theme"
87
+ msgstr "Farbschema"
88
+
89
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:110
90
+ msgid "Date format"
91
+ msgstr "Datumsformat"
92
+
93
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:115
94
+ msgid "%sFormat%s of invoice date and order date."
95
+ msgstr "%sFormat%s von Rechnungs- und Bestellungsdatum"
96
+
97
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:130
98
+ msgid "Display prices including tax"
99
+ msgstr "Zeige Preis inkl. USt."
100
+
101
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:142
102
+ msgid "Mark invoice as paid"
103
+ msgstr "Markiere Rechnung als bezahlt"
104
+
105
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:143
106
+ msgid "Invoice will be watermarked when order has been paid."
107
+ msgstr ""
108
+ "Die Rechnung wird mit einem Wasserzeichen versehen, wenn die Bestellung bezahlt wurde."
109
+
110
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:151
111
+ msgid "Company name"
112
+ msgstr "Firmenname"
113
+
114
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:162
115
+ msgid "Company logo"
116
+ msgstr "Firmenlogo"
117
+
118
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:167
119
+ msgid ""
120
+ "<b>Note</b>: If your logo doesn't show up, try to enable <code>allow_url_fopen</code>."
121
+ msgstr ""
122
+ "<b>Note</b>: If your logo doesn't show up, try to enable <code>allow_url_fopen</code>."
123
+
124
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:173
125
+ msgid "Company address"
126
+ msgstr "Firmenadresse"
127
+
128
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:184
129
+ msgid "Company details"
130
+ msgstr "Firmendetails"
131
+
132
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:195
133
+ msgid "Intro text"
134
+ msgstr "Intro"
135
+
136
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:207
137
+ msgid "Terms & conditions, policies etc."
138
+ msgstr "AGBs, Regelungen, etc."
139
+
140
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:223
141
+ msgid "Show customer notes"
142
+ msgstr "Kundeninformationen anzeigen"
143
+
144
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:231
145
+ msgid "Type"
146
+ msgstr "Typ"
147
+
148
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:239
149
+ msgid "WooCommerce order number"
150
+ msgstr "WooCommerce Bestellnummer"
151
+
152
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:243
153
+ msgid "Sequential number"
154
+ msgstr "Rechnungsnummer"
155
+
156
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:257
157
+ msgid "Reset invoice counter"
158
+ msgstr "Rechnungs-Counter zurücksetzen"
159
+
160
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:267
161
+ msgid "Next"
162
+ msgstr "Nächste(s)"
163
+
164
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:272
165
+ msgid ""
166
+ "Reset the invoice counter and start with next invoice number. %s %sNote:%s Only "
167
+ "available with sequential numbering type and you need to check the checkbox to actually "
168
+ "reset the value."
169
+ msgstr ""
170
+ "Rechnungs-Counter zurücksetzen und mit nächster Rechnungsnummer starten. %s %sHinweis:"
171
+ "%s Nur bei laufender Durchnummerierung verfügbar; es muss die „Zurücksetzen“-Checkbox "
172
+ "selektiert sein."
173
+
174
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:281
175
+ msgid "Digits"
176
+ msgstr "Zeichen"
177
+
178
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:297
179
+ msgid "[prefix]"
180
+ msgstr "[prefix]"
181
+
182
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:308
183
+ msgid "[suffix]"
184
+ msgstr "[suffix]"
185
+
186
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:319
187
+ msgid "Format"
188
+ msgstr "Format"
189
+
190
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:324
191
+ msgid ""
192
+ "Feel free to use the placeholders %s %s %s %s %s and %s. %s %sNote:%s %s is required."
193
+ msgstr "Verfügbare Platzhalter %s %s %s %s %s und %s. %s %sHinweis:%s %s ist notwendig."
194
+
195
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:338
196
+ msgid "Reset on 1st of january"
197
+ msgstr "Am 1. Jänner zurücksetzen"
198
+
199
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:351
200
+ #: includes/templates/invoices/global/micro/body.php:10
201
+ #: includes/templates/invoices/simple/micro/body.php:8
202
+ msgid "SKU"
203
+ msgstr "Art.-Nr.:"
204
+
205
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:363
206
+ #: includes/templates/invoices/global/micro/body.php:184
207
+ #: includes/templates/invoices/global/micro/body.php:208
208
+ #: includes/templates/invoices/simple/micro/body.php:164
209
+ #: includes/templates/invoices/simple/micro/body.php:188
210
+ msgid "Subtotal"
211
+ msgstr "Zwischensumme"
212
+
213
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:375
214
+ msgid "Tax"
215
+ msgstr "Steuer"
216
+
217
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:387
218
+ #: includes/templates/invoices/global/micro/body.php:192
219
+ #: includes/templates/invoices/simple/micro/body.php:172
220
+ msgid "Discount"
221
+ msgstr "Rabatt"
222
+
223
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:399
224
+ #: includes/templates/invoices/global/micro/body.php:200
225
+ #: includes/templates/invoices/simple/micro/body.php:180
226
+ msgid "Shipping"
227
+ msgstr "Versand"
228
+
229
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:413
230
+ msgid "General Options"
231
+ msgstr "Optionen"
232
+
233
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:419
234
+ msgid "Invoice Number Options"
235
+ msgstr "Rechnungsnummer"
236
+
237
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:425
238
+ msgid "Header Options"
239
+ msgstr "Kopfzeile"
240
+
241
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:431
242
+ msgid "Footer Options"
243
+ msgstr "Fußzeile"
244
+
245
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:437
246
+ msgid "Visible Columns"
247
+ msgstr "Sichtbare Spalten"
248
+
249
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:443
250
+ msgid "These are the general template options."
251
+ msgstr "Generelle Template Optionen"
252
+
253
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:444
254
+ msgid "These are the invoice number options."
255
+ msgstr "Optionen zur Rechnungsnummer"
256
+
257
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:447
258
+ msgid "Enable or disable the columns."
259
+ msgstr "Spalten ein-/ausschalten"
260
+
261
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:517
262
+ msgid "File is invalid and contains either '..' or './'."
263
+ msgstr "Datei ist fehlerhaft oder enthält '..' oder './'."
264
+
265
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:524
266
+ msgid "File is invalid and contains ':' after the first character."
267
+ msgstr "Datei ist fehlerhaft oder enthält ':' nach dem ersten Zeichen."
268
+
269
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:533
270
+ msgid "File should be less then 2MB."
271
+ msgstr "Datei muss <2MB sein."
272
+
273
+ #: includes/be-woocommerce-pdf-invoices.php:247
274
+ msgid "General"
275
+ msgstr "Allgemein"
276
+
277
+ #: includes/be-woocommerce-pdf-invoices.php:270
278
+ msgid "Invoices"
279
+ msgstr "Rechnungen"
280
+
281
+ #: includes/be-woocommerce-pdf-invoices.php:378
282
+ msgid "PDF Invoice"
283
+ msgstr "PDF Rechnungen"
284
+
285
+ #: includes/be-woocommerce-pdf-invoices.php:404
286
+ msgid "Invoiced on:"
287
+ msgstr "Datiert mit:"
288
+
289
+ #: includes/be-woocommerce-pdf-invoices.php:408
290
+ msgid "Invoice number:"
291
+ msgstr "Rechnungsnummer:"
292
+
293
+ #: includes/be-woocommerce-pdf-invoices.php:446
294
+ msgid "View invoice"
295
+ msgstr "Rechnung anzeigen"
296
+
297
+ #: includes/be-woocommerce-pdf-invoices.php:446
298
+ msgid "View"
299
+ msgstr "Anzeigen"
300
+
301
+ #: includes/be-woocommerce-pdf-invoices.php:447
302
+ msgid "Cancel invoice"
303
+ msgstr "Rechnung zurückziehen"
304
+
305
+ #: includes/be-woocommerce-pdf-invoices.php:447
306
+ msgid "Cancel"
307
+ msgstr "Abbrechen"
308
+
309
+ #: includes/be-woocommerce-pdf-invoices.php:449
310
+ msgid "Are you sure to delete the invoice?"
311
+ msgstr "Rechnung wirklich löschen?"
312
+
313
+ #: includes/be-woocommerce-pdf-invoices.php:452
314
+ msgid "Create invoice"
315
+ msgstr "Rechnung erstellen"
316
+
317
+ #: includes/be-woocommerce-pdf-invoices.php:452
318
+ msgid "Create"
319
+ msgstr "Erstellen"
320
+
321
+ #: includes/be-woocommerce-pdf-invoices.php:485
322
+ msgid "Invoice %s (PDF)"
323
+ msgstr "Rechnung %s (PDF)"
324
+
325
+ #: includes/be-woocommerce-pdf-invoices.php:564
326
+ msgid ""
327
+ "Fantastic! You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
328
+ "really need your ★★★★★ rating. It will support future development big-time! A huge "
329
+ "thank you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right away!</"
330
+ "a> - <a href='%s'>No, already done it!</a>"
331
+ msgstr ""
332
+ "Fantastic! You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
333
+ "really need your ★★★★★ rating. It will support future development big-time! A huge "
334
+ "thank you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right away!</"
335
+ "a> - <a href='%s'>No, already done it!</a>"
336
+
337
+ #: includes/be-woocommerce-pdf-invoices.php:575
338
+ msgid "Generate global invoice"
339
+ msgstr "Weltweite Rechnung erstellen"
340
+
341
+ #: includes/templates/invoices/global/micro/body.php:6
342
+ #: includes/templates/invoices/simple/micro/body.php:5
343
+ msgid "Description"
344
+ msgstr "Artikelbeschreibung"
345
+
346
+ #: includes/templates/invoices/global/micro/body.php:14
347
+ #: includes/templates/invoices/simple/micro/body.php:11
348
+ msgid "Cost"
349
+ msgstr "Kosten"
350
+
351
+ #: includes/templates/invoices/global/micro/body.php:16
352
+ #: includes/templates/invoices/simple/micro/body.php:12
353
+ msgid "Qty"
354
+ msgstr "Menge"
355
+
356
+ #: includes/templates/invoices/global/micro/body.php:22
357
+ #: includes/templates/invoices/simple/micro/body.php:19
358
+ msgid "VAT"
359
+ msgstr "MwSt."
360
+
361
+ #: includes/templates/invoices/global/micro/body.php:33
362
+ #: includes/templates/invoices/global/micro/body.php:244
363
+ #: includes/templates/invoices/simple/micro/body.php:30
364
+ #: includes/templates/invoices/simple/micro/body.php:224
365
+ msgid "Total"
366
+ msgstr "Summe"
367
+
368
+ #: includes/templates/invoices/global/micro/body.php:41
369
+ msgid "Order #%d - %s"
370
+ msgstr "Bestellung #%d - %s"
371
+
372
+ #: includes/templates/invoices/global/micro/body.php:219
373
+ #: includes/templates/invoices/simple/micro/body.php:199
374
+ msgid "Fee"
375
+ msgstr "Gebühr"
376
+
377
+ #: includes/templates/invoices/global/micro/body.php:251
378
+ #: includes/templates/invoices/simple/micro/body.php:231
379
+ msgid "Refunded"
380
+ msgstr "Rückerstattet"
381
+
382
+ #: includes/templates/invoices/global/micro/header.php:13
383
+ #: includes/templates/invoices/simple/micro/header.php:13
384
+ msgid "Invoice to"
385
+ msgstr "Rechnung an"
386
+
387
+ #: includes/templates/invoices/global/micro/header.php:18
388
+ #: includes/templates/invoices/simple/micro/header.php:18
389
+ msgid "Ship to"
390
+ msgstr "Versand nach"
391
+
392
+ #: includes/templates/invoices/global/micro/header.php:28
393
+ msgid "Global Invoice"
394
+ msgstr "Weltweite Rechnung"
395
+
396
+ #: includes/templates/invoices/simple/micro/footer.php:9
397
+ #: includes/templates/invoices/simple/micro/footer.php:13
398
+ msgid "Customer note"
399
+ msgstr "Anmerkung des Kunden"
400
+
401
+ #: includes/templates/invoices/simple/micro/footer.php:21
402
+ msgid "%sPayment%s via"
403
+ msgstr "%sZahlung%s via"
404
+
405
+ #: includes/templates/invoices/simple/micro/header.php:28
406
+ msgid "Invoice"
407
+ msgstr "Rechnung"
408
+
409
+ #: includes/templates/invoices/simple/micro/header.php:31
410
+ msgid "Order Number: %s"
411
+ msgstr "Bestellnummer: %s"
412
+
413
+ #: includes/templates/invoices/simple/micro/header.php:32
414
+ msgid "Order Date: %s"
415
+ msgstr "Bestelldatum: %s"
416
+
417
+ #. Plugin Name of the plugin/theme
418
+ msgid "WooCommerce PDF Invoices"
419
+ msgstr "WooCommerce PDF Invoices"
420
+
421
+ #. Description of the plugin/theme
422
+ msgid ""
423
+ "Automatically or manually create and send PDF Invoices for WooCommerce orders and "
424
+ "connect with Dropbox, Google Drive, OneDrive or Egnyte."
425
+ msgstr ""
426
+ "Automatically or manually create and send PDF Invoices for WooCommerce orders and "
427
+ "connect with Dropbox, Google Drive, OneDrive or Egnyte."
428
+
429
+ #. Author of the plugin/theme
430
+ msgid "baaaaas"
431
+ msgstr "baaaaas"
lang/be-woocommerce-pdf-invoices.mo ADDED
Binary file
lang/be-woocommerce-pdf-invoices.pot CHANGED
@@ -1,541 +1,418 @@
1
- # Copyright (C) 2015 WooCommerce PDF Invoices
2
- # This file is distributed under the same license as the WooCommerce PDF Invoices package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: WooCommerce PDF Invoices 2.3.8\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-pdf-"
7
- "invoices\n"
8
- "POT-Creation-Date: 2015-10-20 20:49:17+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
-
16
- #: includes/abstracts/abstract-bewpi-document.php:69
17
- msgid "Paid"
18
- msgstr ""
19
-
20
- #: includes/abstracts/abstract-bewpi-setting.php:96
21
- msgid "Feel free to use "
22
- msgstr ""
23
-
24
- #: includes/abstracts/abstract-bewpi-setting.php:176
25
- msgid "Remove logo"
26
- msgstr ""
27
-
28
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:86
29
- msgid "Attach to Email"
30
- msgstr ""
31
-
32
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:94
33
- msgid "Processing order"
34
- msgstr ""
35
-
36
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:98
37
- msgid "Completed order"
38
- msgstr ""
39
-
40
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:102
41
- msgid "Customer invoice"
42
- msgstr ""
43
-
44
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:116
45
- msgid "Attach to New order Email"
46
- msgstr ""
47
-
48
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:128
49
- msgid "Enable Email It In"
50
- msgstr ""
51
-
52
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:136
53
- msgid "Email It In account"
54
- msgstr ""
55
-
56
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:141
57
- msgid "Get your account from your Email It In %suser account%s."
58
- msgstr ""
59
-
60
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:154
61
- msgid "Email Options"
62
- msgstr ""
63
-
64
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:160
65
- msgid "Cloud Storage Options"
66
- msgstr ""
67
-
68
- #: includes/admin/settings/class-bewpi-admin-settings-general.php:167
69
- msgid ""
70
- "Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or "
71
- "Egnyte and enter your account below."
72
- msgstr ""
73
-
74
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:89
75
- #: includes/be-woocommerce-pdf-invoices.php:200
76
- msgid "Template"
77
- msgstr ""
78
-
79
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:101
80
- msgid "Color theme"
81
- msgstr ""
82
-
83
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:112
84
- msgid "Date format"
85
- msgstr ""
86
-
87
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:117
88
- msgid "%sFormat%s of invoice date and order date."
89
- msgstr ""
90
-
91
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:132
92
- msgid "Display prices including tax"
93
- msgstr ""
94
-
95
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:133
96
- msgid ""
97
- "Line item totals will be including tax. <br/><b>Note</b>: Subtotal will "
98
- "still be excluding tax, so disable it within the visible columns section."
99
- msgstr ""
100
-
101
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:145
102
- msgid "Shipping taxable"
103
- msgstr ""
104
-
105
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:146
106
- msgid "Enable to display subtotal including shipping."
107
- msgstr ""
108
-
109
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:158
110
- msgid "Mark invoice as paid"
111
- msgstr ""
112
-
113
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:159
114
- msgid "Invoice will be watermarked when order has been paid."
115
- msgstr ""
116
-
117
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:167
118
- msgid "Company name"
119
- msgstr ""
120
-
121
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:178
122
- msgid "Company logo"
123
- msgstr ""
124
-
125
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:183
126
- msgid ""
127
- "<b>Note</b>: If your logo doesn't show up, try to enable "
128
- "<code>allow_url_fopen</code>."
129
- msgstr ""
130
-
131
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:189
132
- msgid "Company address"
133
- msgstr ""
134
-
135
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:200
136
- msgid "Company details"
137
- msgstr ""
138
-
139
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:211
140
- msgid "Intro text"
141
- msgstr ""
142
-
143
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:223
144
- msgid "Terms & conditions, policies etc."
145
- msgstr ""
146
-
147
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:239
148
- msgid "Show customer notes"
149
- msgstr ""
150
-
151
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:247
152
- msgid "Type"
153
- msgstr ""
154
-
155
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:255
156
- msgid "WooCommerce order number"
157
- msgstr ""
158
-
159
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:259
160
- msgid "Sequential number"
161
- msgstr ""
162
-
163
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:273
164
- msgid "Reset invoice counter"
165
- msgstr ""
166
-
167
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:283
168
- msgid "Next"
169
- msgstr ""
170
-
171
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:288
172
- msgid ""
173
- "Reset the invoice counter and start with next invoice number. %s %sNote:%s "
174
- "Only available with sequential numbering type and you need to check the "
175
- "checkbox to actually reset the value."
176
- msgstr ""
177
-
178
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:297
179
- msgid "Digits"
180
- msgstr ""
181
-
182
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:313
183
- msgid "[prefix]"
184
- msgstr ""
185
-
186
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:324
187
- msgid "[suffix]"
188
- msgstr ""
189
-
190
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:335
191
- msgid "Format"
192
- msgstr ""
193
-
194
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:340
195
- msgid ""
196
- "Feel free to use the placeholders %s %s %s %s %s and %s. %s %sNote:%s %s is "
197
- "required and slashes aren't supported."
198
- msgstr ""
199
-
200
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:354
201
- msgid "Reset on 1st of january"
202
- msgstr ""
203
-
204
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:367
205
- #: includes/templates/invoices/global/micro/body.php:10
206
- #: includes/templates/invoices/simple/micro/body.php:10
207
- msgid "SKU"
208
- msgstr ""
209
-
210
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:379
211
- #: includes/templates/invoices/global/micro/body.php:200
212
- #: includes/templates/invoices/simple/micro/body.php:184
213
- msgid "Subtotal"
214
- msgstr ""
215
-
216
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:391
217
- msgid "Tax"
218
- msgstr ""
219
-
220
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:403
221
- #: includes/templates/invoices/global/micro/body.php:184
222
- #: includes/templates/invoices/simple/micro/body.php:168
223
- msgid "Discount"
224
- msgstr ""
225
-
226
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:415
227
- #: includes/templates/invoices/global/micro/body.php:192
228
- #: includes/templates/invoices/global/micro/body.php:208
229
- #: includes/templates/invoices/simple/micro/body.php:176
230
- #: includes/templates/invoices/simple/micro/body.php:192
231
- msgid "Shipping"
232
- msgstr ""
233
-
234
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:429
235
- msgid "General Options"
236
- msgstr ""
237
-
238
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:435
239
- msgid "Invoice Number Options"
240
- msgstr ""
241
-
242
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:441
243
- msgid "Header Options"
244
- msgstr ""
245
-
246
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:447
247
- msgid "Footer Options"
248
- msgstr ""
249
-
250
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:453
251
- msgid "Visible Columns"
252
- msgstr ""
253
-
254
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:459
255
- msgid "These are the general template options."
256
- msgstr ""
257
-
258
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:460
259
- msgid "These are the invoice number options."
260
- msgstr ""
261
-
262
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:463
263
- msgid "Enable or disable the columns."
264
- msgstr ""
265
-
266
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:533
267
- msgid "File is invalid and contains either '..' or './'."
268
- msgstr ""
269
-
270
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:540
271
- msgid "File is invalid and contains ':' after the first character."
272
- msgstr ""
273
-
274
- #: includes/admin/settings/class-bewpi-admin-settings-template.php:549
275
- msgid "File should be less then 2MB."
276
- msgstr ""
277
-
278
- #: includes/be-woocommerce-pdf-invoices.php:119
279
- msgid "Settings"
280
- msgstr ""
281
-
282
- #: includes/be-woocommerce-pdf-invoices.php:120
283
- msgid "Premium"
284
- msgstr ""
285
-
286
- #: includes/be-woocommerce-pdf-invoices.php:140
287
- msgid ""
288
- "Alrighty then! <a href=\"%s\">Let's start configuring <strong>WooCommerce "
289
- "PDF Invoices</strong></a>."
290
- msgstr ""
291
-
292
- #: includes/be-woocommerce-pdf-invoices.php:199
293
- msgid "General"
294
- msgstr ""
295
-
296
- #: includes/be-woocommerce-pdf-invoices.php:223
297
- msgid "Invoices"
298
- msgstr ""
299
-
300
- #: includes/be-woocommerce-pdf-invoices.php:262
301
- msgid ""
302
- "If you like <strong>WooCommerce PDF Invoices</strong> please leave us a "
303
- "%s★★★★★%s rating. A huge thank you in advance!"
304
- msgstr ""
305
-
306
- #: includes/be-woocommerce-pdf-invoices.php:263
307
- msgid "Version %s"
308
- msgstr ""
309
-
310
- #: includes/be-woocommerce-pdf-invoices.php:287
311
- msgid "Invoicing on Steroids"
312
- msgstr ""
313
-
314
- #: includes/be-woocommerce-pdf-invoices.php:288
315
- msgid ""
316
- "We're working on a more powerful version of this invoicing plugin. Be the "
317
- "first to know when we're ready to launch and receive a unique one-time "
318
- "discount!"
319
- msgstr ""
320
-
321
- #: includes/be-woocommerce-pdf-invoices.php:302
322
- msgid "Your email address"
323
- msgstr ""
324
-
325
- #: includes/be-woocommerce-pdf-invoices.php:305
326
- msgid "Signup"
327
- msgstr ""
328
-
329
- #: includes/be-woocommerce-pdf-invoices.php:306
330
- msgid "No spam, ever. Unsubscribe at any time"
331
- msgstr ""
332
-
333
- #: includes/be-woocommerce-pdf-invoices.php:314
334
- msgid "About"
335
- msgstr ""
336
-
337
- #: includes/be-woocommerce-pdf-invoices.php:315
338
- msgid ""
339
- "This plugin is an open source project wich aims to fill the invoicing gap of "
340
- "<a href=\"http://www.woothemes.com/woocommerce\">WooCommerce</a>."
341
- msgstr ""
342
-
343
- #: includes/be-woocommerce-pdf-invoices.php:318
344
- msgid "<b>Author</b>: <a href=\"https://github.com/baselbers\">Bas Elbers</a>"
345
- msgstr ""
346
-
347
- #: includes/be-woocommerce-pdf-invoices.php:321
348
- msgid "Support"
349
- msgstr ""
350
-
351
- #: includes/be-woocommerce-pdf-invoices.php:322
352
- msgid ""
353
- "We will never ask for donations, but to garantee future development, we do "
354
- "need your support. Please show us your appreciation by leaving a <a href="
355
- "\"https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?"
356
- "rate=5#postform\">★★★★★</a> rating and vote for <a href=\"https://wordpress."
357
- "org/plugins/woocommerce-pdf-invoices/\">works</a>."
358
- msgstr ""
359
-
360
- #: includes/be-woocommerce-pdf-invoices.php:341
361
- msgid ""
362
- "Checkout this amazing free WooCommerce PDF Invoices plugin for WordPress!"
363
- msgstr ""
364
-
365
- #: includes/be-woocommerce-pdf-invoices.php:346
366
- msgid "Need Help?"
367
- msgstr ""
368
-
369
- #: includes/be-woocommerce-pdf-invoices.php:348
370
- msgid "Frequently Asked Questions"
371
- msgstr ""
372
-
373
- #: includes/be-woocommerce-pdf-invoices.php:349
374
- msgid "Support forum"
375
- msgstr ""
376
-
377
- #: includes/be-woocommerce-pdf-invoices.php:350
378
- msgid "Request a feature"
379
- msgstr ""
380
-
381
- #: includes/be-woocommerce-pdf-invoices.php:351
382
- msgid "Email us"
383
- msgstr ""
384
-
385
- #: includes/be-woocommerce-pdf-invoices.php:409
386
- msgid "PDF Invoice"
387
- msgstr ""
388
-
389
- #: includes/be-woocommerce-pdf-invoices.php:435
390
- msgid "Invoiced on:"
391
- msgstr ""
392
-
393
- #: includes/be-woocommerce-pdf-invoices.php:439
394
- msgid "Invoice number:"
395
- msgstr ""
396
-
397
- #: includes/be-woocommerce-pdf-invoices.php:477
398
- msgid "View invoice"
399
- msgstr ""
400
-
401
- #: includes/be-woocommerce-pdf-invoices.php:477
402
- msgid "View"
403
- msgstr ""
404
-
405
- #: includes/be-woocommerce-pdf-invoices.php:478
406
- msgid "Cancel invoice"
407
- msgstr ""
408
-
409
- #: includes/be-woocommerce-pdf-invoices.php:478
410
- msgid "Cancel"
411
- msgstr ""
412
-
413
- #: includes/be-woocommerce-pdf-invoices.php:480
414
- msgid "Are you sure to delete the invoice?"
415
- msgstr ""
416
-
417
- #: includes/be-woocommerce-pdf-invoices.php:483
418
- msgid "Create invoice"
419
- msgstr ""
420
-
421
- #: includes/be-woocommerce-pdf-invoices.php:483
422
- msgid "Create"
423
- msgstr ""
424
-
425
- #: includes/be-woocommerce-pdf-invoices.php:516
426
- msgid "Invoice %s (PDF)"
427
- msgstr ""
428
-
429
- #: includes/be-woocommerce-pdf-invoices.php:627
430
- msgid ""
431
- "You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
432
- "really need your ★★★★★ rating. It will support future development big-time. "
433
- "A huge thanks in advance and keep up the good work! <br /> <a href='%s' "
434
- "target='_blank'>Yes, will do it right away!</a> - <a href='%s'>No, already "
435
- "done it!</a>"
436
- msgstr ""
437
-
438
- #: includes/class-bewpi-invoice.php:48
439
- msgid ""
440
- "Whoops, no template found. Please select a template on the Template settings "
441
- "page first."
442
- msgstr ""
443
-
444
- #: includes/templates/invoices/global/micro/body.php:6
445
- #: includes/templates/invoices/simple/micro/body.php:6
446
- msgid "Description"
447
- msgstr ""
448
-
449
- #: includes/templates/invoices/global/micro/body.php:14
450
- #: includes/templates/invoices/simple/micro/body.php:14
451
- msgid "Cost"
452
- msgstr ""
453
-
454
- #: includes/templates/invoices/global/micro/body.php:16
455
- #: includes/templates/invoices/simple/micro/body.php:16
456
- msgid "Qty"
457
- msgstr ""
458
-
459
- #: includes/templates/invoices/global/micro/body.php:22
460
- #: includes/templates/invoices/simple/micro/body.php:22
461
- msgid "VAT"
462
- msgstr ""
463
-
464
- #: includes/templates/invoices/global/micro/body.php:33
465
- #: includes/templates/invoices/global/micro/body.php:244
466
- #: includes/templates/invoices/simple/micro/body.php:33
467
- #: includes/templates/invoices/simple/micro/body.php:228
468
- msgid "Total"
469
- msgstr ""
470
-
471
- #: includes/templates/invoices/global/micro/body.php:41
472
- msgid "Order #%d - %s"
473
- msgstr ""
474
-
475
- #: includes/templates/invoices/global/micro/body.php:219
476
- #: includes/templates/invoices/simple/micro/body.php:203
477
- msgid "Fee"
478
- msgstr ""
479
-
480
- #: includes/templates/invoices/global/micro/body.php:251
481
- #: includes/templates/invoices/simple/micro/body.php:235
482
- msgid "Refunded"
483
- msgstr ""
484
-
485
- #: includes/templates/invoices/global/micro/header.php:13
486
- #: includes/templates/invoices/simple/micro/header.php:13
487
- msgid "Invoice to"
488
- msgstr ""
489
-
490
- #: includes/templates/invoices/global/micro/header.php:15
491
- #: includes/templates/invoices/simple/micro/header.php:15
492
- msgid "Phone: %s"
493
- msgstr ""
494
-
495
- #: includes/templates/invoices/global/micro/header.php:18
496
- #: includes/templates/invoices/simple/micro/header.php:18
497
- msgid "Ship to"
498
- msgstr ""
499
-
500
- #: includes/templates/invoices/global/micro/header.php:28
501
- msgid "Global Invoice"
502
- msgstr ""
503
-
504
- #: includes/templates/invoices/simple/micro/footer.php:9
505
- #: includes/templates/invoices/simple/micro/footer.php:13
506
- msgid "Customer note"
507
- msgstr ""
508
-
509
- #: includes/templates/invoices/simple/micro/footer.php:21
510
- msgid "%sPayment%s via"
511
- msgstr ""
512
-
513
- #: includes/templates/invoices/simple/micro/header.php:28
514
- msgid "Invoice"
515
- msgstr ""
516
-
517
- #: includes/templates/invoices/simple/micro/header.php:31
518
- msgid "Order Number: %s"
519
- msgstr ""
520
-
521
- #: includes/templates/invoices/simple/micro/header.php:32
522
- msgid "Order Date: %s"
523
- msgstr ""
524
-
525
- #. Plugin Name of the plugin/theme
526
- msgid "WooCommerce PDF Invoices"
527
- msgstr ""
528
-
529
- #. Description of the plugin/theme
530
- msgid ""
531
- "Automatically generate and attach customizable PDF Invoices to WooCommerce "
532
- "emails and connect with Dropbox, Google Drive, OneDrive or Egnyte."
533
- msgstr ""
534
-
535
- #. Author of the plugin/theme
536
- msgid "Bas Elbers"
537
- msgstr ""
538
-
539
- #. Author URI of the plugin/theme
540
- msgid "http://www.wcpdfinvoices.com"
541
- msgstr ""
1
+ # Copyright (C) 2015 WooCommerce PDF Invoices
2
+ # This file is distributed under the same license as the WooCommerce PDF Invoices package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WooCommerce PDF Invoices 2.3.6\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-pdf-invoices\n"
7
+ "POT-Creation-Date: 2015-09-27 18:52:53+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-10-03 17:11+0100\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: WooCommerce PDF Invoices <info@wcpdfinvoices.com>\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "Language: en\n"
16
+ "X-Generator: Poedit 1.7.3\n"
17
+ "X-Poedit-Basepath: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\woocommerce-pdf-"
18
+ "invoices\n"
19
+
20
+ #: includes/abstracts/abstract-bewpi-document.php:69
21
+ msgid "Paid"
22
+ msgstr ""
23
+
24
+ #: includes/abstracts/abstract-bewpi-setting.php:87
25
+ msgid "Feel free to use "
26
+ msgstr ""
27
+
28
+ #: includes/abstracts/abstract-bewpi-setting.php:155
29
+ msgid "Remove logo"
30
+ msgstr ""
31
+
32
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:84
33
+ msgid "Attach to Email"
34
+ msgstr ""
35
+
36
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:92
37
+ msgid "Processing order"
38
+ msgstr ""
39
+
40
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:96
41
+ msgid "Completed order"
42
+ msgstr ""
43
+
44
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:100
45
+ msgid "Customer invoice"
46
+ msgstr ""
47
+
48
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:114
49
+ msgid "Attach to New order Email"
50
+ msgstr ""
51
+
52
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:126
53
+ msgid "Enable Email It In"
54
+ msgstr ""
55
+
56
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:134
57
+ msgid "Email It In account"
58
+ msgstr ""
59
+
60
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:139
61
+ msgid "Get your account from your Email It In %suser account%s."
62
+ msgstr ""
63
+
64
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:152
65
+ msgid "Email Options"
66
+ msgstr ""
67
+
68
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:158
69
+ msgid "Cloud Storage Options"
70
+ msgstr ""
71
+
72
+ #: includes/admin/settings/class-bewpi-admin-settings-general.php:165
73
+ msgid ""
74
+ "Signup at %s to send invoices to your Dropbox, OneDrive, Google Drive or Egnyte and "
75
+ "enter your account below."
76
+ msgstr ""
77
+
78
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:87
79
+ #: includes/be-woocommerce-pdf-invoices.php:248
80
+ msgid "Template"
81
+ msgstr ""
82
+
83
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:99
84
+ msgid "Color theme"
85
+ msgstr ""
86
+
87
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:110
88
+ msgid "Date format"
89
+ msgstr ""
90
+
91
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:115
92
+ msgid "%sFormat%s of invoice date and order date."
93
+ msgstr ""
94
+
95
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:130
96
+ msgid "Display prices including tax"
97
+ msgstr ""
98
+
99
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:142
100
+ msgid "Mark invoice as paid"
101
+ msgstr ""
102
+
103
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:143
104
+ msgid "Invoice will be watermarked when order has been paid."
105
+ msgstr ""
106
+
107
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:151
108
+ msgid "Company name"
109
+ msgstr ""
110
+
111
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:162
112
+ msgid "Company logo"
113
+ msgstr ""
114
+
115
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:167
116
+ msgid ""
117
+ "<b>Note</b>: If your logo doesn't show up, try to enable <code>allow_url_fopen</code>."
118
+ msgstr ""
119
+
120
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:173
121
+ msgid "Company address"
122
+ msgstr ""
123
+
124
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:184
125
+ msgid "Company details"
126
+ msgstr ""
127
+
128
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:195
129
+ msgid "Intro text"
130
+ msgstr ""
131
+
132
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:207
133
+ msgid "Terms & conditions, policies etc."
134
+ msgstr ""
135
+
136
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:223
137
+ msgid "Show customer notes"
138
+ msgstr ""
139
+
140
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:231
141
+ msgid "Type"
142
+ msgstr ""
143
+
144
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:239
145
+ msgid "WooCommerce order number"
146
+ msgstr ""
147
+
148
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:243
149
+ msgid "Sequential number"
150
+ msgstr ""
151
+
152
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:257
153
+ msgid "Reset invoice counter"
154
+ msgstr ""
155
+
156
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:267
157
+ msgid "Next"
158
+ msgstr ""
159
+
160
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:272
161
+ msgid ""
162
+ "Reset the invoice counter and start with next invoice number. %s %sNote:%s Only "
163
+ "available with sequential numbering type and you need to check the checkbox to actually "
164
+ "reset the value."
165
+ msgstr ""
166
+
167
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:281
168
+ msgid "Digits"
169
+ msgstr ""
170
+
171
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:297
172
+ msgid "[prefix]"
173
+ msgstr ""
174
+
175
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:308
176
+ msgid "[suffix]"
177
+ msgstr ""
178
+
179
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:319
180
+ msgid "Format"
181
+ msgstr ""
182
+
183
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:324
184
+ msgid ""
185
+ "Feel free to use the placeholders %s %s %s %s %s and %s. %s %sNote:%s %s is required."
186
+ msgstr ""
187
+
188
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:338
189
+ msgid "Reset on 1st of january"
190
+ msgstr ""
191
+
192
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:351
193
+ #: includes/templates/invoices/global/micro/body.php:10
194
+ #: includes/templates/invoices/simple/micro/body.php:8
195
+ msgid "SKU"
196
+ msgstr ""
197
+
198
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:363
199
+ #: includes/templates/invoices/global/micro/body.php:184
200
+ #: includes/templates/invoices/global/micro/body.php:208
201
+ #: includes/templates/invoices/simple/micro/body.php:164
202
+ #: includes/templates/invoices/simple/micro/body.php:188
203
+ msgid "Subtotal"
204
+ msgstr ""
205
+
206
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:375
207
+ msgid "Tax"
208
+ msgstr ""
209
+
210
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:387
211
+ #: includes/templates/invoices/global/micro/body.php:192
212
+ #: includes/templates/invoices/simple/micro/body.php:172
213
+ msgid "Discount"
214
+ msgstr ""
215
+
216
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:399
217
+ #: includes/templates/invoices/global/micro/body.php:200
218
+ #: includes/templates/invoices/simple/micro/body.php:180
219
+ msgid "Shipping"
220
+ msgstr ""
221
+
222
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:413
223
+ msgid "General Options"
224
+ msgstr ""
225
+
226
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:419
227
+ msgid "Invoice Number Options"
228
+ msgstr ""
229
+
230
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:425
231
+ msgid "Header Options"
232
+ msgstr ""
233
+
234
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:431
235
+ msgid "Footer Options"
236
+ msgstr ""
237
+
238
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:437
239
+ msgid "Visible Columns"
240
+ msgstr ""
241
+
242
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:443
243
+ msgid "These are the general template options."
244
+ msgstr ""
245
+
246
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:444
247
+ msgid "These are the invoice number options."
248
+ msgstr ""
249
+
250
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:447
251
+ msgid "Enable or disable the columns."
252
+ msgstr ""
253
+
254
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:517
255
+ msgid "File is invalid and contains either '..' or './'."
256
+ msgstr ""
257
+
258
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:524
259
+ msgid "File is invalid and contains ':' after the first character."
260
+ msgstr ""
261
+
262
+ #: includes/admin/settings/class-bewpi-admin-settings-template.php:533
263
+ msgid "File should be less then 2MB."
264
+ msgstr ""
265
+
266
+ #: includes/be-woocommerce-pdf-invoices.php:247
267
+ msgid "General"
268
+ msgstr ""
269
+
270
+ #: includes/be-woocommerce-pdf-invoices.php:270
271
+ msgid "Invoices"
272
+ msgstr ""
273
+
274
+ #: includes/be-woocommerce-pdf-invoices.php:378
275
+ msgid "PDF Invoice"
276
+ msgstr ""
277
+
278
+ #: includes/be-woocommerce-pdf-invoices.php:404
279
+ msgid "Invoiced on:"
280
+ msgstr ""
281
+
282
+ #: includes/be-woocommerce-pdf-invoices.php:408
283
+ msgid "Invoice number:"
284
+ msgstr ""
285
+
286
+ #: includes/be-woocommerce-pdf-invoices.php:446
287
+ msgid "View invoice"
288
+ msgstr ""
289
+
290
+ #: includes/be-woocommerce-pdf-invoices.php:446
291
+ msgid "View"
292
+ msgstr ""
293
+
294
+ #: includes/be-woocommerce-pdf-invoices.php:447
295
+ msgid "Cancel invoice"
296
+ msgstr ""
297
+
298
+ #: includes/be-woocommerce-pdf-invoices.php:447
299
+ msgid "Cancel"
300
+ msgstr ""
301
+
302
+ #: includes/be-woocommerce-pdf-invoices.php:449
303
+ msgid "Are you sure to delete the invoice?"
304
+ msgstr ""
305
+
306
+ #: includes/be-woocommerce-pdf-invoices.php:452
307
+ msgid "Create invoice"
308
+ msgstr ""
309
+
310
+ #: includes/be-woocommerce-pdf-invoices.php:452
311
+ msgid "Create"
312
+ msgstr ""
313
+
314
+ #: includes/be-woocommerce-pdf-invoices.php:485
315
+ msgid "Invoice %s (PDF)"
316
+ msgstr ""
317
+
318
+ #: includes/be-woocommerce-pdf-invoices.php:564
319
+ msgid ""
320
+ "Fantastic! You are working with <b>WooCommerce PDF Invoices</b> for some time now. We "
321
+ "really need your ★★★★★ rating. It will support future development big-time! A huge "
322
+ "thank you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right away!</"
323
+ "a> - <a href='%s'>No, already done it!</a>"
324
+ msgstr ""
325
+
326
+ #: includes/be-woocommerce-pdf-invoices.php:575
327
+ msgid "Generate global invoice"
328
+ msgstr ""
329
+
330
+ #: includes/templates/invoices/global/micro/body.php:6
331
+ #: includes/templates/invoices/simple/micro/body.php:5
332
+ msgid "Description"
333
+ msgstr ""
334
+
335
+ #: includes/templates/invoices/global/micro/body.php:14
336
+ #: includes/templates/invoices/simple/micro/body.php:11
337
+ msgid "Cost"
338
+ msgstr ""
339
+
340
+ #: includes/templates/invoices/global/micro/body.php:16
341
+ #: includes/templates/invoices/simple/micro/body.php:12
342
+ msgid "Qty"
343
+ msgstr ""
344
+
345
+ #: includes/templates/invoices/global/micro/body.php:22
346
+ #: includes/templates/invoices/simple/micro/body.php:19
347
+ msgid "VAT"
348
+ msgstr ""
349
+
350
+ #: includes/templates/invoices/global/micro/body.php:33
351
+ #: includes/templates/invoices/global/micro/body.php:244
352
+ #: includes/templates/invoices/simple/micro/body.php:30
353
+ #: includes/templates/invoices/simple/micro/body.php:224
354
+ msgid "Total"
355
+ msgstr ""
356
+
357
+ #: includes/templates/invoices/global/micro/body.php:41
358
+ msgid "Order #%d - %s"
359
+ msgstr ""
360
+
361
+ #: includes/templates/invoices/global/micro/body.php:219
362
+ #: includes/templates/invoices/simple/micro/body.php:199
363
+ msgid "Fee"
364
+ msgstr ""
365
+
366
+ #: includes/templates/invoices/global/micro/body.php:251
367
+ #: includes/templates/invoices/simple/micro/body.php:231
368
+ msgid "Refunded"
369
+ msgstr ""
370
+
371
+ #: includes/templates/invoices/global/micro/header.php:13
372
+ #: includes/templates/invoices/simple/micro/header.php:13
373
+ msgid "Invoice to"
374
+ msgstr ""
375
+
376
+ #: includes/templates/invoices/global/micro/header.php:18
377
+ #: includes/templates/invoices/simple/micro/header.php:18
378
+ msgid "Ship to"
379
+ msgstr ""
380
+
381
+ #: includes/templates/invoices/global/micro/header.php:28
382
+ msgid "Global Invoice"
383
+ msgstr ""
384
+
385
+ #: includes/templates/invoices/simple/micro/footer.php:9
386
+ #: includes/templates/invoices/simple/micro/footer.php:13
387
+ msgid "Customer note"
388
+ msgstr ""
389
+
390
+ #: includes/templates/invoices/simple/micro/footer.php:21
391
+ msgid "%sPayment%s via"
392
+ msgstr ""
393
+
394
+ #: includes/templates/invoices/simple/micro/header.php:28
395
+ msgid "Invoice"
396
+ msgstr ""
397
+
398
+ #: includes/templates/invoices/simple/micro/header.php:31
399
+ msgid "Order Number: %s"
400
+ msgstr ""
401
+
402
+ #: includes/templates/invoices/simple/micro/header.php:32
403
+ msgid "Order Date: %s"
404
+ msgstr ""
405
+
406
+ #. Plugin Name of the plugin/theme
407
+ msgid "WooCommerce PDF Invoices"
408
+ msgstr ""
409
+
410
+ #. Description of the plugin/theme
411
+ msgid ""
412
+ "Automatically or manually create and send PDF Invoices for WooCommerce orders and "
413
+ "connect with Dropbox, Google Drive, OneDrive or Egnyte."
414
+ msgstr ""
415
+
416
+ #. Author of the plugin/theme
417
+ msgid "baaaaas"
418
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/be-woocommerce-pdf-invoives-premium-nl_NL.mo ADDED
Binary file
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.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -28,9 +28,12 @@ This WooCommerce plugin generates PDF invoices, attaches it to the WooCommerce e
28
  - Download invoice from customer account
29
  - Mark invoices as paid
30
 
31
- > **Invoicing on Steriods**<br /><br />
32
- > We're working on a more powerful version of this invoicing plugin. Be the first to know when we're ready to launch and receive a unique one-time discount!<br /><br />
33
- > [Read more about WooCommerce PDF Invoices Premium.](http://wcpdfinvoices.com)
 
 
 
34
 
35
  = Support =
36
 
@@ -101,20 +104,23 @@ function add_hidden_order_items( $order_items ) {
101
 
102
  == Changelog ==
103
 
104
- = 2.3.9 - Oktober 20, 2015 =
105
 
106
- - Improved: Template files
107
- - Fixed: Admin notices not showing
108
 
109
- = 2.3.8 - Oktober 9, 2015 =
110
 
111
- - Fixed: Losing settings
112
 
113
- = 2.3.7 - Oktober 6, 2015 =
 
 
 
 
114
 
115
  - Added: Arabic font Amiri
116
 
117
- = 2.3.6 - Oktober 3, 2015 =
118
 
119
  - Fixed: Errors while activating plugin due to missing custom template dirs
120
 
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.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
28
  - Download invoice from customer account
29
  - Mark invoices as paid
30
 
31
+ > **WooCommerce PDF Invoices Premium**<br /><br />
32
+ > This plugin offers a premium version wich comes with the following features:<br /><br />
33
+ > - Periodically bill by generating and sending global invoices.<br />
34
+ > - Add additional PDF's to customer invoices.<br />
35
+ > - Send customer invoices directly to suppliers and others.<br /><br />
36
+ > [Upgrade to WooCommerce PDF Invoices Premium >>](http://wcpdfinvoices.com)
37
 
38
  = Support =
39
 
104
 
105
  == Changelog ==
106
 
107
+ = 2.3.10 - October 29, 2015 =
108
 
109
+ - Added: German language files.
 
110
 
111
+ = 2.3.9 - October 20, 2015 =
112
 
113
+ - Fixed: Admin notices not showing.
114
 
115
+ = 2.3.8 - October 9, 2015 =
116
+
117
+ - Fixed: Losing settings.
118
+
119
+ = 2.3.7 - October 6, 2015 =
120
 
121
  - Added: Arabic font Amiri
122
 
123
+ = 2.3.6 - October 3, 2015 =
124
 
125
  - Fixed: Errors while activating plugin due to missing custom template dirs
126