Latest translations and fallbacks

v1.18.x
Misty (Bot) 8 years ago
parent b7cda02830
commit 3853c741d3

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "مستخدم غير موجود",
"invalid-username": "اسم المستخدم غير مقبول",
"invalid-email": "البريد الاكتروني غير مقبول",
"invalid-title": "عنوان غير صحيح",
"invalid-title": "Invalid title",
"invalid-user-data": "بيانات المستخدم غير صحيحة",
"invalid-password": "كلمة السر غير مقبولة",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "لايمكن حظر مدبر نظام آخر.",
"cant-remove-last-admin": "رجاءًا ، أضف مدير أخر قبل حذف صلاحيات الإدارة من حسابك.",
"cant-delete-admin": "رجاءًا أزل صلاحيات الإدارة قبل حذف الحساب. ",
"invalid-image": "Invalid image",
"invalid-image-type": "نوع الصورة غير مدعوم. الأنواع المدعومة هي : %1",
"invalid-image-extension": "امتداد الصورة غير مدعوم.",
"invalid-file-type": "صيغة الملف غير مدعومة. الأنواع المدعومة هي: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Bookmarked Posts",
"account/settings": "خيارات المستخدم",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "تم تحديد المواضيع على أنها مقروءة!",
"all-topics": "كل المواضيع",
"new-topics": "مواضيع جديدة",
"watched-topics": "المواضيع المتابعة"
"watched-topics": "المواضيع المتابعة",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "السمعة",
"bookmarks": "Bookmarks",
"watched": "متابع",
"ignored": "Ignored",
"followers": "المتابعون",
"following": "يتابع",
"aboutme": "معلومة عنك او السيرة الذاتية",
@ -86,6 +87,7 @@
"has_no_posts": "This user hasn't posted anything yet.",
"has_no_topics": "This user hasn't posted any topics yet.",
"has_no_watched_topics": "This user hasn't watched any topics yet.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
"has_no_voted_posts": "This user has no voted posts",
@ -94,6 +96,7 @@
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
"topics_per_page": "المواضيع في كل صفحة",
"posts_per_page": "الردود في كل صفحة",
"max_items_per_page": "Maximum %1",
"notification_sounds": "تشغيل صوت عند تلقي تنبيه",
"notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound",

@ -6,5 +6,6 @@
"title": "Заглавие",
"content": "Съдържание",
"posted": "Публикувано",
"reply-to": "Отговор на „%1“"
"reply-to": "Отговор на „%1“",
"content-editable": "Можете да щракнете върху всеки от текстовете, за да ги редактирате преди публикуване."
}

@ -65,7 +65,7 @@
"logout": "Изход",
"view-forum": "Преглед на форума",
"search.placeholder": "Търсене",
"search.placeholder": "Търсене на настройки",
"search.no-results": "Няма резултати…",
"search.search-forum": "Търсене във форума за <strong></strong>",
"search.keep-typing": "Продължете да пишете, за да видите още резултати…",

@ -3,7 +3,9 @@
"enable": "Разделяне на темите и публикациите на страници, вместо да се превърта безкрайно.",
"topics": "Странициране в темите",
"posts-per-page": "Публикации на страница",
"max-posts-per-page": "Максимален брой публикации на страница",
"categories": "Странициране на категориите",
"topics-per-page": "Теми на страница",
"max-topics-per-page": "Максимален брой теми на страница",
"initial-num-load": "Начален брой теми, които да бъдат заредени за „непрочетени“, „скорошни“ и „популярни“"
}

@ -11,7 +11,7 @@
"invalid-uid": "Грешен идентификатор на потребител",
"invalid-username": "Грешно потребителско име",
"invalid-email": "Грешна е-поща",
"invalid-title": "Грешно заглавие!",
"invalid-title": "Грешно заглавие",
"invalid-user-data": "Грешни потребителски данни",
"invalid-password": "Грешна парола",
"invalid-login-credentials": "Неправилни данни за удостоверяване",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "Не можете да блокирате другите администратори!",
"cant-remove-last-admin": "Вие сте единственият администратор. Добавете друг потребител като администратор, преди да премахнете себе си като администратор",
"cant-delete-admin": "Премахнете администраторските права от този акаунт, преди да го изтриете.",
"invalid-image": "Грешно изображение",
"invalid-image-type": "Грешен тип на изображение. Позволените типове са: %1",
"invalid-image-extension": "Грешно разширение на изображението",
"invalid-file-type": "Грешен тип на файл. Позволените типове са: %1",

