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.

155 lines
5.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_external_dbsource
  4. #
  5. # Translators:
  6. # Bole <bole@dajmi5.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-09-10 02:52+0000\n"
  12. "PO-Revision-Date: 2016-09-10 02:52+0000\n"
  13. "Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
  14. "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
  15. "hr_HR/)\n"
  16. "Language: hr_HR\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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  22. #. module: base_external_dbsource
  23. #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_conn_string
  24. msgid ""
  25. "\n"
  26. " Sample connection strings:\n"
  27. " - Microsoft SQL Server:\n"
  28. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  29. " - MySQL: mysql://user:%s@server:port/dbname\n"
  30. " - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  31. " - ORACLE: username/%s@//server.address:port/instance\n"
  32. " - PostgreSQL:\n"
  33. " dbname='template1' user='dbuser' host='localhost' "
  34. "port='5432' password=%s\n"
  35. " - SQLite: sqlite:///test.db\n"
  36. " "
  37. msgstr ""
  38. #. module: base_external_dbsource
  39. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_conn_string
  40. msgid "Connection string"
  41. msgstr ""
  42. #. module: base_external_dbsource
  43. #: code:addons/base_external_dbsource/models/base_external_dbsource.py:155
  44. #, python-format
  45. msgid ""
  46. "Connection test failed: Here is what we got "
  47. "instead:\n"
  48. " %s"
  49. msgstr ""
  50. #. module: base_external_dbsource
  51. #: code:addons/base_external_dbsource/models/base_external_dbsource.py:165
  52. #, python-format
  53. msgid ""
  54. "Connection test succeeded: Everything seems "
  55. "properly set up!"
  56. msgstr ""
  57. #. module: base_external_dbsource
  58. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_connector
  59. msgid "Connector"
  60. msgstr ""
  61. #. module: base_external_dbsource
  62. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_uid
  63. msgid "Created by"
  64. msgstr "Kreirao"
  65. #. module: base_external_dbsource
  66. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_date
  67. msgid "Created on"
  68. msgstr "Kreirano"
  69. #. module: base_external_dbsource
  70. #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
  71. msgid "Database Sources"
  72. msgstr ""
  73. #. module: base_external_dbsource
  74. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_name
  75. msgid "Datasource name"
  76. msgstr ""
  77. #. module: base_external_dbsource
  78. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_display_name
  79. msgid "Display Name"
  80. msgstr "Naziv"
  81. #. module: base_external_dbsource
  82. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
  83. msgid "External DB Source"
  84. msgstr ""
  85. #. module: base_external_dbsource
  86. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_tree
  87. msgid "External DB Sources"
  88. msgstr ""
  89. #. module: base_external_dbsource
  90. #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
  91. #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
  92. msgid "External Database Sources"
  93. msgstr ""
  94. #. module: base_external_dbsource
  95. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_id
  96. msgid "ID"
  97. msgstr "ID"
  98. #. module: base_external_dbsource
  99. #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_connector
  100. msgid ""
  101. "If a connector is missing from the "
  102. "list, check the server log to confirm "
  103. "that the required components were "
  104. "detected."
  105. msgstr ""
  106. #. module: base_external_dbsource
  107. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource___last_update
  108. msgid "Last Modified on"
  109. msgstr "Zadnje modificirano"
  110. #. module: base_external_dbsource
  111. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_uid
  112. msgid "Last Updated by"
  113. msgstr "Zadnje ažurirao"
  114. #. module: base_external_dbsource
  115. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_date
  116. msgid "Last Updated on"
  117. msgstr "Zadnje ažurirano"
  118. #. module: base_external_dbsource
  119. #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_password
  120. msgid "Password"
  121. msgstr ""
  122. #. module: base_external_dbsource
  123. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
  124. msgid "Please check the tooltip for connection string examples"
  125. msgstr ""
  126. #. module: base_external_dbsource
  127. #: selection:base.external.dbsource,connector:0
  128. msgid "PostgreSQL"
  129. msgstr ""
  130. #. module: base_external_dbsource
  131. #: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
  132. msgid "Test Connection"
  133. msgstr ""