# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_voucher
# 
# Translators:
# Martin Trigaux, 2018
# zbik2607 <darek@krokus.com.pl>, 2018
# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2018
# Judyta Kaźmierczak <judyta.kazmierczak@openglobe.pl>, 2018
# Mikołaj Dziurzyński <mikolaj.dziurzynski@openglobe.pl>, 2018
# Tomasz Leppich <t.leppich@gmail.com>, 2018
# Jakobus Buntownikus <buntownix@gmail.com>, 2018
# Zdzisław Krajewski <zdzichucb@gmail.com>, 2018
# Piotr Szlązak <szlazakpiotr@gmail.com>, 2018
# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2018
# Andrzej Donczew <a.donczew@hadron.eu.com>, 2018
# Maksym <ms@myodoo.pl>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Maksym <ms@myodoo.pl>, 2018\n"
"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__state
msgid ""
" * The 'Draft' status is used when a user is encoding a new and unconfirmed Voucher.\n"
" * The 'Pro-forma' status is used when the voucher does not have a voucher number.\n"
" * The 'Posted' status is used when user create voucher,a voucher number is generated and voucher entries are created in account.\n"
" * The 'Cancelled' status is used when user cancel voucher."
msgstr ""
" * Status \"Wersja robocza\" jest używany, gdy użytkownik koduje nowy i niepotwierdzony kupon.\n"
" * Status \"Pro-forma\" jest używany, gdy kupon nie ma numeru kuponu.\n"
" * Status \"Opublikowany\" jest używany, gdy użytkownik tworzy kupon, wygenerowany jest numer kuponu, a na koncie tworzone są pozycje kuponów.\n"
" * Status \"Anulowano\" jest używany, gdy użytkownik anuluje kupon."

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__account_id
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__account_id
msgid "Account"
msgstr "Konto"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
msgid "Account Date"
msgstr "Data zaksięgowania"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__account_date
msgid "Accounting Date"
msgstr "Data wpływu"

#. module: account_voucher
#: model:ir.model,name:account_voucher.model_account_voucher
msgid "Accounting Voucher"
msgstr "Polecenie księgowania"

#. module: account_voucher
#: model:ir.model,name:account_voucher.model_account_voucher_line
msgid "Accounting Voucher Line"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_needaction
msgid "Action Needed"
msgstr "Wymagana akcja"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__price_subtotal
msgid "Amount"
msgstr "Kwota"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__account_analytic_id
msgid "Analytic Account"
msgstr "Konto analityczne"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__analytic_tag_ids
msgid "Analytic Tags"
msgstr "Znaczniki analityczne"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Are you sure you want to cancel this receipt?"
msgstr "Jestes pewien, że chcesz anulować ten rachunek ?"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_attachment_count
msgid "Attachment Count"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__date
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Bill Date"
msgstr "Data faktury"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
msgid "Bill Information"
msgstr "Inofrmacja o rachunku"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__reference
msgid "Bill Reference"
msgstr "Odnośnik rachunku"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
msgid "Cancel"
msgstr "Anuluj"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Cancel Receipt"
msgstr "Anuluj paragon"

#. module: account_voucher
#: selection:account.voucher,state:0
msgid "Cancelled"
msgstr "Anulowano"

#. module: account_voucher
#: code:addons/account_voucher/models/account_voucher.py:172
#, python-format
msgid "Cannot delete voucher(s) which are already opened or paid."
msgstr "Nie mozna usuwać racunków/płatności, które są otwarte lub zapłacone."

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__company_id
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__company_id
msgid "Company"
msgstr "Firma"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__company_id
#: model:ir.model.fields,help:account_voucher.field_account_voucher_line__company_id
msgid "Company related to this journal"
msgstr "Firma związana z tym dziennikiem"

#. module: account_voucher
#: model_terms:ir.actions.act_window,help:account_voucher.action_sale_receipt
msgid "Create a new sale receipt"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__create_uid
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__create_uid
msgid "Created by"
msgstr "Utworzona przez"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__create_date
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__create_date
msgid "Created on"
msgstr "Data utworzenia"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__currency_id
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__currency_id
msgid "Currency"
msgstr "Waluta"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_tree
msgid "Customer"
msgstr "Klient"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
msgid "Date"
msgstr "Data"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__name
msgid "Description"
msgstr "Opis"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__display_name
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__display_name
msgid "Display Name"
msgstr "Nazwa wyświetlana"

