You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_cron_exclusion
  4. #
  5. # Translators:
  6. # Lukáš Spurný <lukasspurny8@gmail.com>, 2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 11.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-03-03 10:08+0000\n"
  12. "PO-Revision-Date: 2018-03-03 10:08+0000\n"
  13. "Last-Translator: Lukáš Spurný <lukasspurny8@gmail.com>, 2018\n"
  14. "Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/teams/23907/cs_CZ/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: cs_CZ\n"
  19. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
  20. #. module: base_cron_exclusion
  21. #: model:ir.model.fields,field_description:base_cron_exclusion.field_ir_cron_mutually_exclusive_cron_ids
  22. #: model:ir.ui.view,arch_db:base_cron_exclusion.ir_cron_view
  23. msgid "Mutually Exclusive Scheduled Actions"
  24. msgstr "Vzájemně výlučné plánované akce"
  25. #. module: base_cron_exclusion
  26. #: model:ir.model,name:base_cron_exclusion.model_ir_cron
  27. msgid "Scheduled Actions"
  28. msgstr "Plánované akce"
  29. #. module: base_cron_exclusion
  30. #: code:addons/base_cron_exclusion/models/ir_cron.py:21
  31. #, python-format
  32. msgid "You can not mutually exclude a scheduled actions with itself."
  33. msgstr "Nemůžete vzájemně vylučují naplánovaná akce se sebou samým."