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.

69 lines
1.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_dynamic_groups
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: server-tools (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-01-12 03:50+0000\n"
  11. "PO-Revision-Date: 2015-09-18 13:53+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-"
  14. "tools-8-0/language/hr_HR/)\n"
  15. "Language: hr_HR\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  21. #. module: auth_dynamic_groups
  22. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  23. msgid "Access Groups"
  24. msgstr ""
  25. #. module: auth_dynamic_groups
  26. #: field:res.groups,dynamic_group_condition:0
  27. msgid "Condition"
  28. msgstr ""
  29. #. module: auth_dynamic_groups
  30. #: field:res.groups,is_dynamic:0
  31. msgid "Dynamic"
  32. msgstr ""
  33. #. module: auth_dynamic_groups
  34. #: view:res.groups:auth_dynamic_groups.view_groups_form
  35. msgid "Evaluate"
  36. msgstr ""
  37. #. module: auth_dynamic_groups
  38. #: view:res.groups:auth_dynamic_groups.view_groups_form
  39. msgid "Fill in your condition..."
  40. msgstr ""
  41. #. module: auth_dynamic_groups
  42. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  43. #, python-format
  44. msgid "The condition doesn't evaluate correctly!"
  45. msgstr ""
  46. #. module: auth_dynamic_groups
  47. #: help:res.groups,dynamic_group_condition:0
  48. msgid ""
  49. "The condition to be met for a user to be a member of this group. It is "
  50. "evaluated as python code at login time, you get `user` passed as a browse "
  51. "record"
  52. msgstr ""
  53. #. module: auth_dynamic_groups
  54. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  55. msgid "Users"
  56. msgstr "Korisnici"
  57. #. module: auth_dynamic_groups
  58. #: view:res.groups:auth_dynamic_groups.view_groups_form
  59. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  60. msgstr ""