diff --git a/public/language/ar/error.json b/public/language/ar/error.json
index 729b67bbf7..d4c19bc98a 100644
--- a/public/language/ar/error.json
+++ b/public/language/ar/error.json
@@ -14,7 +14,7 @@
"invalid-password": "كلمة السر غير مقبولة",
"invalid-username-or-password": "المرجود تحديد اسم مستخدم و كلمة مرور",
"invalid-search-term": "كلمة البحث غير صحيحة",
- "invalid-pagination-value": "رقم الصفحة غير موجود",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "اسم المستخدم مأخوذ",
"email-taken": "البريد الالكتروني مأخوذ",
"email-not-confirmed": "عنوان بريدك الإلكتروني غير مفعل بعد. انقر هنا لتفعيله من فضلك.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "نظام السمعة معطل",
"downvoting-disabled": "التصويتات السلبية معطلة",
"not-enough-reputation-to-downvote": "ليس لديك سمعة تكفي لإضافة صوت سلبي لهذا الموضوع",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "الرجاء استعمال بريدك اﻹلكتروني للدخول",
"wrong-login-type-username": "الرجاء استعمال اسم المستخدم الخاص بك للدخول",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/ar/global.json b/public/language/ar/global.json
index 5e51c03352..6a40d450e3 100644
--- a/public/language/ar/global.json
+++ b/public/language/ar/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "كتب في %1 %2",
"posted_in_ago_by": "كتب في %1 %2 من طرف %3",
- "posted_in_ago_by_guest": "كتب في %1 %2 من طرف زائر",
- "replied_ago": "رد %1",
"user_posted_ago": "%1 كتب %2",
"guest_posted_ago": "كتب زائر %1",
- "last_edited_by_ago": "آخر تعديل من طرف %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "لاوجود لمشاركات جديدة",
"norecenttopics": "لاوجود لمواضيع جديدة",
"recentposts": "آخر المشاركات",
diff --git a/public/language/ar/pages.json b/public/language/ar/pages.json
index 5955303c7e..eb40c3e50a 100644
--- a/public/language/ar/pages.json
+++ b/public/language/ar/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "المواضيع الحديثة",
+ "flagged-posts": "Flagged Posts",
"users/online": "اﻷعضاء المتصلون",
"users/latest": "أحدث اﻷعضاء",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "التنبيهات",
"tags": "الكلمات الدلالية",
diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json
index 2fe3249835..f83c82c767 100644
--- a/public/language/ar/topic.json
+++ b/public/language/ar/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "المرجو إنشاء حساب أو تسجيل الدخول حتى يمكنك متابعة هذا الموضوع.",
"markAsUnreadForAll.success": "تم تحديد الموضوع على أنه غير مقروء.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "مراقبة",
"unwatch": "الغاء المراقبة",
"watch.title": "استلم تنبيها بالردود الجديدة في هذا الموضوع",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/ar/users.json b/public/language/ar/users.json
index 8745782c4d..24e7416521 100644
--- a/public/language/ar/users.json
+++ b/public/language/ar/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.",
"filter-by": "Filter By",
"online-only": "المتصلون فقط",
- "picture-only": "صورة فقط",
"invite": "دعوة",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "قائمة اﻷعضاء",
@@ -17,5 +16,5 @@
"unread_topics": "المواضيع الغير مقروءة",
"categories": "الفئات",
"tags": "الكلمات الدلالية",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/bg/error.json b/public/language/bg/error.json
index f70f4adcc2..7c91315b51 100644
--- a/public/language/bg/error.json
+++ b/public/language/bg/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Невалидна парола",
"invalid-username-or-password": "Моля, посочете потребителско име и парола",
"invalid-search-term": "Невалиден текст за търсене",
- "invalid-pagination-value": "Невалиден номер на страница",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Потребителското име е заето",
"email-taken": "Е-пощата е заета",
"email-not-confirmed": "Вашата е-поща все още не е потвърдена. Моля, натиснете тук, за да потвърдите е-пощата си.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Съобщението е твърде дълго",
"cant-edit-chat-message": "Нямате право да редактирате това съобщение",
"cant-remove-last-user": "Не можете да премахнете последния потребител",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Системата за репутация е изключена.",
"downvoting-disabled": "Отрицателното гласуване е изключено",
"not-enough-reputation-to-downvote": "Нямате достатъчно репутация, за да гласувате отрицателно за тази публикация",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Моля, използвайте е-пощата си, за да влезете",
"wrong-login-type-username": "Моля, използвайте потребителското си име, за да влезете",
"invite-maximum-met": "Вие сте поканили максимално позволения брой хора (%1 от %2).",
- "no-session-found": "Не е открита сесия за вход!"
+ "no-session-found": "Не е открита сесия за вход!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/bg/global.json b/public/language/bg/global.json
index 443636d3b8..547ae7e519 100644
--- a/public/language/bg/global.json
+++ b/public/language/bg/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "публикувано в %1 от %2",
"posted_in_ago": "публикувано в %1 %2",
"posted_in_ago_by": "публикувано в %1 %2 от %3",
- "posted_in_ago_by_guest": "публикувано в %1 %2 от гост",
- "replied_ago": "отговори %1",
"user_posted_ago": "%1 публикува %2",
"guest_posted_ago": "гост публикува %1",
- "last_edited_by_ago": "последно редактирано от %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Няма скорошни публикации",
"norecenttopics": "Няма скорошни теми",
"recentposts": "Скорошни публикации",
diff --git a/public/language/bg/pages.json b/public/language/bg/pages.json
index 2dfe60234d..90685e0bef 100644
--- a/public/language/bg/pages.json
+++ b/public/language/bg/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Популярните теми този месец",
"popular-alltime": "Популярните теми за всички времена",
"recent": "Скорошни теми",
+ "flagged-posts": "Flagged Posts",
"users/online": "Потребители на линия",
"users/latest": "Последни потребители",
"users/sort-posts": "Потребители с най-много публикации",
"users/sort-reputation": "Потребители с най-висока репутация",
- "users/map": "Карта на потребителите",
+ "users/banned": "Banned Users",
"users/search": "Търсене на потребители",
"notifications": "Известия",
"tags": "Етикети",
diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json
index ff2d42c83f..e96fb796b9 100644
--- a/public/language/bg/topic.json
+++ b/public/language/bg/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Моля, регистрирайте се или влезте, за да се абонирате за тази тема.",
"markAsUnreadForAll.success": "Темата е отбелязана като непрочетена за всички.",
"mark_unread": "Отбелязване като непрочетена",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Наблюдаване",
"unwatch": "Спиране на наблюдаването",
"watch.title": "Получавайте известия за новите отговори в тази тема",
@@ -104,7 +105,7 @@
"stale.warning": "Темата, в която отговаряте, е доста стара. Искате ли вместо това да създадете нова и да направите препратка към тази в отговора си?",
"stale.create": "Създаване на нова тема",
"stale.reply_anyway": "Отговаряне в тази тема въпреки това",
- "stale.link_back": "Отговор: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Спам",
"offensive": "Обидно",
"custom-flag-reason": "Изберете причина за докладване"
diff --git a/public/language/bg/users.json b/public/language/bg/users.json
index 9a442eed88..4a3a288614 100644
--- a/public/language/bg/users.json
+++ b/public/language/bg/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.",
"filter-by": "Филтриране",
"online-only": "Само тези на линия",
- "picture-only": "Само със снимка",
"invite": "Канене",
"invitation-email-sent": "Беше изпратено е-писмо за потвърждение до %1",
"user_list": "Списък от потребители",
@@ -17,5 +16,5 @@
"unread_topics": "Непрочетени теми",
"categories": "Категории",
"tags": "Етикети",
- "map": "Карта"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/bn/error.json b/public/language/bn/error.json
index e088d9aba9..ca60095dd2 100644
--- a/public/language/bn/error.json
+++ b/public/language/bn/error.json
@@ -14,7 +14,7 @@
"invalid-password": "ভুল পাসওয়ার্ড",
"invalid-username-or-password": "অনুগ্রহ পূর্বক ইউজারনেম এবং পাসওয়ার্ড উভয়ই প্রদান করুন",
"invalid-search-term": "অগ্রহনযোগ্য সার্চ টার্ম",
- "invalid-pagination-value": "ভুল পৃষ্ঠা নাম্বার",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "ইউজারনেম আগেই ব্যবহৃত",
"email-taken": "ইমেইল আগেই ব্যবহৃত",
"email-not-confirmed": "আপনার ইমেইল এড্রেস নিশ্চিত করা হয় নি, নিশ্চিত করতে এখানে ক্লিক করুন।",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "সম্মাননা ব্যাবস্থা নিস্ক্রীয় রাখা হয়েছে",
"downvoting-disabled": "ঋণাত্মক ভোট নিস্ক্রীয় রাখা হয়েছে।",
"not-enough-reputation-to-downvote": "আপনার এই পোস্ট downvote করার জন্য পর্যাপ্ত সম্মাননা নেই",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/bn/global.json b/public/language/bn/global.json
index 3be6fdfb9e..da099cd8e3 100644
--- a/public/language/bn/global.json
+++ b/public/language/bn/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "%1 বিভাগে পোস্ট করা হয়েছে %2 আগে",
"posted_in_ago_by": "%3 %1 বিভাগে পোস্ট করেছেন %2",
- "posted_in_ago_by_guest": "%1 বিভাগে অতিথি পোস্ট করেছেন %2",
- "replied_ago": "উত্তর দেয়া হয়েছে %1 ",
"user_posted_ago": "%1 পোস্ট করেছেন %2",
"guest_posted_ago": "অতিথি পোস্ট করেছেন %1",
- "last_edited_by_ago": "সর্বশেষ সম্পাদনা করেছেন %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "কোনও সাম্প্রতিক পোস্ট নেই",
"norecenttopics": "কোনও সাম্প্রতিক টপিক নেই",
"recentposts": "সাম্প্রতিক পোস্ট",
diff --git a/public/language/bn/pages.json b/public/language/bn/pages.json
index ff661e67b2..f59157d907 100644
--- a/public/language/bn/pages.json
+++ b/public/language/bn/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "সাম্প্রতিক টপিক",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "বিজ্ঞপ্তি",
"tags": "ট্যাগসমূহ",
diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json
index ce1d6cf9fb..0c7eedeb73 100644
--- a/public/language/bn/topic.json
+++ b/public/language/bn/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "এই টপিকে সাবস্ক্রাইব করতে চাইলে অনুগ্রহ করে নিবন্ধণ করুন অথবা প্রবেশ করুন।",
"markAsUnreadForAll.success": "টপিকটি সবার জন্য অপঠিত হিসাবে মার্ক করুন।",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "দেখা",
"unwatch": "অদেখা",
"watch.title": "এই টপিকে নতুন উত্তর এলে বিজ্ঞাপণের মাধ্যমে জানুন।",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/bn/users.json b/public/language/bn/users.json
index 23a50d5880..4fca6b9a27 100644
--- a/public/language/bn/users.json
+++ b/public/language/bn/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ",
"filter-by": "ফিল্টার করার ধরন",
"online-only": "শুধুমাত্র অনলাইন",
- "picture-only": "শুধুমাত্র ছবি",
"invite": "ইনভাইট",
"invitation-email-sent": "%1 কে একটি ইনভাইটেশন ইমেইল পাঠানো হয়েছে",
"user_list": "সদস্য তালিকা",
@@ -17,5 +16,5 @@
"unread_topics": "অপঠিত টপিক",
"categories": "বিভাগ",
"tags": "ট্যাগসমূহ",
- "map": "ম্যাপ"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/cs/error.json b/public/language/cs/error.json
index ba749d007e..d3e6559a65 100644
--- a/public/language/cs/error.json
+++ b/public/language/cs/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Neplatné heslo",
"invalid-username-or-password": "Stanovte, prosím, oboje, jak uživatelské jméno, tak heslo",
"invalid-search-term": "Neplatný výraz pro vyhledávání",
- "invalid-pagination-value": "Neplatná hodnota pro stránkování",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Uživatelské jméno je již použito",
"email-taken": "Email je již použit",
"email-not-confirmed": "Vaše emailová adresa zatím nebyla potvrzena. Kliknutím zde svůj email potvrdíte.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Systém reputací je zakázán.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/cs/global.json b/public/language/cs/global.json
index 06284c0eda..6b0d59a86a 100644
--- a/public/language/cs/global.json
+++ b/public/language/cs/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1 %2",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "replied %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "last edited by %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Žádné nedávné příspěvky",
"norecenttopics": "Žádné nedávné témata",
"recentposts": "Nedávné příspěvky",
diff --git a/public/language/cs/pages.json b/public/language/cs/pages.json
index fdc34d375d..bcae168282 100644
--- a/public/language/cs/pages.json
+++ b/public/language/cs/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Recent Topics",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Notifications",
"tags": "Tags",
diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json
index 39bad4e50b..e6da76341e 100644
--- a/public/language/cs/topic.json
+++ b/public/language/cs/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Watch",
"unwatch": "Unwatch",
"watch.title": "Be notified of new replies in this topic",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/cs/users.json b/public/language/cs/users.json
index 4d53504d8e..6145c20f2a 100644
--- a/public/language/cs/users.json
+++ b/public/language/cs/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/da/error.json b/public/language/da/error.json
index 3ef2c0ac7f..fb66628ba2 100644
--- a/public/language/da/error.json
+++ b/public/language/da/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Ugyldig Adgangskode",
"invalid-username-or-password": "Venligst angiv både brugernavn og adgangskode",
"invalid-search-term": "Ugyldig søgeterm",
- "invalid-pagination-value": "Ugyldig sidetalsværdi",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Brugernavn optaget",
"email-taken": "Emailadresse allerede i brug",
"email-not-confirmed": "Din email adresse er ikke blevet bekræftet endnu, venligst klik her for at bekrætige den.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat beskeden er for lang",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Vurderingssystem er slået fra.",
"downvoting-disabled": "Nedvurdering er slået fra",
"not-enough-reputation-to-downvote": "Du har ikke nok omdømme til at nedstemme dette indlæg",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Brug venligt din email til login",
"wrong-login-type-username": "Brug venligt dit brugernavn til login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/da/global.json b/public/language/da/global.json
index e348adfe88..a6a29873ab 100644
--- a/public/language/da/global.json
+++ b/public/language/da/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "skrevet i %1 af %2",
"posted_in_ago": "skrivet i %1 %2",
"posted_in_ago_by": "skrevet i %1 %2 af %3",
- "posted_in_ago_by_guest": "insendt i %1 %2 siden af gæst",
- "replied_ago": "svaret for %1",
"user_posted_ago": "%1 skrev for %2",
"guest_posted_ago": "Gæst skrev for %1",
- "last_edited_by_ago": "sidst redigeret af %1 for %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Ingen seneste indlæg",
"norecenttopics": "Ingen seneste tråde",
"recentposts": "Seneste indlæg",
diff --git a/public/language/da/pages.json b/public/language/da/pages.json
index 9e1230b827..11409c5109 100644
--- a/public/language/da/pages.json
+++ b/public/language/da/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Populære tråde denne måned",
"popular-alltime": "Top populære tråde",
"recent": "Seneste tråde",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online brugere",
"users/latest": "Seneste brugere",
"users/sort-posts": "Brugere med de fleste indlæg",
"users/sort-reputation": "Brugere med mest omdømme",
- "users/map": "Bruger kort",
+ "users/banned": "Banned Users",
"users/search": "Bruger søgning",
"notifications": "Notifikationer",
"tags": "Tags",
diff --git a/public/language/da/topic.json b/public/language/da/topic.json
index 434a71457a..3ad278b495 100644
--- a/public/language/da/topic.json
+++ b/public/language/da/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Venligt registrer eller login for at abbonere på dette emne.",
"markAsUnreadForAll.success": "Emnet er market ulæst for alle.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Overvåg",
"unwatch": "Fjern overvågning",
"watch.title": "Bliv notificeret ved nye indlæg i dette emne",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Stødende",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/da/users.json b/public/language/da/users.json
index 9facf52cea..8ec326f45f 100644
--- a/public/language/da/users.json
+++ b/public/language/da/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 bruger(e) fundet! Søgning tog %2 sekunder.",
"filter-by": "Filtre Efter",
"online-only": "Kun online",
- "picture-only": "Kun billeder",
"invite": "Invitér",
"invitation-email-sent": "En invitations email er blevet sendt til %1",
"user_list": "Bruger Liste",
@@ -17,5 +16,5 @@
"unread_topics": "Ulæste Tråde",
"categories": "Kategorier",
"tags": "Tags",
- "map": "Kort"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/de/error.json b/public/language/de/error.json
index e070e816f9..32a56b5d64 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Ungültiges Passwort",
"invalid-username-or-password": "Bitte gebe einen Benutzernamen und ein Passwort an",
"invalid-search-term": "Ungültige Suchanfrage",
- "invalid-pagination-value": "Die Nummerierung ist ungültig",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Der Benutzername ist bereits vergeben",
"email-taken": "Die E-Mail-Adresse ist bereits vergeben",
"email-not-confirmed": "Deine E-Mail wurde noch nicht bestätigt, bitte klicke hier, um deine E-Mail zu bestätigen.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Die Nachricht ist zu lang",
"cant-edit-chat-message": "Du darfst diese Nachricht nicht ändern",
"cant-remove-last-user": "Du kannst den letzten Benutzer nicht entfernen",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Das Reputationssystem ist deaktiviert.",
"downvoting-disabled": "Downvotes sind deaktiviert.",
"not-enough-reputation-to-downvote": "Dein Ansehen ist zu niedrig, um diesen Beitrag negativ zu bewerten.",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Bitte nutze deine E-Mail-Adresse zum einloggen",
"wrong-login-type-username": "Bitte nutze deinen Benutzernamen zum einloggen",
"invite-maximum-met": "Du hast bereits die maximale Anzahl an Personen eingeladen (%1 von %2).",
- "no-session-found": "Keine Login-Sitzung gefunden!"
+ "no-session-found": "Keine Login-Sitzung gefunden!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/de/global.json b/public/language/de/global.json
index ffc67cc724..0cd14600ce 100644
--- a/public/language/de/global.json
+++ b/public/language/de/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "verfasst in %1 von %2",
"posted_in_ago": "Verfasst in %1 %2",
"posted_in_ago_by": "Verfasst in %1 %2 von %3",
- "posted_in_ago_by_guest": "verfasst in %1 %2 von einem Gast",
- "replied_ago": "antwortete %1",
"user_posted_ago": "%1 schrieb %2",
"guest_posted_ago": "Gast schrieb %1",
- "last_edited_by_ago": "zuletzt editiert von %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Keine aktuellen Beiträge",
"norecenttopics": "Keine aktuellen Themen",
"recentposts": "Aktuelle Beiträge",
diff --git a/public/language/de/pages.json b/public/language/de/pages.json
index 51fadacf93..42fc17b802 100644
--- a/public/language/de/pages.json
+++ b/public/language/de/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Beliebte Themen dieses Monats",
"popular-alltime": "Beliebteste Themen",
"recent": "Neueste Themen",
+ "flagged-posts": "Flagged Posts",
"users/online": "Benutzer online",
"users/latest": "Neuste Benutzer",
"users/sort-posts": "Benutzer mit den meisten Beiträgen",
"users/sort-reputation": "Benutzer mit dem höchsten Ansehen",
- "users/map": "Benutzer Karte",
+ "users/banned": "Banned Users",
"users/search": "Benutzer Suche",
"notifications": "Benachrichtigungen",
"tags": "Markierungen",
diff --git a/public/language/de/topic.json b/public/language/de/topic.json
index d2fa3d56c7..3e31768859 100644
--- a/public/language/de/topic.json
+++ b/public/language/de/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Bitte registrieren oder einloggen um dieses Thema zu abonnieren",
"markAsUnreadForAll.success": "Thema für Alle als ungelesen markiert.",
"mark_unread": "Als ungelesen markieren",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Beobachten",
"unwatch": "Nicht mehr beobachten",
"watch.title": "Bei neuen Antworten benachrichtigen",
@@ -104,7 +105,7 @@
"stale.warning": "Das Thema auf das du antworten möchtest ist ziemlich alt. Möchtest du stattdessen ein neues Thema erstellen und auf dieses in deiner Antwort hinweisen?",
"stale.create": "Ein neues Thema erstellen",
"stale.reply_anyway": "Auf dieses Thema trotzdem antworten",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Beleidigend",
"custom-flag-reason": "Gib einen Grund für die Markierung ein"
diff --git a/public/language/de/users.json b/public/language/de/users.json
index 5c9d5214de..3dc0d1e78b 100644
--- a/public/language/de/users.json
+++ b/public/language/de/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 ms.",
"filter-by": "Filtern nach",
"online-only": "Nur Online",
- "picture-only": "Nur mit Bildern",
"invite": "Einladen",
"invitation-email-sent": "Eine Einladungsemail wurde an %1 verschickt",
"user_list": "Nutzerliste",
@@ -17,5 +16,5 @@
"unread_topics": "Ungelesen Themen",
"categories": "Kategorien",
"tags": "Schlagworte",
- "map": "Karte"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/el/error.json b/public/language/el/error.json
index 23380dd7bf..b5d58d9eed 100644
--- a/public/language/el/error.json
+++ b/public/language/el/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Άκυρος Κωδικός",
"invalid-username-or-password": "Παρακαλώ γράψε το όνομα χρήστη και τον κωδικό",
"invalid-search-term": "Άκυρος όρος αναζήτησης",
- "invalid-pagination-value": "Άκυρη τιμή σελιδοποίησης",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Το όνομα χρήστη είναι πιασμένο",
"email-taken": "Το email είναι πιασμένο",
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Το σύστημα φήμης έχει απενεργοποιηθεί.",
"downvoting-disabled": "Η καταψήφιση έχει απενεργοποιηθεί",
"not-enough-reputation-to-downvote": "Δεν έχεις αρκετή φήμη για να καταψηφίσεις αυτή την δημοσίευση",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/el/global.json b/public/language/el/global.json
index c91df52655..debb319dfe 100644
--- a/public/language/el/global.json
+++ b/public/language/el/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "δημοσιεύτηκε στο %1 πριν από %2",
"posted_in_ago_by": "δημοσιεύτηκε στο %1 πριν από %2 από τον/την %3",
- "posted_in_ago_by_guest": "δημοσιεύτηκε στο %1 πριν από %2 από Επισκέπτη",
- "replied_ago": "απαντήθηκε πριν από %1",
"user_posted_ago": "Ο/Η %1 δημοσίευσε πριν από %2",
"guest_posted_ago": "Επισκέπτης δημοσίευσε πριν από %1",
- "last_edited_by_ago": "επεξεργάστηκε τελευταία φορά από τον/την %1 πριν από %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Δεν υπάρχουν πρόσφατες δημοσιεύσεις",
"norecenttopics": "Δεν υπάρχουν πρόσφατα θέματα",
"recentposts": "Πρόσφατες Δημοσιεύσεις",
diff --git a/public/language/el/pages.json b/public/language/el/pages.json
index ce71b8e35b..18fafd820c 100644
--- a/public/language/el/pages.json
+++ b/public/language/el/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Πρόσφατα Θέματα",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Ειδοποιήσεις",
"tags": "Tags",
diff --git a/public/language/el/topic.json b/public/language/el/topic.json
index ff866bf8d1..703e1e4f57 100644
--- a/public/language/el/topic.json
+++ b/public/language/el/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Παρακαλώ εγγράψου ή συνδέσου για για γραφτείς σε αυτό το θέμα.",
"markAsUnreadForAll.success": "Το θέμα σημειώθηκε ως μη αναγνωσμένο για όλους.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Παρακολούθηση",
"unwatch": "Ξεπαρακολούθηση",
"watch.title": "Να ειδοποιούμαι για νέες απαντήσεις σε αυτό το θέμα",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/el/users.json b/public/language/el/users.json
index 3eda51f303..39bba616e6 100644
--- a/public/language/el/users.json
+++ b/public/language/el/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json
index d10734c6ea..ca4533474d 100644
--- a/public/language/en@pirate/error.json
+++ b/public/language/en@pirate/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Invalid Password",
"invalid-username-or-password": "Please specify both a username and password",
"invalid-search-term": "Invalid search term",
- "invalid-pagination-value": "Invalid pagination value",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json
index adc1da2824..8b7fa92380 100644
--- a/public/language/en@pirate/global.json
+++ b/public/language/en@pirate/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1 %2",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "replied %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "last edited by %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics",
"recentposts": "Recent Messages",
diff --git a/public/language/en@pirate/pages.json b/public/language/en@pirate/pages.json
index fdc34d375d..bcae168282 100644
--- a/public/language/en@pirate/pages.json
+++ b/public/language/en@pirate/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Recent Topics",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Notifications",
"tags": "Tags",
diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json
index 5dbc467270..f78f1d49bb 100644
--- a/public/language/en@pirate/topic.json
+++ b/public/language/en@pirate/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Watch",
"unwatch": "Unwatch",
"watch.title": "Be notified of new replies in this topic",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/en@pirate/users.json b/public/language/en@pirate/users.json
index 41f51b97a4..738f85d740 100644
--- a/public/language/en@pirate/users.json
+++ b/public/language/en@pirate/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json
index 38d5474a20..f75bdad526 100644
--- a/public/language/en_US/error.json
+++ b/public/language/en_US/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Invalid Password",
"invalid-username-or-password": "Please specify both a username and password",
"invalid-search-term": "Invalid search term",
- "invalid-pagination-value": "Invalid pagination value",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/en_US/global.json b/public/language/en_US/global.json
index 984a7f8a14..7579fecc9e 100644
--- a/public/language/en_US/global.json
+++ b/public/language/en_US/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1 %2",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "replied %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "last edited by %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics",
"recentposts": "Recent Posts",
diff --git a/public/language/en_US/pages.json b/public/language/en_US/pages.json
index 2fc7c80d45..48d10023a2 100644
--- a/public/language/en_US/pages.json
+++ b/public/language/en_US/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Recent Topics",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Notifications",
"tags": "Tags",
diff --git a/public/language/en_US/topic.json b/public/language/en_US/topic.json
index ed42474aac..b4179826fb 100644
--- a/public/language/en_US/topic.json
+++ b/public/language/en_US/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Watch",
"unwatch": "Unwatch",
"watch.title": "Be notified of new replies in this topic",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/en_US/users.json b/public/language/en_US/users.json
index 52e4c7dc46..ae39f26f66 100644
--- a/public/language/en_US/users.json
+++ b/public/language/en_US/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/es/error.json b/public/language/es/error.json
index 603469e81a..9251615b8d 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Contraseña no válida",
"invalid-username-or-password": "Por favor especifica tanto un usuario como contraseña",
"invalid-search-term": "Término de búsqueda inválido",
- "invalid-pagination-value": "Valor de paginación no válido.",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Nombre de usuario ocupado",
"email-taken": "Correo electrónico ocupado",
"email-not-confirmed": "Su cuenta de correo electrónico no ha sido confirmada aún, por favor haga click aquí para confirmarla.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Mensaje de Chat es demasiado largo",
"cant-edit-chat-message": "No tienes permiso para editar este mensaje",
"cant-remove-last-user": "No puedes eliminar el último usuario",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "El sistema de reputación está deshabilitado.",
"downvoting-disabled": "La votación negativa está deshabilitada.",
"not-enough-reputation-to-downvote": "No tienes suficiente reputación para votar negativo este post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Por favor emplea tu email para acceder",
"wrong-login-type-username": "Por favor introduce tu nombre de usuario para acceder",
"invite-maximum-met": "Has alcanzado el número máximo de personas invitadas (%1 de %2).",
- "no-session-found": "¡No se ha encontrado ningún inicio de sesión!"
+ "no-session-found": "¡No se ha encontrado ningún inicio de sesión!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/es/global.json b/public/language/es/global.json
index 92ccced7df..83c24ff95e 100644
--- a/public/language/es/global.json
+++ b/public/language/es/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "publicado en %1 por %2",
"posted_in_ago": "publicado en %1 %2",
"posted_in_ago_by": "publicado en %1 %2 por %3",
- "posted_in_ago_by_guest": "publicado en %1 %2 por",
- "replied_ago": "contestado %1",
"user_posted_ago": "%1 publicó %2",
"guest_posted_ago": "Invitado publicó %1",
- "last_edited_by_ago": "última edición por %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "No hay publicaciones recientes",
"norecenttopics": "No hay temas recientes",
"recentposts": "Publicaciones recientes",
diff --git a/public/language/es/pages.json b/public/language/es/pages.json
index ce04976d80..a4d13047d1 100644
--- a/public/language/es/pages.json
+++ b/public/language/es/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Temas populares del mes",
"popular-alltime": "Temas populares de siempre",
"recent": "Temas recientes",
+ "flagged-posts": "Flagged Posts",
"users/online": "Conectados",
"users/latest": "Últimos usuarios",
"users/sort-posts": "Top por mensajes",
"users/sort-reputation": "Más reputados",
- "users/map": "Actividad",
+ "users/banned": "Banned Users",
"users/search": "Buscar",
"notifications": "Notificaciones",
"tags": "Etiquetas",
diff --git a/public/language/es/topic.json b/public/language/es/topic.json
index 4754cc3cf1..927570f32b 100644
--- a/public/language/es/topic.json
+++ b/public/language/es/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Por favor, conéctate para subscribirte a este tema.",
"markAsUnreadForAll.success": "Publicación marcada como no leída para todos.",
"mark_unread": "Marcar como no leído",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Seguir",
"unwatch": "Dejar de seguir",
"watch.title": "Serás notificado cuando haya nuevas respuestas en este tema",
@@ -104,7 +105,7 @@
"stale.warning": "El hilo al que estás respondiendo es muy antiguo. ¿Quieres crear un nuevo hilo en su lugar y añadir una referencia a este en tu mensaje?",
"stale.create": "Crear un nuevo hilo",
"stale.reply_anyway": "Publicar este hilo de todos modos.",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "SPAM",
"offensive": "Ofensivo",
"custom-flag-reason": "Introduzca una razón indicatoria."
diff --git a/public/language/es/users.json b/public/language/es/users.json
index e329a4352c..cf8bdaefff 100644
--- a/public/language/es/users.json
+++ b/public/language/es/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "¡%1 usuario(s) encontrado! La búsqueda ha llevado %2 segundos.",
"filter-by": "Filtrar Por",
"online-only": "Sólo en línea",
- "picture-only": "Sólo imagen",
"invite": "Invitar",
"invitation-email-sent": "Un correo de invitación ha sido enviado a %1",
"user_list": "Lista de Usuarios",
@@ -17,5 +16,5 @@
"unread_topics": "Temas no leídos",
"categories": "Categorías ",
"tags": "Etiquetas",
- "map": "Actividad"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/et/email.json b/public/language/et/email.json
index 4422036fe4..a1d3d4371b 100644
--- a/public/language/et/email.json
+++ b/public/language/et/email.json
@@ -21,9 +21,9 @@
"digest.cta": "Vajuta siia et külastada %1",
"digest.unsub.info": "See uudiskiri on saadetud teile tellimuse seadistuse tõttu.",
"digest.no_topics": "Viimase %1 jooksul ei ole olnud ühtegi aktiivset teemat",
- "digest.day": "day",
- "digest.week": "week",
- "digest.month": "month",
+ "digest.day": "päev",
+ "digest.week": "nädal",
+ "digest.month": "kuu",
"notif.chat.subject": "Sulle on saabunud uus sõnum kasutajalt %1",
"notif.chat.cta": "Vajuta siia, et jätkata vestlusega",
"notif.chat.unsub.info": "See chat teavitus on saadetud teile tellimuse seadistuse tõttu.",
diff --git a/public/language/et/error.json b/public/language/et/error.json
index e494b5177c..5520d6f965 100644
--- a/public/language/et/error.json
+++ b/public/language/et/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Vigane parool",
"invalid-username-or-password": "Palun täpsusta kasutajanime ja parooli",
"invalid-search-term": "Vigane otsingusõna",
- "invalid-pagination-value": "Vigane lehe väärtus",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Kasutajanimi on juba võetud",
"email-taken": "Email on võetud",
"email-not-confirmed": "Su emaili aadress ei ole kinnitatud, vajuta siia et kinnitada.",
@@ -24,7 +24,7 @@
"confirm-email-already-sent": "Kinnituskiri on juba saadetud, palun oota %1 minut(it) uue kirja saatmiseks.",
"username-too-short": "Kasutajanimi on liiga lühike",
"username-too-long": "Kasutajanimi on liiga pikk",
- "password-too-long": "Password too long",
+ "password-too-long": "Parool liiga pikk",
"user-banned": "Kasutaja bannitud",
"user-too-new": "Vabandust, te peate ootama %1 sekund(it) enne esimese postituse loomist.",
"no-category": "Kategooriat ei eksisteeri",
@@ -49,7 +49,7 @@
"too-many-tags": "Liiga palju märksõnu. Teemadel ei tohi olla rohkem kui %1 märksõna",
"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": "Guest uploading has been disabled",
+ "guest-upload-disabled": "Külaliste üleslaadimine on keelatud.",
"already-favourited": "Sa juba märkisid selle postituse lemmikuks",
"already-unfavourited": "Sa juba eemaldasid selle postituse lemmikute hulgast",
"cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!",
@@ -60,8 +60,8 @@
"group-name-too-short": "Grupi nimi liiga lühike",
"group-already-exists": "Grupp juba eksisteerib",
"group-name-change-not-allowed": "Grupi nimevahetus ei ole lubatud",
- "group-already-member": "Already part of this group",
- "group-not-member": "Not a member of this group",
+ "group-already-member": "Oled juba selles grupis",
+ "group-not-member": "Ei ole selle grupi liige",
"group-needs-owner": "See grupp nõuab vähemalt ühte omanikku",
"group-already-invited": "Antud kasutaja on juba kutsutud.",
"group-already-requested": "Teie liikmetaotlus on juba saadetud.",
@@ -77,12 +77,13 @@
"about-me-too-long": "Vabandage, teie tutvustus ei saa olaa pikem kui %1 tähemärk(i).",
"cant-chat-with-yourself": "Sa ei saa endaga vestelda!",
"chat-restricted": "Kasutaja on piiranud sõnumite saatmist. Privaatsõnumi saatmiseks peab kasutaja sind jälgima",
- "chat-disabled": "Chat system disabled",
+ "chat-disabled": "Vestlus süsteem keelatud",
"too-many-messages": "Oled saatnud liiga palju sõnumeid, oota natukene.",
"invalid-chat-message": "Vigane vestluse sõnum",
"chat-message-too-long": "Vestluse sõnum on liiga pikk",
- "cant-edit-chat-message": "You are not allowed to edit this message",
- "cant-remove-last-user": "You can't remove the last user",
+ "cant-edit-chat-message": "Sul ei ole lubatud antud sõnumit muuta",
+ "cant-remove-last-user": "Sa ei saa viimast kasutajat eemaldada",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputatsiooni süsteem ei ole aktiveeritud",
"downvoting-disabled": "Negatiivsete häälte andmine ei ole võimaldatud",
"not-enough-reputation-to-downvote": "Sul ei ole piisavalt reputatsiooni, et anda negatiivset hinnangut sellele postitusele.",
@@ -93,6 +94,7 @@
"parse-error": "Midagi läks valesti...",
"wrong-login-type-email": "Sisse logimiseks kasuta oma emaili",
"wrong-login-type-username": "Sisse logimiseks kasuta oma kasutajanime",
- "invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "invite-maximum-met": "Sa oled kutsunud maksimaalse lubatud inimeste arvu (%1 %2 'st).",
+ "no-session-found": "Sisse logimis sessiooni ei leitud!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/et/global.json b/public/language/et/global.json
index e87c75b8c8..608274ff50 100644
--- a/public/language/et/global.json
+++ b/public/language/et/global.json
@@ -49,9 +49,9 @@
"users": "Kasutajad",
"topics": "Teemat",
"posts": "Postitust",
- "best": "Best",
- "upvoted": "Upvoted",
- "downvoted": "Downvoted",
+ "best": "Parim",
+ "upvoted": "Kiideti heaks",
+ "downvoted": "Hääletas vastu",
"views": "Vaatamist",
"reputation": "Reputatsioon",
"read_more": "loe veel",
@@ -59,15 +59,13 @@
"posted_ago_by_guest": "postitas %1 külaline",
"posted_ago_by": "postitas %1 kasutaja %2",
"posted_ago": "postitatud %1",
- "posted_in": "posted in %1",
- "posted_in_by": "posted in %1 by %2",
+ "posted_in": "postitas %1 'sse",
+ "posted_in_by": "postitati: %1 %2 poolt",
"posted_in_ago": "postitas kategooriasse %1 %2",
"posted_in_ago_by": "%3 postitas %2 kategooriasse %1",
- "posted_in_ago_by_guest": "külaline postitas kategooriasse %1 %2 ",
- "replied_ago": "vastas %1",
"user_posted_ago": "%1 postitas %2",
"guest_posted_ago": "Külaline postitas %1",
- "last_edited_by_ago": "viimati muutis %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Hiljutisi postitusi ei ole",
"norecenttopics": "Hiljutisi teemasid ei ole",
"recentposts": "Hiljutised postitused",
@@ -87,6 +85,6 @@
"unfollow": "Ära jälgi",
"delete_all": "Kustuta kõik",
"map": "Kaart",
- "sessions": "Login Sessions",
- "ip_address": "IP Address"
+ "sessions": "Logitud Sessioonid",
+ "ip_address": "IP Aadress"
}
\ No newline at end of file
diff --git a/public/language/et/groups.json b/public/language/et/groups.json
index e4f47f699e..786ff6489a 100644
--- a/public/language/et/groups.json
+++ b/public/language/et/groups.json
@@ -24,7 +24,7 @@
"details.has_no_posts": "Selle grupi liikmed ei ole teinud ühtegi postitust.",
"details.latest_posts": "Viimased postitused",
"details.private": "Privaatne",
- "details.disableJoinRequests": "Disable join requests",
+ "details.disableJoinRequests": "Keela ühinemis taotlused",
"details.grant": "Anna/võta omanikuõigused",
"details.kick": "Viska välja",
"details.owner_options": "Grupi haldamine",
diff --git a/public/language/et/modules.json b/public/language/et/modules.json
index a06e87ae64..10749826f7 100644
--- a/public/language/et/modules.json
+++ b/public/language/et/modules.json
@@ -7,7 +7,7 @@
"chat.user_has_messaged_you": "%1 saatis sulle sõnumi.",
"chat.see_all": "Vaata kõiki vestluseid",
"chat.no-messages": "Vali sõnumisaaja, et vaadata sõnumite ajalugu.",
- "chat.no-users-in-room": "No users in this room",
+ "chat.no-users-in-room": "Ühtki kasutajat selles ruumis",
"chat.recent-chats": "Hiljutised vestlused",
"chat.contacts": "Kontaktid",
"chat.message-history": "Sõnumite ajalugu",
@@ -16,9 +16,9 @@
"chat.seven_days": "7 Päeva",
"chat.thirty_days": "30 Päeva",
"chat.three_months": "3 Kuud",
- "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",
+ "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",
"composer.hide_preview": "Peida eelvaade",
@@ -27,11 +27,11 @@
"composer.discard": "Oled kindel, et soovid selle postituse tühistada?",
"composer.submit_and_lock": "Kinnita ja Lukusta",
"composer.toggle_dropdown": "Aktiveeri rippmenüü",
- "composer.uploading": "Uploading %1",
+ "composer.uploading": "%1 Üleslaadimine",
"bootbox.ok": "Olgu",
"bootbox.cancel": "Katkesta",
"bootbox.confirm": "Kinnita",
- "cover.dragging_title": "Cover Photo Positioning",
- "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
- "cover.saved": "Cover photo image and position saved"
+ "cover.dragging_title": "Kaanefoto Positsioneerimine",
+ "cover.dragging_message": "Vea kaanefoto soovitud kohta ja klikka \"Salvesta\"",
+ "cover.saved": "Kaanefoto ja paiknemine salvestatud"
}
\ No newline at end of file
diff --git a/public/language/et/notifications.json b/public/language/et/notifications.json
index 25137b1ad3..1dc8c61a6b 100644
--- a/public/language/et/notifications.json
+++ b/public/language/et/notifications.json
@@ -5,30 +5,30 @@
"mark_all_read": "Märgi kõik teavitused loetuks",
"back_to_home": "Tagasi %1",
"outgoing_link": "Väljaminev link",
- "outgoing_link_message": "You are now leaving %1",
+ "outgoing_link_message": "Lahkud %1",
"continue_to": "Jätka %1",
"return_to": "Pöördu tagasi %1",
"new_notification": "Uus teade",
"you_have_unread_notifications": "Sul ei ole lugemata teateid.",
"new_message_from": "Uus sõnum kasutajalt %1",
"upvoted_your_post_in": "%1 hääletas sinu postituse poolt teemas %2.",
- "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.",
- "upvoted_your_post_in_multiple": "%1 and %2 others have upvoted your post in %3.",
- "moved_your_post": "%1 has moved your post to %2",
- "moved_your_topic": "%1 has moved %2",
+ "upvoted_your_post_in_dual": "%1 ja %2 kiitsid sinu postituse heaks: %3.",
+ "upvoted_your_post_in_multiple": "%1 ja %2 teist on kiitnud sinu postituse heaks: %3.",
+ "moved_your_post": "%1 liigutas sinu postituse %2 'sse",
+ "moved_your_topic": "%1 liigutas %2",
"favourited_your_post_in": "%1 märgistas sinu postituse lemmikuks teemas %2.",
- "favourited_your_post_in_dual": "%1 and %2 have favourited your post in %3.",
- "favourited_your_post_in_multiple": "%1 and %2 others have favourited your post in %3.",
+ "favourited_your_post_in_dual": "%1 'le ja %2 'le meeldis sinu postitus: %3.",
+ "favourited_your_post_in_multiple": "%1 'le ja %2 'le teisele meeldis sinu postitus: %3.",
"user_flagged_post_in": "%1 raporteeris postitust %2",
- "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3",
- "user_flagged_post_in_multiple": "%1 and %2 others flagged a post in %3",
+ "user_flagged_post_in_dual": "%1 ja %2 märgistasid postituse: %3",
+ "user_flagged_post_in_multiple": "%1 ja %2 teist märgistasid postituse: %3",
"user_posted_to": "Kasutaja %1 postitas vastuse teemasse %2",
- "user_posted_to_dual": "%1 and %2 have posted replies to: %3",
- "user_posted_to_multiple": "%1 and %2 others have posted replies to: %3",
+ "user_posted_to_dual": "%1 ja %2 on postitanud vastused: %3",
+ "user_posted_to_multiple": "%1 ja %2 teist on postitanud vastused: %3",
"user_posted_topic": "%1 on postitanud uue teema: %2",
"user_started_following_you": "%1 hakkas sind jälgima.",
- "user_started_following_you_dual": "%1 and %2 started following you.",
- "user_started_following_you_multiple": "%1 and %2 others started following you.",
+ "user_started_following_you_dual": "%1 ja %2 hakkasid sind jälgima.",
+ "user_started_following_you_multiple": "%1 ja %2 hakkasid sind jälgima.",
"new_register": "%1 saatis registreerimistaotluse.",
"email-confirmed": "Emaili aadress kinnitatud",
"email-confirmed-message": "Täname, et kinnitasite oma emaili aadressi. Teie kasutaja on nüüd täielikult aktiveeritud.",
diff --git a/public/language/et/pages.json b/public/language/et/pages.json
index 1441f402f6..6c2d826b95 100644
--- a/public/language/et/pages.json
+++ b/public/language/et/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Populaarsed teemad sel kuul",
"popular-alltime": "Populaarseimad teemad üldse",
"recent": "Hiljutised teemad",
+ "flagged-posts": "Flagged Posts",
"users/online": "Sisseloginud kasutajad",
"users/latest": "Hiljutised kasutajad",
"users/sort-posts": "Kasutajad, kel on enim postitusi",
"users/sort-reputation": "Suurima reputatsiooniga kasutajad",
- "users/map": "Kasutajate kaart",
+ "users/banned": "Banned Users",
"users/search": "Kasutajate otsing",
"notifications": "Teated",
"tags": "Märksõnad",
@@ -24,9 +25,9 @@
"chats": "Vestlused",
"chat": "Vestlus kasutajaga %1",
"account/edit": "Muudan \"%1\"",
- "account/edit/password": "Editing password of \"%1\"",
- "account/edit/username": "Editing username of \"%1\"",
- "account/edit/email": "Editing email of \"%1\"",
+ "account/edit/password": "Redigeerid \"%1\" parooli",
+ "account/edit/username": "Redigeerid \"%1\" kasutajanime",
+ "account/edit/email": "Redigeerid \"%1\" emaili",
"account/following": "Kasutaja %1 jälgib",
"account/followers": "Kasutajad, kes jälgivad %1",
"account/posts": "Postitused, mis on tehtud kasutaja %1 poolt",
@@ -35,10 +36,10 @@
"account/favourites": "Kasutaja %1 lemmikud postitused",
"account/settings": "Kasutaja sätted",
"account/watched": "Teemasid jälgib %1 kasutajat",
- "account/upvoted": "Posts upvoted by %1",
- "account/downvoted": "Posts downvoted by %1",
- "account/best": "Best posts made by %1",
+ "account/upvoted": "Postitused %1 poolt heaks kiidetud",
+ "account/downvoted": "Postitused %1 poolt vastu hääletatud",
+ "account/best": "Parimad postitused %1 poolt",
"maintenance.text": "%1 foorumil on käimas hooldustööd. Palun külastage meid mõne aja pärast uuesti.",
"maintenance.messageIntro": "Administraator on jätnud ka omaltpoolt sõnumi:",
- "throttled.text": "%1 is currently unavailable due to excessive load. Please come back another time."
+ "throttled.text": "%1 ei ole hetkel kättesaadav liigse koormuse tõttu. Palun tulge tagasi mõni teine kord."
}
\ No newline at end of file
diff --git a/public/language/et/topic.json b/public/language/et/topic.json
index be076e2e21..880709a196 100644
--- a/public/language/et/topic.json
+++ b/public/language/et/topic.json
@@ -13,7 +13,7 @@
"notify_me": "Saa teateid uutest postitustest selles teemas",
"quote": "Tsiteeri",
"reply": "Vasta",
- "reply-as-topic": "Reply as topic",
+ "reply-as-topic": "Vasta teemana",
"guest-login-reply": "Logi sisse, et vastata",
"edit": "Muuda",
"delete": "Kustuta",
@@ -34,7 +34,8 @@
"not_following_topic.message": "Sulle ei edastata enam teateid uutest postitustest siin teemas.",
"login_to_subscribe": "Palun registreeru kasutajaks või logi sisse, et tellida teateid selle postituse kohta.",
"markAsUnreadForAll.success": "Teema märgitud mitte-loetuks kõikidele.",
- "mark_unread": "Mark unread",
+ "mark_unread": "Märgi lugematuks",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Vaata",
"unwatch": "Ära järgi",
"watch.title": "Saa teateid uutest postitustest siin teemas",
@@ -50,7 +51,7 @@
"thread_tools.move_all": "Liiguta kõik",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Kustuta teema",
- "thread_tools.delete-posts": "Delete Posts",
+ "thread_tools.delete-posts": "Kustuta Postitusi",
"thread_tools.delete_confirm": "Oled kindel, et soovid selle teema kustutada?",
"thread_tools.restore": "Taasta teema",
"thread_tools.restore_confirm": "Oled kindel, et soovid selle teema taastada?",
@@ -77,7 +78,7 @@
"fork_topic_instruction": "Vajuta postitustele, mida soovid forkida",
"fork_no_pids": "Sa ei ole postitusi valinud!",
"fork_success": "Edukalt ''forkisid'' teema! Vajuta siia, et vaadata loodud teemat.",
- "delete_posts_instruction": "Click the posts you want to delete/purge",
+ "delete_posts_instruction": "Klikka postitustel, mida tahad kustutada/puhastada",
"composer.title_placeholder": "Sisesta teema pealkiri siia...",
"composer.handle_placeholder": "Nimi",
"composer.discard": "Katkesta",
@@ -100,12 +101,12 @@
"newest_to_oldest": "Uuematest vanemateni",
"most_votes": "Kõige rohkem hääli",
"most_posts": "Kõige rohkem postitusi",
- "stale.title": "Create new topic instead?",
- "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
- "stale.create": "Create a new topic",
- "stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
- "spam": "Spam",
- "offensive": "Offensive",
- "custom-flag-reason": "Enter a flagging reason"
+ "stale.title": "Loo uus teema selle asemel?",
+ "stale.warning": "Teema, millele vastad on küllaltki vana. Kas sooviksid hoopiski uue teema luua ning viidata sellele sinu vastuses?",
+ "stale.create": "Loo uus teema/alapealkiri",
+ "stale.reply_anyway": "Vasta sellele teemale siiski",
+ "link_back": "Re: [%1](%2)",
+ "spam": "Rämpspost",
+ "offensive": "Solvav",
+ "custom-flag-reason": "Sisesta teavitamise põhjus"
}
\ No newline at end of file
diff --git a/public/language/et/user.json b/public/language/et/user.json
index 3f35e25477..45af939288 100644
--- a/public/language/et/user.json
+++ b/public/language/et/user.json
@@ -97,9 +97,9 @@
"select-skin": "Vali välimus",
"select-homepage": "Vali avaleht",
"homepage": "Avaleht",
- "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
- "custom_route": "Custom Homepage Route",
- "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")",
+ "homepage_description": "Valige leht, mida kasutada foorumi esilehena või 'None', et kasutada vaikimisi esilehte.",
+ "custom_route": "Kohandatud Esilehe Teekond",
+ "custom_route_help": "Sisestage tee nimi siia, ilma eelnevate kaldkriipsudeta (nt. \"recent\", või \"popular\")",
"sso.title": "Ühekordse sisselogimisega teenused",
"sso.associated": "Seotud koos",
"sso.not-associated": "Kliki siia, et siduda koos"
diff --git a/public/language/et/users.json b/public/language/et/users.json
index af22195a76..a1dd6ba266 100644
--- a/public/language/et/users.json
+++ b/public/language/et/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 kasutaja(t) leiti! Otsing kestis %2 sekundit.",
"filter-by": "Filtreeri",
"online-only": "Ainult seesolevad",
- "picture-only": "Ainult pilt",
"invite": "Kutsuge",
"invitation-email-sent": "Kutse on saadetud e-mailile %1",
"user_list": "Kasutajate list",
@@ -17,5 +16,5 @@
"unread_topics": "Lugemata teemad",
"categories": "Kategooriad",
"tags": "Märksõnad",
- "map": "Kaart"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json
index 45f1d7e76a..d1ff0894f9 100644
--- a/public/language/fa_IR/error.json
+++ b/public/language/fa_IR/error.json
@@ -14,7 +14,7 @@
"invalid-password": "کلمه عبور نامعتبر است.",
"invalid-username-or-password": "لطفا هم نام کاربری و هم کلمه عبور را مشخص کنید",
"invalid-search-term": "کلمه جستجو نامعتبر است",
- "invalid-pagination-value": "عدد صفحهبندی نامعتبر است.",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "این نام کاربری گرفته شده است.",
"email-taken": "این ایمیل گرفته شده است.",
"email-not-confirmed": "ایمیل شما تاکنون تایید نشده است، برای تایید ایمیل خود را اینجا را کلیک کنید.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "پیام طولانی تر از حد مجاز است",
"cant-edit-chat-message": "شما اجازه ی ویرایش این پیام را ندارید",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "سیستم اعتبار غیر فعال شده است",
"downvoting-disabled": "رأی منفی غیر فعال شده است",
"not-enough-reputation-to-downvote": "شما اعتبار کافی برای دادن رأی منفی به این پست را ندارید.",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "لطفا از ایمیل خود برای ورود استفاده کنید",
"wrong-login-type-username": "لطفا از نام کاربری خود برای ورود استفاده کنید",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/fa_IR/global.json b/public/language/fa_IR/global.json
index c85c6c902b..a11d36a14e 100644
--- a/public/language/fa_IR/global.json
+++ b/public/language/fa_IR/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "پشت شده در %1 توسط 2%",
"posted_in_ago": "ارسال شده در %1 %2",
"posted_in_ago_by": "ارسال شده در %1 %2 توسط %3",
- "posted_in_ago_by_guest": "ارسال شده در %1 %2 توسط مهمان",
- "replied_ago": "پاسخ داده شده در %1",
"user_posted_ago": "%1 در %2 ارسال کرده است",
"guest_posted_ago": "مهمان در %1 ارسال کرده است",
- "last_edited_by_ago": "آخرین ویرایش توسط %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "هیچ دیدگاه تازهای نیست",
"norecenttopics": "هیچ جستار تازهای نیست",
"recentposts": "دیدگاههای تازه",
diff --git a/public/language/fa_IR/pages.json b/public/language/fa_IR/pages.json
index ee17466405..050764ba2e 100644
--- a/public/language/fa_IR/pages.json
+++ b/public/language/fa_IR/pages.json
@@ -6,11 +6,12 @@
"popular-month": "موضوعات پربازدید این ماه",
"popular-alltime": "پربازدیدترین موضوعات",
"recent": "جستارهای تازه",
+ "flagged-posts": "Flagged Posts",
"users/online": "کاربران آنلاین",
"users/latest": "آخرین کاربران",
"users/sort-posts": "کاربران با بیشترین پست",
"users/sort-reputation": "کاربران دارای بیشترین اعتبار",
- "users/map": "نقشه ی کاربر",
+ "users/banned": "Banned Users",
"users/search": "جستجوی کاربر",
"notifications": "آگاهسازیها",
"tags": "برچسبها",
diff --git a/public/language/fa_IR/topic.json b/public/language/fa_IR/topic.json
index cee6a418c1..74dabdce53 100644
--- a/public/language/fa_IR/topic.json
+++ b/public/language/fa_IR/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "برای دنبال کردن این موضوع، لطفا ثبت نام کنید و یا با نام کاربری خود وارد شوید",
"markAsUnreadForAll.success": "موضوع برای همگان نخوانده در نظر گرفته شد.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "پیگیری",
"unwatch": "عدم پیگیری",
"watch.title": "از پاسخهای تازه به این موضوع آگاه شوید.",
@@ -104,7 +105,7 @@
"stale.warning": "موضوعی که شما در حال پاسخگویی به آن هستید قدیمی می باشد. آیا میلید به جای آن یک موضوع جدید ایجاد کنید و در آن به این موضوع ارجاع دهید؟",
"stale.create": "ایجاد یک موضوع جدید",
"stale.reply_anyway": "در هر صورت می خواهم به این موضوع پاسخ دهم",
- "stale.link_back": "پاسخ : [%1](2%)",
+ "link_back": "Re: [%1](%2)",
"spam": "اسپم",
"offensive": "توهین آمیز",
"custom-flag-reason": "وارد کردن دلیل پرچمگذاری"
diff --git a/public/language/fa_IR/users.json b/public/language/fa_IR/users.json
index 237e45600e..3cd0087dcf 100644
--- a/public/language/fa_IR/users.json
+++ b/public/language/fa_IR/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 کاربر(ها) یافت شد! جستجو %2 ثانیه طولید",
"filter-by": "فیلتر با",
"online-only": "فقط آنلاین",
- "picture-only": "عکس فقط",
"invite": "دعوت",
"invitation-email-sent": "ایمیل ی دعوتنامه به %1 ارسال شد",
"user_list": "فهرست کاربران",
@@ -17,5 +16,5 @@
"unread_topics": "موضوع های خوانده نشده",
"categories": "دسته ها",
"tags": "برچسبها",
- "map": "نقشه"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/fi/error.json b/public/language/fi/error.json
index 059820d897..2a07ffd56d 100644
--- a/public/language/fi/error.json
+++ b/public/language/fi/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Virheellinen salasana",
"invalid-username-or-password": "Ole hyvä ja anna sekä käyttäjänimi että salasana",
"invalid-search-term": "Virheellinen hakutermi",
- "invalid-pagination-value": "Virheellinen taittoarvo",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Käyttäjänimi varattu",
"email-taken": "Sähköpostiosoite varattu",
"email-not-confirmed": "Sähköpostiasi ei ole vielä vahvistettu, ole hyvä ja napsauta tätä vahvistaaksesi sen.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/fi/global.json b/public/language/fi/global.json
index b0c705681c..882b22c137 100644
--- a/public/language/fi/global.json
+++ b/public/language/fi/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1 %2",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "vastattu %1",
"user_posted_ago": "%1 lähetti %2",
"guest_posted_ago": "Vieras kirjoitti %1",
- "last_edited_by_ago": "last edited by %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Ei viimeaikaisia viestejä",
"norecenttopics": "Ei viimeaikaisia aiheita",
"recentposts": "Viimeisimmät viestit",
diff --git a/public/language/fi/pages.json b/public/language/fi/pages.json
index 40030b5e07..e25e4f740e 100644
--- a/public/language/fi/pages.json
+++ b/public/language/fi/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Viimeisimmät aiheet",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Ilmoitukset",
"tags": "Tags",
diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json
index a2f489d5f4..066d0256a5 100644
--- a/public/language/fi/topic.json
+++ b/public/language/fi/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Ole hyvä ja rekisteröidy tai kirjaudu sisään tilataksesi tämän aiheen.",
"markAsUnreadForAll.success": "Aihe merkitty lukemattomaksi kaikille.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Tarkkaile",
"unwatch": "Älä seuraa",
"watch.title": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/fi/users.json b/public/language/fi/users.json
index f17d4c996b..1885be650e 100644
--- a/public/language/fi/users.json
+++ b/public/language/fi/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 käyttäjä(ä) löytyi! Haku kesti %2 sekuntia.",
"filter-by": "Suodata",
"online-only": "Vain verkossa olevat",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index 98dcef980a..b372224e92 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Mot de passe invalide",
"invalid-username-or-password": "Veuillez entrer un nom d'utilisateur et un mot de passe",
"invalid-search-term": "Données de recherche invalides",
- "invalid-pagination-value": "Valeur de pagination invalide",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Nom d’utilisateur déjà utilisé",
"email-taken": "Email déjà utilisé",
"email-not-confirmed": "Votre adresse email n'est pas confirmée, cliquez ici pour la valider.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Le message de Chat est trop long",
"cant-edit-chat-message": "Vous n'avez pas l'autorisation de modifier ce message",
"cant-remove-last-user": "Vous ne pouvez pas supprimer le dernier utilisateur",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Le système de réputation est désactivé",
"downvoting-disabled": "Les votes négatifs ne sont pas autorisés",
"not-enough-reputation-to-downvote": "Vous n'avez pas une réputation assez élevée pour noter négativement ce message",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Veuillez utiliser votre adresse email pour vous connecter",
"wrong-login-type-username": "Veuillez utiliser votre identifiant pour vous connecter",
"invite-maximum-met": "Vous avez invité la quantité maximale de personnes (%1 de %2).",
- "no-session-found": "Pas de session de connexion trouvé!"
+ "no-session-found": "Pas de session de connexion trouvé!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/fr/global.json b/public/language/fr/global.json
index 6663719e74..aaabd06939 100644
--- a/public/language/fr/global.json
+++ b/public/language/fr/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posté dans %1 par %2",
"posted_in_ago": "posté dans %1 %2",
"posted_in_ago_by": "posté dans %1 %2 par %3",
- "posted_in_ago_by_guest": "posté dans %1 %2 par un invité",
- "replied_ago": "a répondu %1",
"user_posted_ago": "%1 a posté %2",
"guest_posted_ago": "Un invité a posté %1",
- "last_edited_by_ago": "dernière édition par %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Aucun message récent",
"norecenttopics": "Aucun sujet récent",
"recentposts": "Messages récents",
diff --git a/public/language/fr/pages.json b/public/language/fr/pages.json
index 796d1de71a..5726e2d1cb 100644
--- a/public/language/fr/pages.json
+++ b/public/language/fr/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Sujets populaires ce mois-ci",
"popular-alltime": "Sujets populaires depuis toujours",
"recent": "Sujets récents",
+ "flagged-posts": "Flagged Posts",
"users/online": "Utilisateurs en ligne",
"users/latest": "Derniers inscrits",
"users/sort-posts": "Utilisateurs avec le plus de messages",
"users/sort-reputation": "Utilisateurs avec la plus grande réputation",
- "users/map": "Carte des utilisateurs",
+ "users/banned": "Banned Users",
"users/search": "Rechercher des utilisateurs",
"notifications": "Notifications",
"tags": "Mots-clés",
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index 43ce155808..318acf7f65 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Veuillez vous enregistrer ou vous connecter afin de vous abonner à ce sujet.",
"markAsUnreadForAll.success": "Sujet marqué comme non lu pour tout le monde.",
"mark_unread": "Marquer comme non-lu",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Surveiller",
"unwatch": "Ne plus surveiller",
"watch.title": "Être notifié des nouvelles réponses dans ce sujet",
@@ -104,7 +105,7 @@
"stale.warning": "Le sujet auquel vous répondez est assez ancien. Ne voudriez-vous pas créer un nouveau sujet à la place et placer une référence vers celui-ci dans votre réponse ?",
"stale.create": "Créer un nouveau sujet",
"stale.reply_anyway": "Répondre à ce sujet quand même",
- "stale.link_back": "Re : [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensif",
"custom-flag-reason": "Entrez une raison pour laquelle vous signalez ce message"
diff --git a/public/language/fr/users.json b/public/language/fr/users.json
index fdcd16a1d8..9a19daf831 100644
--- a/public/language/fr/users.json
+++ b/public/language/fr/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 utilisateur(s) trouvé(s)! La recherche a pris %2 secondes.",
"filter-by": "Filtrer par",
"online-only": "En ligne uniquement",
- "picture-only": "Avec image uniquement",
"invite": "Invitation",
"invitation-email-sent": "Un email d'invitation a été envoyé à %1",
"user_list": "Liste d'Utilisateurs",
@@ -17,5 +16,5 @@
"unread_topics": "Sujets Non-Lus",
"categories": "Catégories",
"tags": "Mots-clés",
- "map": "Carte"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/gl/error.json b/public/language/gl/error.json
index fae1d6a446..f17f526582 100644
--- a/public/language/gl/error.json
+++ b/public/language/gl/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Contrasinal Inválido",
"invalid-username-or-password": "Especifica ámbolos dous por favor, nome de usuario e contrasinal",
"invalid-search-term": "Termo de búsqueda inválido",
- "invalid-pagination-value": "Valor de paxinación Inválido",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Nome de usuario en uso",
"email-taken": "Correo en uso",
"email-not-confirmed": "O teu correo aínda non está confirmado, por favor pica aquí para confirmalo.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Mensaxe moi longa",
"cant-edit-chat-message": "Non tes permitido editar esta mensaxe.",
"cant-remove-last-user": "Non podes quitar o último usuario",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "O sistema de reputación está deshabilitado",
"downvoting-disabled": "Os votos negativos están deshabilitados",
"not-enough-reputation-to-downvote": "Non tes reputación dabonda para esta acción",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Por favor, emprega o teu correo para contectarte",
"wrong-login-type-username": "Por favor, usa o teu nome de usuario para conectarte",
"invite-maximum-met": "Convidaches á cantidade máxima de persoas (%1 de %2).",
- "no-session-found": "Non se atopa ningún inicio de sesión!"
+ "no-session-found": "Non se atopa ningún inicio de sesión!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/gl/global.json b/public/language/gl/global.json
index 7f38d75154..ccb30d5d1f 100644
--- a/public/language/gl/global.json
+++ b/public/language/gl/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "publicado en %1 por %2",
"posted_in_ago": "Publicado en %1 %2",
"posted_in_ago_by": "Publicado en %1 %2 por %3",
- "posted_in_ago_by_guest": "Publicado en %1 %2 por Invitado",
- "replied_ago": "respostou %1",
"user_posted_ago": "%1 publicado %2",
"guest_posted_ago": "Invitado publicou %1",
- "last_edited_by_ago": "última edición por %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Non hai mensaxes recentes",
"norecenttopics": "Non hai temas recentes",
"recentposts": "Mensaxes recentes",
diff --git a/public/language/gl/pages.json b/public/language/gl/pages.json
index 59a065b460..d9ac21ded1 100644
--- a/public/language/gl/pages.json
+++ b/public/language/gl/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Temas populares do mes",
"popular-alltime": "Temas populares de tódolos tempos",
"recent": "Temas recentes",
+ "flagged-posts": "Flagged Posts",
"users/online": "Usuarios conectados",
"users/latest": "Últimos usuarios",
"users/sort-posts": "Usuarios con máis temas",
"users/sort-reputation": "Usuarios máis reputados",
- "users/map": "Mapa do usuario",
+ "users/banned": "Banned Users",
"users/search": "Búsqueda de usuarios",
"notifications": "Notificacións",
"tags": "Etiquetas",
diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json
index 596e4298fa..2994d605d8 100644
--- a/public/language/gl/topic.json
+++ b/public/language/gl/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Por favor, identifícate para subscribirte a este tema.",
"markAsUnreadForAll.success": "Publicación marcada como non lida para todos.",
"mark_unread": "Marcar coma non lido",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Vixiar",
"unwatch": "Deixar de vixiar",
"watch.title": "Serás notificado canto haxa novas respostas neste tema",
@@ -104,7 +105,7 @@
"stale.warning": "O tema no que queres publicar é bastante vello. Queres crear un novo tema no seu lugar e incluir unha referencia a este na túa mensaxe?",
"stale.create": "Crear un novo tema",
"stale.reply_anyway": "Publicar neste tema de tódolos xeitos",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Ofensivo",
"custom-flag-reason": "Describe o motivo do reporte"
diff --git a/public/language/gl/users.json b/public/language/gl/users.json
index e4955d2862..0162c1c350 100644
--- a/public/language/gl/users.json
+++ b/public/language/gl/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 usuario(s) atopado! A procura tomou %2 segundos.",
"filter-by": "Filtrar por",
"online-only": "Só conectados",
- "picture-only": "Só imaxe",
"invite": "Convidar",
"invitation-email-sent": "A invitación foi enviada a %1",
"user_list": "Lista de Usuarios",
@@ -17,5 +16,5 @@
"unread_topics": "Temas non lidos",
"categories": "Categorías",
"tags": "Etiquetas",
- "map": "Mapa"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/he/email.json b/public/language/he/email.json
index 43fa1f26d0..9ca8de27a9 100644
--- a/public/language/he/email.json
+++ b/public/language/he/email.json
@@ -21,9 +21,9 @@
"digest.cta": "לחץ כאן כדי לבקר ב %1",
"digest.unsub.info": "תקציר זה נשלח אליך על-פי הגדרות החשבון שלך.",
"digest.no_topics": "אין נושאים פעילים ב%1 האחרון/ים",
- "digest.day": "day",
- "digest.week": "week",
- "digest.month": "month",
+ "digest.day": "יום",
+ "digest.week": "שבוע",
+ "digest.month": "חודש",
"notif.chat.subject": "הודעת צ'אט חדשה התקבלה מ%1",
"notif.chat.cta": "לחץ כאן כדי להמשיך את השיחה",
"notif.chat.unsub.info": "התראה הצ'אט הזו נשלחה אליך על-פי הגדרות החשבון שלך.",
diff --git a/public/language/he/error.json b/public/language/he/error.json
index 341f637d7b..ff63886ec9 100644
--- a/public/language/he/error.json
+++ b/public/language/he/error.json
@@ -14,17 +14,17 @@
"invalid-password": "סיסמא שגויה",
"invalid-username-or-password": "אנא הגדר שם משתמש וסיסמה",
"invalid-search-term": "מילת חיפוש לא תקינה",
- "invalid-pagination-value": "ערך דפדוף שגוי",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "שם משתמש תפוס",
"email-taken": "כתובת אימייל תפוסה",
"email-not-confirmed": "כתובת המייל שלך עוד לא אושרה, לחץ כאן על-מנת לאשר את המייל שלך.",
"email-not-confirmed-chat": "אין באפשרותך לשוחח עד שהדוא\"ל שלך יאושר, אנא לחץ כאן כדי לאשר את הדוא\"ל שלך.",
"no-email-to-confirm": "פורום זה דורש אישור בדוא\"ל, אנא לחץ כאן כדי להכניס לדואר אלקטרוני",
"email-confirm-failed": "לא הצלחנו לאשר את הדוא\"ל שלך, תנסה שוב אחר כך",
- "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
+ "confirm-email-already-sent": "מייל האישור כבר נשלח, אנא המתן %1 דקות כדי לשלוח מייל נוסף.",
"username-too-short": "שם משתמש קצר מדי",
"username-too-long": "שם משתמש ארוך מדי",
- "password-too-long": "Password too long",
+ "password-too-long": "הסיסמה ארוכה מדי",
"user-banned": "המשתמש מושעה",
"user-too-new": "אנא המתן %1 שניות לפני פרסום ההודעה",
"no-category": "קטגוריה אינה קיימת",
@@ -36,10 +36,10 @@
"no-privileges": "ההרשאות שלך אינן מספיקות לביצוע פעולה זו",
"category-disabled": "קטגוריה לא פעילה",
"topic-locked": "נושא נעול",
- "post-edit-duration-expired": "You are only allowed to edit posts for %1 second(s) after posting",
- "content-too-short": "Please enter a longer post. Posts should contain at least %1 character(s).",
- "content-too-long": "Please enter a shorter post. Posts can't be longer than %1 character(s).",
- "title-too-short": "Please enter a longer title. Titles should contain at least %1 character(s).",
+ "post-edit-duration-expired": "אתה רשאי לערוך פוסטים רק ל-%1 שניות לאחר הפרסום",
+ "content-too-short": "אנא הכנס פוסט ארוך יותר. פוסטים חייבים להכיל לפחות %1 תווים.",
+ "content-too-long": "אנא הכנס פוסט קצר יותר. פוסטים חייבים להיות קצרים יותר מ-%1 תווים.",
+ "title-too-short": "אנא הכנס כותרת ארוכה יותר. כותרות חייבות להכיל לפחות %1 תווים.",
"title-too-long": "Please enter a shorter title. Titles can't be longer than %1 character(s).",
"too-many-posts": "You can only post once every %1 second(s) - please wait before posting again",
"too-many-posts-newbie": "As a new user, you can only post once every %1 second(s) until you have earned %2 reputation - please wait before posting again",
@@ -49,21 +49,21 @@
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
"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",
+ "guest-upload-disabled": "העלאת אורחים אינה מאופשרת",
"already-favourited": "כבר הוספת פוסט זה למועדפים",
"already-unfavourited": "כבר הסרת פוסט זה מהמועדפים",
"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-remove-last-admin": "אתה המנהל היחיד. הוסף משתמש אחר לניהול לפני שאתה מוריד את עצמך מניהול",
"invalid-image-type": "פורמט תמונה לא תקין. הפורמטים המורשים הם: %1",
"invalid-image-extension": "פורמט תמונה לא תקין",
- "invalid-file-type": "Invalid file type. Allowed types are: %1",
+ "invalid-file-type": "פורמט הקובץ לא תקין. הפורמטים המורשים הם: %1",
"group-name-too-short": "שם הקבוצה קצר מדי",
"group-already-exists": "הקבוצה כבר קיימת",
"group-name-change-not-allowed": "לא ניתן לשנות את שם הקבוצה",
- "group-already-member": "Already part of this group",
- "group-not-member": "Not a member of this group",
+ "group-already-member": "כבר חבר בקבוצה זו",
+ "group-not-member": "לא חבר בקבוצה זו",
"group-needs-owner": "קבוצה זו חייבת לפחות מנהל אחד",
- "group-already-invited": "This user has already been invited",
+ "group-already-invited": "משתמש זה כבר הוזמן",
"group-already-requested": "Your membership request has already been submitted",
"post-already-deleted": "פוסט זה כבר נמחק",
"post-already-restored": "פוסט זה כבר שוחזר",
@@ -74,25 +74,27 @@
"invalid-file": "קובץ לא תקין",
"uploads-are-disabled": "העלאת קבצים אינה מאופשרת",
"signature-too-long": "Sorry, your signature cannot be longer than %1 character(s).",
- "about-me-too-long": "Sorry, your about me cannot be longer than %1 character(s).",
+ "about-me-too-long": "מצטערים, דף האודות שלך לא יכול להיות ארוך מ-%1 תווים.",
"cant-chat-with-yourself": "לא ניתן לעשות צ'אט עם עצמך!",
"chat-restricted": "משתמש זה חסם את הודעות הצ'אט שלו ממשתמשים זרים. המשתמש חייב לעקוב אחריך לפני שתוכל לשוחח איתו בצ'אט",
- "chat-disabled": "Chat system disabled",
+ "chat-disabled": "מערכת הצ'אט לא פעילה",
"too-many-messages": "שלחת יותר מדי הודעות, אנא המתן לזמן מה.",
- "invalid-chat-message": "Invalid chat message",
- "chat-message-too-long": "Chat message is too long",
- "cant-edit-chat-message": "You are not allowed to edit this message",
- "cant-remove-last-user": "You can't remove the last user",
+ "invalid-chat-message": "הודעת צ'אט לא תקינה",
+ "chat-message-too-long": "הודעת הצ'אט ארוכה מדי",
+ "cant-edit-chat-message": "אתה לא רשאי לערוך הודעה זו",
+ "cant-remove-last-user": "אינך יכול למחוק את המשתמש האחרון",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "מערכת המוניטין לא פעילה.",
"downvoting-disabled": "היכולת להצביע נגד לא פעילה",
"not-enough-reputation-to-downvote": "אין לך מספיק מוניטין כדי להוריד את הדירוג של פוסט זה",
"not-enough-reputation-to-flag": "אין לך מוניטין מספק על מנת לסמן את הפוסט הזה",
- "already-flagged": "You have already flagged this post",
+ "already-flagged": "כבר סימנת את הפוסט הזה",
"reload-failed": "אירעה תקלה ב NodeBB בזמן הטעינה של: \"%1\". המערכת תמשיך להגיש דפים קיימים, אבל כדאי שתשחזר את הפעולות שלך מהפעם האחרונה שהמערכת עבדה כראוי.",
"registration-error": "שגיאה בהרשמה",
"parse-error": "אירעה שגיאה בעת בעת ניתוח תגובת השרת",
- "wrong-login-type-email": "Please use your email to login",
- "wrong-login-type-username": "Please use your username to login",
- "invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "wrong-login-type-email": "בבקשה השתמש בכתובת המייל שלך להתחברות",
+ "wrong-login-type-username": "בבקשה השתמש בשם המשתמש שלך להתחברות",
+ "invite-maximum-met": "הזמנת את הכמות המירבית של אנשים (%1 מתוך %2).",
+ "no-session-found": "לא נמצאו סשני התחברות!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/he/global.json b/public/language/he/global.json
index 185b6916fc..f38444f7cc 100644
--- a/public/language/he/global.json
+++ b/public/language/he/global.json
@@ -49,9 +49,9 @@
"users": "משתמשים",
"topics": "נושאים",
"posts": "פוסטים",
- "best": "Best",
- "upvoted": "Upvoted",
- "downvoted": "Downvoted",
+ "best": "הגבוה ביותר",
+ "upvoted": "הוצבע בעד",
+ "downvoted": "הוצבע נגד",
"views": "צפיות",
"reputation": "מוניטין",
"read_more": "קרא עוד",
@@ -59,15 +59,13 @@
"posted_ago_by_guest": "הפוסט הועלה ב %1 על ידי אורח",
"posted_ago_by": "הפוסט עלה ב %1 על ידי %2",
"posted_ago": "הפוסט הועלה ב %1",
- "posted_in": "posted in %1",
- "posted_in_by": "posted in %1 by %2",
+ "posted_in": "פורסם ב%1",
+ "posted_in_by": "פורסם ב%1 על ידי %2",
"posted_in_ago": "הפוסט הועלה ב %1 %2",
"posted_in_ago_by": "הפוסט הועלה ב %1 %2 על ידי %3",
- "posted_in_ago_by_guest": "הפוסט הועלה ב %1 %2 על ידי אורח",
- "replied_ago": "נענה %1",
"user_posted_ago": "%1 העלה פוסט %2",
"guest_posted_ago": "אורח העלה פוסט %1",
- "last_edited_by_ago": "נערך לאחרונה על ידי %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "אין פוסטים מהזמן האחרון",
"norecenttopics": "אין נושאים מהזמן החרון",
"recentposts": "פוסטים אחרונים",
@@ -87,6 +85,6 @@
"unfollow": "הפסק לעקוב",
"delete_all": "מחק הכל",
"map": "מפה",
- "sessions": "Login Sessions",
- "ip_address": "IP Address"
+ "sessions": "סשני התחברות",
+ "ip_address": "כתובת IP"
}
\ No newline at end of file
diff --git a/public/language/he/groups.json b/public/language/he/groups.json
index 963efa87a6..31788099a0 100644
--- a/public/language/he/groups.json
+++ b/public/language/he/groups.json
@@ -8,13 +8,13 @@
"pending.reject": "דחה",
"pending.accept_all": "אשר הכל",
"pending.reject_all": "דחה הכל",
- "pending.none": "There are no pending members at this time",
- "invited.none": "There are no invited members at this time",
+ "pending.none": "אין משתמשים ממתינים כרגע",
+ "invited.none": "אין משתמשים מוזמנים כרגע",
"invited.uninvite": "בטל הזמנה",
- "invited.search": "Search for a user to invite to this group",
- "invited.notification_title": "You have been invited to join %1",
- "request.notification_title": "Group Membership Request from %1",
- "request.notification_text": "%1 has requested to become a member of %2",
+ "invited.search": "חפש משתמש להזמנה לקבוצה זו",
+ "invited.notification_title": "הוזמנת להצטרף ל%1",
+ "request.notification_title": "בקשת חברות קבוצתית מ%1",
+ "request.notification_text": "%1 ביקש להיות חבר ב%2",
"cover-save": "שמור",
"cover-saving": "שומר",
"details.title": "פרטי הקבוצה",
@@ -24,27 +24,27 @@
"details.has_no_posts": "חברי הקבוצה הזו לא העלו אף פוסט.",
"details.latest_posts": "פוסטים אחרונים",
"details.private": "פרטי",
- "details.disableJoinRequests": "Disable join requests",
+ "details.disableJoinRequests": "בטל בקשות הצטרפות",
"details.grant": "Grant/Rescind Ownership",
- "details.kick": "Kick",
+ "details.kick": "גרש",
"details.owner_options": "ניהול הקבוצה",
- "details.group_name": "Group Name",
- "details.member_count": "Member Count",
- "details.creation_date": "Creation Date",
- "details.description": "Description",
- "details.badge_preview": "Badge Preview",
- "details.change_icon": "Change Icon",
- "details.change_colour": "Change Colour",
- "details.badge_text": "Badge Text",
- "details.userTitleEnabled": "Show Badge",
- "details.private_help": "If enabled, joining of groups requires approval from a group owner",
+ "details.group_name": "שם הקבוצה",
+ "details.member_count": "כמות משתמשים",
+ "details.creation_date": "תאריך יצירה",
+ "details.description": "תיאור",
+ "details.badge_preview": "תצוגה מקדימה של הסמל",
+ "details.change_icon": "שנה אייקון",
+ "details.change_colour": "שנה צבע",
+ "details.badge_text": "טקסט הסמל",
+ "details.userTitleEnabled": "הצג סמל",
+ "details.private_help": "אם מאופשר, הצטרפות לקבוצות דורשות אישור מבעל הקבוצה",
"details.hidden": "מוסתר",
"details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
"details.delete_group": "מחק קבוצה",
"event.updated": "פרטי הקבוצה עודכנו",
"event.deleted": "קבוצת \"%1\" נמחקה",
- "membership.accept-invitation": "Accept Invitation",
- "membership.invitation-pending": "Invitation Pending",
+ "membership.accept-invitation": "קבל הזמנה",
+ "membership.invitation-pending": "הזמנה ממתינה",
"membership.join-group": "הצטרף לקבוצה",
"membership.leave-group": "עזוב קבוצה",
"membership.reject": "דחה",
diff --git a/public/language/he/language.json b/public/language/he/language.json
index 2c12710abf..203ee90e04 100644
--- a/public/language/he/language.json
+++ b/public/language/he/language.json
@@ -1,5 +1,5 @@
{
- "name": "עברית (ישראל)",
+ "name": "אנגלית (הממלכה המאוחדת/קנדה)",
"code": "he",
"dir": "rtl"
}
\ No newline at end of file
diff --git a/public/language/he/modules.json b/public/language/he/modules.json
index b3b0c9b462..bf5598adf7 100644
--- a/public/language/he/modules.json
+++ b/public/language/he/modules.json
@@ -5,9 +5,9 @@
"chat.no_active": "אין לך צ'אטים פעילים",
"chat.user_typing": "%1 מקליד ...",
"chat.user_has_messaged_you": "ל%1 יש הודעה עבורך.",
- "chat.see_all": "See all chats",
+ "chat.see_all": "צפה בכל הצ'אטים",
"chat.no-messages": "אנא בחר נמען על מנת לראות את היסטוריית הצ'אט איתו",
- "chat.no-users-in-room": "No users in this room",
+ "chat.no-users-in-room": "אין משתמשים בחדר הזה",
"chat.recent-chats": "צ'אטים אחרונים",
"chat.contacts": "אנשי קשר",
"chat.message-history": "היסטוריית הודעות",
@@ -16,22 +16,22 @@
"chat.seven_days": "7 ימים",
"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",
+ "chat.delete_message_confirm": "האם אתה בטוח שברצונך למחוק הודעה זו?",
+ "chat.roomname": "צ'אט %1",
+ "chat.add-users-to-room": "הוסף משתמשים לצ'אט",
+ "composer.compose": "צור",
"composer.show_preview": "הצג תצוגה מקדימה",
"composer.hide_preview": "הסתר תצוגה מקדימה",
"composer.user_said_in": "%1 אמר ב%2:",
"composer.user_said": "%1 אמר:",
"composer.discard": "האם למחוק פוסט זה?",
- "composer.submit_and_lock": "Submit and Lock",
+ "composer.submit_and_lock": "אשר ונעל",
"composer.toggle_dropdown": "Toggle Dropdown",
"composer.uploading": "העלאה %1",
"bootbox.ok": "בסדר",
"bootbox.cancel": "בטל",
"bootbox.confirm": "אשר",
- "cover.dragging_title": "Cover Photo Positioning",
- "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
- "cover.saved": "Cover photo image and position saved"
+ "cover.dragging_title": "מיקום תמונת הנושא",
+ "cover.dragging_message": "גרור את תמונת הנושא למיקום הרצוי ולחץ על \"שמור\"",
+ "cover.saved": "תמונת הנושא ומיקומה נשמרו"
}
\ No newline at end of file
diff --git a/public/language/he/notifications.json b/public/language/he/notifications.json
index 8e2d9cf165..d60e3513d0 100644
--- a/public/language/he/notifications.json
+++ b/public/language/he/notifications.json
@@ -13,15 +13,15 @@
"new_message_from": "הודעה חדשה מ %1",
"upvoted_your_post_in": "%1 הצביע בעד הפוסט שלך ב %2",
"upvoted_your_post_in_dual": "%1 הצביע בעד הפוסט שלך ב %2",
- "upvoted_your_post_in_multiple": "%1 and %2 others have upvoted your post in %3.",
- "moved_your_post": "%1 has moved your post to %2",
- "moved_your_topic": "%1 has moved %2",
+ "upvoted_your_post_in_multiple": "%1 ו%2 אחרים הצביעו לפוסט שלך ב%3.",
+ "moved_your_post": "%1 העביר את הפוסט שלך ל%2",
+ "moved_your_topic": "%1 הוזז ל%2",
"favourited_your_post_in": "%1 הוסיף את הפוסט שלך ב %2 למועדפים שלו.",
- "favourited_your_post_in_dual": "%1 and %2 have favourited your post in %3.",
- "favourited_your_post_in_multiple": "%1 and %2 others have favourited your post in %3.",
+ "favourited_your_post_in_dual": "%1 ו%2 הוסיפו את הפוסט שלך למועדפים ב%3.",
+ "favourited_your_post_in_multiple": "%1 ו%2 אחרים הוסיפו את הפוסט שלך למועדפים שלהם ב%3.",
"user_flagged_post_in": "%1 דיווח על פוסט ב %2",
- "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3",
- "user_flagged_post_in_multiple": "%1 and %2 others flagged a post in %3",
+ "user_flagged_post_in_dual": "%1 ו%2 סימנו פוסט ב%3",
+ "user_flagged_post_in_multiple": "%1 ו%2 נוספים סימנו פוסט ב%3",
"user_posted_to": "%1 פרסם תגובה ל: %2",
"user_posted_to_dual": "%1 and %2 have posted replies to: %3",
"user_posted_to_multiple": "%1 and %2 others have posted replies to: %3",
diff --git a/public/language/he/pages.json b/public/language/he/pages.json
index a21fc5185d..8344a86f2f 100644
--- a/public/language/he/pages.json
+++ b/public/language/he/pages.json
@@ -6,11 +6,12 @@
"popular-month": "נושאים חמים החודש",
"popular-alltime": "הנושאים החמים בכל הזמנים",
"recent": "נושאים אחרונים",
+ "flagged-posts": "Flagged Posts",
"users/online": "משתמשים מחוברים",
"users/latest": "משתמשים אחרונים",
"users/sort-posts": "משתמשים עם המונה הגבוה ביותר",
"users/sort-reputation": "משתמשים עם המוניטין הגבוה ביותר",
- "users/map": "מפת משתמשים",
+ "users/banned": "Banned Users",
"users/search": "חיפוש משתמשים",
"notifications": "התראות",
"tags": "תגיות",
@@ -20,13 +21,13 @@
"reset": "איפוס סיסמה למשתמש",
"categories": "קטגוריות",
"groups": "קבוצות",
- "group": "%1 group",
+ "group": "קבוצת %1",
"chats": "הודעות פרטיות",
"chat": "שלחו הודעה פרטית ל%1",
"account/edit": "לערוך את \"%1\"",
- "account/edit/password": "Editing password of \"%1\"",
- "account/edit/username": "Editing username of \"%1\"",
- "account/edit/email": "Editing email of \"%1\"",
+ "account/edit/password": "עורך את הסיסמה של \"%1\"",
+ "account/edit/username": "עורך את שם המשתמש של \"%1\"",
+ "account/edit/email": "עורך את כתובת המייל של \"%1\"",
"account/following": "אנשים ש%1 עוקב אחריהם",
"account/followers": "אנשים שעוקבים אחרי %1",
"account/posts": "הודעות שפורסמו על ידי %1",
@@ -35,10 +36,10 @@
"account/favourites": "הנושאים האהובים על %1",
"account/settings": "הגדרות משתמש",
"account/watched": "נושאים שנצפו על ידי %1",
- "account/upvoted": "Posts upvoted by %1",
- "account/downvoted": "Posts downvoted by %1",
- "account/best": "Best posts made by %1",
+ "account/upvoted": "פוסטים שהוצבעו לטובה על ידי %1",
+ "account/downvoted": "פוסטים שהוצבעו לרעה על ידי %1",
+ "account/best": "הפוסטים הטובים ביותר שנוצרו על ידי %1",
"maintenance.text": "%1 כרגע תחת עבודות תחזוקה. אנא חזור בזמן מאוחר יותר.",
"maintenance.messageIntro": "בנוסף, המנהל השאיר את ההודעה הזו:",
- "throttled.text": "%1 is currently unavailable due to excessive load. Please come back another time."
+ "throttled.text": "%1 לא זמן כעת עקב טעינת יתר. אנא חזור מאוחר יותר."
}
\ No newline at end of file
diff --git a/public/language/he/reset_password.json b/public/language/he/reset_password.json
index 854ae07ffe..b3033821b2 100644
--- a/public/language/he/reset_password.json
+++ b/public/language/he/reset_password.json
@@ -13,5 +13,5 @@
"invalid_email": "מייל שגוי / כתובת מייל לא נמצאה",
"password_too_short": "הסיסמה שבחרת קצרה מדי, אנא בחר סיסמה שונה.",
"passwords_do_not_match": "הסיסמאות שהזנת אינן תואמות.",
- "password_expired": "Your password has expired, please choose a new password"
+ "password_expired": "הסיסמא שבחרת פגת תוקף, אנא בחר סיסמא חדשה."
}
\ No newline at end of file
diff --git a/public/language/he/search.json b/public/language/he/search.json
index 5de6fe4b86..48553e3d68 100644
--- a/public/language/he/search.json
+++ b/public/language/he/search.json
@@ -1,7 +1,7 @@
{
"results_matching": "נמצאו %1 תוצאות עבור החיפוש \"%2\", (%3 שניות)",
"no-matches": "לא נמצאו תוצאות",
- "advanced-search": "Advanced Search",
+ "advanced-search": "חיפוש מתקדם",
"in": "ב",
"titles": "כותרות",
"titles-posts": "כותרות ופוסטים",
@@ -32,9 +32,9 @@
"category": "קטגוריה",
"descending": "בסדר יורד",
"ascending": "בסדר עולה",
- "save-preferences": "Save preferences",
- "clear-preferences": "Clear preferences",
- "search-preferences-saved": "Search preferences saved",
- "search-preferences-cleared": "Search preferences cleared",
- "show-results-as": "Show results as"
+ "save-preferences": "שמור העדפות",
+ "clear-preferences": "נקה העדפות",
+ "search-preferences-saved": "חפש העדפות שנשמרו",
+ "search-preferences-cleared": "חפש העדפות שנוקו",
+ "show-results-as": "צפה בתוצאות בתור"
}
\ No newline at end of file
diff --git a/public/language/he/tags.json b/public/language/he/tags.json
index 3061057672..496fe5999f 100644
--- a/public/language/he/tags.json
+++ b/public/language/he/tags.json
@@ -1,7 +1,7 @@
{
"no_tag_topics": "אין פוסטים עם תגית זו.",
"tags": "תגיות",
- "enter_tags_here": "Enter tags here, between %1 and %2 characters each.",
+ "enter_tags_here": "הכנס תגים כאן, כאשר כל אחד בין %1 ל%2 תווים.",
"enter_tags_here_short": "הכנס תגיות",
"no_tags": "אין עדיין תגיות."
}
\ No newline at end of file
diff --git a/public/language/he/topic.json b/public/language/he/topic.json
index 15dadeb8f0..f68e532e56 100644
--- a/public/language/he/topic.json
+++ b/public/language/he/topic.json
@@ -13,7 +13,7 @@
"notify_me": "קבל התראה כאשר יש תגובות חדשות בנושא זה",
"quote": "ציטוט",
"reply": "תגובה",
- "reply-as-topic": "Reply as topic",
+ "reply-as-topic": "הגב כנושא",
"guest-login-reply": "התחבר כדי לפרסם תגובה",
"edit": "עריכה",
"delete": "מחק",
@@ -34,7 +34,8 @@
"not_following_topic.message": "לא תקבל הודעות נוספות בנושא זה.",
"login_to_subscribe": "אנא הרשם או התחבר על-מנת לעקוב אחר נושא זה.",
"markAsUnreadForAll.success": "נושא זה סומן כלא נקרא לכולם.",
- "mark_unread": "Mark unread",
+ "mark_unread": "סמן כלא נקרא",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "עקוב",
"unwatch": "הפסק לעקוב",
"watch.title": "קבל התראה כאשר יש תגובות חדשות בנושא זה",
@@ -50,7 +51,7 @@
"thread_tools.move_all": "הזז הכל",
"thread_tools.fork": "שכפל נושא",
"thread_tools.delete": "מחק נושא",
- "thread_tools.delete-posts": "Delete Posts",
+ "thread_tools.delete-posts": "מחק פוסטים",
"thread_tools.delete_confirm": "אתה בטוח שאתה רוצה למחוק את הנושא הזה?",
"thread_tools.restore": "שחזר נושא",
"thread_tools.restore_confirm": "אתה בטוח שאתה רוצה לשחזר את הנושא הזה?",
@@ -77,7 +78,7 @@
"fork_topic_instruction": "לחץ על הפוסטים שברצונך לשכפל",
"fork_no_pids": "לא בחרת אף פוסט!",
"fork_success": "הפוסט שוכפל בהצלחה! לחץ כאן על מנת לעבור לפוסט המשוכפל.",
- "delete_posts_instruction": "Click the posts you want to delete/purge",
+ "delete_posts_instruction": "לחץ על הפוסטים שברצונך למחוק",
"composer.title_placeholder": "הכנס את כותרת הנושא כאן...",
"composer.handle_placeholder": "שם",
"composer.discard": "מחק",
@@ -100,12 +101,12 @@
"newest_to_oldest": "מהחדש לישן",
"most_votes": "הכי הרבה הצבעות",
"most_posts": "הכי הרבה פוסטים",
- "stale.title": "Create new topic instead?",
- "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
- "stale.create": "Create a new topic",
- "stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
- "spam": "Spam",
- "offensive": "Offensive",
- "custom-flag-reason": "Enter a flagging reason"
+ "stale.title": "פתח נושא חדש במקום?",
+ "stale.warning": "הנושא בו אתה מגיב הוא דיי ישן. האם ברצונך לפתוח נושא חדש, ולהזכיר את הנושא הזה בתגובתך?",
+ "stale.create": "צור נושא חדש",
+ "stale.reply_anyway": "הגב לנושא זה בכל מקרה",
+ "link_back": "Re: [%1](%2)",
+ "spam": "ספאם",
+ "offensive": "פוגעני",
+ "custom-flag-reason": "הכנס סיבה מסמנת"
}
\ No newline at end of file
diff --git a/public/language/he/unread.json b/public/language/he/unread.json
index 5b4fd51ead..587071777b 100644
--- a/public/language/he/unread.json
+++ b/public/language/he/unread.json
@@ -5,6 +5,6 @@
"mark_as_read": "סמן כנקרא",
"selected": "נבחר",
"all": "הכל",
- "all_categories": "All categories",
+ "all_categories": "כל הקטגוריות",
"topics_marked_as_read.success": "נושאים שמסומנים כנקרא!"
}
\ No newline at end of file
diff --git a/public/language/he/user.json b/public/language/he/user.json
index 06a09d9c8e..f63645e7fb 100644
--- a/public/language/he/user.json
+++ b/public/language/he/user.json
@@ -6,13 +6,13 @@
"postcount": "כמות פוסטים",
"email": "כתובת אימייל",
"confirm_email": "אשר מייל",
- "ban_account": "Ban Account",
- "ban_account_confirm": "Do you really want to ban this user?",
- "unban_account": "Unban Account",
+ "ban_account": "הרחק חשבון",
+ "ban_account_confirm": "אתה בטוח שברצונך להרחיק את המשתמש הזה?",
+ "unban_account": "בטל את הרחקת החשבון",
"delete_account": "מחק חשבון",
"delete_account_confirm": "אתה בטוח שאתה רוצה למחוק את חשבונך?
פעולה זו לא ניתנת לשחזור ולא תוכל לגשת למידע שלך
הזן את שם המשתמש שלך על מנת לאשר שברצונך למחוק את חשבונך.",
- "delete_this_account_confirm": "Are you sure you want to delete this account?
This action is irreversible and you will not be able to recover any data
",
- "account-deleted": "Account deleted",
+ "delete_this_account_confirm": "האם אתה בטוח שברצונך למחוק חשבון זה?
אפשרות זו לא ניתנת לביטול ולא תוכל לשחזר אף מידע
",
+ "account-deleted": "החשבון נמחק",
"fullname": "שם מלא",
"website": "אתר",
"location": "מיקום",
@@ -26,20 +26,20 @@
"watched": "נצפה",
"followers": "עוקבים",
"following": "עוקב אחרי",
- "aboutme": "About me",
+ "aboutme": "עליי",
"signature": "חתימה",
"birthday": "יום הולדת",
"chat": "צ'אט",
- "chat_with": "Chat with %1",
+ "chat_with": "צ'אט עם %1",
"follow": "עקוב",
"unfollow": "הפסק לעקוב",
"more": "עוד",
"profile_update_success": "הפרופיל עודכן בהצלחה!",
"change_picture": "שנה תמונה",
- "change_username": "Change Username",
- "change_email": "Change Email",
+ "change_username": "שנה שם משתמש",
+ "change_email": "שנה מייל",
"edit": "ערוך",
- "default_picture": "Default Icon",
+ "default_picture": "אייקון ברירת מחדל",
"uploaded_picture": "התמונה הועלתה",
"upload_new_picture": "העלה תמונה חדשה",
"upload_new_picture_from_url": "העלה תמונה חדשה מ URL",
@@ -54,11 +54,11 @@
"confirm_password": "אמת סיסמה",
"password": "סיסמה",
"username_taken_workaround": "שם המשתמש שבחרת כבר תפוס, אז שינינו אותו מעט. שם המשתמש שלך כעת הוא %1",
- "password_same_as_username": "Your password is the same as your username, please select another password.",
+ "password_same_as_username": "הסיסמה שלך זהה לשם המשתמש, אנא בחר סיסמה שונה.",
"upload_picture": "העלה תמונה",
"upload_a_picture": "העלה תמונה",
- "remove_uploaded_picture": "Remove Uploaded Picture",
- "image_spec": "You may only upload PNG, JPG, or BMP files",
+ "remove_uploaded_picture": "מחק את התמונה שהועלתה",
+ "image_spec": "עלייך להעלות רק תמונות מפורמט PNG, JPG או BMP",
"settings": "הגדרות",
"show_email": "פרסם את כתובת האימייל שלי",
"show_fullname": "הצג את שמי המלא",
@@ -74,33 +74,33 @@
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
"has_no_follower": "למשתמש זה אין עוקבים :(",
"follows_no_one": "משתמש זה אינו עוקב אחרי אחרים :(",
- "has_no_posts": "This user hasn't posted anything yet.",
- "has_no_topics": "This user hasn't posted any topics yet.",
- "has_no_watched_topics": "This user hasn't watched any topics yet.",
- "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
- "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
- "has_no_voted_posts": "This user has no voted posts",
+ "has_no_posts": "המשתמש טרם יצר פוסטים כלשהם.",
+ "has_no_topics": "המשתמש טרם יצר נושאים כלשהם.",
+ "has_no_watched_topics": "המשתמש טרם צפה בנושאים כלשהם.",
+ "has_no_upvoted_posts": "המשתמש טרם הצביע בעד פוסטים כלשהם.",
+ "has_no_downvoted_posts": "המשתמש טרם הצביע נגד פוסטים כלשהם.",
+ "has_no_voted_posts": "למשתמש אין פוסטים שהוצבעו",
"email_hidden": "כתובת אימייל מוסתרת",
"hidden": "מוסתר",
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
"topics_per_page": "כמות נושאים בעמוד",
"posts_per_page": "כמות פוסטים בעמוד",
- "notification_sounds": "Play a sound when you receive a notification",
+ "notification_sounds": "נגן סאונד כשמתקבלת התראה",
"browsing": "הגדרות צפייה",
- "open_links_in_new_tab": "Open outgoing links in new tab",
+ "open_links_in_new_tab": "פתח קישורים חיצוניים בכרטיסייה חדשה",
"enable_topic_searching": "הפעל חיפוש בתוך נושא",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
- "follow_topics_you_reply_to": "Follow topics that you reply to",
- "follow_topics_you_create": "Follow topics you create",
- "grouptitle": "Select the group title you would like to display",
- "no-group-title": "No group title",
- "select-skin": "Select a Skin",
- "select-homepage": "Select a Homepage",
- "homepage": "Homepage",
- "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
+ "follow_topics_you_reply_to": "עקוב אחרת נושאים שהגבת בהם",
+ "follow_topics_you_create": "עקוב אחר נושאים שיצרת",
+ "grouptitle": "בחר את כותרת הקבוצה שברצונך להציג",
+ "no-group-title": "ללא כותרת לקבוצה",
+ "select-skin": "בחר מראה",
+ "select-homepage": "בחר דף בית",
+ "homepage": "דף הבית",
+ "homepage_description": "בחר דף שיהיה דף הבית של הפורום או \"כלום\" על מנת להשתמש בדף הבית ברירת המחדל.",
"custom_route": "Custom Homepage Route",
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")",
"sso.title": "Single Sign-on Services",
- "sso.associated": "Associated with",
- "sso.not-associated": "Click here to associate with"
+ "sso.associated": "משוייך עם",
+ "sso.not-associated": "לחץ כאן כדי לשייך"
}
\ No newline at end of file
diff --git a/public/language/he/users.json b/public/language/he/users.json
index 64179f1a30..30c141ca8e 100644
--- a/public/language/he/users.json
+++ b/public/language/he/users.json
@@ -8,14 +8,13 @@
"users-found-search-took": "%1 משתמשים נמצאו! החיפוש ערך %2 שניות.",
"filter-by": "פלטר על-פי",
"online-only": "אונליין בלבד",
- "picture-only": "תמונה בלבד",
- "invite": "Invite",
- "invitation-email-sent": "An invitation email has been sent to %1",
- "user_list": "User List",
- "recent_topics": "Recent Topics",
- "popular_topics": "Popular Topics",
- "unread_topics": "Unread Topics",
+ "invite": "הזמן",
+ "invitation-email-sent": "מייל הזמנה נשלח ל%1",
+ "user_list": "רשימת משתמשים",
+ "recent_topics": "נושאים אחרונים",
+ "popular_topics": "נושאים פופולריים",
+ "unread_topics": "נושאים שלא נקראו",
"categories": "קטגוריות",
"tags": "תגיות",
- "map": "מפה"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/hu/error.json b/public/language/hu/error.json
index 4b983ce848..48bc10ed16 100644
--- a/public/language/hu/error.json
+++ b/public/language/hu/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Érvénytelen jelszó",
"invalid-username-or-password": "Kérlek adj meg egy felhasználónevet és egy jelszót",
"invalid-search-term": "Érvénytelen keresési feltétel",
- "invalid-pagination-value": "Érvénytelen lapozó érték",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Foglalt felhasználónév",
"email-taken": "Foglalt e-mail",
"email-not-confirmed": "Az e-mail címed még nem lett ellenőrizve, kérlek kattints ide az e-mail címed ellenőrzéséhez!",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Hírnév funkció kikapcsolva.",
"downvoting-disabled": "Leszavazás funkció kikapcsolva",
"not-enough-reputation-to-downvote": "Nem rendelkezel elég Hírnév ponttal, hogy leszavazhasd ezt a hozzászólást",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Kérlek az e-mail címedet használd a belépéshez",
"wrong-login-type-username": "Kérlek a felhasználónevedet használd a belépéshez",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/hu/global.json b/public/language/hu/global.json
index ed9f3efe36..ef85232149 100644
--- a/public/language/hu/global.json
+++ b/public/language/hu/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1 %2",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "replied %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "last edited by %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Nincs legutóbbi hozzászólás",
"norecenttopics": "Nincs friss téma",
"recentposts": "Friss hozzászólások",
diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json
index ac0e823a2d..8bb9535fac 100644
--- a/public/language/hu/pages.json
+++ b/public/language/hu/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Friss Topikok",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Értesítések",
"tags": "Tags",
diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json
index e9578dfa8d..504121693a 100644
--- a/public/language/hu/topic.json
+++ b/public/language/hu/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Követés",
"unwatch": "Unwatch",
"watch.title": "Be notified of new replies in this topic",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/hu/users.json b/public/language/hu/users.json
index cbaabd7015..faedac9f35 100644
--- a/public/language/hu/users.json
+++ b/public/language/hu/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/id/error.json b/public/language/id/error.json
index 1bf37aa05d..2d10453279 100644
--- a/public/language/id/error.json
+++ b/public/language/id/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Password Salah",
"invalid-username-or-password": "Mohon spesifikasikan username dan password",
"invalid-search-term": "Kata pencarian salah",
- "invalid-pagination-value": "Nilai halaman salah",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Username sudah terdaftar",
"email-taken": "Email sudah terdaftar",
"email-not-confirmed": "Email kamu belum dikonfirmasi, klik disini untuk mengkonfirmasi email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Sistem reputasi ditiadakan.",
"downvoting-disabled": "Downvoting ditiadakan",
"not-enough-reputation-to-downvote": "Tidak cukup reputation untuk downvote post ini",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/id/global.json b/public/language/id/global.json
index 55e055b558..7b6b19afa8 100644
--- a/public/language/id/global.json
+++ b/public/language/id/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "dibuat di %1 %2",
"posted_in_ago_by": "dibuat di %1 %2 oleh %3",
- "posted_in_ago_by_guest": "dibuat di %1 %2 oleh Tamu",
- "replied_ago": "dibalas %1",
"user_posted_ago": "Dibuat oleh %1 %2",
"guest_posted_ago": "Dibuat oleh Tamu %1",
- "last_edited_by_ago": "Terakhir diubah oleh %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Tidak ada post terbaru",
"norecenttopics": "Tidak ada topik terbaru",
"recentposts": "Post Terbaru",
diff --git a/public/language/id/pages.json b/public/language/id/pages.json
index 2c4c22a2fd..3c791e897d 100644
--- a/public/language/id/pages.json
+++ b/public/language/id/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Topik Terkini",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Pemberitahuan",
"tags": "Tags",
diff --git a/public/language/id/topic.json b/public/language/id/topic.json
index 8a054a5265..8040d55ae4 100644
--- a/public/language/id/topic.json
+++ b/public/language/id/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Daftar atau login untuk berlangganan topik ini.",
"markAsUnreadForAll.success": "Topik ditandai Belum Dibaca seluruhnya",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Pantau",
"unwatch": "Batalkan Pantau",
"watch.title": "Beritahukan balasan baru untuk topik ini",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/id/users.json b/public/language/id/users.json
index 2c6a6c0b40..7beb3ead46 100644
--- a/public/language/id/users.json
+++ b/public/language/id/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/it/error.json b/public/language/it/error.json
index a386680f85..f498726867 100644
--- a/public/language/it/error.json
+++ b/public/language/it/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Password non valida",
"invalid-username-or-password": "Si prega di specificare sia un nome utente che una password",
"invalid-search-term": "Termine di ricerca non valido",
- "invalid-pagination-value": "Valore di paginazione non valido",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Nome utente già preso",
"email-taken": "Email già esistente",
"email-not-confirmed": "La tua Email deve essere ancora confermata, per favore clicca qui per confermare la tua Email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Il messaggio chat è troppo lungo",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Il sistema di reputazione è disabilitato.",
"downvoting-disabled": "Il Downvoting è disabilitato",
"not-enough-reputation-to-downvote": "Non hai i privilegi per votare negativamente questo post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Per favore usa la tua email per accedere",
"wrong-login-type-username": "Per favore usa il tuo nome utente per accedere",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/it/global.json b/public/language/it/global.json
index 967d90d1f4..722cad0af7 100644
--- a/public/language/it/global.json
+++ b/public/language/it/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "postato in %1 %2",
"posted_in_ago_by": "postato in %1 %2 da %3",
- "posted_in_ago_by_guest": "postato in %1 %2 da Ospite",
- "replied_ago": "risposto %1",
"user_posted_ago": "%1 ha postato %2",
"guest_posted_ago": "Ospite ha scritto %1",
- "last_edited_by_ago": "ultima modifica di %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Nessun Post Recente",
"norecenttopics": "Nessun Argomento Recente",
"recentposts": "Post Recenti",
diff --git a/public/language/it/pages.json b/public/language/it/pages.json
index 2675ab7522..836a6d5181 100644
--- a/public/language/it/pages.json
+++ b/public/language/it/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Discussioni popolari questo mese",
"popular-alltime": "Discussioni più popolari di sempre",
"recent": "Discussioni Recenti",
+ "flagged-posts": "Flagged Posts",
"users/online": "Utenti Online",
"users/latest": "Ultimi Utenti",
"users/sort-posts": "Utenti maggiori contributori",
"users/sort-reputation": "Utenti con la reputazione più alta",
- "users/map": "Mappa Utenti",
+ "users/banned": "Banned Users",
"users/search": "Ricerca Utenti",
"notifications": "Notifiche",
"tags": "Tags",
diff --git a/public/language/it/topic.json b/public/language/it/topic.json
index 82eae5fe49..0f7ab7fc1d 100644
--- a/public/language/it/topic.json
+++ b/public/language/it/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Si prega di accedere o registrarsi per potersi iscrivere a questa discussione.",
"markAsUnreadForAll.success": "Discussione segnata come non letta per tutti.",
"mark_unread": "Segna come non letto",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Osserva",
"unwatch": "Non osservare più",
"watch.title": "Ricevi notifiche di nuove risposte in questa discussione",
@@ -104,7 +105,7 @@
"stale.warning": "Il topic al quale stai rispondendo è abbastanza vecchio. Vorresti piuttosto creare un nuovo topic in riferimento a questo nella tua risposta?",
"stale.create": "Crea un topic nuovo",
"stale.reply_anyway": "Rispondi a questo topic comunque",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensivo",
"custom-flag-reason": "Inserisci il motivo per flaggare"
diff --git a/public/language/it/users.json b/public/language/it/users.json
index 5fc544d8ac..b4770d2df5 100644
--- a/public/language/it/users.json
+++ b/public/language/it/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 utente(i) trovati! La ricerca ha impiegato %2 secondi.",
"filter-by": "Filtra per",
"online-only": "Solo online",
- "picture-only": "Solo con foto",
"invite": "Invita",
"invitation-email-sent": "Una mail di invito è stata inviata a %1",
"user_list": "Lista utenti",
@@ -17,5 +16,5 @@
"unread_topics": "Discussioni non lette",
"categories": "Categorie",
"tags": "Tag",
- "map": "Mappa"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/ja/error.json b/public/language/ja/error.json
index fc707f9a26..0fd0029421 100644
--- a/public/language/ja/error.json
+++ b/public/language/ja/error.json
@@ -14,7 +14,7 @@
"invalid-password": "無効なパスワード",
"invalid-username-or-password": "ユーザー名とパスワードの両方を指定してください",
"invalid-search-term": "無効な検索ワード",
- "invalid-pagination-value": "無効な改ページ設定値",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "ユーザー名は既に使われています",
"email-taken": "メールアドレスは既に使われています",
"email-not-confirmed": "あなたのメールアドレスはまだ確認されていません。メールアドレスを確認するためにはここをクリックしてください。",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/ja/global.json b/public/language/ja/global.json
index 80452889c5..97696d28b6 100644
--- a/public/language/ja/global.json
+++ b/public/language/ja/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "%1に%2に投稿されました",
"posted_in_ago": "%1に投稿されました %2",
"posted_in_ago_by": "%1 %2に %3 が投稿",
- "posted_in_ago_by_guest": "%1に %2 ゲストが投稿",
- "replied_ago": "%1 に返答",
"user_posted_ago": "%1 が%2に投稿",
"guest_posted_ago": "ゲストが%1に投稿",
- "last_edited_by_ago": "%1が%2に最終編集",
+ "last_edited_by": "last edited by %1",
"norecentposts": "最近のポストはありません",
"norecenttopics": "最近のスレッドはありません",
"recentposts": "最近のポスト",
diff --git a/public/language/ja/pages.json b/public/language/ja/pages.json
index 31a3e6d858..63e409692c 100644
--- a/public/language/ja/pages.json
+++ b/public/language/ja/pages.json
@@ -6,11 +6,12 @@
"popular-month": "今月人気のトピック",
"popular-alltime": "人気のトピック",
"recent": "最新スレッド",
+ "flagged-posts": "Flagged Posts",
"users/online": "オンラインのユーザー",
"users/latest": "最近のユーザー",
"users/sort-posts": "ほとんどの投稿を持つユーザー",
"users/sort-reputation": "一番評価の高いユーザー",
- "users/map": "ユーザーマップ",
+ "users/banned": "Banned Users",
"users/search": "ユーザーを検索",
"notifications": "通知",
"tags": "Tags",
diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json
index d70e73276b..746897fdeb 100644
--- a/public/language/ja/topic.json
+++ b/public/language/ja/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "このスレッドを購読するためにログインが必要です。",
"markAsUnreadForAll.success": "すべてのスレッドを未読にしました。",
"mark_unread": "未読として示す",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "ウオッチ",
"unwatch": "ウオッチ解除",
"watch.title": "新しいポストの通知を受ける",
@@ -104,7 +105,7 @@
"stale.warning": "あなたが返信しようとしてるトピックが古いトピックです。新しいトピックを作って、そしてこのトピックが参考として入れた方を勧めます。そうしますか?",
"stale.create": "新しいトピックを作ります。",
"stale.reply_anyway": "とにかく、このトピックに返信します",
- "stale.link_back": "返信: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "スパム",
"offensive": "攻撃",
"custom-flag-reason": "フラグを入れた理由"
diff --git a/public/language/ja/users.json b/public/language/ja/users.json
index 2fadd17482..feb467657d 100644
--- a/public/language/ja/users.json
+++ b/public/language/ja/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1人のユーザーを見つけました!(検索まで%2秒掛かりました。)",
"filter-by": "フィルタ",
"online-only": "オンラインのみ",
- "picture-only": "写真のみ",
"invite": "招待",
"invitation-email-sent": "招待メールが%1に送られました。",
"user_list": "ユーザー一覧",
@@ -17,5 +16,5 @@
"unread_topics": "未読トピック",
"categories": "カテゴリ",
"tags": "タグ",
- "map": "マプ"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/ko/error.json b/public/language/ko/error.json
index 544471ec50..cf908e8447 100644
--- a/public/language/ko/error.json
+++ b/public/language/ko/error.json
@@ -14,7 +14,7 @@
"invalid-password": "올바르지 않은 비밀번호입니다.",
"invalid-username-or-password": "사용자 이름과 패스워드를 모두 설정해주세요.",
"invalid-search-term": "올바르지 않은 검색어입니다.",
- "invalid-pagination-value": "올바르지 않은 페이지입니다.",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "이미 사용 중인 사용자 이름입니다.",
"email-taken": "이미 사용 중인 이메일입니다.",
"email-not-confirmed": "아직 이메일이 인증되지 않았습니다. 여기를 누르면 인증 메일을 발송할 수 있습니다.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "메시지가 너무 깁니다.",
"cant-edit-chat-message": "편집 할 수 있는 권한이 없습니다.",
"cant-remove-last-user": "마지막 사용자를 삭제할 수 없습니다.",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "인지도 기능이 비활성 상태입니다.",
"downvoting-disabled": "비추천 기능이 비활성 상태입니다.",
"not-enough-reputation-to-downvote": "인지도가 낮아 이 게시물에 반대할 수 없습니다.",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "이메일 주소를 통해 로그인하세요.",
"wrong-login-type-username": "사용자명을 통해 로그인하세요.",
"invite-maximum-met": "초대가능한 사용자를 모두 초대했습니다. (%2명 중 %1을 초대)",
- "no-session-found": "로그인 세션을 찾을 수 없습니다."
+ "no-session-found": "로그인 세션을 찾을 수 없습니다.",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/ko/global.json b/public/language/ko/global.json
index fed619f2da..b112c196fd 100644
--- a/public/language/ko/global.json
+++ b/public/language/ko/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "%2 %1에 작성되었습니다. ",
"posted_in_ago_by": "%3님이 %2 %1에 작성했습니다.",
- "posted_in_ago_by_guest": "%2, 익명 사용자가 %1에 작성했습니다.",
- "replied_ago": "%1에 답글이 작성되었습니다.",
"user_posted_ago": "%1님이 %2에 작성했습니다.",
"guest_posted_ago": "익명 사용자가 %1에 작성했습니다.",
- "last_edited_by_ago": "%1님이 %2에 마지막으로 수정했습니다.",
+ "last_edited_by": "last edited by %1",
"norecentposts": "최근 작성된 게시물이 없습니다.",
"norecenttopics": "최근 생성된 생성된 주제가 없습니다.",
"recentposts": "최근 게시물",
diff --git a/public/language/ko/pages.json b/public/language/ko/pages.json
index 012c0e161f..2f9ceae518 100644
--- a/public/language/ko/pages.json
+++ b/public/language/ko/pages.json
@@ -6,11 +6,12 @@
"popular-month": "인기있는 주제 (월간)",
"popular-alltime": "인기있는 주제",
"recent": "최근 주제",
+ "flagged-posts": "Flagged Posts",
"users/online": "온라인 사용자",
"users/latest": "최근 사용자",
"users/sort-posts": "가장 많은 게시물을 작성한 사용자",
"users/sort-reputation": "가장 높은 인지도를 가진 사용자",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "사용자 검색",
"notifications": "알림",
"tags": "태그",
diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json
index 07f3d95ae5..a4110c5839 100644
--- a/public/language/ko/topic.json
+++ b/public/language/ko/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "이 주제의 알림을 받기 위해서는 로그인해야 합니다.",
"markAsUnreadForAll.success": "모든 사용자에 대해 읽지 않음으로 표시했습니다.",
"mark_unread": "읽지 않음으로 표시",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "관심 주제",
"unwatch": "관심 주제 해제",
"watch.title": "이 주제의 새 답글 알리기",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "새로운 주제를 작성",
"stale.reply_anyway": "아무튼 이 주제에 답변해주세요.",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "스팸",
"offensive": "공격적인",
"custom-flag-reason": "신고 사유를 입력하세요."
diff --git a/public/language/ko/users.json b/public/language/ko/users.json
index 7f397ada71..4436acc08d 100644
--- a/public/language/ko/users.json
+++ b/public/language/ko/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1명의 사용자를 찾았습니다. 검색 소요 시간 %2 초",
"filter-by": "에 의해 분류",
"online-only": "온라인 전용",
- "picture-only": "사진 전용",
"invite": "초대",
"invitation-email-sent": "%1님에게 초대 메일을 송신하였습니다.",
"user_list": "사용자 목록",
@@ -17,5 +16,5 @@
"unread_topics": "읽지 않은 주제",
"categories": "카테고리",
"tags": "태그",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index 8dc2ebaea0..b124eff563 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Klaidingas slaptažodis",
"invalid-username-or-password": "Prašome nurodyti tiek vartotojo vardą, tiek ir slaptažodį",
"invalid-search-term": "Neteisingas paieškos terminas",
- "invalid-pagination-value": "Klaidinga puslapiavimo reikšmė",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Vartotojo vardas jau užimtas",
"email-taken": "El. pašto adresas jau užimtas",
"email-not-confirmed": "Jūsų el. paštas nepatvirtintas, prašome paspausti čia norint jį patvirtinti.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputacijos sistema išjungta.",
"downvoting-disabled": "Downvoting yra išjungtas",
"not-enough-reputation-to-downvote": "Jūs neturite pakankamai reputacijos balsuoti prieš šį pranešimą",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Prisijungimui prašom naudoti jūsų el. adresą",
"wrong-login-type-username": "Prisijungimui prašome naudoti vartotojo vardą",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/lt/global.json b/public/language/lt/global.json
index 18c66a7bd3..aca3f94cfe 100644
--- a/public/language/lt/global.json
+++ b/public/language/lt/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "parašyta temoje %1 %2",
"posted_in_ago_by": "parašyta temoje %1 %2 nuo %3",
- "posted_in_ago_by_guest": "parašyta temoje %1 %2 nuo svečio",
- "replied_ago": "atsakyta %1",
"user_posted_ago": "%1 parašė %2",
"guest_posted_ago": "Svečias parašė %1",
- "last_edited_by_ago": "paskutinį kartą redagavo %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Paskutinių pranešimų nėra.",
"norecenttopics": "Paskutinių temų nėra",
"recentposts": "Paskutiniai pranešimai",
diff --git a/public/language/lt/pages.json b/public/language/lt/pages.json
index 26800020ea..7e87980eb1 100644
--- a/public/language/lt/pages.json
+++ b/public/language/lt/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Paskutinės temos",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Pranešimai",
"tags": "Žymos",
diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json
index 08fc7a4078..2972a90118 100644
--- a/public/language/lt/topic.json
+++ b/public/language/lt/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Norėdami prenumeruoti šią temą, prašome prisiregistruoti arba prisijungti.",
"markAsUnreadForAll.success": "Tema visiems vartotojams pažymėta kaip neskaityta.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Žiūrėti",
"unwatch": "Nebesekti",
"watch.title": "Gauti pranešimą apie naujus įrašus šioje temoje",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/lt/users.json b/public/language/lt/users.json
index a04cdd5093..e349dc32b6 100644
--- a/public/language/lt/users.json
+++ b/public/language/lt/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "Rasta %1 vartotojas(-ai)! Paieška užtruko %2 sekundes.",
"filter-by": "Filtruoti pagal",
"online-only": "Tik prisijunge",
- "picture-only": "Tik paveikslėlis",
"invite": "Pakviesti",
"invitation-email-sent": "Pakvietimas el.paštu buvo išsiųstas į %1!",
"user_list": "Vartotojų sąrašas",
@@ -17,5 +16,5 @@
"unread_topics": "Neperskaitytos temos",
"categories": "Kategorijos",
"tags": "Žymos",
- "map": "Žemėlapis"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/ms/error.json b/public/language/ms/error.json
index 79de80fde9..176782b812 100644
--- a/public/language/ms/error.json
+++ b/public/language/ms/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Kata laluan salah!",
"invalid-username-or-password": "Sila tentukan kedua-dua nama pengguna dan kata laluan",
"invalid-search-term": "Terma pencarian tak sah",
- "invalid-pagination-value": "Nilai halaman tak sah",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Nama pengguna telah digunakan",
"email-taken": "Emel telah digunakan",
"email-not-confirmed": "Emel anda belum disahkan lagi, sila klik sini untuk mengesahkan emel anda.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Mesej borak terlalu panjang",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Sistem reputasi dilumpuhkan.",
"downvoting-disabled": "Undi turun dilumpuhkan",
"not-enough-reputation-to-downvote": "Anda tidak mempunyai reputasi mencukupi untuk mengundi turun kiriman ini",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Sila guna emel anda untuk log masuk",
"wrong-login-type-username": "Sila guna nama pengguna anda untuk log masuk",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/ms/global.json b/public/language/ms/global.json
index ffdccaf8cf..866e0f17f2 100644
--- a/public/language/ms/global.json
+++ b/public/language/ms/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "dikirim pada %1 oleh %2",
"posted_in_ago": "dikirim pada %1 %2",
"posted_in_ago_by": "dikirim pada %1 %2 oleh %3",
- "posted_in_ago_by_guest": "dikirim pada %1 %2 oleh pelawat",
- "replied_ago": "dibalas %1",
"user_posted_ago": "%1 mengirim %2",
"guest_posted_ago": "Pelawat mengirim %1",
- "last_edited_by_ago": "terakhir disunting oleh %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Tiada kiriman terkini",
"norecenttopics": "Tiada topik terkini",
"recentposts": "Kiriman terkini",
diff --git a/public/language/ms/pages.json b/public/language/ms/pages.json
index 022c5386d3..57368ebc06 100644
--- a/public/language/ms/pages.json
+++ b/public/language/ms/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Topik Popular Bulan Ini",
"popular-alltime": "Topik Popular Sepanjang Masa",
"recent": "Topik Baru",
+ "flagged-posts": "Flagged Posts",
"users/online": "Pengguna Atas Talian",
"users/latest": "Pengguna Terkini",
"users/sort-posts": "Pengguna Mengikut Kiriman Terbanyak",
"users/sort-reputation": "Pengguna Mengikut Reputasi Terbanyak",
- "users/map": "Peta Pengguna",
+ "users/banned": "Banned Users",
"users/search": "Carian Pengguna",
"notifications": "Makluman",
"tags": "Tag",
diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json
index 9e6ed91ffe..057b3de204 100644
--- a/public/language/ms/topic.json
+++ b/public/language/ms/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Sila daftar atau log masuk untuk melanggani topik ini",
"markAsUnreadForAll.success": "Topik ditanda sebagai belum dibaca untuk semua",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Lihat",
"unwatch": "Batal lihat",
"watch.title": "Akan dimaklumkan sekiranya ada balasan dalam topik ini",
@@ -104,7 +105,7 @@
"stale.warning": "Topik yang anda nak balas agak lapuk. Adakah anda ingin buka topik baru dan rujukkan topik ini dalam balasan anda?",
"stale.create": "Buka topik baru",
"stale.reply_anyway": "Tetap balas topik ini",
- "stale.link_back": "Bls: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Menyinggung",
"custom-flag-reason": "Nyatakan alasan anda"
diff --git a/public/language/ms/users.json b/public/language/ms/users.json
index 92f95319c7..feb8d17edc 100644
--- a/public/language/ms/users.json
+++ b/public/language/ms/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 pengguna dijumpai! Pencarian ambil masa %2 saat.",
"filter-by": "Saring dengan",
"online-only": "Atas talian sahaja",
- "picture-only": "Gambar sahaja",
"invite": "Jemput",
"invitation-email-sent": "Emel jemputan telah dihantar ke %1",
"user_list": "Senarai Pengguna",
@@ -17,5 +16,5 @@
"unread_topics": "Topik Belum Dibaca",
"categories": "Kategori",
"tags": "Tag",
- "map": "Peta"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/nb/error.json b/public/language/nb/error.json
index 2ec8f2ecc8..400ac52998 100644
--- a/public/language/nb/error.json
+++ b/public/language/nb/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Ugyldig passord",
"invalid-username-or-password": "Vennligst spesifiser både et brukernavn og passord",
"invalid-search-term": "Ugyldig søkeord",
- "invalid-pagination-value": "Ugyldig pagineringsverdi",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Brukernavn opptatt",
"email-taken": "E-post opptatt",
"email-not-confirmed": "E-posten din har ikke blitt bekreftet enda, vennligst klikk for å bekrefte din e-post.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Samtalemeldingen er for lang",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Ryktesystemet er deaktivert.",
"downvoting-disabled": "Nedstemming er deaktivert",
"not-enough-reputation-to-downvote": "Du har ikke nok rykte til å nedstemme det innlegget",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Vennligst benytt e-posten din for å logge inn",
"wrong-login-type-username": "Vennligst benytt brukernavnet ditt for å logge inn",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/nb/global.json b/public/language/nb/global.json
index 31141205e8..d2b6a90c7d 100644
--- a/public/language/nb/global.json
+++ b/public/language/nb/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "skrevet i %1 %2",
"posted_in_ago_by": "skrevet i %1 %2 av %3",
- "posted_in_ago_by_guest": "skrevet i %1 %2 av Gjest",
- "replied_ago": "svarte %1",
"user_posted_ago": "%1 skrev %2",
"guest_posted_ago": "Gjest skrev den %1",
- "last_edited_by_ago": "sist endret av %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Ingen nylige innlegg",
"norecenttopics": "Ingen nye emner",
"recentposts": "Seneste innlegg",
diff --git a/public/language/nb/pages.json b/public/language/nb/pages.json
index 453f4934ff..a586c6d11f 100644
--- a/public/language/nb/pages.json
+++ b/public/language/nb/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Populære emner denne måneden",
"popular-alltime": "Mest populære emner for all tid",
"recent": "Nylige emner",
+ "flagged-posts": "Flagged Posts",
"users/online": "Påloggede Brukere",
"users/latest": "Nyeste Brukere",
"users/sort-posts": "Brukere med flest innlegg",
"users/sort-reputation": "Brukere med best rykte",
- "users/map": "Brukerkart",
+ "users/banned": "Banned Users",
"users/search": "Brukersøk",
"notifications": "Varsler",
"tags": "Emneord",
diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json
index 0e3f9c4acb..5a31251834 100644
--- a/public/language/nb/topic.json
+++ b/public/language/nb/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Vennligst registrer deg eller logg inn for å abonnere på denne tråden.",
"markAsUnreadForAll.success": "Tråd markert som ulest for alle.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Overvåk",
"unwatch": "Ikke overvåk",
"watch.title": "Bli varslet om nye svar i dette emnet",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/nb/users.json b/public/language/nb/users.json
index 23898fad37..0cfb6f31fa 100644
--- a/public/language/nb/users.json
+++ b/public/language/nb/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 bruker(e) funnet. Søket tok %2 sekunder.",
"filter-by": "Filtrer etter",
"online-only": "Bare påloggede",
- "picture-only": "Bare bilde",
"invite": "Invitér",
"invitation-email-sent": "En invitasjons-epost ble sendt til %1",
"user_list": "Brukerliste",
@@ -17,5 +16,5 @@
"unread_topics": "Uleste emner",
"categories": "Kategorier",
"tags": "Tagger",
- "map": "Kart"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/nl/error.json b/public/language/nl/error.json
index 9ac1bc2260..6c12e80542 100644
--- a/public/language/nl/error.json
+++ b/public/language/nl/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Ongeldig wachtwoord",
"invalid-username-or-password": "Geef zowel een gebruikersnaam als wachtwoord op",
"invalid-search-term": "Ongeldig zoekopdracht, een of meerdere termen",
- "invalid-pagination-value": "Ongeldig waarde voor paginering",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Gebruikersnaam is al in gebruik ",
"email-taken": "E-mailadres is al eens eerder gebruikt",
"email-not-confirmed": "Het e-mailadres van dit account is nog niet bevestigd. Klik hier om het e-mailadres te bevestigen en de registratie af te ronden.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Het chatbericht is te lang",
"cant-edit-chat-message": "Het is niet toegestaan om dit bericht aan te passen",
"cant-remove-last-user": "Je kan de laatste gebruiker niet verwijderen",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputatie systeem is uitgeschakeld.",
"downvoting-disabled": "Negatief stemmen staat uitgeschakeld.",
"not-enough-reputation-to-downvote": "Dit gebruikersaccount beschikt over onvoldoende reputatie om een negatieve stem uit te mogen brengen.",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Gebruik het e-mailadres voor aanmelden",
"wrong-login-type-username": "Geef de gebruikersnaam voor aanmelden",
"invite-maximum-met": "Je heb het maximum aantal mensen uitgenodigd (%1 van de %2).",
- "no-session-found": "Geen login sessie gevonden!"
+ "no-session-found": "Geen login sessie gevonden!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/nl/global.json b/public/language/nl/global.json
index 92a3a90380..4940d479ec 100644
--- a/public/language/nl/global.json
+++ b/public/language/nl/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "geplaatst in %1 door %2",
"posted_in_ago": "geplaatst in %1 %2",
"posted_in_ago_by": "geplaatst in %1 %2 door %3",
- "posted_in_ago_by_guest": "geplaatst in %1 %2 door gast",
- "replied_ago": "gereageerd %1",
"user_posted_ago": "%1 plaatste %2",
"guest_posted_ago": "Gast plaatste %1",
- "last_edited_by_ago": "voor het laatst aangepast door %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Geen recente berichten",
"norecenttopics": "Geen recente onderwerpen",
"recentposts": "Recente berichten",
diff --git a/public/language/nl/pages.json b/public/language/nl/pages.json
index 0c4a7eb9c5..1e709dec0e 100644
--- a/public/language/nl/pages.json
+++ b/public/language/nl/pages.json
@@ -6,11 +6,12 @@
"popular-month": "De populaire onderwerpen van deze maand",
"popular-alltime": "De populaire onderwerpen",
"recent": "Recente onderwerpen",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Gebruikers",
"users/latest": "Meest recente gebruikers",
"users/sort-posts": "Gebruikers met de meeste berichten",
"users/sort-reputation": "Gebruikers met de meeste reputatie",
- "users/map": "Gebruikersmap",
+ "users/banned": "Banned Users",
"users/search": "Zoek Gebruiker",
"notifications": "Notificaties",
"tags": "Tags",
diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json
index d5c3666bcd..c1202c9e9e 100644
--- a/public/language/nl/topic.json
+++ b/public/language/nl/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Log in or registreer om dit onderwerp te volgen.",
"markAsUnreadForAll.success": "Onderwerp is voor iedereen als 'gelezen' gemarkeerd.",
"mark_unread": "Ongelezen markeren",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Volgen",
"unwatch": "Niet meer volgen",
"watch.title": "Krijg meldingen van nieuwe reacties op dit onderwerp",
@@ -104,7 +105,7 @@
"stale.warning": "Het onderwerp waar je op antwoord is vrij oud. Zou je graag een nieuw onderwerp maken met een referentie naar dit onderwerp in je antwoord?",
"stale.create": "Maak een nieuw onderwerp",
"stale.reply_anyway": "Antwoord toch op dit onderwerp",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Onbeleefd",
"custom-flag-reason": "Geef een reden voor de melding."
diff --git a/public/language/nl/users.json b/public/language/nl/users.json
index 275b0b4d5f..a00d246ab7 100644
--- a/public/language/nl/users.json
+++ b/public/language/nl/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 gebruiker(s) gevonden! Zoekactie duurde %2 seconden.",
"filter-by": "Filter op",
"online-only": "Online ",
- "picture-only": "Alleen een afbeelding",
"invite": "Uitnodigen",
"invitation-email-sent": "Een uitnodiging email is verstuurd naar %1 ",
"user_list": "Ledenlijst",
@@ -17,5 +16,5 @@
"unread_topics": "Ongelezen onderwerpen",
"categories": "Categorieën",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/pl/error.json b/public/language/pl/error.json
index 22baba3f27..1e7438c4a2 100644
--- a/public/language/pl/error.json
+++ b/public/language/pl/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Błędne Hasło",
"invalid-username-or-password": "Proszę podać nazwę użytkownika i hasło",
"invalid-search-term": "Błędne wyszukiwane wyrażenie",
- "invalid-pagination-value": "Błędna wartość paginacji",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Login zajęty",
"email-taken": "Email zajęty",
"email-not-confirmed": "Twój email nie został jeszcze potwierdzony. Proszę kliknąć tutaj by go potwierdzić.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Wiadomość jest zbyt długa",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "System reputacji jest wyłączony.",
"downvoting-disabled": "Negatywna ocena postów jest wyłączona",
"not-enough-reputation-to-downvote": "Masz za mało reputacji, aby negatywnie ocenić ten post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Zaloguj się używając adresu email",
"wrong-login-type-username": "Zaloguj się używając nazwy użytkownika",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/pl/global.json b/public/language/pl/global.json
index 9669da3753..03bd0ac844 100644
--- a/public/language/pl/global.json
+++ b/public/language/pl/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "wysłany w %1 %2",
"posted_in_ago_by": "wysłany w %1 %2 przez %3",
- "posted_in_ago_by_guest": "wysłany w %1 %2 przez Gościa",
- "replied_ago": "odpowiedziano %1",
"user_posted_ago": "%1 wysłał %2",
"guest_posted_ago": "Gość wysłał %1",
- "last_edited_by_ago": "ostatnio zmieniany przez %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Brak ostatnich postów",
"norecenttopics": "Brak Ostatnich Tematów",
"recentposts": "Ostatnie posty",
diff --git a/public/language/pl/pages.json b/public/language/pl/pages.json
index 062e7c369a..a2550c5a43 100644
--- a/public/language/pl/pages.json
+++ b/public/language/pl/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Tematy popularne w tym miesiącu",
"popular-alltime": "Wszystkie popularne tematy",
"recent": "Ostatnie Tematy",
+ "flagged-posts": "Flagged Posts",
"users/online": "Dostępni Użytkownicy",
"users/latest": "Nowi Użytkownicy",
"users/sort-posts": "Użytkownicy z największą liczbą postów",
"users/sort-reputation": "Użytkownicy z najwyższą reputacją",
- "users/map": "Mapa Użytkowników",
+ "users/banned": "Banned Users",
"users/search": "Wyszukiwanie Użytkownków",
"notifications": "Powiadomienia",
"tags": "Tagi",
diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json
index 6ea32ff6ef..6280c7ddd0 100644
--- a/public/language/pl/topic.json
+++ b/public/language/pl/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Zaloguj się, aby subskrybować ten temat.",
"markAsUnreadForAll.success": "Temat oznaczony jako nieprzeczytany dla wszystkich.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Obserwuj",
"unwatch": "Nie obserwuj",
"watch.title": "Otrzymuj powiadomienia o nowych odpowiedziach w tym temacie",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/pl/users.json b/public/language/pl/users.json
index d587a4957e..f21c62380a 100644
--- a/public/language/pl/users.json
+++ b/public/language/pl/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "Znaleziono %1 użytkownik(ów). Szukanie zajęło %2 sek.",
"filter-by": "Filtruj",
"online-only": "Tylko dostępny",
- "picture-only": "Tylko ze zdjęciem",
"invite": "Zaproś",
"invitation-email-sent": "Email z zaproszeniem został wysłany do %1",
"user_list": "Lista Użytkowników",
@@ -17,5 +16,5 @@
"unread_topics": "Nieprzeczytane Tematy",
"categories": "Kategorie",
"tags": "Tagi",
- "map": "Mapa"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json
index 26d04b2dd2..59ae2a5047 100644
--- a/public/language/pt_BR/error.json
+++ b/public/language/pt_BR/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Senha Inválida",
"invalid-username-or-password": "Por favor especifique ambos nome de usuário e senha",
"invalid-search-term": "Termo de pesquisa inválido",
- "invalid-pagination-value": "Valor de paginação inválido",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Nome de usuário já existe",
"email-taken": "Email já cadastrado",
"email-not-confirmed": "O seu email ainda não foi confirmado, por favor clique aqui para confirmar seu email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "A mensagem de chat é muito longa",
"cant-edit-chat-message": "Você não tem permissão para editar esta mensagem",
"cant-remove-last-user": "Você não pode excluir o último usuário",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "O sistema de reputação está desabilitado.",
"downvoting-disabled": "Negativação está desabilitada",
"not-enough-reputation-to-downvote": "Você não possui reputação suficiente para negativar este post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Por favor use seu email para fazer login",
"wrong-login-type-username": "Por favor use o seu nome de usuário para fazer login",
"invite-maximum-met": "Você já convidou o número máximo de pessoas (%1 de %2).",
- "no-session-found": "Nenhuma sessão de login encontrada!"
+ "no-session-found": "Nenhuma sessão de login encontrada!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/pt_BR/global.json b/public/language/pt_BR/global.json
index 6b59e54553..fe803d80f6 100644
--- a/public/language/pt_BR/global.json
+++ b/public/language/pt_BR/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "postado em %1 por %2",
"posted_in_ago": "postado em %1 %2",
"posted_in_ago_by": "postado em %1 %2 por %3",
- "posted_in_ago_by_guest": "postado em %1 %2 por Visitante",
- "replied_ago": "respondeu %1",
"user_posted_ago": "%1 postou %2",
"guest_posted_ago": "Visitante postou %1",
- "last_edited_by_ago": "última vez editado por %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Nenhum Post Recente",
"norecenttopics": "Sem Tópicos Recentes",
"recentposts": "Posts Recentes",
diff --git a/public/language/pt_BR/pages.json b/public/language/pt_BR/pages.json
index f3dc8d1779..cbbecbf80b 100644
--- a/public/language/pt_BR/pages.json
+++ b/public/language/pt_BR/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Tópicos populares deste mês",
"popular-alltime": "Tópicos populares de todos os tempos",
"recent": "Tópicos Recentes",
+ "flagged-posts": "Flagged Posts",
"users/online": "Usuários Online",
"users/latest": "Últimos Usuários",
"users/sort-posts": "Usuários com mais posts",
"users/sort-reputation": "Usuários com maior reputação",
- "users/map": "Mapa de Usuários",
+ "users/banned": "Banned Users",
"users/search": "Pesquisa de Usuários",
"notifications": "Notificações",
"tags": "Tags",
diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json
index d354fa3433..0601402aa0 100644
--- a/public/language/pt_BR/topic.json
+++ b/public/language/pt_BR/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Por favor se cadastre ou entre para assinar à este tópico.",
"markAsUnreadForAll.success": "Tópico marcado como não lido para todos.",
"mark_unread": "Marcar como não lidas",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Acompanhar",
"unwatch": "Desacompanhar",
"watch.title": "Seja notificado sobre novas respostas neste tópico",
@@ -104,7 +105,7 @@
"stale.warning": "O tópico que você está respondendo é bem antigo. Você gostaria de criar um novo tópico ao invés disso, e referenciá-lo em sua resposta?",
"stale.create": "Criar um novo tópico",
"stale.reply_anyway": "Responder à este tópico assim mesmo",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Ofensivo",
"custom-flag-reason": "Informe um motivo para a sinalização"
diff --git a/public/language/pt_BR/users.json b/public/language/pt_BR/users.json
index 63e5b4cbf4..635d5fdb34 100644
--- a/public/language/pt_BR/users.json
+++ b/public/language/pt_BR/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 usuário(s) encontrado(s)! A pesquisa levou %2 segundos.",
"filter-by": "Filtrar Por",
"online-only": "Apenas Online",
- "picture-only": "Apenas foto",
"invite": "Convidar",
"invitation-email-sent": "Um email de convite foi enviado para %1",
"user_list": "Lista de Usuários",
@@ -17,5 +16,5 @@
"unread_topics": "Topicos Não-Lidos",
"categories": "Categorias",
"tags": "Tags",
- "map": "Mapa"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/ro/error.json b/public/language/ro/error.json
index e75c08a521..82407bac70 100644
--- a/public/language/ro/error.json
+++ b/public/language/ro/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Parolă Invalidă",
"invalid-username-or-password": "Te rugăm să specifici atât un nume de utilizator cât si o parolă",
"invalid-search-term": "Cuvânt de căutare invalid",
- "invalid-pagination-value": "Date paginație invalide",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Numele de utilizator este deja folosit",
"email-taken": "Adresa de email este deja folostă",
"email-not-confirmed": "Adresa ta de email nu a fost inca confirmata, click aici ca sa o confirmi.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Sistemul de reputație este dezactivat.",
"downvoting-disabled": "Votarea negativă este dezactivată",
"not-enough-reputation-to-downvote": "Nu ai destulă reputație pentru a vota negativ acest post.",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/ro/global.json b/public/language/ro/global.json
index 0163db3109..280a6dfb2b 100644
--- a/public/language/ro/global.json
+++ b/public/language/ro/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "postat în %1 de %2",
"posted_in_ago": "postat în %1 %2",
"posted_in_ago_by": "postat în %1 %2 de %3",
- "posted_in_ago_by_guest": "postat în %1 %2 de Vizitator",
- "replied_ago": "a răspuns %1",
"user_posted_ago": "%1 a postat %2",
"guest_posted_ago": "Vizitator a postat %1",
- "last_edited_by_ago": "ultima editare de %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Nici un mesaj recent",
"norecenttopics": "Nici un subiect recent",
"recentposts": "Mesaje Recente",
diff --git a/public/language/ro/pages.json b/public/language/ro/pages.json
index f655488915..13a8e26fb1 100644
--- a/public/language/ro/pages.json
+++ b/public/language/ro/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Subiecte Noi",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Notificări",
"tags": "Taguri",
diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json
index e24bd88060..e6186c8225 100644
--- a/public/language/ro/topic.json
+++ b/public/language/ro/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Te rugăm să te înregistrezi sau să te autentifici ca să te poți abona la acest subiect.",
"markAsUnreadForAll.success": "Subiect marcat ca citit pentru toți.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Urmărește",
"unwatch": "Oprire urmărire",
"watch.title": "Abonează-te la notificări legate de acest subiect",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/ro/users.json b/public/language/ro/users.json
index d7a1a72fc4..8f2cf6914c 100644
--- a/public/language/ro/users.json
+++ b/public/language/ro/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invită",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "Listă utilizatori",
@@ -17,5 +16,5 @@
"unread_topics": "Subiecte Necitite",
"categories": "Categorii",
"tags": "Taguri",
- "map": "Hartă"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/ru/error.json b/public/language/ru/error.json
index ef859bdd85..907a8f9f83 100644
--- a/public/language/ru/error.json
+++ b/public/language/ru/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Неверный пароль",
"invalid-username-or-password": "Пожалуйста, укажите и имя пользователя и пароль",
"invalid-search-term": "Неверный поисковой запрос",
- "invalid-pagination-value": "Неверное значение пагинации",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Имя пользователя занято",
"email-taken": "Email занят",
"email-not-confirmed": "Ваш email не подтвержден, нажмите для подтверждения.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Слишком длинное сообщение чата",
"cant-edit-chat-message": "У вас нет доступа для редактирования этого сообщения",
"cant-remove-last-user": "Вы не можете убрать последнего пользователя",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Система репутации отключена.",
"downvoting-disabled": "Понижение оценки отключено",
"not-enough-reputation-to-downvote": "У Вас недостаточно репутации для понижения оценки сообщения",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Пожалуйста, используйте свой E-mail для входа.",
"wrong-login-type-username": "Пожалуйста, используйте своё имя пользователя для входа.",
"invite-maximum-met": "Вы пригласили максимальное количество людей (%1 из %2).",
- "no-session-found": "Сессия входа не найдена!"
+ "no-session-found": "Сессия входа не найдена!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/ru/global.json b/public/language/ru/global.json
index d2be43a7b7..f6f1703c69 100644
--- a/public/language/ru/global.json
+++ b/public/language/ru/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "написал в %1 %2",
"posted_in_ago_by": "%3 написал в %1 %2",
- "posted_in_ago_by_guest": "Гость написал в %1 %2",
- "replied_ago": "ответил %1",
"user_posted_ago": "%1 написал %2",
"guest_posted_ago": "Гость написал %1",
- "last_edited_by_ago": "последнее изменение %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Нет новых сообщений",
"norecenttopics": "Нету новых тем",
"recentposts": "Свежие записи",
diff --git a/public/language/ru/pages.json b/public/language/ru/pages.json
index def5a3b818..61718d5a69 100644
--- a/public/language/ru/pages.json
+++ b/public/language/ru/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Популярные темы этого месяца",
"popular-alltime": "Популярные темы за все время",
"recent": "Последние темы",
+ "flagged-posts": "Flagged Posts",
"users/online": "В сети",
"users/latest": "Новые пользователи",
"users/sort-posts": "Пользователи по кол-ву сообщений",
"users/sort-reputation": "Пользователи по кол-ву репутации",
- "users/map": "Карта пользователей",
+ "users/banned": "Banned Users",
"users/search": "Поиск пользователей",
"notifications": "Уведомления",
"tags": "Теги",
diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json
index dfe25ff7a8..04a3c5894d 100644
--- a/public/language/ru/topic.json
+++ b/public/language/ru/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Пожалуйста зарегистрируйтесь, или войдите под своим аккаунтом, чтобы подписаться на эту тему.",
"markAsUnreadForAll.success": "Тема помечена как непрочитанная для всех.",
"mark_unread": "Отметить как непрочитанное",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Следить",
"unwatch": "Не следить",
"watch.title": "Сообщать мне об ответах в этой теме",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Создать новую тему",
"stale.reply_anyway": "Всё равно ответить в этой теме",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Спам",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/ru/users.json b/public/language/ru/users.json
index 5f3a997f60..6ab7df5038 100644
--- a/public/language/ru/users.json
+++ b/public/language/ru/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "Найдено %1 пользователя(ей). Поиск занял %2 секунд.",
"filter-by": "Сортировать по",
"online-only": "Только онлайн",
- "picture-only": "Только с аватаром",
"invite": "Пригласить",
"invitation-email-sent": "По электронной почте было отправлено приглашение для %1",
"user_list": "Список пользователей",
@@ -17,5 +16,5 @@
"unread_topics": "Непрочитанные темы",
"categories": "Категории",
"tags": "Теги",
- "map": "Карта"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/rw/error.json b/public/language/rw/error.json
index cc8a363323..5584e6b5f3 100644
--- a/public/language/rw/error.json
+++ b/public/language/rw/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Ijambobanga Ntiryemewe",
"invalid-username-or-password": "Tanga izina ukoresha n'ijambobanga",
"invalid-search-term": "Icyashatswe nticyemewe",
- "invalid-pagination-value": "Umubare wa paji watanzwe ntiwemewe",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Izina ryarafashwe mbere",
"email-taken": "Email yarafashwe mbere",
"email-not-confirmed": "Email yawe ntabwo iremezwa. Kanda hano kugirango wemeze email yawe.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Ibijyanye n'itangwa ry'amanota ntibyemerewe. ",
"downvoting-disabled": "Kwambura amanota ntibyemerewe",
"not-enough-reputation-to-downvote": "Ntabwo ufite amanota ahagije ngo ube wakwemererwa kugira uwo wambura amanota",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Koresha email yawe kugirango winjiremo",
"wrong-login-type-username": "Koresha izina ry'umukoresha ryawe kugirango winjiremo",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/rw/global.json b/public/language/rw/global.json
index eb4c293ac1..e543582ea0 100644
--- a/public/language/rw/global.json
+++ b/public/language/rw/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "%2 bishyizwe muri %1",
"posted_in_ago_by": "%2 bishyizwe muri %1 na %3",
- "posted_in_ago_by_guest": "%2 bishyizwe muri %1 na Umushyitsi",
- "replied_ago": "%1 asubije",
"user_posted_ago": "%2 %1 ashyizeho",
"guest_posted_ago": "%1 Umushyitsi ashyizeho",
- "last_edited_by_ago": "%2 bihinduweho na %1",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Nta Biherutseho",
"norecenttopics": "Nta Biganiro Biherutse",
"recentposts": "Ibiherutseho",
diff --git a/public/language/rw/pages.json b/public/language/rw/pages.json
index 7e86499775..26c0ac71e9 100644
--- a/public/language/rw/pages.json
+++ b/public/language/rw/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Ibiganiro Biheruka",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Amatangazo",
"tags": "Ibimenyetso",
diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json
index 82873ee4cd..2f3e53b21d 100644
--- a/public/language/rw/topic.json
+++ b/public/language/rw/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Ba umunyamuryango cyangwa winjiremo niba ushaka kwiyandikisha kuri iki kiganiro. ",
"markAsUnreadForAll.success": "Ikiganiro kigizwe nk'icyasomwe na bose",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Cunga",
"unwatch": "Rekeraho Gucunga",
"watch.title": "Ujye umenyeshwa ibyongerwaho bishya kuri iki kiganiro",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/rw/users.json b/public/language/rw/users.json
index 944183afcb..67afa61e34 100644
--- a/public/language/rw/users.json
+++ b/public/language/rw/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "Habonetse abantu (umuntu) %1! Byatwaye amasegonda %2 gusa.",
"filter-by": "Yungurura Ukurikije",
"online-only": "Abari ku murongo gusa",
- "picture-only": "Ifoto gusa",
"invite": "Tumira",
"invitation-email-sent": "Ubutumire bwa email bwohererejwe %1",
"user_list": "Urutonde rw'Abantu",
@@ -17,5 +16,5 @@
"unread_topics": "Ibiganiro Bitarasomwa",
"categories": "Ibyiciro",
"tags": "Ibimenyetso",
- "map": "Ikarita"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/sc/error.json b/public/language/sc/error.json
index d10734c6ea..ca4533474d 100644
--- a/public/language/sc/error.json
+++ b/public/language/sc/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Invalid Password",
"invalid-username-or-password": "Please specify both a username and password",
"invalid-search-term": "Invalid search term",
- "invalid-pagination-value": "Invalid pagination value",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/sc/global.json b/public/language/sc/global.json
index df66cc0b50..09c4882bd4 100644
--- a/public/language/sc/global.json
+++ b/public/language/sc/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1 %2",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "replied %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "last edited by %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics",
"recentposts": "Ùrtimos Arresonos",
diff --git a/public/language/sc/pages.json b/public/language/sc/pages.json
index 7ffe443741..8af7d8e199 100644
--- a/public/language/sc/pages.json
+++ b/public/language/sc/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Ùrtimas Arresonadas",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Notìficas",
"tags": "Tags",
diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json
index 8067a34872..5dd4e78fa4 100644
--- a/public/language/sc/topic.json
+++ b/public/language/sc/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Pro praghere registra·ti o intra pro sutascrìere custa arresonada.",
"markAsUnreadForAll.success": "Arresonada marcada comente de lèghere pro totus.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Càstia",
"unwatch": "Unwatch",
"watch.title": "Be notified of new replies in this topic",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/sc/users.json b/public/language/sc/users.json
index d96c53ea9c..93913a20a3 100644
--- a/public/language/sc/users.json
+++ b/public/language/sc/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/sk/error.json b/public/language/sk/error.json
index be5e30337e..3ad3058253 100644
--- a/public/language/sk/error.json
+++ b/public/language/sk/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Nesprávne heslo",
"invalid-username-or-password": "Please specify both a username and password",
"invalid-search-term": "Invalid search term",
- "invalid-pagination-value": "Nesprávna hodnota stránkovania",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Užívateľske meno je obsadené",
"email-taken": "Email je obsadený",
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/sk/global.json b/public/language/sk/global.json
index 1e750d3ea8..b3dd3aa13a 100644
--- a/public/language/sk/global.json
+++ b/public/language/sk/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "publikované v %1 %2",
"posted_in_ago_by": "publikované v %1 %2 od %3",
- "posted_in_ago_by_guest": "publikované v %1 %2 od hosťa",
- "replied_ago": "odpovedal %1",
"user_posted_ago": "%1 publikoval %2",
"guest_posted_ago": "Hosť publikoval %1",
- "last_edited_by_ago": "naposledy upravené %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Žiadne posledné príspevky",
"norecenttopics": "Žiadne posledné témy",
"recentposts": "Posledné príspevky",
diff --git a/public/language/sk/pages.json b/public/language/sk/pages.json
index c8db15d258..53d8874789 100644
--- a/public/language/sk/pages.json
+++ b/public/language/sk/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Najnovšie príspevky",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Notifikácie",
"tags": "Tagy",
diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json
index 65041560f2..8096d584e7 100644
--- a/public/language/sk/topic.json
+++ b/public/language/sk/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Prosím Zaregistrujte sa alebo sa Prihláste, aby ste mohli odoberať túto Tému",
"markAsUnreadForAll.success": "Téma označená ako neprečítaná pre všetkých.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Sledovať",
"unwatch": "Unwatch",
"watch.title": "Buďte informovaní o nových odpovediach k tejto téme",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/sk/users.json b/public/language/sk/users.json
index 1de5062fac..73b24c1744 100644
--- a/public/language/sk/users.json
+++ b/public/language/sk/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tagy",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/sl/error.json b/public/language/sl/error.json
index 61266aeb42..a450802630 100644
--- a/public/language/sl/error.json
+++ b/public/language/sl/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Napačno geslo",
"invalid-username-or-password": "Prosimo vpišite uporabniško ime in geslo",
"invalid-search-term": "Napačna iskalna poizvedba",
- "invalid-pagination-value": "Napačna številka strani",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Uporabniško ime je že zasedeno",
"email-taken": "E-mail naslov je že zaseden",
"email-not-confirmed": "Vaš e-mail naslov še ni bil potrjen. Prosimo kliknite tu za potrditev vašega e-mail naslova.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Možnost ugleda je onemogočena.",
"downvoting-disabled": "Negativno glasovanje je onemogočeno",
"not-enough-reputation-to-downvote": "Nimate dovolj ugleda za negativno glasovanje",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Uporabite svoj e-mail naslov za prijavo",
"wrong-login-type-username": "Uporabite svoje uporabniško ime za prijavo",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/sl/global.json b/public/language/sl/global.json
index 6799bc0f61..3f5101bdd4 100644
--- a/public/language/sl/global.json
+++ b/public/language/sl/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "objavljeno v %1 %2",
"posted_in_ago_by": "objavil v %1 %2 kot %3",
- "posted_in_ago_by_guest": "objavil v %1 %2 kot Gost",
- "replied_ago": "odgovorjeno %1",
"user_posted_ago": "%1 objavil %2",
"guest_posted_ago": "Gost je objavil %1",
- "last_edited_by_ago": "nazadnje popravljeno od %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Ni nedavnih objav",
"norecenttopics": "Ni nedavnih tem",
"recentposts": "Zadnje objave",
diff --git a/public/language/sl/pages.json b/public/language/sl/pages.json
index bf03c45612..134a6e6f3e 100644
--- a/public/language/sl/pages.json
+++ b/public/language/sl/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popularne teme tega meseca",
"popular-alltime": "Najbolj popularne teme vseh časov",
"recent": "Zadnje teme",
+ "flagged-posts": "Flagged Posts",
"users/online": "Uporabnikov na strani",
"users/latest": "Zadnji uporabniki",
"users/sort-posts": "Uporabniki z največ objavami",
"users/sort-reputation": "Uporabniki najbolj vredni zaupanja",
- "users/map": "Zemljevid uporabnikov",
+ "users/banned": "Banned Users",
"users/search": "Iskanje uporabnikov",
"notifications": "Obvestila",
"tags": "Oznake",
diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json
index 478e36382c..1d842fe0fb 100644
--- a/public/language/sl/topic.json
+++ b/public/language/sl/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Prosimo prijavite ali registrirajte se za naročanje o tej temi.",
"markAsUnreadForAll.success": "Tema označena kot neprebrana za vse.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Spremljaj",
"unwatch": "Ne spremljaj",
"watch.title": "Bodi obveščen o novih odgovorih v tej temi",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/sl/users.json b/public/language/sl/users.json
index 598573e781..4441c34e62 100644
--- a/public/language/sl/users.json
+++ b/public/language/sl/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 uporabnik(ov) najdenih! Iskanje je potrebovalo %2 sekunde.",
"filter-by": "Filtriraj po",
"online-only": "Samo dosegljivi",
- "picture-only": "Samo s sliko",
"invite": "Povabi",
"invitation-email-sent": "Povabilo je bilo poslano na e-mail naslov %1",
"user_list": "Lista uporabnikov",
@@ -17,5 +16,5 @@
"unread_topics": "Neprebrane teme",
"categories": "Kategorije",
"tags": "Oznake",
- "map": "Zemljevid"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/sr/error.json b/public/language/sr/error.json
index 7b77db430f..e9e7ce0a01 100644
--- a/public/language/sr/error.json
+++ b/public/language/sr/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Неисправна лозинка",
"invalid-username-or-password": "Молимо наведите и корисничко име и лозинку",
"invalid-search-term": "Неисправан упит за претрагу",
- "invalid-pagination-value": "Invalid pagination value",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Корисничко име је заузето",
"email-taken": "Адреса е-поште је заусета",
"email-not-confirmed": "Ваша адреса е-поште жоуш увек није оверена, кликните овде да би сте то учинили.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/sr/global.json b/public/language/sr/global.json
index 358dea5913..aadbb16820 100644
--- a/public/language/sr/global.json
+++ b/public/language/sr/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "постављено у %1 од стране %2",
"posted_in_ago": "постављено у %1 %2",
"posted_in_ago_by": "постављено у %1 %2 од стране %3",
- "posted_in_ago_by_guest": "постављено у %1 %2 од стране Госта",
- "replied_ago": "одговорено %1",
"user_posted_ago": "%1 постављено %2",
"guest_posted_ago": "Гост је поставио %2",
- "last_edited_by_ago": "измењено од стране %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Нема недавних порука",
"norecenttopics": "Нема скорашњих тема",
"recentposts": "Скорашње теме",
diff --git a/public/language/sr/pages.json b/public/language/sr/pages.json
index bb086843f6..e3eae6f34b 100644
--- a/public/language/sr/pages.json
+++ b/public/language/sr/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Скорашње теме",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Обавештења",
"tags": "Ознаке",
diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json
index eb3f4f52f1..cf7b76fc3e 100644
--- a/public/language/sr/topic.json
+++ b/public/language/sr/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Прати",
"unwatch": "Не прати",
"watch.title": "Be notified of new replies in this topic",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/sr/users.json b/public/language/sr/users.json
index c3b9d4aba4..6308354310 100644
--- a/public/language/sr/users.json
+++ b/public/language/sr/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "Нађено је %1 корисника! Претрага је завршена за %2 секунде.",
"filter-by": "Филтрирај према",
"online-only": "Само корисници на вези",
- "picture-only": "Само слике",
"invite": "Позови",
"invitation-email-sent": "Активациони емејл је послат на %1",
"user_list": "Листа корисника",
@@ -17,5 +16,5 @@
"unread_topics": "Непрочитане теме",
"categories": "Категорије",
"tags": "Ознаке",
- "map": "Мапа"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/sv/error.json b/public/language/sv/error.json
index 140db38d19..8f3513edaf 100644
--- a/public/language/sv/error.json
+++ b/public/language/sv/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Ogiltigt lösenord",
"invalid-username-or-password": "Specificera både användarnamn och lösenord",
"invalid-search-term": "Ogiltig sökterm",
- "invalid-pagination-value": "Ogiltigt sidnummer",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Användarnamn upptaget",
"email-taken": "Epostadress upptagen",
"email-not-confirmed": "Din epostadress är ännu inte bekräftad. Klicka här för att bekräfta din epostadress.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chattmeddelande är för långt",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Ryktessystemet är inaktiverat.",
"downvoting-disabled": "Nedröstning är inaktiverat",
"not-enough-reputation-to-downvote": "Du har inte tillräckligt förtroende för att rösta ner det här meddelandet",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Använd din e-post adress för att logga in",
"wrong-login-type-username": "Använd ditt användarnamn för att logga in",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/sv/global.json b/public/language/sv/global.json
index 978b2a3b45..d984b99cc5 100644
--- a/public/language/sv/global.json
+++ b/public/language/sv/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "inskickad i %1 %2",
"posted_in_ago_by": "inskickad i %1 %2 av %3",
- "posted_in_ago_by_guest": "inskickad i %1 %2 av anonym",
- "replied_ago": "besvarad %1",
"user_posted_ago": "%1 skickades in %2",
"guest_posted_ago": "Anonym skickade in %1",
- "last_edited_by_ago": "senast redigerad av %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Inga nya inlägg",
"norecenttopics": "Inga nya ämnen",
"recentposts": "Senaste ämnena",
diff --git a/public/language/sv/pages.json b/public/language/sv/pages.json
index 5cf664730a..1e8f24f5cb 100644
--- a/public/language/sv/pages.json
+++ b/public/language/sv/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Populära ämnen denna månad",
"popular-alltime": "All time popular topics",
"recent": "Senaste ämnena",
+ "flagged-posts": "Flagged Posts",
"users/online": "Användare online",
"users/latest": "Senaste Användare",
"users/sort-posts": "Användare med flest inlägg",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "Användar Karta",
+ "users/banned": "Banned Users",
"users/search": "Användar Sök",
"notifications": "Notiser",
"tags": "Etiketter",
diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json
index e2a1292067..119caa86e5 100644
--- a/public/language/sv/topic.json
+++ b/public/language/sv/topic.json
@@ -35,6 +35,7 @@
"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.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Bevaka",
"unwatch": "Sluta bevaka",
"watch.title": "Få notis om nya svar till det här ämnet",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/sv/users.json b/public/language/sv/users.json
index 5acd1b0f84..29f91b76c0 100644
--- a/public/language/sv/users.json
+++ b/public/language/sv/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 användare hittades! Sökningen tog %2 sekunder.",
"filter-by": "Filtrera på",
"online-only": "Endast online",
- "picture-only": "Endast bild",
"invite": "Bjud in",
"invitation-email-sent": "En inbjudan har skickats till %1",
"user_list": "Användarlista",
@@ -17,5 +16,5 @@
"unread_topics": "Olästa ämnen",
"categories": "Kategorier",
"tags": "Märkord",
- "map": "Karta"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/th/error.json b/public/language/th/error.json
index 30196c1289..7d046a412b 100644
--- a/public/language/th/error.json
+++ b/public/language/th/error.json
@@ -14,7 +14,7 @@
"invalid-password": "รหัสผ่านไม่ถูกต้อง",
"invalid-username-or-password": "กรุณาระบุชื่อผู้ใช้และรหัสผ่าน",
"invalid-search-term": "ข้อความค้นหาไม่ถูกต้อง",
- "invalid-pagination-value": "Invalid pagination value",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "ชื่อผู้ใช้นี้มีการใช้แล้ว",
"email-taken": "อีเมลนี้มีการใช้แล้ว",
"email-not-confirmed": "ยังไม่มีการยืนยันอีเมลของคุณ, โปรดกดยืนยันอีเมลของคุณตรงนี้",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/th/global.json b/public/language/th/global.json
index 951b3d1c78..f655109acb 100644
--- a/public/language/th/global.json
+++ b/public/language/th/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1 %2",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "replied %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "last edited by %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "ไม่มีกระทู้ล่าสุด",
"norecenttopics": "ไม่มีกระทู้ล่าสุด",
"recentposts": "กระทู้ล่าสุด",
diff --git a/public/language/th/pages.json b/public/language/th/pages.json
index 3352377ae0..5534337e1e 100644
--- a/public/language/th/pages.json
+++ b/public/language/th/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "กระทู้ล่าสุด",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "แจ้งเตือน",
"tags": "Tags",
diff --git a/public/language/th/topic.json b/public/language/th/topic.json
index a7b41995ac..6e979ef48c 100644
--- a/public/language/th/topic.json
+++ b/public/language/th/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "กรุณาลงทะเบียนหรือเข้าสู่ระบบเพื่อที่จะติดตามกระทู้นี้",
"markAsUnreadForAll.success": "ทำเครื่องหมายว่ายังไม่ได้อ่านทั้งหมด",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "ติดตาม",
"unwatch": "ยังไม่ได้ติดตาม",
"watch.title": "ให้แจ้งเตือนเมื่อมีการตอบกลับ Topic นี้",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/th/users.json b/public/language/th/users.json
index cdeb6d897a..a3f7bcb85e 100644
--- a/public/language/th/users.json
+++ b/public/language/th/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/tr/error.json b/public/language/tr/error.json
index 04704bf936..3e9a52baef 100644
--- a/public/language/tr/error.json
+++ b/public/language/tr/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Geçersiz Şifre",
"invalid-username-or-password": "Lütfen kullanıcı ismi ve parola girin.",
"invalid-search-term": "Geçersiz arama",
- "invalid-pagination-value": "Geçersiz Sayfa Değeri",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Kullanıcı İsmi Alınmış",
"email-taken": "E-posta Alınmış",
"email-not-confirmed": "E-postanız onaylanmamış, onaylamak için lütfen buraya tıklayın.",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Sohbet mesajı çok uzun",
"cant-edit-chat-message": "Bu mesajı düzenlemek için izin verilmez",
"cant-remove-last-user": "Son kullanıcıyı silemezsiniz",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Saygınlık sistemi kapatılmış.",
"downvoting-disabled": "Aşagı oylama kapatılmış",
"not-enough-reputation-to-downvote": "Bu iletiyi aşagı oylamak için yeterince saygınlığınız yok.",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Lütfen giriş için e-posta adresinizi kullanın",
"wrong-login-type-username": "Lütfen giriş için kullanıcı adınızı kullanın",
"invite-maximum-met": "Sen maksimum miktarda insanı davet ettin (%2 üzerinden %1).",
- "no-session-found": "Giriş yapılmış bir oturum bulunamadı!"
+ "no-session-found": "Giriş yapılmış bir oturum bulunamadı!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/tr/global.json b/public/language/tr/global.json
index f5fe31c00b..7c99284277 100644
--- a/public/language/tr/global.json
+++ b/public/language/tr/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "%2 tarafından %1 yayınlandı",
"posted_in_ago": "%1 içinde %2 yayımlandı",
"posted_in_ago_by": "%1 içinde %3 tarafından %2 yayımlandı",
- "posted_in_ago_by_guest": "%1 içinde Ziyaretçi tarafından %2 yayımlandı",
- "replied_ago": "%1 yanıtlandı",
"user_posted_ago": "%1 %2 yayımladı",
"guest_posted_ago": "Ziyaretçi %1 yayımladı",
- "last_edited_by_ago": "en son %1 tarafından %2 düzenlendi",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Güncel İletiler Yok",
"norecenttopics": "Güncel Başlıklar Yok",
"recentposts": "Güncel İletiler",
diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json
index 6a6e9da7c9..5f6856b98f 100644
--- a/public/language/tr/pages.json
+++ b/public/language/tr/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Bu ayki popüler başlıklar",
"popular-alltime": "En popüler başlıklar",
"recent": "Güncel Konular",
+ "flagged-posts": "Flagged Posts",
"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",
"users/sort-reputation": "En çok saygınlığı olan kullanıcılar",
- "users/map": "Kullanıcı Haritası",
+ "users/banned": "Banned Users",
"users/search": "Kullanıcı Ara",
"notifications": "Bildirimler",
"tags": "Etiketler",
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index 9d22dbfbcf..b6616f0624 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Lütfen bu iletiyi başlığa üye olmak için giriş yapın.",
"markAsUnreadForAll.success": "Başlık herkes için okunmadı olarak işaretlendi.",
"mark_unread": "Okunmadı olarak işaretle",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "İzle",
"unwatch": "İzleme",
"watch.title": "Bu başlığa gelen yeni iletilerden haberdar ol",
@@ -104,7 +105,7 @@
"stale.warning": "Yanıtlamak istediğin konu oldukca eskidir. Bu konuya referans oluşturacak yeni bir konu oluşturmak ister misin?",
"stale.create": "Yeni bir başlık yarat",
"stale.reply_anyway": "Bu konuyu cevapla",
- "stale.link_back": "Cevap: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Gereksiz",
"offensive": "Saldırgan",
"custom-flag-reason": "Şikayetinizin nedenini girin"
diff --git a/public/language/tr/users.json b/public/language/tr/users.json
index 00c8b00be9..b4b5afe4e4 100644
--- a/public/language/tr/users.json
+++ b/public/language/tr/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 kullanıcı(lar) bulundu! Arama %2 saniye sürdü.",
"filter-by": "Şu şekilde filtrele",
"online-only": "Sadece çevrimiçi",
- "picture-only": "Sadece resim",
"invite": "Davet et",
"invitation-email-sent": "%1'e bir davet maili gönderildi",
"user_list": "Kullanıcı Listesi",
@@ -17,5 +16,5 @@
"unread_topics": "Okunmamış Başlıklar",
"categories": "Kategoriler",
"tags": "Etiketler",
- "map": "Harita"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/vi/error.json b/public/language/vi/error.json
index 1b4aa88b32..2d3f6d74dc 100644
--- a/public/language/vi/error.json
+++ b/public/language/vi/error.json
@@ -14,7 +14,7 @@
"invalid-password": "Mật khẩu không hợp lệ",
"invalid-username-or-password": "Xin hãy nhập cả tên đăng nhập và mật khẩu",
"invalid-search-term": "Từ khóa không hợp lệ",
- "invalid-pagination-value": "Số trang không hợp lệ",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "Tên đăng nhập đã tồn tại",
"email-taken": "Email đã được đăng kí",
"email-not-confirmed": "Email của bạn chưa được xác nhận, xin hãy nhấn vào đây để xác nhận địa chỉ này là của bạn",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "Hệ thống tín nhiệm đã bị vô hiệu hóa.",
"downvoting-disabled": "Downvote đã bị tắt",
"not-enough-reputation-to-downvote": "Bạn không có đủ phiếu tín nhiệm để downvote bài này",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/vi/global.json b/public/language/vi/global.json
index afe9dfa539..55d850c49d 100644
--- a/public/language/vi/global.json
+++ b/public/language/vi/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "được đăng trong %1 %2",
"posted_in_ago_by": "Đã viết trong %1 %2 bởi %3",
- "posted_in_ago_by_guest": "Đã viết trong %1 %2 bởi Khách",
- "replied_ago": "Đã trả lời %1",
"user_posted_ago": "%1 đã viết %2",
"guest_posted_ago": "Khách đã viết %1",
- "last_edited_by_ago": "Được chỉnh sửa lần cuối bởi %1 %2",
+ "last_edited_by": "last edited by %1",
"norecentposts": "Không có bài viết nào gần đây",
"norecenttopics": "Không có chủ đề gần đây",
"recentposts": "Số bài viết gần đây",
diff --git a/public/language/vi/pages.json b/public/language/vi/pages.json
index 2e0a832280..ea0217f9aa 100644
--- a/public/language/vi/pages.json
+++ b/public/language/vi/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Chủ đề gần đây",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "Thông báo",
"tags": "Tags",
diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json
index 25aead85cd..0248c39aad 100644
--- a/public/language/vi/topic.json
+++ b/public/language/vi/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "Xin hãy đăng ký hoặc đăng nhập để theo dõi topic này",
"markAsUnreadForAll.success": "Chủ đề đã được đánh dấu là chưa đọc toàn bộ",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "Theo dõi",
"unwatch": "Ngừng theo dõi",
"watch.title": "Được thông báo khi có trả lời mới trong chủ đề này",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/vi/users.json b/public/language/vi/users.json
index 9da6a2e3f1..adf12ca433 100644
--- a/public/language/vi/users.json
+++ b/public/language/vi/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By",
"online-only": "Online only",
- "picture-only": "Picture only",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json
index 35d83301ad..730af9e35d 100644
--- a/public/language/zh_CN/error.json
+++ b/public/language/zh_CN/error.json
@@ -14,7 +14,7 @@
"invalid-password": "无效密码",
"invalid-username-or-password": "请确认用户名和密码",
"invalid-search-term": "无效的搜索关键字",
- "invalid-pagination-value": "无效页码",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "此用户名已被占用",
"email-taken": "此电子邮箱已被占用",
"email-not-confirmed": "您的电子邮箱尚未确认,请点击这里确认您的电子邮箱。",
@@ -83,6 +83,7 @@
"chat-message-too-long": "聊天信息太长",
"cant-edit-chat-message": "您不能编辑这条信息",
"cant-remove-last-user": "您不能移除这个用户",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "威望系统已禁用。",
"downvoting-disabled": "扣分功能已禁用",
"not-enough-reputation-to-downvote": "您的威望不足以给此帖扣分",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "请输入您的电子邮箱地址登录",
"wrong-login-type-username": "请输入您的用户名登录",
"invite-maximum-met": "您的邀请人数超出了上限 (%1 超过了 %2)。",
- "no-session-found": "未登录!"
+ "no-session-found": "未登录!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json
index 1c42f1a5a3..0b11cde25a 100644
--- a/public/language/zh_CN/global.json
+++ b/public/language/zh_CN/global.json
@@ -3,8 +3,8 @@
"search": "搜索",
"buttons.close": "关闭",
"403.title": "禁止访问",
- "403.message": "您遇到了没有权限访问的页面。",
- "403.login": "或许您应该 试试登录?",
+ "403.message": "你似乎没有访问此页面的权限。",
+ "403.login": "或许您应该先 登录试试?",
"404.title": "未找到",
"404.message": "您访问的页面不存在。返回首页。",
"500.title": "内部错误。",
@@ -22,7 +22,7 @@
"pagination.out_of": "%1 / %2",
"pagination.enter_index": "输入索引",
"header.admin": "管理",
- "header.categories": "版面",
+ "header.categories": "版块",
"header.recent": "最新",
"header.unread": "未读",
"header.tags": "话题",
@@ -63,11 +63,9 @@
"posted_in_by": "%2 发布于 %1",
"posted_in_ago": "于 %2 发布到 %1 版",
"posted_in_ago_by": "%3 于 %1 发布到 %2",
- "posted_in_ago_by_guest": "游客于 %1 发布到 %2",
- "replied_ago": "回复于 %1",
"user_posted_ago": "%1 发布于 %2",
"guest_posted_ago": "游客发布于 %1",
- "last_edited_by_ago": "%1 于 %2 编辑了帖子",
+ "last_edited_by": "last edited by %1",
"norecentposts": "暂无新帖",
"norecenttopics": "暂无新主题",
"recentposts": "新帖",
diff --git a/public/language/zh_CN/pages.json b/public/language/zh_CN/pages.json
index 410cbe11ae..1b8ffa7227 100644
--- a/public/language/zh_CN/pages.json
+++ b/public/language/zh_CN/pages.json
@@ -6,11 +6,12 @@
"popular-month": "当月热门话题",
"popular-alltime": "热门主题",
"recent": "最新主题",
+ "flagged-posts": "Flagged Posts",
"users/online": "在线会员",
"users/latest": "最新会员",
"users/sort-posts": "最多发帖的会员",
"users/sort-reputation": "最多积分的会员",
- "users/map": "会员地图",
+ "users/banned": "Banned Users",
"users/search": "会员搜索",
"notifications": "提醒",
"tags": "话题",
diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json
index 25f8710b8a..eb76dc0eaf 100644
--- a/public/language/zh_CN/topic.json
+++ b/public/language/zh_CN/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "请注册或登录后,再订阅此主题。",
"markAsUnreadForAll.success": "将全部主题标为未读。",
"mark_unread": "标记为未读",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "关注",
"unwatch": "取消关注",
"watch.title": "当此主题有新回复时,通知我",
@@ -104,7 +105,7 @@
"stale.warning": "您回复的主题已经非常老了。开个新帖,然后在新帖中引用这个老帖的内容,可以吗?",
"stale.create": "创建新主题",
"stale.reply_anyway": "仍然回复此帖",
- "stale.link_back": "回复: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "垃圾帖",
"offensive": "人身攻击",
"custom-flag-reason": "输入举报原因"
diff --git a/public/language/zh_CN/users.json b/public/language/zh_CN/users.json
index 1f970cb15f..51e8d6d3d9 100644
--- a/public/language/zh_CN/users.json
+++ b/public/language/zh_CN/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "找到 %1 位用户!耗时 %2 毫秒。",
"filter-by": "过滤选项",
"online-only": "只看在线",
- "picture-only": "只看图片",
"invite": "邀请注册",
"invitation-email-sent": "已发送邀请给 %1",
"user_list": "会员列表",
@@ -17,5 +16,5 @@
"unread_topics": "未读主题",
"categories": "版面",
"tags": "话题",
- "map": "地图"
+ "no-users-found": "No users found!"
}
\ No newline at end of file
diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json
index e044f4fa43..c36a4ed0bb 100644
--- a/public/language/zh_TW/error.json
+++ b/public/language/zh_TW/error.json
@@ -14,7 +14,7 @@
"invalid-password": "無效的密碼",
"invalid-username-or-password": "請指定用戶名和密碼",
"invalid-search-term": "無效的搜索字詞",
- "invalid-pagination-value": "無效的分頁數值",
+ "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
"username-taken": "該使用者名稱已被使用",
"email-taken": "該信箱已被使用",
"email-not-confirmed": "您的電郵尚未得到確認,請點擊此處確認您的電子郵件。",
@@ -83,6 +83,7 @@
"chat-message-too-long": "Chat message is too long",
"cant-edit-chat-message": "You are not allowed to edit this message",
"cant-remove-last-user": "You can't remove the last user",
+ "cant-delete-chat-message": "You are not allowed to delete this message",
"reputation-system-disabled": "信譽系統已停用。",
"downvoting-disabled": "Downvoting已停用",
"not-enough-reputation-to-downvote": "你沒有足夠的信譽downvote這個帖子",
@@ -94,5 +95,6 @@
"wrong-login-type-email": "請使用您的電子郵件進行登錄",
"wrong-login-type-username": "請使用您的使用者名稱進行登錄",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
- "no-session-found": "No login session found!"
+ "no-session-found": "No login session found!",
+ "not-in-room": "User not in room"
}
\ No newline at end of file
diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json
index 7792a1963a..82d1ff0589 100644
--- a/public/language/zh_TW/global.json
+++ b/public/language/zh_TW/global.json
@@ -63,11 +63,9 @@
"posted_in_by": "posted in %1 by %2",
"posted_in_ago": "posted in %1",
"posted_in_ago_by": "posted in %1 %2 by %3",
- "posted_in_ago_by_guest": "posted in %1 %2 by Guest",
- "replied_ago": "回覆 %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "最後由 %1 %2 所編輯",
+ "last_edited_by": "last edited by %1",
"norecentposts": "最近沒新文章",
"norecenttopics": "最近沒新主題",
"recentposts": "最近的文章",
diff --git a/public/language/zh_TW/pages.json b/public/language/zh_TW/pages.json
index c9d53693d5..be4eda4d90 100644
--- a/public/language/zh_TW/pages.json
+++ b/public/language/zh_TW/pages.json
@@ -6,11 +6,12 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "近期的主題",
+ "flagged-posts": "Flagged Posts",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
- "users/map": "User Map",
+ "users/banned": "Banned Users",
"users/search": "User Search",
"notifications": "新訊息通知",
"tags": "標籤",
diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json
index af8b24ef3d..39184aa828 100644
--- a/public/language/zh_TW/topic.json
+++ b/public/language/zh_TW/topic.json
@@ -35,6 +35,7 @@
"login_to_subscribe": "請先註冊或登錄, 才可訂閱此主題.",
"markAsUnreadForAll.success": "將全部的主題設為未讀.",
"mark_unread": "Mark unread",
+ "mark_unread.success": "Topic marked as unread.",
"watch": "關注",
"unwatch": "取消關注",
"watch.title": "當主題有新回覆時將收到通知",
@@ -104,7 +105,7 @@
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",
"stale.reply_anyway": "Reply to this topic anyway",
- "stale.link_back": "Re: [%1](%2)",
+ "link_back": "Re: [%1](%2)",
"spam": "Spam",
"offensive": "Offensive",
"custom-flag-reason": "Enter a flagging reason"
diff --git a/public/language/zh_TW/users.json b/public/language/zh_TW/users.json
index 783eb62781..9d42c05416 100644
--- a/public/language/zh_TW/users.json
+++ b/public/language/zh_TW/users.json
@@ -8,7 +8,6 @@
"users-found-search-took": "發現 %1 用戶!搜尋只用 %2 秒。",
"filter-by": "Filter By",
"online-only": "線上僅有",
- "picture-only": "圖片僅有",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
@@ -17,5 +16,5 @@
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
- "map": "Map"
+ "no-users-found": "No users found!"
}
\ No newline at end of file