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.

79 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/language/de/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: \n"
  23. "Language: de\n"
  24. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  25. #. module: base_concurrency
  26. #: field:res.users.login,create_uid:0
  27. msgid "Created by"
  28. msgstr "Erstellt von"
  29. #. module: base_concurrency
  30. #: field:res.users.login,create_date:0
  31. msgid "Created on"
  32. msgstr "Erstellt am:"
  33. #. module: base_concurrency
  34. #: field:res.users.login,display_name:0
  35. msgid "Display Name"
  36. msgstr "Anzeigename"
  37. #. module: base_concurrency
  38. #: field:res.users.login,id:0
  39. msgid "ID"
  40. msgstr "ID"
  41. #. module: base_concurrency
  42. #: field:res.users.login,__last_update:0
  43. msgid "Last Modified on"
  44. msgstr "Zuletzt geändert am"
  45. #. module: base_concurrency
  46. #: field:res.users.login,write_uid:0
  47. msgid "Last Updated by"
  48. msgstr "Zuletzt aktualisiert von"
  49. #. module: base_concurrency
  50. #: field:res.users.login,write_date:0
  51. msgid "Last Updated on"
  52. msgstr "Zuletzt aktualisiert am"
  53. #. module: base_concurrency
  54. #: field:res.users.login,login_dt:0
  55. msgid "Latest connection"
  56. msgstr "Letzte Verbindung"
  57. #. module: base_concurrency
  58. #: sql_constraint:res.users.login:0
  59. msgid "The user can only have one login line!"
  60. msgstr "Der Benutzer darf nur eine Login-Position haben."
  61. #. module: base_concurrency
  62. #: field:res.users.login,user_id:0
  63. msgid "User"
  64. msgstr "Benutzer"
  65. #. module: base_concurrency
  66. #: model:ir.model,name:base_concurrency.model_res_users
  67. msgid "Users"
  68. msgstr "Benutzer"