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.

181 lines
5.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_external_dbsource
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  8. # Antonio Trueba, 2016
  9. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  10. # danimaribeiro <danimaribeiro@gmail.com>, 2016
  11. # FIRST AUTHOR <EMAIL@ADDRESS>, 2013
  12. # Hotellook, 2014
  13. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
  14. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  15. # Rudolf Schnapka <rs@techno-flex.de>, 2015-2017
  16. # SaFi J. <safi2266@gmail.com>, 2015
  17. # Thomas A. Jaeger, 2015
  18. msgid ""
  19. msgstr ""
  20. "Project-Id-Version: server-tools (8.0)\n"
  21. "Report-Msgid-Bugs-To: \n"
  22. "POT-Creation-Date: 2017-03-07 03:47+0000\n"
  23. "PO-Revision-Date: 2017-03-10 13:16+0000\n"
  24. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
  25. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  26. "language/de/)\n"
  27. "Language: de\n"
  28. "MIME-Version: 1.0\n"
  29. "Content-Type: text/plain; charset=UTF-8\n"
  30. "Content-Transfer-Encoding: \n"
  31. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  32. #. module: base_external_dbsource
  33. #: help:base.external.dbsource,conn_string:0
  34. msgid ""
  35. "\n"
  36. "Sample connection strings:\n"
  37. "- Microsoft SQL Server:\n"
  38. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  39. "- MySQL: mysql://user:%s@server:port/dbname\n"
  40. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  41. "- ORACLE: username/%s@//server.address:port/instance\n"
  42. "- PostgreSQL:\n"
  43. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  44. "- SQLite: sqlite:///test.db\n"
  45. msgstr ""
  46. "\n"
  47. "Beispiel-Verbindungszeilen:\n"
  48. "- Microsoft SQL Server:\n"
  49. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  50. "- MySQL: mysql://user:%s@server:port/dbname\n"
  51. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  52. "- ORACLE: username/%s@//server.address:port/instance\n"
  53. "- PostgreSQL:\n"
  54. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  55. "- SQLite: sqlite:///test.db\n"
  56. #. module: base_external_dbsource
  57. #: field:base.external.dbsource,conn_string:0
  58. msgid "Connection string"
  59. msgstr "Verbindungs-Textzeile"
  60. #. module: base_external_dbsource
  61. #: code:addons/base_external_dbsource/base_external_dbsource.py:165
  62. #, python-format
  63. msgid "Connection test failed!"
  64. msgstr "Verbindungstest fehlgeschlagen."
  65. #. module: base_external_dbsource
  66. #: code:addons/base_external_dbsource/base_external_dbsource.py:176
  67. #, python-format
  68. msgid "Connection test succeeded!"
  69. msgstr "Verbindungstest erfolgreich!"
  70. #. module: base_external_dbsource
  71. #: field:base.external.dbsource,connector:0
  72. msgid "Connector"
  73. msgstr "Connector"
  74. #. module: base_external_dbsource
  75. #: field:base.external.dbsource,create_uid:0
  76. msgid "Created by"
  77. msgstr "Erstellt von"
  78. #. module: base_external_dbsource
  79. #: field:base.external.dbsource,create_date:0
  80. msgid "Created on"
  81. msgstr "Erstellt am:"
  82. #. module: base_external_dbsource
  83. #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
  84. msgid "Database Sources"
  85. msgstr "Datenbankquellen"
  86. #. module: base_external_dbsource
  87. #: field:base.external.dbsource,name:0
  88. msgid "Datasource name"
  89. msgstr "Datequellenbezeichnung"
  90. #. module: base_external_dbsource
  91. #: field:base.external.dbsource,display_name:0
  92. msgid "Display Name"
  93. msgstr "Anzeigename"
  94. #. module: base_external_dbsource
  95. #: code:addons/base_external_dbsource/base_external_dbsource.py:177
  96. #, python-format
  97. msgid "Everything seems properly set up!"
  98. msgstr "Alles scheint richtig eingerichtet zu sein."
  99. #. module: base_external_dbsource
  100. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  101. msgid "External DB Source"
  102. msgstr "Externe DB-Quelle"
  103. #. module: base_external_dbsource
  104. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
  105. msgid "External DB Sources"
  106. msgstr "Externe DB-Quellen"
  107. #. module: base_external_dbsource
  108. #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
  109. #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
  110. msgid "External Database Sources"
  111. msgstr "Externe Datenbankquellen"
  112. #. module: base_external_dbsource
  113. #: code:addons/base_external_dbsource/base_external_dbsource.py:166
  114. #, python-format
  115. msgid ""
  116. "Here is what we got instead:\n"
  117. " %s"
  118. msgstr ""
  119. "Hier ist was wir stattdessen erhalten haben:\n"
  120. "%s"
  121. #. module: base_external_dbsource
  122. #: field:base.external.dbsource,id:0
  123. msgid "ID"
  124. msgstr "ID"
  125. #. module: base_external_dbsource
  126. #: help:base.external.dbsource,connector:0
  127. msgid ""
  128. "If a connector is missing from the "
  129. "list, check the server log to confirm "
  130. "that the required components were "
  131. "detected."
  132. msgstr ""
  133. "Wenn ein Connector in der Liste fehlt, prüfen Sie bitte im Server-Log, ob "
  134. "die erforderlichen Komponenten gefunden wurden."
  135. #. module: base_external_dbsource
  136. #: field:base.external.dbsource,__last_update:0
  137. msgid "Last Modified on"
  138. msgstr "Zuletzt geändert am"
  139. #. module: base_external_dbsource
  140. #: field:base.external.dbsource,write_uid:0
  141. msgid "Last Updated by"
  142. msgstr "Zuletzt aktualisiert von"
  143. #. module: base_external_dbsource
  144. #: field:base.external.dbsource,write_date:0
  145. msgid "Last Updated on"
  146. msgstr "Zuletzt aktualisiert am"
  147. #. module: base_external_dbsource
  148. #: field:base.external.dbsource,password:0
  149. msgid "Password"
  150. msgstr "Passwort"
  151. #. module: base_external_dbsource
  152. #: selection:base.external.dbsource,connector:0
  153. msgid "PostgreSQL"
  154. msgstr "PostgreSQL"
  155. #. module: base_external_dbsource
  156. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  157. msgid "Test Connection"
  158. msgstr "Verbindungstest"