WooCommerce PDF Invoices & Packing Slips - Version 1.4.1

Version Description

  • Translations: Added Polish (Thanks Mike!)
  • Fix: Invoice number formatting notices in debug mode
Download this release

Release Info

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

Code changes from version 1.4.0 to 1.4.1

includes/class-wcpdf-export.php CHANGED
@@ -356,9 +356,9 @@ if ( ! class_exists( 'WooCommerce_PDF_Invoices_Export' ) ) {
356
  $order_month = date_i18n( 'm', strtotime( $order_date ) );
357
 
358
 
359
- $formats['prefix'] = $this->template_settings['invoice_number_formatting_prefix'];
360
- $formats['suffix'] = $this->template_settings['invoice_number_formatting_suffix'];
361
- $formats['padding'] = $this->template_settings['invoice_number_formatting_padding'];
362
 
363
  // Replacements
364
  foreach ($formats as $key => $value) {
356
  $order_month = date_i18n( 'm', strtotime( $order_date ) );
357
 
358
 
359
+ $formats['prefix'] = isset($this->template_settings['invoice_number_formatting_prefix'])?$this->template_settings['invoice_number_formatting_prefix']:'';
360
+ $formats['suffix'] = isset($this->template_settings['invoice_number_formatting_suffix'])?$this->template_settings['invoice_number_formatting_suffix']:'';
361
+ $formats['padding'] = isset($this->template_settings['invoice_number_formatting_padding'])?$this->template_settings['invoice_number_formatting_padding']:'';
362
 
363
  // Replacements
364
  foreach ($formats as $key => $value) {
languages/wpo_wcpdf-pl_PL.mo ADDED
Binary file
languages/wpo_wcpdf-pl_PL.po ADDED
@@ -0,0 +1,504 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WooCommerce PDF Invoices & Packing Slips\n"
4
+ "POT-Creation-Date: 2014-05-12 22:15+0100\n"
5
+ "PO-Revision-Date: 2014-05-17 11:38+0100\n"
6
+ "Last-Translator: Michał Dybczak <michal.dybczak@gmail.com>\n"
7
+ "Language-Team: WP Overnight <support@wpovernight.com>\n"
8
+ "Language: pl_PL\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.6.5\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_x;_n:1,2\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: includes/class-wcpdf-export.php:151 includes/class-wcpdf-export.php:156
20
+ #: includes/class-wcpdf-export.php:161 includes/class-wcpdf-export.php:172
21
+ #: includes/class-wcpdf-export.php:185
22
+ msgid "You do not have sufficient permissions to access this page."
23
+ msgstr "Nie masz wystarczającyh praw dostępu do tej strony."
24
+
25
+ # This is a filename (prefix). do not use spaces or special characters!
26
+ #: includes/class-wcpdf-export.php:206 includes/class-wcpdf-export.php:285
27
+ msgid "invoice"
28
+ msgid_plural "invoices"
29
+ msgstr[0] "Zamówienie"
30
+ msgstr[1] "Zamówienia"
31
+
32
+ # This is a filename (prefix). do not use spaces or special characters!
33
+ #: includes/class-wcpdf-export.php:208
34
+ msgid "packing-slip"
35
+ msgid_plural "packing-slips"
36
+ msgstr[0] "Dowód wysyłki"
37
+ msgstr[1] "Dowody wysyłki"
38
+
39
+ #: includes/class-wcpdf-settings.php:36 includes/class-wcpdf-settings.php:37
40
+ #: includes/class-wcpdf-writepanels.php:173
41
+ #: includes/class-wcpdf-writepanels.php:174
42
+ msgid "PDF Invoices"
43
+ msgstr "Zamówienie do PDF"
44
+
45
+ #: includes/class-wcpdf-settings.php:60
46
+ msgid "Settings"
47
+ msgstr "Ustawienia"
48
+
49
+ #: includes/class-wcpdf-settings.php:82
50
+ msgid "General"
51
+ msgstr "Ogólne"
52
+
53
+ #: includes/class-wcpdf-settings.php:83
54
+ msgid "Template"
55
+ msgstr "Szablon"
56
+
57
+ #: includes/class-wcpdf-settings.php:92
58
+ msgid "WooCommerce PDF Invoices"
59
+ msgstr "WooCommerce Zmówienie PDF"
60
+
61
+ #: includes/class-wcpdf-settings.php:98
62
+ msgid "Status"
63
+ msgstr "Status"
64
+
65
+ #: includes/class-wcpdf-settings.php:109
66
+ #, php-format
67
+ msgid ""
68
+ "Upload all invoices automatically to your dropbox!<br/>Check out the %s "
69
+ "extension."
70
+ msgstr ""
71
+ "Załaduj wszystkie zamówienia PDF automatycznie do twojego dropbox'a! <br/> "
72
+ "Sprawdź wtyczkę %s."
73
+
74
+ #: includes/class-wcpdf-settings.php:119
75
+ #, php-format
76
+ msgid ""
77
+ "Looking for more advanced templates? Check out the Premium PDF Invoice & "
78
+ "Packing Slips templates at %s."
79
+ msgstr ""
80
+ "Szukasz bardziej zaawansowanych szablonów? Odwiedź Premium PDF Invoice & "
81
+ "Packing Slips Templates na %s."
82
+
83
+ #: includes/class-wcpdf-settings.php:120
84
+ #, php-format
85
+ msgid "For custom templates, contact us at %s."
86
+ msgstr "Jeśli potrzebujesz własnych szablonów, skantaktuj się z nami na %s."
87
+
88
+ #: includes/class-wcpdf-settings.php:175
89
+ msgid "General settings"
90
+ msgstr "Ustawienia ogólne"
91
+
92
+ #: includes/class-wcpdf-settings.php:182
93
+ msgid "How do you want to view the PDF?"
94
+ msgstr "Jak ma być pokazany PDF?"
95
+
96
+ #: includes/class-wcpdf-settings.php:190
97
+ msgid "Download the PDF"
98
+ msgstr "Ściągnij PDF"
99
+
100
+ #: includes/class-wcpdf-settings.php:191
101
+ msgid "Open the PDF in a new browser tab/window"
102
+ msgstr "PDF w nowej zakładce/okienku przeglądarki"
103
+
104
+ #: includes/class-wcpdf-settings.php:201
105
+ msgid "Attach invoice to:"
106
+ msgstr "Dołacz zamówienie do:"
107
+
108
+ #: includes/class-wcpdf-settings.php:209
109
+ msgid "Admin New Order email"
110
+ msgstr "Email do administratora o nowym zamówieniu"
111
+
112
+ #: includes/class-wcpdf-settings.php:210
113
+ msgid "Customer Processing Order email"
114
+ msgstr "Email do klienta o przetwarzaniu zamówienia"
115
+
116
+ #: includes/class-wcpdf-settings.php:211
117
+ msgid "Customer Completed Order email"
118
+ msgstr "Email do klienta o zakończeniu zamówienia"
119
+
120
+ #: includes/class-wcpdf-settings.php:212
121
+ msgid "Customer Invoice email"
122
+ msgstr "Email z zamówieniem dla klienta"
123
+
124
+ #: includes/class-wcpdf-settings.php:214
125
+ #, php-format
126
+ msgid ""
127
+ "It looks like the temp folder (<code>%s</code>) is not writable, check the "
128
+ "permissions for this folder! Without having write access to this folder, the "
129
+ "plugin will not be able to email invoices."
130
+ msgstr ""
131
+ "Folder tymczasowy (<code>%s</code>) nie może być zapisany, proszę sprawdzić "
132
+ "atrybuty tego folderu. Bez prawa do zapisu E-Maile czy zamówienia nie mogą "
133
+ "być wysłane."
134
+
135
+ #: includes/class-wcpdf-settings.php:220
136
+ msgid "Enable invoice number column in the orders list"
137
+ msgstr "Włącz numer zamówień w kolumnie zamówień"
138
+
139
+ #: includes/class-wcpdf-settings.php:259
140
+ msgid "PDF Template settings"
141
+ msgstr "Ustawienia szablonu PDF"
142
+
143
+ #: includes/class-wcpdf-settings.php:266
144
+ msgid "Choose a template"
145
+ msgstr "Wybierz szablon"
146
+
147
+ #: includes/class-wcpdf-settings.php:274
148
+ msgid ""
149
+ "Want to use your own template? Copy all the files from <code>woocommerce-pdf-"
150
+ "invoices-packing-slips/templates/pdf/Simple/</code> to <code>yourtheme/"
151
+ "woocommerce/pdf/yourtemplate/</code> to customize them"
152
+ msgstr ""
153
+ "Chcesz użyć własnego szablonu? Skopiuj wszystkie pliki z <code>woocommerce-"
154
+ "pdf-invoices-packing-slips/templates/pdf/Simple/</code> do "
155
+ "<code>twój_szablon_strony/woocommerce/pdf/twój_szablon_PDF/</code> i dopasuj "
156
+ "je."
157
+
158
+ #: includes/class-wcpdf-settings.php:280
159
+ msgid "Paper size"
160
+ msgstr "Rozmiar wydruku"
161
+
162
+ #: includes/class-wcpdf-settings.php:288
163
+ msgid "A4"
164
+ msgstr "A4"
165
+
166
+ #: includes/class-wcpdf-settings.php:289
167
+ msgid "Letter"
168
+ msgstr "List"
169
+
170
+ #: includes/class-wcpdf-settings.php:296
171
+ msgid "Shop header/logo"
172
+ msgstr "Logo/nagłówek"
173
+
174
+ #: includes/class-wcpdf-settings.php:303
175
+ msgid "Select or upload your invoice header/logo"
176
+ msgstr "Wybierz albo załaduj logo/nagłówek zamówienia"
177
+
178
+ #: includes/class-wcpdf-settings.php:304
179
+ msgid "Set image"
180
+ msgstr "Wybierz obraz"
181
+
182
+ #: includes/class-wcpdf-settings.php:305
183
+ msgid "Remove image"
184
+ msgstr "Usuń logo"
185
+
186
+ #: includes/class-wcpdf-settings.php:312
187
+ msgid "Shop Name"
188
+ msgstr "Nazwa sklepu"
189
+
190
+ #: includes/class-wcpdf-settings.php:325
191
+ msgid "Shop Address"
192
+ msgstr "Adres sklepu"
193
+
194
+ #: includes/class-wcpdf-settings.php:357
195
+ msgid "Footer: terms & conditions, policies, etc."
196
+ msgstr "Stopka: ogólne postanowienia, itp."
197
+
198
+ #: includes/class-wcpdf-settings.php:372
199
+ msgid "Number to display on invoice"
200
+ msgstr "Numer wyświetlany na zamówieniu"
201
+
202
+ #: includes/class-wcpdf-settings.php:380
203
+ msgid "WooCommerce order number"
204
+ msgstr "Numer zamówienia WooCommerce"
205
+
206
+ #: includes/class-wcpdf-settings.php:381
207
+ msgid "Built-in sequential invoice number"
208
+ msgstr "Wbudowany mechanizm nadawania numerów zamówieniom"
209
+
210
+ #: includes/class-wcpdf-settings.php:383
211
+ msgid ""
212
+ "If you are using the WooCommerce Sequential Order Numbers plugin, select the "
213
+ "WooCommerce order number"
214
+ msgstr ""
215
+ "Jeśli używasz WooCommerce Sequential Order Numbers plugin, wybierz numer "
216
+ "zamówienia WooCommerce"
217
+
218
+ #: includes/class-wcpdf-settings.php:389
219
+ msgid "Next invoice number (without prefix/suffix etc.)"
220
+ msgstr "Następny numer zamówienia (bez prefiksu/sufiksu itd.)"
221
+
222
+ #: includes/class-wcpdf-settings.php:397
223
+ msgid ""
224
+ "This is the number that will be used on the next invoice that is created. By "
225
+ "default, numbering starts from the WooCommerce Order Number of the first "
226
+ "invoice that is created and increases for every new invoice. Note that if "
227
+ "you override this and set it lower than the highest (PDF) invoice number, "
228
+ "this could create double invoice numbers!"
229
+ msgstr ""
230
+ "To jest numer, który będzie użyty na następnym zamówieniu. Domyślnie numer "
231
+ "startowy jest brany z zamówienia pierwszego zamówienia WooCommerce i który "
232
+ "zwiększa się z każdym nowym zamówieniam. Zwróć uwagę, że jeśli nadpiszesz to "
233
+ "i usawisz numer niższy niż najwyższy numer zamówienia (PDF), to może "
234
+ "zdublować numery zamówień!"
235
+
236
+ #: includes/class-wcpdf-settings.php:403
237
+ msgid "Invoice number format"
238
+ msgstr "Format zamówienia"
239
+
240
+ # Jakie dokumenty należy dołączać do zamówień wysyłanych do klientów sklepu internetowego?
241
+ # Zgodnie z art. 9 ust. 3 ustawy z dnia 2 marca 2000 r. o ochronie niektórych praw konsumentów sklep internetowy zobowiązany jest do potwierdzenia konsumentowi na piśmie, najpóźniej w momencie rozpoczęcia spełniania świadczenia, informacji o:
242
+ # 1) imieniu i nazwisku (nazwie), adresie zamieszkania (siedziby) przedsiębiorcy oraz organie, który zarejestrował działalność gospodarczą przedsiębiorcy, a także numerze, pod którym przedsiębiorca został zarejestrowany;
243
+ # 2) istotnych właściwościach świadczenia i jego przedmiotu;
244
+ # 3) cenie lub wynagrodzeniu obejmujących wszystkie ich składniki, a w szczególności cła i podatki;
245
+ # 4) zasadach zapłaty ceny lub wynagrodzenia;
246
+ # 5) kosztach oraz terminie i sposobie dostawy;
247
+ # 6) prawie odstąpienia od umowy w terminie 10 dni, ze wskazaniem wyjątków, o których mowa w art. 10 ust. 3 ww. ustawy;
248
+ # 7) kosztach wynikających z korzystania ze środków porozumiewania się na odległość, jeżeli są one skalkulowane inaczej niż wedle normalnej taryfy;
249
+ # 8) terminie, w jakim oferta lub informacja o cenie albo wynagrodzeniu mają charakter wiążący;
250
+ # 9) minimalnym okresie, na jaki ma być zawarta umowa o świadczenia ciągłe lub okresowe;
251
+ # 10) miejscu i sposobie składania reklamacji;
252
+ # 11) prawie wypowiedzenia umowy, o którym mowa w art. 8 ust. 3 ww. ustawy. Ponadto, w przesyłce powinno znajdować się potwierdzenie zakupu (faktura lub paragon), stosownie do ustaleń w zamówieniu.
253
+ # Zmiany, jakie wniesie Dyrektywa o prawach konsumentów, która zostanie wprowadzona 13 czerwca 2014 r.
254
+ # *) Zgodnie z art. 8 ust. 1 dyrektywy 2011/83 przedsiębiorca udziela informacji przewidzianych w art. 6 ust. 1 ww. dyrektywy lub udostępnia te informacje konsumentowi w sposób odpowiadający wykorzystywanym środkom porozumiewania się na odległość, w prostym i zrozumiałym języku. Jeżeli informacje te dostarczane są na trwałym nośniku, muszą być czytelne. Dotyczy to następujących informacji:
255
+ # a) główne cechy towarów lub usług w zakresie, w jakim jest to właściwe dla danego środka przekazu oraz dla towarów lub usług;
256
+ # b) dane identyfikujące przedsiębiorcę, na przykład firma przedsiębiorcy;
257
+ # c) pełny adres pocztowy, pod którym przedsiębiorca prowadzi przedsiębiorstwo, numer telefonu i faksu przedsiębiorcy oraz jego adres e-mail, o ile jest dostępny, aby umożliwić konsumentowi szybkie skontaktowanie się z przedsiębiorcą i skuteczne porozumiewanie się z nim oraz, w przypadku gdy ma to zastosowanie, pełny adres pocztowy i dane identyfikujące przedsiębiorcę, w imieniu którego działa;
258
+ # d) pełny adres pocztowy miejsca prowadzenia działalności przedsiębiorcy, jeżeli różni się od adresu podanego zgodnie z lit. c), a w przypadku gdy ma to zastosowanie – pełny adres pocztowy przedsiębiorcy, w imieniu którego działa, pod który to adres konsument może kierować wszelkie reklamacje;
259
+ # e) łączna cena towarów lub usług wraz z podatkami lub, w przypadku gdy charakter towarów lub usług nie pozwala w sposób racjonalny na wcześniejsze obliczenie ceny – sposób, w jaki ma być obliczana cena, jak również, w przypadku gdy ma to zastosowanie, wszystkie dodatkowe opłaty za transport, dostarczenie lub usługi pocztowe lub jakiekolwiek inne koszty lub, w przypadku gdy nie można wcześniej w sposób racjonalny obliczyć tych opłat – informacja o możliwości powstania konieczności uiszczenia takich dodatkowych opłat, w przypadku umowy zawartej na czas nieoznaczony lub umowy obejmującej prenumeratę łączna cena zawiera łączne koszty na dany okres objęty rozliczeniem; w przypadku gdy takie umowy przewidują stałą stawkę, łączna cena oznacza również łączne miesięczne koszty; w przypadku gdy nie można wcześniej w sposób racjonalny obliczyć łącznych kosztów, przedstawia się sposób, w jaki cena ma być obliczana;
260
+ # f) koszt korzystania ze środka porozumiewania się na odległość w celu zawarcia umowy, w przypadku gdy koszt ten jest obliczany w sposób inny niż na podstawie taryfy podstawowej;
261
+ # g) warunki płatności, dostarczenia, wykonania, termin, w jakim przedsiębiorca zobowiązuje się do dostarczenia towarów lub świadczenia usług oraz, w przypadku gdy ma to zastosowanie, stosowane przez przedsiębiorcę procedury rozpatrywania reklamacji;
262
+ # h) w przypadku gdy istnieje prawo do odstąpienia od umowy – warunki, terminy oraz procedury korzystania z tego prawa zgodnie z art. 11 ust. 1, a także wzór formularza odstąpienia od umowy zawarty w załączniku I część B;
263
+ # i) w przypadku gdy ma to zastosowanie – informacja, że konsument będzie musiał ponieść koszty zwrotu towarów, jeśli odstąpi od umowy, oraz – w odniesieniu do umów zawieranych na odległość, koszty zwrotu towarów, jeżeli towary ze względu na swój charakter nie mogą zostać w zwykłym trybie odesłane pocztą;
264
+ # j) informacja, że – jeśli konsument wykona prawo do odstąpienia od umowy po zgłoszeniu żądania zgodnie z art. 7 ust. 3 lub art. 8 ust. 8, jest zobowiązany do zapłacenia przedsiębiorcy uzasadnionych kosztów zgodnie z art. 14 ust. 3;
265
+ # k) w przypadku gdy prawo do odstąpienia od umowy nie jest przewidziane zgodnie z art. 16 – informacja, że konsument nie będzie miał prawa do odstąpienia od umowy lub, w przypadku gdy ma to zastosowanie, okoliczności, w których konsument traci swoje prawo do odstąpienia od umowy;
266
+ # l) przypomnienie o istnieniu prawnego obowiązku zapewnienia zgodności towarów z umową;
267
+ # m) w przypadku gdy ma to zastosowanie – istnienie i warunki obsługi posprzedażnej konsumenta i usług posprzedażnych oraz gwarancji handlowej;
268
+ # n) istnienie stosownych kodeksów postępowania zdefiniowanych w art. 2 lit. f) dyrektywy 2005/29/WE oraz, w przypadku gdy ma to zastosowanie – informacja, w jaki sposób można uzyskać egzemplarze tych kodeksów;
269
+ # o) w przypadku gdy ma to zastosowanie – czas trwania umowy lub, jeżeli umowa jest zawarta na czas nieoznaczony lub jeśli ma ulegać automatycznemu przedłużeniu, warunki rozwiązania umowy;
270
+ # p) w przypadku gdy ma to zastosowanie – minimalny czas trwania zobowiązań konsumenta wynikających z umowy;
271
+ # q) w przypadku gdy ma to zastosowanie – istnienie oraz warunki kaucji lub innych gwarancji finansowych, które mają być wpłacone lub dostarczone przez konsumenta na żądanie przedsiębiorcy;
272
+ # r) w przypadku gdy ma to zastosowanie – funkcjonalność treści cyfrowych, w tym również mające zastosowanie techniczne środki ich ochrony;
273
+ # s) w przypadku gdy ma to zastosowanie – każda mająca znaczenie interoperacyjność treści cyfrowych ze sprzętem komputerowym i oprogramowaniem, o którym przedsiębiorca wie lub, racjonalnie oczekując, powinien był wiedzieć;
274
+ # t) w przypadku gdy ma to zastosowanie – możliwość skorzystania z pozasądowych mechanizmów rozpatrywania reklamacji i dochodzenia roszczeń, którym podlega przedsiębiorca, oraz możliwości dostępu do tych procedur.
275
+ #: includes/class-wcpdf-settings.php:412
276
+ msgid "Prefix"
277
+ msgstr "Prefiks"
278
+
279
+ #: includes/class-wcpdf-settings.php:414
280
+ msgid ""
281
+ "to use the order year and/or month, use [order_year] or [order_month] "
282
+ "respectively"
283
+ msgstr ""
284
+ "żeby użyć roku i/albo miesiąca zamówienia, użyj odpowiednio [order_year] "
285
+ "albo [order_month]"
286
+
287
+ #: includes/class-wcpdf-settings.php:417
288
+ msgid "Suffix"
289
+ msgstr "Sufiks"
290
+
291
+ #: includes/class-wcpdf-settings.php:422
292
+ msgid "Padding"
293
+ msgstr "Padding"
294
+
295
+ #: includes/class-wcpdf-settings.php:424
296
+ msgid "enter the number of digits here - enter \"6\" to display 42 as 000042"
297
+ msgstr "wpisz tutaj liczbę cyfr - wpisz \"6\" żeby wyświetlić 42 jako 000042"
298
+
299
+ #: includes/class-wcpdf-settings.php:427
300
+ msgid ""
301
+ "note: if you have already created a custom invoice number format with a "
302
+ "filter, the above settings will be ignored"
303
+ msgstr ""
304
+ "Uwaga: Jeśli już stworzyłeś własny format zamówienia z filtrem, powyższe "
305
+ "ustawienia będą zignorowane."
306
+
307
+ #: includes/class-wcpdf-settings.php:435
308
+ msgid "Date to display on invoice"
309
+ msgstr "Data wyświetlana na zamówieniu"
310
+
311
+ #: includes/class-wcpdf-settings.php:443
312
+ msgid "Order date"
313
+ msgstr "Data zamówienia"
314
+
315
+ #: includes/class-wcpdf-settings.php:444
316
+ msgid "Invoice date"
317
+ msgstr "Data rachunku"
318
+
319
+ #: includes/class-wcpdf-settings.php:452
320
+ msgid "Extra template fields"
321
+ msgstr "Dodatkowe pola szablonu"
322
+
323
+ #: includes/class-wcpdf-settings.php:459
324
+ msgid "Extra field 1"
325
+ msgstr "Dodatkowe pole 1"
326
+
327
+ #: includes/class-wcpdf-settings.php:468
328
+ msgid "This is footer column 1 in the <i>Modern (Premium)</i> template"
329
+ msgstr "To jest kolumna 1 w szablonie <i>Modern (Premium)</i>"
330
+
331
+ #: includes/class-wcpdf-settings.php:474
332
+ msgid "Extra field 2"
333
+ msgstr "Dodatkowe pole 2"
334
+
335
+ #: includes/class-wcpdf-settings.php:483
336
+ msgid "This is footer column 2 in the <i>Modern (Premium)</i> template"
337
+ msgstr "To jest kolumna 2 w szablonie <i>Modern (Premium)</i>"
338
+
339
+ #: includes/class-wcpdf-settings.php:489
340
+ msgid "Extra field 3"
341
+ msgstr "Dodatkowe pole 3"
342
+
343
+ #: includes/class-wcpdf-settings.php:498
344
+ msgid "This is footer column 3 in the <i>Modern (Premium)</i> template"
345
+ msgstr "To jest kolumna 3 w szablonie <i>Modern (Premium)</i>"
346
+
347
+ #: includes/class-wcpdf-settings.php:755
348
+ msgid "Image resolution"
349
+ msgstr "Rozdzielczość obrazka"
350
+
351
+ #: includes/class-wcpdf-settings.php:822
352
+ msgid ""
353
+ "These are used for the (optional) footer columns in the <em>Modern "
354
+ "(Premium)</em> template, but can also be used for other elements in your "
355
+ "custom template"
356
+ msgstr ""
357
+ "Te pola zostaną użyte (opcjonalnie) dla stopki szaplonu <em>Modern "
358
+ "(Premium)</em>,mogą jedna być też użyte dla innych elementów własnego "
359
+ "szablonu."
360
+
361
+ #: includes/class-wcpdf-writepanels.php:102
362
+ msgid "Invoice Number"
363
+ msgstr "Numer zamówienia"
364
+
365
+ #: includes/class-wcpdf-writepanels.php:133
366
+ msgid "Create PDF"
367
+ msgstr "Stwórz PDF"
368
+
369
+ #: includes/class-wcpdf-writepanels.php:143
370
+ msgid "Download invoice (PDF)"
371
+ msgstr "Podsumowanie zamówienia (PDF)"
372
+
373
+ #: includes/class-wcpdf-writepanels.php:157
374
+ msgid "PDF invoice"
375
+ msgstr "PDF Zamówienie"
376
+
377
+ #: includes/class-wcpdf-writepanels.php:158
378
+ msgid "PDF Packing Slip"
379
+ msgstr "PDF Zawartość paczki"
380
+
381
+ #: includes/class-wcpdf-writepanels.php:175
382
+ #: includes/class-wcpdf-writepanels.php:176
383
+ msgid "PDF Packing Slips"
384
+ msgstr "PDF Zawartość paczek"
385
+
386
+ #: includes/class-wcpdf-writepanels.php:189
387
+ msgid "PDF Invoice Number (unformatted!)"
388
+ msgstr "Numer zamówienia PDF (niesformatowany)"
389
+
390
+ #: templates/pdf/Simple/html-document-wrapper.php:6
391
+ #: templates/pdf/Simple/invoice.php:9 templates/pdf/Simple/invoice.php:21
392
+ msgid "Invoice"
393
+ msgstr "Podsumowanie zamówienia:"
394
+
395
+ #: templates/pdf/Simple/html-document-wrapper.php:6
396
+ #: templates/pdf/Simple/packing-slip.php:9
397
+ #: templates/pdf/Simple/packing-slip.php:21
398
+ msgid "Packing Slip"
399
+ msgstr "Zawartość paczki"
400
+
401
+ #: templates/pdf/Simple/invoice.php:37
402
+ msgid "Invoice Date:"
403
+ msgstr "Data rachunku:"
404
+
405
+ #: templates/pdf/Simple/invoice.php:40
406
+ #: templates/pdf/Simple/packing-slip.php:30
407
+ msgid "Order Date:"
408
+ msgstr "Data zamówienia:"
409
+
410
+ #: templates/pdf/Simple/invoice.php:46
411
+ msgid "Invoice Number:"
412
+ msgstr "Zamówienie nr:"
413
+
414
+ #: templates/pdf/Simple/invoice.php:49
415
+ #: templates/pdf/Simple/packing-slip.php:32
416
+ msgid "Order Number:"
417
+ msgstr "Zamówienie nr:"
418
+
419
+ #: templates/pdf/Simple/invoice.php:56
420
+ msgid "Payment Method:"
421
+ msgstr "Metoda płatności:"
422
+
423
+ #: templates/pdf/Simple/invoice.php:69
424
+ #: templates/pdf/Simple/packing-slip.php:45
425
+ msgid "Product"
426
+ msgstr "Produkt"
427
+
428
+ #: templates/pdf/Simple/invoice.php:70
429
+ #: templates/pdf/Simple/packing-slip.php:46
430
+ msgid "Quantity"
431
+ msgstr "Ilość"
432
+
433
+ #: templates/pdf/Simple/invoice.php:71
434
+ msgid "Price"
435
+ msgstr "Cena"
436
+
437
+ #: templates/pdf/Simple/invoice.php:77
438
+ msgid "Description"
439
+ msgstr "Opis"
440
+
441
+ #: templates/pdf/Simple/invoice.php:80
442
+ #: templates/pdf/Simple/packing-slip.php:54
443
+ msgid "SKU:"
444
+ msgstr "Kod:"
445
+
446
+ #: templates/pdf/Simple/invoice.php:81
447
+ #: templates/pdf/Simple/packing-slip.php:55
448
+ msgid "Weight:"
449
+ msgstr "Waga:"
450
+
451
+ #: templates/pdf/Simple/invoice.php:113
452
+ #: templates/pdf/Simple/packing-slip.php:69
453
+ msgid "Customer Notes"
454
+ msgstr "Notatki dla klienta"
455
+
456
+ #: woocommerce-pdf-invoices-packingslips.php:96
457
+ #, php-format
458
+ msgid ""
459
+ "WooCommerce PDF Invoices & Packing Slips requires %sWooCommerce%s to be "
460
+ "installed & activated!"
461
+ msgstr "WooCommerce PDF Invoices & Packing Slips potrzebuje %sWooCommerce%s !"
462
+
463
+ #: woocommerce-pdf-invoices-packingslips.php:191
464
+ #: woocommerce-pdf-invoices-packingslips.php:227
465
+ msgid "N/A"
466
+ msgstr "nie dotyczy"
467
+
468
+ #: woocommerce-pdf-invoices-packingslips.php:249
469
+ msgid "Payment method"
470
+ msgstr "Metoda płatności"
471
+
472
+ #: woocommerce-pdf-invoices-packingslips.php:260
473
+ msgid "Shipping method"
474
+ msgstr "Rodzaj wysyłki"
475
+
476
+ #: woocommerce-pdf-invoices-packingslips.php:360
477
+ msgid "Subtotal"
478
+ msgstr "Suma produktów"
479
+
480
+ #: woocommerce-pdf-invoices-packingslips.php:382
481
+ msgid "Shipping"
482
+ msgstr "Wysyłka"
483
+
484
+ #: woocommerce-pdf-invoices-packingslips.php:416
485
+ msgid "Discount"
486
+ msgstr "Rabat"
487
+
488
+ #: woocommerce-pdf-invoices-packingslips.php:455
489
+ msgid "VAT"
490
+ msgstr "VAT"
491
+
492
+ #: woocommerce-pdf-invoices-packingslips.php:487
493
+ msgid "Total ex. VAT"
494
+ msgstr "Suma bez Vat (netto)"
495
+
496
+ #: woocommerce-pdf-invoices-packingslips.php:490
497
+ msgid "Total"
498
+ msgstr "Suma"
499
+
500
+ #~ msgid "..."
501
+ #~ msgstr "..."
502
+
503
+ #~ msgid "Email invoice (attach to order confirmation or invoice email)"
504
+ #~ msgstr "Email-Rechnung (als Anhang zur Bestätigungsmail)"
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: pomegranate
3
  Tags: woocommerce, print, pdf, bulk, packing slips, invoices, delivery notes, invoice, packing slip, export, email
4
  Requires at least: 3.5 and WooCommerce 2.0
5
- Tested up to: 3.8.1 and WooCommerce 2.1
6
- Stable tag: 1.4.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -14,16 +14,18 @@ Create, print & automatically email PDF invoices & packing slips for WooCommerce
14
  This WooCommerce extension automatically adds a PDF invoice to the order confirmation emails sent out to your customers. Includes a basic template (additional templates are available from [WP Overnight](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/)) as well as the possibility to modify/create your own templates. In addition, you can choose to download or print invoices and packing slips from the WooCommerce order admin.
15
 
16
  = Main features =
17
- * Export invoices or packing slips to PDF (individually or in bulk)
18
  * Automatically attach invoice PDF to order confirmation email
 
 
 
19
  * Users can download their invoices from the My Account page
20
- * Sequential invoice numbers (fully customizable with filters, see the [FAQ](http://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/faq/))
21
- * **Available in: Czech, Dutch, English, French, German, Hungarian, Italian, Romanian, Russian, Slovak, Spanish, Swedish & Ukrainian**
22
 
23
  Upload all invoices automatically to dropbox with our [WooCommerce PDF Invoices & Packing Slips to Dropbox](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/) extension!
24
 
25
  = Fully customizable =
26
- In addition to a number of default settings (including a custom header/logo) and several layout fields that you can use out of the box, the plugin contains HTML/CSS based templates that allow for customization & full control over the PDF output.
27
 
28
  * Insert customer header image/logo
29
  * Modify shop data / footer / disclaimer etc. on the invoices & packing slips
@@ -158,6 +160,10 @@ This usually only happens on batch actions. PDF creation is a memory intensive j
158
 
159
  == Changelog ==
160
 
 
 
 
 
161
  = 1.4.0 =
162
  * NEW Feature: Invoice numbers can now be given a prefix, suffix or padding on the settings page!
163
  * Filter: `wpo_wcpdf_email_allowed_statuses` to attach pdf to custom order status emails
2
  Contributors: pomegranate
3
  Tags: woocommerce, print, pdf, bulk, packing slips, invoices, delivery notes, invoice, packing slip, export, email
4
  Requires at least: 3.5 and WooCommerce 2.0
5
+ Tested up to: 3.9.1 and WooCommerce 2.1
6
+ Stable tag: 1.4.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
14
  This WooCommerce extension automatically adds a PDF invoice to the order confirmation emails sent out to your customers. Includes a basic template (additional templates are available from [WP Overnight](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/)) as well as the possibility to modify/create your own templates. In addition, you can choose to download or print invoices and packing slips from the WooCommerce order admin.
15
 
16
  = Main features =
 
17
  * Automatically attach invoice PDF to order confirmation email
18
+ * Download the PDF invoice / packing slip from the order admin page
19
+ * Generate bulk PDF invoices / packings slips
20
+ * **Fully customizable** HTML/CSS invoice templates
21
  * Users can download their invoices from the My Account page
22
+ * Sequential invoice numbers - with custom formatting
23
+ * **Available in: Czech, Dutch, English, French, German, Hungarian, Italian, Polish, Romanian, Russian, Slovak, Spanish, Swedish & Ukrainian**
24
 
25
  Upload all invoices automatically to dropbox with our [WooCommerce PDF Invoices & Packing Slips to Dropbox](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/) extension!
26
 
27
  = Fully customizable =
28
+ In addition to a number of default settings (including a custom header/logo) and several layout fields that you can use out of the box, the plugin contains HTML/CSS based templates that allow for customization & full control over the PDF output. Copy the templates to your theme folder and you don't have to worry that your customizations will be overwritten when you update the plugin.
29
 
30
  * Insert customer header image/logo
31
  * Modify shop data / footer / disclaimer etc. on the invoices & packing slips
160
 
161
  == Changelog ==
162
 
163
+ = 1.4.1 =
164
+ * Translations: Added Polish (Thanks Mike!)
165
+ * Fix: Invoice number formatting notices in debug mode
166
+
167
  = 1.4.0 =
168
  * NEW Feature: Invoice numbers can now be given a prefix, suffix or padding on the settings page!
169
  * Filter: `wpo_wcpdf_email_allowed_statuses` to attach pdf to custom order status emails
woocommerce-pdf-invoices-packingslips.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce PDF Invoices & Packing Slips
4
  * Plugin URI: http://www.wpovernight.com
5
  * Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
6
- * Version: 1.4.0
7
  * Author: Ewout Fernhout
8
  * Author URI: http://www.wpovernight.com
9
  * License: GPLv2 or later
3
  * Plugin Name: WooCommerce PDF Invoices & Packing Slips
4
  * Plugin URI: http://www.wpovernight.com
5
  * Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
6
+ * Version: 1.4.1
7
  * Author: Ewout Fernhout
8
  * Author URI: http://www.wpovernight.com
9
  * License: GPLv2 or later