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.

168 lines
5.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_external_dbsource
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2016
  7. # Rudolf Schnapka <rs@techno-flex.de>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 9.0c\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-04-19 17:59+0000\n"
  13. "PO-Revision-Date: 2017-04-19 17:59+0000\n"
  14. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\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. #. module: base_external_dbsource
  22. #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_conn_string
  23. msgid ""
  24. "\n"
  25. " Sample connection strings:\n"
  26. " - Microsoft SQL Server:\n"
  27. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  28. " - MySQL: mysql://user:%s@server:port/dbname\n"
  29. " - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  30. " - ORACLE: username/%s@//server.address:port/instance\n"
  31. " - PostgreSQL:\n"
  32. " dbname='template1' user='dbuser' host='localhost' "
  33. "port='5432' password=%s\n"
  34. " - SQLite: sqlite:///test.db\n"
  35. " "
  36. msgstr ""
  37. "\n"
  38. "Beispiel-Verbindungszeilen:\n"
  39. "- Microsoft SQL Server:\n"
  40. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  41. "- MySQL: mysql://user:%s@server:port/dbname\n"
  42. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  43. "- ORACLE: username/%s@//server.address:port/instance\n"
  44. "- PostgreSQL:\n"
  45. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  46. "- SQLite: sqlite:///test.db"
  47. #. module: base_external_dbsource
  48. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_conn_string
  49. msgid "Connection string"
  50. msgstr "Verbindungstext"
  51. #. module: base_external_dbsource
  52. #: code:addons/base_external_dbsource/models/base_external_dbsource.py:155
  53. #, python-format
  54. msgid ""
  55. "Connection test failed: Here is what we got "
  56. "instead:\n"
  57. " %s"
  58. msgstr ""
  59. "Verbindungstest gescheitert. Hier das statt dessen erhaltene:\n"
  60. "%s"
  61. #. module: base_external_dbsource
  62. #: code:addons/base_external_dbsource/models/base_external_dbsource.py:165
  63. #, python-format
  64. msgid ""
  65. "Connection test succeeded: Everything seems "
  66. "properly set up!"
  67. msgstr "Verbindungstest erfolgreich: Alles schein in Ordnung zu sein."
  68. #. module: base_external_dbsource
  69. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_connector
  70. msgid "Connector"
  71. msgstr "Connektor"
  72. #. module: base_external_dbsource
  73. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_uid
  74. msgid "Created by"
  75. msgstr "Erstellt von"
  76. #. module: base_external_dbsource
  77. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_date
  78. msgid "Created on"
  79. msgstr "Erstellt am:"
  80. #. module: base_external_dbsource
  81. #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
  82. msgid "Database Sources"
  83. msgstr ""
  84. #. module: base_external_dbsource
  85. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_name
  86. msgid "Datasource name"
  87. msgstr ""
  88. #. module: base_external_dbsource
  89. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_display_name
  90. msgid "Display Name"
  91. msgstr "Anzeigename"
  92. #. module: base_external_dbsource
  93. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
  94. msgid "External DB Source"
  95. msgstr ""
  96. #. module: base_external_dbsource
  97. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_tree
  98. msgid "External DB Sources"
  99. msgstr ""
  100. #. module: base_external_dbsource
  101. #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
  102. #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
  103. msgid "External Database Sources"
  104. msgstr ""
  105. #. module: base_external_dbsource
  106. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_id
  107. msgid "ID"
  108. msgstr "ID"
  109. #. module: base_external_dbsource
  110. #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_connector
  111. msgid ""
  112. "If a connector is missing from the "
  113. "list, check the server log to confirm "
  114. "that the required components were "
  115. "detected."
  116. msgstr ""
  117. "Wenn ein Connector in der Liste fehlt, prüfen Sie bitte im Server-Log, ob "
  118. "die erforderlichen Komponenten gefunden wurden."
  119. #. module: base_external_dbsource
  120. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource___last_update
  121. msgid "Last Modified on"
  122. msgstr "Zuletzt geändert am"
  123. #. module: base_external_dbsource
  124. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_uid
  125. msgid "Last Updated by"
  126. msgstr "Zuletzt aktualisiert von"
  127. #. module: base_external_dbsource
  128. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_date
  129. msgid "Last Updated on"
  130. msgstr "Zuletzt aktualisiert am"
  131. #. module: base_external_dbsource
  132. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_password
  133. msgid "Password"
  134. msgstr "Passwort"
  135. #. module: base_external_dbsource
  136. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
  137. msgid "Please check the tooltip for connection string examples"
  138. msgstr ""
  139. #. module: base_external_dbsource
  140. #: selection:base.external.dbsource,connector:0
  141. msgid "PostgreSQL"
  142. msgstr "PostgreSQL"
  143. #. module: base_external_dbsource
  144. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
  145. msgid "Test Connection"
  146. msgstr "Verbindungstest"