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.

81 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/"
  24. "language/de/)\n"
  25. "Language: de\n"
  26. "MIME-Version: 1.0\n"
  27. "Content-Type: text/plain; charset=UTF-8\n"
  28. "Content-Transfer-Encoding: \n"
  29. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  30. #. module: auth_dynamic_groups
  31. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  32. msgid "Access Groups"
  33. msgstr "Berechtigungsgruppen"
  34. #. module: auth_dynamic_groups
  35. #: field:res.groups,dynamic_group_condition:0
  36. msgid "Condition"
  37. msgstr "Bedingung"
  38. #. module: auth_dynamic_groups
  39. #: field:res.groups,is_dynamic:0
  40. msgid "Dynamic"
  41. msgstr "Dynamisch"
  42. #. module: auth_dynamic_groups
  43. #: view:res.groups:auth_dynamic_groups.view_groups_form
  44. msgid "Evaluate"
  45. msgstr "Auswerten"
  46. #. module: auth_dynamic_groups
  47. #: view:res.groups:auth_dynamic_groups.view_groups_form
  48. msgid "Fill in your condition..."
  49. msgstr "Tragen Sie Ihre Bedingung ein..."
  50. #. module: auth_dynamic_groups
  51. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  52. #, python-format
  53. msgid "The condition doesn't evaluate correctly!"
  54. msgstr "Die Bedingung wird nicht korrekt ausgewertet."
  55. #. module: auth_dynamic_groups
  56. #: help:res.groups,dynamic_group_condition:0
  57. msgid ""
  58. "The condition to be met for a user to be a member of this group. It is "
  59. "evaluated as python code at login time, you get `user` passed as a browse "
  60. "record"
  61. msgstr ""
  62. "Die zu erfüllende Bedingung, dass ein Benutzer Mitglied dieser Gruppe ist. "
  63. "Es wird bei der Anmeldung als Python-Code ausgewertet, Sie erhalten 'user' "
  64. "passed als Browse-record"
  65. #. module: auth_dynamic_groups
  66. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  67. msgid "Users"
  68. msgstr "Benutzer"
  69. #. module: auth_dynamic_groups
  70. #: view:res.groups:auth_dynamic_groups.view_groups_form
  71. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  72. msgstr "{'readonly': [('is_dynamic', '=', True)]}"