diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000000000000000000000000000000000000..699c1e251ed26a605c9494a65eb637a2ea72264e --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot <transbot@odoo-community.org>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-22 01:12+0000\n" +"PO-Revision-Date: 2017-06-22 01:12+0000\n" +"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:91 +#, python-format +msgid "\n* Lowercase letter (at least %s characters)" +msgstr "\n* Lettre minuscule (au moins %s caractères)" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:98 +#, python-format +msgid "\n* Uppercase letter (at least %s characters)" +msgstr "\n* Lettre majuscule (au moins %s caractères)" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:105 +#, python-format +msgid "\n* Numeric digit (at least %s characters)" +msgstr "\n* Chiffre numérique (au moins %s caractères)" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:112 +#, python-format +msgid "\n* Special character (at least % characters)" +msgstr "\n* Caractère spécial (au moins % caractères)" + +#~ msgid "\n* Lowercase letter (at least %s characters)" +#~ msgstr "\n* Lettre minuscule (au moins %s caractères)" + +#~ msgid "\n* Uppercase letter (at least %s characters)" +#~ msgstr "\n* Lettre majuscule (au moins %s caractères)" + +#~ msgid "\n* Numeric digit (at least %s characters)" +#~ msgstr "\n* Chiffre numérique (au moins %s caractères)" + +#~ msgid "\n* Special character (at least % characters)" +#~ msgstr "\n* Chiffre numérique (au moins %s caractères)"