@ -54,7 +54,11 @@
"modal-body": "Моля, посочете причината за докладването на %1 %2 за преглед. Или използвайте някой от бутоните за бързо докладване, ако са приложими.",
"modal-reason-spam": "Спам",
"modal-reason-offensive": "Обидно",
"modal-reason-other": "Друго (опишете по-долу)",
"modal-reason-custom": "Причина за докладването на това съдържание…",
"modal-submit": "Изпращане на доклада",
"modal-submit-success": "Съдържанието беше докладвано на модераторите."
"modal-submit-success": "Съдържанието беше докладвано на модераторите.",
"modal-submit-confirm": "Потвърждаване на докладването",
"modal-submit-confirm-text": "Вече сте описали специалната си причина. Наистина ли искате да изпратите доклада си по бързата процедура?",
"modal-submit-confirm-text-help": "Изпращането на доклад по бързата процедура ще премахне описаната от Вас специалната причина."
}

@ -44,6 +44,7 @@
"account/bookmarks": "Отметнатите публикации на %1",
"account/settings": "Потребителски настройки",
"account/watched": "Теми, следени от %1",
"account/ignored": "Теми, пренебрегвани от %1",
"account/upvoted": "Публикации, получили положителен глас от %1",
"account/downvoted": "Публикации, получили отрицателен глас от %1",
"account/best": "Най-добрите публикации от %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Темите бяха отбелязани като прочетени!",
"all-topics": "Всички теми",
"new-topics": "Нови теми",
"watched-topics": "Следени теми"
"watched-topics": "Следени теми",
"unreplied-topics": "Теми без отговор",
"multiple-categories-selected": "Избрани са няколко"
}

@ -25,6 +25,7 @@
"reputation": "Репутация",
"bookmarks": "Отметки",
"watched": "Следени",
"ignored": "Пренебрегвани",
"followers": "Последователи",
"following": "Следва",
"aboutme": "За мен",
@ -86,6 +87,7 @@
"has_no_posts": "Този потребител не е публикувал нищо досега.",
"has_no_topics": "Този потребител не е създавал теми досега.",
"has_no_watched_topics": "Този потребител не е следил нито една тема досега.",
"has_no_ignored_topics": "Този потребител не е пренебрегнали нито една тема досега.",
"has_no_upvoted_posts": "Този потребител не е гласувал положително досега.",
"has_no_downvoted_posts": "Този потребител не е гласувал отрицателно досега.",
"has_no_voted_posts": "Този потребител не е гласувал досега.",
@ -94,6 +96,7 @@
"paginate_description": "Разделяне на темите и публикациите на страници, вместо да се превърта безкрайно",
"topics_per_page": "Теми на страница",
"posts_per_page": "Публикации на страница",
"max_items_per_page": "Най-много %1",
"notification_sounds": "Изпълняване на звук, когато получите известие",
"notifications_and_sounds": "Известия и звуци",
"incoming-message-sound": "Звук за входящо съобщение",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "ভুল ব্যবহারকারী নাম্বার",
"invalid-username": "ভুল ইউজারনেম",
"invalid-email": "ভুল ইমেইল",
"invalid-title": "ভুল শিরোনাম",
"invalid-title": "Invalid title",
"invalid-user-data": "ভুল ব্যবহারকারী তথ্য",
"invalid-password": "ভুল পাসওয়ার্ড",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "আপনি অন্য এ্যাডমিনদের নিষিদ্ধ করতে পারেন না!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
"invalid-image": "Invalid image",
"invalid-image-type": "Invalid image type. Allowed types are: %1",
"invalid-image-extension": "Invalid image extension",
"invalid-file-type": "Invalid file type. Allowed types are: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Bookmarked Posts",
"account/settings": "User Settings",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "পঠিত হিসেবে চিহ্নিত টপিকসমূহ",
"all-topics": "All Topics",
"new-topics": "New Topics",
"watched-topics": "Watched Topics"
"watched-topics": "Watched Topics",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "সন্মাননা",
"bookmarks": "Bookmarks",
"watched": "দেখা হয়েছে",
"ignored": "Ignored",
"followers": "যাদের অনুসরণ করছেন",
"following": "যারা আপনাকে অনুসরণ করছে",
"aboutme": "আমার সম্পর্কে: ",
@ -86,6 +87,7 @@
"has_no_posts": "এই সদস্য এখন পর্যন্ত কোন পোস্ট করেন নি",
"has_no_topics": "এই সদস্য এখনো কোন টপিক করেন নি",
"has_no_watched_topics": "এই সদস্য এখনো কোন টপিক দেখেন নি",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
"has_no_voted_posts": "This user has no voted posts",
@ -94,6 +96,7 @@
"paginate_description": "ইনফাইনাইট স্ক্রলের বদলে টপিক ও পোস্টের জন্য পেজিনেশন ব্যাবহার করা হোক",
"topics_per_page": "প্রতি পেজে কতগুলো টপিক থাকবে",
"posts_per_page": "প্রতি পেইজে কতগুলো পোষ্ট থাকবে",
"max_items_per_page": "Maximum %1",
"notification_sounds": "নোটিফিকেশনের জন্য নোটিফিকেশন সাউন্ড এনাবল করুন",
"notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound",

