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 ",