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.

161 lines
5.4 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/language/sl/)\n"
  21. "MIME-Version: 1.0\n"
  22. "Content-Type: text/plain; charset=UTF-8\n"
  23. "Content-Transfer-Encoding: \n"
  24. "Language: sl\n"
  25. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  26. #. module: base_external_dbsource
  27. #: help:base.external.dbsource,conn_string:0
  28. msgid ""
  29. "\n"
  30. "Sample connection strings:\n"
  31. "- Microsoft SQL Server:\n"
  32. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  33. "- MySQL: mysql://user:%s@server:port/dbname\n"
  34. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  35. "- ORACLE: username/%s@//server.address:port/instance\n"
  36. "- PostgreSQL:\n"
  37. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  38. "- SQLite: sqlite:///test.db\n"
  39. msgstr "\nVzorčni niz povezave:\n- Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n- MySQL: mysql://user:%s@server:port/dbname\n- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n- ORACLE: username/%s@//server.address:port/instance\n- PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n- SQLite: sqlite:///test.db\n"
  40. #. module: base_external_dbsource
  41. #: field:base.external.dbsource,conn_string:0
  42. msgid "Connection string"
  43. msgstr "Niz povezave"
  44. #. module: base_external_dbsource
  45. #: code:addons/base_external_dbsource/base_external_dbsource.py:165
  46. #, python-format
  47. msgid "Connection test failed!"
  48. msgstr "Test povezave neuspešen!"
  49. #. module: base_external_dbsource
  50. #: code:addons/base_external_dbsource/base_external_dbsource.py:176
  51. #, python-format
  52. msgid "Connection test succeeded!"
  53. msgstr "Test povezave uspel!"
  54. #. module: base_external_dbsource
  55. #: field:base.external.dbsource,connector:0
  56. msgid "Connector"
  57. msgstr "Povezovalnik"
  58. #. module: base_external_dbsource
  59. #: field:base.external.dbsource,create_uid:0
  60. msgid "Created by"
  61. msgstr "Ustvaril"
  62. #. module: base_external_dbsource
  63. #: field:base.external.dbsource,create_date:0
  64. msgid "Created on"
  65. msgstr "Ustvarjeno"
  66. #. module: base_external_dbsource
  67. #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
  68. msgid "Database Sources"
  69. msgstr "Viri podatkovne baze"
  70. #. module: base_external_dbsource
  71. #: field:base.external.dbsource,name:0
  72. msgid "Datasource name"
  73. msgstr "Naziv podatkovne baze"
  74. #. module: base_external_dbsource
  75. #: field:base.external.dbsource,display_name:0
  76. msgid "Display Name"
  77. msgstr "Prikazni naziv"
  78. #. module: base_external_dbsource
  79. #: code:addons/base_external_dbsource/base_external_dbsource.py:177
  80. #, python-format
  81. msgid "Everything seems properly set up!"
  82. msgstr "Kaže, da je vse pravilno nastavljeno!"
  83. #. module: base_external_dbsource
  84. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  85. msgid "External DB Source"
  86. msgstr "Vir zunanje podatkovne baze"
  87. #. module: base_external_dbsource
  88. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
  89. msgid "External DB Sources"
  90. msgstr "Viri zunanjih podatkovnih baz"
  91. #. module: base_external_dbsource
  92. #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
  93. #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
  94. msgid "External Database Sources"
  95. msgstr "Viri zunanjih podatkovnih baz"
  96. #. module: base_external_dbsource
  97. #: code:addons/base_external_dbsource/base_external_dbsource.py:166
  98. #, python-format
  99. msgid ""
  100. "Here is what we got instead:\n"
  101. " %s"
  102. msgstr "Namesto tega smo dobili:\n %s"
  103. #. module: base_external_dbsource
  104. #: field:base.external.dbsource,id:0
  105. msgid "ID"
  106. msgstr "ID"
  107. #. module: base_external_dbsource
  108. #: help:base.external.dbsource,connector:0
  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 "Če na seznamu manjka povezovalnik, preverite dnevnik strežnika, če so bile zahtevane komponente zaznane."
  115. #. module: base_external_dbsource
  116. #: field:base.external.dbsource,__last_update:0
  117. msgid "Last Modified on"
  118. msgstr "Zadnjič spremenjeno"
  119. #. module: base_external_dbsource
  120. #: field:base.external.dbsource,write_uid:0
  121. msgid "Last Updated by"
  122. msgstr "Zadnjič posodobil"
  123. #. module: base_external_dbsource
  124. #: field:base.external.dbsource,write_date:0
  125. msgid "Last Updated on"
  126. msgstr "Zadnjič posodobljeno"
  127. #. module: base_external_dbsource
  128. #: field:base.external.dbsource,password:0
  129. msgid "Password"
  130. msgstr "Geslo"
  131. #. module: base_external_dbsource
  132. #: selection:base.external.dbsource,connector:0
  133. msgid "PostgreSQL"
  134. msgstr "PostgreSQL"
  135. #. module: base_external_dbsource
  136. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  137. msgid "Test Connection"
  138. msgstr "Test povezave"