diff --git a/public/language/ar/error.json b/public/language/ar/error.json
index 56d314dbfe..d1c85af983 100644
--- a/public/language/ar/error.json
+++ b/public/language/ar/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "اسم المجموعة قصير",
"group-already-exists": "المجموعة موجودة مسبقا",
"group-name-change-not-allowed": "لايسمح بتغيير أسماء المجموعات",
- "group-already-member": "أنت بالفعل عضو في هذه المجموعة ",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "هذه المجموعة تتطلب مالك واحد على اﻷقل",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/ar/groups.json b/public/language/ar/groups.json
index cde387b1f1..a4405b6bab 100644
--- a/public/language/ar/groups.json
+++ b/public/language/ar/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "اسحب وأسقِط صورة، اسحبها للموضع المرغوب، وانقر على حفظ",
- "cover-change": "تغيير",
"cover-save": "حفظ",
"cover-saving": "جاري الحفظ",
"details.title": "تفاصيل المجموعة",
diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json
index 3a3537fee0..d2ede1b1ca 100644
--- a/public/language/ar/modules.json
+++ b/public/language/ar/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "هل أنت متأكد أنك تريد التخلي عن التغييرات؟",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "إلغاء",
"bootbox.confirm": "تأكيد"
diff --git a/public/language/ar/notifications.json b/public/language/ar/notifications.json
index 17b4003a79..58c61fa9b4 100644
--- a/public/language/ar/notifications.json
+++ b/public/language/ar/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "لديك تنبيهات غير مقروءة.",
"new_message_from": "رسالة جديدة من %1",
"upvoted_your_post_in": "%1 أضاف صوتًا إيجابيا إلى مشاركتك في %2.",
- "moved_your_post": "%1 نقل مشاركتك.",
- "moved_your_topic": "%1 نقل موضوعك.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 أضاف مشاركتك في %2 إلى مفضلته.",
"user_flagged_post_in": "%1 أشعَرَ بمشاركة مخلة في %2",
"user_posted_to": "%1 أضاف ردا إلى: %2",
diff --git a/public/language/ar/pages.json b/public/language/ar/pages.json
index 4d971ead7e..7d5df99ff9 100644
--- a/public/language/ar/pages.json
+++ b/public/language/ar/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json
index 63bb7c2427..b05a0f631f 100644
--- a/public/language/ar/topic.json
+++ b/public/language/ar/topic.json
@@ -27,7 +27,6 @@
"locked": "مقفل",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "إشعار بمشاركة مخلة.",
- "flag_confirm": "هل تريد حقًّا التبليغ بهذه المشاركة؟",
"flag_success": "تم الإشعار بهذه المشاركة على أنها مخلة",
"deleted_message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.",
"following_topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "من الأقدم إلى الأحدث",
"newest_to_oldest": "من الأحدث إلى الأقدم",
"most_votes": "الأكثر تصويتًا",
- "most_posts": "اﻷكثر رداً"
+ "most_posts": "اﻷكثر رداً",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/ar/user.json b/public/language/ar/user.json
index c5f87ff00f..cf250d8041 100644
--- a/public/language/ar/user.json
+++ b/public/language/ar/user.json
@@ -28,7 +28,6 @@
"following": "يتابع",
"aboutme": "معلومة عنك او السيرة الذاتية",
"signature": "توقيع",
- "gravatar": "Gravatar",
"birthday": "عيد ميلاد",
"chat": "محادثة",
"follow": "تابع",
@@ -36,7 +35,10 @@
"more": "المزيد",
"profile_update_success": "تم تحديث الملف الشخصي بنجاح",
"change_picture": "تغيير الصورة",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "تعديل",
+ "default_picture": "Default Icon",
"uploaded_picture": "الصورة المرفوعة",
"upload_new_picture": "رفع صورة جديدة",
"upload_new_picture_from_url": "رفع صورة جديدة من رابط",
diff --git a/public/language/bg/error.json b/public/language/bg/error.json
index f72c7dbd95..bed18662f0 100644
--- a/public/language/bg/error.json
+++ b/public/language/bg/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Името на групата е твърде кратко",
"group-already-exists": "Вече съществува такава група",
"group-name-change-not-allowed": "Промяната на името на групата не е разрешено",
- "group-already-member": "Вече сте част от тази група",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Тази група се нуждае от поне един собственик",
"group-already-invited": "Този потребител вече е бил поканен",
"group-already-requested": "Вашата заявка за членство вече е била изпратена",
diff --git a/public/language/bg/groups.json b/public/language/bg/groups.json
index 8545d86acd..f802c27c09 100644
--- a/public/language/bg/groups.json
+++ b/public/language/bg/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Вие бяхте поканен/а да се присъедините към %1",
"request.notification_title": "Заявка за членство в групата от %1",
"request.notification_text": "%1 поиска да стане член на %2",
- "cover-instructions": "Плъзнете снимка, наместете я в предпочитаната позиция и натистнете Запазване",
- "cover-change": "Промяна",
"cover-save": "Запазване",
"cover-saving": "Запазване",
"details.title": "Подробности за групата",
diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json
index 131ccb77ac..21cb2575aa 100644
--- a/public/language/bg/modules.json
+++ b/public/language/bg/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Сигурни ли сте, че искате да отхвърлите тази публикация?",
"composer.submit_and_lock": "Публикуване и заключване",
"composer.toggle_dropdown": "Превключване на падащото меню",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "Добре",
"bootbox.cancel": "Отказ",
"bootbox.confirm": "Потвърждаване"
diff --git a/public/language/bg/notifications.json b/public/language/bg/notifications.json
index ac6145c1e5..13692fc150 100644
--- a/public/language/bg/notifications.json
+++ b/public/language/bg/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Имате непрочетени известия",
"new_message_from": "Ново съобщение от %1",
"upvoted_your_post_in": "%1 гласува положително за Ваша публикация в %2.",
- "moved_your_post": "%1 премести Ваша публикация.",
- "moved_your_topic": "%1 премести Ваша тема.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 отбеляза Ваша публикация в %2 като любима.",
"user_flagged_post_in": "%1 докладва Ваша публикация в %2",
"user_posted_to": "%1 публикува отговор на: %2",
diff --git a/public/language/bg/pages.json b/public/language/bg/pages.json
index e529a8e386..5dd377cc0f 100644
--- a/public/language/bg/pages.json
+++ b/public/language/bg/pages.json
@@ -24,6 +24,9 @@
"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/following": "Хора, които %1 следва",
"account/followers": "Хора, които следват %1",
"account/posts": "Публикации от %1",
diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json
index d19e9a454e..afd309adc1 100644
--- a/public/language/bg/topic.json
+++ b/public/language/bg/topic.json
@@ -27,7 +27,6 @@
"locked": "Заключена",
"bookmark_instructions": "Натиснете тук, за да се върнете на последната непрочетена публикация в тази тема.",
"flag_title": "Докладване на тази публикация до модератор",
- "flag_confirm": "Сигурни ли сте, че искате да докладвате тази публикация?",
"flag_success": "Тази публикация е била докладвана до модератор.",
"deleted_message": "Тази тема е била изтрита. Само потребители с права за управление на темите могат да я видят.",
"following_topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Първо най-старите",
"newest_to_oldest": "Първо най-новите",
"most_votes": "Най-много гласове",
- "most_posts": "Най-много публикации"
+ "most_posts": "Най-много публикации",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/bg/user.json b/public/language/bg/user.json
index adc8e26823..bd17012433 100644
--- a/public/language/bg/user.json
+++ b/public/language/bg/user.json
@@ -28,7 +28,6 @@
"following": "Следва",
"aboutme": "За мен",
"signature": "Подпис",
- "gravatar": "Граватар",
"birthday": "Рождена дата",
"chat": "Разговор",
"follow": "Следване",
@@ -36,7 +35,10 @@
"more": "Още",
"profile_update_success": "Профилът беше обновен успешно!",
"change_picture": "Промяна на снимката",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Редактиране",
+ "default_picture": "Default Icon",
"uploaded_picture": "Качена снимка",
"upload_new_picture": "Качване на нова снимка",
"upload_new_picture_from_url": "Качване на нова снимка от адрес",
diff --git a/public/language/bn/error.json b/public/language/bn/error.json
index 3d18111c11..8b4df4533a 100644
--- a/public/language/bn/error.json
+++ b/public/language/bn/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "গ্রুপের নাম খুব ছোট",
"group-already-exists": "গ্রুপ ইতিমধ্যেই বিদ্যমান",
"group-name-change-not-allowed": "গ্রুপের নাম পরিবর্তনের অনুমতি নেই",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/bn/groups.json b/public/language/bn/groups.json
index 0441c246a1..1bd1d15b59 100644
--- a/public/language/bn/groups.json
+++ b/public/language/bn/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "গ্রুপের বিস্তারিত",
diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json
index 72e5326965..4c586d7150 100644
--- a/public/language/bn/modules.json
+++ b/public/language/bn/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "আপনি কি নিশ্চিত যে আপনি এই পোস্ট বাতিল করতে ইচ্ছুক?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/bn/notifications.json b/public/language/bn/notifications.json
index d3038c27ed..b9a010b79e 100644
--- a/public/language/bn/notifications.json
+++ b/public/language/bn/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "আপনার অপঠিত বিজ্ঞপ্তি আছে।",
"new_message_from": "%1 থেকে নতুন বার্তা",
"upvoted_your_post_in": "%1 , %2 এ আপানার পোষ্টকে আপভোট করেছেন। ",
- "moved_your_post": "%1 আপনার পোষ্ট সরিয়ে নিয়েছেন। ",
- "moved_your_topic": "%1 আপনার টপিক সরিয়ে নিয়েছেন। ",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 একটি উত্তর দিয়েছেন: %2",
diff --git a/public/language/bn/pages.json b/public/language/bn/pages.json
index 47c1f09f0b..c58fe8e206 100644
--- a/public/language/bn/pages.json
+++ b/public/language/bn/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json
index d2e394ccb9..79efe5eab8 100644
--- a/public/language/bn/topic.json
+++ b/public/language/bn/topic.json
@@ -27,7 +27,6 @@
"locked": "বন্ধ",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "মডারেশনের জন্য এই পোস্টটি ফ্ল্যাগ করুন",
- "flag_confirm": "আপনি কি নিশ্চিত যে এই পোস্টটিকে আপনি ফ্ল্যাগ করতে চান? ",
"flag_success": "এই পোস্টটি মডারেশনের জন্য ফ্ল্যাগ করা হয়েছে।",
"deleted_message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।",
"following_topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।",
@@ -96,5 +95,9 @@
"oldest_to_newest": "পুরাতন থেকে নতুন",
"newest_to_oldest": "নতুন থেকে পুরাতন",
"most_votes": "সর্বোচ্চ ভোট",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/bn/user.json b/public/language/bn/user.json
index b3125d851a..86cf55a902 100644
--- a/public/language/bn/user.json
+++ b/public/language/bn/user.json
@@ -28,7 +28,6 @@
"following": "যারা আপনাকে অনুসরণ করছে",
"aboutme": "About me",
"signature": "স্বাক্ষর",
- "gravatar": "গ্রাভাতার",
"birthday": "জন্মদিন",
"chat": "বার্তালাপ",
"follow": "অনুসরন করুন",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "প্রোফাইল আপডেট সফল হয়েছে",
"change_picture": "ছবি পরিবর্তন",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "সম্পাদনা",
+ "default_picture": "Default Icon",
"uploaded_picture": "ছবি আপলোড করুন",
"upload_new_picture": "নতুন ছবি আপলোড করুন",
"upload_new_picture_from_url": "URL থেকে নতুন ছবি আপলোড করুন",
diff --git a/public/language/cs/error.json b/public/language/cs/error.json
index 86b9cc79be..34b9348c5a 100644
--- a/public/language/cs/error.json
+++ b/public/language/cs/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Název skupiny je příliš krátký",
"group-already-exists": "Skupina už exstuje",
"group-name-change-not-allowed": "Změna názvu skupiny není povolena",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/cs/groups.json b/public/language/cs/groups.json
index 50e9f05d0b..2dbcf0a0fc 100644
--- a/public/language/cs/groups.json
+++ b/public/language/cs/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "podrobnosti skupiny",
diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json
index d848c4321a..43d2a86062 100644
--- a/public/language/cs/modules.json
+++ b/public/language/cs/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Are you sure you wish to discard this post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/cs/notifications.json b/public/language/cs/notifications.json
index 623eaf1ff3..e8d81cca53 100644
--- a/public/language/cs/notifications.json
+++ b/public/language/cs/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "You have unread notifications.",
"new_message_from": "New message from %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 has posted a reply to: %2",
diff --git a/public/language/cs/pages.json b/public/language/cs/pages.json
index ebf02ba2c9..aaac91795a 100644
--- a/public/language/cs/pages.json
+++ b/public/language/cs/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json
index 05e61bdf6d..27915ee85f 100644
--- a/public/language/cs/topic.json
+++ b/public/language/cs/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Flag this post for moderation",
- "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/cs/user.json b/public/language/cs/user.json
index 1a2dfe2ceb..1b343eed25 100644
--- a/public/language/cs/user.json
+++ b/public/language/cs/user.json
@@ -28,7 +28,6 @@
"following": "Sleduje",
"aboutme": "O mně",
"signature": "Podpis",
- "gravatar": "Gravatar",
"birthday": "Datum narození",
"chat": "Chat",
"follow": "Sledovat",
@@ -36,7 +35,10 @@
"more": "Více",
"profile_update_success": "Profil byl úspěšně aktualizován!",
"change_picture": "Změnit obrázek",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Upravit",
+ "default_picture": "Default Icon",
"uploaded_picture": "Nahraný obrázek",
"upload_new_picture": "Nahrát nový obrázek",
"upload_new_picture_from_url": "Nahrát nový obrázek z URL",
diff --git a/public/language/da/error.json b/public/language/da/error.json
index b3e8ccce2c..97668d0489 100644
--- a/public/language/da/error.json
+++ b/public/language/da/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Gruppe navn for kort",
"group-already-exists": "Gruppen eksisterer allerede",
"group-name-change-not-allowed": "Ændring af gruppe navn er ikke tilladt",
- "group-already-member": "Du er allerede en del af denne gruppe",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Denne grupper kræver mindst én ejer",
"group-already-invited": "Denne bruger er allerede blevet inviteret",
"group-already-requested": "Din medlemskabs anmodning er allerede blevet afsendt",
diff --git a/public/language/da/groups.json b/public/language/da/groups.json
index cefdd86e98..c43a57308c 100644
--- a/public/language/da/groups.json
+++ b/public/language/da/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Du er blevet inviteret til at blive medlem af %1",
"request.notification_title": "Gruppe medlemskab anmodning fra %1",
"request.notification_text": "%1 har anmodet om at blive medlem af %2",
- "cover-instructions": "Træk og slip et billede, træk til positionen og tryk Gem",
- "cover-change": "Ændre",
"cover-save": "Gem",
"cover-saving": "Gemmer",
"details.title": "gruppe detaljer",
diff --git a/public/language/da/modules.json b/public/language/da/modules.json
index 96c0a3939d..71b98a18c7 100644
--- a/public/language/da/modules.json
+++ b/public/language/da/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Er du sikker på at du vil kassere dette indlæg?",
"composer.submit_and_lock": "Send og lås",
"composer.toggle_dropdown": "Skift mellem dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Annuller",
"bootbox.confirm": "Bekræft"
diff --git a/public/language/da/notifications.json b/public/language/da/notifications.json
index a6a810dc87..0379b3b8c8 100644
--- a/public/language/da/notifications.json
+++ b/public/language/da/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Du har ulæste notifikationer.",
"new_message_from": "Ny besked fra %1",
"upvoted_your_post_in": "%1 har upvotet dit indlæg i %2.",
- "moved_your_post": "%1 har flyttet dit indlæg.",
- "moved_your_topic": "%1 har flyttet din tråd.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 har favoriseret dit indlæg i %2.",
"user_flagged_post_in": "%1 har anmeldt et indlæg i %2",
"user_posted_to": "%1 har skrevet et svar til: %2",
diff --git a/public/language/da/pages.json b/public/language/da/pages.json
index c420d46d1e..12e05052cf 100644
--- a/public/language/da/pages.json
+++ b/public/language/da/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatter med %1",
"account/edit": "Redigere \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Personer som %1 følger",
"account/followers": "Personer som følger %1",
"account/posts": "Indlæg oprettet af %1",
diff --git a/public/language/da/topic.json b/public/language/da/topic.json
index 7663eea540..a90ea673d5 100644
--- a/public/language/da/topic.json
+++ b/public/language/da/topic.json
@@ -27,7 +27,6 @@
"locked": "Låst",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Meld dette indlæg til moderation",
- "flag_confirm": "Er du sikker på du ænsker at melde dette indlæg?",
"flag_success": "Dette indlæg er blevet meldt til moderation.",
"deleted_message": "Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.",
"following_topic.message": "Du vil nu modtage notifikationer når nogle skriver et indlæg i dette emne.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Ældste til nyeste",
"newest_to_oldest": "Nyeste til ældste",
"most_votes": "Flest stemmer",
- "most_posts": "Flest indlæg"
+ "most_posts": "Flest indlæg",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/da/user.json b/public/language/da/user.json
index ae03d80084..5482f5f166 100644
--- a/public/language/da/user.json
+++ b/public/language/da/user.json
@@ -28,7 +28,6 @@
"following": "Følger",
"aboutme": "Om mig",
"signature": "Signatur",
- "gravatar": "Gravatar",
"birthday": "Fødselsdag",
"chat": "Chat",
"follow": "Følg",
@@ -36,7 +35,10 @@
"more": "Mere",
"profile_update_success": "Din profil blev opdateret",
"change_picture": "Skift billede",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Rediger",
+ "default_picture": "Default Icon",
"uploaded_picture": "Upload billede",
"upload_new_picture": "Upload nyt billede",
"upload_new_picture_from_url": "Upload nyt billede fra URL",
diff --git a/public/language/de/error.json b/public/language/de/error.json
index 6baac91a90..f6c363f68c 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Gruppenname zu kurz",
"group-already-exists": "Gruppe existiert bereits",
"group-name-change-not-allowed": "Du kannst den Namen der Gruppe nicht ändern",
- "group-already-member": "Du bist bereits Teil dieser Gruppe",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Diese Gruppe muss mindestens einen Besitzer vorweisen",
"group-already-invited": "Dieser Benutzer wurde bereits eingeladen",
"group-already-requested": "Deine Mitgliedsanfrage wurde bereits eingereicht",
diff --git a/public/language/de/groups.json b/public/language/de/groups.json
index 69a0ec8ed3..7f6a9a87cf 100644
--- a/public/language/de/groups.json
+++ b/public/language/de/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Du wurdest eingeladen %1 beizutreten.",
"request.notification_title": "Mitgliedsanfrage von %1.",
"request.notification_text": "%1 möchte Mitglied von %2 werden.",
- "cover-instructions": "Foto auf eine Position bewegen, und Speichern drücken",
- "cover-change": "Ändern",
"cover-save": "Speichern",
"cover-saving": "Speicherung läuft",
"details.title": "Gruppendetails",
diff --git a/public/language/de/modules.json b/public/language/de/modules.json
index 785ef99a95..00c80cc01f 100644
--- a/public/language/de/modules.json
+++ b/public/language/de/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Bist du sicher, dass du diesen Beitrag verwerfen möchtest?",
"composer.submit_and_lock": "Einreichen und Sperren",
"composer.toggle_dropdown": "Menu aus-/einblenden",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Abbrechen",
"bootbox.confirm": "Bestätigen"
diff --git a/public/language/de/notifications.json b/public/language/de/notifications.json
index 7fe06482b0..b48c212214 100644
--- a/public/language/de/notifications.json
+++ b/public/language/de/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.",
"new_message_from": "Neue Nachricht von %1",
"upvoted_your_post_in": "%1 hat deinen Beitrag in %2 positiv bewertet.",
- "moved_your_post": "%1 hat deinen Beitrag verschoben.",
- "moved_your_topic": "%1 hat dein Thema verschoben.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 hat deinen Beitrag in %2 favorisiert.",
"user_flagged_post_in": "%1 hat einen Beitrag in %2 gemeldet",
"user_posted_to": "%1 hat auf %2 geantwortet.",
diff --git a/public/language/de/pages.json b/public/language/de/pages.json
index 11c58f1e1c..00ce139b9e 100644
--- a/public/language/de/pages.json
+++ b/public/language/de/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatte mit %1",
"account/edit": "Bearbeite %1",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Nutzer, die %1 folgt",
"account/followers": "Nutzer, die %1 folgen",
"account/posts": "Beiträge von %1",
diff --git a/public/language/de/topic.json b/public/language/de/topic.json
index af9fb367ae..056d7a6737 100644
--- a/public/language/de/topic.json
+++ b/public/language/de/topic.json
@@ -27,7 +27,6 @@
"locked": "Gesperrt",
"bookmark_instructions": "Klicke hier um zum letzten ungelesenen Beitrag in diesem Thema zu springen.",
"flag_title": "Diesen Beitrag zur Moderation markieren",
- "flag_confirm": "Sind Sie sicher, dass Sie diesen Post markieren möchten?",
"flag_success": "Dieser Beitrag wurde erfolgreich für die Moderation markiert.",
"deleted_message": "Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.",
"following_topic.message": "Du erhälst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Älteste zuerst",
"newest_to_oldest": "Neuste zuerst",
"most_votes": "Die meisten Stimmen",
- "most_posts": "Die meisten Beiträge"
+ "most_posts": "Die meisten Beiträge",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/de/user.json b/public/language/de/user.json
index 78755bcb8c..3f38b93637 100644
--- a/public/language/de/user.json
+++ b/public/language/de/user.json
@@ -28,7 +28,6 @@
"following": "Folgt",
"aboutme": "Über mich",
"signature": "Signatur",
- "gravatar": "Gravatar",
"birthday": "Geburtstag",
"chat": "Chat",
"follow": "Folgen",
@@ -36,7 +35,10 @@
"more": "Mehr",
"profile_update_success": "Profil erfolgreich aktualisiert!",
"change_picture": "Profilbild ändern",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Ändern",
+ "default_picture": "Default Icon",
"uploaded_picture": "Hochgeladene Bilder",
"upload_new_picture": "Neues Bild hochladen",
"upload_new_picture_from_url": "Neues Bild von URL hochladen",
diff --git a/public/language/el/error.json b/public/language/el/error.json
index 2ec20b7f4e..b681cee8c4 100644
--- a/public/language/el/error.json
+++ b/public/language/el/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Το όνομα της ομάδας είναι πολύ μικρό",
"group-already-exists": "Το όνομα της ομάδας υπάρχει ήδη",
"group-name-change-not-allowed": "Αλλαγή του ονόματος της ομάδας δεν επιτρέπεται",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/el/groups.json b/public/language/el/groups.json
index 1168d3260c..4374608335 100644
--- a/public/language/el/groups.json
+++ b/public/language/el/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Λεπτομέρειες Ομάδας",
diff --git a/public/language/el/modules.json b/public/language/el/modules.json
index 0751fd2fce..f2a6f3a7e2 100644
--- a/public/language/el/modules.json
+++ b/public/language/el/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Είσαι σίγουρος/η πως θέλεις να πετάξεις αυτή την δημοσίευση;",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/el/notifications.json b/public/language/el/notifications.json
index 92ff9a14c1..c9be4b257f 100644
--- a/public/language/el/notifications.json
+++ b/public/language/el/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Έχεις μη αναγνωσμένες ειδοποιήσεις.",
"new_message_from": "Νέο μήνυμα από τον/την %1",
"upvoted_your_post_in": "Ο/Η %1 υπερψήφισε την δημοσίευσή σου στο %2.",
- "moved_your_post": "Ο/Η %1 μετακίνησε την δημοσίευσή σου.",
- "moved_your_topic": "Ο/Η %1 μετακίνησε το θέμα σου.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "Η δημοσίευσή σου στο %2 αρέσει στον/ην %1.",
"user_flagged_post_in": "Ο/Η %1 επεσήμανε μια δημοσίευσή σου στο %2",
"user_posted_to": "Ο/Η %1 έγραψε μια απάντηση στο: %2",
diff --git a/public/language/el/pages.json b/public/language/el/pages.json
index f64d9fe5e9..4ce7700d01 100644
--- a/public/language/el/pages.json
+++ b/public/language/el/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/el/topic.json b/public/language/el/topic.json
index 2c544371f6..c05bdbeb98 100644
--- a/public/language/el/topic.json
+++ b/public/language/el/topic.json
@@ -27,7 +27,6 @@
"locked": "Κλειδωμένο",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Επισήμανση αυτής της δημοσίευσης για συντονισμό",
- "flag_confirm": "Είσαι σίγουρος/η πως θες να επισημάνεις αυτή την δημοσίευση;",
"flag_success": "Αυτή η δημοσίευση έχει επισημανθεί για συντονισμό.",
"deleted_message": "Το θέμα αυτό έχει διαγραφεί. Μόνο οι χρήστες με δικαιώματα διαχειριστή θεμάτων μπορούν να το δουν.",
"following_topic.message": "Θα λαμβάνεις ειδοποιήσεις όποτε κάποιος δημοσιεύει κάτι σε αυτό το θέμα.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Παλαιότερο προς Νεότερο",
"newest_to_oldest": "Νεότερο προς Παλαιότερο",
"most_votes": "Περισσότερες ψήφοι",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/el/user.json b/public/language/el/user.json
index 609fb3a719..9a3a1a79b0 100644
--- a/public/language/el/user.json
+++ b/public/language/el/user.json
@@ -28,7 +28,6 @@
"following": "Ακολουθά",
"aboutme": "About me",
"signature": "Υπογραφή",
- "gravatar": "Gravatar",
"birthday": "Γενέθλια",
"chat": "Συνομιλία",
"follow": "Ακολούθησε",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Το προφίλ ανανεώθηκε επιτυχώς!",
"change_picture": "Αλλαγή Φωτογραφίας",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Επεξεργασία",
+ "default_picture": "Default Icon",
"uploaded_picture": "Ανεβασμένη Φωτογραφία",
"upload_new_picture": "Ανέβασμα Νέας Φωτογραφίας",
"upload_new_picture_from_url": "Ανέβασμα Νέας Φωτογραφίας από URL",
diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json
index f346641522..935c03fc39 100644
--- a/public/language/en@pirate/error.json
+++ b/public/language/en@pirate/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Group name too short",
"group-already-exists": "Group already exists",
"group-name-change-not-allowed": "Group name change not allowed",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/en@pirate/groups.json b/public/language/en@pirate/groups.json
index 1d1a6cf52b..dac30e51b8 100644
--- a/public/language/en@pirate/groups.json
+++ b/public/language/en@pirate/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Group Details",
diff --git a/public/language/en@pirate/modules.json b/public/language/en@pirate/modules.json
index eaa0b16713..2a8d53b65f 100644
--- a/public/language/en@pirate/modules.json
+++ b/public/language/en@pirate/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Are you sure you wish to discard this post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/en@pirate/notifications.json b/public/language/en@pirate/notifications.json
index 90e5ed5526..83963f1e71 100644
--- a/public/language/en@pirate/notifications.json
+++ b/public/language/en@pirate/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "You have unread notifications.",
"new_message_from": "New message from %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 has posted a reply to: %2",
diff --git a/public/language/en@pirate/pages.json b/public/language/en@pirate/pages.json
index ebf02ba2c9..aaac91795a 100644
--- a/public/language/en@pirate/pages.json
+++ b/public/language/en@pirate/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json
index 33747738d4..49107da35d 100644
--- a/public/language/en@pirate/topic.json
+++ b/public/language/en@pirate/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Flag this post for moderation",
- "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/en@pirate/user.json b/public/language/en@pirate/user.json
index 496a26a07d..51a34406a6 100644
--- a/public/language/en@pirate/user.json
+++ b/public/language/en@pirate/user.json
@@ -28,7 +28,6 @@
"following": "Following",
"aboutme": "About me",
"signature": "Signature",
- "gravatar": "Gravatar",
"birthday": "Birthday",
"chat": "Chat",
"follow": "Follow",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profile has been updated successfully!",
"change_picture": "Change Picture",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Edit",
+ "default_picture": "Default Icon",
"uploaded_picture": "Uploaded Picture",
"upload_new_picture": "Upload New Picture",
"upload_new_picture_from_url": "Upload New Picture From URL",
diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json
index 85770bc64d..f3934773ec 100644
--- a/public/language/en_US/error.json
+++ b/public/language/en_US/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Group name too short",
"group-already-exists": "Group already exists",
"group-name-change-not-allowed": "Group name change not allowed",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/en_US/groups.json b/public/language/en_US/groups.json
index e9af691f8c..83601773cb 100644
--- a/public/language/en_US/groups.json
+++ b/public/language/en_US/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Group Details",
diff --git a/public/language/en_US/modules.json b/public/language/en_US/modules.json
index 6d6a3ed41c..9280b26f21 100644
--- a/public/language/en_US/modules.json
+++ b/public/language/en_US/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Are you sure you wish to discard this post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/en_US/notifications.json b/public/language/en_US/notifications.json
index e3f2c6c2e3..ae04053c8e 100644
--- a/public/language/en_US/notifications.json
+++ b/public/language/en_US/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "You have unread notifications.",
"new_message_from": "New message from %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favorited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 has posted a reply to: %2",
diff --git a/public/language/en_US/pages.json b/public/language/en_US/pages.json
index 88b2ed946e..b3b6c4b2ef 100644
--- a/public/language/en_US/pages.json
+++ b/public/language/en_US/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/en_US/topic.json b/public/language/en_US/topic.json
index 2daea92705..19f7e125fc 100644
--- a/public/language/en_US/topic.json
+++ b/public/language/en_US/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Flag this post for moderation",
- "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/en_US/user.json b/public/language/en_US/user.json
index d6db816604..a63562b98c 100644
--- a/public/language/en_US/user.json
+++ b/public/language/en_US/user.json
@@ -28,7 +28,6 @@
"following": "Following",
"aboutme": "About me",
"signature": "Signature",
- "gravatar": "Gravatar",
"birthday": "Birthday",
"chat": "Chat",
"follow": "Follow",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profile has been updated successfully!",
"change_picture": "Change Picture",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Edit",
+ "default_picture": "Default Icon",
"uploaded_picture": "Uploaded Picture",
"upload_new_picture": "Upload New Picture",
"upload_new_picture_from_url": "Upload New Picture From URL",
diff --git a/public/language/es/error.json b/public/language/es/error.json
index 99e7ab4dc7..9cfa00ecc1 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Nombre del grupo es demasiado corto.",
"group-already-exists": "El grupo ya existe.",
"group-name-change-not-allowed": "El nombre del grupo deseado no está permitido.",
- "group-already-member": "Ya formas parte de este grupo",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Este grupo requiere al menos un propietario",
"group-already-invited": "Este usuario ya ha sido invitado",
"group-already-requested": "Tu solicitud de miembro ya ha sido enviada",
diff --git a/public/language/es/groups.json b/public/language/es/groups.json
index 25becc2184..5650827f92 100644
--- a/public/language/es/groups.json
+++ b/public/language/es/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Te han invitado a unirte a %1",
"request.notification_title": "Petición de Membresía de Grupo de %1",
"request.notification_text": "%1 a pedido volverse miembro de %2",
- "cover-instructions": "Arrastra y suelta una foto, arrastra a la posición, y pulsa Guardar ",
- "cover-change": "Cambiar",
"cover-save": "Guardar",
"cover-saving": "Guardando",
"details.title": "Detalles de Grupo",
diff --git a/public/language/es/modules.json b/public/language/es/modules.json
index 7b3e15e5c3..c49ec311fe 100644
--- a/public/language/es/modules.json
+++ b/public/language/es/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "¿Estás seguro de que deseas descartar este mensaje?",
"composer.submit_and_lock": "Enviar y Bloquear",
"composer.toggle_dropdown": "Alternar desplegable",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancelar",
"bootbox.confirm": "Confirmar"
diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json
index 5258be8a9a..36d756fab2 100644
--- a/public/language/es/notifications.json
+++ b/public/language/es/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Tienes notificaciones sin leer.",
"new_message_from": "Nuevo mensaje de %1",
"upvoted_your_post_in": "%1 ha votado positivamente tu respuesta en %2.",
- "moved_your_post": "%1 ha movido su mensaje.",
- "moved_your_topic": "%1 ha movido su tema.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 ha marcado como favorito su publicación en %2.",
"user_flagged_post_in": "%1 ha reportado una respuesta en %2",
"user_posted_to": "%1 ha respondido a: %2",
diff --git a/public/language/es/pages.json b/public/language/es/pages.json
index 1e1f34addc..f9c993ba61 100644
--- a/public/language/es/pages.json
+++ b/public/language/es/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chateando con %1",
"account/edit": "Editando \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Gente que sigue %1",
"account/followers": "Seguidores de %1",
"account/posts": "Publicados por %1",
diff --git a/public/language/es/topic.json b/public/language/es/topic.json
index eaa9c92f29..7239e98729 100644
--- a/public/language/es/topic.json
+++ b/public/language/es/topic.json
@@ -27,7 +27,6 @@
"locked": "Cerrado",
"bookmark_instructions": "Clic aquí para regresar al último aporte sin leer en este hilo.",
"flag_title": "Reportar este mensaje",
- "flag_confirm": "¿Estás seguro de que quieres reportar este mensaje?",
"flag_success": "Este mensaje ha sido reportado para moderación.",
"deleted_message": "Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.",
"following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Más antiguo a más nuevo",
"newest_to_oldest": "Más nuevo a más antiguo",
"most_votes": "Mayor número de votos",
- "most_posts": "Mayor número de mensajes"
+ "most_posts": "Mayor número de mensajes",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/es/user.json b/public/language/es/user.json
index d9a42a74a7..e47abc2975 100644
--- a/public/language/es/user.json
+++ b/public/language/es/user.json
@@ -28,7 +28,6 @@
"following": "Siguiendo",
"aboutme": "Sobre mí",
"signature": "Firma",
- "gravatar": "Gravatar",
"birthday": "Cumpleaños",
"chat": "Chat",
"follow": "Seguir",
@@ -36,7 +35,10 @@
"more": "Más",
"profile_update_success": "¡El perfil ha sido actualizado correctamente!",
"change_picture": "Cambiar imagen",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Editar",
+ "default_picture": "Default Icon",
"uploaded_picture": "Imagen subida",
"upload_new_picture": "Subir nueva imagen",
"upload_new_picture_from_url": "Cargar imagen desde una URL",
diff --git a/public/language/et/error.json b/public/language/et/error.json
index d69e8c0e26..f4068245f8 100644
--- a/public/language/et/error.json
+++ b/public/language/et/error.json
@@ -60,7 +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": "Sa oled juba selle grupi liige",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"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.",
diff --git a/public/language/et/groups.json b/public/language/et/groups.json
index afb0ab78be..ee0a693341 100644
--- a/public/language/et/groups.json
+++ b/public/language/et/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Sind on kutsutud liituma grupiga %1",
"request.notification_title": "Grupiga liitumise taotlus kasutajalt %1",
"request.notification_text": "%1 on avaldanud soovi liituda grupiga %2",
- "cover-instructions": "Lohista kaanepilt siia ning vajuta salvesta",
- "cover-change": "Muuda",
"cover-save": "Salvesta",
"cover-saving": "Salvestamine",
"details.title": "Grupi detailid",
diff --git a/public/language/et/modules.json b/public/language/et/modules.json
index 62e9d9c865..1b7c0c048f 100644
--- a/public/language/et/modules.json
+++ b/public/language/et/modules.json
@@ -23,6 +23,7 @@
"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",
"bootbox.ok": "Olgu",
"bootbox.cancel": "Katkesta",
"bootbox.confirm": "Kinnita"
diff --git a/public/language/et/notifications.json b/public/language/et/notifications.json
index b3616b9ebc..b99c9cc44e 100644
--- a/public/language/et/notifications.json
+++ b/public/language/et/notifications.json
@@ -12,8 +12,8 @@
"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.",
- "moved_your_post": "%1 liigutas sinu postitust.",
- "moved_your_topic": "%1 liigutas sinu teemat.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 märgistas sinu postituse lemmikuks teemas %2.",
"user_flagged_post_in": "%1 raporteeris postitust %2",
"user_posted_to": "Kasutaja %1 postitas vastuse teemasse %2",
diff --git a/public/language/et/pages.json b/public/language/et/pages.json
index a6b3e783ed..b3beb2edff 100644
--- a/public/language/et/pages.json
+++ b/public/language/et/pages.json
@@ -24,6 +24,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/following": "Kasutaja %1 jälgib",
"account/followers": "Kasutajad, kes jälgivad %1",
"account/posts": "Postitused, mis on tehtud kasutaja %1 poolt",
diff --git a/public/language/et/topic.json b/public/language/et/topic.json
index afa5e28790..4c70410b4d 100644
--- a/public/language/et/topic.json
+++ b/public/language/et/topic.json
@@ -27,7 +27,6 @@
"locked": "Lukustatud",
"bookmark_instructions": "Kliki siia, et naasta viimasele lugemata postitusele selles teemas.",
"flag_title": "Märgista see postitus modereerimiseks",
- "flag_confirm": "Oled kindel, et soovid märgistada antud postituse?",
"flag_success": "See postitus on nüüd märgistatud modereerimiseks.",
"deleted_message": "See teema on kustutatud. Ainult kasutajad kellel on piisavalt õigusi saavad seda näha.",
"following_topic.message": "Sulle ei edastata enam teateid uutest postitustest kui keegi postitab siia teemasse.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Vanematest uuemateni",
"newest_to_oldest": "Uuematest vanemateni",
"most_votes": "Kõige rohkem hääli",
- "most_posts": "Kõige rohkem postitusi"
+ "most_posts": "Kõige rohkem postitusi",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/et/user.json b/public/language/et/user.json
index 86f96c2045..a3a1bf0585 100644
--- a/public/language/et/user.json
+++ b/public/language/et/user.json
@@ -28,7 +28,6 @@
"following": "Jälgimised",
"aboutme": "Minust",
"signature": "Allkiri",
- "gravatar": "Gravatar",
"birthday": "Sünnipäev",
"chat": "Vestlus",
"follow": "Jälgi",
@@ -36,7 +35,10 @@
"more": "Rohkem",
"profile_update_success": "Profiil edukalt uuendatud!",
"change_picture": "Vaheta pilti",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Muuda",
+ "default_picture": "Default Icon",
"uploaded_picture": "Üleslaetud pilt",
"upload_new_picture": "Laadi uus pilt",
"upload_new_picture_from_url": "Lae uus pilt üles URL'ilt",
diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json
index dbd206632b..94d6ecd46e 100644
--- a/public/language/fa_IR/error.json
+++ b/public/language/fa_IR/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "نام گروه خیلی کوتاه است.",
"group-already-exists": "این گروه از پیش وجود دارد.",
"group-name-change-not-allowed": "تغیر نام گروه نیاز به دسترسی دارد.",
- "group-already-member": "شما الان هم عضوی از این گروه هستید",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "این گروه حداقل یک مالک باید داشته باشد",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/fa_IR/groups.json b/public/language/fa_IR/groups.json
index bfa5510293..a997c32629 100644
--- a/public/language/fa_IR/groups.json
+++ b/public/language/fa_IR/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "عکس را با کلیک موس بگیرید و بکشید به محل و رها کنید، سپس ذخیره را بزنید",
- "cover-change": "تغییر",
"cover-save": "ذخیره",
"cover-saving": "در حال ذخیره کردن",
"details.title": "جزئیات گروه",
diff --git a/public/language/fa_IR/modules.json b/public/language/fa_IR/modules.json
index f14bac3a64..738df3b45a 100644
--- a/public/language/fa_IR/modules.json
+++ b/public/language/fa_IR/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "آیا از دور انداختن این دیدگاه اطمینان دارید؟",
"composer.submit_and_lock": "ارسال و قفل",
"composer.toggle_dropdown": "باز و بسته کردن کرکره",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/fa_IR/notifications.json b/public/language/fa_IR/notifications.json
index 773186c7e1..66da11dace 100644
--- a/public/language/fa_IR/notifications.json
+++ b/public/language/fa_IR/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "شما آگاهسازیهای نخوانده دارید.",
"new_message_from": "پیام تازه از %1",
"upvoted_your_post_in": "%1 امتیاز مثبت به دیدگاه شما در %2 داده",
- "moved_your_post": "%1دیدگاه شما را منتقل کرده.",
- "moved_your_topic": "%1جستار شما را منتقل کرده.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 دیدگاه شما را در %2 برگزیده کرده.",
"user_flagged_post_in": "%1 دیدگاه شما را در %2 علامتدار کرده",
"user_posted_to": "پاسخ دادن به %2 از سوی %1",
diff --git a/public/language/fa_IR/pages.json b/public/language/fa_IR/pages.json
index e3a5ec2e4f..60ed9e0b73 100644
--- a/public/language/fa_IR/pages.json
+++ b/public/language/fa_IR/pages.json
@@ -24,6 +24,9 @@
"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/following": "کاربرانی که %1 دنبال میکند",
"account/followers": "کاربرانی که %1 را دنبال میکنند",
"account/posts": "دیدگاههای %1",
diff --git a/public/language/fa_IR/topic.json b/public/language/fa_IR/topic.json
index f5d2c776b5..ec40bfeac5 100644
--- a/public/language/fa_IR/topic.json
+++ b/public/language/fa_IR/topic.json
@@ -27,7 +27,6 @@
"locked": "قفل شده است",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "پرچمگذاری این جستار برای بررسی ناظران",
- "flag_confirm": "آیا مطمئنید که میخواهید روی این دیدگاه پرچم بگذارید.",
"flag_success": "این جستار برای بررسی ناظران پرچم گذاشته شد.",
"deleted_message": "این جستار پاک شده است. تنها کاربرانِ با حق مدیریت جستار میتوانند آن را ببینند.",
"following_topic.message": "از این پس اگر کسی در این جستار دیدگاه بگذارد، شما آگاه خواهید شد.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "قدیمیترین به جدیدترین",
"newest_to_oldest": "جدیدترین به قدیمیترین",
"most_votes": "بیشترین رایها",
- "most_posts": "بیشتر دیدگاه ها"
+ "most_posts": "بیشتر دیدگاه ها",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/fa_IR/user.json b/public/language/fa_IR/user.json
index 2227ca2d74..601b53b7e3 100644
--- a/public/language/fa_IR/user.json
+++ b/public/language/fa_IR/user.json
@@ -28,7 +28,6 @@
"following": "دنبالشوندهها",
"aboutme": "درباره ی من",
"signature": "امضا",
- "gravatar": "گراواتار",
"birthday": "روز تولد",
"chat": "گفتگو",
"follow": "دنبال کن",
@@ -36,7 +35,10 @@
"more": "بیشتر",
"profile_update_success": "نمایه باموفقیت به روز شده است!",
"change_picture": "تغییر تصویر",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "ویرایش",
+ "default_picture": "Default Icon",
"uploaded_picture": "تصویر بارشده",
"upload_new_picture": "بارگذاری تصویر تازه",
"upload_new_picture_from_url": "بارگذاری تصویر جدید از نشانی وب",
diff --git a/public/language/fi/error.json b/public/language/fi/error.json
index 0e81cd2a65..826e9185b6 100644
--- a/public/language/fi/error.json
+++ b/public/language/fi/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Ryhmän nimi on liian lyhyt",
"group-already-exists": "Ryhmä on jo olemassa",
"group-name-change-not-allowed": "Et voi vaihtaa ryhmän nimeä",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/fi/groups.json b/public/language/fi/groups.json
index 4b556587ad..d82bc2ed3a 100644
--- a/public/language/fi/groups.json
+++ b/public/language/fi/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Vedä ja pudota kuva, raahaa oikeaan kohtaan ja paina Tallenna",
- "cover-change": "Change",
"cover-save": "Tallenna",
"cover-saving": "Tallennetaan",
"details.title": "Ryhmän tiedot",
diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json
index f4d5700c41..76893f6b1a 100644
--- a/public/language/fi/modules.json
+++ b/public/language/fi/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Oletko varma, että haluat hylätä viestin?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/fi/notifications.json b/public/language/fi/notifications.json
index de9dffb863..37cda990db 100644
--- a/public/language/fi/notifications.json
+++ b/public/language/fi/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Sinulla on lukemattomia ilmoituksia.",
"new_message_from": "Uusi viesti käyttäjältä %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 on siirtänyt viestisi.",
- "moved_your_topic": "%1 on siirtänyt aiheesi.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 on vastannut viestiin: %2",
diff --git a/public/language/fi/pages.json b/public/language/fi/pages.json
index f66a483bf4..102141e03b 100644
--- a/public/language/fi/pages.json
+++ b/public/language/fi/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json
index c252f4b616..e282dd1775 100644
--- a/public/language/fi/topic.json
+++ b/public/language/fi/topic.json
@@ -27,7 +27,6 @@
"locked": "Lukittu",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Ilmianna tämä viesti moderaattoreille",
- "flag_confirm": "Oletko varma, että haluat ilmiantaa tämän viestin?",
"flag_success": "Tämä viesti ilmiannettiin moderaattoreille.",
"deleted_message": "Tämä aihe on poistettu. Vain käyttäjät, joilla on aiheen hallintaoikeudet, voivat nähdä sen.",
"following_topic.message": "Saat nyt ilmoituksen, kun joku kirjoittaa tähän aiheeseen.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/fi/user.json b/public/language/fi/user.json
index 443a5952b1..5b01908faf 100644
--- a/public/language/fi/user.json
+++ b/public/language/fi/user.json
@@ -28,7 +28,6 @@
"following": "Seuratut",
"aboutme": "About me",
"signature": "Allekirjoitus",
- "gravatar": "Gravatar",
"birthday": "Syntymäpäivä",
"chat": "Keskustele",
"follow": "Seuraa",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profiili päivitettiin onnistuneesti!",
"change_picture": "Vaihda kuva",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Muokkaa",
+ "default_picture": "Default Icon",
"uploaded_picture": "Ladattu kuva",
"upload_new_picture": "Lataa uusi kuva",
"upload_new_picture_from_url": "Lataa uusi kuva URL-osoitteesta",
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index 98ee34a3fd..cdc8b2e4a1 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Nom de groupe trop court",
"group-already-exists": "Ce groupe existe déjà",
"group-name-change-not-allowed": "Modification du nom de groupe non permise",
- "group-already-member": "Vous faites déjà parti de ce groupe",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Ce groupe nécessite au moins un propriétaire",
"group-already-invited": "Cet utilisateur a déjà été invité.",
"group-already-requested": "Votre demande d'adhésion a déjà été envoyée.",
diff --git a/public/language/fr/groups.json b/public/language/fr/groups.json
index 1606953e37..bb5a2cc3ae 100644
--- a/public/language/fr/groups.json
+++ b/public/language/fr/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Vous avez été invité à rejoindre %1",
"request.notification_title": "Requête d'Adhésion au Groupe de %1",
"request.notification_text": "%1 a demandé à devenir membre de %2",
- "cover-instructions": "Glissez-déposez une image, ajustez la position, et cliquez sur Enregistrer",
- "cover-change": "Modifier",
"cover-save": "Enregistrer",
"cover-saving": "Enregistrement",
"details.title": "Informations du groupe",
diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json
index 6adb73b460..8ca7dd2615 100644
--- a/public/language/fr/modules.json
+++ b/public/language/fr/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Êtes-vous sûr de bien vouloir supprimer ce message ?",
"composer.submit_and_lock": "Envoyer et verrouiller",
"composer.toggle_dropdown": "Afficher/masquer le menu",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Annuler",
"bootbox.confirm": "Confirmer"
diff --git a/public/language/fr/notifications.json b/public/language/fr/notifications.json
index 0373790bda..e97fb4db75 100644
--- a/public/language/fr/notifications.json
+++ b/public/language/fr/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Vous avez des notifications non-lues",
"new_message_from": "Nouveau message de %1",
"upvoted_your_post_in": "%1 a voté pour votre message dans %2.",
- "moved_your_post": "%1 a déplacé votre message.",
- "moved_your_topic": "%1 a déplacé votre sujet.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 a mis votre message en favoris dans %2.",
"user_flagged_post_in": "%1 a signalé un message dans %2.",
"user_posted_to": "%1 a répondu à : %2",
diff --git a/public/language/fr/pages.json b/public/language/fr/pages.json
index f3dea8cc49..c8b195fa6b 100644
--- a/public/language/fr/pages.json
+++ b/public/language/fr/pages.json
@@ -24,6 +24,9 @@
"chats": "Discussions",
"chat": "Conversation avec %1",
"account/edit": "Edition de \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Les personnes que %1 suit",
"account/followers": "Les personnes qui suivent %1",
"account/posts": "Messages postés par %1",
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index acbb499db9..c81029d31b 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -27,9 +27,8 @@
"locked": "Verrouillé",
"bookmark_instructions": "Cliquez ici pour retourner au dernier message non lu dans ce fil de discussion.",
"flag_title": "Signaler ce message à la modération",
- "flag_confirm": "Êtes-vous sûr de bien vouloir signaler ce message ?",
"flag_success": "Ce message a bien été signalé aux modérateurs.",
- "deleted_message": "Ce sujet a été supprimé. Seuls les utilsateurs avec les droits d'administration peuvent le voir.",
+ "deleted_message": "Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.",
"following_topic.message": "Vous recevrez désormais des notifications lorsque quelqu'un postera dans ce sujet.",
"not_following_topic.message": "Vous ne recevrez plus de notifications pour ce sujet.",
"login_to_subscribe": "Veuillez vous enregistrer ou vous connecter afin de vous abonner à ce sujet.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Du plus ancien au plus récent",
"newest_to_oldest": "Du plus récent au plus ancien",
"most_votes": "Les mieux notés",
- "most_posts": "Nombre de messages"
+ "most_posts": "Nombre de messages",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/fr/user.json b/public/language/fr/user.json
index 3e1bbc40f9..2f5e9be422 100644
--- a/public/language/fr/user.json
+++ b/public/language/fr/user.json
@@ -28,7 +28,6 @@
"following": "Abonnements",
"aboutme": "À propos de moi",
"signature": "Signature",
- "gravatar": "Gravatar",
"birthday": "Anniversaire",
"chat": "Chat",
"follow": "S'abonner",
@@ -36,7 +35,10 @@
"more": "Plus",
"profile_update_success": "Le profil a bien été mis à jour !",
"change_picture": "Changer d'image",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Éditer",
+ "default_picture": "Default Icon",
"uploaded_picture": "Image envoyée",
"upload_new_picture": "Envoyer une nouvelle image",
"upload_new_picture_from_url": "Envoyer une nouvelle image depuis un URL",
diff --git a/public/language/he/error.json b/public/language/he/error.json
index 9b849b07f3..1963392dcb 100644
--- a/public/language/he/error.json
+++ b/public/language/he/error.json
@@ -24,8 +24,8 @@
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
"username-too-short": "שם משתמש קצר מדי",
"username-too-long": "שם משתמש ארוך מדי",
- "user-banned": "המשתמש חסום",
- "user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
+ "user-banned": "המשתמש מושעה",
+ "user-too-new": "אנא המתן %1 שניות לפני פרסום ההודעה",
"no-category": "קטגוריה אינה קיימת",
"no-topic": "נושא אינו קיים",
"no-post": "פוסט אינו קיים",
@@ -60,7 +60,8 @@
"group-name-too-short": "שם הקבוצה קצר מדי",
"group-already-exists": "הקבוצה כבר קיימת",
"group-name-change-not-allowed": "לא ניתן לשנות את שם הקבוצה",
- "group-already-member": "אתה כבר חבר בקבוצה זו",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "קבוצה זו חייבת לפחות מנהל אחד",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/he/groups.json b/public/language/he/groups.json
index 7b8d173d8d..1fa0c01e99 100644
--- a/public/language/he/groups.json
+++ b/public/language/he/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "גרור תמונה, הזז למיקום הרצוי ואז לחץ על שמור",
- "cover-change": "שנה",
"cover-save": "שמור",
"cover-saving": "שומר",
"details.title": "פרטי הקבוצה",
diff --git a/public/language/he/modules.json b/public/language/he/modules.json
index 3f8ba8d30a..fc02693c54 100644
--- a/public/language/he/modules.json
+++ b/public/language/he/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "האם למחוק פוסט זה?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/he/notifications.json b/public/language/he/notifications.json
index 55173ad1cd..c95230c29c 100644
--- a/public/language/he/notifications.json
+++ b/public/language/he/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "יש לך התראות שלא נקראו.",
"new_message_from": "הודעה חדשה מ %1",
"upvoted_your_post_in": "%1 הצביע בעד הפוסט שלך ב %2",
- "moved_your_post": "%1 העביר את הפוסט שלך.",
- "moved_your_topic": "%1 הזיז את הנושא שלך.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 הוסיף את הפוסט שלך ב %2 למועדפים שלו.",
"user_flagged_post_in": "%1 דיווח על פוסט ב %2",
"user_posted_to": "%1 פרסם תגובה ל: %2",
diff --git a/public/language/he/pages.json b/public/language/he/pages.json
index 9f94f6f632..afbe17a099 100644
--- a/public/language/he/pages.json
+++ b/public/language/he/pages.json
@@ -1,37 +1,40 @@
{
"home": "דף הבית",
"unread": "נושאים שלא נקראו",
- "popular-day": "Popular topics today",
- "popular-week": "Popular topics this week",
- "popular-month": "Popular topics this month",
- "popular-alltime": "All time popular topics",
+ "popular-day": "נושאים חמים היום",
+ "popular-week": "נושאים חמים השבוע",
+ "popular-month": "נושאים חמים החודש",
+ "popular-alltime": "הנושאים החמים בכל הזמנים",
"recent": "נושאים אחרונים",
- "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/search": "User Search",
+ "users/online": "משתמשים מחוברים",
+ "users/latest": "משתמשים אחרונים",
+ "users/sort-posts": "משתמשים עם המונה הגבוה ביותר",
+ "users/sort-reputation": "משתמשים עם המוניטין הגבוה ביותר",
+ "users/map": "מפת משתמשים",
+ "users/search": "חיפוש משתמשים",
"notifications": "התראות",
- "tags": "Tags",
- "tag": "Topics tagged under \"%1\"",
- "register": "Register an account",
- "login": "Login to your account",
- "reset": "Reset your account password",
+ "tags": "תגיות",
+ "tag": "נושאים שתוייגו תחת \"%1\"",
+ "register": "יצירת חשבון",
+ "login": "התחבר לחשבונך",
+ "reset": "איפוס סיסמה למשתמש",
"categories": "קטגוריות",
- "groups": "Groups",
+ "groups": "קבוצות",
"group": "%1 group",
- "chats": "Chats",
- "chat": "Chatting with %1",
- "account/edit": "Editing \"%1\"",
- "account/following": "People %1 follows",
- "account/followers": "People who follow %1",
- "account/posts": "Posts made by %1",
- "account/topics": "Topics created by %1",
- "account/groups": "%1's Groups",
- "account/favourites": "%1's Favourite Posts",
- "account/settings": "User Settings",
- "account/watched": "Topics watched by %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/following": "אנשים ש%1 עוקב אחריהם",
+ "account/followers": "אנשים שעוקבים אחרי %1",
+ "account/posts": "הודעות שפורסמו על ידי %1",
+ "account/topics": "נושאים שנוצרו על ידי %1",
+ "account/groups": "הקבוצות של %1",
+ "account/favourites": "הנושאים האהובים על %1",
+ "account/settings": "הגדרות משתמש",
+ "account/watched": "נושאים שנצפו על ידי %1",
"maintenance.text": "%1 כרגע תחת עבודות תחזוקה. אנא חזור בזמן מאוחר יותר.",
"maintenance.messageIntro": "בנוסף, המנהל השאיר את ההודעה הזו:"
}
\ No newline at end of file
diff --git a/public/language/he/topic.json b/public/language/he/topic.json
index 185d583bcd..1c496da8e6 100644
--- a/public/language/he/topic.json
+++ b/public/language/he/topic.json
@@ -27,7 +27,6 @@
"locked": "נעול",
"bookmark_instructions": "לחץ כאן כדי לחזור לפוסט האחרון שלא קראת באשכול זה",
"flag_title": "דווח על פוסט זה למנהל",
- "flag_confirm": "אתה בטוח שאתה רוצה לדווח על הפוסט הזה?",
"flag_success": "התקבל דיווח על פוסט זה.",
"deleted_message": "נושא זה נמחק. רק משתמשים עם ההרשאות המתאימות יכולים לצפות בו.",
"following_topic.message": "מעתה, תקבל הודעות כאשר מישהו יעלה פוסט לנושא זה.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "מהישן לחדש",
"newest_to_oldest": "מהחדש לישן",
"most_votes": "הכי הרבה הצבעות",
- "most_posts": "הכי הרבה פוסטים"
+ "most_posts": "הכי הרבה פוסטים",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/he/user.json b/public/language/he/user.json
index 0cfc5e46e0..2069d63a01 100644
--- a/public/language/he/user.json
+++ b/public/language/he/user.json
@@ -28,7 +28,6 @@
"following": "עוקב אחרי",
"aboutme": "About me",
"signature": "חתימה",
- "gravatar": "אווטר",
"birthday": "יום הולדת",
"chat": "צ'אט",
"follow": "עקוב",
@@ -36,7 +35,10 @@
"more": "עוד",
"profile_update_success": "הפרופיל עודכן בהצלחה!",
"change_picture": "שנה תמונה",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "ערוך",
+ "default_picture": "Default Icon",
"uploaded_picture": "התמונה הועלתה",
"upload_new_picture": "העלה תמונה חדשה",
"upload_new_picture_from_url": "העלה תמונה חדשה מ URL",
diff --git a/public/language/he/users.json b/public/language/he/users.json
index 9171bfadd6..64179f1a30 100644
--- a/public/language/he/users.json
+++ b/public/language/he/users.json
@@ -16,6 +16,6 @@
"popular_topics": "Popular Topics",
"unread_topics": "Unread Topics",
"categories": "קטגוריות",
- "tags": "Tags",
+ "tags": "תגיות",
"map": "מפה"
}
\ No newline at end of file
diff --git a/public/language/hu/error.json b/public/language/hu/error.json
index e79bdb3bf3..dc26a58a6d 100644
--- a/public/language/hu/error.json
+++ b/public/language/hu/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "A csoport név túl rövid",
"group-already-exists": "A csoport nem létezik",
"group-name-change-not-allowed": "A csoport névváltoztatás nem engedélyezett",
- "group-already-member": "Már a tagja vagy ennek a csoportnak",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Ennek a csoportnak lennie kell legalább egy tulajdonosnak.",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/hu/groups.json b/public/language/hu/groups.json
index cdf0ac3fad..e0b2acdc80 100644
--- a/public/language/hu/groups.json
+++ b/public/language/hu/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Csoport részletek",
diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json
index 266c73da7f..56ad4ac7ca 100644
--- a/public/language/hu/modules.json
+++ b/public/language/hu/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Biztosan elvetjük ezt a hozzászólást?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/hu/notifications.json b/public/language/hu/notifications.json
index 503dc41897..140f329928 100644
--- a/public/language/hu/notifications.json
+++ b/public/language/hu/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "You have unread notifications.",
"new_message_from": "New message from %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 has posted a reply to: %2",
diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json
index f07ac7ba24..0835dd471a 100644
--- a/public/language/hu/pages.json
+++ b/public/language/hu/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json
index 7a45dff361..542365b1f9 100644
--- a/public/language/hu/topic.json
+++ b/public/language/hu/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "A hozzászólás jelentése a moderátoroknál",
- "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/hu/user.json b/public/language/hu/user.json
index 66c525ad94..0356f933e1 100644
--- a/public/language/hu/user.json
+++ b/public/language/hu/user.json
@@ -28,7 +28,6 @@
"following": "Követve",
"aboutme": "About me",
"signature": "Aláírás",
- "gravatar": "Gravatar",
"birthday": "Szülinap",
"chat": "Chat",
"follow": "Követés",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profil sikeresen frissítve!",
"change_picture": "Kép megváltoztatása",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Szerkeszt",
+ "default_picture": "Default Icon",
"uploaded_picture": "Feltöltött kép",
"upload_new_picture": "Új kép feltöltése",
"upload_new_picture_from_url": "Új kép feltöltése adott URL-ről",
diff --git a/public/language/id/error.json b/public/language/id/error.json
index e999e2c4b4..04dfb64ce9 100644
--- a/public/language/id/error.json
+++ b/public/language/id/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Nama grup terlalu pendek",
"group-already-exists": "Grup sudah ada",
"group-name-change-not-allowed": "Perubahan nama grup tidak dibolehkan",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/id/groups.json b/public/language/id/groups.json
index 7b3441f9df..1dd5ed9574 100644
--- a/public/language/id/groups.json
+++ b/public/language/id/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Rincian Grup",
diff --git a/public/language/id/modules.json b/public/language/id/modules.json
index 1b9672fb1b..7dc353508e 100644
--- a/public/language/id/modules.json
+++ b/public/language/id/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Kamu yakin akan membuang posting ini?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/id/notifications.json b/public/language/id/notifications.json
index b05903d9a4..a9ea3f3b75 100644
--- a/public/language/id/notifications.json
+++ b/public/language/id/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Kamu memiliki pemberitahuan yang belum dibaca.",
"new_message_from": "Pesan baru dari %1",
"upvoted_your_post_in": "%1 telah melakukan upvote untuk posting kamu di %2.",
- "moved_your_post": "%1 telah memindahkan postingmu.",
- "moved_your_topic": "%1 telah memindahkan topikmu.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 telah memfavoritkan posting mu di %2.",
"user_flagged_post_in": "%1 menandai sebuah posting di %2",
"user_posted_to": "%1 telah mengirim sebuah balasan kepada: %2",
diff --git a/public/language/id/pages.json b/public/language/id/pages.json
index 8f6e76e299..7b556d7723 100644
--- a/public/language/id/pages.json
+++ b/public/language/id/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/id/topic.json b/public/language/id/topic.json
index cf515c2cad..3fd78e6eb4 100644
--- a/public/language/id/topic.json
+++ b/public/language/id/topic.json
@@ -27,7 +27,6 @@
"locked": "Terkunci",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Tandai posting ini untuk moderasi",
- "flag_confirm": "Kamu yakin ingin menandai posting ini?",
"flag_success": "Posting ini telah ditandai untuk moderasi",
"deleted_message": "Topik ini telah dihapus. Hanya pengguna dengan hak manajemen topik yang dapat melihatnya.",
"following_topic.message": "Saat ini kamu akan menerima pemberitahuan saat seseorang membuat posting di dalam topik ini.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Terlama ke Terbaru",
"newest_to_oldest": "Terbaru ke Terlama",
"most_votes": "Vote terbanyak",
- "most_posts": "Postingan terbanyak"
+ "most_posts": "Postingan terbanyak",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/id/user.json b/public/language/id/user.json
index e03e847088..0ce6414cea 100644
--- a/public/language/id/user.json
+++ b/public/language/id/user.json
@@ -28,7 +28,6 @@
"following": "Mengikuti",
"aboutme": "About me",
"signature": "Tanda Pengenal",
- "gravatar": "Gravatar",
"birthday": "Hari Lahir",
"chat": "Percakapan",
"follow": "Ikuti",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profil berhasil diperbarui!",
"change_picture": "Ganti Gambar/Foto",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Perbarui",
+ "default_picture": "Default Icon",
"uploaded_picture": "Gambar/Foto yang Diunggah",
"upload_new_picture": "Unggah Gambar/Foto Baru",
"upload_new_picture_from_url": "Unggah Gambar/Foto Baru dari URL",
diff --git a/public/language/it/error.json b/public/language/it/error.json
index 1acd179ac4..d825b7cfe8 100644
--- a/public/language/it/error.json
+++ b/public/language/it/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Nome del Gruppo troppo corto",
"group-already-exists": "Il Gruppo esiste già",
"group-name-change-not-allowed": "Il cambio di nome al Gruppo non è consentito",
- "group-already-member": "Fai già parte di questo gruppo",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Questo gruppo richiede almeno un proprietario.",
"group-already-invited": "Questo utente è già stato invitato",
"group-already-requested": "La tua richiesta di partecipazione è già stata inviata",
diff --git a/public/language/it/groups.json b/public/language/it/groups.json
index cc48e2abfa..92a8729eb1 100644
--- a/public/language/it/groups.json
+++ b/public/language/it/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Sei stato invitato a entrare in %1",
"request.notification_title": "Richiesta di iscrizione al gruppo da %1",
"request.notification_text": "%1 ha richiesto di essere iscritto a %2",
- "cover-instructions": "Drag and Drop una fotografia, spostarla ad una posizione, e premere Salva",
- "cover-change": "Cambia",
"cover-save": "Salva",
"cover-saving": "Salvando",
"details.title": "Dettagli Gruppo",
diff --git a/public/language/it/modules.json b/public/language/it/modules.json
index 5d9b4a8e1d..03e6d27018 100644
--- a/public/language/it/modules.json
+++ b/public/language/it/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Sei sicuro di voler scartare questo post?",
"composer.submit_and_lock": "Invia e Blocca",
"composer.toggle_dropdown": "Mostra/Nascondi menu a discesa",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Annulla",
"bootbox.confirm": "Conferma"
diff --git a/public/language/it/notifications.json b/public/language/it/notifications.json
index 031859daf3..4de2aa1a50 100644
--- a/public/language/it/notifications.json
+++ b/public/language/it/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Hai notifiche non lette.",
"new_message_from": "Nuovo messaggio da %1",
"upvoted_your_post_in": "%1 ha votato positivamente il tuo post in %2.",
- "moved_your_post": "%1 has spostato il tuo post.",
- "moved_your_topic": "%1 ha spostato la tua discussione.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 ha messo nei favoriti il tuo post in %2.",
"user_flagged_post_in": "%1 ha segnalato un post in %2",
"user_posted_to": "%1 ha postato una risposta a: %2",
diff --git a/public/language/it/pages.json b/public/language/it/pages.json
index fc632584c2..d3fc4243a3 100644
--- a/public/language/it/pages.json
+++ b/public/language/it/pages.json
@@ -24,6 +24,9 @@
"chats": "Chat",
"chat": "In chat con %1",
"account/edit": "Modificando \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Persone seguite da %1",
"account/followers": "Persone che seguono %1",
"account/posts": "Post creati da %1",
diff --git a/public/language/it/topic.json b/public/language/it/topic.json
index f2e91946b1..56d6cd7047 100644
--- a/public/language/it/topic.json
+++ b/public/language/it/topic.json
@@ -25,9 +25,8 @@
"tools": "Strumenti",
"flag": "Segnala",
"locked": "Bloccato",
- "bookmark_instructions": "Click here to return to the last unread post in this thread.",
+ "bookmark_instructions": "Clicca qui per tornare all'ultimo post non letto in questo thread",
"flag_title": "Segnala questo post per la moderazione",
- "flag_confirm": "Sei sicuro di voler contrassegnare questo post?",
"flag_success": "Questo post è stato contrassegnato per la moderazione.",
"deleted_message": "Questa discussione è stata cancellata. Solo gli utenti con diritti di gestione possono vederla.",
"following_topic.message": "Da ora riceverai notifiche quando qualcuno posterà in questa discussione.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Da Vecchi a Nuovi",
"newest_to_oldest": "Da Nuovi a Vecchi",
"most_votes": "Più votati",
- "most_posts": "Ulteriori post"
+ "most_posts": "Ulteriori post",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/it/user.json b/public/language/it/user.json
index cc904c383a..9928c8e028 100644
--- a/public/language/it/user.json
+++ b/public/language/it/user.json
@@ -28,7 +28,6 @@
"following": "Chi segue",
"aboutme": "Su di me",
"signature": "Firma",
- "gravatar": "Gravatar",
"birthday": "Data di nascita",
"chat": "Chat",
"follow": "Segui",
@@ -36,7 +35,10 @@
"more": "Altro",
"profile_update_success": "Profilo aggiornato correttamente!",
"change_picture": "Cambia Foto",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Modifica",
+ "default_picture": "Default Icon",
"uploaded_picture": "Foto caricata",
"upload_new_picture": "Carica una nuova foto",
"upload_new_picture_from_url": "Carica nuova immagine da URL",
@@ -51,7 +53,7 @@
"confirm_password": "Conferma la Password",
"password": "Password",
"username_taken_workaround": "Il nome utente che hai richiesto era già stato utilizzato, quindi lo abbiamo modificato leggermente. Ora il tuo è %1",
- "password_same_as_username": "Your password is the same as your username, please select another password.",
+ "password_same_as_username": "La tua password è uguale al tuo username, per piacere scegli un'altra password",
"upload_picture": "Carica foto",
"upload_a_picture": "Carica una foto",
"remove_uploaded_picture": "Elimina foto caricata",
diff --git a/public/language/ja/error.json b/public/language/ja/error.json
index e268aedd0c..1cdd3922a6 100644
--- a/public/language/ja/error.json
+++ b/public/language/ja/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "グループ名は短すぎます。",
"group-already-exists": "グループ名はすでに存在しています",
"group-name-change-not-allowed": "グループ名の修正はできません",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/ja/groups.json b/public/language/ja/groups.json
index 1d1a6cf52b..dac30e51b8 100644
--- a/public/language/ja/groups.json
+++ b/public/language/ja/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Group Details",
diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json
index b8e51f3cb3..1daf348dc2 100644
--- a/public/language/ja/modules.json
+++ b/public/language/ja/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Are you sure you wish to discard this post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/ja/notifications.json b/public/language/ja/notifications.json
index 69a49aee20..070c4db46d 100644
--- a/public/language/ja/notifications.json
+++ b/public/language/ja/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "未読の通知があります。",
"new_message_from": "%1からの新しいメッセージ",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 は %2 への返事を作成しました。",
diff --git a/public/language/ja/pages.json b/public/language/ja/pages.json
index 600ca51a2e..aa6dcfbea2 100644
--- a/public/language/ja/pages.json
+++ b/public/language/ja/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json
index 94a542485f..8b96257f6a 100644
--- a/public/language/ja/topic.json
+++ b/public/language/ja/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "リポートする",
- "flag_confirm": "本当にこのポストをリポートするか?",
"flag_success": "このポストをリポートしました。",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "このスレッドが更新された際に通知を受け取ります。",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/ja/user.json b/public/language/ja/user.json
index 3515f814bc..8ad336c6fa 100644
--- a/public/language/ja/user.json
+++ b/public/language/ja/user.json
@@ -28,7 +28,6 @@
"following": "フォロー中",
"aboutme": "About me",
"signature": "署名",
- "gravatar": "Gravatar",
"birthday": "誕生日",
"chat": "チャット",
"follow": "フォロー",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "プロフィールを更新しました!",
"change_picture": "画像を変更",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "編集",
+ "default_picture": "Default Icon",
"uploaded_picture": "アップロード済みの画像",
"upload_new_picture": "新しい画像をアップロード",
"upload_new_picture_from_url": "Upload New Picture From URL",
diff --git a/public/language/ko/error.json b/public/language/ko/error.json
index 9477533623..cdcbe85f13 100644
--- a/public/language/ko/error.json
+++ b/public/language/ko/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "그룹 이름이 너무 짧습니다.",
"group-already-exists": "이미 존재하는 그룹입니다.",
"group-name-change-not-allowed": "금지된 그룹 이름입니다.",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/ko/groups.json b/public/language/ko/groups.json
index f6c6e5a552..6c360334a7 100644
--- a/public/language/ko/groups.json
+++ b/public/language/ko/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "그룹 상세정보",
diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json
index 2dda7bd187..686e06078b 100644
--- a/public/language/ko/modules.json
+++ b/public/language/ko/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "이 게시물을 지우겠습니까?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/ko/notifications.json b/public/language/ko/notifications.json
index e50a24c363..652309a46b 100644
--- a/public/language/ko/notifications.json
+++ b/public/language/ko/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "읽지 않은 알림이 있습니다.",
"new_message_from": "%1님이 메시지를 보냈습니다.",
"upvoted_your_post_in": "%1님이 %2의 내 게시물을 추천했습니다.",
- "moved_your_post": "%1님이 내 게시물을 옮겼습니다.",
- "moved_your_topic": "%1님이 내 주제를 옮겼습니다.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1님이 %2의 내 게시물을 좋아합니다.",
"user_flagged_post_in": "%1님이 %2의 게시물을 신고했습니다.",
"user_posted_to": "%1님이 %2에 답글을 작성했습니다.",
diff --git a/public/language/ko/pages.json b/public/language/ko/pages.json
index 8824780e40..49d155317b 100644
--- a/public/language/ko/pages.json
+++ b/public/language/ko/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json
index e90f4fd0de..9b792bea19 100644
--- a/public/language/ko/topic.json
+++ b/public/language/ko/topic.json
@@ -27,7 +27,6 @@
"locked": "잠김",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "이 게시물을 신고",
- "flag_confirm": "정말로 신고하시겠습니까?",
"flag_success": "이 게시물은 신고되었습니다.",
"deleted_message": "이 주제는 삭제되었습니다. 주제 관리 권한이 있는 사용자만 볼 수 있습니다.",
"following_topic.message": "이제 이 주제에 새 답글이 달리면 알림을 받습니다.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "오래된 순으로 정렬",
"newest_to_oldest": "최신 순으로 정렬",
"most_votes": "추천수 순으로 정렬",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/ko/user.json b/public/language/ko/user.json
index 342b8f47e2..5f90ebf697 100644
--- a/public/language/ko/user.json
+++ b/public/language/ko/user.json
@@ -28,7 +28,6 @@
"following": "이 사용자가 팔로우",
"aboutme": "About me",
"signature": "서명",
- "gravatar": "그라바타",
"birthday": "생일",
"chat": "채팅",
"follow": "팔로우",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "성공적으로 프로필을 저장했습니다.",
"change_picture": "사진 변경",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "프로필 수정",
+ "default_picture": "Default Icon",
"uploaded_picture": "사진 업로드",
"upload_new_picture": "새 사진 업로드",
"upload_new_picture_from_url": "URL을 통해 새 사진 업로드",
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index 28d5e4a7ed..24eb322e39 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Grupės pavadinimas per trumpas",
"group-already-exists": "Tokia grupė jau egzistuoja",
"group-name-change-not-allowed": "Grupės pavadinimas keitimas neleidžiamas",
- "group-already-member": "Jūs jau priklausote šiai grupei",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Ši grupė reikalauja mažiausiai vieno savininko",
"group-already-invited": "Šis vartotojas jau buvo pakviestas",
"group-already-requested": "Jūsų prašymas dėl narystes jau buvo pateiktas",
diff --git a/public/language/lt/groups.json b/public/language/lt/groups.json
index 15c03efcbb..a97205e7b6 100644
--- a/public/language/lt/groups.json
+++ b/public/language/lt/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Vilkite čia nuotrauką, perkelkite į reikalingą poziciją ir spauskite Save",
- "cover-change": "Keisti",
"cover-save": "Saugoti",
"cover-saving": "Išsaugoma",
"details.title": "Grupės detalės",
diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json
index 96f7ee6649..8edd717201 100644
--- a/public/language/lt/modules.json
+++ b/public/language/lt/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Ar tikrai norite sunaikinti šį pranešimą?",
"composer.submit_and_lock": "Pateikti ir užrakinti",
"composer.toggle_dropdown": "Perjungti Nukritimą",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/lt/notifications.json b/public/language/lt/notifications.json
index d4a5855d8a..b66c29ea42 100644
--- a/public/language/lt/notifications.json
+++ b/public/language/lt/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Jūs turite neperskaitytų pranešimų.",
"new_message_from": "Nauja žinutė nuo %1",
"upvoted_your_post_in": "%1 užbalsavo už jūsų pranešima čia %2.",
- "moved_your_post": "%1 perkėlė jūsų pranešimą",
- "moved_your_topic": "%1 perkėlė jūsų temą",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 patinka jūsų pranešimas čia %2",
"user_flagged_post_in": "%1pagrįso nuomone čia %2",
"user_posted_to": "%1 parašė atsaką %2",
diff --git a/public/language/lt/pages.json b/public/language/lt/pages.json
index bd41a09b65..28b7c4fe89 100644
--- a/public/language/lt/pages.json
+++ b/public/language/lt/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json
index 69a8fa02a6..df43294896 100644
--- a/public/language/lt/topic.json
+++ b/public/language/lt/topic.json
@@ -27,7 +27,6 @@
"locked": "Užrakinta",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Pažymėti ši pranešimą moderatoriams",
- "flag_confirm": "Ar jūs tikras, kad norite pažymėti šį įrašą?",
"flag_success": "Šis pranešimas buvo pažymėtas moderatorių patikrinimui.",
"deleted_message": "Ši tema buvo ištrinta. Tik Vartotojai su temos redagavimo privilegijomis gali matyti ja",
"following_topic.message": "Dabar jūs gausite pranešimus kai kas nors atrašys šioje temoje.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Nuo seniausių iki naujausių",
"newest_to_oldest": "Nuo naujausių iki seniausių",
"most_votes": "Daugiausiai balsų",
- "most_posts": "Daugiausia įrašų"
+ "most_posts": "Daugiausia įrašų",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/lt/user.json b/public/language/lt/user.json
index dc15d636fd..4eb7e88bab 100644
--- a/public/language/lt/user.json
+++ b/public/language/lt/user.json
@@ -28,7 +28,6 @@
"following": "Seka",
"aboutme": "Apie mane",
"signature": "Parašas",
- "gravatar": "Gravatar",
"birthday": "Gimimo diena",
"chat": "Susirašinėti",
"follow": "Sekti",
@@ -36,7 +35,10 @@
"more": "Daugiau",
"profile_update_success": "Profilis sėkmingai atnaujintas!",
"change_picture": "Pakeisti paveikslėlį",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Redaguoti",
+ "default_picture": "Default Icon",
"uploaded_picture": "Įkeltas paveikslėlis",
"upload_new_picture": "Įkelti naują paveikslėlį",
"upload_new_picture_from_url": "Įkelti naują paveikslėlį iš URL",
diff --git a/public/language/ms/error.json b/public/language/ms/error.json
index b921af3701..ef2b55694d 100644
--- a/public/language/ms/error.json
+++ b/public/language/ms/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Nama kumpulan terlalu pendek",
"group-already-exists": "Kumpulan telah wujud",
"group-name-change-not-allowed": "Pengubahan nama kumpulan tidak dibenarkan",
- "group-already-member": "Anda telah pun menjadi ahli kumpulan ini",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Kumpulan ini memerlukan sekurang-kurangnya seorang pemilik",
"group-already-invited": "Pengguna ini telah pun dijemput",
"group-already-requested": "Permintaan anda untuk menjadi telah pun dihantar",
diff --git a/public/language/ms/groups.json b/public/language/ms/groups.json
index d57ed218d2..a66a6b2af3 100644
--- a/public/language/ms/groups.json
+++ b/public/language/ms/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Anda telah dijemput untuk menyertai %1",
"request.notification_title": "Jemputan Ahli Kumpulan dari %1",
"request.notification_text": "%1 telah dijemput untuk menjadi ahli %2",
- "cover-instructions": "Seret dan lepas gambar, lepas ke posisi, dan tekan Simpan",
- "cover-change": "Ubah",
"cover-save": "Simpan",
"cover-saving": "Menyimpan",
"details.title": "Perincian Kumpulan",
diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json
index a759eefca5..f9fd7a88c1 100644
--- a/public/language/ms/modules.json
+++ b/public/language/ms/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Anda yakin untuk membuang kiriman ini?",
"composer.submit_and_lock": "Hantar dan Kunci",
"composer.toggle_dropdown": "Togol Kebawah",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "Ok",
"bootbox.cancel": "Batal",
"bootbox.confirm": "Pasti"
diff --git a/public/language/ms/notifications.json b/public/language/ms/notifications.json
index b6a3e921fe..f08e8be9fc 100644
--- a/public/language/ms/notifications.json
+++ b/public/language/ms/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Ada pemberitahuan yang belum dibaca",
"new_message_from": "Pesanan baru daripada %1",
"upvoted_your_post_in": "%1 telah mengundi naik kiriman and di %2.",
- "moved_your_post": "%1 telah memindahkan kiriman anda.",
- "moved_your_topic": "%1 telah memindahkan topik anda.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 menggemari kiriman and di %2.",
"user_flagged_post_in": "%1 menanda kiriman anda di %2",
"user_posted_to": "%1 telah membalas kiriman kepada: %2",
diff --git a/public/language/ms/pages.json b/public/language/ms/pages.json
index bf2adb7117..286ce1843f 100644
--- a/public/language/ms/pages.json
+++ b/public/language/ms/pages.json
@@ -24,6 +24,9 @@
"chats": "Borak",
"chat": "Borak Dengan %1",
"account/edit": "Menyunting \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Mengikut %1 orang",
"account/followers": "Diikuti oleh %1",
"account/posts": "Kiriman oleh %1",
diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json
index ead484a75e..e7f654396b 100644
--- a/public/language/ms/topic.json
+++ b/public/language/ms/topic.json
@@ -27,7 +27,6 @@
"locked": "Kunci",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Tanda kiriman ini untuk diselia",
- "flag_confirm": "Adakah anda pasti untuk menanda kiriman ini",
"flag_success": "Kiriman ini telah ditandakan untuk diselia",
"deleted_message": "Topik ini telah dipadam. Hanya pengguna dengan kuasa pengurusan boleh melihatnya.",
"following_topic.message": "Anda akan menerima makluman apabila ada kiriman ke dalam topik ini",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Lama ke Baru",
"newest_to_oldest": "Baru ke Lama",
"most_votes": "Terbanyak Undi",
- "most_posts": "Terbanyak Kiriman"
+ "most_posts": "Terbanyak Kiriman",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/ms/user.json b/public/language/ms/user.json
index e1861294ca..64261ba30d 100644
--- a/public/language/ms/user.json
+++ b/public/language/ms/user.json
@@ -2,33 +2,32 @@
"banned": "Diharamkan",
"offline": "Luar talian",
"username": "Nama pengguna",
- "joindate": "Tarikh Mula",
+ "joindate": "Tarikh Daftar",
"postcount": "Jumlah Kiriman",
"email": "Emel",
"confirm_email": "Pastikan Emel",
"ban_account": "Haramkan Akaun",
- "ban_account_confirm": "Anda pasti ingin mengharamkan pengguna ini?",
- "unban_account": "Nyah-haram Akaun",
+ "ban_account_confirm": "Adakah anda pasti ingin menyekat pengguna ini?",
+ "unban_account": "Buang Sekatan Akaun",
"delete_account": "Padam Akaun",
"delete_account_confirm": "Anda yakin untuk padam akaun anda?
Pebuatan ini tidak boleh diundur dan anda tidak boleh memulihkan sebarang data anda.
Masukkan nama pengguna anda untuk memastikan anda benar-benar ingin memadam akaun ini.",
- "delete_this_account_confirm": "Anda yakin untuk padam akaum ini?
Pebuatan ini tidak boleh diundur dan anda tidak boleh memulihkan sebarang data
",
+ "delete_this_account_confirm": "Anda yakin untuk padam akaun ini?
Pebuatan ini tidak boleh diundur dan anda tidak boleh memulihkan sebarang data
",
"account-deleted": "Akaun Dipadam",
- "fullname": "Nama penuh",
+ "fullname": "Nama Penuh",
"website": "Laman Web",
"location": "Lokasi",
"age": "Umur",
"joined": "Menyertai",
"lastonline": "Kali terakhir ditalian",
"profile": "Profil",
- "profile_views": "Lihat profil",
+ "profile_views": "Paparan Profil",
"reputation": "Reputasi",
"favourites": "Kegemaran",
"watched": "Melihat",
"followers": "Pengikut",
"following": "Mengikuti",
- "aboutme": "Tentan saya",
+ "aboutme": "Tentang saya",
"signature": "Tandatangan",
- "gravatar": "Gravatar",
"birthday": "Tarikh lahir",
"chat": "Bersembang",
"follow": "Ikuti",
@@ -36,7 +35,10 @@
"more": "Lagi",
"profile_update_success": "Profil telah dikemaskini",
"change_picture": "Tukar gambar",
- "edit": "Sunting",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
+ "edit": "Kemaskini",
+ "default_picture": "Default Icon",
"uploaded_picture": "Muatnaik gambak",
"upload_new_picture": "Muatnaik gambar baru",
"upload_new_picture_from_url": "Muatnaik gambar baru dari URL",
@@ -51,7 +53,7 @@
"confirm_password": "Sahkan kata laluan",
"password": "kata laluan",
"username_taken_workaround": "Nama pengguna yang anda minta telah digunakan oleh orang lain, jadi kami telah mengubahsuaikannya sedikit. Anda kini dikenali sebagai %1",
- "password_same_as_username": "Your password is the same as your username, please select another password.",
+ "password_same_as_username": "Kata laluan anda adalah sama seperti nama pengguna, sila pilih kata laluan yang lain",
"upload_picture": "Muatnaik gambar",
"upload_a_picture": "Muatnaik sekeping gambar",
"remove_uploaded_picture": "Buang Gambar Yang Dimuatnaik",
diff --git a/public/language/nb/error.json b/public/language/nb/error.json
index 7e1916ac49..ed65b3c951 100644
--- a/public/language/nb/error.json
+++ b/public/language/nb/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Gruppenavnet er for kort",
"group-already-exists": "Gruppe eksisterer allerede",
"group-name-change-not-allowed": "Endring av gruppenavn er ikke tillatt",
- "group-already-member": "Du er allerede en del av denne gruppen",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Denne gruppen krever minst en eier",
"group-already-invited": "Denne brukeren har allerede blitt invitert",
"group-already-requested": "Forespørsel om medlemskap er allerede innsendt",
diff --git a/public/language/nb/groups.json b/public/language/nb/groups.json
index fe11422227..0b316ccb2a 100644
--- a/public/language/nb/groups.json
+++ b/public/language/nb/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Du har blitt invitert til %1",
"request.notification_title": "Forespørsel om gruppemedlemskap fra %1",
"request.notification_text": "%1 har forespurt å bli medlem av %2",
- "cover-instructions": "Dra og slipp et bilde, dra til posisjon, og trykk Lagre",
- "cover-change": "Endre",
"cover-save": "Lagre",
"cover-saving": "Lagrer",
"details.title": "Gruppedetaljer",
diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json
index 346d33f554..8e422b9a47 100644
--- a/public/language/nb/modules.json
+++ b/public/language/nb/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Er du sikker på at du vil forkaste dette innlegget?",
"composer.submit_and_lock": "Send og lås",
"composer.toggle_dropdown": "Veksle nedtrekksfelt",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Avbryt",
"bootbox.confirm": "Bekreft"
diff --git a/public/language/nb/notifications.json b/public/language/nb/notifications.json
index d77291b2a9..984549388f 100644
--- a/public/language/nb/notifications.json
+++ b/public/language/nb/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Du har uleste varsler.",
"new_message_from": "Ny melding fra %1",
"upvoted_your_post_in": "%1 har stemt opp innlegget ditt i %2.",
- "moved_your_post": "%1 har flyttet innlegget ditt.",
- "moved_your_topic": "%1 har flyttet emnet ditt.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 har favorittmerket innlegget ditt i %2",
"user_flagged_post_in": "%1 har flagget et innlegg i %2",
"user_posted_to": "%1 har skrevet et svar til: %2",
diff --git a/public/language/nb/pages.json b/public/language/nb/pages.json
index 4753f2beca..bd827c4efe 100644
--- a/public/language/nb/pages.json
+++ b/public/language/nb/pages.json
@@ -24,6 +24,9 @@
"chats": "Samtaler",
"chat": "Samtale med %1",
"account/edit": "Endrer \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Personer %1 følger",
"account/followers": "Personer som følger %1",
"account/posts": "Innlegg opprettet av %1",
diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json
index 5c868f3df2..5b136c1bc1 100644
--- a/public/language/nb/topic.json
+++ b/public/language/nb/topic.json
@@ -27,7 +27,6 @@
"locked": "Låst",
"bookmark_instructions": "Klikk her for å returnere til siste uleste emne i denne tråden.",
"flag_title": "Rapporter dette innlegget for granskning",
- "flag_confirm": "Er du sikker på at du vil rapportere dette innlegget?",
"flag_success": "Dette innlegget har blitt rapportert.",
"deleted_message": "Dette emnet har blitt slettet. Bare brukere med emnehåndterings-privilegier kan se den.",
"following_topic.message": "Du vil nå motta varsler når noen skriver i denne tråden.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Eldste til nyeste",
"newest_to_oldest": "Nyeste til eldste",
"most_votes": "Flest stemmer",
- "most_posts": "Flest innlegg"
+ "most_posts": "Flest innlegg",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/nb/user.json b/public/language/nb/user.json
index 52c9af7fd4..10a9a9467a 100644
--- a/public/language/nb/user.json
+++ b/public/language/nb/user.json
@@ -28,7 +28,6 @@
"following": "Følger",
"aboutme": "Om meg",
"signature": "Signatur",
- "gravatar": "Gravatar",
"birthday": "Bursdag",
"chat": "Chat",
"follow": "Følg",
@@ -36,7 +35,10 @@
"more": "Mer",
"profile_update_success": "Profilen ble oppdatert!",
"change_picture": "Bytt bilde",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Endre",
+ "default_picture": "Default Icon",
"uploaded_picture": "Opplastet bilde",
"upload_new_picture": "Last opp nytt bidle",
"upload_new_picture_from_url": "Last opp nytt bilde fra URL",
diff --git a/public/language/nl/error.json b/public/language/nl/error.json
index 94b882c168..375e091b15 100644
--- a/public/language/nl/error.json
+++ b/public/language/nl/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "De groepsnaam bevat niet genoeg tekens",
"group-already-exists": "Een groep met deze naam bestaat al",
"group-name-change-not-allowed": "Het veranderen van de groepsnaam is niet toegestaan!",
- "group-already-member": "Groepslidmaatschap al aanwezig",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "De groep vereist ten minste 1 eigenaar",
"group-already-invited": "Deze gebruiker is all uitgenodigt ",
"group-already-requested": "Uw lidmaatschap aanvraag is all verstuurd",
diff --git a/public/language/nl/groups.json b/public/language/nl/groups.json
index 6d655b5059..19a28950be 100644
--- a/public/language/nl/groups.json
+++ b/public/language/nl/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Je bent uitgenodigd voor de groep %1",
"request.notification_title": "groepsverzoek gekregen van %1",
"request.notification_text": "%1 heeft een verzoek ingediend om een lid te zijn van de groep %2",
- "cover-instructions": "Sleep een afbeelding, sleep om te positioneren en klik tenslotte op Opslaan",
- "cover-change": "Bewerken",
"cover-save": "Opslaan",
"cover-saving": "Bezig met opslaan",
"details.title": "Groepsdetails",
diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json
index 2324798d39..672f1dc3e3 100644
--- a/public/language/nl/modules.json
+++ b/public/language/nl/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Bericht plaatsen annuleren?",
"composer.submit_and_lock": "Plaats een bericht en vergrendel direct het onderwerp",
"composer.toggle_dropdown": "Keuzelijst schakelen",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Anuleren",
"bootbox.confirm": "Bevestig"
diff --git a/public/language/nl/notifications.json b/public/language/nl/notifications.json
index d8ee5b7287..e150bd82ee 100644
--- a/public/language/nl/notifications.json
+++ b/public/language/nl/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Ongelezen berichten",
"new_message_from": "Nieuw bericht van %1",
"upvoted_your_post_in": "%1 heeft voor een bericht gestemd in %2.",
- "moved_your_post": "%1 heeft het bericht verplaatst.",
- "moved_your_topic": "%1 heeft het onderwerp verplaatst.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 heeft een van onze berichten in %2 aan de favorieten toegevoegd.",
"user_flagged_post_in": "%1 rapporteerde een bericht in %2",
"user_posted_to": "%1 heeft een reactie op het bericht gegeven aan %2",
diff --git a/public/language/nl/pages.json b/public/language/nl/pages.json
index 220ea1bc3b..818e86fcb6 100644
--- a/public/language/nl/pages.json
+++ b/public/language/nl/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatten met %1",
"account/edit": "\"%1\" aanpassen",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Door %1 gevolgd",
"account/followers": "Die %1 volgen",
"account/posts": "Berichten geplaatst door %1",
diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json
index c9e7de050c..fa250cde43 100644
--- a/public/language/nl/topic.json
+++ b/public/language/nl/topic.json
@@ -27,7 +27,6 @@
"locked": "Gesloten",
"bookmark_instructions": "Klik hier om terug te gaan om de nieuwste bericht te bekijken in deze onderwerp",
"flag_title": "Bericht aan beheerders melden",
- "flag_confirm": "Weet u het zeker dat u dit bericht wilt rapporteren?",
"flag_success": "Het bericht is gerapporteerd aan beheer.",
"deleted_message": "Dit onderwerp is verwijderd. Alleen gebruikers met beheerrechten op onderwerpniveau kunnen dit inzien.",
"following_topic.message": "Vanaf nu worden meldingen ontvangen zodra iemand een reactie op dit onderwerp geeft.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oudste berichten bovenaan",
"newest_to_oldest": "Meest recente berichten bovenaan",
"most_votes": "Meeste aantal stemmen",
- "most_posts": "Meeste aantal reacties"
+ "most_posts": "Meeste aantal reacties",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/nl/user.json b/public/language/nl/user.json
index f21566e8b0..3fd511dd0f 100644
--- a/public/language/nl/user.json
+++ b/public/language/nl/user.json
@@ -28,7 +28,6 @@
"following": "Volgend",
"aboutme": "Over mij",
"signature": "Handtekening",
- "gravatar": "Gravatar",
"birthday": "Verjaardag",
"chat": "Chat",
"follow": "Volgen",
@@ -36,7 +35,10 @@
"more": "Meer",
"profile_update_success": "Het gebruikersprofiel is met succes gewijzigd",
"change_picture": "Bewerk afbeelding",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Bewerken",
+ "default_picture": "Default Icon",
"uploaded_picture": "Opgehaalde afbeelding",
"upload_new_picture": "Nieuwe afbeelding opsturen",
"upload_new_picture_from_url": "Nieuwe afbeelding vanaf een URL toevoegen",
diff --git a/public/language/pl/error.json b/public/language/pl/error.json
index 5147322b49..8de6051b5c 100644
--- a/public/language/pl/error.json
+++ b/public/language/pl/error.json
@@ -1,31 +1,31 @@
{
- "invalid-data": "Błędne dane",
+ "invalid-data": "Błędne Dane",
"not-logged-in": "Nie jesteś zalogowany/a.",
- "account-locked": "Twoje konto zostało tymczasowo zablokowane.",
- "search-requires-login": "Searching requires an account - please login or register.",
- "invalid-cid": "Błędne ID kategorii.",
- "invalid-tid": "Błędne ID tematu",
- "invalid-pid": "Błędne ID postu",
- "invalid-uid": "Błędne ID użytkownika.",
- "invalid-username": "Błędny login.",
- "invalid-email": "Błędny e-mail.",
- "invalid-title": "Błędny tytuł.",
- "invalid-user-data": "Błędne dane użytkownika.",
- "invalid-password": "Błędne hasło",
+ "account-locked": "Twoje konto zostało tymczasowo zablokowane",
+ "search-requires-login": "Wyszukiwanie wymaga konta - zaloguj się lub zarejestruj.",
+ "invalid-cid": "Błędne ID Kategorii",
+ "invalid-tid": "Błędne ID Tematu",
+ "invalid-pid": "Błędne ID Postu",
+ "invalid-uid": "Błędne ID Użytkownika",
+ "invalid-username": "Błędny Login",
+ "invalid-email": "Błędny Email",
+ "invalid-title": "Błędny tytuł!",
+ "invalid-user-data": "Błędne Dane Użytkownika",
+ "invalid-password": "Błędne Hasło",
"invalid-username-or-password": "Proszę podać nazwę użytkownika i hasło",
- "invalid-search-term": "Błędne hasło wyszukiwania",
+ "invalid-search-term": "Błędne wyszukiwane wyrażenie",
"invalid-pagination-value": "Błędna wartość paginacji",
- "username-taken": "Login zajęty.",
- "email-taken": "E-mail zajęty.",
+ "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ć.",
- "email-not-confirmed-chat": "You are unable to chat until your email is confirmed, please click here to confirm your email.",
+ "email-not-confirmed-chat": "Nie możesz prowadzić rozmów dopóki twój email nie zostanie potwierdzony, kliknij tutaj, aby potwierdzić swój email.",
"no-email-to-confirm": "To forum wymaga weryfikacji przez email. Proszę kliknąć tutaj, aby wprowadzić adres.",
"email-confirm-failed": "Nie byliśmy w stanie potwierdzić twojego email-a. Proszę spróbować później.",
- "confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
- "username-too-short": "Nazwa użytkownika za krótka.",
+ "confirm-email-already-sent": "Email potwierdzający został już wysłany, proszę odczekaj jeszcze %1 minut(y), aby wysłać kolejny.",
+ "username-too-short": "Nazwa użytkownika za krótka",
"username-too-long": "Zbyt długa nazwa użytkownika",
"user-banned": "Użytkownik zbanowany",
- "user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
+ "user-too-new": "Przepraszamy, musisz odczekać %1 sekund(y) przed utworzeniem pierwszego posta",
"no-category": "Kategoria nie istnieje",
"no-topic": "Temat nie istnieje",
"no-post": "Post nie istnieje",
@@ -35,58 +35,59 @@
"no-privileges": "Nie masz przywileju wykonywania tej akcji",
"no-emailers-configured": "Nie zainstalowano żadnego dodatku obsługującego e-mail, więc nie można wysłać testowej wiadomości.",
"category-disabled": "Kategoria wyłączona.",
- "topic-locked": "Temat zamknięty",
- "post-edit-duration-expired": "You are only allowed to edit posts for %1 second(s) after posting",
+ "topic-locked": "Temat Zablokowany",
+ "post-edit-duration-expired": "Możesz edytować posty tylko przez %1 sekund(y) po ich napisaniu",
"still-uploading": "Poczekaj na pełne załadowanie",
- "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).",
- "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",
- "tag-too-short": "Please enter a longer tag. Tags should contain at least %1 character(s)",
- "tag-too-long": "Please enter a shorter tag. Tags can't be longer than %1 character(s)",
- "not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
- "too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
- "file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
+ "content-too-short": "Prosimy wpisać dłuższy post. Posty powinny zawierać co najmniej %1 znaków.",
+ "content-too-long": "Prosimy wpisać krótszy post. Posty nie mogą zawierać więcej niż %1 znaków.",
+ "title-too-short": "Prosimy podać dłuższy tytuł. Tytuły powinny zawierać co najmniej %1 znaków.",
+ "title-too-long": "Prosimy podać krótszy tytuł. Tytuły nie mogą być dłuższe niż %1 znaków.",
+ "too-many-posts": "Możesz wysyłać posty raz na %1 sekund - prosimy poczekać przed ponownym dodaniem posta",
+ "too-many-posts-newbie": "Jako nowy użytkownik możesz wysyłać posty raz na %1 sekund, dopóki nie zdobędziesz %2 reputacji - prosimy poczekać przed ponownym dodaniem posta",
+ "tag-too-short": "Prosimy wprowadzić dłuższy tag. Tagi muszą posiadać przynajmniej %1 znak(ów)",
+ "tag-too-long": "Prosimy wprowadzić krótszy tag. Tagi nie mogą być dłuższe niż %1 znak(ów)",
+ "not-enough-tags": "Zbyt mało tagów. Tematy muszą posiadać przynajmniej %1 tag(ów)",
+ "too-many-tags": "Zbyt wiele tagów. Tematy nie mogą posiadać więcej niż %1 tag(ów)",
+ "file-too-big": "Maksymalny dopuszczalny rozmiar pliku to %1kB - prosimy przesłać mniejszy plik",
"cant-vote-self-post": "Nie możesz głosować na własny post",
"already-favourited": "Już polubiłeś ten post",
"already-unfavourited": "Już przestałeś lubić ten post",
"cant-ban-other-admins": "Nie możesz zbanować innych adminów!",
- "cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
- "invalid-image-type": "Błędny typ pliku. Dozwolone typy to: %1",
+ "cant-remove-last-admin": "Jesteś jedynym administratorem. Dodaj innego użytkownika jako administratora przed usunięciem siebie z tej grupy",
+ "invalid-image-type": "Błędny typ obrazka. Dozwolone typy to: %1",
"invalid-image-extension": "Błędne rozszerzenie pliku",
"invalid-file-type": "Błędny typ pliku. Dozwolone typy to: %1",
"group-name-too-short": "Nazwa grupy za krótka",
"group-already-exists": "Grupa już istnieje",
"group-name-change-not-allowed": "Nie można zmieniać nazwy tej grupy.",
- "group-already-member": "Już należysz do tej grupy",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Ta grupa musi mieć przynajmniej jednego właściciela",
- "group-already-invited": "This user has already been invited",
- "group-already-requested": "Your membership request has already been submitted",
+ "group-already-invited": "Ten użytkownik został już zaproszony",
+ "group-already-requested": "Twoje podanie o członkostwo zostało już wysłane",
"post-already-deleted": "Ten post został już skasowany",
"post-already-restored": "Ten post został już przywrócony",
"topic-already-deleted": "Ten temat został już skasowany",
"topic-already-restored": "Ten temat został już przywrócony",
"cant-purge-main-post": "Nie możesz wymazać głównego postu, zamiast tego usuń temat",
- "topic-thumbnails-are-disabled": "Miniatury tematów są wyłączone",
- "invalid-file": "Błędny plik",
- "uploads-are-disabled": "Uploadowanie jest wyłączone",
- "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).",
- "cant-chat-with-yourself": "Nie możesz rozmawiać ze sobą",
- "chat-restricted": "Ten użytkownik ograniczył swoje czaty. Musi Cię śledzić, zanim będziesz mógł z nim czatować.",
- "too-many-messages": "Wysłałeś zbyt wiele wiadomości, proszę poczekaj chwilę.",
- "invalid-chat-message": "Invalid chat message",
- "chat-message-too-long": "Chat message is too long",
- "reputation-system-disabled": "System reputacji został wyłączony",
- "downvoting-disabled": "Ocena postów jest wyłączona",
- "not-enough-reputation-to-downvote": "Masz za mało reputacji by ocenić ten post.",
+ "topic-thumbnails-are-disabled": "Miniatury tematów są wyłączone.",
+ "invalid-file": "Błędny Plik",
+ "uploads-are-disabled": "Przesyłanie plików jest wyłączone",
+ "signature-too-long": "Przepraszamy, twój podpis nie może być dłuższy niż %1 znaków.",
+ "about-me-too-long": "Przepraszamy, twoja informacja o sobie nie może być dłuższa niż %1 znaków.",
+ "cant-chat-with-yourself": "Nie możesz rozmawiać sam ze sobą!",
+ "chat-restricted": "Ten użytkownik ograniczył swoje rozmowy. Musi cię śledzić, aby kontakt z nim był możliwy",
+ "too-many-messages": "Wysłałeś zbyt wiele wiadomości, prosimy chwilę poczekać.",
+ "invalid-chat-message": "Nieprawidłowa wiadomość",
+ "chat-message-too-long": "Wiadomość jest zbyt długa",
+ "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",
"not-enough-reputation-to-flag": "Nie masz dość reputacji, by flagować ten post",
- "already-flagged": "You have already flagged this post",
- "reload-failed": "NodeBB napotkał problem w czasie ładowania \"%1\". Forum będzie nadal dostarczać zasoby dostępne w kliencie, jednak powinieneś cofnąć ostatnią akcję.",
- "registration-error": "Błąd rejestracji",
- "parse-error": "Coś poszło nie tak podczas parsingu odpowiedzi serwera",
+ "already-flagged": "Ten post jest już przez ciebie oznaczony",
+ "reload-failed": "NodeBB napotkało problem w czasie przeładowywania \"%1\". Forum będzie nadal dostarczać istniejące zasoby strony klienta, jednak powinieneś cofnąć ostatnią akcję.",
+ "registration-error": "Błąd Rejestracji",
+ "parse-error": "Coś poszło nie tak podczas przetwarzania odpowiedzi serwera",
"wrong-login-type-email": "Zaloguj się używając adresu email",
"wrong-login-type-username": "Zaloguj się używając nazwy użytkownika"
}
\ No newline at end of file
diff --git a/public/language/pl/groups.json b/public/language/pl/groups.json
index d33cf9550c..ddac8f38ea 100644
--- a/public/language/pl/groups.json
+++ b/public/language/pl/groups.json
@@ -6,23 +6,21 @@
"no_groups_found": "Brak grup do wyświetlenia",
"pending.accept": "Przyjmij",
"pending.reject": "Odrzuć",
- "pending.accept_all": "Przyjmuj Wszystkie",
- "pending.reject_all": "Reject All",
- "pending.none": "There are no pending members at this time",
- "invited.none": "There are no invited members at this time",
- "invited.uninvite": "Rescind Invitation",
- "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",
- "cover-instructions": "Przeciągnij i upuść zdjęcie, ustaw w odpowiedniej pozycji i kliknij Zapisz",
- "cover-change": "Zmień",
+ "pending.accept_all": "Przyjmij Wszystkie",
+ "pending.reject_all": "Odrzuć Wszystkie",
+ "pending.none": "Nie ma w tym momencie żadnych oczekujących członków",
+ "invited.none": "Nie ma w tym momencie żadnych zaproszonych członków",
+ "invited.uninvite": "Cofnij Zaproszenie",
+ "invited.search": "Wyszukaj użytkownika, aby zaprosić go do tej grupy",
+ "invited.notification_title": "Otrzymano zaproszenie do dołączenia do %1",
+ "request.notification_title": "Podanie Członkostwa Grupy od %1",
+ "request.notification_text": "%1 chce zostać członkiem %2",
"cover-save": "Zapisz",
"cover-saving": "Zapisuję",
"details.title": "Szczegóły grupy",
"details.members": "Lista członków",
"details.pending": "Członkowie oczekujący",
- "details.invited": "Invited Members",
+ "details.invited": "Zaproszeni Członkowie",
"details.has_no_posts": "Członkowie tej grupy nie napisali żadnych postów.",
"details.latest_posts": "Ostatnie posty",
"details.private": "Prywatna",
@@ -30,8 +28,8 @@
"details.kick": "Wykop",
"details.owner_options": "Administracja grupy",
"details.group_name": "Nazwa grupy",
- "details.member_count": "Member Count",
- "details.creation_date": "Creation Date",
+ "details.member_count": "Liczba Członków",
+ "details.creation_date": "Data Utworzenia",
"details.description": "Opis",
"details.badge_preview": "Podgląd plakietki",
"details.change_icon": "Zmień ikonę",
@@ -41,13 +39,13 @@
"details.private_help": "Jeśli aktywowane, przystępowanie do grup wymaga zatwierdzenia przez właściciela grupy",
"details.hidden": "Ukryty",
"details.hidden_help": "Jeśli aktywowane, ta grupa nie będzie widoczna w wykazie grup, a użytkownicy będą musieli być zapraszani manualnie.",
- "details.delete_group": "Delete Group",
+ "details.delete_group": "Usuń Grupę",
"event.updated": "Dane grupy zostały zaktualizowane",
"event.deleted": "Grupa \"%1\" została skasowana",
- "membership.accept-invitation": "Accept Invitation",
- "membership.invitation-pending": "Invitation Pending",
- "membership.join-group": "Join Group",
- "membership.leave-group": "Leave Group",
- "membership.reject": "Reject",
- "new-group.group_name": "Group Name:"
+ "membership.accept-invitation": "Przyjmij Zaproszenie",
+ "membership.invitation-pending": "Oczekujące Zaproszenie",
+ "membership.join-group": "Dołącz Do Grupy",
+ "membership.leave-group": "Opuść Grupę",
+ "membership.reject": "Odrzuć",
+ "new-group.group_name": "Nazwa Grupy:"
}
\ No newline at end of file
diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json
index b8b7e88069..efe8b450f8 100644
--- a/public/language/pl/modules.json
+++ b/public/language/pl/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Na pewno chcesz porzucić ten post?",
"composer.submit_and_lock": "Prześlij i Zablokuj",
"composer.toggle_dropdown": "Przełącz Listę Rozwijaną",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Anuluj",
"bootbox.confirm": "Potwierdź"
diff --git a/public/language/pl/notifications.json b/public/language/pl/notifications.json
index fd1436de9a..4f279034c3 100644
--- a/public/language/pl/notifications.json
+++ b/public/language/pl/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Masz nieprzeczytane powiadomienia.",
"new_message_from": "Nowa wiadomość od %1",
"upvoted_your_post_in": "%1 zagłosował na Twój post w %2",
- "moved_your_post": "%1 przeniósł Twój post.",
- "moved_your_topic": "%1 przeniósł Twój temat.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 polubił Twój post w %2.",
"user_flagged_post_in": "%1 oflagował Twój post w %2",
"user_posted_to": "%1 dodał odpowiedź do %2",
diff --git a/public/language/pl/pages.json b/public/language/pl/pages.json
index 72fa9727be..85f916ccc7 100644
--- a/public/language/pl/pages.json
+++ b/public/language/pl/pages.json
@@ -24,6 +24,9 @@
"chats": "Rozmowy",
"chat": "Rozmowa z %1",
"account/edit": "Edytowanie \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Obserwowani przez %1",
"account/followers": "Obserwujący %1",
"account/posts": "Posty napisane przez %1",
diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json
index daff04a60c..12136112f2 100644
--- a/public/language/pl/topic.json
+++ b/public/language/pl/topic.json
@@ -27,7 +27,6 @@
"locked": "Zablokowany",
"bookmark_instructions": "Kliknij tutaj, aby powrócic do ostatniego nieprzeczytanego postu w tym wątku.",
"flag_title": "Zgłoś post do moderacji",
- "flag_confirm": "Na pewno chcesz oznaczyć ten post?",
"flag_success": "Ten post został oznaczony do moderacji.",
"deleted_message": "Ten temat został skasowany. Tylko użytkownicy z uprawnieniami do zarządzania mogą go zobaczyć.",
"following_topic.message": "Będziesz od teraz otrzymywał powiadomienia, gdy ktoś odpowie w tym temacie.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Najpierw najstarsze",
"newest_to_oldest": "Najpierw najnowsze",
"most_votes": "Najwięcej głosów",
- "most_posts": "Najwięcej postów"
+ "most_posts": "Najwięcej postów",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/pl/user.json b/public/language/pl/user.json
index 7102aab48c..cefb78c1e2 100644
--- a/public/language/pl/user.json
+++ b/public/language/pl/user.json
@@ -28,7 +28,6 @@
"following": "Obserwowanych",
"aboutme": "O mnie",
"signature": "Sygnatura",
- "gravatar": "Gravatar",
"birthday": "Urodziny",
"chat": "Rozmawiaj",
"follow": "Śledź",
@@ -36,7 +35,10 @@
"more": "Więcej",
"profile_update_success": "Profil został zaktualizowany pomyślnie!",
"change_picture": "Zmień zdjęcie",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Edytuj",
+ "default_picture": "Default Icon",
"uploaded_picture": "Przesłane zdjęcie",
"upload_new_picture": "Prześlij nowe zdjęcie",
"upload_new_picture_from_url": "Wgraj zdjęcie z adresu URL",
diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json
index d817461c8f..6d3ea42312 100644
--- a/public/language/pt_BR/error.json
+++ b/public/language/pt_BR/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Nome do grupo é muito curto",
"group-already-exists": "O grupo já existe",
"group-name-change-not-allowed": "Sem permissão para alterar nome do grupo",
- "group-already-member": "Você já faz parte deste grupo",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Este grupo requer ao menos um dono",
"group-already-invited": "Esse usuário já foi convidado",
"group-already-requested": "Seu pedido de filiação já foi enviado",
diff --git a/public/language/pt_BR/groups.json b/public/language/pt_BR/groups.json
index c5faf79afe..f17b731e2a 100644
--- a/public/language/pt_BR/groups.json
+++ b/public/language/pt_BR/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Você foi convidado a participar de %1",
"request.notification_title": "Solicitação de Membro de Grupo de %1",
"request.notification_text": "%1 pediu para se tornar um membro de %2",
- "cover-instructions": "Arraste e Solte uma foto, arraste para a posição correta, e clique em Salvar",
- "cover-change": "Alterar",
"cover-save": "Salvar",
"cover-saving": "Salvando",
"details.title": "Detalhes do Grupo",
diff --git a/public/language/pt_BR/modules.json b/public/language/pt_BR/modules.json
index bb8f66ad4f..2f24ddbfe5 100644
--- a/public/language/pt_BR/modules.json
+++ b/public/language/pt_BR/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Tem certeza que deseja descartar essa postagem?",
"composer.submit_and_lock": "Enviar e Trancar",
"composer.toggle_dropdown": "Alternar Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancelar",
"bootbox.confirm": "Confirmar"
diff --git a/public/language/pt_BR/notifications.json b/public/language/pt_BR/notifications.json
index 11337049c7..c1347e67cb 100644
--- a/public/language/pt_BR/notifications.json
+++ b/public/language/pt_BR/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Você possui notificações não lidas.",
"new_message_from": "Nova mensagem de %1",
"upvoted_your_post_in": "%1 deu voto positivo para seu post em %2.",
- "moved_your_post": "%1 moveu o seu post.",
- "moved_your_topic": "%1 moveu o seu tópico.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 adicionou seu tópico aos favoritos em %2.",
"user_flagged_post_in": "%1 sinalizou um post em %2",
"user_posted_to": "%1 postou uma resposta para: %2",
diff --git a/public/language/pt_BR/pages.json b/public/language/pt_BR/pages.json
index 565328edb3..2a180e6441 100644
--- a/public/language/pt_BR/pages.json
+++ b/public/language/pt_BR/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Conversando com %1",
"account/edit": "Editando \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "Pessoas que %1 segue",
"account/followers": "Pessoas que seguem %1",
"account/posts": "Posts feitos por %1",
diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json
index c3f63259a4..0b121b3107 100644
--- a/public/language/pt_BR/topic.json
+++ b/public/language/pt_BR/topic.json
@@ -27,7 +27,6 @@
"locked": "Trancado",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Sinalizar este post para moderação",
- "flag_confirm": "Tem certeza que deseja sinalizar este post?",
"flag_success": "Este post foi sinalizado para ser moderado.",
"deleted_message": "Este tópico foi deletado. Apenas usuários com privilégios de moderação de tópico podem vê-lo.",
"following_topic.message": "Agora você receberá notificações quando alguém responder este tópico.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Mais Antigo para Mais Recente",
"newest_to_oldest": "Mais Recente para Mais Antigo",
"most_votes": "Mais votados",
- "most_posts": "Mais posts"
+ "most_posts": "Mais posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/pt_BR/user.json b/public/language/pt_BR/user.json
index e74e11866b..f518927438 100644
--- a/public/language/pt_BR/user.json
+++ b/public/language/pt_BR/user.json
@@ -28,7 +28,6 @@
"following": "Seguindo",
"aboutme": "Sobre mim",
"signature": "Assinatura",
- "gravatar": "Gravatar",
"birthday": "Aniversário",
"chat": "Chat",
"follow": "Seguir",
@@ -36,7 +35,10 @@
"more": "Mais",
"profile_update_success": "O Perfil foi atualizado com sucesso!",
"change_picture": "Alterar Foto",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Editar",
+ "default_picture": "Default Icon",
"uploaded_picture": "Foto Carregada",
"upload_new_picture": "Carregar Nova Foto",
"upload_new_picture_from_url": "Enviar Nova Foto Por URL",
diff --git a/public/language/ro/error.json b/public/language/ro/error.json
index e356abf6fb..79e6873ee2 100644
--- a/public/language/ro/error.json
+++ b/public/language/ro/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Numele grupului este prea scurt",
"group-already-exists": "Grupul deja există",
"group-name-change-not-allowed": "Schimbarea numelui grupului este interzisă",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/ro/groups.json b/public/language/ro/groups.json
index 14663a8fa4..721276d096 100644
--- a/public/language/ro/groups.json
+++ b/public/language/ro/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Detalii Grup",
diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json
index d4669de6b5..8dd9ea3d42 100644
--- a/public/language/ro/modules.json
+++ b/public/language/ro/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Ești sigur că vrei să renunți la acest mesaj?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/ro/notifications.json b/public/language/ro/notifications.json
index ff4aa6f796..8072326996 100644
--- a/public/language/ro/notifications.json
+++ b/public/language/ro/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Ai notificări necitite.",
"new_message_from": "Un mesaj nou de la %1",
"upvoted_your_post_in": "%1 a votat pozitiv mesajul tău în %2.",
- "moved_your_post": "%1 a mutat mesajul tău.",
- "moved_your_topic": "%1 a mutat subiectul tău.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 a adăugat mesajul tău la favorite în %2.",
"user_flagged_post_in": "%1 a semnalizat un mesaj în %2",
"user_posted_to": "%1 a postat un răspuns la: %2",
diff --git a/public/language/ro/pages.json b/public/language/ro/pages.json
index 92a64c7298..954b32c66f 100644
--- a/public/language/ro/pages.json
+++ b/public/language/ro/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json
index eb113d5dba..b51b6839e5 100644
--- a/public/language/ro/topic.json
+++ b/public/language/ro/topic.json
@@ -27,7 +27,6 @@
"locked": "Închis",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Semnalizează acest mesaj pentru moderare",
- "flag_confirm": "Ești sigur că vrei să semnalezi acest mesaj?",
"flag_success": "Acest mesaj a fost semnalizat pentru moderare.",
"deleted_message": "Acest subiect a fost șters. Doar utilizatorii cu privilegii pentru moderarea subiectelor îl poate vedea.",
"following_topic.message": "Vei primi notificări când cineva va posta un nou mesaj in acest subiect.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Vechi la Noi",
"newest_to_oldest": "Noi la Vechi",
"most_votes": "Cele mai votate",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/ro/user.json b/public/language/ro/user.json
index 66ec016f65..e8d6802083 100644
--- a/public/language/ro/user.json
+++ b/public/language/ro/user.json
@@ -28,7 +28,6 @@
"following": "Îi urmărește pe",
"aboutme": "About me",
"signature": "Semnătură",
- "gravatar": "Gravatar",
"birthday": "Zi de naștere",
"chat": "Conversație",
"follow": "Urmărește",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profilul tău a fost actualizat cu succes!",
"change_picture": "Schimbă Poza",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Editează",
+ "default_picture": "Default Icon",
"uploaded_picture": "Poză uploadată",
"upload_new_picture": "Uploadează poză nouă",
"upload_new_picture_from_url": "Uploadează poză nouă cu URL",
diff --git a/public/language/ru/error.json b/public/language/ru/error.json
index fe56136b43..3105c765a3 100644
--- a/public/language/ru/error.json
+++ b/public/language/ru/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Название группы слишком короткое",
"group-already-exists": "Группа уже существует",
"group-name-change-not-allowed": "Изменение названия группы запрещено",
- "group-already-member": "Вы уже состоите в этой группе",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "У группы должен быть как минимум один владелец",
"group-already-invited": "Этот пользователь уже был приглашен",
"group-already-requested": "Вы уже предоставили запрос на вступление",
diff --git a/public/language/ru/groups.json b/public/language/ru/groups.json
index 3b617196fe..a84ce19eae 100644
--- a/public/language/ru/groups.json
+++ b/public/language/ru/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "Вы были приглашены в %1",
"request.notification_title": "Запрос на участие в группе от %1",
"request.notification_text": "%1 запросил участие в группе %2",
- "cover-instructions": "Перетяните сюда изображение, переместите на нужную позицию и нажмите Сохранить",
- "cover-change": "Изменить",
"cover-save": "Сохранить",
"cover-saving": "Сохраняем",
"details.title": "Информация о группе",
diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json
index 10d28eb8e0..2ec5e4306f 100644
--- a/public/language/ru/modules.json
+++ b/public/language/ru/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Вы уверены, что хотите отменить все изменения?",
"composer.submit_and_lock": "Отправить и закрыть",
"composer.toggle_dropdown": "Показать выпадающий список",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "ОК",
"bootbox.cancel": "Отмена",
"bootbox.confirm": "Подтвердить"
diff --git a/public/language/ru/notifications.json b/public/language/ru/notifications.json
index 48739abaeb..ed7beb52f9 100644
--- a/public/language/ru/notifications.json
+++ b/public/language/ru/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "У вас есть непрочитанные уведомления.",
"new_message_from": "Новое сообщение от %1",
"upvoted_your_post_in": "%1 проголосовал за Ваше сообщение в %2.",
- "moved_your_post": "%1 переместил Ваше сообщение.",
- "moved_your_topic": "%1 переместил Вашу тему.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 добавил в избранное Ваше сообщение в %2.",
"user_flagged_post_in": "%1 пометил сообщение в %2",
"user_posted_to": "%1 ответил на запись: %2",
diff --git a/public/language/ru/pages.json b/public/language/ru/pages.json
index acf1cd84a5..9de630ee35 100644
--- a/public/language/ru/pages.json
+++ b/public/language/ru/pages.json
@@ -24,6 +24,9 @@
"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/following": "Наблюдают %1",
"account/followers": "Кто наблюдает %1",
"account/posts": "Сообщение от %1",
diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json
index d86a7a2288..c1a98da3b2 100644
--- a/public/language/ru/topic.json
+++ b/public/language/ru/topic.json
@@ -27,7 +27,6 @@
"locked": "Закрыт",
"bookmark_instructions": "Нажмите здесь чтобы вернуться к последнему непрочитанному сообщению в теме.",
"flag_title": "Отметить сообщение для модерирования",
- "flag_confirm": "Вы уверены, что хотите отметить это сообщение?",
"flag_success": "Это сообщение было помечено для модерации",
"deleted_message": "Эта тема была удалена. Только пользователи с правами управления темами могут ее видеть.",
"following_topic.message": "Теперь вы будете получать уведомления при обновлении этой темы.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "От старых к новым",
"newest_to_oldest": "От новых к старым",
"most_votes": "По голосам",
- "most_posts": "По количеству ответов"
+ "most_posts": "По количеству ответов",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/ru/user.json b/public/language/ru/user.json
index dfa38d41c1..8f58ed32f0 100644
--- a/public/language/ru/user.json
+++ b/public/language/ru/user.json
@@ -28,7 +28,6 @@
"following": "Читаемых",
"aboutme": "Обо мне",
"signature": "Подпись",
- "gravatar": "Gravatar",
"birthday": "День рождения",
"chat": "Чат",
"follow": "Читать",
@@ -36,7 +35,10 @@
"more": "Ещё",
"profile_update_success": "Профиль обновлен!",
"change_picture": "Изменить фотографию",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Редактировать",
+ "default_picture": "Default Icon",
"uploaded_picture": "Загруженные фотографии",
"upload_new_picture": "Загрузить новую фотографию",
"upload_new_picture_from_url": "Загрузить новое изображение с адреса URL",
diff --git a/public/language/rw/error.json b/public/language/rw/error.json
index 7b2ed8373f..1dcaaac1dc 100644
--- a/public/language/rw/error.json
+++ b/public/language/rw/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Izina ry'itsinda ni rigufi cyane",
"group-already-exists": "Itsinda ryitwa gutya risanzweho",
"group-name-change-not-allowed": "Guhindura izina ry'itsinda ntibyemewe",
- "group-already-member": "Usanzwe uri umunyamuryango w'iri tsinda",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Iri tsinda risaba kugira nibura umuyobozi umwe",
"group-already-invited": "Uyu muntu yari yaramaze gutumirwa",
"group-already-requested": "Ubusabe bwo kuba mu itsinda bwari bwaramaze koherezwa",
diff --git a/public/language/rw/groups.json b/public/language/rw/groups.json
index 7f757e56d1..7ae8cb1462 100644
--- a/public/language/rw/groups.json
+++ b/public/language/rw/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Terura Urekure ifoto aha. Ushobora kuringaniza ifoto uko ushatse ubundi ukande kuri Bika",
- "cover-change": "Hindura",
"cover-save": "Bika",
"cover-saving": "Kubika",
"details.title": "Ibijyanye n'Itsinda",
diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json
index f739592e11..c502325b1f 100644
--- a/public/language/rw/modules.json
+++ b/public/language/rw/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Wiringiye neza ko ushaka kureka kubishyiraho?",
"composer.submit_and_lock": "Shyiraho kandi Unafungirane",
"composer.toggle_dropdown": "Hindura Icyerekezo",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/rw/notifications.json b/public/language/rw/notifications.json
index a75cdaa754..1d4454a7ca 100644
--- a/public/language/rw/notifications.json
+++ b/public/language/rw/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Ufite amatangazo utarasoma. ",
"new_message_from": " %1 yakwandikiye",
"upvoted_your_post_in": "%1 yagushimye aguha inota kuri %2 washyizeho.",
- "moved_your_post": "%1 yimuye icyo wari washyizeho. ",
- "moved_your_topic": "%1 yimuriye ikiganiro cyawe ahandi.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 yatonesheje %2 washyizeho.",
"user_flagged_post_in": "%1 yatambikanye ikintu muri %2",
"user_posted_to": "%1 yanditse kuri: %2",
diff --git a/public/language/rw/pages.json b/public/language/rw/pages.json
index 93df365b15..2613f3418f 100644
--- a/public/language/rw/pages.json
+++ b/public/language/rw/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json
index 06059ab9e4..81defcbb7b 100644
--- a/public/language/rw/topic.json
+++ b/public/language/rw/topic.json
@@ -27,7 +27,6 @@
"locked": "Birafungiranye",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Bimenyeshe ubuyobozi",
- "flag_confirm": "Wiringiye neza ko ushaka kumenyesha ibi ubuyobozi? ",
"flag_success": "Bimaze kumenyeshwa ubuyobozi ngo bikurikiranwe. ",
"deleted_message": "Iki kiganiro cyamaze gukurwaho. Abantu babifitiye uburenganzira ni bo bonyine bashobora kukibona. ",
"following_topic.message": "Ntabwo uzongera kubimenyeshwa nihagira umuntu ugira icyo yandika kuri iki kiganiro. ",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Ibya Kera Ujya ku bya Vuba",
"newest_to_oldest": "Ibya Vuba Ujya ku bya Kera",
"most_votes": "Amajwi yiganje",
- "most_posts": "Ibyashyizweho byiganje"
+ "most_posts": "Ibyashyizweho byiganje",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/rw/user.json b/public/language/rw/user.json
index e53cf8e1d8..1ecf5ea71c 100644
--- a/public/language/rw/user.json
+++ b/public/language/rw/user.json
@@ -28,7 +28,6 @@
"following": "Akurikira",
"aboutme": "Inshamake y'Ubuzima",
"signature": "Intero",
- "gravatar": "Gravatar",
"birthday": "Itariki y'Amavuko",
"chat": "Mu Gikari",
"follow": "Kurikira",
@@ -36,7 +35,10 @@
"more": "Ibindi",
"profile_update_success": "Ishusho yashyizwe ku gihe nta ngorane!",
"change_picture": "Hindura Ifoto",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Hinduraho",
+ "default_picture": "Default Icon",
"uploaded_picture": "Ifoto Yapakiwe",
"upload_new_picture": "Pakira Ifoto Nshya",
"upload_new_picture_from_url": "Pakira Ifoto Nshya Ukoresheje URL",
diff --git a/public/language/sc/error.json b/public/language/sc/error.json
index f346641522..935c03fc39 100644
--- a/public/language/sc/error.json
+++ b/public/language/sc/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Group name too short",
"group-already-exists": "Group already exists",
"group-name-change-not-allowed": "Group name change not allowed",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/sc/groups.json b/public/language/sc/groups.json
index 1d1a6cf52b..dac30e51b8 100644
--- a/public/language/sc/groups.json
+++ b/public/language/sc/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Group Details",
diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json
index 6a860a5edc..391fdad811 100644
--- a/public/language/sc/modules.json
+++ b/public/language/sc/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Are you sure you wish to discard this post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/sc/notifications.json b/public/language/sc/notifications.json
index c189956d8c..c6c52cd3b2 100644
--- a/public/language/sc/notifications.json
+++ b/public/language/sc/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "You have unread notifications.",
"new_message_from": "New message from %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 has posted a reply to: %2",
diff --git a/public/language/sc/pages.json b/public/language/sc/pages.json
index eb74cfc49c..2d7880ac37 100644
--- a/public/language/sc/pages.json
+++ b/public/language/sc/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json
index 7c2dc9db24..be840735e2 100644
--- a/public/language/sc/topic.json
+++ b/public/language/sc/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Signala custu arresonu pro sa moderatzione",
- "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "As a retzire notìficas si calincunu pùblica in custa arresonada.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/sc/user.json b/public/language/sc/user.json
index c953713da5..9282c66136 100644
--- a/public/language/sc/user.json
+++ b/public/language/sc/user.json
@@ -28,7 +28,6 @@
"following": "Sighende",
"aboutme": "About me",
"signature": "Firma",
- "gravatar": "Gravatas",
"birthday": "Cumpleannu",
"chat": "Tzarra",
"follow": "Sighi",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profile has been updated successfully!",
"change_picture": "Muda Immàgine",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Acontza",
+ "default_picture": "Default Icon",
"uploaded_picture": "Immàgine Carrigada",
"upload_new_picture": "Càrriga Immàgine Noa",
"upload_new_picture_from_url": "Upload New Picture From URL",
diff --git a/public/language/sk/error.json b/public/language/sk/error.json
index 4a95e40964..0debf85d23 100644
--- a/public/language/sk/error.json
+++ b/public/language/sk/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Názov skupiny je príliš krátky",
"group-already-exists": "Skupina už existuje",
"group-name-change-not-allowed": "Nepovolená zmena mena skupiny",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/sk/groups.json b/public/language/sk/groups.json
index 1d1a6cf52b..dac30e51b8 100644
--- a/public/language/sk/groups.json
+++ b/public/language/sk/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Change",
"cover-save": "Save",
"cover-saving": "Saving",
"details.title": "Group Details",
diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json
index 614d067af6..f88f61bbf5 100644
--- a/public/language/sk/modules.json
+++ b/public/language/sk/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Are you sure you wish to discard this post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/sk/notifications.json b/public/language/sk/notifications.json
index 639685922a..eff3d2edf5 100644
--- a/public/language/sk/notifications.json
+++ b/public/language/sk/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Máte neprečítané notifikácie",
"new_message_from": "Nova spáva od %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 odpovedal: %2",
diff --git a/public/language/sk/pages.json b/public/language/sk/pages.json
index d6a5dfffba..150dff255a 100644
--- a/public/language/sk/pages.json
+++ b/public/language/sk/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json
index 4a81a78f15..9a81d85cb4 100644
--- a/public/language/sk/topic.json
+++ b/public/language/sk/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Označiť príspevok pre moderáciu",
- "flag_confirm": "Ste si istý, že chcete označit tento príspevok?",
"flag_success": "Tento príspevok bol označený na úpravu. ",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "Budete teraz príjimať notifikácie, ked niekto prispeje do témy.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/sk/user.json b/public/language/sk/user.json
index 7b39e98986..510e5ccdf1 100644
--- a/public/language/sk/user.json
+++ b/public/language/sk/user.json
@@ -28,7 +28,6 @@
"following": "Nasleduje",
"aboutme": "About me",
"signature": "Podpis",
- "gravatar": "Gravatar",
"birthday": "Dátum narodenia",
"chat": "Chat",
"follow": "Nasleduj",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "Profil bol úspešne aktualizovaný!",
"change_picture": "Zmeniť obrázok",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Upraviť",
+ "default_picture": "Default Icon",
"uploaded_picture": "Nahraný obrázok",
"upload_new_picture": "Nahrať nový obrázok",
"upload_new_picture_from_url": "Upload New Picture From URL",
diff --git a/public/language/sr/error.json b/public/language/sr/error.json
index 4aafa833a4..ff9ba17ba4 100644
--- a/public/language/sr/error.json
+++ b/public/language/sr/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Group name too short",
"group-already-exists": "Group already exists",
"group-name-change-not-allowed": "Group name change not allowed",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/sr/groups.json b/public/language/sr/groups.json
index adc5a7ee09..0f66de86e8 100644
--- a/public/language/sr/groups.json
+++ b/public/language/sr/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Превуците и испустите фотографију, одвуците до позиције и притисните Сними",
- "cover-change": "Измени",
"cover-save": "Сними",
"cover-saving": "Снимање",
"details.title": "Детаљи о групи",
diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json
index cca3b1829f..b3dc55b245 100644
--- a/public/language/sr/modules.json
+++ b/public/language/sr/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Желите ли да одбаците ову поруку?",
"composer.submit_and_lock": "Пошаљи и закључај",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/sr/notifications.json b/public/language/sr/notifications.json
index 74a75a6450..09735f68b2 100644
--- a/public/language/sr/notifications.json
+++ b/public/language/sr/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Имате непрочитаних обавештења.",
"new_message_from": "Нова порука од %1",
"upvoted_your_post_in": "%1 дода глас вашој поруци у %2",
- "moved_your_post": "%1 премести вашу поруку.",
- "moved_your_topic": "%1 премести вашу тему.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 доду вашу поруку из %2 у омиљене.",
"user_flagged_post_in": "%1 означи поруку у %2",
"user_posted_to": "%1 посла нови одговор за: %2",
diff --git a/public/language/sr/pages.json b/public/language/sr/pages.json
index 7c03bfdde7..9ec183305f 100644
--- a/public/language/sr/pages.json
+++ b/public/language/sr/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json
index 25ba18bb76..59bd1d8d5e 100644
--- a/public/language/sr/topic.json
+++ b/public/language/sr/topic.json
@@ -27,7 +27,6 @@
"locked": "Закључан",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Flag this post for moderation",
- "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/sr/user.json b/public/language/sr/user.json
index 089b83a7e0..75c3f9665f 100644
--- a/public/language/sr/user.json
+++ b/public/language/sr/user.json
@@ -28,7 +28,6 @@
"following": "Прати",
"aboutme": "О мени",
"signature": "Потпис",
- "gravatar": "Граватар",
"birthday": "Рођендан",
"chat": "Ђаскање",
"follow": "Прати",
@@ -36,7 +35,10 @@
"more": "Више",
"profile_update_success": "Профил је успешно ажуриран!",
"change_picture": "Промена слике",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Уређивање",
+ "default_picture": "Default Icon",
"uploaded_picture": "Послата слика",
"upload_new_picture": "Слање нове слике",
"upload_new_picture_from_url": "Слање нове слике са УРЛ-а",
diff --git a/public/language/sv/category.json b/public/language/sv/category.json
index d4e5b4a0a5..12204804ed 100644
--- a/public/language/sv/category.json
+++ b/public/language/sv/category.json
@@ -1,16 +1,16 @@
{
- "category": "Category",
- "subcategories": "Subcategories",
+ "category": "Kategori",
+ "subcategories": "Underkategori",
"new_topic_button": "Nytt ämne",
"guest-login-post": "Logga in för att posta",
"no_topics": "Det finns inga ämnen i denna kategori.
Varför skapar inte du ett ämne?",
"browsing": "läser",
"no_replies": "Ingen har svarat",
- "no_new_posts": "No new posts.",
+ "no_new_posts": "Inga nya inlägg",
"share_this_category": "Dela den här kategorin",
"watch": "Bevaka",
"ignore": "Ignorera",
"watch.message": "Du bevakar nu uppdateringar ifrån denna kategori",
"ignore.message": "Du ignorerar nu uppdateringar ifrån denna kategori",
- "watched-categories": "Watched categories"
+ "watched-categories": "Bevakade kategorier"
}
\ No newline at end of file
diff --git a/public/language/sv/error.json b/public/language/sv/error.json
index 0b316561f5..f2f7190c85 100644
--- a/public/language/sv/error.json
+++ b/public/language/sv/error.json
@@ -9,7 +9,7 @@
"invalid-uid": "Ogiltigt id för användare",
"invalid-username": "Ogiltigt användarnamn",
"invalid-email": "Ogiltig epostadress",
- "invalid-title": "Ogiltig rubrik.",
+ "invalid-title": "Ogiltig rubrik!",
"invalid-user-data": "Ogiltig användardata",
"invalid-password": "Ogiltigt lösenord",
"invalid-username-or-password": "Specificera både användarnamn och lösenord",
@@ -25,14 +25,14 @@
"username-too-short": "Användarnamnet är för kort",
"username-too-long": "Användarnamnet är för långt",
"user-banned": "Användare bannlyst",
- "user-too-new": "Du måste vänta %1 sekund(er) innan du gör ditt första inlägg",
- "no-category": "Kategorin hittades inte",
- "no-topic": "Ämnet hittades inte",
- "no-post": "Inlägget hittades inte",
- "no-group": "Gruppen hittades inte",
- "no-user": "Användaren hittades inte",
- "no-teaser": "Förhandsvisningen hittades inte",
- "no-privileges": "Du har inte tillräckliga rättigheter för den här åtgärden",
+ "user-too-new": "När du är ny medlem måste du vänta %1 sekund(er) innan du gör ditt första inlägg",
+ "no-category": "Kategorin finns inte",
+ "no-topic": "Ämnet finns inte",
+ "no-post": "Inlägget finns inte",
+ "no-group": "Gruppen finns inte",
+ "no-user": "Användaren finns inte",
+ "no-teaser": "Förhandsvisningen finns inte",
+ "no-privileges": "Du har inte tillräckliga rättigheter för den här åtgärden.",
"no-emailers-configured": "Inga tillägg för epostadress har laddats, så något textmeddelande kunde inte skickas",
"category-disabled": "Kategorin inaktiverad",
"topic-locked": "Ämnet låst",
@@ -60,7 +60,8 @@
"group-name-too-short": "Gruppnamnet är för kort",
"group-already-exists": "Gruppen existerar redan",
"group-name-change-not-allowed": "Gruppnamnet får inte ändras",
- "group-already-member": "Du är redan en del av gruppen",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Gruppen kräver minst en ägare",
"group-already-invited": "Användaren har redan bjudits in",
"group-already-requested": "Din medlemsskapsförfrågan har redan skickats",
@@ -77,8 +78,8 @@
"cant-chat-with-yourself": "Du kan inte chatta med dig själv.",
"chat-restricted": "Denna användaren har begränsat sina chatt-meddelanden. Användaren måste följa dig innan ni kan chatta med varann",
"too-many-messages": "Du har skickat för många meddelanden, var god vänta",
- "invalid-chat-message": "Invalid chat message",
- "chat-message-too-long": "Chat message is too long",
+ "invalid-chat-message": "Ogiltigt chattmeddelande",
+ "chat-message-too-long": "Chattmeddelande är för långt",
"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",
diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json
index 07f9fea159..b2c01521da 100644
--- a/public/language/sv/groups.json
+++ b/public/language/sv/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Dra och släpp ett foto, dra till position och tryck Spara",
- "cover-change": "Ändra",
"cover-save": "Spara",
"cover-saving": "Sparar",
"details.title": "Detaljer för gruppen ",
diff --git a/public/language/sv/login.json b/public/language/sv/login.json
index 1b3cf37221..5709db59f0 100644
--- a/public/language/sv/login.json
+++ b/public/language/sv/login.json
@@ -1,5 +1,5 @@
{
- "username-email": "Användarnamn eller epostadress",
+ "username-email": "Användarnamn / Epostadress",
"username": "Användarnamn",
"email": "Epostadress",
"remember_me": "Kom ihåg mig?",
diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json
index 850345effa..eeb6a32fb5 100644
--- a/public/language/sv/modules.json
+++ b/public/language/sv/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Är du säker på att du vill förkasta det här inlägget?",
"composer.submit_and_lock": "Skicka och lås",
"composer.toggle_dropdown": "Visa/Dölj dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/sv/notifications.json b/public/language/sv/notifications.json
index aeedd632e2..692e3e12c6 100644
--- a/public/language/sv/notifications.json
+++ b/public/language/sv/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Du har olästa notiser.",
"new_message_from": "Nytt medelande från %1",
"upvoted_your_post_in": "%1 har röstat upp ditt inlägg i %2",
- "moved_your_post": "%1 har flyttat ditt inlägg.",
- "moved_your_topic": "%1 har flyttat ditt ämne.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 har favoriserat ditt inlägg i %2.",
"user_flagged_post_in": "%1 flaggade ett inlägg i %2",
"user_posted_to": "%1 har skrivit ett svar på: %2",
diff --git a/public/language/sv/pages.json b/public/language/sv/pages.json
index 7e339b8068..5716f686a0 100644
--- a/public/language/sv/pages.json
+++ b/public/language/sv/pages.json
@@ -1,36 +1,39 @@
{
"home": "Hem",
"unread": "Olästa ämnen",
- "popular-day": "Popular topics today",
- "popular-week": "Popular topics this week",
- "popular-month": "Popular topics this month",
+ "popular-day": "Populära ämnen idag",
+ "popular-week": "Populära ämnen den här veckan",
+ "popular-month": "Populära ämnen denna månad",
"popular-alltime": "All time popular topics",
"recent": "Senaste ämnena",
- "users/online": "Online Users",
- "users/latest": "Latest Users",
- "users/sort-posts": "Users with the most 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": "User Map",
- "users/search": "User Search",
+ "users/map": "Användar Karta",
+ "users/search": "Användar Sök",
"notifications": "Notiser",
- "tags": "Märkord",
+ "tags": "Etiketter",
"tag": "Ämnen märkta med \"%1\"",
"register": "Register an account",
- "login": "Login to your account",
- "reset": "Reset your account password",
- "categories": "Categories",
- "groups": "Groups",
+ "login": "Logga in på ditt konto",
+ "reset": "Återställ lösenord",
+ "categories": "Kategorier",
+ "groups": "Grupper",
"group": "%1 group",
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
"account/topics": "Topics created by %1",
"account/groups": "%1's Groups",
"account/favourites": "%1's Favourite Posts",
- "account/settings": "User Settings",
+ "account/settings": "Avnändarinställningar",
"account/watched": "Topics watched by %1",
"maintenance.text": "%1 genomgår underhåll just nu. Vänligen kom tillbaka lite senare.",
"maintenance.messageIntro": "Ytterligare så lämnade administratören detta meddelande:"
diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json
index 07175a083b..457ae21aeb 100644
--- a/public/language/sv/topic.json
+++ b/public/language/sv/topic.json
@@ -25,9 +25,8 @@
"tools": "Verktyg",
"flag": "Rapportera",
"locked": "Låst",
- "bookmark_instructions": "Click here to return to the last unread post in this thread.",
+ "bookmark_instructions": "Klicka här för att återvända till det sista olästa inlägget i den här tråden.",
"flag_title": "Rapportera detta inlägg för granskning",
- "flag_confirm": "Är du säker på att du vill flagga det här inlägget?",
"flag_success": "Det här inlägget har flaggats för moderering.",
"deleted_message": "Det här ämnet har raderats. Endast användare med ämneshanterings-privilegier kan se det.",
"following_topic.message": "Du kommer nu få notiser när någon gör inlägg i detta ämne.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Äldst till nyaste",
"newest_to_oldest": "Nyaste till äldst",
"most_votes": "Mest röster",
- "most_posts": "Felst inlägg"
+ "most_posts": "Felst inlägg",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/sv/user.json b/public/language/sv/user.json
index cd3d10eb8d..b82142fc75 100644
--- a/public/language/sv/user.json
+++ b/public/language/sv/user.json
@@ -12,7 +12,7 @@
"delete_account": "Ta bort ämne",
"delete_account_confirm": "Är du säker på att du vill radera ditt konto?
Denna åtgärd går inte att ångra och du kommer inte kunna återställa ditt konto
Skriv in ditt användarnamn för att bekräfta att du vill radera ditt konto.",
"delete_this_account_confirm": "Är du säker på att du vill ta bort detta konto?
Detta går ej att ångra - data går förlorad för alltid
",
- "account-deleted": "Account deleted",
+ "account-deleted": "Kontot raderat",
"fullname": "Hela namnet",
"website": "Webbsida",
"location": "Plats",
@@ -28,7 +28,6 @@
"following": "Följer",
"aboutme": "Om mig",
"signature": "Signatur",
- "gravatar": "Gravatar",
"birthday": "Födelsedag",
"chat": "Chatta",
"follow": "Följ",
@@ -36,7 +35,10 @@
"more": "Mer",
"profile_update_success": "Profilen uppdaterades.",
"change_picture": "Ändra bild",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Ändra",
+ "default_picture": "Default Icon",
"uploaded_picture": "Uppladdad bild",
"upload_new_picture": "Ladda upp ny bild",
"upload_new_picture_from_url": "Ladda Upp Ny Bild Från Länk",
@@ -51,10 +53,10 @@
"confirm_password": "Bekräfta lösenord",
"password": "Lösenord",
"username_taken_workaround": "Användarnamnet är redan upptaget, så vi förändrade det lite. Du kallas nu för %1",
- "password_same_as_username": "Your password is the same as your username, please select another password.",
+ "password_same_as_username": "Ditt lösenord är samma som ditt användarnamn, välj ett annat lösenord.",
"upload_picture": "Ladda upp bild",
"upload_a_picture": "Ladda upp en bild",
- "remove_uploaded_picture": "Remove Uploaded Picture",
+ "remove_uploaded_picture": "Ta bort uppladdad bild",
"image_spec": "Du får bara ladda upp PNG, JPG eller GIF-filer",
"settings": "Inställningar",
"show_email": "Visa min epost",
@@ -88,7 +90,7 @@
"follow_topics_you_create": "Följ ämnen du skapat",
"grouptitle": "Välj tittel för gruppen så som du vill att den ska visas",
"no-group-title": "Ingen titel på gruppen",
- "select-skin": "Select a Skin",
+ "select-skin": "Välj ett Skin",
"sso.title": "Single Sign-on Services",
"sso.associated": "Associated with",
"sso.not-associated": "Click here to associate with"
diff --git a/public/language/th/error.json b/public/language/th/error.json
index 8d6b9e42a9..9efeb68e5a 100644
--- a/public/language/th/error.json
+++ b/public/language/th/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Group name too short",
"group-already-exists": "Group already exists",
"group-name-change-not-allowed": "Group name change not allowed",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/th/groups.json b/public/language/th/groups.json
index 47ba7b8929..cd90048dfb 100644
--- a/public/language/th/groups.json
+++ b/public/language/th/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "ลากรูปภาพไปวางยังตำแหน่งที่ต้องการแล้วกดที่ปุ่ม บันทึก",
- "cover-change": "ปรับปรุง",
"cover-save": "บันทึก",
"cover-saving": "กำลังบันทึก",
"details.title": "ข้อมูล Group",
diff --git a/public/language/th/modules.json b/public/language/th/modules.json
index 7a9815af69..d6eb21f7a4 100644
--- a/public/language/th/modules.json
+++ b/public/language/th/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Are you sure you wish to discard this post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/th/notifications.json b/public/language/th/notifications.json
index 260d469867..8509e0f89c 100644
--- a/public/language/th/notifications.json
+++ b/public/language/th/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "คุณมีคำเตือนที่ยังไม่ได้อ่าน",
"new_message_from": "New message from %1",
"upvoted_your_post_in": "%1 has upvoted your post in %2.",
- "moved_your_post": "%1 has moved your post.",
- "moved_your_topic": "%1 has moved your topic.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 has favourited your post in %2.",
"user_flagged_post_in": "%1 flagged a post in %2",
"user_posted_to": "%1 has posted a reply to: %2",
diff --git a/public/language/th/pages.json b/public/language/th/pages.json
index b897794efe..fff7049166 100644
--- a/public/language/th/pages.json
+++ b/public/language/th/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/th/topic.json b/public/language/th/topic.json
index feca2d753d..8b394ab8f1 100644
--- a/public/language/th/topic.json
+++ b/public/language/th/topic.json
@@ -27,7 +27,6 @@
"locked": "Locked",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "ปักธงโพสต์นี้เพื่อดำเนินการ",
- "flag_confirm": "มั่นใจแล้วหรือไม่ที่จะ Flag Post นี้?",
"flag_success": "This post has been flagged for moderation.",
"deleted_message": "Topic นี้ถูกลบไปแล้ว เฉพาะผู้ใช้งานที่มีสิทธิ์ในการจัดการ Topic เท่านั้นที่จะมีสิทธิ์ในการเข้าชม",
"following_topic.message": "คุณจะได้รับการแจ้งเตือนเมื่อมีคนโพสต์ในกระทู้นี้",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes",
- "most_posts": "Most posts"
+ "most_posts": "Most posts",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/th/user.json b/public/language/th/user.json
index 389beaed70..7200152748 100644
--- a/public/language/th/user.json
+++ b/public/language/th/user.json
@@ -28,7 +28,6 @@
"following": "ติดตาม",
"aboutme": "About me",
"signature": "ลายเซ็น",
- "gravatar": "Gravatar",
"birthday": "วันเกิด",
"chat": "แชท",
"follow": "ติดตาม",
@@ -36,7 +35,10 @@
"more": "More",
"profile_update_success": "ข้อมูลประวัติส่วนตัวได้รับการแก้ไขแล้ว",
"change_picture": "เปลี่ยนรูป",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "แก้ไข",
+ "default_picture": "Default Icon",
"uploaded_picture": "อัปโหลดรูป",
"upload_new_picture": "อัพโหลดรูปใหม่",
"upload_new_picture_from_url": "อัปโหลดรูปจาก URL",
diff --git a/public/language/tr/error.json b/public/language/tr/error.json
index 29cef21dbf..f6c778ba81 100644
--- a/public/language/tr/error.json
+++ b/public/language/tr/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Grup ismi çok kısa",
"group-already-exists": "Grup zaten var",
"group-name-change-not-allowed": "Grup ismini değiştiremezsiniz",
- "group-already-member": "Bu grubun zaten bir parçasısınız.",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "Bu grubu en az bir kişi sahiplenmesi gerekiyor",
"group-already-invited": "Bu kullanıcı zaten davet edilmiş",
"group-already-requested": "Üyelik isteğiniz zaten gönderildi",
diff --git a/public/language/tr/global.json b/public/language/tr/global.json
index 0f954dbbb0..7c7c875288 100644
--- a/public/language/tr/global.json
+++ b/public/language/tr/global.json
@@ -49,7 +49,7 @@
"users": "Kullanıcılar",
"topics": "Başlıklar",
"posts": "İletiler",
- "views": "Görüntülemeler",
+ "views": "Görünüm",
"reputation": "Saygınlık",
"read_more": "daha fazla oku",
"more": "Daha Fazla",
diff --git a/public/language/tr/groups.json b/public/language/tr/groups.json
index b66b8e8c67..310b42fd5f 100644
--- a/public/language/tr/groups.json
+++ b/public/language/tr/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "%1 grubuna katılmaya davet edildiniz",
"request.notification_title": "%1 grup daveti gönderdi",
"request.notification_text": "%1 %2 grubuna katılmak istiyor",
- "cover-instructions": "Bir fotoğrafı Sürükleyin ve Bırakın, uygun yere sürükleyip Kaydet'e tıklayın.",
- "cover-change": "Değiştir",
"cover-save": "Kaydet",
"cover-saving": "Kaydediliyor",
"details.title": "Grup Detayları",
diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json
index bd46d890be..8344663d0d 100644
--- a/public/language/tr/modules.json
+++ b/public/language/tr/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Bu iletiyi iptal etmek istediğinizden eminmisiniz?",
"composer.submit_and_lock": "Gönder ve Kitle",
"composer.toggle_dropdown": "Menü aç",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "Tamam",
"bootbox.cancel": "İptal",
"bootbox.confirm": "Onayla"
diff --git a/public/language/tr/notifications.json b/public/language/tr/notifications.json
index b3117f73cc..052d30bcaa 100644
--- a/public/language/tr/notifications.json
+++ b/public/language/tr/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Okunmamış bildirimleriniz var.",
"new_message_from": "%1 size bir mesaj gönderdi",
"upvoted_your_post_in": "%1 iletinizi beğendi. %2",
- "moved_your_post": "%1 iletinizi taşıdı.",
- "moved_your_topic": "%1 konunuzu taşıdı.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 iletinizi favorilerine ekledi. %2.",
"user_flagged_post_in": "%1 bir iletiyi bayrakladı. %2",
"user_posted_to": "%1 %2 başlığına bir ileti gönderdi.",
diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json
index bcf603430f..5355d9ad1a 100644
--- a/public/language/tr/pages.json
+++ b/public/language/tr/pages.json
@@ -24,6 +24,9 @@
"chats": "Sohbetler",
"chat": "%1 ile sohbet",
"account/edit": "\"%1\" düzenleniyor",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "%1 tarafından takip edilenler",
"account/followers": "%1 takip edenler",
"account/posts": "%1 tarafından gönderilen iletiler",
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index 3f50d42239..2d3eb82603 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -27,7 +27,6 @@
"locked": "Kilitli",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Bu iletiyi moderatöre haber et",
- "flag_confirm": "Bu iletiyi yöneticilere bildirmek istiyor musun?",
"flag_success": "Bu ileti yöneticilere bildirildi.",
"deleted_message": "Bu başlık silindi. Sadece başlık düzenleme yetkisi olan kullanıcılar görebilir.",
"following_topic.message": "Artık bir kullanıcı bu başlığa ileti gönderdiğinde bildirim alacaksınız.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "En eskiden en yeniye",
"newest_to_oldest": "En yeniden en eskiye",
"most_votes": "En çok oy",
- "most_posts": "En sık yayın"
+ "most_posts": "En sık yayın",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/tr/user.json b/public/language/tr/user.json
index ced803280f..0a26ad0c6a 100644
--- a/public/language/tr/user.json
+++ b/public/language/tr/user.json
@@ -28,7 +28,6 @@
"following": "Takip Ediyor",
"aboutme": "Hakkımda",
"signature": "İmza",
- "gravatar": "Avatar",
"birthday": "Doğum Tarihi",
"chat": "Sohbet",
"follow": "Takip Et",
@@ -36,7 +35,10 @@
"more": "Daha Fazla",
"profile_update_success": "Profiliniz başarıyla güncellendi!",
"change_picture": "Resmi Değiştir",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Düzenle",
+ "default_picture": "Default Icon",
"uploaded_picture": "Yüklenmiş Fotoğraflar",
"upload_new_picture": "Yeni bir resim Yükle",
"upload_new_picture_from_url": "Internetten yeni bir resim yükle",
diff --git a/public/language/vi/error.json b/public/language/vi/error.json
index cdba17f395..e5d92bf976 100644
--- a/public/language/vi/error.json
+++ b/public/language/vi/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "Tên nhóm quá ngắn",
"group-already-exists": "Nhóm đã tồn tại",
"group-name-change-not-allowed": "Không cho phép đổi tên nhóm",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/vi/groups.json b/public/language/vi/groups.json
index 07900486ff..94161b01f5 100644
--- a/public/language/vi/groups.json
+++ b/public/language/vi/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save",
- "cover-change": "Thay đổi",
"cover-save": "Lưu",
"cover-saving": "Đang lưu",
"details.title": "Thông tin nhóm",
diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json
index cd83ef37bb..b015560386 100644
--- a/public/language/vi/modules.json
+++ b/public/language/vi/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "Bạn có chắc chắn hủy bỏ bài viết này?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/vi/notifications.json b/public/language/vi/notifications.json
index 7b990fc0e0..ae78ad26a5 100644
--- a/public/language/vi/notifications.json
+++ b/public/language/vi/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "Bạn có thông báo chưa đọc",
"new_message_from": "Tin nhắn mới từ %1",
"upvoted_your_post_in": "%1 đã bình chọn bài của bạn trong %2.",
- "moved_your_post": "%1 đã di chuyển bài của bạn.",
- "moved_your_topic": "%1 đã di chuyển chủ đề của bạn.",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 đã thích bài của bạn trong %2.",
"user_flagged_post_in": "%1 gắn cờ 1 bài trong %2",
"user_posted_to": "%1 đã trả lời %2",
diff --git a/public/language/vi/pages.json b/public/language/vi/pages.json
index 698dc47c23..edf93785af 100644
--- a/public/language/vi/pages.json
+++ b/public/language/vi/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json
index 8fa016f673..a2a3faa507 100644
--- a/public/language/vi/topic.json
+++ b/public/language/vi/topic.json
@@ -27,7 +27,6 @@
"locked": "Khóa",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Flag bài viết này để chỉnh sửa",
- "flag_confirm": "Bạn có chắc là muốn flag bài viết này không?",
"flag_success": "Chủ đề này đã được flag để chỉnh sửa",
"deleted_message": "Chủ đề này đã bị xóa. Chỉ ban quản trị mới xem được.",
"following_topic.message": "Từ giờ bạn sẽ nhận được thông báo khi có ai đó gửi bài viết trong chủ đề này",
@@ -96,5 +95,9 @@
"oldest_to_newest": "Cũ đến mới",
"newest_to_oldest": "Mới đến cũ",
"most_votes": "Bình chọn nhiều nhất",
- "most_posts": "Có nhiều bài viết nhất"
+ "most_posts": "Có nhiều bài viết nhất",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/vi/user.json b/public/language/vi/user.json
index 1f988e3854..d65751c20c 100644
--- a/public/language/vi/user.json
+++ b/public/language/vi/user.json
@@ -28,7 +28,6 @@
"following": "Đang theo dõi",
"aboutme": "About me",
"signature": "Chữ ký",
- "gravatar": "Gavatar",
"birthday": "Ngày sinh ",
"chat": "Chat",
"follow": "Theo dõi",
@@ -36,7 +35,10 @@
"more": "Xem thêm",
"profile_update_success": "Hồ sơ đã được cập nhật thành công",
"change_picture": "Thay đổi hình ảnh",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "Chỉnh sửa",
+ "default_picture": "Default Icon",
"uploaded_picture": "Ảnh đã tải lên",
"upload_new_picture": "Tải lên ảnh mới",
"upload_new_picture_from_url": "Tải ảnh mới từ URL",
diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json
index 64189b0b90..6e6aceae92 100644
--- a/public/language/zh_CN/error.json
+++ b/public/language/zh_CN/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "小组名太短",
"group-already-exists": "小组已存在",
"group-name-change-not-allowed": "不允许更改小组名称",
- "group-already-member": "您已经是此小组的成员",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "小组需要指定至少一名组长",
"group-already-invited": "您已邀请该用户",
"group-already-requested": "已提交您的请求",
diff --git a/public/language/zh_CN/groups.json b/public/language/zh_CN/groups.json
index f73f683b1d..8febcb2533 100644
--- a/public/language/zh_CN/groups.json
+++ b/public/language/zh_CN/groups.json
@@ -15,8 +15,6 @@
"invited.notification_title": "您已被邀请加入 %1",
"request.notification_title": "来自 %1 的小组成员请求",
"request.notification_text": "%1 已被邀请加入 %2",
- "cover-instructions": "拖放照片到此位置,然后点击 保存",
- "cover-change": "更改",
"cover-save": "保存",
"cover-saving": "正在保存",
"details.title": "小组信息",
diff --git a/public/language/zh_CN/modules.json b/public/language/zh_CN/modules.json
index f49cc2f7e0..745e0f2b9f 100644
--- a/public/language/zh_CN/modules.json
+++ b/public/language/zh_CN/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "确定想要取消此帖?",
"composer.submit_and_lock": "提交并锁定",
"composer.toggle_dropdown": "标为 Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "确认",
"bootbox.cancel": "取消",
"bootbox.confirm": "确认"
diff --git a/public/language/zh_CN/notifications.json b/public/language/zh_CN/notifications.json
index bef1a693a6..af7275b272 100644
--- a/public/language/zh_CN/notifications.json
+++ b/public/language/zh_CN/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "您有未读的通知。",
"new_message_from": "来自 %1 的新消息",
"upvoted_your_post_in": "%1 在 %2 点赞了您的帖子。",
- "moved_your_post": "%1 移动了您的帖子。",
- "moved_your_topic": "%1 移动了您的主题帖。",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 在 %2 收藏了您的帖子。",
"user_flagged_post_in": "%1 在 %2 标记了一个帖子",
"user_posted_to": "%1 回复了:%2",
diff --git a/public/language/zh_CN/pages.json b/public/language/zh_CN/pages.json
index 42cd89007b..dda7c2f09c 100644
--- a/public/language/zh_CN/pages.json
+++ b/public/language/zh_CN/pages.json
@@ -24,6 +24,9 @@
"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/following": "%1 关注",
"account/followers": "关注 %1 的人",
"account/posts": "%1 发布的帖子",
diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json
index 49dbf6ccfe..38417d8500 100644
--- a/public/language/zh_CN/topic.json
+++ b/public/language/zh_CN/topic.json
@@ -27,7 +27,6 @@
"locked": "已锁定",
"bookmark_instructions": "点击这里返回最新的未读回帖。",
"flag_title": "举报此帖",
- "flag_confirm": "您确认要举报此帖吗?",
"flag_success": "已举报此回帖。",
"deleted_message": "此主题已被删除。只有拥有主题管理权限的用户可以查看。",
"following_topic.message": "当有人回复此主题时,您会收到通知。",
@@ -96,5 +95,9 @@
"oldest_to_newest": "从旧到新",
"newest_to_oldest": "从新到旧",
"most_votes": "最多投票",
- "most_posts": "最多回复"
+ "most_posts": "最多回复",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/user.json b/public/language/zh_CN/user.json
index f478ec4f37..d4275c99d8 100644
--- a/public/language/zh_CN/user.json
+++ b/public/language/zh_CN/user.json
@@ -28,7 +28,6 @@
"following": "关注",
"aboutme": "About me",
"signature": "签名档",
- "gravatar": "头像",
"birthday": "生日",
"chat": "聊天",
"follow": "关注",
@@ -36,7 +35,10 @@
"more": "更多",
"profile_update_success": "资料已经成功更新。",
"change_picture": "更改头像",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "编辑",
+ "default_picture": "Default Icon",
"uploaded_picture": "已有头像",
"upload_new_picture": "上传新头像",
"upload_new_picture_from_url": "从 URL 上传新图片",
diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json
index 2f5ef4565d..a2acf18330 100644
--- a/public/language/zh_TW/error.json
+++ b/public/language/zh_TW/error.json
@@ -60,7 +60,8 @@
"group-name-too-short": "群組名稱太短了",
"group-already-exists": "群組名稱已存在",
"group-name-change-not-allowed": "變更群組名稱不被允許",
- "group-already-member": "You are already part of this group",
+ "group-already-member": "Already part of this group",
+ "group-not-member": "Not a member of this group",
"group-needs-owner": "This group requires at least one owner",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
diff --git a/public/language/zh_TW/groups.json b/public/language/zh_TW/groups.json
index 93d5ac1b39..a66b7efb31 100644
--- a/public/language/zh_TW/groups.json
+++ b/public/language/zh_TW/groups.json
@@ -15,8 +15,6 @@
"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",
- "cover-instructions": "拖拉一本相簿,並拖到此位置,以及點擊 儲存",
- "cover-change": "變更",
"cover-save": "儲存",
"cover-saving": "儲存中",
"details.title": "群組詳細信息",
diff --git a/public/language/zh_TW/modules.json b/public/language/zh_TW/modules.json
index d51ca5b5ea..ce543360b5 100644
--- a/public/language/zh_TW/modules.json
+++ b/public/language/zh_TW/modules.json
@@ -23,6 +23,7 @@
"composer.discard": "你確定要放棄這帖子嗎?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
+ "composer.uploading": "Uploading %1",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
diff --git a/public/language/zh_TW/notifications.json b/public/language/zh_TW/notifications.json
index b565350f12..1ea7e9ccd1 100644
--- a/public/language/zh_TW/notifications.json
+++ b/public/language/zh_TW/notifications.json
@@ -12,8 +12,8 @@
"you_have_unread_notifications": "您有未讀的訊息!",
"new_message_from": "來自 %1 的新訊息",
"upvoted_your_post_in": "%1 upvote了您在 %2的post。",
- "moved_your_post": "%1 移動了你的post。",
- "moved_your_topic": "%1 移動了你的主題。",
+ "moved_your_post": "%1 has moved your post to %2",
+ "moved_your_topic": "%1 has moved %2",
"favourited_your_post_in": "%1 收藏了你在 %2的post。",
"user_flagged_post_in": "%1 舉報了 %2裡的一個post。",
"user_posted_to": "%1 發布一個回覆給: %2",
diff --git a/public/language/zh_TW/pages.json b/public/language/zh_TW/pages.json
index cadbe3188b..53ef666d02 100644
--- a/public/language/zh_TW/pages.json
+++ b/public/language/zh_TW/pages.json
@@ -24,6 +24,9 @@
"chats": "Chats",
"chat": "Chatting with %1",
"account/edit": "Editing \"%1\"",
+ "account/edit/password": "Editing password of \"%1\"",
+ "account/edit/username": "Editing username of \"%1\"",
+ "account/edit/email": "Editing email of \"%1\"",
"account/following": "People %1 follows",
"account/followers": "People who follow %1",
"account/posts": "Posts made by %1",
diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json
index dce8fa0cf4..53907479a5 100644
--- a/public/language/zh_TW/topic.json
+++ b/public/language/zh_TW/topic.json
@@ -27,7 +27,6 @@
"locked": "已鎖定",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "檢舉這篇文章, 交給仲裁者來審閱.",
- "flag_confirm": "你確定要檢舉這文章嗎?",
"flag_success": "這文章已經被檢舉要求仲裁.",
"deleted_message": "此主題已被刪除。只有具有主題管理權限的用戶才能看到它。",
"following_topic.message": "有人貼文回覆主題時, 你將會收到新通知.",
@@ -96,5 +95,9 @@
"oldest_to_newest": "從舊到新",
"newest_to_oldest": "從新到舊",
"most_votes": "得票最多",
- "most_posts": "最多post"
+ "most_posts": "最多post",
+ "stale_topic_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?",
+ "spam": "Spam",
+ "offensive": "Offensive",
+ "custom-flag-reason": "Enter a flagging reason"
}
\ No newline at end of file
diff --git a/public/language/zh_TW/user.json b/public/language/zh_TW/user.json
index a75e3ca4b6..12af2d532f 100644
--- a/public/language/zh_TW/user.json
+++ b/public/language/zh_TW/user.json
@@ -28,7 +28,6 @@
"following": "正在關注",
"aboutme": "About me",
"signature": "簽名",
- "gravatar": "Gravatar頭像",
"birthday": "生日",
"chat": "聊天",
"follow": "跟隨",
@@ -36,7 +35,10 @@
"more": "更多",
"profile_update_success": "您的個人資料已更新成功!",
"change_picture": "改變頭像",
+ "change_username": "Change Username",
+ "change_email": "Change Email",
"edit": "編輯",
+ "default_picture": "Default Icon",
"uploaded_picture": "已有頭像",
"upload_new_picture": "上傳新頭像",
"upload_new_picture_from_url": "上傳新頭像(URL)",