From 5a20a4a4bfa0c171fbd4ecb5f56a157591c04c12 Mon Sep 17 00:00:00 2001 From: Sploinga Date: Sat, 16 Nov 2013 20:32:21 +0100 Subject: [PATCH] French translation --- isso/js/app/i18n/fr.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 isso/js/app/i18n/fr.js diff --git a/isso/js/app/i18n/fr.js b/isso/js/app/i18n/fr.js new file mode 100644 index 0000000..fbc8762 --- /dev/null +++ b/isso/js/app/i18n/fr.js @@ -0,0 +1,28 @@ +define({ + "postbox-text": "Insérez votre commentaire ici (au moins 3 lettres)", + "postbox-author": "Nom (optionel)", + "postbox-email": "Courriel (optionel)", + "postbox-submit": "Soumettre", + + "num-comments": "Un commentaire\n{{ n }} commentaires", + "no-comments": "Aucun commentaire pour l'instant", + + "comment-reply": "Répondre", + "comment-edit": "Éditer", + "comment-save": "Enregistrer", + "comment-delete": "Supprimer", + "comment-confirm": "Confirmer", + "comment-close": "Fermer", + "comment-cancel": "Annuler", + "comment-deleted": "Commentaire supprimé.", + "comment-queued": "Commentaire en attente de modération.", + "comment-anonymous": "Anonyme", + + "date-now": "À l'instant'", + "date-minute": "Il y a une minute \n{{ n }} minutes", + "date-hour": "Il y a une heure\n{{ n }} heures ", + "date-day": "Hier\n{{ n }} jours auparavant", + "date-week": "Il y a une semaine\n{{ n }} semaines", + "date-month": "Il y a un mois\n{{ n }} mois", + "date-year": "Il y a un an\n{{ n }} ans" +});