diff --git a/public/language/ar/error.json b/public/language/ar/error.json
index a1b111af1f..b005046c51 100644
--- a/public/language/ar/error.json
+++ b/public/language/ar/error.json
@@ -72,8 +72,8 @@
"still-uploading": "الرجاء الانتظار حتى يكتمل الرفع.",
"file-too-big": "الحد الأقصى لرفع الملفات %1 كيلو بت. رجاءًا ارفع ملف أصغر",
"guest-upload-disabled": "خاصية رفع الملفات غير مفعلة للزوار.",
- "already-favourited": "سبق وفضلت هذه المشاركة.",
- "already-unfavourited": "لقد ازلت هذه المشاركةمن المفضلة من قبل ألا تذكر؟",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "لايمكن حظر مدبر نظام آخر.",
"cant-remove-last-admin": "رجاءًا ، أضف مدير أخر قبل حذف صلاحيات الإدارة من حسابك.",
"cant-delete-admin": "رجاءًا أزل صلاحيات الإدارة قبل حذف الحساب. ",
diff --git a/public/language/ar/global.json b/public/language/ar/global.json
index e95f80d67f..bf5109c2bc 100644
--- a/public/language/ar/global.json
+++ b/public/language/ar/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "لاوجود لمواضيع جديدة",
"recentposts": "آخر المشاركات",
"recentips": "آخر عناوين ال IP التي سجلت الدخول",
+ "moderator_tools": "Moderator Tools",
"away": "غير متواجد",
"dnd": "عدم الإزعاج",
"invisible": "مخفي",
diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json
index a9a07325e6..76b2f7c3e5 100644
--- a/public/language/ar/modules.json
+++ b/public/language/ar/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 يومًا",
"chat.three_months": "3 أشهر",
"chat.delete_message_confirm": "هل أنت متأكد من أنك تريد حذف هذه الرسالة؟",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "اكتب",
"composer.show_preview": "عرض المعاينة",
diff --git a/public/language/ar/pages.json b/public/language/ar/pages.json
index 84bc238010..678658b058 100644
--- a/public/language/ar/pages.json
+++ b/public/language/ar/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "المواضيع الشائعة منذ القدم",
"recent": "المواضيع الحديثة",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "اﻷعضاء المتصلون",
"users/latest": "أحدث اﻷعضاء",
"users/sort-posts": "الأعضاء الأكثر نشاطاً",
diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json
index 46f816b0e4..1404e45527 100644
--- a/public/language/ar/topic.json
+++ b/public/language/ar/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "الفئات المعطلة رمادية",
"confirm_move": "انقل",
"confirm_fork": "فرع",
- "favourite": "المفضلة",
- "favourites": "المفضلات",
- "favourites.has_no_favourites": "لم تقم بتفضيل اي مشاركة حتى الأن.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "تحميل المزيد من المشاركات",
"move_topic": "نقل الموضوع",
"move_topics": "نقل المواضيع",
diff --git a/public/language/ar/user.json b/public/language/ar/user.json
index 2bec30bc76..b3515464d8 100644
--- a/public/language/ar/user.json
+++ b/public/language/ar/user.json
@@ -23,7 +23,7 @@
"profile": "الملف الشخصي",
"profile_views": "عدد المشاهدات",
"reputation": "السمعة",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "متابع",
"followers": "المتابعون",
"following": "يتابع",
diff --git a/public/language/bg/error.json b/public/language/bg/error.json
index edfc95351b..4c4f3c70af 100644
--- a/public/language/bg/error.json
+++ b/public/language/bg/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Моля, изчакайте качването да приключи.",
"file-too-big": "Максималният разрешен размер на файл е %1 КБ – моля, качете по-малък файл",
"guest-upload-disabled": "Качването не е разрешено за гости",
- "already-favourited": "Вече имате отметка към тази публикация",
- "already-unfavourited": "Вече сте премахнали отметката си към тази публикация",
+ "already-bookmarked": "Вече имате отметка към тази публикация",
+ "already-unbookmarked": "Вече сте премахнали отметката си от тази публикация",
"cant-ban-other-admins": "Не можете да блокирате другите администратори!",
"cant-remove-last-admin": "Вие сте единственият администратор. Добавете друг потребител като администратор, преди да премахнете себе си като администратор",
"cant-delete-admin": "Премахнете администраторските права от този акаунт, преди да го изтриете.",
diff --git a/public/language/bg/global.json b/public/language/bg/global.json
index 644165e47d..9cabe71b9e 100644
--- a/public/language/bg/global.json
+++ b/public/language/bg/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Няма скорошни теми",
"recentposts": "Скорошни публикации",
"recentips": "Наскоро ползвани IP адреси",
+ "moderator_tools": "Модераторски инструменти",
"away": "Отсъстващ",
"dnd": "Отпочиващ",
"invisible": "Невидим",
diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json
index 3838200b0a..ac952f03ba 100644
--- a/public/language/bg/modules.json
+++ b/public/language/bg/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 дни",
"chat.three_months": "3 месеца",
"chat.delete_message_confirm": "Наистина ли искате да изтриете това съобщение?",
- "chat.roomname": "Стая за разговори %1",
"chat.add-users-to-room": "Добавяне на потребители към стаята",
"composer.compose": "Писане",
"composer.show_preview": "Показване на прегледа",
diff --git a/public/language/bg/pages.json b/public/language/bg/pages.json
index 20002e1e12..826752c5e4 100644
--- a/public/language/bg/pages.json
+++ b/public/language/bg/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Популярните теми за всички времена",
"recent": "Скорошни теми",
"flagged-posts": "Докладвани публикации",
+ "ip-blacklist": "Черен списък за IP адреси",
"users/online": "Потребители на линия",
"users/latest": "Последни потребители",
"users/sort-posts": "Потребители с най-много публикации",
diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json
index 36500647ef..3009d753da 100644
--- a/public/language/bg/topic.json
+++ b/public/language/bg/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Изключените категории са засивени",
"confirm_move": "Преместване",
"confirm_fork": "Разделяне",
- "favourite": "Отметка",
- "favourites": "Отметки",
- "favourites.has_no_favourites": "Все още не сте си запазвали отметки към никакви публикации.",
+ "bookmark": "Отметка",
+ "bookmarks": "Отметки",
+ "bookmarks.has_no_bookmarks": "Все още не сте си запазвали отметки към никакви публикации.",
"loading_more_posts": "Зареждане на още публикации",
"move_topic": "Преместване на темата",
"move_topics": "Преместване на темите",
diff --git a/public/language/bg/user.json b/public/language/bg/user.json
index 44b8689945..c9e8d97b78 100644
--- a/public/language/bg/user.json
+++ b/public/language/bg/user.json
@@ -23,7 +23,7 @@
"profile": "Профил",
"profile_views": "Преглеждания на профила",
"reputation": "Репутация",
- "favourites": "Отметки",
+ "bookmarks": "Отметки",
"watched": "Наблюдавани",
"followers": "Последователи",
"following": "Следва",
diff --git a/public/language/bn/error.json b/public/language/bn/error.json
index 0e226b9097..8bb491a480 100644
--- a/public/language/bn/error.json
+++ b/public/language/bn/error.json
@@ -72,8 +72,8 @@
"still-uploading": "আপলোড সম্পূর্ণ জন্য অনুগ্রহ করে অপেক্ষা করুন",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "আপনি অন্য এ্যাডমিনদের নিষিদ্ধ করতে পারেন না!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/bn/global.json b/public/language/bn/global.json
index c3892735fa..151c8ac546 100644
--- a/public/language/bn/global.json
+++ b/public/language/bn/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "কোনও সাম্প্রতিক টপিক নেই",
"recentposts": "সাম্প্রতিক পোস্ট",
"recentips": "সাম্প্রতিক প্রবেশকৃত আইপি সমুহ",
+ "moderator_tools": "Moderator Tools",
"away": "দূরে",
"dnd": "Do not disturb",
"invisible": "অদৃশ্য",
diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json
index 9e705a29fc..e1effc2870 100644
--- a/public/language/bn/modules.json
+++ b/public/language/bn/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "৩০ দিন",
"chat.three_months": "৩ মাস",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/bn/pages.json b/public/language/bn/pages.json
index 877d2f2bfb..c68042e529 100644
--- a/public/language/bn/pages.json
+++ b/public/language/bn/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "সাম্প্রতিক টপিক",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json
index 6000265eaa..4a791cff7f 100644
--- a/public/language/bn/topic.json
+++ b/public/language/bn/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "নিস্ক্রীয় ক্যাটাগরীসমূহ ধূসর কালিতে লেখা রয়েছে। ",
"confirm_move": "সরান",
"confirm_fork": "ফর্ক",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "আরো পোষ্ট লোড করা হচ্ছে",
"move_topic": "টপিক সরান",
"move_topics": "টপিক সমূহ সরান",
diff --git a/public/language/bn/user.json b/public/language/bn/user.json
index b1d12ca4c6..40aa4b92a2 100644
--- a/public/language/bn/user.json
+++ b/public/language/bn/user.json
@@ -23,7 +23,7 @@
"profile": "প্রোফাইল",
"profile_views": "প্রোফাইল দেখেছেন",
"reputation": "সন্মাননা",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "দেখা হয়েছে",
"followers": "যাদের অনুসরণ করছেন",
"following": "যারা আপনাকে অনুসরণ করছে",
diff --git a/public/language/cs/error.json b/public/language/cs/error.json
index 204707feab..f9fcb1e412 100644
--- a/public/language/cs/error.json
+++ b/public/language/cs/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Vyčkejte, prosím, nežli se vše kompletně nahraje.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Nemůžete zakazovat ostatní administrátory!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/cs/global.json b/public/language/cs/global.json
index f491e40a0a..ae8cd5bd6c 100644
--- a/public/language/cs/global.json
+++ b/public/language/cs/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Žádné nedávné témata",
"recentposts": "Nedávné příspěvky",
"recentips": "Naposledy zaznamenané IP adresy",
+ "moderator_tools": "Moderator Tools",
"away": "Pryč",
"dnd": "Nevyrušovat",
"invisible": "Neviditelný",
diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json
index 38bcd30ba9..09b85a977a 100644
--- a/public/language/cs/modules.json
+++ b/public/language/cs/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dní",
"chat.three_months": "3 měsíce",
"chat.delete_message_confirm": "Jste si jisti že chcete odstranit tuto zprávu?",
- "chat.roomname": "Místnost %1",
"chat.add-users-to-room": "Přidat uživatele do místnosti",
"composer.compose": "Napsat",
"composer.show_preview": "Ukázat náhled",
diff --git a/public/language/cs/pages.json b/public/language/cs/pages.json
index fa26c71136..1a735e94d1 100644
--- a/public/language/cs/pages.json
+++ b/public/language/cs/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Oblíbená témata za celou dobu",
"recent": "Aktuální témata",
"flagged-posts": "Označené příspěvky",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Uživatelé online",
"users/latest": "Nejnovější uživatelé",
"users/sort-posts": "Uživatelé s nejvíce příspěvky",
diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json
index 62964c42dc..2aeb8ea5a2 100644
--- a/public/language/cs/topic.json
+++ b/public/language/cs/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.",
"confirm_move": "Přesunout",
"confirm_fork": "Rozdělit",
- "favourite": "Záložka",
- "favourites": "Záložky",
- "favourites.has_no_favourites": "Zatím jste do záložek nepřidal žádné příspěvky.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Načítání více příspěvků",
"move_topic": "Přesunout téma",
"move_topics": "Přesunout témata",
diff --git a/public/language/cs/user.json b/public/language/cs/user.json
index 24fde19720..7aff6b7cbf 100644
--- a/public/language/cs/user.json
+++ b/public/language/cs/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Zobrazení profilu",
"reputation": "Reputace",
- "favourites": "Záložky",
+ "bookmarks": "Bookmarks",
"watched": "Sledován",
"followers": "Sledují ho",
"following": "Sleduje",
diff --git a/public/language/da/error.json b/public/language/da/error.json
index eff66f2cd1..995da25179 100644
--- a/public/language/da/error.json
+++ b/public/language/da/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Venligst vent til overførslen er færdig",
"file-too-big": "Maksimum filstørrelse er %1 kB - venligst overfør en mindre fil",
"guest-upload-disabled": "Gæsteupload er deaktiveret",
- "already-favourited": "Du har allerede bogmærket dette indlæg",
- "already-unfavourited": "Du har allerede fjernet dette indlæg fra bogmærker",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Du kan ikke udlukke andre administatrorer!",
"cant-remove-last-admin": "Du er den eneste administrator. Tilføj en anden bruger som administrator før du fjerner dig selv som administrator",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/da/global.json b/public/language/da/global.json
index c3fb639f3f..8a0f248197 100644
--- a/public/language/da/global.json
+++ b/public/language/da/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Ingen seneste tråde",
"recentposts": "Seneste indlæg",
"recentips": "Seneste loggede ind IPer",
+ "moderator_tools": "Moderator Tools",
"away": "Væk",
"dnd": "Vil ikke forstyres",
"invisible": "Usynlig",
diff --git a/public/language/da/modules.json b/public/language/da/modules.json
index ce13f1ec67..316ffc92af 100644
--- a/public/language/da/modules.json
+++ b/public/language/da/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dage",
"chat.three_months": "3 måneder",
"chat.delete_message_confirm": "Er du sikker på at du vil slette denne besked?",
- "chat.roomname": "Chatrum %1",
"chat.add-users-to-room": "Tilføj brugere til chatrum",
"composer.compose": "Skriv",
"composer.show_preview": "Vis forhåndsvisning",
diff --git a/public/language/da/pages.json b/public/language/da/pages.json
index 6c90eafaa2..9492430b20 100644
--- a/public/language/da/pages.json
+++ b/public/language/da/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Top populære tråde",
"recent": "Seneste tråde",
"flagged-posts": "Anmeldte Indlæg",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online brugere",
"users/latest": "Seneste brugere",
"users/sort-posts": "Brugere med de fleste indlæg",
diff --git a/public/language/da/topic.json b/public/language/da/topic.json
index 7d74d3ee19..119bb96b45 100644
--- a/public/language/da/topic.json
+++ b/public/language/da/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Deaktiverede kategorier er nedtonede",
"confirm_move": "Flyt",
"confirm_fork": "Fraskil",
- "favourite": "Bogmærke",
- "favourites": "Bogmærker",
- "favourites.has_no_favourites": "Du har ikke tilføjet nogle indlæg til dine bogmærker endnu.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Indlæser flere indlæg",
"move_topic": "Flyt tråd",
"move_topics": "Flyt tråde",
diff --git a/public/language/da/user.json b/public/language/da/user.json
index 6ebeb2e391..c47328889b 100644
--- a/public/language/da/user.json
+++ b/public/language/da/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Profil visninger",
"reputation": "Omdømme",
- "favourites": "Bogmærker",
+ "bookmarks": "Bookmarks",
"watched": "Set",
"followers": "Followers",
"following": "Følger",
diff --git a/public/language/de/error.json b/public/language/de/error.json
index 0b99880516..eac7845400 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Bitte warte bis der Vorgang abgeschlossen ist.",
"file-too-big": "Die maximale Dateigröße ist %1 kB, bitte lade eine kleinere Datei hoch.",
"guest-upload-disabled": "Uploads für Gäste wurden deaktiviert.",
- "already-favourited": "Du hast diesen Beitrag bereits als Lesezeichen gespeichert",
- "already-unfavourited": "Du hast diesen Beitrag bereits aus deinen Lesezeichen entfernt",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!",
"cant-remove-last-admin": "Du bist der einzige Administrator. Füge zuerst einen anderen Administrator hinzu, bevor du dich selbst als Administrator entfernst",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/de/global.json b/public/language/de/global.json
index bbd3695b3f..3cf48aa93c 100644
--- a/public/language/de/global.json
+++ b/public/language/de/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Keine aktuellen Themen",
"recentposts": "Aktuelle Beiträge",
"recentips": "Zuletzt angemeldete IPs",
+ "moderator_tools": "Moderator Tools",
"away": "Abwesend",
"dnd": "Nicht stören",
"invisible": "Unsichtbar",
diff --git a/public/language/de/modules.json b/public/language/de/modules.json
index d54cea21ab..4c4ea0f884 100644
--- a/public/language/de/modules.json
+++ b/public/language/de/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Tage",
"chat.three_months": "3 Monate",
"chat.delete_message_confirm": "Bist du sicher, dass du diese Nachricht löschen möchtest?",
- "chat.roomname": "Raum %1",
"chat.add-users-to-room": "Benutzer zum Raum hinzufügen",
"composer.compose": "Verfassen",
"composer.show_preview": "Vorschau zeigen",
diff --git a/public/language/de/pages.json b/public/language/de/pages.json
index 6cc5b29272..bfa0d7d6b1 100644
--- a/public/language/de/pages.json
+++ b/public/language/de/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Beliebteste Themen",
"recent": "Neueste Themen",
"flagged-posts": "Gemeldete Beiträge",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Benutzer online",
"users/latest": "Neuste Benutzer",
"users/sort-posts": "Benutzer mit den meisten Beiträgen",
diff --git a/public/language/de/topic.json b/public/language/de/topic.json
index 8da8b5111a..ef387b8a64 100644
--- a/public/language/de/topic.json
+++ b/public/language/de/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.",
"confirm_move": "Verschieben",
"confirm_fork": "Aufspalten",
- "favourite": "Lesezeichen",
- "favourites": "Lesezeichen",
- "favourites.has_no_favourites": "Du hast noch keine Beiträge als Lesezeichen gespeichert.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Lade mehr Beiträge",
"move_topic": "Thema verschieben",
"move_topics": "Themen verschieben",
diff --git a/public/language/de/user.json b/public/language/de/user.json
index 3be8c26959..804a483b41 100644
--- a/public/language/de/user.json
+++ b/public/language/de/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Profilaufrufe",
"reputation": "Ansehen",
- "favourites": "Lesezeichen",
+ "bookmarks": "Bookmarks",
"watched": "Beobachtet",
"followers": "Follower",
"following": "Folge ich",
diff --git a/public/language/el/error.json b/public/language/el/error.json
index 54f4e8700f..25043656bb 100644
--- a/public/language/el/error.json
+++ b/public/language/el/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Παρακαλώ περίμενε να τελειώσει το ανέβασμα των αρχείων.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Δεν μπορείς να αποκλείσεις άλλους διαχειριστές!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/el/global.json b/public/language/el/global.json
index 43b3b73e75..033b0ff7d0 100644
--- a/public/language/el/global.json
+++ b/public/language/el/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Δεν υπάρχουν πρόσφατα θέματα",
"recentposts": "Πρόσφατες Δημοσιεύσεις",
"recentips": "Πρόσφατη IP Σύνδεσης",
+ "moderator_tools": "Moderator Tools",
"away": "Απών/ούσα",
"dnd": "Do not disturb",
"invisible": "Αόρατος/η",
diff --git a/public/language/el/modules.json b/public/language/el/modules.json
index ede8e8cd3c..6466ccbf1f 100644
--- a/public/language/el/modules.json
+++ b/public/language/el/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Ημέρες",
"chat.three_months": "3 Μήνες",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/el/pages.json b/public/language/el/pages.json
index 0e5de4d880..18a7dd1ef8 100644
--- a/public/language/el/pages.json
+++ b/public/language/el/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Πρόσφατα Θέματα",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/el/topic.json b/public/language/el/topic.json
index 1cee055532..27e65e0f0a 100644
--- a/public/language/el/topic.json
+++ b/public/language/el/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Οι απενεργοποιημένες κατηγορίες είναι γκριζαρισμένες",
"confirm_move": "Μετακίνηση",
"confirm_fork": "Διαχωρισμός",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Φόρτωση περισσότερων δημοσιεύσεων",
"move_topic": "Μετακίνηση Θέματος",
"move_topics": "Μετακίνηση Θεμάτων",
diff --git a/public/language/el/user.json b/public/language/el/user.json
index c312841409..de5f4aa56b 100644
--- a/public/language/el/user.json
+++ b/public/language/el/user.json
@@ -23,7 +23,7 @@
"profile": "Προφίλ",
"profile_views": "Views του προφίλ",
"reputation": "Φήμη",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "Ακόλουθοι",
"following": "Ακολουθά",
diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json
index 076a5c0345..01b85a5c5d 100644
--- a/public/language/en@pirate/error.json
+++ b/public/language/en@pirate/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Please wait for uploads to complete.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "You can't ban other admins!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json
index 13a2d3d7e6..3655b62ae6 100644
--- a/public/language/en@pirate/global.json
+++ b/public/language/en@pirate/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "No Recent Topics",
"recentposts": "Recent Messages",
"recentips": "Recently Logged In IPs",
+ "moderator_tools": "Moderator Tools",
"away": "Out to sea",
"dnd": "Do not disturb",
"invisible": "Magic usin'",
diff --git a/public/language/en@pirate/modules.json b/public/language/en@pirate/modules.json
index ec634a0258..83e79d877a 100644
--- a/public/language/en@pirate/modules.json
+++ b/public/language/en@pirate/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Days",
"chat.three_months": "3 Months",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/en@pirate/pages.json b/public/language/en@pirate/pages.json
index e906ebeca1..af720e865c 100644
--- a/public/language/en@pirate/pages.json
+++ b/public/language/en@pirate/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Recent Topics",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json
index a6bf44624a..3d5ec7814e 100644
--- a/public/language/en@pirate/topic.json
+++ b/public/language/en@pirate/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Disabled Categories are greyed out",
"confirm_move": "Move",
"confirm_fork": "Fork",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Loading More Posts",
"move_topic": "Move Topic",
"move_topics": "Move Topics",
diff --git a/public/language/en@pirate/user.json b/public/language/en@pirate/user.json
index 37d68aa70c..4ebf6d9984 100644
--- a/public/language/en@pirate/user.json
+++ b/public/language/en@pirate/user.json
@@ -23,7 +23,7 @@
"profile": "Profile",
"profile_views": "Profile views",
"reputation": "Reputation",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "Followers",
"following": "Following",
diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json
index 076a5c0345..01b85a5c5d 100644
--- a/public/language/en_US/error.json
+++ b/public/language/en_US/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Please wait for uploads to complete.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "You can't ban other admins!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/en_US/global.json b/public/language/en_US/global.json
index 9b01509159..113e7c28e1 100644
--- a/public/language/en_US/global.json
+++ b/public/language/en_US/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "No Recent Topics",
"recentposts": "Recent Posts",
"recentips": "Recently Logged In IPs",
+ "moderator_tools": "Moderator Tools",
"away": "Away",
"dnd": "Do not disturb",
"invisible": "Invisible",
diff --git a/public/language/en_US/modules.json b/public/language/en_US/modules.json
index d00b009403..ca132d5345 100644
--- a/public/language/en_US/modules.json
+++ b/public/language/en_US/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Days",
"chat.three_months": "3 Months",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/en_US/pages.json b/public/language/en_US/pages.json
index e906ebeca1..af720e865c 100644
--- a/public/language/en_US/pages.json
+++ b/public/language/en_US/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Recent Topics",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/en_US/topic.json b/public/language/en_US/topic.json
index a6bf44624a..3d5ec7814e 100644
--- a/public/language/en_US/topic.json
+++ b/public/language/en_US/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Disabled Categories are greyed out",
"confirm_move": "Move",
"confirm_fork": "Fork",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Loading More Posts",
"move_topic": "Move Topic",
"move_topics": "Move Topics",
diff --git a/public/language/en_US/user.json b/public/language/en_US/user.json
index ce8c78f283..05002d86af 100644
--- a/public/language/en_US/user.json
+++ b/public/language/en_US/user.json
@@ -23,7 +23,7 @@
"profile": "Profile",
"profile_views": "Profile views",
"reputation": "Reputation",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "Followers",
"following": "Following",
diff --git a/public/language/es/error.json b/public/language/es/error.json
index 569a35f539..fbeb9e21be 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Por favor, espera a que terminen las subidas.",
"file-too-big": "El tamaño de fichero máximo es de %1 kB - por favor, suba un fichero más pequeño",
"guest-upload-disabled": "Las subidas están deshabilitadas para los invitados",
- "already-favourited": "Ya habías guardado este post.",
- "already-unfavourited": "Ya habías desguardado este post.",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "¡No puedes expulsar a otros administradores!",
"cant-remove-last-admin": "Tu eres el unico administrador. Añade otro usuario como administrador antes de eliminarte a ti mismo.",
"cant-delete-admin": "Quitar privilegios de administrador de ésta cuenta antes de intentar borrarla",
diff --git a/public/language/es/global.json b/public/language/es/global.json
index da2a21b1fa..5fb9d9ccdf 100644
--- a/public/language/es/global.json
+++ b/public/language/es/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "No hay temas recientes",
"recentposts": "Publicaciones recientes",
"recentips": "IP's conectadas recientemente",
+ "moderator_tools": "Moderator Tools",
"away": "Ausente",
"dnd": "No molestar",
"invisible": "Invisible",
diff --git a/public/language/es/modules.json b/public/language/es/modules.json
index 14114aa88c..209e9e4f9b 100644
--- a/public/language/es/modules.json
+++ b/public/language/es/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 días",
"chat.three_months": "3 meses",
"chat.delete_message_confirm": "¿Estás seguro de que deseas eliminar este mensaje?",
- "chat.roomname": "Sala de chat %1",
"chat.add-users-to-room": "Añadir usuarios a la sala",
"composer.compose": "Crear",
"composer.show_preview": "Ver Previsualización",
diff --git a/public/language/es/pages.json b/public/language/es/pages.json
index 2ca1263ff9..bac4b981d5 100644
--- a/public/language/es/pages.json
+++ b/public/language/es/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Temas populares de siempre",
"recent": "Temas recientes",
"flagged-posts": "Posts reportados",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Conectados",
"users/latest": "Últimos usuarios",
"users/sort-posts": "Top por mensajes",
diff --git a/public/language/es/topic.json b/public/language/es/topic.json
index 0f7acfaca0..4a3958e54f 100644
--- a/public/language/es/topic.json
+++ b/public/language/es/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Las categorías deshabilitadas están en gris",
"confirm_move": "Mover",
"confirm_fork": "Dividir",
- "favourite": "Marcador",
- "favourites": "Marcadores",
- "favourites.has_no_favourites": "No has marcado ningún tema aún.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Cargando más publicaciones",
"move_topic": "Mover tema",
"move_topics": "Mover temas",
diff --git a/public/language/es/user.json b/public/language/es/user.json
index e605cf72a0..143b1931d2 100644
--- a/public/language/es/user.json
+++ b/public/language/es/user.json
@@ -23,7 +23,7 @@
"profile": "Perfil",
"profile_views": "Visitas",
"reputation": "Reputación",
- "favourites": "Marcadores",
+ "bookmarks": "Bookmarks",
"watched": "Suscritos",
"followers": "Seguidores",
"following": "Siguiendo",
diff --git a/public/language/et/error.json b/public/language/et/error.json
index be7a5dcd48..d4d64833f1 100644
--- a/public/language/et/error.json
+++ b/public/language/et/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Palun oota, kuni üleslaadimised on laetud.",
"file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kB - valige väiksema mahuga fail.",
"guest-upload-disabled": "Külaliste üleslaadimine on keelatud.",
- "already-favourited": "Sa oled juba selle postituse järjehoidjatesse pannud.",
- "already-unfavourited": "Sa oled juba selle postituse järjehoidjatest ära võtnud.",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!",
"cant-remove-last-admin": "Te olete ainus administraator. Lisage keegi teine administraatoriks, enne kui eemaldate endalt administraatori.",
"cant-delete-admin": "Eemalda sellelt kasutajalt administraatori õigused enne selle kustutamist",
diff --git a/public/language/et/global.json b/public/language/et/global.json
index 07a395cc83..e333b8ead6 100644
--- a/public/language/et/global.json
+++ b/public/language/et/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Hiljutisi teemasid ei ole",
"recentposts": "Hiljutised postitused",
"recentips": "Hiljutised IP'd, millelt sisse logitud",
+ "moderator_tools": "Moderator Tools",
"away": "Eemal",
"dnd": "Mitte segada",
"invisible": "Nähtamatu",
diff --git a/public/language/et/modules.json b/public/language/et/modules.json
index 5824723051..c571232b7c 100644
--- a/public/language/et/modules.json
+++ b/public/language/et/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Päeva",
"chat.three_months": "3 Kuud",
"chat.delete_message_confirm": "Oled kindel, et soovid selle sõnumi kustutada?",
- "chat.roomname": "Vestlustuba %1",
"chat.add-users-to-room": "Lisa kasutajaid ruumi",
"composer.compose": "Koosta",
"composer.show_preview": "Kuva eelvaadet",
diff --git a/public/language/et/pages.json b/public/language/et/pages.json
index d22b929152..938fc79e13 100644
--- a/public/language/et/pages.json
+++ b/public/language/et/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Populaarseimad teemad üldse",
"recent": "Hiljutised teemad",
"flagged-posts": "Märgistatud postitused",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Sisseloginud kasutajad",
"users/latest": "Hiljutised kasutajad",
"users/sort-posts": "Kasutajad, kel on enim postitusi",
diff --git a/public/language/et/topic.json b/public/language/et/topic.json
index 003ec3b941..6739bca1fd 100644
--- a/public/language/et/topic.json
+++ b/public/language/et/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Kinnised kategooriad on hallid",
"confirm_move": "Liiguta",
"confirm_fork": "Fork",
- "favourite": "Järjehoidja",
- "favourites": "Järjehoidjad",
- "favourites.has_no_favourites": "Sa ei ole ühtegi postitust pannud järjehoidjatesse veel.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Laen postitusi",
"move_topic": "Liiguta teemat",
"move_topics": "Liiguta teemasi",
diff --git a/public/language/et/user.json b/public/language/et/user.json
index ab2d33c6e4..f37129994a 100644
--- a/public/language/et/user.json
+++ b/public/language/et/user.json
@@ -23,7 +23,7 @@
"profile": "Profiil",
"profile_views": "Vaatamisi",
"reputation": "Reputatsioon",
- "favourites": "Järjehoidjad",
+ "bookmarks": "Bookmarks",
"watched": "Vaadatud",
"followers": "Jälgijad",
"following": "Jälgimised",
diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json
index d6c420b126..9a5ed501be 100644
--- a/public/language/fa_IR/error.json
+++ b/public/language/fa_IR/error.json
@@ -72,8 +72,8 @@
"still-uploading": "خواهشمندیم تا پایان بارگذاریها شکیبا باشید.",
"file-too-big": "حداکثر مجاز حجم فایل %1 کیلوبایت می باشد - لطفا فایلی با حجم کمتر بارگذاری کنید",
"guest-upload-disabled": "بارگذاری برای مهمانان غیر فعال شده است",
- "already-favourited": "شما در حال حاضر این پست را به علاقمندی های خود اضافه کرده ایید",
- "already-unfavourited": "شما در حال حاضر این پست را از لیست علاقمندی خود خارج کردید",
+ "already-bookmarked": "شما قبلا این پست را نشانک کردهاید",
+ "already-unbookmarked": "شما قبلا این پست را از نشانک در آوردید",
"cant-ban-other-admins": "شما نمیتوانید دیگر مدیران را محروم کنید!",
"cant-remove-last-admin": "شما تنها مدیر می باشید . شما باید قبل از عزل خود از مدیریت یک کاربر دیگر را مدیر کنید",
"cant-delete-admin": "قبل از حذف این کاربر دسترسی های مدیریت را از وی بگیرید.",
diff --git a/public/language/fa_IR/global.json b/public/language/fa_IR/global.json
index d9b70f3224..8b1d04c5cb 100644
--- a/public/language/fa_IR/global.json
+++ b/public/language/fa_IR/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "هیچ جستار تازهای نیست",
"recentposts": "دیدگاههای تازه",
"recentips": "آخرین آیپی وارد شده",
+ "moderator_tools": "Moderator Tools",
"away": "دور از دسترس",
"dnd": "مزاحم نشوید",
"invisible": "مخفی",
diff --git a/public/language/fa_IR/modules.json b/public/language/fa_IR/modules.json
index dac3c93b2f..e97177c887 100644
--- a/public/language/fa_IR/modules.json
+++ b/public/language/fa_IR/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 روز",
"chat.three_months": "3 ماه",
"chat.delete_message_confirm": "آیا مطمئن هستید که می خواهید این پیام را حذف کنید؟",
- "chat.roomname": "اتاق گفتگو %1",
"chat.add-users-to-room": "اضافه کردن کاربر به این گفتگو",
"composer.compose": "ارسال",
"composer.show_preview": "نمایش پیشنمایش",
diff --git a/public/language/fa_IR/pages.json b/public/language/fa_IR/pages.json
index fd04a9f0b3..2b0c51f60c 100644
--- a/public/language/fa_IR/pages.json
+++ b/public/language/fa_IR/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "پربازدیدترین موضوعات",
"recent": "موضوعهای تازه",
"flagged-posts": "پست نشانه گذاری شده",
+ "ip-blacklist": "لیست سیاه آیپی",
"users/online": "کاربران آنلاین",
"users/latest": "آخرین کاربران",
"users/sort-posts": "کاربران با بیشترین پست",
diff --git a/public/language/fa_IR/topic.json b/public/language/fa_IR/topic.json
index 391b15731d..315f28dab2 100644
--- a/public/language/fa_IR/topic.json
+++ b/public/language/fa_IR/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "دستههای از کار افتاده به رنگ خاکستری در میآیند",
"confirm_move": "جابهجا کردن",
"confirm_fork": "شاخه ساختن",
- "favourite": "علاقمندی",
- "favourites": "علاقمندی ها",
- "favourites.has_no_favourites": "شما هیچ پستی را به صورت علاقمندی ندارید.",
+ "bookmark": "نشانک",
+ "bookmarks": "نشانکها",
+ "bookmarks.has_no_bookmarks": "شما هیچ پستی را نشانک نکردید",
"loading_more_posts": "بارگذاری پستهای بیشتر",
"move_topic": "جابهجایی موضوع",
"move_topics": "انتقال موضوع",
diff --git a/public/language/fa_IR/user.json b/public/language/fa_IR/user.json
index 520868319b..1c31cd37ce 100644
--- a/public/language/fa_IR/user.json
+++ b/public/language/fa_IR/user.json
@@ -23,7 +23,7 @@
"profile": "پروفایل",
"profile_views": "بازدیدهای نمایه",
"reputation": "اعتبار",
- "favourites": "علاقمندی ها",
+ "bookmarks": "نشانکها",
"watched": "پیگیری شده",
"followers": "دنبالکنندهها",
"following": "دنبالشوندهها",
diff --git a/public/language/fi/error.json b/public/language/fi/error.json
index 90ade01717..e650f6c09a 100644
--- a/public/language/fi/error.json
+++ b/public/language/fi/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Ole hyvä ja odota tiedostojen lähettämisen valmistumista.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/fi/global.json b/public/language/fi/global.json
index adea62f9c0..a781ecc948 100644
--- a/public/language/fi/global.json
+++ b/public/language/fi/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Ei viimeaikaisia aiheita",
"recentposts": "Viimeisimmät viestit",
"recentips": "Äskettäin kirjautuneet IP-osoitteet",
+ "moderator_tools": "Moderator Tools",
"away": "Poissa",
"dnd": "Do not disturb",
"invisible": "Näkymätön",
diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json
index 2038bdfd96..64f8615f48 100644
--- a/public/language/fi/modules.json
+++ b/public/language/fi/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 päivää",
"chat.three_months": "3 kuukautta",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/fi/pages.json b/public/language/fi/pages.json
index 5e8336f28d..4ac31974c4 100644
--- a/public/language/fi/pages.json
+++ b/public/language/fi/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Suositut aiheet koko ajalta",
"recent": "Viimeisimmät aiheet",
"flagged-posts": "Liputetut viestit",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Paikalla olevat käyttäjät",
"users/latest": "Viimeisimmat käyttäjät",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json
index 18950d0fda..569f5aed3c 100644
--- a/public/language/fi/topic.json
+++ b/public/language/fi/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Käytöstä poistetut aihealueet ovat harmaina",
"confirm_move": "Siirrä",
"confirm_fork": "Haaroita",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Ladataan lisää viestejä",
"move_topic": "Siirrä aihe",
"move_topics": "Move Topics",
diff --git a/public/language/fi/user.json b/public/language/fi/user.json
index f1344be78f..f445bd1e7d 100644
--- a/public/language/fi/user.json
+++ b/public/language/fi/user.json
@@ -23,7 +23,7 @@
"profile": "Profiili",
"profile_views": "Profiilia katsottu",
"reputation": "Maine",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Seurattu",
"followers": "Seuraajat",
"following": "Seuratut",
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index a71e59534c..90ab78fbf8 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Veuillez patienter pendant le téléchargement.",
"file-too-big": "La taille maximale autorisée pour un fichier est de %1 kb. Veuillez envoyer un fichier plus petit.",
"guest-upload-disabled": "Le téléversement est désactivé pour les Invités.",
- "already-favourited": "Vous avez déjà mis un marque-page",
- "already-unfavourited": "Vous avez déjà retiré un marque-page",
+ "already-bookmarked": "Vous avez déjà mis un marque-page",
+ "already-unbookmarked": "Vous avez déjà retiré un marque-page",
"cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !",
"cant-remove-last-admin": "Vous seul êtes administrateur. Ajouter un autre utilisateur en tant qu'administrateur avant de vous en retirer.",
"cant-delete-admin": "Veuillez retirer les droits d'administration de ce compte avant de tenter de le supprimer.",
diff --git a/public/language/fr/global.json b/public/language/fr/global.json
index 05dfc319fc..52def5161b 100644
--- a/public/language/fr/global.json
+++ b/public/language/fr/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Aucun sujet récent",
"recentposts": "Messages récents",
"recentips": "Adresses IP récemment enregistées",
+ "moderator_tools": "Outils de modération",
"away": "Absent",
"dnd": "Occupé",
"invisible": "Invisible",
diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json
index 7cbdc0ebc6..18db6cd48f 100644
--- a/public/language/fr/modules.json
+++ b/public/language/fr/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Jours",
"chat.three_months": "3 Mois",
"chat.delete_message_confirm": "Êtes-vous sûr de vouloir supprimer ce message ?",
- "chat.roomname": "Salle de discussion %1",
"chat.add-users-to-room": "Ajouter des participants",
"composer.compose": "Écrire",
"composer.show_preview": "Afficher l'aperçu",
diff --git a/public/language/fr/pages.json b/public/language/fr/pages.json
index 0191aed5ea..898d6c84ce 100644
--- a/public/language/fr/pages.json
+++ b/public/language/fr/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Sujets populaires depuis toujours",
"recent": "Sujets récents",
"flagged-posts": "Messages signalés",
+ "ip-blacklist": "Liste noire d'adresses IP",
"users/online": "Utilisateurs en ligne",
"users/latest": "Derniers inscrits",
"users/sort-posts": "Utilisateurs avec le plus de messages",
@@ -36,7 +37,7 @@
"account/posts": "Messages postés par %1",
"account/topics": "Sujets créés par %1",
"account/groups": "Groupes auxquels appartient %1",
- "account/bookmarks": "%1's Bookmarked Posts",
+ "account/bookmarks": "Marques-pages de %1",
"account/settings": "Paramètres d'utilisateur",
"account/watched": "Sujets auxquels %1 est abonné",
"account/upvoted": "Messages pour lesquels %1 a voté",
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index 06c08bd13e..1196b3b447 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Les catégories désactivées sont grisées",
"confirm_move": "Déplacer",
"confirm_fork": "Scinder",
- "favourite": "Marque-page",
- "favourites": "Marque-page",
- "favourites.has_no_favourites": "Vous n'avez aucuns marque-page.",
+ "bookmark": "Marque-page",
+ "bookmarks": "Marque-pages",
+ "bookmarks.has_no_bookmarks": "Vous n'avez encore aucun marque-page.",
"loading_more_posts": "Charger plus de messages",
"move_topic": "Déplacer le sujet",
"move_topics": "Déplacer des sujets",
diff --git a/public/language/fr/user.json b/public/language/fr/user.json
index 6379677d76..98cb990439 100644
--- a/public/language/fr/user.json
+++ b/public/language/fr/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Vues",
"reputation": "Réputation",
- "favourites": "Marque-pages",
+ "bookmarks": "Marque-pages",
"watched": "Abonnements",
"followers": "Abonnés",
"following": "Abonnements",
diff --git a/public/language/gl/error.json b/public/language/gl/error.json
index 80efe2e431..623b53d58a 100644
--- a/public/language/gl/error.json
+++ b/public/language/gl/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Por favor, agarda a que remate a subida.",
"file-too-big": "O tamaño máximo permitido é %1 kB - por favor, sube un arquivo máis pequeno",
"guest-upload-disabled": "As subidas están deshabilitadas para os convidados",
- "already-favourited": "Xa gardaras esta publicación.",
- "already-unfavourited": "Xa desgardaras esta publicación.",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Non podes botar outros administradores!",
"cant-remove-last-admin": "Eres o único administrador. Engade outros administradores antes de quitarte a ti mesmo como administrador.",
"cant-delete-admin": "Retirar privilexios de administrador desta conta antes de intentar borrala",
diff --git a/public/language/gl/global.json b/public/language/gl/global.json
index e4e8889b60..e7ce44f727 100644
--- a/public/language/gl/global.json
+++ b/public/language/gl/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Non hai temas recentes",
"recentposts": "Mensaxes recentes",
"recentips": "Conectado recentemente en IPs",
+ "moderator_tools": "Moderator Tools",
"away": "Fóra",
"dnd": "Non dispoñible",
"invisible": "Invisible",
diff --git a/public/language/gl/modules.json b/public/language/gl/modules.json
index f2f4605276..5557ada5b3 100644
--- a/public/language/gl/modules.json
+++ b/public/language/gl/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Días",
"chat.three_months": "3 Meses",
"chat.delete_message_confirm": "Estás seguro de que desexas eliminar esta mensaxe?",
- "chat.roomname": "Sala de chat %1",
"chat.add-users-to-room": "Engadir usuarios á sala",
"composer.compose": "Elaborar",
"composer.show_preview": "Amosar vista previa",
diff --git a/public/language/gl/pages.json b/public/language/gl/pages.json
index 42001c3f70..f9cd532725 100644
--- a/public/language/gl/pages.json
+++ b/public/language/gl/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Temas populares de tódolos tempos",
"recent": "Temas recentes",
"flagged-posts": "Publicacions Marcadas.",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Usuarios conectados",
"users/latest": "Últimos usuarios",
"users/sort-posts": "Usuarios con máis temas",
diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json
index a66c0907ef..8cac835b44 100644
--- a/public/language/gl/topic.json
+++ b/public/language/gl/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "As categorías deshabilitadas están en gris",
"confirm_move": "Mover",
"confirm_fork": "Dividir",
- "favourite": "Marcador",
- "favourites": "Marcadores",
- "favourites.has_no_favourites": "Aínda non marcache ningún tema. ",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Cargando máis publicacións",
"move_topic": "Mover Tema",
"move_topics": "Mover Temas",
diff --git a/public/language/gl/user.json b/public/language/gl/user.json
index 350604ac8b..0714716518 100644
--- a/public/language/gl/user.json
+++ b/public/language/gl/user.json
@@ -23,7 +23,7 @@
"profile": "Perfil",
"profile_views": "Visitas ao perfil:",
"reputation": "Reputación",
- "favourites": "Marcadores",
+ "bookmarks": "Bookmarks",
"watched": "Visto",
"followers": "Seguidores",
"following": "Seguindo",
diff --git a/public/language/he/error.json b/public/language/he/error.json
index f84a042f25..0862e123bb 100644
--- a/public/language/he/error.json
+++ b/public/language/he/error.json
@@ -72,8 +72,8 @@
"still-uploading": "אנא המתן לסיום ההעלאות",
"file-too-big": "הגודל המקסימלי של הקובץ הוא %1 קילובייט - אנא העלה קובץ קטן יותר",
"guest-upload-disabled": "העלאת אורחים אינה מאופשרת",
- "already-favourited": "כבר סימנת את הפוסט הזה",
- "already-unfavourited": "כבר הסרת את הסימון מפוסט זה",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "אינך יכול לחסום מנהלים אחרים!",
"cant-remove-last-admin": "אתה המנהל היחיד. הוסף משתמש אחר לניהול לפני שאתה מוריד את עצמך מניהול",
"cant-delete-admin": "משתמש זה מוגדר כמנהל. על מנת למחוק את המשתמש, עליך להסיר קודם את גישותיו.",
diff --git a/public/language/he/global.json b/public/language/he/global.json
index 8ada0b3245..63e358d1b2 100644
--- a/public/language/he/global.json
+++ b/public/language/he/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "אין נושאים מהזמן החרון",
"recentposts": "פוסטים אחרונים",
"recentips": "כתובות IP שנכנסו למערכת לאחרונה",
+ "moderator_tools": "Moderator Tools",
"away": "לא נמצא",
"dnd": "נא לא להפריע",
"invisible": "מוסתר",
diff --git a/public/language/he/modules.json b/public/language/he/modules.json
index fda2dd982c..f4021b4b50 100644
--- a/public/language/he/modules.json
+++ b/public/language/he/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 ימים",
"chat.three_months": "3 חודשים",
"chat.delete_message_confirm": "האם אתה בטוח שברצונך למחוק הודעה זו?",
- "chat.roomname": "צ'אט %1",
"chat.add-users-to-room": "הוסף משתמשים לצ'אט",
"composer.compose": "צור",
"composer.show_preview": "הצג תצוגה מקדימה",
diff --git a/public/language/he/pages.json b/public/language/he/pages.json
index 6affa90b24..2ae5abf720 100644
--- a/public/language/he/pages.json
+++ b/public/language/he/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "הנושאים החמים בכל הזמנים",
"recent": "נושאים אחרונים",
"flagged-posts": "פוסטים מסומנים",
+ "ip-blacklist": "IP Blacklist",
"users/online": "משתמשים מחוברים",
"users/latest": "משתמשים אחרונים",
"users/sort-posts": "משתמשים עם המונה הגבוה ביותר",
diff --git a/public/language/he/topic.json b/public/language/he/topic.json
index aef745d1d3..6bed2224f3 100644
--- a/public/language/he/topic.json
+++ b/public/language/he/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "קטגוריות מבוטלות צבועות באפור",
"confirm_move": "הזז",
"confirm_fork": "שכפל",
- "favourite": "סימניה",
- "favourites": "סימניות",
- "favourites.has_no_favourites": "עוד לא סימנת שום פוסט.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "טוען פוסטים נוספים",
"move_topic": "הזז נושא",
"move_topics": "הזז נושאים",
diff --git a/public/language/he/user.json b/public/language/he/user.json
index f09484a711..014fc5053e 100644
--- a/public/language/he/user.json
+++ b/public/language/he/user.json
@@ -23,7 +23,7 @@
"profile": "פרופיל",
"profile_views": "צפיות בפרופיל",
"reputation": "מוניטין",
- "favourites": "סימניות",
+ "bookmarks": "Bookmarks",
"watched": "נצפה",
"followers": "עוקבים",
"following": "עוקב אחרי",
diff --git a/public/language/hu/error.json b/public/language/hu/error.json
index 7f77bc1fff..297fbfbfb2 100644
--- a/public/language/hu/error.json
+++ b/public/language/hu/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Kérlek várj, amíg a feltöltés befejeződik.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Nem tilthatsz ki másik adminisztrátort!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/hu/global.json b/public/language/hu/global.json
index 17b9be5766..05fdd22a10 100644
--- a/public/language/hu/global.json
+++ b/public/language/hu/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Nincs friss téma",
"recentposts": "Friss hozzászólások",
"recentips": "Utoljára bejelentkezett IP címek",
+ "moderator_tools": "Moderator Tools",
"away": "Távol van",
"dnd": "Do not disturb",
"invisible": "Láthatatlan",
diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json
index 6b050a4f2f..dc2d31fdfd 100644
--- a/public/language/hu/modules.json
+++ b/public/language/hu/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 nap",
"chat.three_months": "3 hónap",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json
index 59dd5244b3..f5dddaba78 100644
--- a/public/language/hu/pages.json
+++ b/public/language/hu/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Friss Topikok",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json
index 8185a77748..3eafc904f9 100644
--- a/public/language/hu/topic.json
+++ b/public/language/hu/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve",
"confirm_move": "Áthelyezés",
"confirm_fork": "Szétszedés",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Hozzászólások betöltése",
"move_topic": "Topik áthelyezése",
"move_topics": "Move Topics",
diff --git a/public/language/hu/user.json b/public/language/hu/user.json
index 45bfad8825..935cbafd6e 100644
--- a/public/language/hu/user.json
+++ b/public/language/hu/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Megtekintések",
"reputation": "Hírnév",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Megfigyeli",
"followers": "Követők",
"following": "Követve",
diff --git a/public/language/id/error.json b/public/language/id/error.json
index 0994f23233..f0b4e58189 100644
--- a/public/language/id/error.json
+++ b/public/language/id/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Tunggu proses upload sampai selesai",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Kamu tidak dapat ban admin lainnya!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/id/global.json b/public/language/id/global.json
index a6285fcf1a..dc5f50f990 100644
--- a/public/language/id/global.json
+++ b/public/language/id/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Tidak ada topik terbaru",
"recentposts": "Post Terbaru",
"recentips": "Beberapa IP yang digunakan untuk login baru-baru ini",
+ "moderator_tools": "Moderator Tools",
"away": "Tidak Ditempat",
"dnd": "Jangan ganggu",
"invisible": "Tidak Terlihat",
diff --git a/public/language/id/modules.json b/public/language/id/modules.json
index cd256ea920..d74d654306 100644
--- a/public/language/id/modules.json
+++ b/public/language/id/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Hari",
"chat.three_months": "3 Bulan",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/id/pages.json b/public/language/id/pages.json
index 961f7f898a..b8aa021b71 100644
--- a/public/language/id/pages.json
+++ b/public/language/id/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Topik Terkini",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/id/topic.json b/public/language/id/topic.json
index fee041af64..925a7c416d 100644
--- a/public/language/id/topic.json
+++ b/public/language/id/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Indikator Kategori yang Ditiadakan keabu-abuan",
"confirm_move": "Pindah",
"confirm_fork": "Cabangkan",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Memuat Lebih Banyak Posting",
"move_topic": "Pindahkan Topik",
"move_topics": "Pindahkan Beberapa Topik",
diff --git a/public/language/id/user.json b/public/language/id/user.json
index 1d7e1a2ae1..fa486a4d85 100644
--- a/public/language/id/user.json
+++ b/public/language/id/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Tampilan profil",
"reputation": "Reputasi",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "Pengikut",
"following": "Mengikuti",
diff --git a/public/language/it/error.json b/public/language/it/error.json
index b25b46dd30..696f627dab 100644
--- a/public/language/it/error.json
+++ b/public/language/it/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Per favore attendere il completamento degli uploads.",
"file-too-big": "La dimensione massima consentita è di %1 kB - si prega di caricare un file più piccolo",
"guest-upload-disabled": "Il caricamento da ospite è stato disattivato",
- "already-favourited": "Hai già aggiunto questo post ai favoriti",
- "already-unfavourited": "Hai già tolto questo post dai favoriti",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Non puoi bannare altri amministratori!",
"cant-remove-last-admin": "Sei l'unico Amministratore. Aggiungi un altro amministratore prima di rimuovere il tuo ruolo",
"cant-delete-admin": "Togli i privilegi amministrativi da questo account prima di provare ad eliminarlo.",
diff --git a/public/language/it/global.json b/public/language/it/global.json
index d4754d8171..c58ea63a46 100644
--- a/public/language/it/global.json
+++ b/public/language/it/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Nessuna Discussione Recente",
"recentposts": "Post Recenti",
"recentips": "Indirizzi IP Recentemente Loggati",
+ "moderator_tools": "Moderator Tools",
"away": "Non disponibile",
"dnd": "Non disturbare",
"invisible": "Invisibile",
diff --git a/public/language/it/modules.json b/public/language/it/modules.json
index 4f5fc93596..702850ba28 100644
--- a/public/language/it/modules.json
+++ b/public/language/it/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Giorni",
"chat.three_months": "3 Mesi",
"chat.delete_message_confirm": "Sei sicuro di voler eliminare questo messaggio?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Aggiungi utenti alla stanza",
"composer.compose": "Componi",
"composer.show_preview": "Visualizza Anteprima",
diff --git a/public/language/it/pages.json b/public/language/it/pages.json
index 3e943ba0e7..286ff2acf2 100644
--- a/public/language/it/pages.json
+++ b/public/language/it/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Discussioni più popolari di sempre",
"recent": "Discussioni Recenti",
"flagged-posts": "Post Segnalati",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Utenti Online",
"users/latest": "Ultimi Utenti",
"users/sort-posts": "Utenti maggiori contributori",
diff --git a/public/language/it/topic.json b/public/language/it/topic.json
index dff02fccca..9ef8c0a962 100644
--- a/public/language/it/topic.json
+++ b/public/language/it/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Le Categorie disabilitate sono in grigio",
"confirm_move": "Sposta",
"confirm_fork": "Dividi",
- "favourite": "Favorito",
- "favourites": "Favoriti",
- "favourites.has_no_favourites": "Non hai ancora aggiunto nessun post tra i favoriti",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Caricamento altri post",
"move_topic": "Sposta Discussione",
"move_topics": "Sposta Discussioni",
diff --git a/public/language/it/user.json b/public/language/it/user.json
index 1562ecfc2f..259aa5ca7c 100644
--- a/public/language/it/user.json
+++ b/public/language/it/user.json
@@ -23,7 +23,7 @@
"profile": "Profilo",
"profile_views": "Visite al profilo",
"reputation": "Reputazione",
- "favourites": "Preferiti",
+ "bookmarks": "Bookmarks",
"watched": "Osservati",
"followers": "Da chi è seguito",
"following": "Chi segue",
diff --git a/public/language/ja/error.json b/public/language/ja/error.json
index 100b4c7099..f028af23dd 100644
--- a/public/language/ja/error.json
+++ b/public/language/ja/error.json
@@ -72,8 +72,8 @@
"still-uploading": "アップロードが完成するまでお待ちください。",
"file-too-big": "%1kBより大きいサイズファイルが許されません-より小さいファイルをアップして下さい。",
"guest-upload-disabled": "ゲストさんからのアップを無効にしています",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "ほかの管理者を停止することはできません!",
"cant-remove-last-admin": "あなたが唯一の管理者です。管理者としてあなた自身を削除する前に、管理者として別のユーザーを追加します。",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/ja/global.json b/public/language/ja/global.json
index ef6a6a08c5..552384283f 100644
--- a/public/language/ja/global.json
+++ b/public/language/ja/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "最近のスレッドはありません",
"recentposts": "最近のポスト",
"recentips": "最近ログインしたIPアドレス",
+ "moderator_tools": "Moderator Tools",
"away": "不在",
"dnd": "ご遠慮下さい",
"invisible": "不可視",
diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json
index c4b8124768..7efccaff3f 100644
--- a/public/language/ja/modules.json
+++ b/public/language/ja/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30日間",
"chat.three_months": "3 Months",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/ja/pages.json b/public/language/ja/pages.json
index 1b96f7efac..ecdfc05773 100644
--- a/public/language/ja/pages.json
+++ b/public/language/ja/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "人気のトピック",
"recent": "最新スレッド",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "オンラインのユーザー",
"users/latest": "最近のユーザー",
"users/sort-posts": "ほとんどの投稿を持つユーザー",
diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json
index 0493792872..7f90d818b7 100644
--- a/public/language/ja/topic.json
+++ b/public/language/ja/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "使用不可の板はグレーに表示されます。",
"confirm_move": "移動",
"confirm_fork": "フォーク",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "もっと見る",
"move_topic": "スレッドを移動",
"move_topics": "トピックを移動する",
diff --git a/public/language/ja/user.json b/public/language/ja/user.json
index f4220e7287..1f58294507 100644
--- a/public/language/ja/user.json
+++ b/public/language/ja/user.json
@@ -23,7 +23,7 @@
"profile": "プロフィール",
"profile_views": "閲覧数",
"reputation": "評価",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "フォロワー",
"following": "フォロー中",
diff --git a/public/language/ko/error.json b/public/language/ko/error.json
index 0934b4c439..8f0e3fa492 100644
--- a/public/language/ko/error.json
+++ b/public/language/ko/error.json
@@ -72,8 +72,8 @@
"still-uploading": "업로드가 끝날 때까지 기다려주세요.",
"file-too-big": "업로드 가능한 파일크기는 최대 %1 KB 입니다 - 파일의 용량을 줄이거나 압축을 활용하세요.",
"guest-upload-disabled": "손님의 파일 업로드는 제한되어 있습니다.",
- "already-favourited": "이미 이 게시물을 북마크 했습니다.",
- "already-unfavourited": "이미 이 게시물을 북마크 해제했습니다.",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "다른 관리자를 차단할 수 없습니다.",
"cant-remove-last-admin": "귀하는 유일한 관리자입니다. 관리자를 그만두시기 전에 다른 사용자를 관리자로 선임하세요.",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/ko/global.json b/public/language/ko/global.json
index ce67b536f6..4e4f240f47 100644
--- a/public/language/ko/global.json
+++ b/public/language/ko/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "최근 생성된 생성된 주제가 없습니다.",
"recentposts": "최근 게시물",
"recentips": "최근 로그인 IP",
+ "moderator_tools": "Moderator Tools",
"away": "자리 비움",
"dnd": "방해 금지",
"invisible": "오프라인으로 표시",
diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json
index caca46f119..436b1eb12f 100644
--- a/public/language/ko/modules.json
+++ b/public/language/ko/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30일",
"chat.three_months": "3개월",
"chat.delete_message_confirm": "이 대화를 삭제하시겠습니까?",
- "chat.roomname": "%1 대화방 ",
"chat.add-users-to-room": "유저 추가하기",
"composer.compose": "작성",
"composer.show_preview": "미리보기",
diff --git a/public/language/ko/pages.json b/public/language/ko/pages.json
index 83267c472d..553595268e 100644
--- a/public/language/ko/pages.json
+++ b/public/language/ko/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "인기있는 주제",
"recent": "최근 주제",
"flagged-posts": "플래그된 게시물",
+ "ip-blacklist": "IP Blacklist",
"users/online": "온라인 사용자",
"users/latest": "최근 사용자",
"users/sort-posts": "가장 많은 게시물을 작성한 사용자",
diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json
index 1783ea7f83..bdc1f05013 100644
--- a/public/language/ko/topic.json
+++ b/public/language/ko/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "비활성화된 카테고리는 회색으로 표시됩니다.",
"confirm_move": "이동",
"confirm_fork": "분리",
- "favourite": "북마크",
- "favourites": "북마크",
- "favourites.has_no_favourites": "북마크한 게시글이 없습니다.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "게시물을 로딩 중",
"move_topic": "주제 이동",
"move_topics": "주제 이동",
diff --git a/public/language/ko/user.json b/public/language/ko/user.json
index 14da55592c..aadde8ab0a 100644
--- a/public/language/ko/user.json
+++ b/public/language/ko/user.json
@@ -23,7 +23,7 @@
"profile": "프로필",
"profile_views": "프로필 조회 수",
"reputation": "인기도",
- "favourites": "북마크",
+ "bookmarks": "Bookmarks",
"watched": "읽음",
"followers": "이 사용자를 팔로우",
"following": "이 사용자가 팔로우",
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index f9e6d7772e..2df16b9fdf 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Prašome palaukti kol bus baigti visi kėlimai į serverį",
"file-too-big": "Didžiausias įkelimo dydis yra %1 kB - prašome kelti mažesni failą",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Jūs negalite užblokuoti kitų administratorių!",
"cant-remove-last-admin": "Jūs esate vienintelis administratorius. Pridėkite kitą vartotoja kaip administratorių prieš pašalindamas save",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/lt/global.json b/public/language/lt/global.json
index 763572f29d..02fde0a16e 100644
--- a/public/language/lt/global.json
+++ b/public/language/lt/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Paskutinių temų nėra",
"recentposts": "Paskutiniai pranešimai",
"recentips": "Paskutiniai prisijungimų IP adresai",
+ "moderator_tools": "Moderator Tools",
"away": "Pasišalinęs",
"dnd": "Do not disturb",
"invisible": "Nematomas",
diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json
index 579beeb269..302333e607 100644
--- a/public/language/lt/modules.json
+++ b/public/language/lt/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dienų",
"chat.three_months": "3 mėnesiai",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Sukomponuoti",
"composer.show_preview": "Rodyti pavyzdį",
diff --git a/public/language/lt/pages.json b/public/language/lt/pages.json
index 421fb51462..26a2b0167a 100644
--- a/public/language/lt/pages.json
+++ b/public/language/lt/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Paskutinės temos",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json
index b2239c392d..759f007b39 100644
--- a/public/language/lt/topic.json
+++ b/public/language/lt/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Neaktyvios kategorijos pažymėtos pilkai",
"confirm_move": "Perkelti",
"confirm_fork": "Išskaidyti",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Įkeliama daugiau įrašų",
"move_topic": "Perkelti temą",
"move_topics": "Perkelti temas",
diff --git a/public/language/lt/user.json b/public/language/lt/user.json
index 92c82942ee..5a484bb03d 100644
--- a/public/language/lt/user.json
+++ b/public/language/lt/user.json
@@ -23,7 +23,7 @@
"profile": "Profilis",
"profile_views": "Profilio peržiūros",
"reputation": "Reputacija",
- "favourites": "Žymės",
+ "bookmarks": "Bookmarks",
"watched": "Peržiūrėjo",
"followers": "Sekėjai",
"following": "Seka",
diff --git a/public/language/ms/error.json b/public/language/ms/error.json
index 1872e8eddd..18d87f7ec2 100644
--- a/public/language/ms/error.json
+++ b/public/language/ms/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Sila tunggu muatnaik untuk siap.",
"file-too-big": "Maksimum saiz fail yang dibenarkan ialah %1 kB - sila muatnaik fail yang lebih kecil",
"guest-upload-disabled": "Tetamu tidak dibenarkan memuatnaik fail",
- "already-favourited": "Anda telah pun meletakkan penanda pada kiriman ini",
- "already-unfavourited": "Anda telah pun membuang penanda untuk kiriman ini",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Anda tidak boleh haramkan admin / pentadbir!",
"cant-remove-last-admin": "Anda satu-satunya pentadbir. Tambah pentadbir lain sebelum membuang diri anda sebagai pentadbir",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/ms/global.json b/public/language/ms/global.json
index 12238c3c06..7728670152 100644
--- a/public/language/ms/global.json
+++ b/public/language/ms/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Tiada topik terkini",
"recentposts": "Kiriman terkini",
"recentips": "IP berdaftar terkini",
+ "moderator_tools": "Moderator Tools",
"away": "Jauh",
"dnd": "Jangan ganggu (dnd)",
"invisible": "Halimunan",
diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json
index 7ae33cbc09..ee4baf49e1 100644
--- a/public/language/ms/modules.json
+++ b/public/language/ms/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Hari",
"chat.three_months": "3 Bulan",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Tulis",
"composer.show_preview": "Pra-lihat",
diff --git a/public/language/ms/pages.json b/public/language/ms/pages.json
index 516187f424..d10ea46388 100644
--- a/public/language/ms/pages.json
+++ b/public/language/ms/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Topik Popular Sepanjang Masa",
"recent": "Topik Baru",
"flagged-posts": "Kiriman Dipalang",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Pengguna Atas Talian",
"users/latest": "Pengguna Terkini",
"users/sort-posts": "Pengguna Mengikut Kiriman Terbanyak",
diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json
index 266fd059f6..1fd808f4c2 100644
--- a/public/language/ms/topic.json
+++ b/public/language/ms/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Kategori yang disekat diwarnakan kelabu",
"confirm_move": "Pindahkan",
"confirm_fork": "Salin",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Memuatkan lagi kiriman",
"move_topic": "Pindahkan topik",
"move_topics": "Pindahkan topik-topik",
diff --git a/public/language/ms/user.json b/public/language/ms/user.json
index ba0db632de..0857bfea14 100644
--- a/public/language/ms/user.json
+++ b/public/language/ms/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Paparan Profil",
"reputation": "Reputasi",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Melihat",
"followers": "Pengikut",
"following": "Mengikuti",
diff --git a/public/language/nb/error.json b/public/language/nb/error.json
index b5be6dd71f..072cff8b08 100644
--- a/public/language/nb/error.json
+++ b/public/language/nb/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Vennligst vent til opplastingene er fullført.",
"file-too-big": "Største tillatte filstørrelse er %1 kB – vennligst last opp en mindre fil",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Du kan ikke utestenge andre administratorer!",
"cant-remove-last-admin": "Du er den eneste administratoren. Legg til en annen bruker som administrator før du fjerner deg selv.",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/nb/global.json b/public/language/nb/global.json
index 7ed463830b..7da2df93c7 100644
--- a/public/language/nb/global.json
+++ b/public/language/nb/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Ingen nye emner",
"recentposts": "Seneste innlegg",
"recentips": "Seneste innloggede IPer",
+ "moderator_tools": "Moderator Tools",
"away": "Borte",
"dnd": "Ikke forstyrr",
"invisible": "Usynlig",
diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json
index 3a71afce68..33c0ce0fc2 100644
--- a/public/language/nb/modules.json
+++ b/public/language/nb/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dager",
"chat.three_months": "3 måneder",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Komponer",
"composer.show_preview": "Vis forhåndsvisning",
diff --git a/public/language/nb/pages.json b/public/language/nb/pages.json
index dd5c207a96..c15ff8a9a3 100644
--- a/public/language/nb/pages.json
+++ b/public/language/nb/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Mest populære emner for all tid",
"recent": "Nylige emner",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Påloggede Brukere",
"users/latest": "Nyeste Brukere",
"users/sort-posts": "Brukere med flest innlegg",
diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json
index 88d2b0e85a..3e6b69f49d 100644
--- a/public/language/nb/topic.json
+++ b/public/language/nb/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Deaktiverte kategorier er grået ut",
"confirm_move": "Flytt",
"confirm_fork": "Forgren",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Laster flere innlegg",
"move_topic": "Flytt emne",
"move_topics": "Flytt emner",
diff --git a/public/language/nb/user.json b/public/language/nb/user.json
index 8e5a07a38a..5cf658d9c5 100644
--- a/public/language/nb/user.json
+++ b/public/language/nb/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Profilvisninger",
"reputation": "Rykte",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Overvåkede",
"followers": "Følgere",
"following": "Følger",
diff --git a/public/language/nl/error.json b/public/language/nl/error.json
index f680a96487..e3179678a1 100644
--- a/public/language/nl/error.json
+++ b/public/language/nl/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Een moment geduld tot alle bestanden overgebracht zijn...",
"file-too-big": "Maximum toegestane bestandsgrootte is %1 kB - probeer een kleiner bestand te verzenden",
"guest-upload-disabled": "Uploads voor gasten zijn uitgeschaleld ",
- "already-favourited": "Je hebt dit bericht al als favoriet toegevoegd",
- "already-unfavourited": "Je hebt dit bericht al verwijderd uit je favorieten",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"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": "Verwijder administratieve rechten van dit account voordat je probeert deze te verwijderen",
diff --git a/public/language/nl/global.json b/public/language/nl/global.json
index d23baeb60d..530e529309 100644
--- a/public/language/nl/global.json
+++ b/public/language/nl/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Geen recente onderwerpen",
"recentposts": "Recente berichten",
"recentips": "IP-adressen van recente gebruikers",
+ "moderator_tools": "Moderator Tools",
"away": "Afwezig",
"dnd": "Niet storen",
"invisible": "Onzichtbaar",
diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json
index 7ac1846c59..63a8b8974f 100644
--- a/public/language/nl/modules.json
+++ b/public/language/nl/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dagen",
"chat.three_months": "3 maanden",
"chat.delete_message_confirm": "Weet je zeker dat je dit bericht wilt verwijderen?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Voeg gebruikers toe aan deze chat room",
"composer.compose": "Samenstellen",
"composer.show_preview": "Voorbeeldweergave",
diff --git a/public/language/nl/pages.json b/public/language/nl/pages.json
index 2973c983a5..d8cd881c80 100644
--- a/public/language/nl/pages.json
+++ b/public/language/nl/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "De populaire onderwerpen",
"recent": "Recente onderwerpen",
"flagged-posts": "Ongepaste berichten",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Gebruikers",
"users/latest": "Meest recente gebruikers",
"users/sort-posts": "Gebruikers met de meeste berichten",
diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json
index c1cf28394a..5fc8c7c37c 100644
--- a/public/language/nl/topic.json
+++ b/public/language/nl/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Uitgeschakelde Categorieën zijn grijs",
"confirm_move": "Verplaatsen",
"confirm_fork": "Splits",
- "favourite": "Favoriet",
- "favourites": "Favorieten",
- "favourites.has_no_favourites": "Je hebt nog geen berichten aan je favorieten toegevoegd.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Meer berichten laden...",
"move_topic": "Onderwerp verplaatsen",
"move_topics": "Verplaats onderwerpen",
diff --git a/public/language/nl/user.json b/public/language/nl/user.json
index a17760a41a..de02a1b8c5 100644
--- a/public/language/nl/user.json
+++ b/public/language/nl/user.json
@@ -23,7 +23,7 @@
"profile": "Profiel",
"profile_views": "Bekeken",
"reputation": "Reputatie",
- "favourites": "Favorieten",
+ "bookmarks": "Bookmarks",
"watched": "Bekeken",
"followers": "Volgers",
"following": "Volgend",
diff --git a/public/language/pl/error.json b/public/language/pl/error.json
index 2c13042f2e..53e9cf1953 100644
--- a/public/language/pl/error.json
+++ b/public/language/pl/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Poczekaj na pełne załadowanie",
"file-too-big": "Maksymalny dopuszczalny rozmiar pliku to %1kB - prosimy przesłać mniejszy plik",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Nie możesz zbanować innych adminów!",
"cant-remove-last-admin": "Jesteś jedynym administratorem. Dodaj innego użytkownika jako administratora przed usunięciem siebie z tej grupy",
"cant-delete-admin": "Usuń uprawnienia administratora z tego konta przed próbą jego usunięcia.",
diff --git a/public/language/pl/global.json b/public/language/pl/global.json
index 7354281f22..62690fb7c7 100644
--- a/public/language/pl/global.json
+++ b/public/language/pl/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Brak Ostatnich Tematów",
"recentposts": "Ostatnie posty",
"recentips": "Adresy IP ostatnich logowań",
+ "moderator_tools": "Moderator Tools",
"away": "Z dala",
"dnd": "Nie przeszkadzać",
"invisible": "Niewidoczny",
diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json
index cce67284de..f51847656d 100644
--- a/public/language/pl/modules.json
+++ b/public/language/pl/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dni",
"chat.three_months": "3 miesiące",
"chat.delete_message_confirm": "Jesteś pewny, że chcesz usunąć tą wiadomość?",
- "chat.roomname": "Pokój Czatu %1",
"chat.add-users-to-room": "Dodaj użytkownika do pokoju czatu",
"composer.compose": "Twórz",
"composer.show_preview": "Pokaż Podgląd",
diff --git a/public/language/pl/pages.json b/public/language/pl/pages.json
index 41465e987a..96432caf18 100644
--- a/public/language/pl/pages.json
+++ b/public/language/pl/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Wszystkie popularne tematy",
"recent": "Ostatnie Tematy",
"flagged-posts": "Oflagowane posty",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Dostępni Użytkownicy",
"users/latest": "Nowi Użytkownicy",
"users/sort-posts": "Użytkownicy z największą liczbą postów",
diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json
index a6b632d345..18ab95046c 100644
--- a/public/language/pl/topic.json
+++ b/public/language/pl/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Zablokowane kategorie zostały wyszarzone.",
"confirm_move": "Przenieś",
"confirm_fork": "Skopiuj",
- "favourite": "Ulubione",
- "favourites": "Ulubione",
- "favourites.has_no_favourites": "Nie masz jeszcze ulubionych postów.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Załaduj więcej postów",
"move_topic": "Przenieś Temat",
"move_topics": "Przenieś Tematy",
diff --git a/public/language/pl/user.json b/public/language/pl/user.json
index 7d5f06b7b0..6d945cdb4e 100644
--- a/public/language/pl/user.json
+++ b/public/language/pl/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Wyświetleń",
"reputation": "Reputacji",
- "favourites": "Ulubione",
+ "bookmarks": "Bookmarks",
"watched": "Obserwowane",
"followers": "Śledzących",
"following": "Śledzonych",
diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json
index 291656a8e9..fc757b331c 100644
--- a/public/language/pt_BR/error.json
+++ b/public/language/pt_BR/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Aguarde a conclusão dos uploads.",
"file-too-big": "O tamanho máximo permitido de arquivo é de %1 kB - por favor faça upload de um arquivo menor",
"guest-upload-disabled": "O upload por visitantes foi desabilitado",
- "already-favourited": "Você já favoritou este post",
- "already-unfavourited": "Você já removeu este post dos favoritos",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Você não pode banir outros administradores!",
"cant-remove-last-admin": "Você é o único administrador. Adicione outro usuário como administrador antes de remover a si mesmo como admin",
"cant-delete-admin": "Remova o privilégio de administrador desta conta antes de tentar deletá-la.",
diff --git a/public/language/pt_BR/global.json b/public/language/pt_BR/global.json
index 352f1633e7..a267c637af 100644
--- a/public/language/pt_BR/global.json
+++ b/public/language/pt_BR/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Sem Tópicos Recentes",
"recentposts": "Posts Recentes",
"recentips": "Recentemente Logado nos IPs",
+ "moderator_tools": "Moderator Tools",
"away": "Ausente",
"dnd": "Não perturbar",
"invisible": "Invisível",
diff --git a/public/language/pt_BR/modules.json b/public/language/pt_BR/modules.json
index 602ef9dc03..87ab467351 100644
--- a/public/language/pt_BR/modules.json
+++ b/public/language/pt_BR/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Dias",
"chat.three_months": "3 Meses",
"chat.delete_message_confirm": "Tem certeza que deseja excluir esta mensagem?",
- "chat.roomname": "Sala de Chat %1",
"chat.add-users-to-room": "Adicionar usuários à sala",
"composer.compose": "Compor",
"composer.show_preview": "Exibir Pré-visualização",
diff --git a/public/language/pt_BR/pages.json b/public/language/pt_BR/pages.json
index 4114c21982..d02dc05518 100644
--- a/public/language/pt_BR/pages.json
+++ b/public/language/pt_BR/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Tópicos populares de todos os tempos",
"recent": "Tópicos Recentes",
"flagged-posts": "Posts Sinalizados",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Usuários Online",
"users/latest": "Últimos Usuários",
"users/sort-posts": "Usuários com mais posts",
diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json
index 14d35366da..12e2e82cd8 100644
--- a/public/language/pt_BR/topic.json
+++ b/public/language/pt_BR/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Categorias desabilitadas estão em cinza",
"confirm_move": "Mover",
"confirm_fork": "Ramificar",
- "favourite": "Favoritar",
- "favourites": "Favoritos",
- "favourites.has_no_favourites": "Você ainda não adicionou quaisquer posts aos favoritos.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Carregando Mais Posts",
"move_topic": "Mover Tópico",
"move_topics": "Mover Tópicos",
diff --git a/public/language/pt_BR/user.json b/public/language/pt_BR/user.json
index f7e79b1f13..f324dbe74d 100644
--- a/public/language/pt_BR/user.json
+++ b/public/language/pt_BR/user.json
@@ -23,7 +23,7 @@
"profile": "Perfil",
"profile_views": "Visualizações de perfil",
"reputation": "Reputação",
- "favourites": "Favoritos",
+ "bookmarks": "Bookmarks",
"watched": "Acompanhado",
"followers": "Seguidores",
"following": "Seguindo",
diff --git a/public/language/ro/error.json b/public/language/ro/error.json
index 96802562e2..34bc5bb55e 100644
--- a/public/language/ro/error.json
+++ b/public/language/ro/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Te rugăm să aștepți până se termină uploadul.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Nu poți bana alți administratori!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/ro/global.json b/public/language/ro/global.json
index 8f39ff6550..476bcfc29a 100644
--- a/public/language/ro/global.json
+++ b/public/language/ro/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Nici un subiect recent",
"recentposts": "Mesaje Recente",
"recentips": "Adrese IP autentificate recent",
+ "moderator_tools": "Moderator Tools",
"away": "Plecat",
"dnd": "Nu mă deranja",
"invisible": "Invizibil",
diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json
index eda44c3a00..cf405cbb9b 100644
--- a/public/language/ro/modules.json
+++ b/public/language/ro/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 de zile",
"chat.three_months": "3 Luni",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Scrie",
"composer.show_preview": "Show Preview",
diff --git a/public/language/ro/pages.json b/public/language/ro/pages.json
index 77930e3386..36eafbd6ef 100644
--- a/public/language/ro/pages.json
+++ b/public/language/ro/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Subiecte Noi",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Utilizatori online",
"users/latest": "Ultimii membrii",
"users/sort-posts": "Membrii cu cele mai multe postări",
diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json
index e57199a2de..85f9d6ca5b 100644
--- a/public/language/ro/topic.json
+++ b/public/language/ro/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Categoriile dezactivate sunt decolorate cu gri",
"confirm_move": "Mută",
"confirm_fork": "Bifurcă",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Se încarcă mai multe mesaje",
"move_topic": "Mută Subiect",
"move_topics": "Mută Subiecte",
diff --git a/public/language/ro/user.json b/public/language/ro/user.json
index d86c8ab301..d38857c5b0 100644
--- a/public/language/ro/user.json
+++ b/public/language/ro/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Vizualizări",
"reputation": "Reputație",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "Urmărit de",
"following": "Îi urmărește pe",
diff --git a/public/language/ru/error.json b/public/language/ru/error.json
index a5034824f0..7ea8367a92 100644
--- a/public/language/ru/error.json
+++ b/public/language/ru/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Пожалуйста, подождите завершения загрузки.",
"file-too-big": "Слишком большой файл. Максимальный размер: %1 Кбайт.",
"guest-upload-disabled": "Загрузка для гостей была отключена",
- "already-favourited": "Вы уже добавили это сообщение в закладки",
- "already-unfavourited": "Вы уже убрали из закладок этот пост",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Вы не можете забанить других администраторов!",
"cant-remove-last-admin": "Вы единственный администратор. Назначьте другого пользователя администратором, прежде чем складывать с себя полномочия админа",
"cant-delete-admin": "Удалить права администратора с этой учетной записи, прежде чем пытаться удалить её.",
diff --git a/public/language/ru/global.json b/public/language/ru/global.json
index e0a280d999..4c44dfeb7d 100644
--- a/public/language/ru/global.json
+++ b/public/language/ru/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Нету новых тем",
"recentposts": "Свежие записи",
"recentips": "Последние IP-адреса, с которых был осуществлен вход",
+ "moderator_tools": "Moderator Tools",
"away": "Отсутствует",
"dnd": "Не беспокоить",
"invisible": "Невидимый",
diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json
index 1fe3ce4526..261adc585b 100644
--- a/public/language/ru/modules.json
+++ b/public/language/ru/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 дней",
"chat.three_months": "3 месяца",
"chat.delete_message_confirm": "Вы уверены, что хотите удалить это сообщение?",
- "chat.roomname": "Комната %1",
"chat.add-users-to-room": "Добавить пользователей в комнату",
"composer.compose": "Редактор",
"composer.show_preview": "Показать предпросмотр",
diff --git a/public/language/ru/pages.json b/public/language/ru/pages.json
index 40493151ad..52981ae2fd 100644
--- a/public/language/ru/pages.json
+++ b/public/language/ru/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Популярные темы за все время",
"recent": "Последние темы",
"flagged-posts": "Отмеченные сообщения",
+ "ip-blacklist": "IP Blacklist",
"users/online": "В сети",
"users/latest": "Новые пользователи",
"users/sort-posts": "Пользователи по кол-ву сообщений",
diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json
index 2223108c47..10b6792d1e 100644
--- a/public/language/ru/topic.json
+++ b/public/language/ru/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Отключенные категории затемнены",
"confirm_move": "Перенести",
"confirm_fork": "Ответвление",
- "favourite": "Закладка",
- "favourites": "Закладки",
- "favourites.has_no_favourites": "Вы еще не добавили ни одно сообщение в закладки.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Загружаем еще сообщения",
"move_topic": "Перенести тему",
"move_topics": "Перенести темы",
diff --git a/public/language/ru/user.json b/public/language/ru/user.json
index b0bcf9ebf5..372f796efd 100644
--- a/public/language/ru/user.json
+++ b/public/language/ru/user.json
@@ -23,7 +23,7 @@
"profile": "Профиль",
"profile_views": "Просмотров профиля",
"reputation": "Репутация",
- "favourites": "Закладки",
+ "bookmarks": "Bookmarks",
"watched": "Наблюдаемые",
"followers": "Читателей",
"following": "Читаемых",
diff --git a/public/language/rw/error.json b/public/language/rw/error.json
index b423d96d19..d08349ac79 100644
--- a/public/language/rw/error.json
+++ b/public/language/rw/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Tegereza gupakira bibanze birangire.",
"file-too-big": "Ubunini bwemewe bushoboka bw'ifayilo ni kB %1. Gerageza upakire ifayilo ntoyaho",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Ntabwo wakwirukana abandi bayobozi!",
"cant-remove-last-admin": "Ni wowe muyobozi wenyine. Ongeramo undi muntu nk'umuyobozi mbere y'uko wikura ku buyobozi",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/rw/global.json b/public/language/rw/global.json
index 44876dcad7..d6684da6b7 100644
--- a/public/language/rw/global.json
+++ b/public/language/rw/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Nta Biganiro Biherutse",
"recentposts": "Ibiherutseho",
"recentips": "Aderesi za IP Ziheruka Gusura",
+ "moderator_tools": "Moderator Tools",
"away": "Ahandi",
"dnd": "Nta Kurogoya",
"invisible": "Nta Kugaragara",
diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json
index e73f38df8c..db105e0418 100644
--- a/public/language/rw/modules.json
+++ b/public/language/rw/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "Iminsi 30",
"chat.three_months": "Amezi 3",
"chat.delete_message_confirm": "Wiringiye neza ko ushaka gusiba ubu butumwa?",
- "chat.roomname": "Igikari cya %1",
"chat.add-users-to-room": "Ongera abantu mu gikari",
"composer.compose": "Andika",
"composer.show_preview": "Bona Uko Biza Gusa",
diff --git a/public/language/rw/pages.json b/public/language/rw/pages.json
index b62046c0f1..1905438799 100644
--- a/public/language/rw/pages.json
+++ b/public/language/rw/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Ibiganiro byakunzwe ibihe byose",
"recent": "Ibiganiro Biheruka",
"flagged-posts": "Ibyatambikanywe",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Abariho",
"users/latest": "Abashya",
"users/sort-posts": "Abantu bashyizeho byinshi",
diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json
index e8d7adaeac..cc19e0b9a5 100644
--- a/public/language/rw/topic.json
+++ b/public/language/rw/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Ibyiciro bitagaragazwa birasa n'ibipfutse",
"confirm_move": "Imura",
"confirm_fork": "Gabanyaho",
- "favourite": "Zigama",
- "favourites": "Ibyazigamwe",
- "favourites.has_no_favourites": "Ntabwo urazigama ikintu na kimwe.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Ibindi Biraje",
"move_topic": "Imura Ikiganiro",
"move_topics": "Imura Ibiganiro",
diff --git a/public/language/rw/user.json b/public/language/rw/user.json
index 73c0527cf4..e569405b0b 100644
--- a/public/language/rw/user.json
+++ b/public/language/rw/user.json
@@ -23,7 +23,7 @@
"profile": "Ishusho",
"profile_views": "Ishusho Yarebwe",
"reputation": "Amanota",
- "favourites": "Ibyazigamwe",
+ "bookmarks": "Bookmarks",
"watched": "Ibikurikiranwa",
"followers": "Abamukurikira",
"following": "Akurikira",
diff --git a/public/language/sc/error.json b/public/language/sc/error.json
index 076a5c0345..01b85a5c5d 100644
--- a/public/language/sc/error.json
+++ b/public/language/sc/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Please wait for uploads to complete.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "You can't ban other admins!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/sc/global.json b/public/language/sc/global.json
index 815a01096c..7b94654767 100644
--- a/public/language/sc/global.json
+++ b/public/language/sc/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "No Recent Topics",
"recentposts": "Ùrtimos Arresonos",
"recentips": "Ùrtimos IP Intrados",
+ "moderator_tools": "Moderator Tools",
"away": "A tesu",
"dnd": "Do not disturb",
"invisible": "Invisìbile",
diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json
index ed17a97b6a..f7e0c20fed 100644
--- a/public/language/sc/modules.json
+++ b/public/language/sc/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Days",
"chat.three_months": "3 Months",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/sc/pages.json b/public/language/sc/pages.json
index 65766c8f40..2602c1834f 100644
--- a/public/language/sc/pages.json
+++ b/public/language/sc/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Ùrtimas Arresonadas",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json
index 11c3eeec55..5b6a16d28e 100644
--- a/public/language/sc/topic.json
+++ b/public/language/sc/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Is Crezes Disativadas sunt postas in colore de chìghine",
"confirm_move": "Move",
"confirm_fork": "Partzi",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Càrriga Prus Arresonos",
"move_topic": "Move Arresonada",
"move_topics": "Move Topics",
diff --git a/public/language/sc/user.json b/public/language/sc/user.json
index 68591dc76b..ff9e4b9478 100644
--- a/public/language/sc/user.json
+++ b/public/language/sc/user.json
@@ -23,7 +23,7 @@
"profile": "Perfilu",
"profile_views": "Bìsitas a su perfilu",
"reputation": "Nodidos",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "Sighidores",
"following": "Sighende",
diff --git a/public/language/sk/error.json b/public/language/sk/error.json
index 1d34a2c7f0..ba32870713 100644
--- a/public/language/sk/error.json
+++ b/public/language/sk/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Prosím čakajte na dokončenie nahrávania",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Nemožte zakázať druhých adminov.",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/sk/global.json b/public/language/sk/global.json
index 3efe047ecf..840cfbc6a3 100644
--- a/public/language/sk/global.json
+++ b/public/language/sk/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Žiadne posledné témy",
"recentposts": "Posledné príspevky",
"recentips": "Naposledy zaznamenané IP adresy",
+ "moderator_tools": "Moderator Tools",
"away": "Preč",
"dnd": "Do not disturb",
"invisible": "Neviditeľný",
diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json
index fda24c5754..03817e13ea 100644
--- a/public/language/sk/modules.json
+++ b/public/language/sk/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Days",
"chat.three_months": "3 Months",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/sk/pages.json b/public/language/sk/pages.json
index 9addda3be3..89ca1e3435 100644
--- a/public/language/sk/pages.json
+++ b/public/language/sk/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Najnovšie príspevky",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json
index a5c642a501..269bb27caa 100644
--- a/public/language/sk/topic.json
+++ b/public/language/sk/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Vypnuté (disabled) kategorie sú šedé.",
"confirm_move": "Presunúť",
"confirm_fork": "Rozdeliť",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Načítavanie viac príspevkov",
"move_topic": "Presunúť tému",
"move_topics": "Viac tém",
diff --git a/public/language/sk/user.json b/public/language/sk/user.json
index c519271dd3..5322157612 100644
--- a/public/language/sk/user.json
+++ b/public/language/sk/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Zobrazenie profilu",
"reputation": "Reputácia",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Watched",
"followers": "Nasledujú ho",
"following": "Nasleduje",
diff --git a/public/language/sl/error.json b/public/language/sl/error.json
index edd3b4e0d6..970853155d 100644
--- a/public/language/sl/error.json
+++ b/public/language/sl/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Prosimo počakajte, da se prenosi končajo.",
"file-too-big": "Največja dovoljena velikost datoteke je %1 kB - prosimo naložite manjšo datoteko",
"guest-upload-disabled": "Gostom je prenašanje onemogočeno",
- "already-favourited": "To objavo ste že zaznamovali",
- "already-unfavourited": "To objavo ste že nezaznamovali ",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Ne morete izločiti drugih skrbnikov!",
"cant-remove-last-admin": "Ste edini skrbnik. Preden se boste odstranili, dodajte novega skrbnika.",
"cant-delete-admin": "Pred brisanjem tega računa morate odstraniti skrbniške pravice",
diff --git a/public/language/sl/global.json b/public/language/sl/global.json
index ef0910e47b..0afc360658 100644
--- a/public/language/sl/global.json
+++ b/public/language/sl/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Ni nedavnih tem",
"recentposts": "Nedavne objave",
"recentips": "Nedavni IP-ji ob prijavah",
+ "moderator_tools": "Moderator Tools",
"away": "Odsoten",
"dnd": "Ne moti",
"invisible": "Neviden",
diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json
index d1557150bb..0140f5c932 100644
--- a/public/language/sl/modules.json
+++ b/public/language/sl/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dni",
"chat.three_months": "3 mesece",
"chat.delete_message_confirm": "Ali ste prepričani, da želite izbrisati to sporočilo?",
- "chat.roomname": "Soba za klepet %1",
"chat.add-users-to-room": "Dodaj uporabnike v sobo",
"composer.compose": "Sestavljanje",
"composer.show_preview": "Pokaži predogled",
diff --git a/public/language/sl/pages.json b/public/language/sl/pages.json
index e844293767..3d14efd11a 100644
--- a/public/language/sl/pages.json
+++ b/public/language/sl/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Priljubljene teme neglede na čas",
"recent": "Zadnje teme",
"flagged-posts": "Označene teme",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Dosegljivi uporabniki",
"users/latest": "Zadnji uporabniki",
"users/sort-posts": "Uporabniki z največ objavami",
diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json
index cdab1a601e..b8c6200031 100644
--- a/public/language/sl/topic.json
+++ b/public/language/sl/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Onemogočene kategorije so obarvane sivo",
"confirm_move": "Premakni",
"confirm_fork": "Razcepi",
- "favourite": "Zaznamek",
- "favourites": "Zaznamki",
- "favourites.has_no_favourites": "Zaznamovali še niste nobenih objav.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Nalagam več objav",
"move_topic": "Premakni temo",
"move_topics": "Premakni teme",
diff --git a/public/language/sl/user.json b/public/language/sl/user.json
index a7d13e5511..aee9a0107b 100644
--- a/public/language/sl/user.json
+++ b/public/language/sl/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Ogledi",
"reputation": "Naziv",
- "favourites": "Zaznamki",
+ "bookmarks": "Bookmarks",
"watched": "Spremljano",
"followers": "Spremljevalci",
"following": "Spremljano",
diff --git a/public/language/sr/error.json b/public/language/sr/error.json
index e136a94f7f..88f481be69 100644
--- a/public/language/sr/error.json
+++ b/public/language/sr/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Please wait for uploads to complete.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "You can't ban other admins!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/sr/global.json b/public/language/sr/global.json
index c57d8d4d4e..27f2fba31a 100644
--- a/public/language/sr/global.json
+++ b/public/language/sr/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Нема скорашњих тема",
"recentposts": "Скорашње теме",
"recentips": "Недавно забележени ИП-ови",
+ "moderator_tools": "Moderator Tools",
"away": "Одсутан",
"dnd": "Не узнемиравај",
"invisible": "Невидљив",
diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json
index adec279e99..c8a5c852be 100644
--- a/public/language/sr/modules.json
+++ b/public/language/sr/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 дана",
"chat.three_months": "3 месеца",
"chat.delete_message_confirm": "Да ли сте сигурни да желите да избришете ову поруку?",
- "chat.roomname": "Причаоница %1",
"chat.add-users-to-room": "Додајте кориснике",
"composer.compose": "Састави",
"composer.show_preview": "Прикажи преглед",
diff --git a/public/language/sr/pages.json b/public/language/sr/pages.json
index 0210817e35..82f262e667 100644
--- a/public/language/sr/pages.json
+++ b/public/language/sr/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "Скорашње теме",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json
index 10c126da64..174d3765ff 100644
--- a/public/language/sr/topic.json
+++ b/public/language/sr/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Disabled Categories are greyed out",
"confirm_move": "Move",
"confirm_fork": "Fork",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Loading More Posts",
"move_topic": "Move Topic",
"move_topics": "Move Topics",
diff --git a/public/language/sr/user.json b/public/language/sr/user.json
index 0c158620ac..d0d5bd707d 100644
--- a/public/language/sr/user.json
+++ b/public/language/sr/user.json
@@ -23,7 +23,7 @@
"profile": "Профил",
"profile_views": "Прикази профила",
"reputation": "Репутација",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "Надгледани",
"followers": "Пратиоци",
"following": "Прати",
diff --git a/public/language/sv/category.json b/public/language/sv/category.json
index 42ebe430b9..c3811b12df 100644
--- a/public/language/sv/category.json
+++ b/public/language/sv/category.json
@@ -10,11 +10,11 @@
"share_this_category": "Dela den här kategorin",
"watch": "Bevaka",
"ignore": "Ignorera",
- "watching": "Watching",
- "ignoring": "Ignoring",
- "watching.description": "Show topics in unread",
- "ignoring.description": "Do not show topics in unread",
- "watch.message": "You are now watching updates from this category and all subcategories",
- "ignore.message": "You are now ignoring updates from this category and all subcategories",
+ "watching": "Bevakar",
+ "ignoring": "Ignorerar",
+ "watching.description": "Visa ämnen i olästa",
+ "ignoring.description": "Visa inte ämnen i olästa",
+ "watch.message": "Du bevakar nu uppdateringar i denna kategori och alla underkategorier",
+ "ignore.message": "Du ignorerar nu uppdateringar i denna kategori och alla underkategorier",
"watched-categories": "Bevakade kategorier"
}
\ No newline at end of file
diff --git a/public/language/sv/error.json b/public/language/sv/error.json
index ca89517bd8..18bb8881a9 100644
--- a/public/language/sv/error.json
+++ b/public/language/sv/error.json
@@ -20,7 +20,7 @@
"email-taken": "Epostadress upptagen",
"email-not-confirmed": "Din epostadress är ännu inte bekräftad. Klicka här för att bekräfta din epostadress.",
"email-not-confirmed-chat": "Du kan ej använda chatten förrän din epostadress har blivit bekräftad, var god klicka här för att bekräfta din epostadress.",
- "email-not-confirmed-email-sent": "Your email has not been confirmed yet, please check your inbox for the confirmation email.",
+ "email-not-confirmed-email-sent": "Din epostadress är ännu inte bekräftad. Leta efter bekräftelsen i din epost.",
"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.",
@@ -29,7 +29,7 @@
"username-too-long": "Användarnamnet är för långt",
"password-too-long": "Lösenordet är för långt",
"user-banned": "Användare bannlyst",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Användare bannlyst (Anledning: %1)",
"user-too-new": "När du är ny medlem måste du vänta %1 sekund(er) innan du gör ditt första inlägg",
"blacklisted-ip": "Din IP-adress har blivit bannlyst från det här forumet. Om du tror att det beror på ett misstag, vad god kontakta en administratör. ",
"ban-expiry-missing": "Ange ett slutdatum för denna banning",
@@ -56,13 +56,13 @@
"post-delete-duration-expired-hours-minutes": "Du kan endast radera inlägg inom %1 timmar(er) %2 minut(er) efter att ha skickat det",
"post-delete-duration-expired-days": "Du kan endast radera inlägg inom %1 dag(ar) efter att ha skickat det",
"post-delete-duration-expired-days-hours": "Du kan endast radera inlägg inom %1 dag(ar) %2 timm(ar) efter att ha skickat det",
- "cant-delete-topic-has-reply": "You can't delete your topic after it has a reply",
- "cant-delete-topic-has-replies": "You can't delete your topic after it has %1 replies",
+ "cant-delete-topic-has-reply": "Du kan inte ta bort ditt ämne om någon har svarat",
+ "cant-delete-topic-has-replies": "Du kan inte ta bort ditt ämne efter att den har %1 svar",
"content-too-short": "Skriv ett längre inlägg. Inlägg måste innehålla minst %1 tecken.",
"content-too-long": "Skriv ett kortare inlägg. Inlägg kan inte innehålla mer än %1 tecken.",
"title-too-short": "Skriv en längre rubrik. Rubriker måste innehålla minst %1 tecken.",
"title-too-long": "Skriv en kortare rubrik. Rubriker kan inte innehålla mer än %1 tecken.",
- "category-not-selected": "Category not selected.",
+ "category-not-selected": "Kategori Ej vald.",
"too-many-posts": "Du måste vänta minst %1 sekund(er) mellan varje inlägg",
"too-many-posts-newbie": "Som ny användare måste du vänta %1 sekund(er) mellan varje inlägg tills dess du har %2 förtroende",
"tag-too-short": "Fyll i en längre tagg. Taggar måste vara minst %1 tecken långa",
@@ -72,8 +72,8 @@
"still-uploading": "Vänta medan uppladdningen slutförs.",
"file-too-big": "Den maximalt tillåtna filstorleken är %1 kB - var god ladda upp en mindre fil",
"guest-upload-disabled": "Uppladdningar av oregistrerade användare har inaktiverats",
- "already-favourited": "Du har redan lagt till bokmärke för det här inlägget",
- "already-unfavourited": "Du har redan tagit bort bokmärket för det här inlägget",
+ "already-bookmarked": "Du har redan bokmärkt det här inlägget",
+ "already-unbookmarked": "Du har redan tagit bort bokmärket för det här inlägget",
"cant-ban-other-admins": "Du kan inte bannlysa andra administratörer!",
"cant-remove-last-admin": "Du är den enda administratören. Lägg till en annan användare som administratör innan du tar bort dig själv.",
"cant-delete-admin": "Ta bort administratörsbehörighet från detta konto innan du försöker ta bort den.",
@@ -124,8 +124,8 @@
"not-in-room": "Användaren finns inte i rummet",
"no-users-in-room": "Inga användare i det här rummet",
"cant-kick-self": "Du kan inte sparka ut dig själv från gruppen",
- "no-users-selected": "No user(s) selected",
- "invalid-home-page-route": "Invalid home page route",
- "invalid-session": "Session Mismatch",
- "invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
+ "no-users-selected": "Ingen användare vald(a)",
+ "invalid-home-page-route": "Ogiltig sidsökväg",
+ "invalid-session": "Session fel",
+ "invalid-session-text": "Det ser ut som din inloggningssession inte längre är aktiv eller inte längre överensstämmer med servern. Uppdatera denna sida."
}
\ No newline at end of file
diff --git a/public/language/sv/global.json b/public/language/sv/global.json
index 6a50800411..fb4d3c47ee 100644
--- a/public/language/sv/global.json
+++ b/public/language/sv/global.json
@@ -7,10 +7,10 @@
"403.login": "Du kanske bör försöka logga in?",
"404.title": "Sidan saknas",
"404.message": "Du verkar ha ramlat in på en sida som inte finns. Återgå till första sidan.",
- "500.title": "Internal Error.",
+ "500.title": "Internt fel.",
"500.message": "Hoppsan! Något verkar ha gått fel!",
- "400.title": "Bad Request.",
- "400.message": "It looks like this link is malformed, please double-check and try again. Otherwise, return to the home page.",
+ "400.title": "Felaktig förfrågan.",
+ "400.message": "Det ser ut som länken är felaktig, vänligen dubbelkolla och försök igen. Annars återvänd till hemsidan.",
"register": "Registrera",
"login": "Logga in",
"please_log_in": "Var god logga in",
@@ -19,7 +19,7 @@
"welcome_back": "Välkommen tillbaka ",
"you_have_successfully_logged_in": "Inloggningen lyckades",
"save_changes": "Spara ändringar",
- "save": "Save",
+ "save": "Spara",
"close": "Stäng",
"pagination": "Siduppdelning",
"pagination.out_of": "%1 av %2",
@@ -53,9 +53,9 @@
"topics": "Ämnen",
"posts": "Inlägg",
"best": "Bästa",
- "upvoters": "Upvoters",
+ "upvoters": "Uppröstare",
"upvoted": "Uppröstad",
- "downvoters": "Downvoters",
+ "downvoters": "Nerröstare",
"downvoted": "Nedröstad",
"views": "Visningar",
"reputation": "Rykte",
@@ -75,6 +75,7 @@
"norecenttopics": "Inga nya ämnen",
"recentposts": "Senaste inläggen",
"recentips": "Nyligen inloggade IPn",
+ "moderator_tools": "Moderator verktyg",
"away": "Borta",
"dnd": "Stör inte",
"invisible": "Osynlig",
@@ -96,7 +97,7 @@
"upload_file": "Ladda upp en fil",
"upload": "Ladda upp",
"allowed-file-types": "Tillåtna filtyper är %1",
- "unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
- "reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "unsaved-changes": "Du har ändringar som inte sparats. Är du säker på att du vill navigera bort?",
+ "reconnecting-message": "Ser ut som din anslutning till %1 gick förlorad, vänta medan vi försöker att återansluta.",
+ "play": "Spela"
}
\ No newline at end of file
diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json
index 4c895e83fd..39874bd6a3 100644
--- a/public/language/sv/groups.json
+++ b/public/language/sv/groups.json
@@ -51,6 +51,6 @@
"membership.reject": "Neka",
"new-group.group_name": "Gruppnamn:",
"upload-group-cover": "Ladda upp omslagsbild för grupp",
- "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group",
- "bulk-invite": "Bulk Invite"
+ "bulk-invite-instructions": "Ange en lista med kommaseparerade användarnamn som du vill bjuda in till denna grupp",
+ "bulk-invite": "Massinbjudning"
}
\ No newline at end of file
diff --git a/public/language/sv/login.json b/public/language/sv/login.json
index 5407078d3b..ff007b2ea6 100644
--- a/public/language/sv/login.json
+++ b/public/language/sv/login.json
@@ -8,5 +8,5 @@
"failed_login_attempt": "Misslyckad inloggning",
"login_successful": "Du är nu inloggad!",
"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"
+ "logged-out-due-to-inactivity": "Du har loggats ut från Admin Kontrollpanelen på grund av inaktivitet"
}
\ No newline at end of file
diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json
index afe2311120..37e4255986 100644
--- a/public/language/sv/modules.json
+++ b/public/language/sv/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 dagar",
"chat.three_months": "3 månader",
"chat.delete_message_confirm": "Är du säker på att du vill radera det här meddelandet?",
- "chat.roomname": "Chattrum %1",
"chat.add-users-to-room": "Addera användare till rum",
"composer.compose": "Komponera",
"composer.show_preview": "Visa förhandsgranskning",
@@ -38,7 +37,7 @@
"composer.upload-picture": "Ladda upp bild",
"composer.upload-file": "Ladda upp fil",
"composer.zen_mode": "Zen Mode",
- "composer.select_category": "Select a category",
+ "composer.select_category": "Välj en kategori",
"bootbox.ok": "OK",
"bootbox.cancel": "Avbryt",
"bootbox.confirm": "Bekräfta",
diff --git a/public/language/sv/pages.json b/public/language/sv/pages.json
index b06f22e9b0..61f6c23a62 100644
--- a/public/language/sv/pages.json
+++ b/public/language/sv/pages.json
@@ -7,18 +7,19 @@
"popular-alltime": "Populäraste ämnena genom tiderna",
"recent": "Senaste ämnena",
"flagged-posts": "Flaggade inlägg",
+ "ip-blacklist": "IP Svartlista",
"users/online": "Användare online",
"users/latest": "Senaste Användare",
"users/sort-posts": "Användare med flest inlägg",
"users/sort-reputation": "Användare med bäst rykte",
"users/banned": "Bannlysta användare",
- "users/most-flags": "Most flagged users",
+ "users/most-flags": "Mest flaggade användare",
"users/search": "Användar Sök",
"notifications": "Notiser",
"tags": "Etiketter",
"tag": "Ämnen märkta med \"%1\"",
"register": "Registrera ett konto",
- "registration-complete": "Registration complete",
+ "registration-complete": "Registrering färdig",
"login": "Logga in på ditt konto",
"reset": "Återställ lösenord",
"categories": "Kategorier",
@@ -30,13 +31,13 @@
"account/edit/password": "Redigerar lösenord för \"%1\"",
"account/edit/username": "Redigerar användarnamn för \"%1\"",
"account/edit/email": "Redigerar e-postadress för \"%1\"",
- "account/info": "Account Info",
+ "account/info": "Konto",
"account/following": "Användare som %1 följer",
"account/followers": "Användare som följer %1",
"account/posts": "Inlägg skapade av %1",
"account/topics": "Ämnen skapade av %1 ",
"account/groups": "%1's grupper",
- "account/bookmarks": "%1's Bookmarked Posts",
+ "account/bookmarks": "%1'st bokmärkta inlägg",
"account/settings": "Avnändarinställningar",
"account/watched": "Ämnen som bevakas av %1",
"account/upvoted": "Inlägg som röstats upp av %1",
diff --git a/public/language/sv/register.json b/public/language/sv/register.json
index f888963295..b10cc3551f 100644
--- a/public/language/sv/register.json
+++ b/public/language/sv/register.json
@@ -1,6 +1,6 @@
{
"register": "Registrera",
- "cancel_registration": "Cancel Registration",
+ "cancel_registration": "Avbryt registrering",
"help.email": "Som standard, är din e-postadress dold för allmänheten.",
"help.username_restrictions": "Ett unikt användarnamn mellan %1 och %2 bokstäver. Andra kan nämna dig med @användarnamn.",
"help.minimum_password_length": "Ditt lösenord måste vara minst %1 bokstäver.",
@@ -16,8 +16,8 @@
"alternative_registration": "Alternativ registrering",
"terms_of_use": "Användarvillkor",
"agree_to_terms_of_use": "Jag godkänner användarvillkoren",
- "terms_of_use_error": "You must agree to the Terms of Use",
+ "terms_of_use_error": "Du måste godkänna användarvillkoren",
"registration-added-to-queue": "Din registrering har lagts till i kön. Du kommer att få ett mail när den accepteras av en administratör.",
- "interstitial.intro": "We require some additional information before we can create your account.",
- "interstitial.errors-found": "We could not complete your registration:"
+ "interstitial.intro": "Vi kräver ytterligare information innan vi kan skapa ditt konto.",
+ "interstitial.errors-found": "Vi kunde inte slutföra din registrering:"
}
\ No newline at end of file
diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json
index 9f2f5b0200..f0ac42cfd6 100644
--- a/public/language/sv/topic.json
+++ b/public/language/sv/topic.json
@@ -26,29 +26,29 @@
"tools": "Verktyg",
"flag": "Rapportera",
"locked": "Låst",
- "pinned": "Pinned",
- "moved": "Moved",
+ "pinned": "Fäst",
+ "moved": "Flyttad",
"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.",
- "flag_manage_title": "Flagged post in %1",
- "flag_manage_history": "Action History",
- "flag_manage_no_history": "No event history to report",
- "flag_manage_assignee": "Assignee",
- "flag_manage_state": "State",
- "flag_manage_state_open": "New/Open",
- "flag_manage_state_wip": "Work in Progress",
- "flag_manage_state_resolved": "Resolved",
- "flag_manage_state_rejected": "Rejected",
- "flag_manage_notes": "Shared Notes",
- "flag_manage_update": "Update Flag Status",
- "flag_manage_history_assignee": "Assigned to %1",
- "flag_manage_history_state": "Updated state to %1",
- "flag_manage_history_notes": "Updated flag notes",
- "flag_manage_saved": "Flag Details Updated",
+ "flag_manage_title": "Inlägg flaggad i %1",
+ "flag_manage_history": "Händelse historia",
+ "flag_manage_no_history": "Inga händelser att rapportera",
+ "flag_manage_assignee": "Tilldelad",
+ "flag_manage_state": "Status",
+ "flag_manage_state_open": "Ny/Öppen",
+ "flag_manage_state_wip": "Pågående arbete",
+ "flag_manage_state_resolved": "Löst",
+ "flag_manage_state_rejected": "Avvisad",
+ "flag_manage_notes": "Delade anteckningar",
+ "flag_manage_update": "Uppdatera flag Status",
+ "flag_manage_history_assignee": "Tilldelad till %1",
+ "flag_manage_history_state": "Uppdaterade status till %1",
+ "flag_manage_history_notes": "Uppdaterade flag anteckningar",
+ "flag_manage_saved": "Flag detaljer uppdaterad",
"deleted_message": "Det här ämnet har raderats. Endast användare med ämneshanterings-privilegier kan se det.",
"following_topic.message": "Du kommer nu få notiser när någon gör inlägg i detta ämne.",
- "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",
+ "not_following_topic.message": "Du kommer att se det här ämnet i listan olästa ämnen, men du kommer inte att få meddelande när någon gör inlägg till detta ämne.",
"ignoring_topic.message": "Du kommer inte längre se detta ämne i listan olästa ämnen. Du kommer att meddelas när du nämns eller ditt inlägg är upp röstat.",
"login_to_subscribe": "Var god registrera eller logga in för att kunna prenumerera på detta ämne.",
"markAsUnreadForAll.success": "Ämne markerat som oläst av alla.",
@@ -66,7 +66,7 @@
"not-watching.description": "Meddela mig inte om nya svar.
Visa ämne i oläst ifall kategorin är ignorerad.",
"ignoring.description": "Meddela mig inte om nya svar.
Visa inte ämne i oläst.",
"thread_tools.title": "Ämnesverktyg",
- "thread_tools.markAsUnreadForAll": "Mark unread for all",
+ "thread_tools.markAsUnreadForAll": "Markera oläst för alla",
"thread_tools.pin": "Nåla fast ämne",
"thread_tools.unpin": "Lösgör ämne",
"thread_tools.lock": "Lås ämne",
@@ -89,9 +89,9 @@
"disabled_categories_note": "Inaktiverade kategorier är utgråade",
"confirm_move": "Flytta",
"confirm_fork": "Grena",
- "favourite": "Bokmärke",
- "favourites": "Bokmärken",
- "favourites.has_no_favourites": "Du har inte lagt till bokmärke på något inlägg än.",
+ "bookmark": "Bokmärke",
+ "bookmarks": "Bokmärken",
+ "bookmarks.has_no_bookmarks": "Du har inte bokmärkt några inlägg ännu.",
"loading_more_posts": "Laddar fler inlägg",
"move_topic": "Flytta ämne",
"move_topics": "Flytta ämnen",
@@ -101,7 +101,7 @@
"topic_will_be_moved_to": "Detta ämne kommer att flyttas till kategorin",
"fork_topic_instruction": "Klicka på de inlägg du vill grena",
"fork_no_pids": "Inga inlägg valda!",
- "fork_pid_count": "%1 post(s) selected",
+ "fork_pid_count": "%1 inlägg vald(a)",
"fork_success": "Ämnet har blivit förgrenat. Klicka här för att gå till det förgrenade ämnet.",
"delete_posts_instruction": "Klicka på inläggen du vill radera/rensa bort",
"composer.title_placeholder": "Skriv in ämnets titel här...",
diff --git a/public/language/sv/user.json b/public/language/sv/user.json
index e039bb98eb..6116e08ba7 100644
--- a/public/language/sv/user.json
+++ b/public/language/sv/user.json
@@ -6,7 +6,7 @@
"postcount": "Antal inlägg",
"email": "E-post",
"confirm_email": "Bekräfta e-postadress ",
- "account_info": "Account Info",
+ "account_info": "Konto",
"ban_account": "Bannlys konto",
"ban_account_confirm": "Vill du verkligen bannlysa den här användaren?",
"unban_account": "Ta bort bannlysning",
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Profil-visningar",
"reputation": "Rykte",
- "favourites": "Bokmärken",
+ "bookmarks": "Bokmärken",
"watched": "Bevakad",
"followers": "Följare",
"following": "Följer",
@@ -89,11 +89,11 @@
"topics_per_page": "Ämnen per sida",
"posts_per_page": "Inlägg per sida",
"notification_sounds": "Spela ett ljud när du får en notis",
- "notifications_and_sounds": "Notifications & Sounds",
- "incoming-message-sound": "Incoming message sound",
- "outgoing-message-sound": "Outgoing message sound",
- "notification-sound": "Notification sound",
- "no-sound": "No sound",
+ "notifications_and_sounds": "Meddelanden och ljud",
+ "incoming-message-sound": "Inkommande meddelande ljud",
+ "outgoing-message-sound": "Utgående meddelande ljud",
+ "notification-sound": "Meddelandeljud",
+ "no-sound": "Inget ljud",
"browsing": "Inställning för bläddring",
"open_links_in_new_tab": "Öppna utgående länkar i ny flik",
"enable_topic_searching": "Aktivera sökning inom ämne",
@@ -101,8 +101,8 @@
"delay_image_loading": "Fördröj inladdning av bilder",
"image_load_delay_help": "Aktivera för att hindra bilder ifrån att ladda in, innan de skrollats fram på skärmen. ",
"scroll_to_my_post": "Visa det nya inlägget när ett svar har postats",
- "follow_topics_you_reply_to": "Watch topics that you reply to",
- "follow_topics_you_create": "Watch topics you create",
+ "follow_topics_you_reply_to": "Bevaka ämnen som du svarat på",
+ "follow_topics_you_create": "Bevaka ämnen som du skapat",
"grouptitle": "Grupptitel",
"no-group-title": "Ingen titel på gruppen",
"select-skin": "Välj ett Skin",
@@ -114,16 +114,16 @@
"sso.title": "Single Sign-on-tjänster",
"sso.associated": "Associerad med",
"sso.not-associated": "Klicka här för att associera med",
- "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.banned-reason-label": "Reason",
- "info.banned-no-reason": "No reason given.",
- "info.username-history": "Username History",
- "info.email-history": "Email History",
- "info.moderation-note": "Moderation Note",
- "info.moderation-note.success": "Moderation note saved"
+ "info.latest-flags": "Senaste flaggade",
+ "info.no-flags": "Inga flaggade inlägg hittades",
+ "info.ban-history": "Ban historik",
+ "info.no-ban-history": "Den här användaren har aldrig varit bannad",
+ "info.banned-until": "Bannad tills %1",
+ "info.banned-permanently": "Permanent bannad",
+ "info.banned-reason-label": "Anledning",
+ "info.banned-no-reason": "Ingen anledning angiven",
+ "info.username-history": "Användarnamn historik",
+ "info.email-history": "Epost historik",
+ "info.moderation-note": "Moderations anteckning",
+ "info.moderation-note.success": "Moderations anteckning sparad"
}
\ No newline at end of file
diff --git a/public/language/sv/users.json b/public/language/sv/users.json
index 639b11ac14..bdc4d3aa31 100644
--- a/public/language/sv/users.json
+++ b/public/language/sv/users.json
@@ -2,7 +2,7 @@
"latest_users": "Senaste användarna",
"top_posters": "Flest inlägg",
"most_reputation": "Bäst rykte",
- "most_flags": "Most Flags",
+ "most_flags": "Mest flaggade",
"search": "Sök",
"enter_username": "Ange ett användarnamn för att söka",
"load_more": "Ladda fler",
diff --git a/public/language/th/error.json b/public/language/th/error.json
index 98b15e4d95..af283b27ee 100644
--- a/public/language/th/error.json
+++ b/public/language/th/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Please wait for uploads to complete.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
- "already-favourited": "You have already bookmarked this post",
- "already-unfavourited": "You have already unbookmarked this post",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "You can't ban other admins!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
diff --git a/public/language/th/global.json b/public/language/th/global.json
index cf889d3a28..d4018dbdaa 100644
--- a/public/language/th/global.json
+++ b/public/language/th/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "ไม่มีกระทู้ล่าสุด",
"recentposts": "กระทู้ล่าสุด",
"recentips": "IP ที่ใช้เข้าสู่ระบบล่าสุด",
+ "moderator_tools": "Moderator Tools",
"away": "ไม่อยู่",
"dnd": "Do not disturb",
"invisible": "ไม่ปรากฏตัว",
diff --git a/public/language/th/modules.json b/public/language/th/modules.json
index 8763167692..e69cce324a 100644
--- a/public/language/th/modules.json
+++ b/public/language/th/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Days",
"chat.three_months": "3 Months",
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
- "chat.roomname": "Chat Room %1",
"chat.add-users-to-room": "Add users to room",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
diff --git a/public/language/th/pages.json b/public/language/th/pages.json
index eb18cbfa0a..e2d1215bcb 100644
--- a/public/language/th/pages.json
+++ b/public/language/th/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "All time popular topics",
"recent": "กระทู้ล่าสุด",
"flagged-posts": "Flagged Posts",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
diff --git a/public/language/th/topic.json b/public/language/th/topic.json
index 047fc51d79..b4edbefa9b 100644
--- a/public/language/th/topic.json
+++ b/public/language/th/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "หมวดหมู่ที่ปิดใช้งานจะเป็นสีเทา",
"confirm_move": "ย้าย",
"confirm_fork": "แยก",
- "favourite": "Bookmark",
- "favourites": "Bookmarks",
- "favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "โหลดโพสเพิ่มเติม",
"move_topic": "ย้ายกระทู้",
"move_topics": "Move Topics",
diff --git a/public/language/th/user.json b/public/language/th/user.json
index 24ea6aca74..c40a748a91 100644
--- a/public/language/th/user.json
+++ b/public/language/th/user.json
@@ -23,7 +23,7 @@
"profile": "รายละเอียด",
"profile_views": "ดูข้อมูลส่วนตัว",
"reputation": "ชื่อเสียง",
- "favourites": "Bookmarks",
+ "bookmarks": "Bookmarks",
"watched": "ดูแล้ว",
"followers": "คนติดตาม",
"following": "ติดตาม",
diff --git a/public/language/tr/error.json b/public/language/tr/error.json
index 471fbbd8d9..f0774ddce8 100644
--- a/public/language/tr/error.json
+++ b/public/language/tr/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Lütfen yüklemelerin bitmesini bekleyin.",
"file-too-big": "İzin verilen en büyük dosya boyutu %1 kb - lütfen daha küçük bir dosya yükleyin",
"guest-upload-disabled": "Ziyaretçilerin yükleme yapması devre dışı bırakıldı",
- "already-favourited": "Bu iletiyi zaten yer imlerinize eklediniz",
- "already-unfavourited": "Bu iletiyi zaten yer imlerinizden çıkardınız",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Başka yöneticileri yasaklayamazsınız!",
"cant-remove-last-admin": "Tek yönetici sizsiniz. Kendinizi adminlikten çıkarmadan önce başka bir kullanıcıyı admin olarak ekleyiniz",
"cant-delete-admin": "Öncelikle yönetici izinlerini kaldırman gerekiyor.",
diff --git a/public/language/tr/global.json b/public/language/tr/global.json
index 5e00072cb0..43e235f1a4 100644
--- a/public/language/tr/global.json
+++ b/public/language/tr/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Güncel Başlıklar Yok",
"recentposts": "Güncel İletiler",
"recentips": "Güncel giriş yapilan IP adresleri",
+ "moderator_tools": "Moderator Tools",
"away": "Dışarıda",
"dnd": "Rahatsız etme",
"invisible": "Görünmez",
diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json
index 625712c2c3..66ffcf113f 100644
--- a/public/language/tr/modules.json
+++ b/public/language/tr/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 Gün",
"chat.three_months": "3 Ay",
"chat.delete_message_confirm": "Bu mesajı silmek istediğinden emin misin?",
- "chat.roomname": "Sohbet Odası %1",
"chat.add-users-to-room": "Odaya Kullanıcı Ekle",
"composer.compose": "Yaz",
"composer.show_preview": "Önizleme Göster",
diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json
index 509efe63a4..036d5a9654 100644
--- a/public/language/tr/pages.json
+++ b/public/language/tr/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "En popüler başlıklar",
"recent": "Güncel Konular",
"flagged-posts": "Bayraklanmış İletiler",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Çevrimiçi Kullanıcılar",
"users/latest": "En Yeni Kullanıcılar",
"users/sort-posts": "En çok ileti gönderen kullanıcılar",
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index bda00055ed..6ccbdcf82a 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Etkin Olmayan Kategoriler soluklaştırılır",
"confirm_move": "Taşı",
"confirm_fork": "Ayır",
- "favourite": "Yer imi",
- "favourites": "Yer imleri",
- "favourites.has_no_favourites": "Yer imlerine eklenmiş hiçbir ileti yok.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Daha fazla ileti ",
"move_topic": "Başlığı Taş",
"move_topics": "Konuları Taşı",
diff --git a/public/language/tr/user.json b/public/language/tr/user.json
index 3ba395164f..b63a747bb8 100644
--- a/public/language/tr/user.json
+++ b/public/language/tr/user.json
@@ -23,7 +23,7 @@
"profile": "Profil",
"profile_views": "Profil Görüntülemeleri",
"reputation": "Saygınlık",
- "favourites": "Yer imleri",
+ "bookmarks": "Bookmarks",
"watched": "İzlendi",
"followers": "Takipçiler",
"following": "Takip Ediyor",
diff --git a/public/language/vi/error.json b/public/language/vi/error.json
index 13082bec01..e00ba37572 100644
--- a/public/language/vi/error.json
+++ b/public/language/vi/error.json
@@ -72,8 +72,8 @@
"still-uploading": "Vui lòng chờ upload",
"file-too-big": "Kích cỡ file được cho phép tối đa là %1 kB - vui lòng tải lên file có dung lượng nhỏ hơn.",
"guest-upload-disabled": "Khách (chưa có tài khoản) không có quyền tải lên file.",
- "already-favourited": "Bạn đã đánh dấu bài viết này",
- "already-unfavourited": "Bạn đã bỏ đánh dấu bài viết này",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Bạn không thể cấm được các quản trị viên khác",
"cant-remove-last-admin": "Bạn là quản trị viên duy nhất. Hãy cho thành viên khác làm quản trị viên trước khi huỷ bỏ quyền quản trị của bạn.",
"cant-delete-admin": "Hủy quyền quản trị của tài khoản này trước khi xóa",
diff --git a/public/language/vi/global.json b/public/language/vi/global.json
index 625d1a0e6c..d54d9518ff 100644
--- a/public/language/vi/global.json
+++ b/public/language/vi/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "Không có chủ đề gần đây",
"recentposts": "Số bài viết gần đây",
"recentips": "Các IP vừa mới đăng nhập",
+ "moderator_tools": "Moderator Tools",
"away": "Đang đi vắng",
"dnd": "Đừng làm phiền",
"invisible": "Ẩn",
diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json
index 8b6f21e739..d70f8dc8ea 100644
--- a/public/language/vi/modules.json
+++ b/public/language/vi/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30 ngày",
"chat.three_months": "3 tháng",
"chat.delete_message_confirm": "Bạn có chắc chắn bạn muốn xoá tin nhắn này chứ?",
- "chat.roomname": "Phòng chat %1",
"chat.add-users-to-room": "Thêm người vào phòng",
"composer.compose": "Soạn thảo",
"composer.show_preview": "Hiện Xem trước",
diff --git a/public/language/vi/pages.json b/public/language/vi/pages.json
index fbf216329f..5adfa71850 100644
--- a/public/language/vi/pages.json
+++ b/public/language/vi/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "Chủ đề nổi bật mọi thời đại",
"recent": "Chủ đề gần đây",
"flagged-posts": "Bài viết bị gắn cờ",
+ "ip-blacklist": "IP Blacklist",
"users/online": "Thành viên đang online",
"users/latest": "Thành viên mới nhất",
"users/sort-posts": "Thành viên có nhiều bài đăng nhất",
diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json
index a5603031f4..89fafdaa4b 100644
--- a/public/language/vi/topic.json
+++ b/public/language/vi/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "Các phần mục bị khóa đã được đánh xám",
"confirm_move": "Di chuyển",
"confirm_fork": "Tạo bảo sao",
- "favourite": "Đánh dấu",
- "favourites": "Các đánh dấu",
- "favourites.has_no_favourites": "Bạn chưa đánh dấu bất kỳ bài viết nào.",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "Tải thêm các bài gửi khác",
"move_topic": "Chuyển chủ đề",
"move_topics": "Di chuyển chủ đề",
diff --git a/public/language/vi/user.json b/public/language/vi/user.json
index b640e88ddd..61100679e7 100644
--- a/public/language/vi/user.json
+++ b/public/language/vi/user.json
@@ -23,7 +23,7 @@
"profile": "Hồ sơ",
"profile_views": "Số lượt người ghé thăm",
"reputation": "Mức uy tín",
- "favourites": "Các đánh dấu",
+ "bookmarks": "Bookmarks",
"watched": "Đã theo dõi",
"followers": "Số người theo dõi",
"following": "Đang theo dõi",
diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json
index af7c770ffe..ffeac42809 100644
--- a/public/language/zh_CN/error.json
+++ b/public/language/zh_CN/error.json
@@ -62,7 +62,7 @@
"content-too-long": "请删减发帖内容,不能超过 %1 个字符。",
"title-too-short": "请增加标题,不能少于 %1 个字符。",
"title-too-long": "请缩减标题,不超过 %1 个字符。",
- "category-not-selected": "Category not selected.",
+ "category-not-selected": "未选择版块。",
"too-many-posts": "发帖需要间隔 %1 秒以上 - 请稍候再发帖",
"too-many-posts-newbie": "因为您是新用户,所以限制每隔 %1 秒才能发帖一次,直到您有 %2 点威望为止 —— 请稍候再发帖",
"tag-too-short": "话题太短,不能少于 %1 个字符",
@@ -72,8 +72,8 @@
"still-uploading": "请等待上传完成",
"file-too-big": "上传文件的大小限制为 %1 KB - 请缩减文件大小",
"guest-upload-disabled": "未登录用户不允许上传",
- "already-favourited": "您已将此贴存为了书签。",
- "already-unfavourited": "您已取消了此贴的书签",
+ "already-bookmarked": "您已将此贴存为了书签",
+ "already-unbookmarked": "您已取消了此贴的书签",
"cant-ban-other-admins": "您不能封禁其他管理员!",
"cant-remove-last-admin": "您是唯一的管理员。在删除您的管理员权限前,请添加另一个管理员。",
"cant-delete-admin": "在删除之前请你先把管理员的权限从这个账号移除。",
diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json
index 74915d5a66..308b44ff2a 100644
--- a/public/language/zh_CN/global.json
+++ b/public/language/zh_CN/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "暂无新主题",
"recentposts": "新帖",
"recentips": "最近登录的 IP",
+ "moderator_tools": "版主工具",
"away": "离开",
"dnd": "请勿打扰",
"invisible": "隐身",
@@ -98,5 +99,5 @@
"allowed-file-types": "允许的文件类型有 %1",
"unsaved-changes": "您有未保存的更改,您确定您要离开么?",
"reconnecting-message": "与 %1 的连接断开,我们正在尝试重连,请耐心等待",
- "play": "Play"
+ "play": "播放"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/modules.json b/public/language/zh_CN/modules.json
index 6da86ec505..69f9de77a8 100644
--- a/public/language/zh_CN/modules.json
+++ b/public/language/zh_CN/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30天",
"chat.three_months": "3个月",
"chat.delete_message_confirm": "确认删除此消息吗?",
- "chat.roomname": "%1 号聊天室",
"chat.add-users-to-room": "向此聊天室中添加成员",
"composer.compose": "编写",
"composer.show_preview": "显示预览",
diff --git a/public/language/zh_CN/pages.json b/public/language/zh_CN/pages.json
index e78c35cf71..32419753d0 100644
--- a/public/language/zh_CN/pages.json
+++ b/public/language/zh_CN/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "热门主题",
"recent": "最新主题",
"flagged-posts": "已举报的帖子",
+ "ip-blacklist": "IP 黑名单",
"users/online": "在线会员",
"users/latest": "最新会员",
"users/sort-posts": "最多发帖的会员",
@@ -36,7 +37,7 @@
"account/posts": "%1 发布的帖子",
"account/topics": "%1 创建的主题",
"account/groups": "%1 的小组",
- "account/bookmarks": "%1's Bookmarked Posts",
+ "account/bookmarks": "%1 收藏的帖子",
"account/settings": "用户设置",
"account/watched": "主题已被 %1 关注",
"account/upvoted": "帖子被 %1 顶过",
diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json
index e2abc0a60b..e6c919255e 100644
--- a/public/language/zh_CN/topic.json
+++ b/public/language/zh_CN/topic.json
@@ -37,7 +37,7 @@
"flag_manage_assignee": "代理人",
"flag_manage_state": "状态",
"flag_manage_state_open": "新建/打开",
- "flag_manage_state_wip": "Work in Progress",
+ "flag_manage_state_wip": "正在处理",
"flag_manage_state_resolved": "已解决",
"flag_manage_state_rejected": "已拒绝",
"flag_manage_notes": "共享的笔记",
@@ -45,7 +45,7 @@
"flag_manage_history_assignee": "已指派给 %1",
"flag_manage_history_state": "更新状态到 1%",
"flag_manage_history_notes": "更新标记笔记",
- "flag_manage_saved": "Flag Details Updated",
+ "flag_manage_saved": "举报详情已更新",
"deleted_message": "此主题已被删除。只有拥有主题管理权限的用户可以查看。",
"following_topic.message": "当有人回复此主题时,您会收到通知。",
"not_following_topic.message": "您将在未读主题列表中看到这个主题,但您不会在帖子被回复时收到通知。",
@@ -66,7 +66,7 @@
"not-watching.description": "不要在有新回复时通知我。
如果这个分类未被忽略则在未读主题中显示。",
"ignoring.description": "不要在有新回复时通知我。
不要在未读主题中显示该主题。",
"thread_tools.title": "主题工具",
- "thread_tools.markAsUnreadForAll": "Mark unread for all",
+ "thread_tools.markAsUnreadForAll": "标记全部未读",
"thread_tools.pin": "置顶主题",
"thread_tools.unpin": "取消置顶主题",
"thread_tools.lock": "锁定主题",
@@ -89,9 +89,9 @@
"disabled_categories_note": "停用的版面为灰色",
"confirm_move": "移动",
"confirm_fork": "分割",
- "favourite": "书签",
- "favourites": "书签",
- "favourites.has_no_favourites": "您还没有添加任何书签",
+ "bookmark": "书签",
+ "bookmarks": "书签",
+ "bookmarks.has_no_bookmarks": "您还没有添加任何书签",
"loading_more_posts": "正在加载更多帖子",
"move_topic": "移动主题",
"move_topics": "移动主题",
diff --git a/public/language/zh_CN/user.json b/public/language/zh_CN/user.json
index 9a3478ba02..a487b7ee56 100644
--- a/public/language/zh_CN/user.json
+++ b/public/language/zh_CN/user.json
@@ -23,7 +23,7 @@
"profile": "资料",
"profile_views": "资料浏览",
"reputation": "威望",
- "favourites": "书签",
+ "bookmarks": "书签",
"watched": "已订阅",
"followers": "粉丝",
"following": "关注",
@@ -93,7 +93,7 @@
"incoming-message-sound": "消息到达提示音",
"outgoing-message-sound": "消息送出提示音",
"notification-sound": "通知提示音",
- "no-sound": "No sound",
+ "no-sound": "没有声音",
"browsing": "浏览设置",
"open_links_in_new_tab": "在新标签打开外部链接",
"enable_topic_searching": "启用主题内搜索",
@@ -122,8 +122,8 @@
"info.banned-permanently": "永久封禁",
"info.banned-reason-label": "原因",
"info.banned-no-reason": "没有原因",
- "info.username-history": "Username History",
- "info.email-history": "Email History",
- "info.moderation-note": "Moderation Note",
- "info.moderation-note.success": "Moderation note saved"
+ "info.username-history": "历史用户名",
+ "info.email-history": "历史邮箱",
+ "info.moderation-note": "版主留言",
+ "info.moderation-note.success": "修改未保存"
}
\ No newline at end of file
diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json
index 5069c63a22..b0ed83889a 100644
--- a/public/language/zh_TW/error.json
+++ b/public/language/zh_TW/error.json
@@ -72,8 +72,8 @@
"still-uploading": "請等待上傳完成。",
"file-too-big": "最大允許的檔案大小是 %1 kB - 請上傳一個小於這個數值的檔案。",
"guest-upload-disabled": "訪客上傳是被禁止的",
- "already-favourited": "你已經將這篇張貼加入書籤",
- "already-unfavourited": "你已經將這篇張貼移除書籤",
+ "already-bookmarked": "You have already bookmarked this post",
+ "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "你無法封鎖其他的管理員!",
"cant-remove-last-admin": "你是唯一的管理員。在你移除自己為管理員前,需要新增另一個使用者為管理員。",
"cant-delete-admin": "在要刪除這個帳戶前,請先移除這個帳戶的管理員權限",
diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json
index 3bcd5010b2..cbe13be44c 100644
--- a/public/language/zh_TW/global.json
+++ b/public/language/zh_TW/global.json
@@ -75,6 +75,7 @@
"norecenttopics": "沒新主題",
"recentposts": "最近的張貼文",
"recentips": "最近登入的 IP 位址",
+ "moderator_tools": "Moderator Tools",
"away": "離開",
"dnd": "勿打擾",
"invisible": "隱形",
diff --git a/public/language/zh_TW/modules.json b/public/language/zh_TW/modules.json
index bb6c359596..5ff937a5bd 100644
--- a/public/language/zh_TW/modules.json
+++ b/public/language/zh_TW/modules.json
@@ -18,7 +18,6 @@
"chat.thirty_days": "30日",
"chat.three_months": "3個月",
"chat.delete_message_confirm": "你確定要刪除這個訊息?",
- "chat.roomname": "聊天室 %1",
"chat.add-users-to-room": "將使用者加入聊天室中",
"composer.compose": "撰寫",
"composer.show_preview": "顯示預覽",
diff --git a/public/language/zh_TW/pages.json b/public/language/zh_TW/pages.json
index b6814ee916..0f3a3a5e1e 100644
--- a/public/language/zh_TW/pages.json
+++ b/public/language/zh_TW/pages.json
@@ -7,6 +7,7 @@
"popular-alltime": "所有時間受歡迎的主題",
"recent": "近期的主題",
"flagged-posts": "標記的張貼",
+ "ip-blacklist": "IP Blacklist",
"users/online": "線上使用者",
"users/latest": "最近使用者",
"users/sort-posts": "最多張貼的使用者",
diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json
index 50ea975eb8..49c28c9e0d 100644
--- a/public/language/zh_TW/topic.json
+++ b/public/language/zh_TW/topic.json
@@ -89,9 +89,9 @@
"disabled_categories_note": "停用的版面為灰色",
"confirm_move": "移動",
"confirm_fork": "作為主題",
- "favourite": "書籤",
- "favourites": "書籤",
- "favourites.has_no_favourites": "你尚未將任何張貼加入書籤",
+ "bookmark": "Bookmark",
+ "bookmarks": "Bookmarks",
+ "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"loading_more_posts": "載入更多文章",
"move_topic": "移動主題",
"move_topics": "移動主題",
diff --git a/public/language/zh_TW/user.json b/public/language/zh_TW/user.json
index 7ba2d27311..7eebcd2ec8 100644
--- a/public/language/zh_TW/user.json
+++ b/public/language/zh_TW/user.json
@@ -23,7 +23,7 @@
"profile": "個人資料",
"profile_views": "資料被查看",
"reputation": "聲譽",
- "favourites": "書籤",
+ "bookmarks": "Bookmarks",
"watched": "觀看者",
"followers": "跟隨者",
"following": "正在關注",