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.

177 lines
5.5 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 Altınışık <aaltinisik@altinkaya.com.tr>, 2015
  7. # Alejandro Santana <alejandrosantana@anubia.es>, 2015
  8. # FIRST AUTHOR <EMAIL@ADDRESS>, 2013
  9. # Guewen Baconnier <guewen.baconnier@camptocamp.com>, 2015
  10. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  11. # Paolo Valier, 2016
  12. # SaFi J. <safi2266@gmail.com>, 2015
  13. msgid ""
  14. msgstr ""
  15. "Project-Id-Version: server-tools (8.0)\n"
  16. "Report-Msgid-Bugs-To: \n"
  17. "POT-Creation-Date: 2016-05-06 02:41+0000\n"
  18. "PO-Revision-Date: 2016-05-05 05:57+0000\n"
  19. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  20. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  21. "language/sl/)\n"
  22. "Language: sl\n"
  23. "MIME-Version: 1.0\n"
  24. "Content-Type: text/plain; charset=UTF-8\n"
  25. "Content-Transfer-Encoding: \n"
  26. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  27. "%100==4 ? 2 : 3);\n"
  28. #. module: base_external_dbsource
  29. #: help:base.external.dbsource,conn_string:0
  30. msgid ""
  31. "\n"
  32. "Sample connection strings:\n"
  33. "- Microsoft SQL Server:\n"
  34. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  35. "- MySQL: mysql://user:%s@server:port/dbname\n"
  36. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  37. "- ORACLE: username/%s@//server.address:port/instance\n"
  38. "- PostgreSQL:\n"
  39. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  40. "- SQLite: sqlite:///test.db\n"
  41. msgstr ""
  42. "\n"
  43. "Vzorčni niz povezave:\n"
  44. "- Microsoft SQL Server:\n"
  45. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  46. "- MySQL: mysql://user:%s@server:port/dbname\n"
  47. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  48. "- ORACLE: username/%s@//server.address:port/instance\n"
  49. "- PostgreSQL:\n"
  50. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  51. "- SQLite: sqlite:///test.db\n"
  52. #. module: base_external_dbsource
  53. #: field:base.external.dbsource,conn_string:0
  54. msgid "Connection string"
  55. msgstr "Niz povezave"
  56. #. module: base_external_dbsource
  57. #: code:addons/base_external_dbsource/base_external_dbsource.py:165
  58. #, python-format
  59. msgid "Connection test failed!"
  60. msgstr "Test povezave neuspešen!"
  61. #. module: base_external_dbsource
  62. #: code:addons/base_external_dbsource/base_external_dbsource.py:176
  63. #, python-format
  64. msgid "Connection test succeeded!"
  65. msgstr "Test povezave uspel!"
  66. #. module: base_external_dbsource
  67. #: field:base.external.dbsource,connector:0
  68. msgid "Connector"
  69. msgstr "Povezovalnik"
  70. #. module: base_external_dbsource
  71. #: field:base.external.dbsource,create_uid:0
  72. msgid "Created by"
  73. msgstr "Ustvaril"
  74. #. module: base_external_dbsource
  75. #: field:base.external.dbsource,create_date:0
  76. msgid "Created on"
  77. msgstr "Ustvarjeno"
  78. #. module: base_external_dbsource
  79. #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
  80. msgid "Database Sources"
  81. msgstr "Viri podatkovne baze"
  82. #. module: base_external_dbsource
  83. #: field:base.external.dbsource,name:0
  84. msgid "Datasource name"
  85. msgstr "Naziv podatkovne baze"
  86. #. module: base_external_dbsource
  87. #: field:base.external.dbsource,display_name:0
  88. msgid "Display Name"
  89. msgstr "Prikazni naziv"
  90. #. module: base_external_dbsource
  91. #: code:addons/base_external_dbsource/base_external_dbsource.py:177
  92. #, python-format
  93. msgid "Everything seems properly set up!"
  94. msgstr "Kaže, da je vse pravilno nastavljeno!"
  95. #. module: base_external_dbsource
  96. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  97. msgid "External DB Source"
  98. msgstr "Vir zunanje podatkovne baze"
  99. #. module: base_external_dbsource
  100. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
  101. msgid "External DB Sources"
  102. msgstr "Viri zunanjih podatkovnih baz"
  103. #. module: base_external_dbsource
  104. #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
  105. #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
  106. msgid "External Database Sources"
  107. msgstr "Viri zunanjih podatkovnih baz"
  108. #. module: base_external_dbsource
  109. #: code:addons/base_external_dbsource/base_external_dbsource.py:166
  110. #, python-format
  111. msgid ""
  112. "Here is what we got instead:\n"
  113. " %s"
  114. msgstr ""
  115. "Namesto tega smo dobili:\n"
  116. " %s"
  117. #. module: base_external_dbsource
  118. #: field:base.external.dbsource,id:0
  119. msgid "ID"
  120. msgstr "ID"
  121. #. module: base_external_dbsource
  122. #: help:base.external.dbsource,connector:0
  123. msgid ""
  124. "If a connector is missing from the "
  125. "list, check the server log to confirm "
  126. "that the required components were "
  127. "detected."
  128. msgstr ""
  129. "Če na seznamu manjka povezovalnik, preverite dnevnik strežnika, če so bile "
  130. "zahtevane komponente zaznane."
  131. #. module: base_external_dbsource
  132. #: field:base.external.dbsource,__last_update:0
  133. msgid "Last Modified on"
  134. msgstr "Zadnjič spremenjeno"
  135. #. module: base_external_dbsource
  136. #: field:base.external.dbsource,write_uid:0
  137. msgid "Last Updated by"
  138. msgstr "Zadnjič posodobil"
  139. #. module: base_external_dbsource
  140. #: field:base.external.dbsource,write_date:0
  141. msgid "Last Updated on"
  142. msgstr "Zadnjič posodobljeno"
  143. #. module: base_external_dbsource
  144. #: field:base.external.dbsource,password:0
  145. msgid "Password"
  146. msgstr "Geslo"
  147. #. module: base_external_dbsource
  148. #: selection:base.external.dbsource,connector:0
  149. msgid "PostgreSQL"
  150. msgstr "PostgreSQL"
  151. #. module: base_external_dbsource
  152. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  153. msgid "Test Connection"
  154. msgstr "Test povezave"