sl.po 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_draft_invoice_print
  4. #
  5. # Translators:
  6. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: account-invoice-reporting (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-01-05 08:56+0000\n"
  12. "PO-Revision-Date: 2016-01-06 10:15+0000\n"
  13. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  14. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/sl/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: sl\n"
  19. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  20. #. module: account_draft_invoice_print
  21. #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
  22. msgid "Print"
  23. msgstr "Tiskanje"
  24. #. module: account_draft_invoice_print
  25. #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
  26. msgid "Print Invoice"
  27. msgstr "Natisni račun"
  28. #. module: account_draft_invoice_print
  29. #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
  30. msgid ""
  31. "{'invisible':['|',('sent','=',False), ('state', 'not in', "
  32. "['open','draft'])]}"
  33. msgstr "{'invisible':['|',('sent','=',False), ('state', 'not in', ['open','draft'])]}"
  34. #. module: account_draft_invoice_print
  35. #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
  36. msgid ""
  37. "{'invisible':['|',('sent','=',True), ('state', 'not in', ['open','draft'])]}"
  38. msgstr "{'invisible':['|',('sent','=',True), ('state', 'not in', ['open','draft'])]}"