@ -6,5 +6,6 @@
"title": "Název",
"content": "Obsah",
"posted": "Přidáno",
"reply-to": "Odpovědět na \"%1\""
"reply-to": "Odpovědět na \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Odhlásit",
"view-forum": "Zobrazit fórum",
"search.placeholder": "Hledat...",
"search.placeholder": "Search for settings",
"search.no-results": "Žádné výsledky…",
"search.search-forum": "Prohledat fórum pro <strong></strong>",
"search.keep-typing": "Pište dále pro zobrazení výsledků…",

@ -3,7 +3,9 @@
"enable": "Stránkovat témata a příspěvky namísto nekonečného posouvání",
"topics": "Stránkování témat",
"posts-per-page": "Příspěvků na stránku",
"max-posts-per-page": "Maximum posts per page",
"categories": "Stránkování kategorii",
"topics-per-page": "Témat na stránku",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Počáteční počet témat pro načtení u nepřečtených, posledních a polulárních"
}

@ -11,7 +11,7 @@
"invalid-uid": "Neplatné ID uživatele",
"invalid-username": "Neplatné uživatelské jméno",
"invalid-email": "Neplatný e-mail",
"invalid-title": "Neplatný titulek.",
"invalid-title": "Invalid title",
"invalid-user-data": "Neplatná uživatelská data",
"invalid-password": "Neplatné heslo",
"invalid-login-credentials": "Neplatné přihlašovací údaje",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "Nemůžete zablokovat jiné správce.",
"cant-remove-last-admin": "Jste jediným správcem. Před vlastním odebráním oprávnění správce nejdříve přidejte jiného uživatele jako správce",
"cant-delete-admin": "Před odstraněním účtu mu nejprve odeberte oprávnění správce.",
"invalid-image": "Invalid image",
"invalid-image-type": "Neplatný typ obrázku. Povolené typy jsou: %1",
"invalid-image-extension": "Neplatná přípona obrázku",
"invalid-file-type": "Neplatný typ souboru. Povolené typy jsou: %1",

