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.

80 lines
2.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_concurrency
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Antonio Trueba, 2016
  8. # Eduardo Rodríguez Crespo <erocre@gmail.com>, 2016
  9. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  10. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  11. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: server-tools (8.0)\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2016-09-21 00:47+0000\n"
  17. "PO-Revision-Date: 2016-10-04 09:42+0000\n"
  18. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  19. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  20. "language/de/)\n"
  21. "Language: de\n"
  22. "MIME-Version: 1.0\n"
  23. "Content-Type: text/plain; charset=UTF-8\n"
  24. "Content-Transfer-Encoding: \n"
  25. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  26. #. module: base_concurrency
  27. #: field:res.users.login,create_uid:0
  28. msgid "Created by"
  29. msgstr "Erstellt von"
  30. #. module: base_concurrency
  31. #: field:res.users.login,create_date:0
  32. msgid "Created on"
  33. msgstr "Erstellt am:"
  34. #. module: base_concurrency
  35. #: field:res.users.login,display_name:0
  36. msgid "Display Name"
  37. msgstr "Anzeigename"
  38. #. module: base_concurrency
  39. #: field:res.users.login,id:0
  40. msgid "ID"
  41. msgstr "ID"
  42. #. module: base_concurrency
  43. #: field:res.users.login,__last_update:0
  44. msgid "Last Modified on"
  45. msgstr "Zuletzt geändert am"
  46. #. module: base_concurrency
  47. #: field:res.users.login,write_uid:0
  48. msgid "Last Updated by"
  49. msgstr "Zuletzt aktualisiert von"
  50. #. module: base_concurrency
  51. #: field:res.users.login,write_date:0
  52. msgid "Last Updated on"
  53. msgstr "Zuletzt aktualisiert am"
  54. #. module: base_concurrency
  55. #: field:res.users.login,login_dt:0
  56. msgid "Latest connection"
  57. msgstr "Letzte Verbindung"
  58. #. module: base_concurrency
  59. #: sql_constraint:res.users.login:0
  60. msgid "The user can only have one login line!"
  61. msgstr "Der Benutzer darf nur eine Login-Position haben."
  62. #. module: base_concurrency
  63. #: field:res.users.login,user_id:0
  64. msgid "User"
  65. msgstr "Benutzer"
  66. #. module: base_concurrency
  67. #: model:ir.model,name:base_concurrency.model_res_users
  68. msgid "Users"
  69. msgstr "Benutzer"