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.

67 lines
1.8 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: 2015-09-29 11:14+0000\n"
  11. "PO-Revision-Date: 2015-09-18 13:53+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: de\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. module: auth_dynamic_groups
  20. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  21. msgid "Access Groups"
  22. msgstr ""
  23. #. module: auth_dynamic_groups
  24. #: field:res.groups,dynamic_group_condition:0
  25. msgid "Condition"
  26. msgstr ""
  27. #. module: auth_dynamic_groups
  28. #: field:res.groups,is_dynamic:0
  29. msgid "Dynamic"
  30. msgstr ""
  31. #. module: auth_dynamic_groups
  32. #: view:res.groups:auth_dynamic_groups.view_groups_form
  33. msgid "Evaluate"
  34. msgstr ""
  35. #. module: auth_dynamic_groups
  36. #: view:res.groups:auth_dynamic_groups.view_groups_form
  37. msgid "Fill in your condition..."
  38. msgstr ""
  39. #. module: auth_dynamic_groups
  40. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  41. #, python-format
  42. msgid "The condition doesn't evaluate correctly!"
  43. msgstr ""
  44. #. module: auth_dynamic_groups
  45. #: help:res.groups,dynamic_group_condition:0
  46. msgid ""
  47. "The condition to be met for a user to be a member of this group. It is "
  48. "evaluated as python code at login time, you get `user` passed as a browse "
  49. "record"
  50. msgstr ""
  51. #. module: auth_dynamic_groups
  52. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  53. msgid "Users"
  54. msgstr "Benutzer"
  55. #. module: auth_dynamic_groups
  56. #: view:res.groups:auth_dynamic_groups.view_groups_form
  57. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  58. msgstr ""