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.

119 lines
3.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * user_threshold
  4. #
  5. # Translators:
  6. # Niki Waibel <niki.waibel@gmail.com>, 2017
  7. # OCA Transbot <transbot@odoo-community.org>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-06-22 01:12+0000\n"
  13. "PO-Revision-Date: 2018-09-07 15:25+0000\n"
  14. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
  15. "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
  16. "Language: de\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  21. "X-Generator: Weblate 3.1.1\n"
  22. #. module: user_threshold
  23. #: model:ir.model,name:user_threshold.model_res_groups
  24. msgid "Access Groups"
  25. msgstr "Zugriffsgruppen"
  26. #. module: user_threshold
  27. #: code:addons/user_threshold/models/res_users.py:70
  28. #: code:addons/user_threshold/models/res_users.py:82
  29. #, python-format
  30. msgid "Cannot add user - Maximum number of allowed users reached"
  31. msgstr ""
  32. "Kann Nutzer nicht anlegen - Maximale Anzahl erlaubter Nutzer ist erreicht"
  33. #. module: user_threshold
  34. #: model:ir.model,name:user_threshold.model_res_company
  35. msgid "Companies"
  36. msgstr "Unternehmen"
  37. #. module: user_threshold
  38. #: model:ir.ui.view,arch_db:user_threshold.view_users_form
  39. msgid "Exempt From Threshold"
  40. msgstr "Von Begrenzung ausgenommen"
  41. #. module: user_threshold
  42. #: model:ir.model.fields,field_description:user_threshold.field_res_users_threshold_exempt
  43. msgid "Exempt User From User Count Thresholds"
  44. msgstr "Nutzer von Nutzeranzahlbegrenzungen ausnehmen"
  45. #. module: user_threshold
  46. #: model:ir.model.fields,field_description:user_threshold.field_res_company_max_users
  47. msgid "Maximum Number of users allowed for this company"
  48. msgstr "Maximale Anzahl erlaubter Nutzer dieses Unternehmens"
  49. #. module: user_threshold
  50. #: model:ir.ui.view,arch_db:user_threshold.view_company_form
  51. msgid "Maximum Users"
  52. msgstr "Maximale Anwender"
  53. #. module: user_threshold
  54. #: model:ir.ui.view,arch_db:user_threshold.view_users_form
  55. msgid "User Threshold"
  56. msgstr "Anwenderbeschränkung"
  57. #. module: user_threshold
  58. #: model:res.groups,name:user_threshold.group_threshold_manager
  59. msgid "User Threshold Manager"
  60. msgstr "Anwenderbeschränkungs-Manager"
  61. #. module: user_threshold
  62. #: model:ir.model,name:user_threshold.model_res_users
  63. msgid "Users"
  64. msgstr "Benutzer"
  65. #. module: user_threshold
  66. #: code:addons/user_threshold/models/res_groups.py:23
  67. #: code:addons/user_threshold/models/res_users.py:117
  68. #, python-format
  69. msgid ""
  70. "You must be a member of the `User Threshold Manager` group to grant access "
  71. "to it."
  72. msgstr ""
  73. "Sie müssen Mitglied der Gruppe 'Anwenderbegrenzungs-Manager' sein, um "
  74. "Zugriff darauf zu gewähren."
  75. #. module: user_threshold
  76. #: code:addons/user_threshold/models/res_users.py:111
  77. #, python-format
  78. msgid ""
  79. "You must be a member of the `User Threshold Manager` group to grant "
  80. "threshold exemptions."
  81. msgstr ""
  82. "Sie müssen Mitglied der Gruppe 'Anwenderbegrenzungs-Manager' sein, um "
  83. "Beschränkungsausnahmen zu gewähren."
  84. #. module: user_threshold
  85. #: code:addons/user_threshold/models/ir_config_parameter.py:27
  86. #, python-format
  87. msgid ""
  88. "You must be a member of the `User Threshold Manager` to delete this parameter"
  89. msgstr ""
  90. "Sie müssen Mitglied der Gruppe 'Anwenderbegrenzungs-Manager' sein, um diesen "
  91. "Parameter entfernen zu können"
  92. #. module: user_threshold
  93. #: code:addons/user_threshold/models/ir_config_parameter.py:41
  94. #: code:addons/user_threshold/models/res_company.py:43
  95. #, python-format
  96. msgid ""
  97. "You must be a member of the `User Threshold Manager` to set this parameter"
  98. msgstr ""
  99. "Sie müssen Mitglied der Gruppe 'Anwenderbegrenzungs-Manager' sein, um diesen "
  100. "Parameter einstellen zu dürfen"
  101. #. module: user_threshold
  102. #: model:ir.model,name:user_threshold.model_ir_config_parameter
  103. msgid "ir.config_parameter"
  104. msgstr "ir.config_parameter"