@ -54,7 +54,11 @@
"modal-body": "Zadejte váš důvod k označení %1 %2 pro kontrolu. Nebo použijte tlačítko je-li dostupné.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Urážlivé",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Důvod ohlášení tohoto obsahu…",
"modal-submit": "Předat hlášení",
"modal-submit-success": "Obsah byl označen pro moderaci."
"modal-submit-success": "Obsah byl označen pro moderaci.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's zazáložkované příspěvky",
"account/settings": "Uživatelské nastavení",
"account/watched": "Témata sledovaná uživatelem %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Souhlasí s příspěvkem %1",
"account/downvoted": "Nesouhlasí s příspěvkem %1",
"account/best": "Nejlepší příspěvky od %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Téma bylo označeno jako přečtené.",
"all-topics": "Všechna témata",
"new-topics": "Nová témata",
"watched-topics": "Sledovaná témata"
"watched-topics": "Sledovaná témata",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Reputace",
"bookmarks": "Záložky",
"watched": "Sledován",
"ignored": "Ignored",
"followers": "Sledují ho",
"following": "Sleduje",
"aboutme": "O mně",
@ -86,6 +87,7 @@
"has_no_posts": "Tento uživatel ještě nic nenapsal.",
"has_no_topics": "Tento uživatel ještě nezaložil žádné téma.",
"has_no_watched_topics": "Tento uživatel zatím nesleduje žádná témata.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "Tento uživatel zatím nevyjádřil souhlas u žádného příspěvku.",
"has_no_downvoted_posts": "Tento uživatel zatím nevyjádřil nesouhlas u žádného příspěvku.",
"has_no_voted_posts": "Tento uživatel nemá žádné hlasovací příspěvky",
@ -94,6 +96,7 @@
"paginate_description": "Stránkovat témata a příspěvky místo použití nekonečného posunování",
"topics_per_page": "Témat na stránce",
"posts_per_page": "Příspěvků na stránce",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Přehrát zvuk, obdržíte-li oznámení",
"notifications_and_sounds": "Upozornění a zvuky",
"incoming-message-sound": "Zvuk příchozí zprávy",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "Ugyldig Bruger ID",
"invalid-username": "Ugyldig Brugernavn",
"invalid-email": "Ugyldig Email",
"invalid-title": "Ugylidt titel",
"invalid-title": "Invalid title",
"invalid-user-data": "Ugyldig Bruger Data",
"invalid-password": "Ugyldig Adgangskode",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "Du kan ikke udlukke andre administatrorer!",
"cant-remove-last-admin": "Du er den eneste administrator. Tilføj en anden bruger som administrator før du fjerner dig selv som administrator",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
"invalid-image": "Invalid image",
"invalid-image-type": "Invalid billed type. De tilladte typer er: %1",
"invalid-image-extension": "Forkert billede filnavnsendelse",
"invalid-file-type": "Invalid fil type. Tilladte typer er: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Bookmarked Posts",
"account/settings": "Bruger instillinger",
"account/watched": "Tråde fulgt af %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Indlæg syntes godt om af %1",
"account/downvoted": "Indlæg syntes ikke godt om af %1",
"account/best": "Bedste indlæg skrevet af %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Emner markeret som læst!",
"all-topics": "Alle Emner",
"new-topics": "Nyt Emner",
"watched-topics": "Watched Topics"
"watched-topics": "Watched Topics",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Omdømme",
"bookmarks": "Bogmærker",
"watched": "Set",
"ignored": "Ignored",
"followers": "Followers",
"following": "Følger",
"aboutme": "Om mig",
@ -86,6 +87,7 @@
"has_no_posts": "Denne bruger har ikke skrevet noget endnu.",
"has_no_topics": "Denne bruger har ikke skrævet nogle tråde endnu.",
"has_no_watched_topics": "Denne bruger har ikke fulgt nogle tråde endnu.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "Denne bruger har ikke syntes godt om nogle indlæg endnu.",
"has_no_downvoted_posts": "Denne bruger har ikke, syntes ikke godt om nogle indlæg endnu.",
"has_no_voted_posts": "Denne bruger har ingen stemte indlæg",
@ -94,6 +96,7 @@
"paginate_description": "Sideinddel emner og indlæg istedet for uendeligt rul",
"topics_per_page": "Emner per side",
"posts_per_page": "Indlæg per side",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Afspil en lyd når du modtager en notifikation",
"notifications_and_sounds": "Underretninger & Lyde",
"incoming-message-sound": "Indgående besked lyd",

@ -6,5 +6,6 @@
"title": "Titel",
"content": "Inhalt",
"posted": "Gepostet",
"reply-to": "Auf \"%1\" antworten"
"reply-to": "Auf \"%1\" antworten",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Abmelden",
"view-forum": "Forum anzeigen",
"search.placeholder": "Suchen...",
"search.placeholder": "Search for settings",
"search.no-results": "Keine Ergebnisse...",
"search.search-forum": "Suche im Forum nach <strong></strong>",
"search.keep-typing": "Gib mehr ein, um die Ergebnisse zu sehen...",

@ -3,7 +3,9 @@
"enable": "Themen in Seiten einteilen anstatt endlos zu scrollen",
"topics": "Themen Seitennummerierung",
"posts-per-page": "Beiträge pro Seite",
"max-posts-per-page": "Maximum posts per page",
"categories": "Kategorie Seitennummerierung",
"topics-per-page": "Themen pro Seite",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Ursprüngliche Anzahl an Themen, die bei ungelesen, aktuell und beliebt geladen werden sollen"
}

@ -11,7 +11,7 @@
"invalid-uid": "Ungültige Benutzer-ID",
"invalid-username": "Ungültiger Benutzername",
"invalid-email": "Ungültige E-Mail-Adresse",
"invalid-title": "Ungültiger Titel",
"invalid-title": "Invalid title",
"invalid-user-data": "Ungültige Benutzerdaten",
"invalid-password": "Ungültiges Passwort",
"invalid-login-credentials": "Ungültige Zugangsdaten",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!",
"cant-remove-last-admin": "Du bist der einzige Administrator. Füge zuerst einen anderen Administrator hinzu, bevor du dich selbst als Administrator entfernst",
"cant-delete-admin": "Bevor du versuchst dieses Konto zu löschen, entferne die zugehörigen Administratorrechte.",
"invalid-image": "Invalid image",
"invalid-image-type": "Falsche Bildart. Erlaubte Arten sind: %1",
"invalid-image-extension": "Ungültige Dateinamenerweiterung",
"invalid-file-type": "Ungültiger Dateityp. Erlaubte Typen sind: %1",

