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.

68 lines
2.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_dynamic_groups
  4. #
  5. # Translators:
  6. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: server-tools (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-01-19 14:44+0000\n"
  12. "PO-Revision-Date: 2016-01-18 13:31+0000\n"
  13. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
  14. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: de\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: auth_dynamic_groups
  21. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  22. msgid "Access Groups"
  23. msgstr "Berechtigungsgruppen"
  24. #. module: auth_dynamic_groups
  25. #: field:res.groups,dynamic_group_condition:0
  26. msgid "Condition"
  27. msgstr "Bedingung"
  28. #. module: auth_dynamic_groups
  29. #: field:res.groups,is_dynamic:0
  30. msgid "Dynamic"
  31. msgstr "Dynamisch"
  32. #. module: auth_dynamic_groups
  33. #: view:res.groups:auth_dynamic_groups.view_groups_form
  34. msgid "Evaluate"
  35. msgstr "Auswerten"
  36. #. module: auth_dynamic_groups
  37. #: view:res.groups:auth_dynamic_groups.view_groups_form
  38. msgid "Fill in your condition..."
  39. msgstr "Tragen Sie Ihre Bedingung ein..."
  40. #. module: auth_dynamic_groups
  41. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  42. #, python-format
  43. msgid "The condition doesn't evaluate correctly!"
  44. msgstr "Die Bedingung wird nicht korrekt ausgewertet."
  45. #. module: auth_dynamic_groups
  46. #: help:res.groups,dynamic_group_condition:0
  47. msgid ""
  48. "The condition to be met for a user to be a member of this group. It is "
  49. "evaluated as python code at login time, you get `user` passed as a browse "
  50. "record"
  51. msgstr "Die zu erfüllende Bedingung, dass ein Benutzer Mitglied dieser Gruppe ist. Es wird bei der Anmeldung als Python-Code ausgewertet, Sie erhalten 'user' passed als Browse-record"
  52. #. module: auth_dynamic_groups
  53. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  54. msgid "Users"
  55. msgstr "Benutzer"
  56. #. module: auth_dynamic_groups
  57. #: view:res.groups:auth_dynamic_groups.view_groups_form
  58. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  59. msgstr ""