#. module: account_voucher
#: selection:account.voucher,state:0
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Draft"
msgstr "Projekt"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Draft Vouchers"
msgstr "Projekty rachunków"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__date_due
msgid "Due Date"
msgstr "Termin aktywności"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__account_date
msgid "Effective date for accounting entries"
msgstr "Efektywna data zapisów"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_follower_ids
msgid "Followers"
msgstr "Obserwatorzy"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_channel_ids
msgid "Followers (Channels)"
msgstr "Obserwatorzy (kanały)"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_partner_ids
msgid "Followers (Partners)"
msgstr "Obserwatorzy (partnerzy)"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher_line__sequence
msgid "Gives the sequence of this line when displaying the voucher."
msgstr "Daje sekwencję tej pozycji podczas wyświetlania kuponu."

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Group By"
msgstr "Grupuj wg"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__id
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__id
msgid "ID"
msgstr "ID"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__message_unread
msgid "If checked new messages require your attention."
msgstr "Jeśli zaznaczone, to wiadomość wymaga twojej uwagi"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__message_needaction
msgid "If checked, new messages require your attention."
msgstr "Jeśli zaznaczone, to nowa wiadomość wymaga twojej uwagi."

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__tax_correction
msgid ""
"In case we have a rounding problem in the tax, use this field to correct it"
msgstr ""
"Jeśli mamy problem z zaokrągleniem podatku, użyj tego pola, aby je poprawić"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Internal Notes"
msgstr "Uwagi wewnętrzne"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_is_follower
msgid "Is Follower"
msgstr "Jest obserwatorem"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__journal_id
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Journal"
msgstr "Dziennik"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__move_id
msgid "Journal Entry"
msgstr "Zapis dziennika"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Journal Items"
msgstr "Pozycje zapisów"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher____last_update
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line____last_update
msgid "Last Modified on"
msgstr "Data ostatniej modyfikacji"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__write_uid
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__write_uid
msgid "Last Updated by"
msgstr "Ostatnio aktualizowane przez"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__write_date
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__write_date
msgid "Last Updated on"
msgstr "Data ostatniej aktualizacji"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_has_error
msgid "Message Delivery error"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_ids
msgid "Messages"
msgstr "Wiadomości"

#. module: account_voucher
#: code:addons/account_voucher/models/account_voucher.py:109
#, python-format
msgid "Missing Company"
msgstr ""

#. module: account_voucher
#: code:addons/account_voucher/models/account_voucher.py:111
#, python-format
msgid "Missing Currency"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__narration
msgid "Notes"
msgstr "Notatki"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__number
msgid "Number"
msgstr "Numer"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_needaction_counter
msgid "Number of Actions"
msgstr "Liczba akcji"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_has_error_counter
msgid "Number of error"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__message_needaction_counter
msgid "Number of messages which requires an action"
msgstr "Liczba wiadomości wymagających akcji"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__message_unread_counter
msgid "Number of unread messages"
msgstr "Liczba nieprzeczytanych wiadomości"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher_line__tax_ids
msgid "Only for tax excluded from price"
msgstr "Tylko dla podatków wyłączonych z ceny"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__paid
msgid "Paid"
msgstr "Zapłacona"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__partner_id
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
msgid "Partner"
msgstr "Partner"

#. module: account_voucher
#: selection:account.voucher,pay_now:0
msgid "Pay Directly"
msgstr "Zapłać od razu"

#. module: account_voucher
#: selection:account.voucher,pay_now:0
msgid "Pay Later"
msgstr "Zapłać później"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__pay_now
msgid "Payment"
msgstr "Płatność"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__name
msgid "Payment Memo"
msgstr ""

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__payment_journal_id
msgid "Payment Method"
msgstr "Metoda płatności"

#. module: account_voucher
#: code:addons/account_voucher/models/account_voucher.py:208
#, python-format
msgid "Please activate the sequence of selected journal !"
msgstr "Aktywuj numerację wybranego dziennika !"

#. module: account_voucher
#: code:addons/account_voucher/models/account_voucher.py:211
#, python-format
msgid "Please define a sequence on the journal."
msgstr "Zdefiniuj numerację dla dziennika."

#. module: account_voucher
#: selection:account.voucher,state:0
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Posted"
msgstr "Zaksięgowano"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Posted Vouchers"
msgstr "Zaksięgowane rachunki"

#. module: account_voucher
#: selection:account.voucher,state:0
msgid "Pro-forma"
msgstr "Proforma"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__product_id
msgid "Product"
msgstr "Produkt"

#. module: account_voucher
#: selection:account.voucher,voucher_type:0
msgid "Purchase"
msgstr "Zakup"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
msgid "Purchase Receipt"
msgstr "Rachunek zakupu"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
msgid "Purchase Voucher"
msgstr "Rachunek zakupu"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__quantity
msgid "Quantity"
msgstr "Ilość"

#. module: account_voucher
#: model:ir.actions.act_window,name:account_voucher.action_purchase_receipt
#: model:ir.actions.act_window,name:account_voucher.action_sale_receipt
#: model:ir.ui.menu,name:account_voucher.menu_action_purchase_receipt
#: model:ir.ui.menu,name:account_voucher.menu_action_sale_receipt
msgid "Receipts"
msgstr "Przyjęcia"

