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.

61 lines
1.6 KiB

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