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.

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