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.

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