From 3f7035eb686d48efee3e0070c0d55c89023e78b8 Mon Sep 17 00:00:00 2001 From: Antoine d'Otreppe Date: Tue, 14 Feb 2017 13:28:42 +0100 Subject: [PATCH] Added French translations --- rest_auth/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2334 bytes rest_auth/locale/fr/LC_MESSAGES/django.po | 98 ++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 rest_auth/locale/fr/LC_MESSAGES/django.mo create mode 100644 rest_auth/locale/fr/LC_MESSAGES/django.po diff --git a/rest_auth/locale/fr/LC_MESSAGES/django.mo b/rest_auth/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..510118c2e838172b018f6331e0c9a9000d29eb66 GIT binary patch literal 2334 zcma)7OK)366ds_365a&~P(eBvN`dyev0K`ZDymA8K%|6*l2$B=s>!`$dz$MRcOFi{ zs(aQTA%S37BO$S@5Ie8ffy5Rh@(0+l<~wt3*$F~rr15uW=9_cQoR|MNdgyb3@f_w$ zm_K2@jCtb${9yb7JO}(0$md5M6yg~0_y{inpU3(WU=tXDPXX@&UjyC)o&f$1d)llK<0f0d;$0a@Hp^i;7Q?4Rw<1zf=8R7}dXVZ=lPXnLCgt#P+ZH6nv zGnnH66=~qf;&IFwUR|Q-l_Tv*mQKlHmz-*AACyxCZR^mX(7~a~x>A=Ui^3`I>ta#0 zv{6{g9;i3-QhHC?P+zO<@nJ5@a#QA8H=`^6byjL+!hw5Bl@h2kHc($V-O{S4ixrbw z=Tsgbr58h;WS+x{o55}=L)KAl3&l@x>UPvHeELdXmQjhd==pYDMlfrNA5$Y~3aa&B z`L=aMt$u*SelfDE?!!~?5gb^X&|%PjY4|{G(^w&Oq^C`V7kJrco7YE{Ob*~{6~<9e zWTtLU(JR&{LKC6zZ(V#8ldD>>EO)82?KYxn;X<*|Q53fA#2UD|EIbvuFed_aWym{q zam~oh5=6^)Iff}Cdd~KB0ZBQ04K-SpNQrBlM~IA#2CimFo-gBJ*O3&w!%;0#;uNQn zV$y-&1c?Bepmq>*=`>#wc1x@~dkZnoR*LMpa$Z|APcv6l&$^JU`L-^ycVpXU8y4H^ zS2nWCNZ$ZfwkU&|r{-+qT-Io2%_cP(^JmUyvvaevAZAxpU$e9c4`gu>8^v&-xF($J4(|q(1Xp|2HGG{`N@~d%(i^6F2P?CYce#UL zH7#KxKrC9gGIbB9n4P@CmrDyht zk2F9v8)TR@q*^VMa71jXB=cxT!@Fn}s|Zk`;tt!yUzNdV5sEx&D}}cNr#t+vtH4LW zjYR5h&w8)9Ev39=mNqR^P%_X{%SLB3U&51f+r=N${@jOCkoaEaL06uU>~(HZ93xII g_8TV{Xq^74>Q<-$q&oWbxJ!-OR#YWg)|D;s4@F(t%>V!Z literal 0 HcmV?d00001 diff --git a/rest_auth/locale/fr/LC_MESSAGES/django.po b/rest_auth/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..b1e97d3 --- /dev/null +++ b/rest_auth/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-22 11:37-0800\n" +"PO-Revision-Date: 2017-02-14 13:27+0100\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: \n" +"Language-Team: \n" +"X-Generator: Poedit 1.8.11\n" + +#: registration/serializers.py:53 +msgid "View is not defined, pass it as a context variable" +msgstr "La “View” n’est pas définie, passez la en variable contextuelle" + +#: registration/serializers.py:58 +msgid "Define adapter_class in view" +msgstr "Définissez “adapter_class” dans la vue" + +#: registration/serializers.py:77 +msgid "Define callback_url in view" +msgstr "Définissez “callback_url” dans la vue" + +#: registration/serializers.py:81 +msgid "Define client_class in view" +msgstr "Définissez “client_class” dans la vue" + +#: registration/serializers.py:102 +msgid "Incorrect input. access_token or code is required." +msgstr "Paramètres incorrects. Il faut “access_token” ou “code”." + +#: registration/serializers.py:111 +msgid "Incorrect value" +msgstr "Paramètre incorrect" + +#: registration/serializers.py:140 +msgid "A user is already registered with this e-mail address." +msgstr "Un utilisateur existe déjà avec cette adresse email." + +#: registration/serializers.py:148 +msgid "The two password fields didn't match." +msgstr "Les deux mots de passes ne sont pas les mêmes." + +#: registration/views.py:82 +msgid "ok" +msgstr "Ok" + +#: serializers.py:30 +msgid "Must include \"email\" and \"password\"." +msgstr "Doit inclure “email” et “password”." + +#: serializers.py:41 +msgid "Must include \"username\" and \"password\"." +msgstr "Doit inclure “username” et “password”." + +#: serializers.py:54 +msgid "Must include either \"username\" or \"email\" and \"password\"." +msgstr "Doit inclure un “username” ou “email”, et un “password”." + +#: serializers.py:95 +msgid "User account is disabled." +msgstr "Le compte utilisateur est désactivé." + +#: serializers.py:98 +msgid "Unable to log in with provided credentials." +msgstr "Connexion impossible avec les informations fournies." + +#: serializers.py:107 +msgid "E-mail is not verified." +msgstr "L’adresse email n’a pas été vérifiée." + +#: views.py:114 +msgid "Successfully logged out." +msgstr "Déconnexion effectuée avec succès." + +#: views.py:162 +msgid "Password reset e-mail has been sent." +msgstr "L’email de réinitialisation du mot de passe a été envoyé." + +#: views.py:184 +msgid "Password has been reset with the new password." +msgstr "Le mot de passe a été réinitialisé." + +#: views.py:202 +msgid "New password has been saved." +msgstr "Le nouveau mot de passe est sauvé." + +#~ msgid "Error" +#~ msgstr "Fehler"