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.

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