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.

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