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.

182 lines
5.3 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>, 2016
  7. # Antonio Trueba, 2016
  8. # bossnm11 <bossnm11@gmail.com>, 2014
  9. # Carles Antoli <carlesantoli@hotmail.com>, 2015
  10. # Chanseok <kcsgoodboy@gmail.com>, 2014
  11. # Chul Park <parkchul@nate.com>, 2015
  12. # David10000 <gameness@naver.com>, 2014
  13. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013
  14. # Gil <gedwarp@gmail.com>, 2014
  15. # Hongseob Lee <shevious@gmail.com>, 2015
  16. # Hongseob Lee <shevreg@yahoo.com>, 2015
  17. # jeon <bluerespect@nate.com>, 2014
  18. # JiyeonLee <leejiyeon00@gmail.com>, 2014
  19. # Jong-Dae Park <jdpark7@gmail.com>, 2013
  20. # Kevin Min <gr326887@graded.br>, 2015
  21. # KimKyudong <choemh@nate.com>, 2014
  22. # mariana1201 <gogo3135@naver.com>, 2014
  23. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  24. # Nicole <dlruddk1112@gmail.com>, 2014
  25. # Paolo Valier, 2016
  26. # Pope, 2014
  27. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  28. # Sarina Canelake <sarina@edx.org>, 2014
  29. # Seok Jun Yoon <fake2real@dctribe.com>, 2015
  30. # shin2012 <shin2013@gmail.com>, 2014
  31. # Sujin Lee <sujinlee.me@gmail.com>, 2014
  32. # Sunah Lim <whitetree70@snu.ac.kr>, 2013
  33. # Young C. Kim, 2015
  34. msgid ""
  35. msgstr ""
  36. "Project-Id-Version: server-tools (8.0)\n"
  37. "Report-Msgid-Bugs-To: \n"
  38. "POT-Creation-Date: 2016-06-09 18:30+0000\n"
  39. "PO-Revision-Date: 2016-06-06 13:36+0000\n"
  40. "Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>\n"
  41. "Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fi/)\n"
  42. "MIME-Version: 1.0\n"
  43. "Content-Type: text/plain; charset=UTF-8\n"
  44. "Content-Transfer-Encoding: \n"
  45. "Language: fi\n"
  46. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  47. #. module: base_external_dbsource
  48. #: help:base.external.dbsource,conn_string:0
  49. msgid ""
  50. "\n"
  51. "Sample connection strings:\n"
  52. "- Microsoft SQL Server:\n"
  53. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  54. "- MySQL: mysql://user:%s@server:port/dbname\n"
  55. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  56. "- ORACLE: username/%s@//server.address:port/instance\n"
  57. "- PostgreSQL:\n"
  58. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  59. "- SQLite: sqlite:///test.db\n"
  60. msgstr ""
  61. #. module: base_external_dbsource
  62. #: field:base.external.dbsource,conn_string:0
  63. msgid "Connection string"
  64. msgstr ""
  65. #. module: base_external_dbsource
  66. #: code:addons/base_external_dbsource/base_external_dbsource.py:165
  67. #, python-format
  68. msgid "Connection test failed!"
  69. msgstr ""
  70. #. module: base_external_dbsource
  71. #: code:addons/base_external_dbsource/base_external_dbsource.py:176
  72. #, python-format
  73. msgid "Connection test succeeded!"
  74. msgstr ""
  75. #. module: base_external_dbsource
  76. #: field:base.external.dbsource,connector:0
  77. msgid "Connector"
  78. msgstr ""
  79. #. module: base_external_dbsource
  80. #: field:base.external.dbsource,create_uid:0
  81. msgid "Created by"
  82. msgstr "Luonut"
  83. #. module: base_external_dbsource
  84. #: field:base.external.dbsource,create_date:0
  85. msgid "Created on"
  86. msgstr "Luotu"
  87. #. module: base_external_dbsource
  88. #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
  89. msgid "Database Sources"
  90. msgstr ""
  91. #. module: base_external_dbsource
  92. #: field:base.external.dbsource,name:0
  93. msgid "Datasource name"
  94. msgstr ""
  95. #. module: base_external_dbsource
  96. #: field:base.external.dbsource,display_name:0
  97. msgid "Display Name"
  98. msgstr "Nimi"
  99. #. module: base_external_dbsource
  100. #: code:addons/base_external_dbsource/base_external_dbsource.py:177
  101. #, python-format
  102. msgid "Everything seems properly set up!"
  103. msgstr ""
  104. #. module: base_external_dbsource
  105. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  106. msgid "External DB Source"
  107. msgstr ""
  108. #. module: base_external_dbsource
  109. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
  110. msgid "External DB Sources"
  111. msgstr ""
  112. #. module: base_external_dbsource
  113. #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
  114. #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
  115. msgid "External Database Sources"
  116. msgstr ""
  117. #. module: base_external_dbsource
  118. #: code:addons/base_external_dbsource/base_external_dbsource.py:166
  119. #, python-format
  120. msgid ""
  121. "Here is what we got instead:\n"
  122. " %s"
  123. msgstr ""
  124. #. module: base_external_dbsource
  125. #: field:base.external.dbsource,id:0
  126. msgid "ID"
  127. msgstr "ID"
  128. #. module: base_external_dbsource
  129. #: help:base.external.dbsource,connector:0
  130. msgid ""
  131. "If a connector is missing from the "
  132. "list, check the server log to confirm "
  133. "that the required components were "
  134. "detected."
  135. msgstr ""
  136. #. module: base_external_dbsource
  137. #: field:base.external.dbsource,__last_update:0
  138. msgid "Last Modified on"
  139. msgstr "Viimeksi muokattu"
  140. #. module: base_external_dbsource
  141. #: field:base.external.dbsource,write_uid:0
  142. msgid "Last Updated by"
  143. msgstr "Viimeksi päivittänyt"
  144. #. module: base_external_dbsource
  145. #: field:base.external.dbsource,write_date:0
  146. msgid "Last Updated on"
  147. msgstr "Viimeksi päivitetty"
  148. #. module: base_external_dbsource
  149. #: field:base.external.dbsource,password:0
  150. msgid "Password"
  151. msgstr ""
  152. #. module: base_external_dbsource
  153. #: selection:base.external.dbsource,connector:0
  154. msgid "PostgreSQL"
  155. msgstr ""
  156. #. module: base_external_dbsource
  157. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  158. msgid "Test Connection"
  159. msgstr ""