@ -54,7 +54,11 @@
"modal-body": "Bitte geben Sie den Grund an, weshalb Sie %1 %2 melden wollen. Alternativ können Sie einen der Schnell-Meldungs-Knöpfe verwenden, wenn anwendbar.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Beleidigend",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Grund für die Meldung dieses Inhalts...",
"modal-submit": "Meldung abschicken",
"modal-submit-success": "Der Inhalt wurde gemeldet."
"modal-submit-success": "Der Inhalt wurde gemeldet.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "Lesezeichen von %1",
"account/settings": "Benutzer-Einstellungen",
"account/watched": "Von %1 beobachtete Themen",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Von %1 positiv bewertete Beiträge",
"account/downvoted": "Von %1 negativ bewertete Beiträge",
"account/best": "Bestbewertete Beiträge von %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Themen als gelesen markiert!",
"all-topics": "Alle Themen",
"new-topics": "Neue Themen",
"watched-topics": "Beobachtete Themen"
"watched-topics": "Beobachtete Themen",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Ansehen",
"bookmarks": "Lesezeichen",
"watched": "Beobachtet",
"ignored": "Ignored",
"followers": "Follower",
"following": "Folge ich",
"aboutme": "Über mich",
@ -86,6 +87,7 @@
"has_no_posts": "Dieser Benutzer hat noch nichts geschrieben.",
"has_no_topics": "Dieser Benutzer hat noch keine Themen erstellt.",
"has_no_watched_topics": "Dieser Benutzer beobachtet keine Themen.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "Dieser Benutzer hat bisher keine Beiträge positiv bewertet.",
"has_no_downvoted_posts": "Dieser Benutzer hat bisher keine Beiträge negativ bewertet.",
"has_no_voted_posts": "Dieser Benutzer hat keine bewerteten Beiträge.",
@ -94,6 +96,7 @@
"paginate_description": "Themen und Beiträge in Seiten aufteilen, anstatt unendlich zu scrollen",
"topics_per_page": "Themen pro Seite",
"posts_per_page": "Beiträge pro Seite",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Ton abspielen, wenn du eine Benachrichtigung erhältst",
"notifications_and_sounds": "Benachrichtigungen & Klänge",
"incoming-message-sound": "Ton bei empfangener Nachricht",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "Άκυρο ID Χρήστη",
"invalid-username": "Άκυρο Όνομα Χρήστη",
"invalid-email": "Άκυρο Email",
"invalid-title": "Άκυρος Τίτλος!",
"invalid-title": "Invalid title",
"invalid-user-data": "Άκυρα Δεδομένα Χρήστη",
"invalid-password": "Άκυρος Κωδικός",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "Δεν μπορείς να αποκλείσεις άλλους διαχειριστές!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
"invalid-image": "Invalid image",
"invalid-image-type": "Invalid image type. Allowed types are: %1",
"invalid-image-extension": "Invalid image extension",
"invalid-file-type": "Invalid file type. Allowed types are: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Bookmarked Posts",
"account/settings": "Επιλογές Χρήστη",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Τα θέματα σημειώθηκαν ως αναγνωσμένα!",
"all-topics": "Όλα τα θέματα",
"new-topics": "Νέα Θέματα",
"watched-topics": "Watched Topics"
"watched-topics": "Watched Topics",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Φήμη",
"bookmarks": "Bookmarks",
"watched": "Watched",
"ignored": "Ignored",
"followers": "Ακόλουθοι",
"following": "Ακολουθά",
"aboutme": "About me",
@ -86,6 +87,7 @@
"has_no_posts": "This user hasn't posted anything yet.",
"has_no_topics": "This user hasn't posted any topics yet.",
"has_no_watched_topics": "This user hasn't watched any topics yet.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
"has_no_voted_posts": "This user has no voted posts",
@ -94,6 +96,7 @@
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
"topics_per_page": "Θέματα ανά σελίδα",
"posts_per_page": "Δημοσιεύσεις ανά σελίδα",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Play a sound when you receive a notification",
"notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "Invalid User ID",
"invalid-username": "Invalid Username",
"invalid-email": "Invalid Email",
"invalid-title": "Invalid title!",
"invalid-title": "Invalid title",
"invalid-user-data": "Invalid User Data",
"invalid-password": "Invalid Password",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "You can't ban other admins!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
"invalid-image": "Invalid image",
"invalid-image-type": "Invalid image type. Allowed types are: %1",
"invalid-image-extension": "Invalid image extension",
"invalid-file-type": "Invalid file type. Allowed types are: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Bookmarked Posts",
"account/settings": "User Settings",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Topics marked as read!",
"all-topics": "All Topics",
"new-topics": "New Topics",
"watched-topics": "Watched Topics"
"watched-topics": "Watched Topics",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Reputation",
"bookmarks": "Bookmarks",
"watched": "Watched",
"ignored": "Ignored",
"followers": "Followers",
"following": "Following",
"aboutme": "About me",
@ -86,6 +87,7 @@
"has_no_posts": "This user hasn't posted anything yet.",
"has_no_topics": "This user hasn't posted any topics yet.",
"has_no_watched_topics": "This user hasn't watched any topics yet.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
"has_no_voted_posts": "This user has no voted posts",
@ -94,6 +96,7 @@
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
"topics_per_page": "Topics per Page",
"posts_per_page": "Posts per Page",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Play a sound when you receive a notification",
"notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "Invalid User ID",
"invalid-username": "Invalid Username",
"invalid-email": "Invalid Email",
"invalid-title": "Invalid title!",
"invalid-title": "Invalid title",
"invalid-user-data": "Invalid User Data",
"invalid-password": "Invalid Password",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "You can't ban other admins!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
"invalid-image": "Invalid image",
"invalid-image-type": "Invalid image type. Allowed types are: %1",
"invalid-image-extension": "Invalid image extension",
"invalid-file-type": "Invalid file type. Allowed types are: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Bookmarked Posts",
"account/settings": "User Settings",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Topics marked as read!",
"all-topics": "All Topics",
"new-topics": "New Topics",
"watched-topics": "Watched Topics"
"watched-topics": "Watched Topics",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Reputation",
"bookmarks": "Bookmarks",
"watched": "Watched",
"ignored": "Ignored",
"followers": "Followers",
"following": "Following",
"aboutme": "About me",
@ -86,6 +87,7 @@
"has_no_posts": "This user hasn't posted anything yet.",
"has_no_topics": "This user hasn't posted any topics yet.",
"has_no_watched_topics": "This user hasn't watched any topics yet.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
"has_no_voted_posts": "This user has no voted posts",
@ -94,6 +96,7 @@
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
"topics_per_page": "Topics per Page",
"posts_per_page": "Posts per Page",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Play a sound when you receive a notification",
"notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Cerrar sesión",
"view-forum": "Ver foro",
"search.placeholder": "Buscar...",
"search.placeholder": "Search for settings",
"search.no-results": "Sin resultados...",
"search.search-forum": "Buscar en el foro <strong></strong>",
"search.keep-typing": "Escribe más para ver resultados...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "Identificador de usuario no válido",
"invalid-username": "Nombre de usuario no válido",
"invalid-email": "Correo electrónico no válido",
"invalid-title": "¡Título no válido!",
"invalid-title": "Invalid title",
"invalid-user-data": "Datos de usuario no válidos",
"invalid-password": "Contraseña no válida",
"invalid-login-credentials": "Datos de acceso no válidos",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "¡No puedes expulsar a otros administradores!",
"cant-remove-last-admin": "Tu eres el unico administrador. Añade otro usuario como administrador antes de eliminarte a ti mismo.",
"cant-delete-admin": "Quitar privilegios de administrador de ésta cuenta antes de intentar borrarla",
"invalid-image": "Invalid image",
"invalid-image-type": "Tipo de imagen inválido. Los tipos permitidos son: %1",
"invalid-image-extension": "Extensión de imagen inválida",
"invalid-file-type": "Tipo de fichero inválido. Los tipos permitidos son: %1",

