[IMP] Use the openerp namespace in YML tests.
[odoo/odoo.git] / addons / base_iban / i18n / fr.po
1 # Translation of OpenERP Server.
2 # This file contains the translation of the following modules:
3 #       * base_iban
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: OpenERP Server 6.0dev\n"
8 "Report-Msgid-Bugs-To: support@openerp.com\n"
9 "POT-Creation-Date: 2012-12-21 17:05+0000\n"
10 "PO-Revision-Date: 2012-12-04 10:02+0000\n"
11 "Last-Translator: Quentin THEURET <Unknown>\n"
12 "Language-Team: \n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2012-12-22 05:16+0000\n"
17 "X-Generator: Launchpad (build 16378)\n"
18
19 #. module: base_iban
20 #: constraint:res.partner.bank:0
21 msgid ""
22 "\n"
23 "Please define BIC/Swift code on bank for bank type IBAN Account to make "
24 "valid payments"
25 msgstr ""
26 "\n"
27 "Veuillez définir le code BIC/Swift de la banque pour les types de compte "
28 "IBAN afin de générer des paiements valides."
29
30 #. module: base_iban
31 #: code:addons/base_iban/base_iban.py:141
32 #, python-format
33 msgid "This IBAN does not pass the validation check, please verify it"
34 msgstr "Cet IBAN est incorrect, vérifiez-le s'il vous plaît."
35
36 #. module: base_iban
37 #: model:res.partner.bank.type,format_layout:base_iban.bank_iban
38 msgid "%(bank_name)s: IBAN %(acc_number)s - BIC %(bank_bic)s"
39 msgstr "%(bank_name)s: IBAN %(acc_number)s - BIC %(bank_bic)s"
40
41 #. module: base_iban
42 #: model:res.partner.bank.type.field,name:base_iban.bank_swift_field
43 msgid "bank_bic"
44 msgstr "bank_bic"
45
46 #. module: base_iban
47 #: model:res.partner.bank.type.field,name:base_iban.bank_zip_field
48 msgid "zip"
49 msgstr "zip"
50
51 #. module: base_iban
52 #: help:res.partner.bank,iban:0
53 msgid "International Bank Account Number"
54 msgstr "Numéro Internation de Compte Bancaire (IBAN)"
55
56 #. module: base_iban
57 #: model:ir.model,name:base_iban.model_res_partner_bank
58 msgid "Bank Accounts"
59 msgstr "Comptes bancaires"
60
61 #. module: base_iban
62 #: model:res.partner.bank.type.field,name:base_iban.bank_country_field
63 msgid "country_id"
64 msgstr "country_id"
65
66 #. module: base_iban
67 #: code:addons/base_iban/base_iban.py:138
68 #, python-format
69 msgid ""
70 "The IBAN does not seem to be correct. You should have entered something like "
71 "this %s"
72 msgstr "L'IBAN semble incorrect. La saisie doit être de la forme : %s"
73
74 #. module: base_iban
75 #: field:res.partner.bank,iban:0
76 msgid "IBAN"
77 msgstr "IBAN"
78
79 #. module: base_iban
80 #: code:addons/base_iban/base_iban.py:142
81 #, python-format
82 msgid "The IBAN is invalid, it should begin with the country code"
83 msgstr "L'IBAN est incorrect, il doit commencer par le code pays"
84
85 #. module: base_iban
86 #: model:res.partner.bank.type,name:base_iban.bank_iban
87 msgid "IBAN Account"
88 msgstr "Compte IBAN"
89
90 #~ msgid "Invalid XML for View Architecture!"
91 #~ msgstr "XML non valide pour l'architecture de la vue"
92
93 #~ msgid "bic"
94 #~ msgstr "BIC"
95
96 #~ msgid "iban"
97 #~ msgstr "IBAN"
98
99 #~ msgid "acc_number"
100 #~ msgstr "acc_number"
101
102 #, python-format
103 #~ msgid "The IBAN is invalid, It should begin with the country code"
104 #~ msgstr "L'IBAN est incorrect : il devrait commencer par le code pays"
105
106 #, python-format
107 #~ msgid ""
108 #~ "The IBAN does not seems to be correct. You should have entered something "
109 #~ "like this %s"
110 #~ msgstr ""
111 #~ "L'IBAN semble être incorrect. La saisie devrait être de la forme suivante : "
112 #~ "%s"
113
114 #~ msgid "Create IBAN bank accounts"
115 #~ msgstr "Création de comptes bancaires IBAN"
116
117 #~ msgid ""
118 #~ "\n"
119 #~ "This module installs the base for IBAN (International Bank Account Number) "
120 #~ "bank accounts and checks for its validity.\n"
121 #~ "\n"
122 #~ "    "
123 #~ msgstr ""
124 #~ "\n"
125 #~ "Ce module installe la base pour les comptes bancaires IBAN (International "
126 #~ "Bank Account Number) et vérifie leur validité.\n"
127 #~ "\n"
128 #~ "    "
129
130 #~ msgid "The RIB and/or IBAN is not valid"
131 #~ msgstr "Le numéro du RIB et/ou IBAN n'est (ne sont) pas correct(s)."