From d41ab31b3d6337e61d202fbf04441431718e19e7 Mon Sep 17 00:00:00 2001 From: Nicolas Le Manchet Date: Thu, 24 Jul 2014 10:59:43 +0200 Subject: [PATCH] Add French translation for auth --- isso/js/app/i18n/fr.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/isso/js/app/i18n/fr.js b/isso/js/app/i18n/fr.js index cb0c006..0e18e23 100644 --- a/isso/js/app/i18n/fr.js +++ b/isso/js/app/i18n/fr.js @@ -4,8 +4,13 @@ define({ "postbox-email": "Courriel (optionnel)", "postbox-website": "Site web (optionnel)", "postbox-submit": "Soumettre", + "postbox-auth-required": "Connexion nécessaire pour commenter.", + "postbox-auth-sign-in": "Se connecter", + "postbox-auth-commenting-as": "Commenter en tant que", + "num-comments": "{{ n }} commentaire\n{{ n }} commentaires", "no-comments": "Aucun commentaire pour l'instant", + "comment-reply": "Répondre", "comment-edit": "Éditer", "comment-save": "Enregistrer", @@ -17,6 +22,7 @@ define({ "comment-queued": "Commentaire en attente de modération.", "comment-anonymous": "Anonyme", "comment-hidden": "1 caché\n{{ n }} cachés", + "date-now": "À l'instant'", "date-minute": "Il y a une minute\nIl y a {{ n }} minutes", "date-hour": "Il y a une heure\nIl y a {{ n }} heures ",