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.

77 lines
2.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_dynamic_groups
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2015
  7. # danimaribeiro <danimaribeiro@gmail.com>, 2016
  8. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013
  9. # Gustavo Lepri <gustavolepri@gmail.com>, 2015
  10. # Hotellook, 2014
  11. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
  12. # Paolo Valier, 2016
  13. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
  14. # Rudolf Schnapka <rs@techno-flex.de>, 2015-2017
  15. # SaFi J. <safi2266@gmail.com>, 2015
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: server-tools (8.0)\n"
  19. "Report-Msgid-Bugs-To: \n"
  20. "POT-Creation-Date: 2017-03-07 03:47+0000\n"
  21. "PO-Revision-Date: 2017-03-05 12:29+0000\n"
  22. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
  23. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
  24. "MIME-Version: 1.0\n"
  25. "Content-Type: text/plain; charset=UTF-8\n"
  26. "Content-Transfer-Encoding: \n"
  27. "Language: de\n"
  28. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  29. #. module: auth_dynamic_groups
  30. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  31. msgid "Access Groups"
  32. msgstr "Berechtigungsgruppen"
  33. #. module: auth_dynamic_groups
  34. #: field:res.groups,dynamic_group_condition:0
  35. msgid "Condition"
  36. msgstr "Bedingung"
  37. #. module: auth_dynamic_groups
  38. #: field:res.groups,is_dynamic:0
  39. msgid "Dynamic"
  40. msgstr "Dynamisch"
  41. #. module: auth_dynamic_groups
  42. #: view:res.groups:auth_dynamic_groups.view_groups_form
  43. msgid "Evaluate"
  44. msgstr "Auswerten"
  45. #. module: auth_dynamic_groups
  46. #: view:res.groups:auth_dynamic_groups.view_groups_form
  47. msgid "Fill in your condition..."
  48. msgstr "Tragen Sie Ihre Bedingung ein..."
  49. #. module: auth_dynamic_groups
  50. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  51. #, python-format
  52. msgid "The condition doesn't evaluate correctly!"
  53. msgstr "Die Bedingung wird nicht korrekt ausgewertet."
  54. #. module: auth_dynamic_groups
  55. #: help:res.groups,dynamic_group_condition:0
  56. msgid ""
  57. "The condition to be met for a user to be a member of this group. It is "
  58. "evaluated as python code at login time, you get `user` passed as a browse "
  59. "record"
  60. 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"
  61. #. module: auth_dynamic_groups
  62. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  63. msgid "Users"
  64. msgstr "Benutzer"
  65. #. module: auth_dynamic_groups
  66. #: view:res.groups:auth_dynamic_groups.view_groups_form
  67. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  68. msgstr "{'readonly': [('is_dynamic', '=', True)]}"