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.

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