From 9a606246a990c822cc3cafbc4a7b178f94294634 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 14 Nov 2014 20:02:04 -0500 Subject: [PATCH] more fallbacks --- public/language/ar/error.json | 3 ++- public/language/ar/global.json | 3 ++- public/language/cs/error.json | 3 ++- public/language/cs/global.json | 3 ++- public/language/de/error.json | 3 ++- public/language/de/global.json | 3 ++- public/language/el/error.json | 3 ++- public/language/el/global.json | 3 ++- public/language/en@pirate/error.json | 3 ++- public/language/en@pirate/global.json | 3 ++- public/language/en_US/error.json | 3 ++- public/language/en_US/global.json | 3 ++- public/language/es/error.json | 3 ++- public/language/es/global.json | 3 ++- public/language/et/error.json | 3 ++- public/language/et/global.json | 3 ++- public/language/fa_IR/error.json | 3 ++- public/language/fa_IR/global.json | 3 ++- public/language/fi/error.json | 3 ++- public/language/fi/global.json | 3 ++- public/language/fr/error.json | 3 ++- public/language/fr/global.json | 3 ++- public/language/he/error.json | 3 ++- public/language/he/global.json | 3 ++- public/language/hu/error.json | 3 ++- public/language/hu/global.json | 3 ++- public/language/it/error.json | 3 ++- public/language/it/global.json | 3 ++- public/language/ja/error.json | 3 ++- public/language/ja/global.json | 3 ++- public/language/ko/error.json | 3 ++- public/language/ko/global.json | 3 ++- public/language/lt/error.json | 3 ++- public/language/lt/global.json | 3 ++- public/language/ms/error.json | 3 ++- public/language/ms/global.json | 3 ++- public/language/nb/error.json | 3 ++- public/language/nb/global.json | 3 ++- public/language/nl/error.json | 3 ++- public/language/nl/global.json | 3 ++- public/language/pl/error.json | 3 ++- public/language/pl/global.json | 3 ++- public/language/pt_BR/error.json | 3 ++- public/language/pt_BR/global.json | 3 ++- public/language/ro/error.json | 3 ++- public/language/ro/global.json | 3 ++- public/language/ru/error.json | 3 ++- public/language/ru/global.json | 3 ++- public/language/sc/error.json | 3 ++- public/language/sc/global.json | 3 ++- public/language/sk/error.json | 3 ++- public/language/sk/global.json | 3 ++- public/language/sv/error.json | 3 ++- public/language/sv/global.json | 3 ++- public/language/th/error.json | 3 ++- public/language/th/global.json | 3 ++- public/language/tr/error.json | 3 ++- public/language/tr/global.json | 3 ++- public/language/vi/error.json | 3 ++- public/language/vi/global.json | 3 ++- public/language/zh_CN/error.json | 3 ++- public/language/zh_CN/global.json | 3 ++- public/language/zh_TW/error.json | 3 ++- public/language/zh_TW/global.json | 3 ++- 64 files changed, 128 insertions(+), 64 deletions(-) diff --git a/public/language/ar/error.json b/public/language/ar/error.json index 61ca1a8a64..af928bb505 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "التصويتات السلبية معطلة", "not-enough-reputation-to-downvote": "ليس لديك سمعة تكفي لإضافة صوت سلبي لهذا الموضوع", "not-enough-reputation-to-flag": "ليس لديك سمعة تكفي للإشعار بموضوع مخل", - "reload-failed": "المنتدى واجه مشكلة أثناء إعادة التحميل: \"%1\". سيواصل المنتدى خدمة العملاء السابقين لكن يجب عليك إلغاء أي تغيير قمت به قبل إعادة التحميل." + "reload-failed": "المنتدى واجه مشكلة أثناء إعادة التحميل: \"%1\". سيواصل المنتدى خدمة العملاء السابقين لكن يجب عليك إلغاء أي تغيير قمت به قبل إعادة التحميل.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/ar/global.json b/public/language/ar/global.json index 0f8d263c4c..0f20c0fac2 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -72,5 +72,6 @@ "guests": "الزوار", "updated.title": "تم تحديث المنتدى", "updated.message": "لقد تم تحديث المنتدى إلى آخر نسخة للتو. المرجو إعادة تحميل الصفحة.", - "privacy": "الخصوصية" + "privacy": "الخصوصية", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 32a95edd7a..27de09631f 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/cs/global.json b/public/language/cs/global.json index 21ac4a1f9a..4c546e88ff 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/de/error.json b/public/language/de/error.json index ce1eaac363..133d6059fc 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvotes sind deaktiviert.", "not-enough-reputation-to-downvote": "Deine Reputation ist zu niedrig, um diesen Beitrag negativ zu bewerten.", "not-enough-reputation-to-flag": "Deine Reputation ist nicht gut genug, um diesen Beitrag zu melden", - "reload-failed": "Es ist ein Problem während des Reloads von NodeBB aufgetreten: \"%1\". NodeBB wird weiterhin clientseitige Assets bereitstellen, allerdings solltest du das, was du vor dem Reload gemacht hast, rückgängig machen." + "reload-failed": "Es ist ein Problem während des Reloads von NodeBB aufgetreten: \"%1\". NodeBB wird weiterhin clientseitige Assets bereitstellen, allerdings solltest du das, was du vor dem Reload gemacht hast, rückgängig machen.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/de/global.json b/public/language/de/global.json index c0efa9f4e1..9cee6d9502 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -72,5 +72,6 @@ "guests": "Gäste", "updated.title": "Forum aktualisiert", "updated.message": "Dieses Forum wurde gerade auf die neueste Version aktualisiert. Klicke hier, um die Seite neuzuladen.", - "privacy": "Privatsphäre" + "privacy": "Privatsphäre", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/el/error.json b/public/language/el/error.json index 8a752477be..1af21d0aad 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Η καταψήφιση έχει απενεργοποιηθεί", "not-enough-reputation-to-downvote": "Δεν έχεις αρκετή φήμη για να καταψηφίσεις αυτή την δημοσίευση", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "Το NodeBB συνάντησε ένα πρόβλημα καθώς γινόταν η ανανέωση: \"%1\". Το NodeBB θα συνεχίσει να προσφέρει τα στοιχεία του χρήστη, αν και θα ήταν καλή ιδέα να επαναφέρεις ότι έκανες πριν την ανανέωση." + "reload-failed": "Το NodeBB συνάντησε ένα πρόβλημα καθώς γινόταν η ανανέωση: \"%1\". Το NodeBB θα συνεχίσει να προσφέρει τα στοιχεία του χρήστη, αν και θα ήταν καλή ιδέα να επαναφέρεις ότι έκανες πριν την ανανέωση.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/el/global.json b/public/language/el/global.json index b8816f6e1e..9ec5c25a11 100644 --- a/public/language/el/global.json +++ b/public/language/el/global.json @@ -72,5 +72,6 @@ "guests": "Επισκέπτες", "updated.title": "Το φόρουμ αναβαθμίστηκε", "updated.message": "Το φόρουμ μόλις αναβαθμίστηκε στην πιο πρόσφατη έκδοση. Κάνε κλικ εδώ για να ανανεώσεις την σελίδα.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json index 32a95edd7a..27de09631f 100644 --- a/public/language/en@pirate/error.json +++ b/public/language/en@pirate/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json index a1fb00407e..98626005f5 100644 --- a/public/language/en@pirate/global.json +++ b/public/language/en@pirate/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json index 32a95edd7a..27de09631f 100644 --- a/public/language/en_US/error.json +++ b/public/language/en_US/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/en_US/global.json b/public/language/en_US/global.json index 2d5f403c34..6e533e73be 100644 --- a/public/language/en_US/global.json +++ b/public/language/en_US/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/es/error.json b/public/language/es/error.json index f321975867..6c68f9b72c 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "La votación negativa está deshabilitada.", "not-enough-reputation-to-downvote": "No tienes suficiente reputación para votar negativo este post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encontró un problema mientras refrescar: \"%1\". NodeBB intentará cargar el resto de contenido, aunque deberías deshacer lo que hiciste antes de refrescar." + "reload-failed": "NodeBB encontró un problema mientras refrescar: \"%1\". NodeBB intentará cargar el resto de contenido, aunque deberías deshacer lo que hiciste antes de refrescar.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/es/global.json b/public/language/es/global.json index ef72eaef7e..1b2e760b55 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -72,5 +72,6 @@ "guests": "Invitados", "updated.title": "Foro actualizado", "updated.message": "El foro acaba de ser actualizado a la última versión. Haz click aquí para refrescar la página.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/et/error.json b/public/language/et/error.json index 35c6306f27..8a3b6f0c56 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "Sul ei ole piisavalt reputatsiooni, et anda negatiivset hinnangut sellele postitusele.", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/et/global.json b/public/language/et/global.json index c3e5ef5336..cd149915ad 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -72,5 +72,6 @@ "guests": "Külalised", "updated.title": "Foorum on uuendatud", "updated.message": "See foorum uuendati just kõige uuemale versioonile. Vajuta siia et värskendada veebilehte.", - "privacy": "Privaatsus" + "privacy": "Privaatsus", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json index f6f31c6cdd..3de8ab77e1 100644 --- a/public/language/fa_IR/error.json +++ b/public/language/fa_IR/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "شما اعتبار کافی برای دادن رای منفی به این دیدگاه را ندارید.", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/fa_IR/global.json b/public/language/fa_IR/global.json index b3130eeb43..fe840a8495 100644 --- a/public/language/fa_IR/global.json +++ b/public/language/fa_IR/global.json @@ -72,5 +72,6 @@ "guests": "مهمان‌ها", "updated.title": "انجمن بروزرسانی شد", "updated.message": "این انجمن به آخرین نسخه بروزرسانی شد. برای بارگزاری مجدد صفحه اینجا کلیک کنید.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/fi/error.json b/public/language/fi/error.json index a12fe012f1..0328632c95 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/fi/global.json b/public/language/fi/global.json index e05cc357fa..58ba3a2945 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -72,5 +72,6 @@ "guests": "Vieraat", "updated.title": "Foorumi päivitetty", "updated.message": "Tämä foorumi on juuri päivitetty uusimpaan versioon. Paina tästä päivittääksesi sivun.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/fr/error.json b/public/language/fr/error.json index 0ea52dd2ca..57a229f176 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Les votes négatifs ne sont pas autorisés", "not-enough-reputation-to-downvote": "Vous n'avez pas une réputation assez élevée pour noter négativement ce message", "not-enough-reputation-to-flag": "Vous n'avez pas une réputation assez élevée pour signaler ce message", - "reload-failed": "NodeBB a rencontré un problème lors du rechargement : \"% 1\" . NodeBB continuera de fonctionner côté client, même si vous devez annuler ce que vous avez fait juste avant de recharger ." + "reload-failed": "NodeBB a rencontré un problème lors du rechargement : \"% 1\" . NodeBB continuera de fonctionner côté client, même si vous devez annuler ce que vous avez fait juste avant de recharger .", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/fr/global.json b/public/language/fr/global.json index fe66f97c90..7219d53ae7 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -72,5 +72,6 @@ "guests": "Invités", "updated.title": "Forum mis à jour", "updated.message": "Ce forum a été mis à jour à la dernière version. Cliquez ici pour recharger la page.", - "privacy": "Vie privée" + "privacy": "Vie privée", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/he/error.json b/public/language/he/error.json index 797157aab5..2a57b2e78d 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "אין לך מספיק מוניטין כדי להוריד את הדירוג של פוסט זה", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/he/global.json b/public/language/he/global.json index 0e0fbf9082..d916ce7dca 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -72,5 +72,6 @@ "guests": "אורחים", "updated.title": "הפורום עודכן", "updated.message": "הפורום עודכן לגרסא האחרונה. נא ללחוץ כאן לעדכון הדף.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/hu/error.json b/public/language/hu/error.json index 32a95edd7a..27de09631f 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/hu/global.json b/public/language/hu/global.json index 6abf5d6b1d..d2580ee4a3 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/it/error.json b/public/language/it/error.json index af7b4c9dee..e1c46af192 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Il Downvoting è disabilitato", "not-enough-reputation-to-downvote": "Non hai i privilegi per votare negativamente questo post", "not-enough-reputation-to-flag": "Tu non hai abbastanza reputazione per segnalare questo Post", - "reload-failed": "NodeBB ha incontrato un problema durante il ricaricamento: \"%1\". NodeBB continuerà a servire gli assets esistenti lato client, così puoi annullare quello che hai fatto prima di ricaricare." + "reload-failed": "NodeBB ha incontrato un problema durante il ricaricamento: \"%1\". NodeBB continuerà a servire gli assets esistenti lato client, così puoi annullare quello che hai fatto prima di ricaricare.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/it/global.json b/public/language/it/global.json index c2c029bc95..67a1cbdec4 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -72,5 +72,6 @@ "guests": "Ospiti", "updated.title": "Forum Aggiornato", "updated.message": "Questo forum è stato aggiornato all'ultima versione. Clicca qui per ricaricare la pagina.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ja/error.json b/public/language/ja/error.json index f286bb4c9c..62e49edc51 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/ja/global.json b/public/language/ja/global.json index 25c9b6ebff..fa13085f7d 100644 --- a/public/language/ja/global.json +++ b/public/language/ja/global.json @@ -72,5 +72,6 @@ "guests": "ゲスト", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ko/error.json b/public/language/ko/error.json index 942d147a60..196a067318 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "비추천 기능을 사용하지 않습니다.", "not-enough-reputation-to-downvote": "인기도가 낮아 이 게시물에 반대할 수 없습니다.", "not-enough-reputation-to-flag": "인기도가 낮아 이 게시물을 신고할 수 없습니다.", - "reload-failed": "NodeBB를 다시 읽어들이는 중 다음과 같은 문제가 발생했습니다. \"%1\" 다시 읽어들이기 직전에 했던 동작은 되돌리세요. 클라이언트측 자원은 문제없이 계속 전송됩니다." + "reload-failed": "NodeBB를 다시 읽어들이는 중 다음과 같은 문제가 발생했습니다. \"%1\" 다시 읽어들이기 직전에 했던 동작은 되돌리세요. 클라이언트측 자원은 문제없이 계속 전송됩니다.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/ko/global.json b/public/language/ko/global.json index 4642b76fe3..d3659fd163 100644 --- a/public/language/ko/global.json +++ b/public/language/ko/global.json @@ -72,5 +72,6 @@ "guests": "익명 사용자", "updated.title": "포럼이 업데이트 되었습니다.", "updated.message": "이 포럼은 지금 최신 버전으로 업데이트 되었습니다. 여기를 누르면 페이지를 새로고침합니다.", - "privacy": "개인정보" + "privacy": "개인정보", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 1e060b61eb..9b09bb6b87 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "Jūs neturite pakankamai reputacijos balsuoti prieš šį pranešimą", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/lt/global.json b/public/language/lt/global.json index 9fc4f36e9f..dab0d48357 100644 --- a/public/language/lt/global.json +++ b/public/language/lt/global.json @@ -72,5 +72,6 @@ "guests": "Svečiai", "updated.title": "Forumas atnaujintas", "updated.message": "Forumas buvo atnaujintas iki naujausios versijos. Paspauskite čia norėdami perkrauti puslapį.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ms/error.json b/public/language/ms/error.json index 33b277a55c..6384d68eb1 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/ms/global.json b/public/language/ms/global.json index 9762f09ea4..ebda99a05f 100644 --- a/public/language/ms/global.json +++ b/public/language/ms/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/nb/error.json b/public/language/nb/error.json index e297bf7737..45dd6f6853 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Nedstemming av deaktivert", "not-enough-reputation-to-downvote": "Du har ikke nok rykte til å nedstemme det innlegget", "not-enough-reputation-to-flag": "Du har ikke nok rykte til å flagge dette innlegget", - "reload-failed": "NodeBB støtte på et problem under lasting på nytt: \"%1\". NodeBB vil fortsette å servere eksisterende klientside ressureser, selv om du burde angre endringene du gjorde før du lastet på nytt." + "reload-failed": "NodeBB støtte på et problem under lasting på nytt: \"%1\". NodeBB vil fortsette å servere eksisterende klientside ressureser, selv om du burde angre endringene du gjorde før du lastet på nytt.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/nb/global.json b/public/language/nb/global.json index 5628f11af0..c1f1f40f39 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -72,5 +72,6 @@ "guests": "Gjester", "updated.title": "Forum oppdatert", "updated.message": "Dette forumet har nettopp blitt oppdatert til den nyeste versjonen. Klikk her for å laste siden på nytt.", - "privacy": "Personvern" + "privacy": "Personvern", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/nl/error.json b/public/language/nl/error.json index 6a3e66cf35..b412b14ad8 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoten is uitgeschakeld", "not-enough-reputation-to-downvote": "U heeft niet de benodigde reputatie om dit bericht te downvoten", "not-enough-reputation-to-flag": "U heeft niet de benodigde reputatie om dit bericht te melden aan de admins", - "reload-failed": "NodeBB heeft een probleem geconstateerd tijdens het laden van: \"%1\".\nNodeBB blijft verder draaien. Het is wel verstandig om de actie wat u daarvoor heeft gedaan ongedaan te maken door te herladen." + "reload-failed": "NodeBB heeft een probleem geconstateerd tijdens het laden van: \"%1\".\nNodeBB blijft verder draaien. Het is wel verstandig om de actie wat u daarvoor heeft gedaan ongedaan te maken door te herladen.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/nl/global.json b/public/language/nl/global.json index 329aec7ac5..7c4d4cb679 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -72,5 +72,6 @@ "guests": "Gasten", "updated.title": "Forum geüpdatet", "updated.message": "Dit forum is zojuist geüpdatet naar de laatste versie. Klik hier om de pagina te verversen", - "privacy": "Privé" + "privacy": "Privé", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/pl/error.json b/public/language/pl/error.json index 67c72a79e2..1d7e0298a4 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Ocena postów jest wyłączona", "not-enough-reputation-to-downvote": "Masz za mało reputacji by ocenić ten post.", "not-enough-reputation-to-flag": "Nie masz dość reputacji, by flagować ten post", - "reload-failed": "NodeBB napotkał problem w czasie ładowania \"%1\". Forum będzie nadal dostarczać zasoby dostępne w kliencie, jednak powinieneś cofnąć ostatnią akcję." + "reload-failed": "NodeBB napotkał problem w czasie ładowania \"%1\". Forum będzie nadal dostarczać zasoby dostępne w kliencie, jednak powinieneś cofnąć ostatnią akcję.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/pl/global.json b/public/language/pl/global.json index c49793228a..38add8afba 100644 --- a/public/language/pl/global.json +++ b/public/language/pl/global.json @@ -72,5 +72,6 @@ "guests": "Goście", "updated.title": "Forum zaktualizowane", "updated.message": "To forum zostało zaktualizowane do najnowszej wersji. Kliknij tutaj by odświeżyć stronę", - "privacy": "Prywatność" + "privacy": "Prywatność", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json index 6b0fd1e967..f4c22e1fce 100644 --- a/public/language/pt_BR/error.json +++ b/public/language/pt_BR/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Negativação está desabilitada", "not-enough-reputation-to-downvote": "Você não possui reputação suficiente para negativar este post", "not-enough-reputation-to-flag": "Você não possui reputação suficiente para sinalizar este post", - "reload-failed": "O NodeBB encontrou um problema ao recarregar: \"%1\". O NodeBB continuará a servir os assets existentes no lado do cliente, apesar de que você deve desfazer o que você fez antes de recarregar." + "reload-failed": "O NodeBB encontrou um problema ao recarregar: \"%1\". O NodeBB continuará a servir os assets existentes no lado do cliente, apesar de que você deve desfazer o que você fez antes de recarregar.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/pt_BR/global.json b/public/language/pt_BR/global.json index 9ca7ab881a..cf09dd3d32 100644 --- a/public/language/pt_BR/global.json +++ b/public/language/pt_BR/global.json @@ -72,5 +72,6 @@ "guests": "Visitantes", "updated.title": "Fórum Atualizado", "updated.message": "Este fórum foi atualizado para sua última versão. Clique aqui para atualizar a página.", - "privacy": "Privacidade" + "privacy": "Privacidade", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ro/error.json b/public/language/ro/error.json index b21b9b3201..e99d5e5b68 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Votarea negativă este dezactivată", "not-enough-reputation-to-downvote": "Nu ai destulă reputație pentru a vota negativ acest post.", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB a întâmpinat o problemă la reîncarcare: \"%1\". NodeBB va continua să servească fișierele existente pentru partea-client, dar tu va trebuie să refaci modificările pe care le-ai facut înainte de reîncarcare." + "reload-failed": "NodeBB a întâmpinat o problemă la reîncarcare: \"%1\". NodeBB va continua să servească fișierele existente pentru partea-client, dar tu va trebuie să refaci modificările pe care le-ai facut înainte de reîncarcare.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/ro/global.json b/public/language/ro/global.json index c4c79bf03f..1a2b9382e7 100644 --- a/public/language/ro/global.json +++ b/public/language/ro/global.json @@ -72,5 +72,6 @@ "guests": "Vizitatori", "updated.title": "Forumul a fost actualizat", "updated.message": "Acest forum a fost actualizat la ultima version. Apasă aici pentru a reîmprospăta pagina.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ru/error.json b/public/language/ru/error.json index 01bc8a39d8..3360a74f4e 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Понижение оценки отключено", "not-enough-reputation-to-downvote": "У Вас недостаточно репутации для понижения оценки поста", "not-enough-reputation-to-flag": "У Вас недостаточно репутации, чтобы пометить этот пост.", - "reload-failed": "NodeBB обнаружил проблему при перезагрузке: \"%1\". NodeBB продолжит работать с существующими ресурсами клиента, но Вы должны отменить то, что сделали перед перезагрузкой." + "reload-failed": "NodeBB обнаружил проблему при перезагрузке: \"%1\". NodeBB продолжит работать с существующими ресурсами клиента, но Вы должны отменить то, что сделали перед перезагрузкой.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/ru/global.json b/public/language/ru/global.json index 7edf27f34f..f86e557bdd 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -72,5 +72,6 @@ "guests": "Гостей", "updated.title": "Форум обновлен", "updated.message": "Форум был обновлен до последней версии. Нажмите здесь, чтобы обновить страницу.", - "privacy": "Безопасность" + "privacy": "Безопасность", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/sc/error.json b/public/language/sc/error.json index 32a95edd7a..27de09631f 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/sc/global.json b/public/language/sc/global.json index 7146467e5c..784d271e34 100644 --- a/public/language/sc/global.json +++ b/public/language/sc/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/sk/error.json b/public/language/sk/error.json index ed237ecb0d..40c04517ed 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/sk/global.json b/public/language/sk/global.json index 63dfae888c..7f42bd6694 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -72,5 +72,6 @@ "guests": "Hostia", "updated.title": "fórum bolo aktualizované", "updated.message": "Toto fórum bolo práve aktualizované k najnovšej verzii. Tu kliknite na aktualizáciu tejto stránky.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/sv/error.json b/public/language/sv/error.json index 40b8cd1211..8fb6b54577 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Nedröstning är inaktiverat", "not-enough-reputation-to-downvote": "Du har inte tillräckligt förtroende för att rösta ner det här meddelandet", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB stötte på problem med att ladda om: \"%1\". NodeBB kommer fortsätta servera den befintliga resurser till klienten, men du borde återställa det du gjorde alldeles innan du försökte ladda om." + "reload-failed": "NodeBB stötte på problem med att ladda om: \"%1\". NodeBB kommer fortsätta servera den befintliga resurser till klienten, men du borde återställa det du gjorde alldeles innan du försökte ladda om.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/sv/global.json b/public/language/sv/global.json index 1ace845d21..408cbc0f0b 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -72,5 +72,6 @@ "guests": "Anonyma", "updated.title": "Forum uppdaterades", "updated.message": "Det här forumet har nu uppdaterats till senaste versionen. Klicka här för att åter hämta sidan.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/th/error.json b/public/language/th/error.json index 9409c1817c..f40e475c39 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/th/global.json b/public/language/th/global.json index d75d13e037..1700c170b7 100644 --- a/public/language/th/global.json +++ b/public/language/th/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/tr/error.json b/public/language/tr/error.json index a6af6a21c5..f93bdb6e67 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Aşagı oylama kapatılmış", "not-enough-reputation-to-downvote": "Bu iletiyi aşagı oylamak için yeterince saygınlığınız yok.", "not-enough-reputation-to-flag": "Bu iletiyi bayraklamak için yeterince saygınlığınız yok", - "reload-failed": "NodeBB tekrar yüklenirken bir sorunla karşılaştı: “%1“. NodeBB varolan dosyaları servis etmeye devam edecek." + "reload-failed": "NodeBB tekrar yüklenirken bir sorunla karşılaştı: “%1“. NodeBB varolan dosyaları servis etmeye devam edecek.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/tr/global.json b/public/language/tr/global.json index a2d373bb3f..48f279095e 100644 --- a/public/language/tr/global.json +++ b/public/language/tr/global.json @@ -72,5 +72,6 @@ "guests": "Ziyaretçiler", "updated.title": "Forum güncellendi", "updated.message": "Bu forum şu anda güncellendi. Sayfayı tekrar yüklemek için buraya tıklayın.", - "privacy": "Gizlilik" + "privacy": "Gizlilik", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/vi/error.json b/public/language/vi/error.json index 7d5a0849bf..23557a047a 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvote đã bị tắt", "not-enough-reputation-to-downvote": "Bạn không có đủ phiếu tín nhiệm để downvote bài này", "not-enough-reputation-to-flag": "Bạn không đủ tín nhiệm để đánh dấu bài viết này", - "reload-failed": "NodeBB gặp lỗi trong khi tải lại: \"%1\". NodeBB sẽ tiếp tục hoạt động với dữ liệu trước đó, tuy nhiên bạn nên tháo gỡ những gì bạn vừa thực hiện trước khi tải lại." + "reload-failed": "NodeBB gặp lỗi trong khi tải lại: \"%1\". NodeBB sẽ tiếp tục hoạt động với dữ liệu trước đó, tuy nhiên bạn nên tháo gỡ những gì bạn vừa thực hiện trước khi tải lại.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/vi/global.json b/public/language/vi/global.json index dec9bf19bd..cccb66344e 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -72,5 +72,6 @@ "guests": "Số khách", "updated.title": "Cập nhật diễn đàn", "updated.message": "Diễn đàn đã được cập nhật bản mới nhất. Click vào đây để tải lại trang.", - "privacy": "Quyền riêng tư" + "privacy": "Quyền riêng tư", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json index 31ca4274e1..9acf0b7f62 100644 --- a/public/language/zh_CN/error.json +++ b/public/language/zh_CN/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "反对功能已禁用", "not-enough-reputation-to-downvote": "您还没有足够的威望为此帖扣分", "not-enough-reputation-to-flag": "您没有足够的威望标记此帖", - "reload-failed": "NodeBB 重新加载时遇到问题: \"%1\"。NodeBB 会继续给已存在的客户端组件服务,虽然您应该撤销在重新加载前执行的操作。" + "reload-failed": "NodeBB 重新加载时遇到问题: \"%1\"。NodeBB 会继续给已存在的客户端组件服务,虽然您应该撤销在重新加载前执行的操作。", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json index 8a4e98efa6..da8ce2b646 100644 --- a/public/language/zh_CN/global.json +++ b/public/language/zh_CN/global.json @@ -72,5 +72,6 @@ "guests": "游客", "updated.title": "论坛已更新", "updated.message": "论坛已更新到最新版本。点这里刷新页面。", - "privacy": "隐私" + "privacy": "隐私", + "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json index b9943ea1df..67b29ba2ee 100644 --- a/public/language/zh_TW/error.json +++ b/public/language/zh_TW/error.json @@ -62,5 +62,6 @@ "downvoting-disabled": "Downvoting is disabled", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", - "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." + "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", + "registration-error": "Registration Error" } \ No newline at end of file diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json index ea73c11093..20adcb91c1 100644 --- a/public/language/zh_TW/global.json +++ b/public/language/zh_TW/global.json @@ -72,5 +72,6 @@ "guests": "Guests", "updated.title": "討論區更新完畢", "updated.message": "這個討論區最近被更新至最新的版本. 按此來重整這個頁面", - "privacy": "Privacy" + "privacy": "Privacy", + "delete_all": "Delete All" } \ No newline at end of file