diff --git a/isso/js/app/i18n/de.js b/isso/js/app/i18n/de.js index 1e180ba..dcdbac3 100644 --- a/isso/js/app/i18n/de.js +++ b/isso/js/app/i18n/de.js @@ -1,12 +1,10 @@ define({ - "postbox-text" : "Kommentar hier eintippen (mindestens 3 Zeichen)", - "postbox-author" : "Name (optional)", - "postbox-email" : "Email (optional)", + "postbox-text": "Kommentar hier eintippen (mindestens 3 Zeichen)", + "postbox-author": "Name (optional)", + "postbox-email": "Email (optional)", "postbox-submit": "Abschicken", - "num-comments": "1 Kommentar\n{{ n }} Kommentare", "no-comments": "Keine Kommentare bis jetzt", - "comment-reply": "Antworten", "comment-edit": "Bearbeiten", "comment-save": "Speichern", @@ -17,7 +15,6 @@ define({ "comment-deleted": "Kommentar gelöscht.", "comment-queued": "Kommentar muss noch freigeschaltet werden.", "comment-anonymous": "Anonym", - "date-now": "eben jetzt", "date-minute": "vor einer Minute\nvor {{ n }} Minuten", "date-hour": "vor einer Stunde\nvor {{ n }} Stunden", @@ -25,4 +22,4 @@ define({ "date-week": "letzte Woche\nvor {{ n }} Wochen", "date-month": "letzten Monat\nvor {{ n }} Monaten", "date-year": "letztes Jahr\nvor {{ n }} Jahren" -}); \ No newline at end of file +}); diff --git a/isso/js/app/i18n/en.js b/isso/js/app/i18n/en.js index 0381a63..40b5bc9 100644 --- a/isso/js/app/i18n/en.js +++ b/isso/js/app/i18n/en.js @@ -25,4 +25,4 @@ define({ "date-week": "last week\n{{ n }} weeks ago", "date-month": "last month\n{{ n }} months ago", "date-year": "last year\n{{ n }} years ago" -}); \ No newline at end of file +}); diff --git a/isso/js/app/i18n/fr.js b/isso/js/app/i18n/fr.js index fbc8762..5ba3b69 100644 --- a/isso/js/app/i18n/fr.js +++ b/isso/js/app/i18n/fr.js @@ -3,10 +3,8 @@ define({ "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", @@ -17,7 +15,6 @@ define({ "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 ", diff --git a/isso/js/app/i18n/it.js b/isso/js/app/i18n/it.js index d53af6d..7a8bf51 100644 --- a/isso/js/app/i18n/it.js +++ b/isso/js/app/i18n/it.js @@ -3,10 +3,8 @@ define({ "postbox-author": "Nome (opzionale)", "postbox-email": "E-mail (opzionale)", "postbox-submit": "Invia", - "num-comments": "Un Commento\n{{ n }} Commenti", "no-comments": "Ancora Nessun Commento", - "comment-reply": "Rispondi", "comment-edit": "Modifica", "comment-save": "Salva", @@ -17,7 +15,6 @@ define({ "comment-deleted": "Commento eliminato.", "comment-queued": "Commento in coda per moderazione.", "comment-anonymous": "Anonimo", - "date-now": "poco fa", "date-minute": "un minuto fa\n{{ n }} minuti fa", "date-hour": "un ora fa\n{{ n }} ore fa", diff --git a/isso/js/app/i18n/ru.js b/isso/js/app/i18n/ru.js index 24c7b62..94fbc9a 100644 --- a/isso/js/app/i18n/ru.js +++ b/isso/js/app/i18n/ru.js @@ -1,12 +1,10 @@ define({ - "postbox-text" : "Комментировать здесь (миниум 3 символа)", - "postbox-author" : "Имя (необязательно)", - "postbox-email" : "Email (необязательно)", + "postbox-text": "Комментировать здесь (миниум 3 символа)", + "postbox-author": "Имя (необязательно)", + "postbox-email": "Email (необязательно)", "postbox-submit": "Отправить", - "num-comments": "1 Комментарий\n{{ n }} Комментарии", "no-comments": "Нет Комментарев", - "comment-reply": "Ответить", "comment-edit": "Правка", "comment-save": "Сохранить", @@ -17,7 +15,6 @@ define({ "comment-deleted": "Удалить комментарий", "comment-queued": "Комментарий должен быть разблокирован", "comment-anonymous": "Аномимый", - "date-now": "Сейчас", "date-minute": "Минут назад\n{{ n }} минут", "date-hour": "Час назад\n{{ n }} часов",