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.

271 lines
9.7 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_bank_statement_import
  4. #
  5. # Translators:
  6. # Florian Hatat, 2015
  7. # Florian Hatat, 2015
  8. # Guewen Baconnier <guewen.baconnier@camptocamp.com>, 2015
  9. # zuher83 <zuher.elmas@gmail.com>, 2015
  10. # zuher83 <zuher.elmas@gmail.com>, 2015
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: bank-statement-import (8.0)\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2016-08-18 10:27+0000\n"
  16. "PO-Revision-Date: 2016-09-16 21:46+0000\n"
  17. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  18. "Language-Team: French (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/fr/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: fr\n"
  23. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  24. #. module: account_bank_statement_import
  25. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:407
  26. #, python-format
  27. msgid "%d transactions had already been imported and were ignored."
  28. msgstr "%d mouvements déjà importés ont été ignorés."
  29. #. module: account_bank_statement_import
  30. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:410
  31. #, python-format
  32. msgid "1 transaction had already been imported and was ignored."
  33. msgstr "1 mouvement déjà importé a été ignoré."
  34. #. module: account_bank_statement_import
  35. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  36. msgid "1. Download your bank statements from your bank website."
  37. msgstr "1. Téléchargez vos relevés de comptes depuis le site internet de votre banque."
  38. #. module: account_bank_statement_import
  39. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  40. msgid ""
  41. "2. Make sure you have installed the right module to support the file format."
  42. msgstr "2. Vérifiez que vous avez bien installé le module compatible avec le format de fichier à importer."
  43. #. module: account_bank_statement_import
  44. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  45. msgid "3. Select the file and click 'Import'."
  46. msgstr "3. Sélectionnez le fichier et cliquez sur \"Importer\". "
  47. #. module: account_bank_statement_import
  48. #: sql_constraint:account.bank.statement.line:0
  49. msgid "A bank account transactions can be imported only once !"
  50. msgstr "Les transactions peuvent être importées en une seule fois !"
  51. #. module: account_bank_statement_import
  52. #: help:account.bank.statement.import,journal_id:0
  53. msgid ""
  54. "Accounting journal related to the bank statement you're importing. It has be"
  55. " be manually chosen for statement formats which doesn't allow automatic "
  56. "journal detection (QIF for example)."
  57. msgstr ""
  58. #. module: account_bank_statement_import
  59. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:413
  60. #, python-format
  61. msgid "Already imported items"
  62. msgstr "Lignes déjà importées"
  63. #. module: account_bank_statement_import
  64. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  65. msgid "Bank Accounts"
  66. msgstr "Comptes Bancaire"
  67. #. module: account_bank_statement_import
  68. #: field:account.bank.statement.import,data_file:0
  69. msgid "Bank Statement File"
  70. msgstr "Fichier de Relevé Bancaire"
  71. #. module: account_bank_statement_import
  72. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  73. msgid "Bank Statement Line"
  74. msgstr "Ligne de Relevé Bancaire"
  75. #. module: account_bank_statement_import
  76. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  77. msgid "Bank statement import"
  78. msgstr ""
  79. #. module: account_bank_statement_import
  80. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:153
  81. #, python-format
  82. msgid "Can not determine journal for import."
  83. msgstr ""
  84. #. module: account_bank_statement_import
  85. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:147
  86. #, python-format
  87. msgid "Can not find the account number %s."
  88. msgstr ""
  89. #. module: account_bank_statement_import
  90. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  91. msgid "Cancel"
  92. msgstr "Annuler"
  93. #. module: account_bank_statement_import
  94. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:193
  95. #, python-format
  96. msgid ""
  97. "Could not make sense of the given file.\n"
  98. "Did you install the module to support this type of file?"
  99. msgstr ""
  100. #. module: account_bank_statement_import
  101. #: field:account.bank.statement.import,create_uid:0
  102. msgid "Created by"
  103. msgstr "Créé par "
  104. #. module: account_bank_statement_import
  105. #: field:account.bank.statement.import,create_date:0
  106. msgid "Created on"
  107. msgstr "Créé le "
  108. #. module: account_bank_statement_import
  109. #: field:account.bank.statement.import,display_name:0
  110. msgid "Display Name"
  111. msgstr "Nom à afficher"
  112. #. module: account_bank_statement_import
  113. #: field:account.config.settings,module_base_bank_account_number_unique:0
  114. msgid "Enforce unique account numbers on bank accounts"
  115. msgstr ""
  116. #. module: account_bank_statement_import
  117. #: help:account.bank.statement.import,data_file:0
  118. msgid ""
  119. "Get you bank statements in electronic format from your bank and select them "
  120. "here."
  121. msgstr ""
  122. #. module: account_bank_statement_import
  123. #: field:account.bank.statement.import,hide_journal_field:0
  124. msgid "Hide the journal field in the view"
  125. msgstr ""
  126. #. module: account_bank_statement_import
  127. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  128. msgid "How to import your bank statement :"
  129. msgstr "Comment importe votre relevé bancaire :"
  130. #. module: account_bank_statement_import
  131. #: field:account.bank.statement.import,id:0
  132. msgid "ID"
  133. msgstr "ID"
  134. #. module: account_bank_statement_import
  135. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  136. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  137. msgid "Import"
  138. msgstr "Import"
  139. #. module: account_bank_statement_import
  140. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  141. msgid "Import Bank Statement"
  142. msgstr "Importer Relevé Bancaire"
  143. #. module: account_bank_statement_import
  144. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  145. msgid "Import Bank Statements"
  146. msgstr "Importer Relevés Bancaire"
  147. #. module: account_bank_statement_import
  148. #: field:account.bank.statement.line,unique_import_id:0
  149. msgid "Import ID"
  150. msgstr "Id Import"
  151. #. module: account_bank_statement_import
  152. #: field:account.bank.statement.import,journal_id:0
  153. msgid "Journal"
  154. msgstr "Journal"
  155. #. module: account_bank_statement_import
  156. #: field:account.bank.statement.import,__last_update:0
  157. msgid "Last Modified on"
  158. msgstr "Dernière modification le"
  159. #. module: account_bank_statement_import
  160. #: field:account.bank.statement.import,write_uid:0
  161. msgid "Last Updated by"
  162. msgstr "Dernière mise à jour par "
  163. #. module: account_bank_statement_import
  164. #: field:account.bank.statement.import,write_date:0
  165. msgid "Last Updated on"
  166. msgstr "Dernière mise à jour le "
  167. #. module: account_bank_statement_import
  168. #: field:res.partner.bank,sanitized_acc_number:0
  169. msgid "Sanitized Account Number"
  170. msgstr ""
  171. #. module: account_bank_statement_import
  172. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:282
  173. #, python-format
  174. msgid "Statement currency id is %d, but company currency id = %d."
  175. msgstr ""
  176. #. module: account_bank_statement_import
  177. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:265
  178. #, python-format
  179. msgid "Statement currency id is %d, but journal currency id = %d."
  180. msgstr ""
  181. #. module: account_bank_statement_import
  182. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:219
  183. #, python-format
  184. msgid "Statement has invalid currency code %s"
  185. msgstr ""
  186. #. module: account_bank_statement_import
  187. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:248
  188. #, python-format
  189. msgid "The account of this statement is linked to another journal."
  190. msgstr "Le numéro de compte de ce relevé correspond à un autre journal."
  191. #. module: account_bank_statement_import
  192. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:287
  193. #, python-format
  194. msgid ""
  195. "The currency of the bank statement (%s) is not the same as the company "
  196. "currency (%s) !"
  197. msgstr ""
  198. #. module: account_bank_statement_import
  199. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:270
  200. #, python-format
  201. msgid ""
  202. "The currency of the bank statement (%s) is not the same as the currency of "
  203. "the journal %s (%s) !"
  204. msgstr ""
  205. #. module: account_bank_statement_import
  206. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:203
  207. #, python-format
  208. msgid "This file doesn't contain any statement."
  209. msgstr "Ce fichier ne comporte aucun relevé."
  210. #. module: account_bank_statement_import
  211. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:208
  212. #, python-format
  213. msgid "This file doesn't contain any transaction."
  214. msgstr "Ce fichier ne comporte aucune transaction."
  215. #. module: account_bank_statement_import
  216. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:131
  217. #, python-format
  218. msgid "You have already imported that file."
  219. msgstr "Vous avez déjà importé ce fichier."
  220. #. module: account_bank_statement_import
  221. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  222. msgid "_Import"
  223. msgstr "_Import"
  224. #. module: account_bank_statement_import
  225. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  226. msgid "or"
  227. msgstr "ou"