#. module: account_voucher
#: model_terms:ir.actions.act_window,help:account_voucher.action_purchase_receipt
msgid "Register a new purchase receipt"
msgstr ""

#. module: account_voucher
#: selection:account.voucher,voucher_type:0
msgid "Sale"
msgstr "Sprzedaż"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Sales Information"
msgstr "Informacja o sprzedaży"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Sales Receipt"
msgstr "Rachunek uproszczony"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Search Vouchers"
msgstr "Szukanie poleceń"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__sequence
msgid "Sequence"
msgstr "Numeracja"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Set to Draft"
msgstr "Ustaw jako projekt"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__state
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
msgid "Status"
msgstr "Status"

#. module: account_voucher
#: model:mail.message.subtype,name:account_voucher.mt_voucher_state_change
msgid "Status Change"
msgstr "Zmiana statusu"

#. module: account_voucher
#: model:mail.message.subtype,description:account_voucher.mt_voucher_state_change
msgid "Status changed"
msgstr "Zmieniony stan"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__tax_ids
msgid "Tax"
msgstr "Podatek"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__tax_amount
msgid "Tax Amount"
msgstr "Kwota Podatku"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__tax_correction
msgid "Tax Correction"
msgstr "Korekta podatkowa"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__paid
msgid "The Voucher has been totally paid."
msgstr "Rachunek został zapłacony"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher_line__account_id
msgid "The income or expense account related to the selected product."
msgstr "Konto przychodów i wydatków związane z wybranym produktem."

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__reference
msgid "The partner reference of this document."
msgstr "Odnośnik partnera dla tego dokumentu."

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
msgid "To Review"
msgstr "Do sprawdzenia"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__amount
msgid "Total"
msgstr "Suma"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_tree
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_tree_purchase
msgid "Total Amount"
msgstr "Łączna kwota"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__voucher_type
msgid "Type"
msgstr "Typ"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__price_unit
msgid "Unit Price"
msgstr "Cena jednostkowa"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_unread
msgid "Unread Messages"
msgstr "Nieprzeczytane wiadomości"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__message_unread_counter
msgid "Unread Messages Counter"
msgstr "Licznik nieprzeczytanych wiadomości"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
msgid "Validate"
msgstr "Zatwierdź"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_tree_purchase
msgid "Vendor"
msgstr "Dostawca"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
msgid "Vendor Voucher"
msgstr "Rachunek zakupu"

#. module: account_voucher
#: code:addons/account_voucher/models/account_voucher.py:116
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher_line__voucher_id
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_sale
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_filter_vendor
#, python-format
msgid "Voucher"
msgstr "Polecenie księgowania"

#. module: account_voucher
#: model:ir.actions.act_window,name:account_voucher.act_journal_voucher_open
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_tree
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_tree_purchase
msgid "Voucher Entries"
msgstr "Zapisy rachunku"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__line_ids
#: model_terms:ir.ui.view,arch_db:account_voucher.view_purchase_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_sale_receipt_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_line_form
#: model_terms:ir.ui.view,arch_db:account_voucher.view_voucher_line_tree
msgid "Voucher Lines"
msgstr "Pozycje polecenia"

#. module: account_voucher
#: model_terms:ir.ui.view,arch_db:account_voucher.account_cash_statement_graph
msgid "Voucher Statistics"
msgstr "Statystyka poleceń"

#. module: account_voucher
#: model:ir.actions.act_window,name:account_voucher.action_review_voucher_list
msgid "Vouchers Entries"
msgstr "Zapisy rachunku"

#. module: account_voucher
#: model:ir.model.fields,field_description:account_voucher.field_account_voucher__website_message_ids
msgid "Website Messages"
msgstr "Wiadomości"

#. module: account_voucher
#: model:ir.model.fields,help:account_voucher.field_account_voucher__website_message_ids
msgid "Website communication history"
msgstr "Historia komunikacji"

#. module: account_voucher
#: model_terms:ir.actions.act_window,help:account_voucher.action_purchase_receipt
msgid ""
"When the purchase receipt is confirmed, you can record the\n"
"                vendor payment related to this purchase receipt."
msgstr ""
"Gdy pokwitowanie zakupu zostanie potwierdzone, możesz zarejestrować\n"
"                płatność dostawcy związaną z tym pokwitowaniem."

#. module: account_voucher
#: model_terms:ir.actions.act_window,help:account_voucher.action_sale_receipt
msgid ""
"When the sale receipt is confirmed, you can record the customer\n"
"                payment related to this sales receipt."
msgstr ""
"Po potwierdzeniu dowodu zakupu możesz zarejestrować płatność\n"
"                klienta związaną z tym paragonem."

#. module: account_voucher
#: code:addons/account_voucher/models/account_voucher.py:457
#, python-format
msgid "You must first select a partner."
msgstr ""
