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.

183 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/"
  42. "language/fi/)\n"
  43. "Language: fi\n"
  44. "MIME-Version: 1.0\n"
  45. "Content-Type: text/plain; charset=UTF-8\n"
  46. "Content-Transfer-Encoding: \n"
  47. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  48. #. module: base_external_dbsource
  49. #: help:base.external.dbsource,conn_string:0
  50. msgid ""
  51. "\n"
  52. "Sample connection strings:\n"
  53. "- Microsoft SQL Server:\n"
  54. " mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
  55. "- MySQL: mysql://user:%s@server:port/dbname\n"
  56. "- ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
  57. "- ORACLE: username/%s@//server.address:port/instance\n"
  58. "- PostgreSQL:\n"
  59. " dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
  60. "- SQLite: sqlite:///test.db\n"
  61. msgstr ""
  62. #. module: base_external_dbsource
  63. #: field:base.external.dbsource,conn_string:0
  64. msgid "Connection string"
  65. msgstr ""
  66. #. module: base_external_dbsource
  67. #: code:addons/base_external_dbsource/base_external_dbsource.py:165
  68. #, python-format
  69. msgid "Connection test failed!"
  70. msgstr ""
  71. #. module: base_external_dbsource
  72. #: code:addons/base_external_dbsource/base_external_dbsource.py:176
  73. #, python-format
  74. msgid "Connection test succeeded!"
  75. msgstr ""
  76. #. module: base_external_dbsource
  77. #: field:base.external.dbsource,connector:0
  78. msgid "Connector"
  79. msgstr ""
  80. #. module: base_external_dbsource
  81. #: field:base.external.dbsource,create_uid:0
  82. msgid "Created by"
  83. msgstr "Luonut"
  84. #. module: base_external_dbsource
  85. #: field:base.external.dbsource,create_date:0
  86. msgid "Created on"
  87. msgstr "Luotu"
  88. #. module: base_external_dbsource
  89. #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
  90. msgid "Database Sources"
  91. msgstr ""
  92. #. module: base_external_dbsource
  93. #: field:base.external.dbsource,name:0
  94. msgid "Datasource name"
  95. msgstr ""
  96. #. module: base_external_dbsource
  97. #: field:base.external.dbsource,display_name:0
  98. msgid "Display Name"
  99. msgstr "Nimi"
  100. #. module: base_external_dbsource
  101. #: code:addons/base_external_dbsource/base_external_dbsource.py:177
  102. #, python-format
  103. msgid "Everything seems properly set up!"
  104. msgstr ""
  105. #. module: base_external_dbsource
  106. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  107. msgid "External DB Source"
  108. msgstr ""
  109. #. module: base_external_dbsource
  110. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
  111. msgid "External DB Sources"
  112. msgstr ""
  113. #. module: base_external_dbsource
  114. #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
  115. #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
  116. msgid "External Database Sources"
  117. msgstr ""
  118. #. module: base_external_dbsource
  119. #: code:addons/base_external_dbsource/base_external_dbsource.py:166
  120. #, python-format
  121. msgid ""
  122. "Here is what we got instead:\n"
  123. " %s"
  124. msgstr ""
  125. #. module: base_external_dbsource
  126. #: field:base.external.dbsource,id:0
  127. msgid "ID"
  128. msgstr "ID"
  129. #. module: base_external_dbsource
  130. #: help:base.external.dbsource,connector:0
  131. msgid ""
  132. "If a connector is missing from the "
  133. "list, check the server log to confirm "
  134. "that the required components were "
  135. "detected."
  136. msgstr ""
  137. #. module: base_external_dbsource
  138. #: field:base.external.dbsource,__last_update:0
  139. msgid "Last Modified on"
  140. msgstr "Viimeksi muokattu"
  141. #. module: base_external_dbsource
  142. #: field:base.external.dbsource,write_uid:0
  143. msgid "Last Updated by"
  144. msgstr "Viimeksi päivittänyt"
  145. #. module: base_external_dbsource
  146. #: field:base.external.dbsource,write_date:0
  147. msgid "Last Updated on"
  148. msgstr "Viimeksi päivitetty"
  149. #. module: base_external_dbsource
  150. #: field:base.external.dbsource,password:0
  151. msgid "Password"
  152. msgstr ""
  153. #. module: base_external_dbsource
  154. #: selection:base.external.dbsource,connector:0
  155. msgid "PostgreSQL"
  156. msgstr ""
  157. #. module: base_external_dbsource
  158. #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
  159. msgid "Test Connection"
  160. msgstr ""