@ -54,7 +54,11 @@
"modal-body": "Por favor especifica tu razón para marcar %1 %2 para revisar. Alternativamente, usa una de los botones de reporte rápido si corresponde.",
"modal-reason-spam": "Correo no deseado",
"modal-reason-offensive": "Ofensivo",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Razón para reportar este contenido...",
"modal-submit": "Enviar reporte",
"modal-submit-success": "El contenido se ha reportado para moderación."
"modal-submit-success": "El contenido se ha reportado para moderación.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Mensajes marcados",
"account/settings": "Preferencias",
"account/watched": "Temas seguidos por %1",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Publicaciones votadas positivamente %1",
"account/downvoted": "Publicaciones votadas negativamente %1",
"account/best": "Mejores publicaciones hechas por %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "¡Temas marcados como leídos!",
"all-topics": "Todos los Temas",
"new-topics": "Temas Nuevos",
"watched-topics": "Temas Suscritos"
"watched-topics": "Temas Suscritos",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Reputación",
"bookmarks": "Marcadores",
"watched": "Suscritos",
"ignored": "Ignored",
"followers": "Seguidores",
"following": "Siguiendo",
"aboutme": "Sobre mí",
@ -86,6 +87,7 @@
"has_no_posts": "Este usuario no ha publicado nada aún.",
"has_no_topics": "Este usuario no ha publicado ninguna tema todavía.",
"has_no_watched_topics": "Este usuario no esta suscrito a ningún tema aún.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "Este usuario todavía no ha votado ninguna publicación positivamente.",
"has_no_downvoted_posts": "Este usuario todavía no ha votado ninguna publicación negativamente.",
"has_no_voted_posts": "Este usuario no ha votado ninguna publicación",
@ -94,6 +96,7 @@
"paginate_description": "Paginar hilos y mensajes en lugar de usar desplazamiento infinito",
"topics_per_page": "Temas por página",
"posts_per_page": "Post por página",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Reproducir un sonido al recibir una notificación",
"notifications_and_sounds": "Notificaciones y Sonidos",
"incoming-message-sound": "Sonido del mensaje entrante",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "Vigane kasutaja ID",
"invalid-username": "Vigane kasutajanimi",
"invalid-email": "Vigane emaili aadress",
"invalid-title": "Vigane pealkiri!",
"invalid-title": "Invalid title",
"invalid-user-data": "Vigased kasutaja andmed",
"invalid-password": "Vigane parool",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!",
"cant-remove-last-admin": "Te olete ainus administraator. Lisage keegi teine administraatoriks, enne kui eemaldate endalt administraatori.",
"cant-delete-admin": "Eemalda sellelt kasutajalt administraatori õigused enne selle kustutamist",
"invalid-image": "Invalid image",
"invalid-image-type": "Vigane pildi formaat. Lubatud formaadid on: %1",
"invalid-image-extension": "Vigane pildi formaat",
"invalid-file-type": "Vigane faili formaat. Lubatud formaadid on: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1's Bookmarked Posts",
"account/settings": "Kasutaja sätted",
"account/watched": "Teemasid jälgib %1 kasutajat",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "Postitused %1 poolt heaks kiidetud",
"account/downvoted": "Postitused %1 poolt vastu hääletatud",
"account/best": "Parimad postitused %1 poolt",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "Teemad märgitud loetuks!",
"all-topics": "Kõik teemad",
"new-topics": "Uued teemad",
"watched-topics": "Vaadatud teemad"
"watched-topics": "Vaadatud teemad",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "Reputatsioon",
"bookmarks": "Bookmarks",
"watched": "Vaadatud",
"ignored": "Ignored",
"followers": "Jälgijad",
"following": "Jälgimised",
"aboutme": "Minust",
@ -86,6 +87,7 @@
"has_no_posts": "Antud kasutaja pole veel midagi postitanud.",
"has_no_topics": "Antud kasutaja pole veel ühtegi teemat postitanud.",
"has_no_watched_topics": "Antud kasutaja pole veel ühtegi teemat vaadanud.",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "Antud kasutaja pole veel ühtegi postitust kiitnud.",
"has_no_downvoted_posts": "Antud kasutaja pole veel ühtegi postitust laitnud.",
"has_no_voted_posts": "Antud kasutaja pole veel ühtegi postitust hinnanud.",
@ -94,6 +96,7 @@
"paginate_description": "Nummerda leheküljed ja postitused ning ära kasuta lõputut kerimist",
"topics_per_page": "Teemasi ühe lehekülje kohta",
"posts_per_page": "Postitusi ühe lehekülje kohta",
"max_items_per_page": "Maximum %1",
"notification_sounds": "Mängi heli, kui teade saabub.",
"notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "شناسه کاربر نامعتبر است.",
"invalid-username": "نام کاربری نامعتبر است.",
"invalid-email": "ایمیل نامعتبر است.",
"invalid-title": "عنوان نامعتبر است!",
"invalid-title": "Invalid title",
"invalid-user-data": "داده‌های کاربر نامعتبر است.",
"invalid-password": "کلمه عبور نامعتبر است.",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "شما نمی‌توانید دیگر مدیران را محروم کنید!",
"cant-remove-last-admin": "شما تنها مدیر می باشید . شما باید قبل از عزل خود از مدیریت یک کاربر دیگر را مدیر کنید",
"cant-delete-admin": "قبل از حذف این کاربر دسترسی های مدیریت را از وی بگیرید.",
"invalid-image": "Invalid image",
"invalid-image-type": "نوع تصویر نامعتبر است. نوعهای قابل قبول اینها هستند: %1",
"invalid-image-extension": "پسوند عکس نامعتبر است",
"invalid-file-type": "نوع پرونده نامعتبر است. نوعهای قابل قبول اینها هستند: %1",

