mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-26 04:00:34 +02:00
Merge commit '2e167a98999453b716979922ec08833d8258b638' into weekly
This commit is contained in:
2
app.js
2
app.js
@@ -121,7 +121,7 @@ function start() {
|
||||
nconf.set('use_port', !!urlObject.port);
|
||||
nconf.set('relative_path', relativePath);
|
||||
nconf.set('port', urlObject.port || nconf.get('port') || nconf.get('PORT') || 4567);
|
||||
nconf.set('upload_url', '/uploads/');
|
||||
nconf.set('upload_url', nconf.get('upload_path').replace(/^\/public/, ''));
|
||||
|
||||
if (nconf.get('isPrimary') === 'true') {
|
||||
winston.info('Time: %s', (new Date()).toString());
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
{
|
||||
"name": "Announcements",
|
||||
"description": "Announcements regarding our community",
|
||||
"descriptionParsed": "<p>Announcements regarding our community</p>\n",
|
||||
"bgColor": "#fda34b",
|
||||
"color": "#fff",
|
||||
"icon" : "fa-bullhorn",
|
||||
@@ -10,6 +11,7 @@
|
||||
{
|
||||
"name": "General Discussion",
|
||||
"description": "A place to talk about whatever you want",
|
||||
"descriptionParsed": "<p>A place to talk about whatever you want</p>\n",
|
||||
"bgColor": "#59b3d0",
|
||||
"color": "#fff",
|
||||
"icon" : "fa-comments-o",
|
||||
@@ -18,6 +20,7 @@
|
||||
{
|
||||
"name": "Blogs",
|
||||
"description": "Blog posts from individual members",
|
||||
"descriptionParsed": "<p>Blog posts from individual members</p>\n",
|
||||
"bgColor": "#86ba4b",
|
||||
"color": "#fff",
|
||||
"icon" : "fa-newspaper-o",
|
||||
@@ -26,6 +29,7 @@
|
||||
{
|
||||
"name": "Comments & Feedback",
|
||||
"description": "Got a question? Ask away!",
|
||||
"descriptionParsed": "<p>Got a question? Ask away!</p>\n",
|
||||
"bgColor": "#e95c5a",
|
||||
"color": "#fff",
|
||||
"icon" : "fa-question",
|
||||
|
||||
10
package.json
10
package.json
@@ -47,18 +47,18 @@
|
||||
"morgan": "^1.3.2",
|
||||
"mousetrap": "^1.5.3",
|
||||
"nconf": "~0.8.2",
|
||||
"nodebb-plugin-composer-default": "4.0.11",
|
||||
"nodebb-plugin-composer-default": "4.1.5",
|
||||
"nodebb-plugin-dbsearch": "1.0.2",
|
||||
"nodebb-plugin-emoji-extended": "1.1.1",
|
||||
"nodebb-plugin-emoji-one": "1.1.5",
|
||||
"nodebb-plugin-markdown": "6.0.1",
|
||||
"nodebb-plugin-markdown": "6.0.2",
|
||||
"nodebb-plugin-mentions": "1.1.3",
|
||||
"nodebb-plugin-soundpack-default": "0.1.6",
|
||||
"nodebb-plugin-spam-be-gone": "0.4.9",
|
||||
"nodebb-rewards-essentials": "0.0.9",
|
||||
"nodebb-theme-lavender": "3.0.13",
|
||||
"nodebb-theme-persona": "4.1.12",
|
||||
"nodebb-theme-vanilla": "5.1.3",
|
||||
"nodebb-theme-persona": "4.1.19",
|
||||
"nodebb-theme-vanilla": "5.1.9",
|
||||
"nodebb-widget-essentials": "2.0.10",
|
||||
"nodemailer": "2.0.0",
|
||||
"nodemailer-sendmail-transport": "1.0.0",
|
||||
@@ -117,4 +117,4 @@
|
||||
"url": "https://github.com/barisusakli"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "تسجيلات الدخول البديلة",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "قمت بتسجيل الدخول بنجاح!",
|
||||
"dont_have_account": "لا تملك حساب؟"
|
||||
"dont_have_account": "لا تملك حساب؟",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "أدوات",
|
||||
"flag": "تبليغ",
|
||||
"locked": "مقفل",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "إشعار بمشاركة مخلة.",
|
||||
"flag_success": "تم الإشعار بهذه المشاركة على أنها مخلة",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Други начини за влизане",
|
||||
"failed_login_attempt": "Влизането беше неуспешно",
|
||||
"login_successful": "Вие влязохте успешно!",
|
||||
"dont_have_account": "Нямате акаунт?"
|
||||
"dont_have_account": "Нямате акаунт?",
|
||||
"logged-out-due-to-inactivity": "Вие излязохте автоматично от администраторския контролен панел, поради бездействие."
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Инструменти",
|
||||
"flag": "Докладване",
|
||||
"locked": "Заключена",
|
||||
"pinned": "Закачена",
|
||||
"moved": "Преместена",
|
||||
"bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.",
|
||||
"flag_title": "Докладване на тази публикация до модератор",
|
||||
"flag_success": "Тази публикация е била докладвана до модератор.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "বিকল্প প্রবেশ",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "আপনি সফলভাবে প্রবেশ করেছেন!",
|
||||
"dont_have_account": "কোন একাউন্ট নেই?"
|
||||
"dont_have_account": "কোন একাউন্ট নেই?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "টুলস",
|
||||
"flag": "ফ্ল্যাগ",
|
||||
"locked": "বন্ধ",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "মডারেশনের জন্য এই পোস্টটি ফ্ল্যাগ করুন",
|
||||
"flag_success": "এই পোস্টটি মডারেশনের জন্য ফ্ল্যাগ করা হয়েছে।",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Další způsoby přihlášení",
|
||||
"failed_login_attempt": "Přihlášení neúspěšné",
|
||||
"login_successful": "Přihlášení proběhlo úspěšně!",
|
||||
"dont_have_account": "Nemáte účet?"
|
||||
"dont_have_account": "Nemáte účet?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Nástroje",
|
||||
"flag": "Flag",
|
||||
"locked": "Uzamčeno",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "alternative logins",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Du har successfuldt logged in!",
|
||||
"dont_have_account": "Har du ikke en konto?"
|
||||
"dont_have_account": "Har du ikke en konto?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Værktøjer",
|
||||
"flag": "Marker",
|
||||
"locked": "Låst",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Meld dette indlæg til moderation",
|
||||
"flag_success": "Dette indlæg er blevet meldt til moderation.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternative Logins",
|
||||
"failed_login_attempt": "Login fehlgeschlagen",
|
||||
"login_successful": "Du hast dich erfolgreich eingeloggt!",
|
||||
"dont_have_account": "Du hast noch kein Konto?"
|
||||
"dont_have_account": "Du hast noch kein Konto?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Werkzeuge",
|
||||
"flag": "Markieren",
|
||||
"locked": "Gesperrt",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.",
|
||||
"flag_title": "Diesen Beitrag zur Moderation markieren",
|
||||
"flag_success": "Dieser Beitrag wurde erfolgreich für die Moderation markiert.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Εναλλακτικά Login",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Συνδέθηκες επιτυχώς!",
|
||||
"dont_have_account": "Δεν έχεις λογαριασμό;"
|
||||
"dont_have_account": "Δεν έχεις λογαριασμό;",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Εργαλεία",
|
||||
"flag": "Σημαία",
|
||||
"locked": "Κλειδωμένο",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Επισήμανση αυτής της δημοσίευσης για συντονισμό",
|
||||
"flag_success": "Αυτή η δημοσίευση έχει επισημανθεί για συντονισμό.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Oth'r gangplanks",
|
||||
"failed_login_attempt": "Ye be refused boardin'",
|
||||
"login_successful": "Welcome on board, matey!",
|
||||
"dont_have_account": "Don't have an account?"
|
||||
"dont_have_account": "Don't have an account?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Tools",
|
||||
"flag": "Flag",
|
||||
"locked": "Locked",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "You have successfully logged in!",
|
||||
"dont_have_account": "Don't have an account?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out due to inactivity"
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"composer.zen_mode": "Zen Mode",
|
||||
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"six-months": "Six months",
|
||||
"one-year": "One year",
|
||||
"sort-by": "Sort by",
|
||||
"post-time": "Post time",
|
||||
"last-reply-time": "Last reply time",
|
||||
"topic-title": "Topic title",
|
||||
"number-of-replies": "Number of replies",
|
||||
|
||||
@@ -101,6 +101,7 @@
|
||||
"topic_will_be_moved_to": "This topic will be moved to the category",
|
||||
"fork_topic_instruction": "Click the posts you want to fork",
|
||||
"fork_no_pids": "No posts selected!",
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternative Logins",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "You have successfully logged in!",
|
||||
"dont_have_account": "Don't have an account?"
|
||||
"dont_have_account": "Don't have an account?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Tools",
|
||||
"flag": "Flag",
|
||||
"locked": "Locked",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
|
||||
@@ -120,5 +120,5 @@
|
||||
"no-users-in-room": "No hay usuarios en esta sala",
|
||||
"cant-kick-self": "No te puedes expulsar a ti mismo del grupo",
|
||||
"no-users-selected": "Ningun usuario(s) seleccionado",
|
||||
"invalid-home-page-route": "Invalid home page route"
|
||||
"invalid-home-page-route": "Ruta de página de inicio invalida"
|
||||
}
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Accesos alternativos",
|
||||
"failed_login_attempt": "Error al iniciar sesión",
|
||||
"login_successful": "¡Identificado satisfactoriamente!",
|
||||
"dont_have_account": "¿Aún no tienes cuenta?"
|
||||
"dont_have_account": "¿Aún no tienes cuenta?",
|
||||
"logged-out-due-to-inactivity": "Debido a la inactividad has sido deslogueado del Panel de Control de Administradores"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Herramientas",
|
||||
"flag": "Reportar",
|
||||
"locked": "Cerrado",
|
||||
"pinned": "Fijo",
|
||||
"moved": "Movido",
|
||||
"bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema",
|
||||
"flag_title": "Reportar este mensaje",
|
||||
"flag_success": "Este mensaje ha sido reportado para moderación.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternatiivsed sisse logimise võimalused",
|
||||
"failed_login_attempt": "Sisselogimine ebaõnnestus",
|
||||
"login_successful": "Edukalt sisse logitud!",
|
||||
"dont_have_account": "Pole veel kasutajat?"
|
||||
"dont_have_account": "Pole veel kasutajat?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Tööriistad",
|
||||
"flag": "Märgista",
|
||||
"locked": "Lukustatud",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Vajuta siia, et tagasi minna viimati loetud postituse juurde siin teemas.",
|
||||
"flag_title": "Märgista see postitus modereerimiseks",
|
||||
"flag_success": "See postitus on nüüd märgistatud modereerimiseks.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "روشهای درون آمدن جایگزین",
|
||||
"failed_login_attempt": "ورود ناموفق",
|
||||
"login_successful": "شما با موفقیت به درون آمدهاید!",
|
||||
"dont_have_account": "حساب کاربری ندارید؟"
|
||||
"dont_have_account": "حساب کاربری ندارید؟",
|
||||
"logged-out-due-to-inactivity": "شما به علت عدم فعالیت از کنترل پنل مدیر کل خارج شده اید "
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "ابزارها",
|
||||
"flag": "پرچم",
|
||||
"locked": "قفل شده است",
|
||||
"pinned": "سنجاق شده",
|
||||
"moved": "منتقل شده",
|
||||
"bookmark_instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.",
|
||||
"flag_title": "پرچمگذاری این موضوع برای بررسی ناظران",
|
||||
"flag_success": "این موضوع برای بررسی ناظران پرچم گذاشته شد.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Vaihtoehtoiset kirjautumistavat",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Olet onnistuneesti kirjautunut sisään!",
|
||||
"dont_have_account": "Ei käyttäjätunnusta?"
|
||||
"dont_have_account": "Ei käyttäjätunnusta?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Työkalut",
|
||||
"flag": "Ilmianna",
|
||||
"locked": "Lukittu",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Ilmianna tämä viesti moderaattoreille",
|
||||
"flag_success": "Tämä viesti ilmiannettiin moderaattoreille.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Autres méthodes de connexion",
|
||||
"failed_login_attempt": "Identification échouée",
|
||||
"login_successful": "Vous êtes maintenant connecté !",
|
||||
"dont_have_account": "Vous n'avez pas de compte ?"
|
||||
"dont_have_account": "Vous n'avez pas de compte ?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Outils",
|
||||
"flag": "Signaler",
|
||||
"locked": "Verrouillé",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Cliquez ici pour retourner au dernier message lu de ce fil.",
|
||||
"flag_title": "Signaler ce message à la modération",
|
||||
"flag_success": "Ce message a bien été signalé aux modérateurs.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Métodos alternativos",
|
||||
"failed_login_attempt": "Erro ao iniciar sesión",
|
||||
"login_successful": "Sesión iniciada con éxito!",
|
||||
"dont_have_account": "Aínda non tes conta?"
|
||||
"dont_have_account": "Aínda non tes conta?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Ferramentas",
|
||||
"flag": "Reportar",
|
||||
"locked": "Pechado",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Pica aquí para volver á última mensaxe lida neste tema ",
|
||||
"flag_title": "Reportar esta mensaxe",
|
||||
"flag_success": "Esta mensaxe foi reportada para moderación.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "התחבר באמצעות...",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "התחברת בהצלחה!",
|
||||
"dont_have_account": "אין לך חשבון עדיין?"
|
||||
"dont_have_account": "אין לך חשבון עדיין?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "כלים",
|
||||
"flag": "דווח",
|
||||
"locked": "נעול",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "דווח על פוסט זה למנהל",
|
||||
"flag_success": "התקבל דיווח על פוסט זה.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternatív belépés",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Sikeres belépés",
|
||||
"dont_have_account": "Nincs még fiók?"
|
||||
"dont_have_account": "Nincs még fiók?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Eszközök",
|
||||
"flag": "Jelentés",
|
||||
"locked": "Locked",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "A hozzászólás jelentése a moderátoroknál",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Login Alternatif",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Kamu telah berhasil login!",
|
||||
"dont_have_account": "Belum memiliki akun?"
|
||||
"dont_have_account": "Belum memiliki akun?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Perangkat",
|
||||
"flag": "Tandai",
|
||||
"locked": "Terkunci",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Tandai posting ini untuk moderasi",
|
||||
"flag_success": "Posting ini telah ditandai untuk moderasi",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Accessi Alternativi",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Sei entrato con successo!",
|
||||
"dont_have_account": "Non hai un account?"
|
||||
"dont_have_account": "Non hai un account?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Strumenti",
|
||||
"flag": "Segnala",
|
||||
"locked": "Bloccato",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Segnala questo post per la moderazione",
|
||||
"flag_success": "Questo post è stato contrassegnato per la moderazione.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "ほかのログイン方法",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "ログインしました!",
|
||||
"dont_have_account": "アカウントをもっていませんか?"
|
||||
"dont_have_account": "アカウントをもっていませんか?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "ツール",
|
||||
"flag": "フラグ",
|
||||
"locked": "ロック",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "リポートする",
|
||||
"flag_success": "このポストをリポートしました。",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "다른 방법으로 로그인",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "성공적으로 로그인했습니다.",
|
||||
"dont_have_account": "계정이 없으신가요?"
|
||||
"dont_have_account": "계정이 없으신가요?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "도구",
|
||||
"flag": "신고",
|
||||
"locked": "잠김",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "이 스레드에서 읽은 마지막 게시글로 이동하시려면 여기를 클릭하세요.",
|
||||
"flag_title": "이 게시물을 신고",
|
||||
"flag_success": "이 게시물은 신고되었습니다.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternatyvūs prisijungimo būdai",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Jūs sėkmingai prisijungėte!",
|
||||
"dont_have_account": "Neturite paskyros?"
|
||||
"dont_have_account": "Neturite paskyros?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Įrankiai",
|
||||
"flag": "Pažymėti",
|
||||
"locked": "Užrakinta",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Pažymėti ši pranešimą moderatoriams",
|
||||
"flag_success": "Šis pranešimas buvo pažymėtas moderatorių patikrinimui.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Log Masuk Alternatif",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Anda berjaya log masuk!",
|
||||
"dont_have_account": "Tiada akaun?"
|
||||
"dont_have_account": "Tiada akaun?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Perkakas",
|
||||
"flag": "Tanda",
|
||||
"locked": "Kunci",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Tanda kiriman ini untuk diselia",
|
||||
"flag_success": "Kiriman ini telah ditandakan untuk diselia",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternativ innlogging",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Du har blitt logget inn!",
|
||||
"dont_have_account": "Har du ikke en konto?"
|
||||
"dont_have_account": "Har du ikke en konto?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Verktøy",
|
||||
"flag": "Rapporter",
|
||||
"locked": "Låst",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Rapporter dette innlegget for granskning",
|
||||
"flag_success": "Dette innlegget har blitt rapportert.",
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
"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.",
|
||||
"sendmail-not-found": "De sendmail executable kon niet worden gevonden, zorg ervoor dat deze is geïnstalleerd en dat de gebruiker die NodeBB draait deze kan uitvoeren.",
|
||||
"username-too-short": "Gebruikersnaam is te kort",
|
||||
"username-too-long": "Gebruikersnaam is te lang",
|
||||
"password-too-long": "Wachtwoord is te lang",
|
||||
"user-banned": "Gebruiker verbannen",
|
||||
"user-too-new": "Helaas, het is een vereiste om %1 seconde(n) te wachten voordat het eerste bericht geplaatst kan worden.",
|
||||
"blacklisted-ip": "Sorry, uw IP-adres is verbannen uit deze community. Als u meent dat dit onterecht is, neem dan contact op met een beheerder.",
|
||||
"ban-expiry-missing": "Please provide an end date for this ban",
|
||||
"ban-expiry-missing": "Geef een einddatum op voor deze ban.",
|
||||
"no-category": "Categorie bestaat niet",
|
||||
"no-topic": "Onderwerp bestaat niet",
|
||||
"no-post": "Bericht bestaat niet",
|
||||
@@ -41,19 +41,19 @@
|
||||
"category-disabled": "Categorie uitgeschakeld",
|
||||
"topic-locked": "Onderwerp gesloten",
|
||||
"post-edit-duration-expired": "Het is slechts toegestaan om binnen %1 seconde(n) na plaatsen van het bericht, deze te bewerken.",
|
||||
"post-edit-duration-expired-minutes": "You are only allowed to edit posts for %1 minute(s) after posting",
|
||||
"post-edit-duration-expired-minutes-seconds": "You are only allowed to edit posts for %1 minute(s) %2 second(s) after posting",
|
||||
"post-edit-duration-expired-hours": "You are only allowed to edit posts for %1 hour(s) after posting",
|
||||
"post-edit-duration-expired-hours-minutes": "You are only allowed to edit posts for %1 hour(s) %2 minute(s) after posting",
|
||||
"post-edit-duration-expired-days": "You are only allowed to edit posts for %1 day(s) after posting",
|
||||
"post-edit-duration-expired-days-hours": "You are only allowed to edit posts for %1 day(s) %2 hour(s) after posting",
|
||||
"post-delete-duration-expired": "You are only allowed to delete posts for %1 second(s) after posting",
|
||||
"post-delete-duration-expired-minutes": "You are only allowed to delete posts for %1 minute(s) after posting",
|
||||
"post-delete-duration-expired-minutes-seconds": "You are only allowed to delete posts for %1 minute(s) %2 second(s) after posting",
|
||||
"post-delete-duration-expired-hours": "You are only allowed to delete posts for %1 hour(s) after posting",
|
||||
"post-delete-duration-expired-hours-minutes": "You are only allowed to delete posts for %1 hour(s) %2 minute(s) after posting",
|
||||
"post-delete-duration-expired-days": "You are only allowed to delete posts for %1 day(s) after posting",
|
||||
"post-delete-duration-expired-days-hours": "You are only allowed to delete posts for %1 day(s) %2 hour(s) after posting",
|
||||
"post-edit-duration-expired-minutes": "Je kunt berichten pas %1 minuten na het plaatsen aanpassen.",
|
||||
"post-edit-duration-expired-minutes-seconds": "Je kunt berichten pas %1 minuten en %2 seconden na het plaatsen aanpassen.",
|
||||
"post-edit-duration-expired-hours": "Je kunt berichten pas %1 uur na het plaatsen aanpassen.",
|
||||
"post-edit-duration-expired-hours-minutes": "Je kunt berichten pas %1 uur en %2 minuten na het plaatsen aanpassen.",
|
||||
"post-edit-duration-expired-days": "Je kunt berichten pas %1 dagen na het plaatsen aanpassen.",
|
||||
"post-edit-duration-expired-days-hours": "Je kunt berichten pas %1 dagen en %2 uur na het plaatsen aanpassen.",
|
||||
"post-delete-duration-expired": "Je kunt berichten pas %1 seconden na het plaatsen verwijderen.",
|
||||
"post-delete-duration-expired-minutes": "Je kunt berichten pas %1 minuten na het plaatsen verwijderen.",
|
||||
"post-delete-duration-expired-minutes-seconds": "Je kunt berichten pas %1 minuten %2 seconden na het plaatsen verwijderen.",
|
||||
"post-delete-duration-expired-hours": "Je kunt berichten pas %1 uur na het plaatsen verwijderen.",
|
||||
"post-delete-duration-expired-hours-minutes": "Je kunt berichten pas %1 uur %2 minuten na het plaatsen verwijderen.",
|
||||
"post-delete-duration-expired-days": "Je kunt berichten pas %1 dagen na het plaatsen verwijderen.",
|
||||
"post-delete-duration-expired-days-hours": "Je kunt berichten pas %1 dag(en) %2 uur na het plaatsen verwijderen.",
|
||||
"content-too-short": "Geef wat meer inhoud aan een bericht! Berichten dienen uit minimaal %1 teken(s) te bestaan.",
|
||||
"content-too-long": "Kort het bericht wat in, het aantal gebruikte tekens overschrijdt het ingestelde limiet want berichten mogen niet meer dan %1 teken(s) bevatten.",
|
||||
"title-too-short": "Geef een titel op die uit meer tekens bestaat. Titels dienen ten minste uit %1 teken(s) te bestaan.",
|
||||
@@ -71,12 +71,12 @@
|
||||
"already-unfavourited": "Je hebt dit bericht al verwijderd uit je favorieten",
|
||||
"cant-ban-other-admins": "Het is niet toegestaan andere beheerders te verbannen!",
|
||||
"cant-remove-last-admin": "Je bent de enige beheerder. Stel eerst een andere gebruiker als beheerder in voordat je jezelf geen beheerder meer maakt.",
|
||||
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
|
||||
"cant-delete-admin": "Verwijder administratieve rechten van dit account voordat je probeert deze te verwijderen",
|
||||
"invalid-image-type": "Ongeldig bestandstype afbeelding. Deze afbeelding is van een bestandstype dat niet ondersteund wordt. Toegestane bestandstypes voor afbeeldingsbestanden zijn: %1",
|
||||
"invalid-image-extension": "Ongeldig bestandstype afbeelding",
|
||||
"invalid-file-type": "Dit bestandstype wordt niet ondersteund. Toegestane bestandstypen zijn: %1",
|
||||
"group-name-too-short": "De groepsnaam is te kort",
|
||||
"group-name-too-long": "Group name too long",
|
||||
"group-name-too-long": "Groepsnaam te lang",
|
||||
"group-already-exists": "Een groep met deze naam bestaat al",
|
||||
"group-name-change-not-allowed": "Het aanpassen van de groepsnaam is niet toegestaan",
|
||||
"group-already-member": "Deze gebruiker is al lid van deze groep",
|
||||
@@ -119,6 +119,6 @@
|
||||
"not-in-room": "Gebruiker niet in de chat",
|
||||
"no-users-in-room": "Er zijn geen gebruikers in deze chat",
|
||||
"cant-kick-self": "Je kunt jezelf niet uit een groep schoppen",
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route"
|
||||
"no-users-selected": "Geen gebruiker(s) geselecteerd",
|
||||
"invalid-home-page-route": "Onbekende homepage route"
|
||||
}
|
||||
@@ -50,9 +50,9 @@
|
||||
"topics": "Onderwerpen",
|
||||
"posts": "Berichten",
|
||||
"best": "Beste",
|
||||
"upvoters": "Upvoters",
|
||||
"upvoters": "Positieve stemmers",
|
||||
"upvoted": "Omhoog gestemd",
|
||||
"downvoters": "Downvoters",
|
||||
"downvoters": "Negatieve stemmers",
|
||||
"downvoted": "Omlaag gestemd",
|
||||
"views": "Weergaven",
|
||||
"reputation": "Reputatie",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Andere manieren van aanmelden",
|
||||
"failed_login_attempt": "Aanmelden mislukt",
|
||||
"login_successful": "Je bent succesvol ingelogd!",
|
||||
"dont_have_account": "Geen gebruikersaccount?"
|
||||
"dont_have_account": "Geen gebruikersaccount?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -12,7 +12,7 @@
|
||||
"users/sort-posts": "Gebruikers met de meeste berichten",
|
||||
"users/sort-reputation": "Gebruikers met de meeste reputatie",
|
||||
"users/banned": "Verbannen Gebruikers",
|
||||
"users/most-flags": "Most flagged users",
|
||||
"users/most-flags": "Meest gemarkeerde gebruikers",
|
||||
"users/search": "Zoek Gebruiker",
|
||||
"notifications": "Notificaties",
|
||||
"tags": "Tags",
|
||||
@@ -29,7 +29,7 @@
|
||||
"account/edit/password": "Wachtwoord van \"%1\" aanpassen",
|
||||
"account/edit/username": "Gebruikersnaam van \"%1\" aanpassen",
|
||||
"account/edit/email": "Email van \"%1\" aanpassen",
|
||||
"account/info": "Account Info",
|
||||
"account/info": "Gebruikersinformatie",
|
||||
"account/following": "Door %1 gevolgd",
|
||||
"account/followers": "Die %1 volgen",
|
||||
"account/posts": "Berichten geplaatst door %1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"register": "Registreren",
|
||||
"cancel_registration": "Cancel Registration",
|
||||
"cancel_registration": "Annuleer registratie",
|
||||
"help.email": "E-mailadressen zijn standaard verborgen voor andere gebruikers.",
|
||||
"help.username_restrictions": "Een unieke gebruikersnaam tussen %1 en %2 karakters. Anderen kunnen je vermelden met @<span id='yourUsername'>gebruikersnaam</span>.",
|
||||
"help.minimum_password_length": "Je wachtwoord moet tenminste %1 karakters lang zijn.",
|
||||
@@ -16,8 +16,8 @@
|
||||
"alternative_registration": "Alternatieve registratie",
|
||||
"terms_of_use": "Gebruiksvoorwaarden",
|
||||
"agree_to_terms_of_use": "Ik ga akkoord met de gebruiksvoorwaarden",
|
||||
"terms_of_use_error": "You must agree to the Terms of Use",
|
||||
"terms_of_use_error": "Je moet akkoord gaan met de service voorwaarden.",
|
||||
"registration-added-to-queue": "Het registratieverzoek is toegevoegd aan de wachtrij. Een bericht wordt naar het opgegeven emailadres gestuurd wanneer de registratie is goedgekeurd.",
|
||||
"interstitial.intro": "We require some additional information before we can create your account.",
|
||||
"interstitial.errors-found": "We could not complete your registration:"
|
||||
"interstitial.intro": "Je hebben meer informatie van je nodig voordat we je account kunnen aanmaken.",
|
||||
"interstitial.errors-found": "Je konden jouw registratie niet afronden."
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Extra",
|
||||
"flag": "Markeren",
|
||||
"locked": "Gesloten",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Klik hier om terug te keren naar de laatst gelezen post in deze thread.",
|
||||
"flag_title": "Bericht aan beheerders melden",
|
||||
"flag_success": "Dit bericht is gerapporteerd aan de beheerder.",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"postcount": "Aantal geplaatste berichten",
|
||||
"email": "E-mail",
|
||||
"confirm_email": "Bevestig e-mail",
|
||||
"account_info": "Account Info",
|
||||
"account_info": "Gebruikersinformatie",
|
||||
"ban_account": "Verban gebruiker",
|
||||
"ban_account_confirm": "Weet u zeker dat u deze gebruiker wilt verbannen?",
|
||||
"unban_account": "Verbanning intrekken",
|
||||
@@ -96,8 +96,8 @@
|
||||
"delay_image_loading": "Afbeeldingen Laden Uitstellen",
|
||||
"image_load_delay_help": "Indien ingeschakeld zullen afbeeldingen in topics niet laden totdat ze het scherm inscrollen",
|
||||
"scroll_to_my_post": "Toon het nieuwe bericht na het plaatsen van een antwoord",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
"follow_topics_you_reply_to": "Ontvang meldingen van berichten waar je op hebt gereageerd",
|
||||
"follow_topics_you_create": "Ontvang meldingen van berichten die je hebt gemaakt",
|
||||
"grouptitle": "Groepstitel",
|
||||
"no-group-title": "Geen groepstitel",
|
||||
"select-skin": "Selecteer een skin",
|
||||
@@ -109,10 +109,10 @@
|
||||
"sso.title": "Single Sign-on Services",
|
||||
"sso.associated": "Geassocieerd met",
|
||||
"sso.not-associated": "Klik hier om geassocieerd te worden met",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-permanently": "Banned permanently"
|
||||
"info.latest-flags": "Laatste markeringen",
|
||||
"info.no-flags": "Geen gemarkeerde berichten gevonden",
|
||||
"info.ban-history": "Recente verban-geschiedenis",
|
||||
"info.no-ban-history": "Deze gebruiker is nooit eerder verbannen",
|
||||
"info.banned-until": "Verbannen tot %1",
|
||||
"info.banned-permanently": "Voor altijd verbannen"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"latest_users": "Laatste gebruikers",
|
||||
"top_posters": "Meest actieve leden",
|
||||
"most_reputation": "Meeste reputatie",
|
||||
"most_flags": "Most Flags",
|
||||
"most_flags": "Meeste vlaggen",
|
||||
"search": "Zoeken",
|
||||
"enter_username": "Vul een gebruikersnaam in om te zoeken",
|
||||
"load_more": "Meer laden...",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternatywne logowanie",
|
||||
"failed_login_attempt": "Nie udało się zalogować. Spróbuj ponownie.",
|
||||
"login_successful": "Zostałeś pomyślnie zalogowany.",
|
||||
"dont_have_account": "Nie masz konta?"
|
||||
"dont_have_account": "Nie masz konta?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Narzędzia",
|
||||
"flag": "Zgłoś",
|
||||
"locked": "Zablokowany",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Zgłoś post do moderacji",
|
||||
"flag_success": "Ten post został oznaczony do moderacji.",
|
||||
|
||||
@@ -120,5 +120,5 @@
|
||||
"no-users-in-room": "Nenhum usuário nesta sala",
|
||||
"cant-kick-self": "Você não pode kickar a si mesmo do grupo",
|
||||
"no-users-selected": "Nenhuma escolha de usuário(s) foi feita",
|
||||
"invalid-home-page-route": "Invalid home page route"
|
||||
"invalid-home-page-route": "Rota de página inicial inválida"
|
||||
}
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Logins Alternativos",
|
||||
"failed_login_attempt": "Falha no Login",
|
||||
"login_successful": "Você logou com sucesso!",
|
||||
"dont_have_account": "Não tem uma conta?"
|
||||
"dont_have_account": "Não tem uma conta?",
|
||||
"logged-out-due-to-inactivity": "Você saiu do Painel de Controle de Administração devido à inatividade"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Ferramentas",
|
||||
"flag": "Sinalizar",
|
||||
"locked": "Trancado",
|
||||
"pinned": "Afixado",
|
||||
"moved": "Movido",
|
||||
"bookmark_instructions": "Clique aqui para retornar ao último post lido neste tópico.",
|
||||
"flag_title": "Sinalizar este post para moderação",
|
||||
"flag_success": "Este post foi sinalizado para ser moderado.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Autentificare Alternativă",
|
||||
"failed_login_attempt": "Login nereușit",
|
||||
"login_successful": "Te-ai autentificat cu succes!",
|
||||
"dont_have_account": "Nu ai un cont?"
|
||||
"dont_have_account": "Nu ai un cont?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Unelte",
|
||||
"flag": "Semnalizează",
|
||||
"locked": "Închis",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Semnalizează acest mesaj pentru moderare",
|
||||
"flag_success": "Acest mesaj a fost semnalizat pentru moderare.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Войти через",
|
||||
"failed_login_attempt": "Некорректный логин",
|
||||
"login_successful": "Вы успешно вошли!",
|
||||
"dont_have_account": "Нет акканута?"
|
||||
"dont_have_account": "Нет акканута?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Опции",
|
||||
"flag": "Отметить",
|
||||
"locked": "Закрыт",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Нажмите здесь, чтобы вернуться к последнему прочитанному сообщению в этой теме.",
|
||||
"flag_title": "Отметить сообщение для модерирования",
|
||||
"flag_success": "Это сообщение было помечено для модерации",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Ukundi Wakwinjiramo",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Winjiyemo nta ngorane!",
|
||||
"dont_have_account": "Nta konte ufite?"
|
||||
"dont_have_account": "Nta konte ufite?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Ibikoresho",
|
||||
"flag": "Tambikana",
|
||||
"locked": "Birafungiranye",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Bimenyeshe ubuyobozi",
|
||||
"flag_success": "Bimaze kumenyeshwa ubuyobozi ngo bikurikiranwe. ",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Intradas Alternativas",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Ses intradu!",
|
||||
"dont_have_account": "Don't have an account?"
|
||||
"dont_have_account": "Don't have an account?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Ainas",
|
||||
"flag": "Signala",
|
||||
"locked": "Locked",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Signala custu arresonu pro sa moderatzione",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Ďalšie spôsoby prihlásenia",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Prihlásenie prebehlo úspešne!",
|
||||
"dont_have_account": "Nemáš účet?"
|
||||
"dont_have_account": "Nemáš účet?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Nástroje",
|
||||
"flag": "Označiť",
|
||||
"locked": "Locked",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Označiť príspevok pre moderáciu",
|
||||
"flag_success": "Tento príspevok bol označený na úpravu. ",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Prijava z drugim računom",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Prijava je uspešna.",
|
||||
"dont_have_account": "Ali še nimaš uporabniškega računa?"
|
||||
"dont_have_account": "Ali še nimaš uporabniškega računa?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Orodja",
|
||||
"flag": "Prijavi",
|
||||
"locked": "Zaklenjeno",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Prijavi to objavo v pregled administratorju",
|
||||
"flag_success": "Ta objava je bila prijavljena v pregled administratorju.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Алтернативно пријављивање",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Успешно сте се пријавили!",
|
||||
"dont_have_account": "Немате налог?"
|
||||
"dont_have_account": "Немате налог?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Алатке",
|
||||
"flag": "Означи",
|
||||
"locked": "Закључан",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternativa inloggningssätt",
|
||||
"failed_login_attempt": "Misslyckad inloggning",
|
||||
"login_successful": "Du är nu inloggad!",
|
||||
"dont_have_account": "Har du inget konto?"
|
||||
"dont_have_account": "Har du inget konto?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Verktyg",
|
||||
"flag": "Rapportera",
|
||||
"locked": "Låst",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Klicka här för att återgå till senast lästa inlägg i detta ämne.",
|
||||
"flag_title": "Rapportera detta inlägg för granskning",
|
||||
"flag_success": "Det här inlägget har flaggats för moderering.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "เข้าสู่ระบบโดยทางอื่น",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "คุณเข้าสู่ระบบเรียบร้อยแล้ว",
|
||||
"dont_have_account": "คุณยังไม่มีบัญชีเข้าระบบ?"
|
||||
"dont_have_account": "คุณยังไม่มีบัญชีเข้าระบบ?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "เครื่องมือ",
|
||||
"flag": "ปักธง",
|
||||
"locked": "Locked",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "ปักธงโพสต์นี้เพื่อดำเนินการ",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"403.message": "Erişim izniniz olmayan bir sayfaya denk gelmiş gibisiniz.",
|
||||
"403.login": "Belki de tekrar <a href='%1/login'>giriş</a> yapmayı denersiniz?",
|
||||
"404.title": "Bulunamadı",
|
||||
"404.message": "Erişim izniniz olmayan bir sayfaya denk gelmiş gibisiniz.<a href='%1/'>Anasayfa</a>ya geri dönün.",
|
||||
"404.message": "Erişim izniniz olmayan bir sayfaya denk gelmiş gibisiniz. <a href='%1/'>Anasayfa</a>'ya geri dönün.",
|
||||
"500.title": "Dahili hata.",
|
||||
"500.message": "Ups! Bir şeyler ters gitti sanki!",
|
||||
"register": "Kayıt Ol",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Alternatif Girişler",
|
||||
"failed_login_attempt": "Giriş Başarısız",
|
||||
"login_successful": "Başarıyla giriş yaptınız!",
|
||||
"dont_have_account": "Hesabınız yok mu?"
|
||||
"dont_have_account": "Hesabınız yok mu?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Araçlar",
|
||||
"flag": "Bayrak",
|
||||
"locked": "Kilitli",
|
||||
"pinned": "İğnelendi",
|
||||
"moved": "Taşındı",
|
||||
"bookmark_instructions": "Bu başlıkta en son kaldığın yere dönmek için tıklayın.",
|
||||
"flag_title": "Bu iletiyi moderatöre haber et",
|
||||
"flag_success": "Bu ileti yöneticilere bildirildi.",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "Đăng nhập bằng tài khoản khác",
|
||||
"failed_login_attempt": "Đăng nhập không thành công",
|
||||
"login_successful": "Bạn đã đăng nhập thành công!",
|
||||
"dont_have_account": "Chưa có tài khoản?"
|
||||
"dont_have_account": "Chưa có tài khoản?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "Công cụ",
|
||||
"flag": "Gắn cờ",
|
||||
"locked": "Khóa",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "Bấm vào đây để quay về đọc bài viết mới nhất trong chủ đề này.",
|
||||
"flag_title": "Flag bài viết này để chỉnh sửa",
|
||||
"flag_success": "Chủ đề này đã được flag để chỉnh sửa",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "使用合作网站帐号登录",
|
||||
"failed_login_attempt": "登录失败",
|
||||
"login_successful": "您已经成功登录!",
|
||||
"dont_have_account": "没有帐号?"
|
||||
"dont_have_account": "没有帐号?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "工具",
|
||||
"flag": "举报",
|
||||
"locked": "已锁定",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "点击阅读本主题帖中的最新回复",
|
||||
"flag_title": "举报此帖",
|
||||
"flag_success": "已举报此回帖。",
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"alternative_logins": "其他登入方式",
|
||||
"failed_login_attempt": "登入失敗",
|
||||
"login_successful": "你已成功登入!",
|
||||
"dont_have_account": "還沒有帳號?"
|
||||
"dont_have_account": "還沒有帳號?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
}
|
||||
@@ -26,6 +26,8 @@
|
||||
"tools": "工具",
|
||||
"flag": "檢舉",
|
||||
"locked": "已鎖定",
|
||||
"pinned": "Pinned",
|
||||
"moved": "Moved",
|
||||
"bookmark_instructions": "點擊這裡返回到這個討論串的最後一篇張貼文",
|
||||
"flag_title": "檢舉這篇文章, 交給仲裁者來審閱.",
|
||||
"flag_success": "這文章已經被檢舉要求仲裁.",
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
.reconnect-spinner {
|
||||
left: initial;
|
||||
right: 310px;
|
||||
right: 380px;
|
||||
bottom: initial;
|
||||
top: 14px;
|
||||
}
|
||||
|
||||
@@ -9,10 +9,17 @@
|
||||
}
|
||||
|
||||
logoutTimer = setTimeout(function() {
|
||||
app.alert({
|
||||
message: '[[login:logged-out-due-to-inactivity]]'
|
||||
require(['translator'], function(translator) {
|
||||
translator.translate('[[login:logged-out-due-to-inactivity]]', function(translated) {
|
||||
bootbox.alert({
|
||||
closeButton: false,
|
||||
message: translated,
|
||||
callback: function(){
|
||||
window.location.reload();
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
setTimeout(app.logout, 5000);
|
||||
}, 3600000);
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ $(document).ready(function() {
|
||||
|
||||
var translator;
|
||||
var retry = true;
|
||||
var previousBodyClass = '';
|
||||
|
||||
// Dumb hack to fool ajaxify into thinking translator is still a global
|
||||
// When ajaxify is migrated to a require.js module, then this can be merged into the "define" call
|
||||
@@ -65,7 +66,7 @@ $(document).ready(function() {
|
||||
|
||||
url = ajaxify.start(url);
|
||||
|
||||
$('body').removeClass(ajaxify.data.bodyClass);
|
||||
previousBodyClass = ajaxify.data.bodyClass;
|
||||
$('#footer, #content').removeClass('hide').addClass('ajaxifying');
|
||||
|
||||
ajaxify.loadData(url, function(err, data) {
|
||||
@@ -163,7 +164,7 @@ $(document).ready(function() {
|
||||
templates.parse(tpl_url, data, function(template) {
|
||||
translator.translate(template, function(translatedTemplate) {
|
||||
translatedTemplate = translator.unescape(translatedTemplate);
|
||||
$('body').addClass(data.bodyClass);
|
||||
$('body').removeClass(previousBodyClass).addClass(data.bodyClass);
|
||||
$('#content').html(translatedTemplate);
|
||||
|
||||
ajaxify.end(url, tpl_url);
|
||||
|
||||
@@ -466,7 +466,11 @@ app.cacheBuster = null;
|
||||
return callback();
|
||||
}
|
||||
|
||||
$.getScript(config.relative_path + '/vendor/jquery/js/jquery-ui-1.10.4.custom.js', callback);
|
||||
var scriptEl = document.createElement('script');
|
||||
scriptEl.type = 'text/javascript';
|
||||
scriptEl.src = config.relative_path + '/vendor/jquery/js/jquery-ui-1.10.4.custom.js' + (app.cacheBuster ? '?v=' + app.cacheBuster : '');
|
||||
scriptEl.onload = callback;
|
||||
document.head.appendChild(scriptEl);
|
||||
};
|
||||
|
||||
app.showEmailConfirmWarning = function(err) {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user