diff --git a/public/language/ar/error.json b/public/language/ar/error.json index 73e9b24094..a7812cddb0 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "هذا المنتدى يستلزم تفعيل بريدك الإلكتروني، انقر هنا من فضلك لإدخاله.", "email-confirm-failed": "لم نستطع تفعيل بريدك الإلكتروني، المرجو المحاولة لاحقًا.", "confirm-email-already-sent": "لقد تم ارسال بريد التأكيد، الرجاء اﻹنتظار 1% دقائق لإعادة اﻹرسال", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "اسم المستخدم قصير.", "username-too-long": "اسم المستخدم طويل", "password-too-long": "Password too long", diff --git a/public/language/ar/login.json b/public/language/ar/login.json index 29d256203f..c6007a15ff 100644 --- a/public/language/ar/login.json +++ b/public/language/ar/login.json @@ -5,7 +5,7 @@ "remember_me": "تذكرني؟", "forgot_password": "نسيت كلمة المرور؟", "alternative_logins": "تسجيلات الدخول البديلة", - "failed_login_attempt": "فشلت محاولة تسجيل الدخول، يرجى المحاولة مرة أخرى.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "قمت بتسجيل الدخول بنجاح!", "dont_have_account": "لا تملك حساب؟" } \ No newline at end of file diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json index a92c2d6953..c753143075 100644 --- a/public/language/ar/modules.json +++ b/public/language/ar/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "إلغاء", "bootbox.confirm": "تأكيد", diff --git a/public/language/bg/error.json b/public/language/bg/error.json index 5a1e1a5e75..3086ffa309 100644 --- a/public/language/bg/error.json +++ b/public/language/bg/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Този форум изисква потвърдена е-поща. Моля, натиснете тук, за да въведете е-поща", "email-confirm-failed": "Не успяхме да потвърдим е-пощата Ви. Моля, опитайте отново по-късно.", "confirm-email-already-sent": "Е-писмото за потвърждение вече е изпратено. Моля, почакайте още %1 минута/и, преди да изпратите ново.", + "sendmail-not-found": "Изпълнимият файл на „sendmail“ не може да бъде намерен. Моля, уверете се, че е инсталиран и изпълним за потребителя, чрез който е пуснат NodeBB.", "username-too-short": "Потребителското име е твърде кратко", "username-too-long": "Потребителското име е твърде дълго", "password-too-long": "Паролата е твърде дълга", diff --git a/public/language/bg/login.json b/public/language/bg/login.json index f8340495af..4091422daa 100644 --- a/public/language/bg/login.json +++ b/public/language/bg/login.json @@ -5,7 +5,7 @@ "remember_me": "Запомнете ме?", "forgot_password": "Забравена парола?", "alternative_logins": "Други начини за влизане", - "failed_login_attempt": "Неуспешно влизане. Моля, опитайте отново.", + "failed_login_attempt": "Влизането беше неуспешно", "login_successful": "Вие влязохте успешно!", "dont_have_account": "Нямате акаунт?" } \ No newline at end of file diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json index f3afdaaa4a..441f89ea42 100644 --- a/public/language/bg/modules.json +++ b/public/language/bg/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Публикуване и заключване", "composer.toggle_dropdown": "Превключване на падащото меню", "composer.uploading": "Качване на %1", + "composer.formatting.bold": "Получер", + "composer.formatting.italic": "Курсив", + "composer.formatting.list": "Списък", + "composer.formatting.strikethrough": "Зачертан", + "composer.formatting.link": "Връзка", + "composer.formatting.picture": "Снимка", + "composer.upload-picture": "Качване на изображение", + "composer.upload-file": "Качване на файл", "bootbox.ok": "Добре", "bootbox.cancel": "Отказ", "bootbox.confirm": "Потвърждаване", diff --git a/public/language/bn/error.json b/public/language/bn/error.json index b95faf8f70..76929fd53b 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "খুব ছোট ইউজারনেম", "username-too-long": "ইউজারনেম বড় হয়ে গিয়েছে", "password-too-long": "Password too long", diff --git a/public/language/bn/login.json b/public/language/bn/login.json index 7ecec47587..0fea8218ba 100644 --- a/public/language/bn/login.json +++ b/public/language/bn/login.json @@ -5,7 +5,7 @@ "remember_me": "মনে রাখুন", "forgot_password": "পাসওয়ার্ড ভুলে গিয়েছেন?", "alternative_logins": "বিকল্প প্রবেশ", - "failed_login_attempt": "প্রবেশ সফল হয় নি, আবার চেষ্টা করুন।", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "আপনি সফলভাবে প্রবেশ করেছেন!", "dont_have_account": "কোন একাউন্ট নেই?" } \ No newline at end of file diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json index 51c65a2a6a..567a648df0 100644 --- a/public/language/bn/modules.json +++ b/public/language/bn/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 7dae341dc3..2eee12d6a7 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Uživatelské jméno je příliš krátké", "username-too-long": "Uživatelské jméno je příliš dlouhé", "password-too-long": "Password too long", diff --git a/public/language/cs/login.json b/public/language/cs/login.json index 3308fbdde6..2b1dfba6a2 100644 --- a/public/language/cs/login.json +++ b/public/language/cs/login.json @@ -5,7 +5,7 @@ "remember_me": "Zapamatovat si mě?", "forgot_password": "Zapomněli jste heslo?", "alternative_logins": "Další způsoby přihlášení", - "failed_login_attempt": "Přihlášení se nezdařilo, zkuste to prosím znovu.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Přihlášení proběhlo úspěšně!", "dont_have_account": "Nemáte účet?" } \ No newline at end of file diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json index cb37aa7539..f353581a1d 100644 --- a/public/language/cs/modules.json +++ b/public/language/cs/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/da/error.json b/public/language/da/error.json index 70ac398753..6f59d6352c 100644 --- a/public/language/da/error.json +++ b/public/language/da/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Dette forum kræver bekræftelse af din email, klik her for at indtaste en email", "email-confirm-failed": "Vi kunne ikke bekræfte din email, prøv igen senere.", "confirm-email-already-sent": "Bekræftelses email er allerede afsendt, vent venligt %1 minut(ter) for at sende endnu en.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Brugernavn er for kort", "username-too-long": "Brugernavn er for langt", "password-too-long": "Kodeord er for langt", diff --git a/public/language/da/login.json b/public/language/da/login.json index 1aabf6ec75..2196a937ee 100644 --- a/public/language/da/login.json +++ b/public/language/da/login.json @@ -5,7 +5,7 @@ "remember_me": "Husk mig?", "forgot_password": "Glemt kodeord?", "alternative_logins": "alternative logins", - "failed_login_attempt": "Login mislykkedes, venligt prøv igen.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Du har successfuldt logged in!", "dont_have_account": "Har du ikke en konto?" } \ No newline at end of file diff --git a/public/language/da/modules.json b/public/language/da/modules.json index 31ea913abe..d54ad1ec52 100644 --- a/public/language/da/modules.json +++ b/public/language/da/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Send og lås", "composer.toggle_dropdown": "Skift mellem dropdown", "composer.uploading": "Uploader %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Annuller", "bootbox.confirm": "Bekræft", diff --git a/public/language/de/error.json b/public/language/de/error.json index 52009800ba..9e8b5f46e1 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Dieses Forum setzt eine E-Mail-Bestätigung voraus, bitte klicke hier um eine E-Mail-Adresse einzugeben.", "email-confirm-failed": "Wir konnten deine E-Mail-Adresse nicht bestätigen, bitte versuch es später noch einmal", "confirm-email-already-sent": "Die Bestätigungsmail wurde verschickt, bitte warte %1 Minute(n) um eine Weitere zu verschicken.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Benutzername ist zu kurz", "username-too-long": "Benutzername ist zu lang", "password-too-long": "Passwort ist zu lang", diff --git a/public/language/de/login.json b/public/language/de/login.json index 8551266044..2c2d8267c1 100644 --- a/public/language/de/login.json +++ b/public/language/de/login.json @@ -5,7 +5,7 @@ "remember_me": "Eingeloggt bleiben?", "forgot_password": "Passwort vergessen?", "alternative_logins": "Alternative Logins", - "failed_login_attempt": " Anmeldeversuch fehlgeschlagen, versuche es erneut.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Du hast dich erfolgreich eingeloggt!", "dont_have_account": "Du hast noch kein Konto?" } \ No newline at end of file diff --git a/public/language/de/modules.json b/public/language/de/modules.json index 2210c035fd..d4d5d5f6f4 100644 --- a/public/language/de/modules.json +++ b/public/language/de/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Einreichen und Sperren", "composer.toggle_dropdown": "Menu aus-/einblenden", "composer.uploading": "Lade %1 hoch", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Abbrechen", "bootbox.confirm": "Bestätigen", diff --git a/public/language/el/error.json b/public/language/el/error.json index 030e5497f1..a6ae7a4c8d 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Το όνομα χρήστη είναι πολύ μικρό", "username-too-long": "Το όνομα χρήστη είναι πολύ μεγάλο", "password-too-long": "Password too long", diff --git a/public/language/el/login.json b/public/language/el/login.json index 6c10fb3de8..c46d2220f5 100644 --- a/public/language/el/login.json +++ b/public/language/el/login.json @@ -5,7 +5,7 @@ "remember_me": "Απομνημόνευση;", "forgot_password": "Ξέχασες τον κωδικό σου;", "alternative_logins": "Εναλλακτικά Login", - "failed_login_attempt": "Η προσπάθεια σύνδεσης απέτυχε, παρακαλώ προσπάθησε ξανά.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Συνδέθηκες επιτυχώς!", "dont_have_account": "Δεν έχεις λογαριασμό;" } \ No newline at end of file diff --git a/public/language/el/modules.json b/public/language/el/modules.json index 4b1dc9e48a..af0d74e3cd 100644 --- a/public/language/el/modules.json +++ b/public/language/el/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/en@pirate/category.json b/public/language/en@pirate/category.json index 631d322e1a..77f9fdcb92 100644 --- a/public/language/en@pirate/category.json +++ b/public/language/en@pirate/category.json @@ -7,10 +7,10 @@ "browsing": "browsin'", "no_replies": "No one has replied to ye message", "no_new_posts": "Thar be no new posts.", - "share_this_category": "Share this category", - "watch": "Watch", - "ignore": "Ignore", + "share_this_category": "Share 'tis category", + "watch": "Be watchin'", + "ignore": "Be ignorin'", "watch.message": "Ye now be watchin' updates from 'tis category", "ignore.message": "Ye now be ignorin' updates from 'tis category", - "watched-categories": "Watched categories" + "watched-categories": "Categories ye be watchin'" } \ No newline at end of file diff --git a/public/language/en@pirate/email.json b/public/language/en@pirate/email.json index 691e6309a2..1ffc2ef7a7 100644 --- a/public/language/en@pirate/email.json +++ b/public/language/en@pirate/email.json @@ -1,14 +1,14 @@ { "password-reset-requested": "Password Reset Requested - %1!", - "welcome-to": "Welcome to %1", - "invite": "Invitation from %1", + "welcome-to": "Ahoy thar %1!", + "invite": "Ye be invited by %1", "greeting_no_name": "Hello", "greeting_with_name": "Hello %1", "welcome.text1": "Thank you for registering with %1!", "welcome.text2": "To fully activate your account, we need to verify that you own the email address you registered with.", "welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.", "welcome.cta": "Click here to confirm your email address", - "invitation.text1": "%1 has invited you to join %2", + "invitation.text1": "%1 be invitin' ye to join %2", "invitation.ctr": "Click here to create your account.", "reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.", "reset.text2": "To continue with the password reset, please click on the following link:", diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json index 56a5530e02..08c7c49be2 100644 --- a/public/language/en@pirate/error.json +++ b/public/language/en@pirate/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Username too short", "username-too-long": "Username too long", "password-too-long": "Password too long", diff --git a/public/language/en@pirate/login.json b/public/language/en@pirate/login.json index 6e7b7a36c0..a27ed4d761 100644 --- a/public/language/en@pirate/login.json +++ b/public/language/en@pirate/login.json @@ -5,7 +5,7 @@ "remember_me": "Remember Me?", "forgot_password": "My mind be a scatt'rbrain, help a matey out!", "alternative_logins": "Oth'r gangplanks", - "failed_login_attempt": "Failed login attempt, please give it a go' again.", + "failed_login_attempt": "Ye be refused boardin'", "login_successful": "Welcome on board, matey!", "dont_have_account": "Don't have an account?" } \ No newline at end of file diff --git a/public/language/en@pirate/modules.json b/public/language/en@pirate/modules.json index 0ae551df59..974cdf1b43 100644 --- a/public/language/en@pirate/modules.json +++ b/public/language/en@pirate/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/en@pirate/uploads.json b/public/language/en@pirate/uploads.json index 1622cb5693..f124670d4e 100644 --- a/public/language/en@pirate/uploads.json +++ b/public/language/en@pirate/uploads.json @@ -1,6 +1,6 @@ { "uploading-file": "Uploading the file...", "select-file-to-upload": "Select a file to upload!", - "upload-success": "File uploaded successfully!", + "upload-success": "Ye file be uploaded!", "maximum-file-size": "Maximum %1 kb" } \ No newline at end of file diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json index 56a5530e02..08c7c49be2 100644 --- a/public/language/en_US/error.json +++ b/public/language/en_US/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Username too short", "username-too-long": "Username too long", "password-too-long": "Password too long", diff --git a/public/language/en_US/login.json b/public/language/en_US/login.json index 70b7b98dd5..17c53b6628 100644 --- a/public/language/en_US/login.json +++ b/public/language/en_US/login.json @@ -5,7 +5,7 @@ "remember_me": "Remember Me?", "forgot_password": "Forgot Password?", "alternative_logins": "Alternative Logins", - "failed_login_attempt": "Failed login attempt, please try again.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "You have successfully logged in!", "dont_have_account": "Don't have an account?" } \ No newline at end of file diff --git a/public/language/en_US/modules.json b/public/language/en_US/modules.json index eb5e513640..b3775ab68f 100644 --- a/public/language/en_US/modules.json +++ b/public/language/en_US/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/es/error.json b/public/language/es/error.json index 527c0cbfd2..5f1db4a740 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Este foro requiere confirmación de su email, por favor pulse aquí para introducir un email", "email-confirm-failed": "No se ha podido confirmar su email, por favor inténtelo de nuevo más tarde.", "confirm-email-already-sent": "El email de confirmación ya ha sido enviado, por favor espera %1 minuto(s) para enviar otro.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Nombre de usuario es demasiado corto", "username-too-long": "Nombre de usuario demasiado largo", "password-too-long": "Contraseña muy corta", diff --git a/public/language/es/login.json b/public/language/es/login.json index 448ce31f43..b3c5427cf2 100644 --- a/public/language/es/login.json +++ b/public/language/es/login.json @@ -5,7 +5,7 @@ "remember_me": "¿Recordarme?", "forgot_password": "¿Olvidaste tu contraseña?", "alternative_logins": "Métodos alternativos", - "failed_login_attempt": "Error al iniciar sesión, inténtalo otra vez.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "¡Identificado satisfactoriamente!", "dont_have_account": "¿Aún no tienes cuenta?" } \ No newline at end of file diff --git a/public/language/es/modules.json b/public/language/es/modules.json index f0e34b04a1..5313f0735a 100644 --- a/public/language/es/modules.json +++ b/public/language/es/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Enviar y Bloquear", "composer.toggle_dropdown": "Alternar desplegable", "composer.uploading": "Subiendo %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancelar", "bootbox.confirm": "Confirmar", diff --git a/public/language/et/error.json b/public/language/et/error.json index 05682e9068..334979ae0d 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "See foorum nõuab emaili kinnitust, palun vajuta siia, et sisestada email", "email-confirm-failed": "Meil ei õnnestunud sinu emaili kinnitada, proovi hiljem uuesti.", "confirm-email-already-sent": "Kinnituskiri on juba saadetud, palun oota %1 minut(it) uue kirja saatmiseks.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Kasutajanimi on liiga lühike", "username-too-long": "Kasutajanimi on liiga pikk", "password-too-long": "Parool liiga pikk", diff --git a/public/language/et/login.json b/public/language/et/login.json index 6c283a8b83..09a875ef4a 100644 --- a/public/language/et/login.json +++ b/public/language/et/login.json @@ -5,7 +5,7 @@ "remember_me": "Mäleta mind?", "forgot_password": "Unustasid parooli?", "alternative_logins": "Alternatiivsed sisse logimise võimalused", - "failed_login_attempt": "Sisse logimine ebaõnnestus, palun proovi uuesti.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Edukalt sisse logitud!", "dont_have_account": "Pole veel kasutajat?" } \ No newline at end of file diff --git a/public/language/et/modules.json b/public/language/et/modules.json index ec23804489..0df09f3b63 100644 --- a/public/language/et/modules.json +++ b/public/language/et/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Kinnita ja Lukusta", "composer.toggle_dropdown": "Aktiveeri rippmenüü", "composer.uploading": "%1 Üleslaadimine", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "Olgu", "bootbox.cancel": "Katkesta", "bootbox.confirm": "Kinnita", diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json index 44dc7935e0..4b4a8095e9 100644 --- a/public/language/fa_IR/error.json +++ b/public/language/fa_IR/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "ایمیل شما تایید نشده است ، لطفا برای وارد کردن ایمیل اینجا کلیک کنید", "email-confirm-failed": "سیستم موفق به تایید ایمیل شما نشد، لطفا بعدا دوباره سعی کنید", "confirm-email-already-sent": "ایمیل فعال‌سازی قبلا فرستاده شده، لطفا %1 دقیقه صبر کنید تا ایمیل دیگری بفرستید.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "نام کاربری خیلی کوتاه است.", "username-too-long": "نام کاربری بسیار طولانیست", "password-too-long": "کلمه عبور بسیار طولانیست", diff --git a/public/language/fa_IR/login.json b/public/language/fa_IR/login.json index 578071109d..ea5e13bce4 100644 --- a/public/language/fa_IR/login.json +++ b/public/language/fa_IR/login.json @@ -5,7 +5,7 @@ "remember_me": "مرا به یاد بسپار؟", "forgot_password": "گذرواژه را فراموش کرده‌اید؟", "alternative_logins": "روش‌های درون آمدن جایگزین", - "failed_login_attempt": "شکست در درون آمدن، لطفا دوباره تلاش کنید.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "شما با موفقیت به درون آمده‌اید!", "dont_have_account": "حساب کاربری ندارید؟" } \ No newline at end of file diff --git a/public/language/fa_IR/modules.json b/public/language/fa_IR/modules.json index cae06f83b0..c60817f334 100644 --- a/public/language/fa_IR/modules.json +++ b/public/language/fa_IR/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "ارسال و قفل", "composer.toggle_dropdown": "باز و بسته کردن کرکره", "composer.uploading": "در حال بارگذاری %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "باشه", "bootbox.cancel": "لغو", "bootbox.confirm": "تایید", diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 701277e694..35296e7776 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Käyttäjänimi on liian lyhyt", "username-too-long": "Käyttäjänimi on liian pitkä", "password-too-long": "Password too long", diff --git a/public/language/fi/login.json b/public/language/fi/login.json index 3dc14792ee..a9c69851b2 100644 --- a/public/language/fi/login.json +++ b/public/language/fi/login.json @@ -5,7 +5,7 @@ "remember_me": "Muista minut?", "forgot_password": "Unohditko salasanasi?", "alternative_logins": "Vaihtoehtoiset kirjautumistavat", - "failed_login_attempt": "Kirjautumisyritys epäonnistui, ole hyvä ja yritä uudestaan.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Olet onnistuneesti kirjautunut sisään!", "dont_have_account": "Ei käyttäjätunnusta?" } \ No newline at end of file diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json index 978d306170..77fff03fd5 100644 --- a/public/language/fi/modules.json +++ b/public/language/fi/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/fr/error.json b/public/language/fr/error.json index 6dddeafd53..5588e0a2f0 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Ce forum requiert une vérification de votre adresse email. Veuillez cliquer ici pour entrer une adresse.", "email-confirm-failed": "Votre adresse email n'a pas pu être vérifiée. Veuillez ré-essayer plus tard.", "confirm-email-already-sent": "L'email de confirmation a déjà été envoyé. Veuillez attendre %1 minute(s) avant de redemander un nouvel envoi.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Nom d'utilisateur trop court", "username-too-long": "Nom d'utilisateur trop long", "password-too-long": "Mot de passe trop long", diff --git a/public/language/fr/login.json b/public/language/fr/login.json index 6470717691..f48fe914c8 100644 --- a/public/language/fr/login.json +++ b/public/language/fr/login.json @@ -5,7 +5,7 @@ "remember_me": "Se souvenir de moi ?", "forgot_password": "Mot de passe oublié ?", "alternative_logins": "Autres méthodes de connexion", - "failed_login_attempt": "Echèc d'authentification, veuillez réessayer.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Vous êtes maintenant connecté !", "dont_have_account": "Vous n'avez pas de compte ?" } \ No newline at end of file diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json index 33fd5fe494..4cba60a328 100644 --- a/public/language/fr/modules.json +++ b/public/language/fr/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Envoyer et verrouiller", "composer.toggle_dropdown": "Afficher/masquer le menu", "composer.uploading": "Envoi en cours %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Annuler", "bootbox.confirm": "Confirmer", diff --git a/public/language/gl/error.json b/public/language/gl/error.json index 862bdbcda3..f5b4235c3d 100644 --- a/public/language/gl/error.json +++ b/public/language/gl/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Este foro require confirmación de correo, por favor pica aquí para introducir un correo.", "email-confirm-failed": "Non podemos confirmar o teu correo, por favor téntao de novo máis tarde.", "confirm-email-already-sent": "O correo de confirmación foi enviado, agarda %1 minute(s) para enviar outro.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Nome de usuario demasiado curto", "username-too-long": "Nome de usuario demasiado longo.", "password-too-long": "Contrasinal moi longa", diff --git a/public/language/gl/login.json b/public/language/gl/login.json index 34e3a89ecb..04e5fc39ed 100644 --- a/public/language/gl/login.json +++ b/public/language/gl/login.json @@ -5,7 +5,7 @@ "remember_me": "Lembrarme?", "forgot_password": "Esqueciches o teu contrasinal?", "alternative_logins": "Métodos alternativos", - "failed_login_attempt": "Erro ao iniciar sesión, téntao de novo.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Sesión iniciada con éxito!", "dont_have_account": "Aínda non tes conta?" } \ No newline at end of file diff --git a/public/language/gl/modules.json b/public/language/gl/modules.json index a50f0a5a03..762fad15a2 100644 --- a/public/language/gl/modules.json +++ b/public/language/gl/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Enviar e bloquear", "composer.toggle_dropdown": "Alternar despregable", "composer.uploading": "Subindo %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "De acordo", "bootbox.cancel": "Cancelar", "bootbox.confirm": "Confirmar", diff --git a/public/language/he/error.json b/public/language/he/error.json index 3386b8a054..5592b1d9cb 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "פורום זה דורש אישור בדוא\"ל, אנא לחץ כאן כדי להכניס לדואר אלקטרוני", "email-confirm-failed": "לא הצלחנו לאשר את הדוא\"ל שלך, תנסה שוב אחר כך", "confirm-email-already-sent": "מייל האישור כבר נשלח, אנא המתן %1 דקות כדי לשלוח מייל נוסף.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "שם משתמש קצר מדי", "username-too-long": "שם משתמש ארוך מדי", "password-too-long": "הסיסמה ארוכה מדי", diff --git a/public/language/he/login.json b/public/language/he/login.json index 6142a8a045..c0c679e0cd 100644 --- a/public/language/he/login.json +++ b/public/language/he/login.json @@ -5,7 +5,7 @@ "remember_me": "זכור אותי?", "forgot_password": "שכחת סיסמתך?", "alternative_logins": "התחבר באמצעות...", - "failed_login_attempt": "נסיון התחברות נכשל, נסה שוב.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "התחברת בהצלחה!", "dont_have_account": "אין לך חשבון עדיין?" } \ No newline at end of file diff --git a/public/language/he/modules.json b/public/language/he/modules.json index 6b6f8c40f3..3664bac5b3 100644 --- a/public/language/he/modules.json +++ b/public/language/he/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "אשר ונעל", "composer.toggle_dropdown": "הדלק/כבה את התפריט הנפתח", "composer.uploading": "העלאה %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "בסדר", "bootbox.cancel": "בטל", "bootbox.confirm": "אשר", diff --git a/public/language/hu/error.json b/public/language/hu/error.json index db1c8cd322..fc1fbd3fed 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Ez a fórum e-mail megerősítést kíván, kérlek kattints ide egy cím beírásához", "email-confirm-failed": "Nem tudtuk ellenőrizni az e-mail címedet, kérlek próbálkozz később.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Túl rövid felhasználónév", "username-too-long": "Túl hosszú felhasználónév", "password-too-long": "Password too long", diff --git a/public/language/hu/login.json b/public/language/hu/login.json index 14be774171..4323321c44 100644 --- a/public/language/hu/login.json +++ b/public/language/hu/login.json @@ -5,7 +5,7 @@ "remember_me": "Megjegyzés", "forgot_password": "Elfelejtett Jelszó?", "alternative_logins": "Alternatív belépés", - "failed_login_attempt": "Sikertelen belépési kísérlet, kérlek próbálkozzunk újra.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Sikeres belépés", "dont_have_account": "Nincs még fiók?" } \ No newline at end of file diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index 65142c04d3..e7262c7dff 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/id/error.json b/public/language/id/error.json index d3cc609cfe..d308c417b5 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Username terlalu pendek", "username-too-long": "Username terlalu panjang", "password-too-long": "Password too long", diff --git a/public/language/id/login.json b/public/language/id/login.json index 7a1c52fe71..48aa87589d 100644 --- a/public/language/id/login.json +++ b/public/language/id/login.json @@ -5,7 +5,7 @@ "remember_me": "Ingin Diingat?", "forgot_password": "Lupa Password?", "alternative_logins": "Login Alternatif", - "failed_login_attempt": "Percobaan login gagal, cobalah kembali.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Kamu telah berhasil login!", "dont_have_account": "Belum memiliki akun?" } \ No newline at end of file diff --git a/public/language/id/modules.json b/public/language/id/modules.json index 7ddec19b96..bd2946c9d7 100644 --- a/public/language/id/modules.json +++ b/public/language/id/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/it/error.json b/public/language/it/error.json index ec1f8d0e9b..d0ddddf45a 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Questo forum richiede la conferma dell'indirizzo email, per favore clicca qui per inserirne uno", "email-confirm-failed": "Non possiamo confermare la tua email, per favore prova ancora più tardi.", "confirm-email-already-sent": "Email di conferma già inviata, per favore attendere %1 minuti per richiederne un'altra.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Nome utente troppo corto", "username-too-long": "Nome utente troppo lungo", "password-too-long": "Password troppo lunga", diff --git a/public/language/it/login.json b/public/language/it/login.json index f04d6cdfb4..cdfa00c223 100644 --- a/public/language/it/login.json +++ b/public/language/it/login.json @@ -5,7 +5,7 @@ "remember_me": "Ricordami?", "forgot_password": "Password dimenticata?", "alternative_logins": "Accessi Alternativi", - "failed_login_attempt": "Tentativo di accesso fallito, prova ancora.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Sei entrato con successo!", "dont_have_account": "Non hai un account?" } \ No newline at end of file diff --git a/public/language/it/modules.json b/public/language/it/modules.json index fd58d80dd1..1d39879d23 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Invia e Blocca", "composer.toggle_dropdown": "Mostra/Nascondi menu a discesa", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Annulla", "bootbox.confirm": "Conferma", diff --git a/public/language/ja/error.json b/public/language/ja/error.json index a6147ee989..c84f8c161e 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "このフォーラムを利用するにはメールアドレスの確認を行う必要があります。メールアドレスを確認するためにはここをクリックしてください。", "email-confirm-failed": "メールアドレスの確認が出来ませんでした。再度お試しください。", "confirm-email-already-sent": "確認のメールは既に送信されています。再度送信するには、%1分後に再度お試しください。", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "ユーザー名が短すぎます", "username-too-long": "ユーザー名が長すぎます", "password-too-long": "パスワードが長すぎます", diff --git a/public/language/ja/login.json b/public/language/ja/login.json index 916593a30d..59c72797e6 100644 --- a/public/language/ja/login.json +++ b/public/language/ja/login.json @@ -5,7 +5,7 @@ "remember_me": "ログイン情報を記憶", "forgot_password": "パスワードを忘れましたか?", "alternative_logins": "ほかのログイン方法", - "failed_login_attempt": "ログインに失敗しました.ユーザー名やパスワードをご確認ください。", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "ログインしました!", "dont_have_account": "アカウントをもっていませんか?" } \ No newline at end of file diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index 204c392bbb..bc661721f9 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/ko/error.json b/public/language/ko/error.json index 01e81ea804..fb0eedc042 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "이메일 인증이 필요합니다. 이곳을 클릭하여 이메일 입력하세요.", "email-confirm-failed": "이메일 인증이 실패하였습니다. 잠시 후에 다시 시도하세요.", "confirm-email-already-sent": "인증 메일이 이미 발송되었습니다. %1 분 이후에 재 발송이 가능합니다.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "사용자 이름이 너무 짧습니다.", "username-too-long": "사용자 이름이 너무 깁니다.", "password-too-long": "패스워드가 너무 깁니다.", diff --git a/public/language/ko/login.json b/public/language/ko/login.json index 61413fcb8a..d71e824596 100644 --- a/public/language/ko/login.json +++ b/public/language/ko/login.json @@ -5,7 +5,7 @@ "remember_me": "로그인 유지", "forgot_password": "비밀번호 초기화", "alternative_logins": "다른 방법으로 로그인", - "failed_login_attempt": "로그인에 실패했습니다.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "성공적으로 로그인했습니다.", "dont_have_account": "계정이 없으신가요?" } \ No newline at end of file diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json index 99aea82699..3d7b19c6a1 100644 --- a/public/language/ko/modules.json +++ b/public/language/ko/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "잠금 상태로 작성 완료", "composer.toggle_dropdown": "내려서 확인하기", "composer.uploading": "%1 업로드 중", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "확인", "bootbox.cancel": "취소", "bootbox.confirm": "확인", diff --git a/public/language/lt/error.json b/public/language/lt/error.json index fa04fa5803..7e087906d9 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Šis forumas reikalauja patvirtinimo el. paštu prašome spausti čia el. adreso įrašymui", "email-confirm-failed": "Negalime patvirtinti jūsų el. adreso, prašom bandyti vėliau.", "confirm-email-already-sent": "Patvirtinimo laiškas išsiųstas, prašome palaukti %1 minute(s) kad išsiųstume kita", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Slapyvardis per trumpas", "username-too-long": "Vartotojo vardas per ilgas", "password-too-long": "Password too long", diff --git a/public/language/lt/login.json b/public/language/lt/login.json index dd18d2949c..09d9b42d62 100644 --- a/public/language/lt/login.json +++ b/public/language/lt/login.json @@ -5,7 +5,7 @@ "remember_me": "Prisiminti?", "forgot_password": "Užmiršote slaptažodį?", "alternative_logins": "Alternatyvūs prisijungimo būdai", - "failed_login_attempt": "Prisijungti nepavyko, bandykite dar kartą.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Jūs sėkmingai prisijungėte!", "dont_have_account": "Neturite paskyros?" } \ No newline at end of file diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json index 252dd3bfa3..a490086245 100644 --- a/public/language/lt/modules.json +++ b/public/language/lt/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Pateikti ir užrakinti", "composer.toggle_dropdown": "Perjungti Nukritimą", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/ms/error.json b/public/language/ms/error.json index 8466ee6bbe..3930f53059 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Forum ini memerlukan pengesahan emel, sila klik sini untuk memasukkan emel", "email-confirm-failed": "Kami tidak dapat memastikan emel anda, sila cuba lagi nanti", "confirm-email-already-sent": "Pengesahan emel telah dihantar, sila tunggu %1 minit() untuk menghantar yang baru.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Nama pengunna terlalu pendek", "username-too-long": "Nama pengunna terlalu panjang", "password-too-long": "Kata laluan terlalu panjang", diff --git a/public/language/ms/login.json b/public/language/ms/login.json index 7536a7c973..3c3a1fd1d1 100644 --- a/public/language/ms/login.json +++ b/public/language/ms/login.json @@ -5,7 +5,7 @@ "remember_me": "Ingatkan Saya", "forgot_password": "Lupa Kata Laluan?", "alternative_logins": "Log Masuk Alternatif", - "failed_login_attempt": "Log masuk gagal, sila cuba lagi.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Anda berjaya log masuk!", "dont_have_account": "Tiada akaun?" } \ No newline at end of file diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json index 996443d174..774d674123 100644 --- a/public/language/ms/modules.json +++ b/public/language/ms/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Hantar dan Kunci", "composer.toggle_dropdown": "Togol Kebawah", "composer.uploading": "Memuat naik %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "Ok", "bootbox.cancel": "Batal", "bootbox.confirm": "Pasti", diff --git a/public/language/nb/error.json b/public/language/nb/error.json index ab24f7cf2b..ff6dbda377 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Dette forumet krever e-postbekreftelse, vennligst klikk her for å skrive inn en e-post", "email-confirm-failed": "Vi kunne ikke bekrefte e-posten din, vennligst prøv igjen senere.", "confirm-email-already-sent": "E-post for bekreftelse er allerede sendt, vennligst vent %1 minutt(er) for å sende en til.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Brukernavnet er for kort", "username-too-long": "Brukernavnet er for langt", "password-too-long": "Password too long", diff --git a/public/language/nb/login.json b/public/language/nb/login.json index 785a7defc4..cdf5766265 100644 --- a/public/language/nb/login.json +++ b/public/language/nb/login.json @@ -5,7 +5,7 @@ "remember_me": "Husk meg?", "forgot_password": "Glemt passord?", "alternative_logins": "Alternativ innlogging", - "failed_login_attempt": "Mislykket innloggingsforsøk, vennligst prøv igjen.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Du har blitt logget inn!", "dont_have_account": "Har du ikke en konto?" } \ No newline at end of file diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json index a25a971028..6b3309287d 100644 --- a/public/language/nb/modules.json +++ b/public/language/nb/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Send og lås", "composer.toggle_dropdown": "Veksle nedtrekksfelt", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Avbryt", "bootbox.confirm": "Bekreft", diff --git a/public/language/nl/error.json b/public/language/nl/error.json index 6b042d72e0..02030890f9 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Dit berichtenforum vereist bevestiging per e-mail, klik hier om een e-mailadres te registreren", "email-confirm-failed": "Helaas kon het e-mailadres niet bevestigd worden, probeer het later nog eens.", "confirm-email-already-sent": "Bevestigingsmail is zojuist al verzonden, wacht alsjeblieft %1 minuut (minuten) voordat je opnieuw een bevestigingsmail aanvraagt.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Gebruikersnaam is te kort", "username-too-long": "Gebruikersnaam is te lang", "password-too-long": "Wachtwoord is te lang", diff --git a/public/language/nl/login.json b/public/language/nl/login.json index 9b84acdc8a..d03d51ffde 100644 --- a/public/language/nl/login.json +++ b/public/language/nl/login.json @@ -5,7 +5,7 @@ "remember_me": "Aangemeld blijven?", "forgot_password": "Wachtwoord vergeten?", "alternative_logins": "Andere manieren van aanmelden", - "failed_login_attempt": "Aanmelden niet geslaagd. Probeer het nog eens.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Je bent succesvol ingelogd!", "dont_have_account": "Geen gebruikersaccount?" } \ No newline at end of file diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json index dd7de3cc62..dcb755bc64 100644 --- a/public/language/nl/modules.json +++ b/public/language/nl/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Bericht plaatsen en sluiten", "composer.toggle_dropdown": "Keuzelijst schakelen", "composer.uploading": "Uploaden van %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Annuleren", "bootbox.confirm": "Bevestig", diff --git a/public/language/pl/error.json b/public/language/pl/error.json index f36ce1a124..24516197a6 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "To forum wymaga weryfikacji przez email. Proszę kliknąć tutaj, aby wprowadzić adres.", "email-confirm-failed": "Nie byliśmy w stanie potwierdzić twojego email-a. Proszę spróbować później.", "confirm-email-already-sent": "Email potwierdzający został już wysłany, proszę odczekaj jeszcze %1 minut(y), aby wysłać kolejny.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Nazwa użytkownika za krótka", "username-too-long": "Zbyt długa nazwa użytkownika", "password-too-long": "Hasło jest za długie", diff --git a/public/language/pl/login.json b/public/language/pl/login.json index 1133f6afba..4c02c73c6d 100644 --- a/public/language/pl/login.json +++ b/public/language/pl/login.json @@ -5,7 +5,7 @@ "remember_me": "Zapamiętaj mnie", "forgot_password": "Zapomniałeś hasło?", "alternative_logins": "Alternatywne logowanie", - "failed_login_attempt": "Nie udało się zalogować. Spróbuj ponownie.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Zostałeś pomyślnie zalogowany.", "dont_have_account": "Nie masz konta?" } \ No newline at end of file diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index 4ae07a0b74..2fa29ed5ae 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Prześlij i Zablokuj", "composer.toggle_dropdown": "Przełącz Listę Rozwijaną", "composer.uploading": "Wysyłanie %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Anuluj", "bootbox.confirm": "Potwierdź", diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json index 8e91a585e8..d7e9f197c5 100644 --- a/public/language/pt_BR/error.json +++ b/public/language/pt_BR/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Este fórum exige confirmação de email, por gentileza clique aqui para digitar um email", "email-confirm-failed": "Nós não pudemos confirmar seu email, por gentileza tente novamente mais tarde.", "confirm-email-already-sent": "O email de confirmação já foi enviado, por favor aguarde %1 minuto(s) para enviar outro.", + "sendmail-not-found": "O executável do sendmail não pôde ser encontrado, por favor se certifique de que ele está instalado e é executável pelo usuário que roda o NodeBB.", "username-too-short": "Nome de usuário muito curto", "username-too-long": "Nome de usuário muito longo", "password-too-long": "A senha é muito grande", diff --git a/public/language/pt_BR/login.json b/public/language/pt_BR/login.json index 7b8299af75..eaccc74fac 100644 --- a/public/language/pt_BR/login.json +++ b/public/language/pt_BR/login.json @@ -5,7 +5,7 @@ "remember_me": "Lembrar de Mim?", "forgot_password": "Esqueceu a Senha?", "alternative_logins": "Logins Alternativos", - "failed_login_attempt": "Falha no login, por favor tente novamente.", + "failed_login_attempt": "Falha no Login", "login_successful": "Você logou com sucesso!", "dont_have_account": "Não tem uma conta?" } \ No newline at end of file diff --git a/public/language/pt_BR/modules.json b/public/language/pt_BR/modules.json index 597e750246..20d1fe1805 100644 --- a/public/language/pt_BR/modules.json +++ b/public/language/pt_BR/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Enviar e Trancar", "composer.toggle_dropdown": "Alternar Dropdown", "composer.uploading": "Enviando %1", + "composer.formatting.bold": "Negrito", + "composer.formatting.italic": "Itálico", + "composer.formatting.list": "Lista", + "composer.formatting.strikethrough": "Riscado", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Imagem", + "composer.upload-picture": "Fazer upload de Imagem", + "composer.upload-file": "Fazer upload de Arquivo", "bootbox.ok": "OK", "bootbox.cancel": "Cancelar", "bootbox.confirm": "Confirmar", diff --git a/public/language/ro/error.json b/public/language/ro/error.json index ba8d12b53d..d185a27d6f 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Ca sa accesezi forumul trebuie sa iti confirmi email-ul, click aici ca sa intri in mail.", "email-confirm-failed": "Mail-ul tau nu a putut fi confirmat, te rog incearca mai tarziu.", "confirm-email-already-sent": "Email-ul de confirmare ti-a fost trimis, asteapta te rog %1 minut(e) ca sa trimiti inca unul.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Numele de utilizator este prea scurt", "username-too-long": "Numele de utilizator este prea lung", "password-too-long": "Parola prea lunga.", diff --git a/public/language/ro/login.json b/public/language/ro/login.json index 479e3a83be..56396705d2 100644 --- a/public/language/ro/login.json +++ b/public/language/ro/login.json @@ -5,7 +5,7 @@ "remember_me": "Autentifică-mă automat la fiecare vizită", "forgot_password": "Ai uitat parola?", "alternative_logins": "Autentificare Alternativă", - "failed_login_attempt": "Încercare de autentificare eșuată, te rugăm să încerci dinou.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Te-ai autentificat cu succes!", "dont_have_account": "Nu ai un cont?" } \ No newline at end of file diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json index f1f0bdf9d6..7382e34154 100644 --- a/public/language/ro/modules.json +++ b/public/language/ro/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/ru/error.json b/public/language/ru/error.json index 5877e5be07..319bea7abe 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Этот форум требует подтверждения по E-mail. Нажмите здесь для ввода E-mail.", "email-confirm-failed": "Мы не можем подтвердить Ваш E-mail, попробуйте позже.", "confirm-email-already-sent": "Сообщение для подтверждения уже выслано на E-mail. Повторная отправка возможна через %1 мин.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Слишком короткое имя пользователя", "username-too-long": "Имя пользователя слишком длинное", "password-too-long": "Пароль слишком длинный", diff --git a/public/language/ru/login.json b/public/language/ru/login.json index b0a5793412..43764ef23b 100644 --- a/public/language/ru/login.json +++ b/public/language/ru/login.json @@ -5,7 +5,7 @@ "remember_me": "Запомнить меня", "forgot_password": "Забыли пароль?", "alternative_logins": "Войти через", - "failed_login_attempt": "Не удалось войти, попробуйте еще раз.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Вы успешно вошли!", "dont_have_account": "Нет акканута?" } \ No newline at end of file diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json index 07ecb488c8..ef7ef72724 100644 --- a/public/language/ru/modules.json +++ b/public/language/ru/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Отправить и закрыть", "composer.toggle_dropdown": "Показать выпадающий список", "composer.uploading": "Загрузка %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "ОК", "bootbox.cancel": "Отмена", "bootbox.confirm": "Подтвердить", diff --git a/public/language/rw/error.json b/public/language/rw/error.json index 3dfb30b539..edf874c96d 100644 --- a/public/language/rw/error.json +++ b/public/language/rw/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Uru rubuga rusaba ko wemeza ko utunze email. Kanda hano kugirango utange email yawe", "email-confirm-failed": "Ntabwo email yawe yabashije kwemezwa. Ongera ugerageze mu bundi buryo. ", "confirm-email-already-sent": "Email yo kwemeza yamaze koherezwa. Tegereza iminota (umunota) %1 mbere yo kohereza indi. ", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Izina ni rigufi cyane", "username-too-long": "Izina ni rirerire cyane", "password-too-long": "Password too long", diff --git a/public/language/rw/login.json b/public/language/rw/login.json index 72ae32e57c..5bdb99dc21 100644 --- a/public/language/rw/login.json +++ b/public/language/rw/login.json @@ -5,7 +5,7 @@ "remember_me": "Wibukwe?", "forgot_password": "Wibagiwe ijambobanga?", "alternative_logins": "Ukundi Wakwinjiramo", - "failed_login_attempt": "Ntiwinjiyemo. Ongera ugerageze. ", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Winjiyemo nta ngorane!", "dont_have_account": "Nta konte ufite?" } \ No newline at end of file diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json index e0aff84e80..15d1ea25eb 100644 --- a/public/language/rw/modules.json +++ b/public/language/rw/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Shyiraho kandi Unafungirane", "composer.toggle_dropdown": "Hindura Icyerekezo", "composer.uploading": "Ugupakira %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "Sawa", "bootbox.cancel": "Isubire", "bootbox.confirm": "Emeza", diff --git a/public/language/sc/error.json b/public/language/sc/error.json index 56a5530e02..08c7c49be2 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Username too short", "username-too-long": "Username too long", "password-too-long": "Password too long", diff --git a/public/language/sc/login.json b/public/language/sc/login.json index 83a84e0ad1..ee7f253df5 100644 --- a/public/language/sc/login.json +++ b/public/language/sc/login.json @@ -5,7 +5,7 @@ "remember_me": "Regorda·mi?", "forgot_password": "Password Iscarèssida?", "alternative_logins": "Intradas Alternativas", - "failed_login_attempt": "Intrada isballiada, pro praghere torra a provare.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Ses intradu!", "dont_have_account": "Don't have an account?" } \ No newline at end of file diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json index 89b779d53e..93c5b11202 100644 --- a/public/language/sc/modules.json +++ b/public/language/sc/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/sk/error.json b/public/language/sk/error.json index a8b3ba06a7..bdd340532b 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "We could not confirm your email, please try again later.", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Username too short", "username-too-long": "Username too long", "password-too-long": "Password too long", diff --git a/public/language/sk/login.json b/public/language/sk/login.json index bc2f675ff2..0736ab4faa 100644 --- a/public/language/sk/login.json +++ b/public/language/sk/login.json @@ -5,7 +5,7 @@ "remember_me": "Zapamätať si ma?", "forgot_password": "Zabudol si heslo?", "alternative_logins": "Ďalšie spôsoby prihlásenia", - "failed_login_attempt": "Prihlásenie sa nepodarilo, skús to znovu.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Prihlásenie prebehlo úspešne!", "dont_have_account": "Nemáš účet?" } \ No newline at end of file diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json index b9be2fb6c3..0268001e7f 100644 --- a/public/language/sk/modules.json +++ b/public/language/sk/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/sl/error.json b/public/language/sl/error.json index d9df817190..33d0da5f79 100644 --- a/public/language/sl/error.json +++ b/public/language/sl/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Ta forum zahteva potrjen e-mail naslov. Prosim kliknite tu za vnos e-mail naslova.", "email-confirm-failed": "Nismo mogli potrditi vašega e-mail naslova. Prosimo poskusite ponovno.", "confirm-email-already-sent": "Potrditveni e-mail naslov je že poslan. Prosimo počakajte %1 minut(o) za ponovno pošiljanje.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Uporabniško ime je prekratko", "username-too-long": "Uporabniško ime je predolgo", "password-too-long": "Password too long", diff --git a/public/language/sl/login.json b/public/language/sl/login.json index 6955d274bd..7f3d80e3cb 100644 --- a/public/language/sl/login.json +++ b/public/language/sl/login.json @@ -5,7 +5,7 @@ "remember_me": "Spomni me?", "forgot_password": "Pozabljeno geslo?", "alternative_logins": "Prijava z drugim računom", - "failed_login_attempt": "Napačna prijava, prosim poskusi ponovno.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Prijava je uspešna.", "dont_have_account": "Ali še nimaš uporabniškega računa?" } \ No newline at end of file diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json index 911a9f1588..a9b88e3019 100644 --- a/public/language/sl/modules.json +++ b/public/language/sl/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Pošlji in zakleni", "composer.toggle_dropdown": "Preklopi spustni meni", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "Vredu", "bootbox.cancel": "Prekliči", "bootbox.confirm": "Potrdi", diff --git a/public/language/sr/error.json b/public/language/sr/error.json index 5c66e812ac..2a22dd111e 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Форум захтева потврду е-поште, кликните овде да бисте отворили е-пошту", "email-confirm-failed": "Потврда е-поште није успела, молимо вас да покушате касније.", "confirm-email-already-sent": "Конфирмациони имејл је већ послат, молимо вас да сачекате %1 минут(а) да бисте послали други.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Корисничко име је прекратко", "username-too-long": "Корисничко име је предуго", "password-too-long": "Шифра је предугачка.", diff --git a/public/language/sr/login.json b/public/language/sr/login.json index 8fefdb9068..abcf584db7 100644 --- a/public/language/sr/login.json +++ b/public/language/sr/login.json @@ -5,7 +5,7 @@ "remember_me": "Памти ме?", "forgot_password": "Заборављена лозинка?", "alternative_logins": "Алтернативно пријављивање", - "failed_login_attempt": "Неуспело пријављивање, покушајте поново.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Успешно сте се пријавили!", "dont_have_account": "Немате налог?" } \ No newline at end of file diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json index c4f4c3314a..24d2e521f9 100644 --- a/public/language/sr/modules.json +++ b/public/language/sr/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Пошаљи и закључај", "composer.toggle_dropdown": "Подесите \"Dropdown\"", "composer.uploading": "Убацивање %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "ОК", "bootbox.cancel": "Откажи", "bootbox.confirm": "Потврди", diff --git a/public/language/sv/error.json b/public/language/sv/error.json index 64b1436f5e..84e3bfa3a3 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Detta forum kräver bekräftning av epostadresser, var god klicka här för att fylla i en epostadress", "email-confirm-failed": "Vi kunde ej bekräfta din epostadress, var god försök igen senare.", "confirm-email-already-sent": "Bekräftningsbrev redan skickat, var god vänta %1 minut(er) innan du skickar ett nytt.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Användarnamnet är för kort", "username-too-long": "Användarnamnet är för långt", "password-too-long": "Lösenordet är för långt", diff --git a/public/language/sv/login.json b/public/language/sv/login.json index 67478a02ca..a3d66ea4bc 100644 --- a/public/language/sv/login.json +++ b/public/language/sv/login.json @@ -5,7 +5,7 @@ "remember_me": "Kom ihåg mig?", "forgot_password": "Glömt lösenord?", "alternative_logins": "Alternativa inloggningssätt", - "failed_login_attempt": "Inloggningen misslyckades, var god försök igen.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Du är nu inloggad!", "dont_have_account": "Har du inget konto?" } \ No newline at end of file diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json index 25349f9baa..61938266dc 100644 --- a/public/language/sv/modules.json +++ b/public/language/sv/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Skicka och lås", "composer.toggle_dropdown": "Visa/Dölj dropdown", "composer.uploading": "Laddar upp %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Avbryt", "bootbox.confirm": "Bekräfta", diff --git a/public/language/th/error.json b/public/language/th/error.json index 44cef957ae..033d5d50d3 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Forum นี้ต้องการการยืนยันอีเมล กรุณากดที่นี่เพื่อระบุอีเมล", "email-confirm-failed": "เราไม่สามารถยืนยันอีเมลของคุณ ณ ขณะนี้ กรุณาลองใหม่อีกครั้งภายหลัง", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "ชื่อบัญชีผู้ใช้ สั้นเกินไป", "username-too-long": "ชื่อบัญชีผู้ใช้ ยาวเกินไป", "password-too-long": "Password too long", diff --git a/public/language/th/login.json b/public/language/th/login.json index 5eba336a39..c9e8a589eb 100644 --- a/public/language/th/login.json +++ b/public/language/th/login.json @@ -5,7 +5,7 @@ "remember_me": "จำไว้ในระบบ?", "forgot_password": "ลืมรหัสผ่าน?", "alternative_logins": "เข้าสู่ระบบโดยทางอื่น", - "failed_login_attempt": "เข้าสู่ระบบล้มเหลว โปรดลองอีกครั้ง", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "คุณเข้าสู่ระบบเรียบร้อยแล้ว", "dont_have_account": "คุณยังไม่มีบัญชีเข้าระบบ?" } \ No newline at end of file diff --git a/public/language/th/modules.json b/public/language/th/modules.json index 15a7bb1fa5..51c6065cd8 100644 --- a/public/language/th/modules.json +++ b/public/language/th/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Submit and Lock", "composer.toggle_dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/tr/error.json b/public/language/tr/error.json index fedcf00bba..61a8cf34dd 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Bu forum e-posta doğrulaması gerektirir, lütfen buraya bir e-posta adresi girin", "email-confirm-failed": "E-posta adresinizi doğrulayamıyoruz. Lütfen daha sonra tekrar deneyin.", "confirm-email-already-sent": "E-mail onayı zaten gönderilmiş, yeni bir onay göndermek için lütfen 1 dakika bekleyin.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Kullanıcı ismi çok kısa", "username-too-long": "Kullanıcı ismi çok uzun.", "password-too-long": "Parola çok uzun", diff --git a/public/language/tr/login.json b/public/language/tr/login.json index bd13e81d46..bf8b5ea7b9 100644 --- a/public/language/tr/login.json +++ b/public/language/tr/login.json @@ -5,7 +5,7 @@ "remember_me": "Beni Hatırla!", "forgot_password": "Şifrenizi mi unuttunuz?", "alternative_logins": "Alternatif Girişler", - "failed_login_attempt": "Oturum açma girişimi başarısız, lütfen tekrar deneyin.", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Başarıyla giriş yaptınız!", "dont_have_account": "Hesabınız yok mu?" } \ No newline at end of file diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json index b896b442a0..6c4f661003 100644 --- a/public/language/tr/modules.json +++ b/public/language/tr/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Gönder ve Kitle", "composer.toggle_dropdown": "Menü aç", "composer.uploading": "Yükleniyor %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "Tamam", "bootbox.cancel": "İptal", "bootbox.confirm": "Onayla", diff --git a/public/language/vi/error.json b/public/language/vi/error.json index b6c0c79455..69c9b989bd 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "Diễn đàn này yêu cầu xác nhận email, vui lòng nhấn vào đây để nhập email.", "email-confirm-failed": "Chúng tôi không thể xác nhận email của bạn, vui lòng thử lại sau.", "confirm-email-already-sent": "Email xác nhận đã được gửi, vui lòng chờ %1 phút để yêu cầu gửi lại.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "Tên đăng nhập quá ngắn", "username-too-long": "Tên đăng nhập quá dài", "password-too-long": "Mật khẩu quá dài", diff --git a/public/language/vi/login.json b/public/language/vi/login.json index 01b7f2dc96..5fe1cdf892 100644 --- a/public/language/vi/login.json +++ b/public/language/vi/login.json @@ -5,7 +5,7 @@ "remember_me": "Ghi nhớ?", "forgot_password": "Quên mật khẩu?", "alternative_logins": "Đăng nhập bằng tài khoản khác", - "failed_login_attempt": "Đăng nhập thất bại, xin hãy thử lại", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "Bạn đã đăng nhập thành công!", "dont_have_account": "Chưa có tài khoản?" } \ No newline at end of file diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json index 0f5ba2fe46..1c81e64ed6 100644 --- a/public/language/vi/modules.json +++ b/public/language/vi/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "Đăng và Khoá", "composer.toggle_dropdown": "Đóng/mở dropdown", "composer.uploading": "Đang tải lên %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "OK", "bootbox.cancel": "Huỷ bỏ", "bootbox.confirm": "Xác nhận", diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json index af0a03bc4a..c5d4846358 100644 --- a/public/language/zh_CN/error.json +++ b/public/language/zh_CN/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "本论坛需要电子邮箱确认,请点击这里输入电子邮箱地址", "email-confirm-failed": "我们无法确认您的电子邮箱,请重试", "confirm-email-already-sent": "确认邮件已发出,如需重新发送请等待 %1 分钟后再试。", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "用户名太短", "username-too-long": "用户名太长", "password-too-long": "密码太长", diff --git a/public/language/zh_CN/login.json b/public/language/zh_CN/login.json index 9cf15f0e15..cda3446936 100644 --- a/public/language/zh_CN/login.json +++ b/public/language/zh_CN/login.json @@ -5,7 +5,7 @@ "remember_me": "记住我?", "forgot_password": "忘记密码?", "alternative_logins": "使用合作网站帐号登录", - "failed_login_attempt": "登录失败,请重试。", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "您已经成功登录!", "dont_have_account": "没有帐号?" } \ No newline at end of file diff --git a/public/language/zh_CN/modules.json b/public/language/zh_CN/modules.json index bf50d3f496..4add0374c7 100644 --- a/public/language/zh_CN/modules.json +++ b/public/language/zh_CN/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "提交并锁定", "composer.toggle_dropdown": "标为 Dropdown", "composer.uploading": "正在上传 %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "确认", "bootbox.cancel": "取消", "bootbox.confirm": "确认", diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json index 0376a3c3de..d0e206c62e 100644 --- a/public/language/zh_TW/error.json +++ b/public/language/zh_TW/error.json @@ -22,6 +22,7 @@ "no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email", "email-confirm-failed": "我們無法確認你的Email,請之後再重試。", "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.", + "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "username-too-short": "帳號太短", "username-too-long": "帳號太長", "password-too-long": "密碼太長", diff --git a/public/language/zh_TW/login.json b/public/language/zh_TW/login.json index 4ffc8773e6..0381db2d4b 100644 --- a/public/language/zh_TW/login.json +++ b/public/language/zh_TW/login.json @@ -5,7 +5,7 @@ "remember_me": "記住我?", "forgot_password": "忘記密碼?", "alternative_logins": "其他登錄方式", - "failed_login_attempt": "登錄失敗,請再嘗試。", + "failed_login_attempt": "Login Unsuccessful", "login_successful": "你已成功登錄!", "dont_have_account": "還沒有賬號?" } \ No newline at end of file diff --git a/public/language/zh_TW/modules.json b/public/language/zh_TW/modules.json index 109139f9c2..9c7d72d98d 100644 --- a/public/language/zh_TW/modules.json +++ b/public/language/zh_TW/modules.json @@ -29,6 +29,14 @@ "composer.submit_and_lock": "提交然後鎖定", "composer.toggle_dropdown": "切換下拉選單", "composer.uploading": "上傳中 %1", + "composer.formatting.bold": "Bold", + "composer.formatting.italic": "Italic", + "composer.formatting.list": "List", + "composer.formatting.strikethrough": "Strikethrough", + "composer.formatting.link": "Link", + "composer.formatting.picture": "Picture", + "composer.upload-picture": "Upload Image", + "composer.upload-file": "Upload File", "bootbox.ok": "好", "bootbox.cancel": "取消", "bootbox.confirm": "確認",