@ -54,7 +54,11 @@
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation."
"modal-submit-success": "Content has been flagged for moderation.",
"modal-submit-confirm": "Confirm Submission",
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
}

@ -44,6 +44,7 @@
"account/bookmarks": "%1 پست نشانک گذاری شده است",
"account/settings": "تنظیمات کاربر",
"account/watched": "موضوع های دیده شده توسط \"%1\"",
"account/ignored": "Topics ignored by %1",
"account/upvoted": "رای مثبت داده شده به پست ها توسط %1",
"account/downvoted": "رای منفی داده شده به پست ها توسط %1",
"account/best": "بهترین پست های ارسال شده توسط %1",

@ -9,5 +9,7 @@
"topics_marked_as_read.success": "همه موضوع ها خوانده شدند",
"all-topics": "همه موضوع ها",
"new-topics": "موضوع های جدید",
"watched-topics": "موضوع های پیگیری شده"
"watched-topics": "موضوع های پیگیری شده",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}

@ -25,6 +25,7 @@
"reputation": "اعتبار",
"bookmarks": "نشانک‌ها",
"watched": "پیگیری شده",
"ignored": "Ignored",
"followers": "دنبال‌کننده‌ها",
"following": "دنبال‌شونده‌ها",
"aboutme": "درباره ی من",
@ -86,6 +87,7 @@
"has_no_posts": "این کاربر تا به حال هیچ چیزی ارسال نکرده است.",
"has_no_topics": "این کاربر تا به حال هیچ موضوعی ارسال نکرده است",
"has_no_watched_topics": "این کاربر تا به حال هیچ موضوعی را پیگیری نکرده است",
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
"has_no_upvoted_posts": "این کاربر به هیچ پستی امتیاز نداده است.",
"has_no_downvoted_posts": "این کاربر به هیچ پستی رای منفی نداده است.",
"has_no_voted_posts": "این کاربر به پست رای نداده است",
@ -94,6 +96,7 @@
"paginate_description": "صفحه بندی و نمایش موضوع ها و پست‌ها به جای نمایش بر اساس اسکرول موس",
"topics_per_page": "شمار موضوع ها در هر برگه",
"posts_per_page": "شمار پست‌ها در هر برگه",
"max_items_per_page": "Maximum %1",
"notification_sounds": "پخش صدا زمانی که یک اطلاعیه دریافت میکنید",
"notifications_and_sounds": "آگاه‌سازی‌ها و صدا‌ها",
"incoming-message-sound": "صدای پیام دریافتی",

