diff --git a/isso/js/app/i18n/de.js b/isso/js/app/i18n/de.js index 524d324..5ac0610 100644 --- a/isso/js/app/i18n/de.js +++ b/isso/js/app/i18n/de.js @@ -2,6 +2,7 @@ define({ "postbox-text": "Kommentar hier eintippen (mindestens 3 Zeichen)", "postbox-author": "Name (optional)", "postbox-email": "Email (optional)", + "postbox-website": "Website (optional)", "postbox-submit": "Abschicken", "num-comments": "1 Kommentar\n{{ n }} Kommentare", "no-comments": "Keine Kommentare bis jetzt", diff --git a/isso/js/app/i18n/fr.js b/isso/js/app/i18n/fr.js index 052c51a..aaa5a32 100644 --- a/isso/js/app/i18n/fr.js +++ b/isso/js/app/i18n/fr.js @@ -1,7 +1,8 @@ define({ "postbox-text": "Insérez votre commentaire ici (au moins 3 lettres)", - "postbox-author": "Nom (optionel)", - "postbox-email": "Courriel (optionel)", + "postbox-author": "Nom (optionnel)", + "postbox-email": "Courriel (optionnel)", + "postbox-website": "Site web (optionnel)", "postbox-submit": "Soumettre", "num-comments": "{{ n }} commentaire\n{{ n }} commentaires", "no-comments": "Aucun commentaire pour l'instant",