@ -6,5 +6,6 @@
"title": "Title",
"content": "Content",
"posted": "Posted",
"reply-to": "Reply to \"%1\""
"reply-to": "Reply to \"%1\"",
"content-editable": "You can click on individual content to edit before posting."
}

@ -65,7 +65,7 @@
"logout": "Log out",
"view-forum": "View Forum",
"search.placeholder": "Search...",
"search.placeholder": "Search for settings",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",

@ -3,7 +3,9 @@
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}

@ -11,7 +11,7 @@
"invalid-uid": "Virheellinen käyttäjän ID",
"invalid-username": "Virheellinen käyttäjänimi",
"invalid-email": "Virheellinen sähköpostiosoite",
"invalid-title": "Virheellinen otsikko!",
"invalid-title": "Invalid title",
"invalid-user-data": "Virheellinen käyttäjätieto",
"invalid-password": "Virheellinen salasana",
"invalid-login-credentials": "Invalid login credentials",
@ -81,6 +81,7 @@
"cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!",
"cant-remove-last-admin": "You are the only administrator. Add another user as an administrator before removing yourself as admin",
"cant-delete-admin": "Remove administrator privileges from this account before attempting to delete it.",
"invalid-image": "Invalid image",
"invalid-image-type": "Invalid image type. Allowed types are: %1",
"invalid-image-extension": "Invalid image extension",
"invalid-file-type": "Invalid file type. Allowed types are: %1",

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save