Merge remote-tracking branch 'origin/master' into user-icons

Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
v1.18.x
Julian Lam 10 years ago
commit 4c96f95330

@ -66,6 +66,7 @@ function concatenateScripts(scripts, callback) {
type: 'error',
payload: err
});
return;
}
scripts = scripts.join(require('os').EOL + ';');

@ -42,15 +42,15 @@
"nconf": "~0.7.1",
"nodebb-plugin-composer-default": "1.0.16",
"nodebb-plugin-dbsearch": "0.2.17",
"nodebb-plugin-emoji-extended": "0.4.13",
"nodebb-plugin-emoji-extended": "0.4.14",
"nodebb-plugin-markdown": "4.0.6",
"nodebb-plugin-mentions": "1.0.5",
"nodebb-plugin-mentions": "1.0.6",
"nodebb-plugin-soundpack-default": "0.1.4",
"nodebb-plugin-spam-be-gone": "0.4.2",
"nodebb-rewards-essentials": "0.0.5",
"nodebb-theme-lavender": "2.0.5",
"nodebb-theme-persona": "3.0.29",
"nodebb-theme-vanilla": "4.0.17",
"nodebb-theme-lavender": "2.0.6",
"nodebb-theme-persona": "3.0.44",
"nodebb-theme-vanilla": "4.0.19",
"nodebb-widget-essentials": "2.0.2",
"npm": "^2.1.4",
"passport": "^0.3.0",
@ -67,7 +67,7 @@
"socket.io-redis": "^0.1.3",
"socketio-wildcard": "~0.1.1",
"string": "^3.0.0",
"templates.js": "0.2.15",
"templates.js": "0.2.16",
"uglify-js": "^2.4.24",
"underscore": "~1.8.3",
"underscore.deep": "^0.5.1",

@ -5,7 +5,7 @@
"chat.no_active": "لا يوجد لديك دردشات نشطة.",
"chat.user_typing": "%1 يكتب رسالة...",
"chat.user_has_messaged_you": "%1 أرسل لك رسالة.",
"chat.see_all": "See all chats",
"chat.see_all": "عرض كل المحادثات",
"chat.no-messages": "المرجو اختيار مرسل إليه لمعاينة تاريخ الدردشات",
"chat.recent-chats": "آخر الدردشات",
"chat.contacts": "الأصدقاء",
@ -24,6 +24,6 @@
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
"bootbox.cancel": "إلغاء",
"bootbox.confirm": "تأكيد"
}

@ -1,7 +1,7 @@
{
"title": "التنبيهات",
"no_notifs": "ليس لديك أية تنبيهات جديدة",
"see_all": "See all notifications",
"see_all": "عرض كل التنبيهات",
"mark_all_read": "اجعل كل التنبيهات مقروءة",
"back_to_home": "عودة إلى %1",
"outgoing_link": "رابط خارجي",

@ -6,8 +6,8 @@
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "المواضيع الحديثة",
"users/online": "Online Users",
"users/latest": "Latest Users",
"users/online": "اﻷعضاء المتصلون",
"users/latest": "أحدث اﻷعضاء",
"users/sort-posts": "Users with the most posts",
"users/sort-reputation": "Users with the most reputation",
"users/map": "User Map",
@ -18,8 +18,8 @@
"register": "Register an account",
"login": "Login to your account",
"reset": "Reset your account password",
"categories": "Categories",
"groups": "Groups",
"categories": "الفئات",
"groups": "المجموعات",
"group": "%1 group",
"chats": "Chats",
"chat": "Chatting with %1",

@ -25,7 +25,7 @@
"tools": "أدوات",
"flag": "تبليغ",
"locked": "مقفل",
"bookmark_instructions": "إضغط هنا للعودة إلى آخر موضع أو غلق للإلغاء",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "إشعار بمشاركة مخلة.",
"flag_confirm": "هل تريد حقًّا التبليغ بهذه المشاركة؟",
"flag_success": "تم الإشعار بهذه المشاركة على أنها مخلة",

@ -51,6 +51,7 @@
"confirm_password": "تأكيد كلمة السر",
"password": "كلمة السر",
"username_taken_workaround": "اسم المستخدم الذي اخترته سبق أخذه، لذا تم تغييره قليلا. أن الآن مسجل تحت الاسم <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "ارفع الصورة",
"upload_a_picture": "رفع صورة",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -9,7 +9,7 @@
"filter-by": "Filter By",
"online-only": "المتصلون فقط",
"picture-only": "صورة فقط",
"invite": "Invite",
"invite": "دعوة",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "قائمة اﻷعضاء",
"recent_topics": "أحدث المواضيع",

@ -25,7 +25,7 @@
"tools": "Инструменти",
"flag": "Докладване",
"locked": "Заключена",
"bookmark_instructions": "Натиснете, за да се върнете на последната си позиция или затворете, за да отхвърлите.",
"bookmark_instructions": "Натиснете тук, за да се върнете на последната непрочетена публикация в тази тема.",
"flag_title": "Докладване на тази публикация до модератор",
"flag_confirm": "Сигурни ли сте, че искате да докладвате тази публикация?",
"flag_success": "Тази публикация е била докладвана до модератор.",

@ -51,6 +51,7 @@
"confirm_password": "Потвърдете паролата",
"password": "Парола",
"username_taken_workaround": "Потребителското име, което искате, е заето и затова ние го променихме малко. Вие ще се наричате <strong>%1</strong>",
"password_same_as_username": "Паролата е същата като потребителското Ви име. Моля, изберете друга парола.",
"upload_picture": "Качване на снимка",
"upload_a_picture": "Качване на снимка",
"remove_uploaded_picture": "Премахване на качената снимка",

@ -25,7 +25,7 @@
"tools": "টুলস",
"flag": "ফ্ল্যাগ",
"locked": "বন্ধ",
"bookmark_instructions": "আপনার সর্বশেষ অবস্থানে ফিরে যাবার জন্য এখানে ক্লিক করুন অথবা অগ্রাহ্য করতে চাইলে বন্ধ করুন",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "মডারেশনের জন্য এই পোস্টটি ফ্ল্যাগ করুন",
"flag_confirm": "আপনি কি নিশ্চিত যে এই পোস্টটিকে আপনি ফ্ল্যাগ করতে চান? ",
"flag_success": "এই পোস্টটি মডারেশনের জন্য ফ্ল্যাগ করা হয়েছে।",

@ -51,6 +51,7 @@
"confirm_password": "পাসওয়ার্ড নিশ্চিত করুন",
"password": "পাসওয়ার্ড",
"username_taken_workaround": "আপনি যে ইউজারনেম চাচ্ছিলেন সেটি ইতিমধ্যে নেয়া হয়ে গেছে, কাজেই আমরা এটি কিঞ্চিং পরিবর্তন করেছি। আপনি এখন <strong>%1</strong> হিসেবে পরিচিত",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "ছবি আপলোড করুন",
"upload_a_picture": "ছবি (একটি) আপলোড করুন",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Nástroje",
"flag": "Flag",
"locked": "Locked",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Potvrzení hesla",
"password": "Heslo",
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Nahrát obrázek",
"upload_a_picture": "Nahrát obrázek",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Værktøjer",
"flag": "Marker",
"locked": "Låst",
"bookmark_instructions": "Klik her for at returnere til den sidste position eller luk for at kassere.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Bekræft kodeord",
"password": "Kodeord",
"username_taken_workaround": "Det valgte brugernavn er allerede taget, så vi har ændret det en smule. Du hedder nu <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Upload billede",
"upload_a_picture": "Upload et billede",
"remove_uploaded_picture": "Fjern uploaded billede",

@ -25,7 +25,7 @@
"tools": "Werkzeuge",
"flag": "Markieren",
"locked": "Gesperrt",
"bookmark_instructions": "Klicke hier, um zur letzten Position zurückzukehren oder schließe zum Abbrechen.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Passwort wiederholen",
"password": "Passwort",
"username_taken_workaround": "Der gewünschte Benutzername ist bereits vergeben, deshalb haben wir ihn ein wenig verändert. Du bist jetzt unter dem Namen <strong>%1</strong> bekannt.",
"password_same_as_username": "Dein Passwort entspricht deinem Benutzernamen, bitte wähle ein anderes Passwort.",
"upload_picture": "Bild hochladen",
"upload_a_picture": "Ein Bild hochladen",
"remove_uploaded_picture": "Hochgeladenes Bild entfernen",

@ -25,7 +25,7 @@
"tools": "Εργαλεία",
"flag": "Σημαία",
"locked": "Κλειδωμένο",
"bookmark_instructions": "Κάνε κλικ εδώ για να επιστρέψεις στην τελευταία σου θέση ή κλείστο για να το πετάξεις.",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "Επισήμανση αυτής της δημοσίευσης για συντονισμό",
"flag_confirm": "Είσαι σίγουρος/η πως θες να επισημάνεις αυτή την δημοσίευση;",
"flag_success": "Αυτή η δημοσίευση έχει επισημανθεί για συντονισμό.",

@ -51,6 +51,7 @@
"confirm_password": "Επιβεβαίωση Κωδικού",
"password": "Κωδικός",
"username_taken_workaround": "Το όνομα χρήστη που ζήτησες χρησιμοποιείται ήδη, οπότε το τροποποιήσαμε λίγο. Πλέον είσαι γνωστός/ή ώς <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Ανέβασμα φωτογραφίας",
"upload_a_picture": "Ανέβασε μια φωτογραφία",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Tools",
"flag": "Flag",
"locked": "Locked",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Confirm Password",
"password": "Password",
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Upload picture",
"upload_a_picture": "Upload a picture",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -115,5 +115,7 @@
"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?"
}

@ -25,7 +25,7 @@
"tools": "Tools",
"flag": "Flag",
"locked": "Locked",
"bookmark_instructions" : "Click here to return to the last unread post in this thread.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Confirm Password",
"password": "Password",
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Upload picture",
"upload_a_picture": "Upload a picture",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Herramientas",
"flag": "Reportar",
"locked": "Cerrado",
"bookmark_instructions": "Haz click aquí para volver al último post que viste o ciérralo para ocultarlo.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Confirmar contraseña",
"password": "Contraseña",
"username_taken_workaround": "El nombre de usuario que has solicitada ya está siendo usado, por tanto lo hemos alterado ligeramente. Ahora eres conocido como <strong>%1</strong>.",
"password_same_as_username": "Tu Constraseña es igual al nombre de Usuario, por favor seleccione otra Constraseña.",
"upload_picture": "Subir foto",
"upload_a_picture": "Subir una foto",
"remove_uploaded_picture": "Remover Imagen subida",

@ -21,7 +21,7 @@
"email-not-confirmed-chat": "Sõnumeid ei ole võimalik enne saata kui sinu email on kinnitatud. Kinnitamiseks vajuta siia.",
"no-email-to-confirm": "See foorum nõuab emaili kinnitust, palun vajuta siia, et sisestada email",
"email-confirm-failed": "Meil ei õnnestunud sinu emaili kinnitada, proovi hiljem uuesti.",
"confirm-email-already-sent": "Kinnituskiri on juba saadetud, palun oota %1 minut(it) uue saatmiseks.",
"confirm-email-already-sent": "Kinnituskiri on juba saadetud, palun oota %1 minut(it) uue kirja saatmiseks.",
"username-too-short": "Kasutajanimi on liiga lühike",
"username-too-long": "Kasutajanimi on liiga pikk",
"user-banned": "Kasutaja bannitud",

@ -52,7 +52,7 @@
"views": "Vaatamist",
"reputation": "Reputatsioon",
"read_more": "loe veel",
"more": "Rohkem",
"more": "Veel",
"posted_ago_by_guest": "postitas %1 külaline",
"posted_ago_by": "postitas %1 kasutaja %2",
"posted_ago": "postitatud %1",

@ -6,7 +6,7 @@
"no_groups_found": "Ei ole ühtegi gruppi",
"pending.accept": "Aktsepteeri",
"pending.reject": "Lükka tagasi",
"pending.accept_all": "Aktsepteeri kõik",
"pending.accept_all": "Nõustu kõigega",
"pending.reject_all": "Lükka kõik tagasi",
"pending.none": "Hetkel ei ole ootel kasutajaid",
"invited.none": "Hetkel ei ole kutsutud kasutajaid",
@ -44,7 +44,7 @@
"details.delete_group": "Kustuta grupp",
"event.updated": "Grupi lisainformatsiooni on uuendatud",
"event.deleted": "Grupp \"%1\" on kustutatud",
"membership.accept-invitation": "Aktsepteeri kutse",
"membership.accept-invitation": "Võta kutse vastu",
"membership.invitation-pending": "Kutse ootel",
"membership.join-group": "Liitu grupiga",
"membership.leave-group": "Lahku grupist",

@ -20,7 +20,7 @@
"user_posted_topic": "<strong>%1</strong> on postitanud uue teema: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mainis sind postituses <strong>%2</strong>",
"user_started_following_you": "<strong>%1</strong> hakkas sind jälgima.",
"new_register": "<strong>%1</strong> saatis registratsioonitaotluse.",
"new_register": "<strong>%1</strong> saatis registreerimistaotluse.",
"email-confirmed": "Emaili aadress kinnitatud",
"email-confirmed-message": "Täname, et kinnitasite oma emaili aadressi. Teie kasutaja on nüüd täielikult aktiveeritud.",
"email-confirm-error-message": "Emaili aadressi kinnitamisel tekkis viga. Võibolla kinnituskood oli vale või aegunud.",

@ -25,7 +25,7 @@
"tools": "Tööriistad",
"flag": "Märgista",
"locked": "Lukustatud",
"bookmark_instructions": "Vajuta siia, et pöörduda tagasi oma viimasesse asukohta või sulge.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Kinnita parool",
"password": "Parool",
"username_taken_workaround": "Kasutajanimi mida soovisid, ei olnud saadaval, seeg muutsime seda natukene. Sinu uus kasutajanimi on nüüd: <strong>%1</strong>",
"password_same_as_username": "Su parool kattub su kasutajanimega, palun vali mõni muu parool.",
"upload_picture": "Laadi pilt",
"upload_a_picture": "Lae pilt üles",
"remove_uploaded_picture": "Eemalda üleslaetud pilt",

@ -8,7 +8,7 @@
"recent": "جستارهای تازه",
"users/online": "کاربران آنلاین",
"users/latest": "آخرین کاربران",
"users/sort-posts": "Users with the most posts",
"users/sort-posts": "کاربران با بیش‌ترین دیدگاه",
"users/sort-reputation": "Users with the most reputation",
"users/map": "User Map",
"users/search": "جستجوی کاربر",
@ -26,10 +26,10 @@
"account/edit": "ویرایش \"%1\"",
"account/following": "کاربرانی که %1 دنبال می‌کند",
"account/followers": "کاربرانی که %1 را دنبال می‌کنند",
"account/posts": "Posts made by %1",
"account/topics": "Topics created by %1",
"account/posts": "دیدگاه‌های %1",
"account/topics": "جستارهای %1",
"account/groups": "گروه‌های %1",
"account/favourites": "%1's Favourite Posts",
"account/favourites": "دیدگاه‌های مورد پسند %1",
"account/settings": "تنظیمات کاربر",
"account/watched": "Topics watched by %1",
"maintenance.text": "1% در حال حاضر تحت تعمیر و نگهدارییست. لطفا زمان دیگری مراجعه کنید.",

@ -25,7 +25,7 @@
"tools": "ابزارها",
"flag": "پرچم",
"locked": "قفل شده است",
"bookmark_instructions": "برای بازگشت به مکان پیشین اینجا را بفشارید یا برای رد دادن ببندید.",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "پرچم‌گذاری این جستار برای بررسی ناظران",
"flag_confirm": "آیا مطمئنید که می‌خواهید روی این دیدگاه پرچم بگذارید.",
"flag_success": "این جستار برای بررسی ناظران پرچم گذاشته شد.",

@ -51,6 +51,7 @@
"confirm_password": "تکرار گذرواژه",
"password": "گذرواژه",
"username_taken_workaround": "نام کاربری درخواستی شما در حال حاضر گرفته شده است، بنابراین ما آن را کمی تغییر داده‌ایم. شما هم‌اکنون با نام <strong>%1</strong شناخته می‌شوید.",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "بارگذاری تصویر",
"upload_a_picture": "یک تصویر بارگذاری کنید",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Työkalut",
"flag": "Ilmianna",
"locked": "Lukittu",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Vahvista salasana",
"password": "Salasana",
"username_taken_workaround": "Pyytämäsi käyttäjänimi oli jo varattu, joten muutimme sitä hieman. Käyttäjänimesi on siis nyt <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Lataa kuva",
"upload_a_picture": "Lataa kuva",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Outils",
"flag": "Signaler",
"locked": "Verrouillé",
"bookmark_instructions": "Cliquez ici pour retourner à votre dernière position ou fermez pour ignorer.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Confirmer le mot de passe",
"password": "Mot de passe",
"username_taken_workaround": "Le nom d'utilisateur désiré est déjà utilisé, nous l'avons donc légèrement modifié. Vous êtes maintenant connu comme <strong>%1</strong>",
"password_same_as_username": "Votre mot de passe est identique à votre nom d'utilisateur. Veuillez en choisir un autre.",
"upload_picture": "Envoyer l'image",
"upload_a_picture": "Envoyer une image",
"remove_uploaded_picture": "Supprimer l'image envoyée",

@ -1,16 +1,16 @@
{
"category": "Category",
"subcategories": "Subcategories",
"category": "קטגוריה",
"subcategories": "קטגוריות משנה",
"new_topic_button": "נושא חדש",
"guest-login-post": "Log in to post",
"guest-login-post": "התחבר כדי לפרסם",
"no_topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?",
"browsing": "צופים בנושא זה כעת",
"no_replies": "אין תגובות",
"no_new_posts": "No new posts.",
"no_new_posts": "אין פוסטים חדשים.",
"share_this_category": "שתף קטגוריה זו",
"watch": "Watch",
"watch": "עקוב",
"ignore": "התעלם",
"watch.message": "You are now watching updates from this category",
"ignore.message": "You are now ignoring updates from this category",
"watched-categories": "Watched categories"
"watch.message": "אתה עכשיו עוקב אחרי עדכונים מקטגוריה זו",
"ignore.message": "אתה עכשיו מתעלם מעדכונים מקטגוריה זו",
"watched-categories": "קטגוריות נעקבות"
}

@ -1,15 +1,15 @@
{
"password-reset-requested": "בקשת איפוס הסיסמה נשלחה - %1!",
"welcome-to": "ברוכים הבאים ל%1",
"invite": "Invitation from %1",
"invite": "הזמנה מ%1",
"greeting_no_name": "שלום",
"greeting_with_name": "שלום %1",
"welcome.text1": "תודה שנרשמת ל%1!",
"welcome.text2": "על מנת להפעיל את החשבון שלך, אנו צריכים לוודא שאתה בעל חשבון המייל שנרשמת איתו.",
"welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.",
"welcome.text3": "מנהל אישר את ההרשמה שלך.\nאתה יכול להתחבר עם השם משתמש והסיסמא שלך מעכשיו.",
"welcome.cta": "לחץ כאן על מנת לאשר את כתובת המייל שלך.",
"invitation.text1": "%1 has invited you to join %2",
"invitation.ctr": "Click here to create your account.",
"invitation.text1": "%1 הזמין אותך להצתרף ל%2",
"invitation.ctr": "לחץ כאן כדי ליצור את החשבון שלך.",
"reset.text1": "קיבלנו בקשה לאפס את הסיסמה לחשבון שלך, כנראה מפני ששכחת אותה. אם לא ביקשת לאפס את הסיסמה, אנא התעלם ממייל זה.",
"reset.text2": "על מנת להמשיך עם תהליך איפוס הסיסמה, אנא לחץ על הלינק הבא:",
"reset.cta": "לחץ כאן לאפס את הסיסמה שלך.",

@ -2,7 +2,7 @@
"invalid-data": "נתונים שגויים",
"not-logged-in": "נראה שאינך מחובר למערכת.",
"account-locked": "חשבונך נחסם באופן זמני",
"search-requires-login": "Searching requires an account - please login or register.",
"search-requires-login": "פעולת החיפוש דורשת חשבון - בבקשה התחבר או הרשם.",
"invalid-cid": "זהוי קטגוריה שגוי",
"invalid-tid": "זהוי נושא שגוי",
"invalid-pid": "זהוי פוסט שגוי",
@ -18,9 +18,9 @@
"username-taken": "שם משתמש תפוס",
"email-taken": "כתובת אימייל תפוסה",
"email-not-confirmed": "כתובת המייל שלך עוד לא אושרה, לחץ כאן על-מנת לאשר את המייל שלך.",
"email-not-confirmed-chat": "You are unable to chat until your email is confirmed, please click here to confirm your email.",
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
"email-confirm-failed": "We could not confirm your email, please try again later.",
"email-not-confirmed-chat": "אין באפשרותך לשוחח עד שהדוא\"ל שלך יאושר, אנא לחץ כאן כדי לאשר את הדוא\"ל שלך.",
"no-email-to-confirm": "פורום זה דורש אישור בדוא\"ל, אנא לחץ כאן כדי להכניס לדואר אלקטרוני",
"email-confirm-failed": "לא הצלחנו לאשר את הדוא\"ל שלך, תנסה שוב אחר כך",
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
"username-too-short": "שם משתמש קצר מדי",
"username-too-long": "שם משתמש ארוך מדי",

@ -22,7 +22,7 @@
"pagination.out_of": "%1 מתוך %2",
"pagination.enter_index": "יש להכניס אינדקס",
"header.admin": "ניהול",
"header.categories": "Categories",
"header.categories": "קטגוריות",
"header.recent": "פוסטים אחרונים",
"header.unread": "לא נקרא",
"header.tags": "תגיות",
@ -33,7 +33,7 @@
"header.notifications": "התראות",
"header.search": "חיפוש",
"header.profile": "פרופיל",
"header.navigation": "Navigation",
"header.navigation": "ניווט",
"notifications.loading": "טוען התראות",
"chats.loading": "טוען צ'אטים",
"motd.welcome": "ברוכים הבאים ל NodeBB, פלטפורמת הדיון של העתיד",
@ -52,7 +52,7 @@
"views": "צפיות",
"reputation": "מוניטין",
"read_more": "קרא עוד",
"more": "More",
"more": "עוד",
"posted_ago_by_guest": "הפוסט הועלה ב %1 על ידי אורח",
"posted_ago_by": "הפוסט עלה ב %1 על ידי %2",
"posted_ago": "הפוסט הועלה ב %1",
@ -68,7 +68,7 @@
"recentposts": "פוסטים אחרונים",
"recentips": "כתובות IP שנכנסו למערכת לאחרונה",
"away": "לא נמצא",
"dnd": "Do not disturb",
"dnd": "נא לא להפריע",
"invisible": "מוסתר",
"offline": "מנותק",
"email": "אימייל",
@ -81,5 +81,5 @@
"follow": "עקוב",
"unfollow": "הפסק לעקוב",
"delete_all": "מחק הכל",
"map": "Map"
"map": "מפה"
}

@ -4,10 +4,10 @@
"owner": "מנהל הקבוצה",
"new_group": "צור קבוצה חדשה",
"no_groups_found": "אין קבוצות לצפייה",
"pending.accept": "Accept",
"pending.reject": "Reject",
"pending.accept_all": "Accept All",
"pending.reject_all": "Reject All",
"pending.accept": "אשר",
"pending.reject": "דחה",
"pending.accept_all": "אשר הכל",
"pending.reject_all": "דחה הכל",
"pending.none": "There are no pending members at this time",
"invited.none": "There are no invited members at this time",
"invited.uninvite": "Rescind Invitation",
@ -48,6 +48,6 @@
"membership.invitation-pending": "Invitation Pending",
"membership.join-group": "Join Group",
"membership.leave-group": "Leave Group",
"membership.reject": "Reject",
"membership.reject": "דחה",
"new-group.group_name": "Group Name:"
}

@ -18,7 +18,7 @@
"register": "Register an account",
"login": "Login to your account",
"reset": "Reset your account password",
"categories": "Categories",
"categories": "קטגוריות",
"groups": "Groups",
"group": "%1 group",
"chats": "Chats",

@ -5,7 +5,7 @@
"no_topics_found": "לא נמצאו נושאים!",
"no_posts_found": "לא נמצאו פוסטים!",
"post_is_deleted": "פוסט זה נמחק!",
"topic_is_deleted": "This topic is deleted!",
"topic_is_deleted": "נושא זה נמחק!",
"profile": "פרופיל",
"posted_by": "הפוסט הועלה על ידי %1",
"posted_by_guest": "פורסם על-ידי אורח",
@ -13,7 +13,7 @@
"notify_me": "קבל התראה כאשר יש תגובות חדשות בנושא זה",
"quote": "ציטוט",
"reply": "תגובה",
"guest-login-reply": "Log in to reply",
"guest-login-reply": "התחבר כדי לפרסם תגובה",
"edit": "עריכה",
"delete": "מחק",
"purge": "מחק הכל",
@ -21,11 +21,11 @@
"move": "הזז",
"fork": "פורק",
"link": "לינק",
"share": "Share",
"share": "שתף",
"tools": "כלים",
"flag": "דווח",
"locked": "נעול",
"bookmark_instructions": "לחץ כאן על-מנת לחזור למיקום האחרון או סגור למחיקה.",
"bookmark_instructions": "לחץ כאן כדי לחזור לפוסט האחרון שלא קראת באשכול זה",
"flag_title": "דווח על פוסט זה למנהל",
"flag_confirm": "אתה בטוח שאתה רוצה לדווח על הפוסט הזה?",
"flag_success": "התקבל דיווח על פוסט זה.",

@ -33,7 +33,7 @@
"chat": "צ'אט",
"follow": "עקוב",
"unfollow": "הפסק לעקוב",
"more": "More",
"more": "עוד",
"profile_update_success": "הפרופיל עודכן בהצלחה!",
"change_picture": "שנה תמונה",
"edit": "ערוך",
@ -51,6 +51,7 @@
"confirm_password": "אמת סיסמה",
"password": "סיסמה",
"username_taken_workaround": "שם המשתמש שבחרת כבר תפוס, אז שינינו אותו מעט. שם המשתמש שלך כעת הוא <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "העלה תמונה",
"upload_a_picture": "העלה תמונה",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -15,7 +15,7 @@
"recent_topics": "Recent Topics",
"popular_topics": "Popular Topics",
"unread_topics": "Unread Topics",
"categories": "Categories",
"categories": "קטגוריות",
"tags": "Tags",
"map": "Map"
"map": "מפה"
}

@ -25,7 +25,7 @@
"tools": "Eszközök",
"flag": "Jelentés",
"locked": "Locked",
"bookmark_instructions": "Kattintson ide, hogy visszatérjen az utolsó pozícióra vagy close to discard.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Jelszó megerősítése",
"password": "Jelszó",
"username_taken_workaround": "A kívánt felhasználónév már foglalt, így változtatnunk kellett rajta egy kicsit. Mostantól <strong>%1</strong> nicknév alatt vagy ismert.",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Kép feltöltése",
"upload_a_picture": "Egy kép feltöltése",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Perangkat",
"flag": "Tandai",
"locked": "Terkunci",
"bookmark_instructions": "Klik di sini untuk kembali ke posisi terakhirmu atau tutup untuk membuang.",
"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",

@ -51,6 +51,7 @@
"confirm_password": "Konfirmasi Kata Sandi",
"password": "Kata Sandi",
"username_taken_workaround": "Nama pengguna yang kamu inginkan telah diambil, jadi kami merubahnya sedikit. Kamu saat ini dikenal sebagai <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Unggah gambar/foto",
"upload_a_picture": "Unggah sebuah gambar/foto",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -12,5 +12,5 @@
"ignore": "Ignora",
"watch.message": "Non stai seguendo gli aggiornamenti di questa categoria",
"ignore.message": "Da ora saranno ignorati gli aggiornamenti di questa categoria",
"watched-categories": "Watched categories"
"watched-categories": "Categorie osservate"
}

@ -77,8 +77,8 @@
"cant-chat-with-yourself": "Non puoi chattare con te stesso!",
"chat-restricted": "Questo utente ha ristretto i suoi messaggi in chat alle persone che segue. Per poter chattare con te ti deve prima seguire.",
"too-many-messages": "Hai inviato troppi messaggi, aspetta un attimo.",
"invalid-chat-message": "Invalid chat message",
"chat-message-too-long": "Chat message is too long",
"invalid-chat-message": "Messaggio chat non valido",
"chat-message-too-long": "Il messaggio chat è troppo lungo",
"reputation-system-disabled": "Il sistema di reputazione è disabilitato.",
"downvoting-disabled": "Il Downvoting è disabilitato",
"not-enough-reputation-to-downvote": "Non hai i privilegi per votare negativamente questo post",

@ -81,5 +81,5 @@
"follow": "Segui",
"unfollow": "Non seguire",
"delete_all": "Elimina Tutto",
"map": "Map"
"map": "Mappa"
}

@ -12,9 +12,9 @@
"invited.none": "Non ci sono inviti in sospeso",
"invited.uninvite": "Revoca invito",
"invited.search": "Ricerca un utente da invitare in questo gruppo",
"invited.notification_title": "You have been invited to join <strong>%1</strong>",
"request.notification_title": "Group Membership Request from <strong>%1</strong>",
"request.notification_text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
"invited.notification_title": "Sei stato invitato a entrare in <strong>%1</strong>",
"request.notification_title": "Richiesta di iscrizione al gruppo da <strong>%1</strong>",
"request.notification_text": "<strong>%1</strong> ha richiesto di essere iscritto a <strong>%2</strong>",
"cover-instructions": "Drag and Drop una fotografia, spostarla ad una posizione, e premere <strong>Salva</strong>",
"cover-change": "Cambia",
"cover-save": "Salva",

@ -25,7 +25,7 @@
"tools": "Strumenti",
"flag": "Segnala",
"locked": "Bloccato",
"bookmark_instructions": "Clicca qui per tornare all'ultima posizione visualizzata oppure chiudi per ignorare.",
"bookmark_instructions": "Click here to return to the last unread post in this 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.",

@ -12,7 +12,7 @@
"delete_account": "Elimina Account",
"delete_account_confirm": "Sei sicuro di voler cancellare il tuo account? <br /><strong>Questa azione è irreversibile e non potrai recuperare nessun dato</strong><br /><br />Inserisci il tuo username per confermare che vuoi eliminare questo account.",
"delete_this_account_confirm": "Sei sicuro di voler cancellare questo account? <br /><strong>Questa azione è irreversibile e non potrai recuperare nessun dato</strong><br /><br />",
"account-deleted": "Account deleted",
"account-deleted": "Account eliminato",
"fullname": "Nome e Cognome",
"website": "Sito Internet",
"location": "Località",
@ -51,9 +51,10 @@
"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 è <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Carica foto",
"upload_a_picture": "Carica una foto",
"remove_uploaded_picture": "Remove Uploaded Picture",
"remove_uploaded_picture": "Elimina foto caricata",
"image_spec": "Puoi caricare solo file PNG, JPG o GIF",
"settings": "Impostazioni",
"show_email": "Mostra la mia Email",
@ -88,7 +89,7 @@
"grouptitle": "Seleziona il titolo del gruppo che vorresti vedere",
"no-group-title": "Nessun titolo al gruppo",
"select-skin": "Seleziona uno Skin",
"sso.title": "Single Sign-on Services",
"sso.associated": "Associated with",
"sso.not-associated": "Click here to associate with"
"sso.title": "Servizi Single-Sign-On",
"sso.associated": "Associa con",
"sso.not-associated": "Clicca qui per associare con"
}

@ -25,7 +25,7 @@
"tools": "ツール",
"flag": "フラグ",
"locked": "Locked",
"bookmark_instructions": "こちらをクリックして前の場所に戻ります。",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "リポートする",
"flag_confirm": "本当にこのポストをリポートするか?",
"flag_success": "このポストをリポートしました。",

@ -51,6 +51,7 @@
"confirm_password": "パスワードを再入力",
"password": "パスワード",
"username_taken_workaround": "このユーザー名はすでに使用されています。いまのユーザー名は <strong>%1</strong> です。",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "画像をアップロード",
"upload_a_picture": "画像をアップロード",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "도구",
"flag": "신고",
"locked": "잠김",
"bookmark_instructions": "여기를 누르면 마지막에 읽던 위치로 이동합니다.",
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
"flag_title": "이 게시물을 신고",
"flag_confirm": "정말로 신고하시겠습니까?",
"flag_success": "이 게시물은 신고되었습니다.",

@ -51,6 +51,7 @@
"confirm_password": "패스워드 재입력",
"password": "패스워드",
"username_taken_workaround": "새 사용자 이름이 이미 존재하여 <strong>%1</strong>로 저장되었습니다.",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "사진 업로드",
"upload_a_picture": "사진 업로드",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -25,7 +25,7 @@
"tools": "Įrankiai",
"flag": "Pažymėti",
"locked": "Užrakinta",
"bookmark_instructions": "Spauskite čia norėdami sugrįžti į savo paskutinę poziciją arba uždarykite šį pranešimą.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Patvirtinkite slaptažodį",
"password": "Slaptažodis",
"username_taken_workaround": "Jūsų norimas vartotojo vardas jau užimtas, todėl mes jį šiek tiek pakeitėme. Dabar jūs esate žinomas kaip <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Įkelti paveikslėlį",
"upload_a_picture": "Įkelti paveikslėlį",
"remove_uploaded_picture": "Remove Uploaded Picture",

@ -12,5 +12,5 @@
"ignore": "Abai",
"watch.message": "Anda sedang melihat kemaskini dari kategori ini",
"ignore.message": "Anda sedang mengabaikan kemaskini dari kategori ini",
"watched-categories": "Watched categories"
"watched-categories": "Kategori Dilihat"
}

@ -2,7 +2,7 @@
"invalid-data": "Data Tak Sah",
"not-logged-in": "Anda tidak log masuk.",
"account-locked": "Akaun anda telah dikunci untuk seketika",
"search-requires-login": "Searching requires an account - please login or register.",
"search-requires-login": "Fungsi Carian perlukan akaun - sila log masuk atau daftar.",
"invalid-cid": "Kategori ID Tak Sah",
"invalid-tid": "Topik ID Tak Sah",
"invalid-pid": "Kiriman ID Tak Sah",
@ -62,8 +62,8 @@
"group-name-change-not-allowed": "Pengubahan nama kumpulan tidak dibenarkan",
"group-already-member": "Anda telah pun menjadi ahli kumpulan ini",
"group-needs-owner": "Kumpulan ini memerlukan sekurang-kurangnya seorang pemilik",
"group-already-invited": "This user has already been invited",
"group-already-requested": "Your membership request has already been submitted",
"group-already-invited": "Pengguna ini telah pun dijemput",
"group-already-requested": "Permintaan anda untuk menjadi telah pun dihantar",
"post-already-deleted": "Kiriman ini telah dipadam",
"post-already-restored": "Kiriman ini telah dipulihkan",
"topic-already-deleted": "Topik ini telah dipadam",
@ -77,8 +77,8 @@
"cant-chat-with-yourself": "Anda tidak boleh sembang dengan diri sendiri!",
"chat-restricted": "Pengguna ini menyekat ruangan sembangnya. Dia hendaklah mengikut anda sebelum kalian dapat bersembang",
"too-many-messages": "Anda menghantar terlalu banyak pesanan, sila tunggu seketika.",
"invalid-chat-message": "Invalid chat message",
"chat-message-too-long": "Chat message is too long",
"invalid-chat-message": "Mesej borak tidak sah",
"chat-message-too-long": "Mesej borak terlalu panjang",
"reputation-system-disabled": "Sistem reputasi dilumpuhkan.",
"downvoting-disabled": "Undi turun dilumpuhkan",
"not-enough-reputation-to-downvote": "Anda tidak mempunyai reputasi mencukupi untuk mengundi turun kiriman ini",

@ -33,7 +33,7 @@
"header.notifications": "Pemberitahuan",
"header.search": "Cari",
"header.profile": "Profil",
"header.navigation": "Navigation",
"header.navigation": "Navigasi",
"notifications.loading": "Pemberitahuan sedang dimuatkan",
"chats.loading": "Sembang sedang dimuatkan",
"motd.welcome": "Selamat datang ke NodeBB, platfom perbincangan masa hadapan",
@ -52,7 +52,7 @@
"views": "Lihat",
"reputation": "Reputasi",
"read_more": "baca lagi",
"more": "More",
"more": "Lagi",
"posted_ago_by_guest": "dikirim %1 oleh pelawat",
"posted_ago_by": "dikirim %1 oleh %2",
"posted_ago": "dikirim %1",
@ -68,7 +68,7 @@
"recentposts": "Kiriman terkini",
"recentips": "IP berdaftar terkini",
"away": "Jauh",
"dnd": "Do not disturb",
"dnd": "Jangan ganggu (dnd)",
"invisible": "Halimunan",
"offline": "Luar talian",
"email": "Emel",
@ -81,5 +81,5 @@
"follow": "Ikut",
"unfollow": "Nyah-ikut",
"delete_all": "Padam Semua",
"map": "Map"
"map": "Peta"
}

@ -12,9 +12,9 @@
"invited.none": "Tiada ahli yang dijemput buat masa ini",
"invited.uninvite": "Batalkan Jemputan",
"invited.search": "Cari pengguna untuk dijemput ke kumpulan ini",
"invited.notification_title": "You have been invited to join <strong>%1</strong>",
"request.notification_title": "Group Membership Request from <strong>%1</strong>",
"request.notification_text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
"invited.notification_title": "Anda telah dijemput untuk menyertai <strong>%1</strong>",
"request.notification_title": "Jemputan Ahli Kumpulan dari <strong>%1</strong>",
"request.notification_text": "<strong>%1</strong> telah dijemput untuk menjadi ahli <strong>%2</strong>",
"cover-instructions": "Seret dan lepas gambar, lepas ke posisi, dan tekan <strong>Simpan</strong>",
"cover-change": "Ubah",
"cover-save": "Simpan",

@ -5,7 +5,7 @@
"chat.no_active": "Anda tiada pesanan yang aktif",
"chat.user_typing": "%1 menaip",
"chat.user_has_messaged_you": "%1 mesej anda.",
"chat.see_all": "See all chats",
"chat.see_all": "Lihat semua",
"chat.no-messages": "Sila pilih penerima untuk lihat sejarah sembang",
"chat.recent-chats": "Sembang Terbaru",
"chat.contacts": "Hubungi",
@ -23,7 +23,7 @@
"composer.discard": "Anda yakin untuk membuang kiriman ini?",
"composer.submit_and_lock": "Hantar dan Kunci",
"composer.toggle_dropdown": "Togol Kebawah",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
"bootbox.ok": "Ok",
"bootbox.cancel": "Batal",
"bootbox.confirm": "Pasti"
}

@ -1,7 +1,7 @@
{
"title": "pemberitahuan",
"no_notifs": "Anda tiada pemberitahuan baru",
"see_all": "See all notifications",
"see_all": "Lihat semua pemberitahuan",
"mark_all_read": "Tandakan semua pemberitahuan sudah dibaca",
"back_to_home": "Kembali ke %1",
"outgoing_link": "Sambungan luar",
@ -21,7 +21,7 @@
"user_mentioned_you_in": "<strong>%1</strong> sebut anda di <strong>%2</strong>",
"user_started_following_you": "<strong>%1</strong> mula mengikut anda.",
"new_register": "<strong>%1</strong> menghantar jemputan pendaftaran.",
"email-confirmed": "EMel Disahkan",
"email-confirmed": "Emel Disahkan",
"email-confirmed-message": "Terima kasih kerana mengesahkan emel anda. Akaun anda telah diaktifkan sepenuhnya.",
"email-confirm-error-message": "Berlaku masalah semasa mengesahkan emel anda. Mungkin kod tidak sah atau tamat tempoh.",
"email-confirm-sent": "Pengesahan emel telah dihantar."

@ -1,37 +1,37 @@
{
"home": "Laman Utama",
"unread": "Topik Belum Dibaca",
"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": "Topik Popular Hari Ini",
"popular-week": "Topik Popular Minggu Ini",
"popular-month": "Topik Popular Bulan Ini",
"popular-alltime": "Topik Popular Sepanjang Masa",
"recent": "Topik Baru",
"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": "Pengguna Atas Talian",
"users/latest": "Pengguna Terkini",
"users/sort-posts": "Pengguna Mengikut Kiriman Terbanyak",
"users/sort-reputation": "Pengguna Mengikut Reputasi Terbanyak",
"users/map": "Peta Pengguna",
"users/search": "Carian Pengguna",
"notifications": "Makluman",
"tags": "Tag",
"tag": "Topik ditag di bawwah \"%1\"",
"register": "Register an account",
"login": "Login to your account",
"reset": "Reset your account password",
"categories": "Categories",
"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",
"register": "Daftar Akaun",
"login": "Log Masuk Ke Akaun Anda",
"reset": "Set Semula Kata Laluan",
"categories": "Kategori",
"groups": "Kumpulan",
"group": "%1 Kumpulan",
"chats": "Borak",
"chat": "Borak Dengan %1",
"account/edit": "Menyunting \"%1\"",
"account/following": "Mengikut %1 orang",
"account/followers": "Diikuti oleh %1",
"account/posts": "Kiriman oleh %1",
"account/topics": "Topik olej %1",
"account/groups": "Kumpulan %1",
"account/favourites": "Kiriman Kegemaran %1",
"account/settings": "Tetapan Pengguna",
"account/watched": "Topik Diperhati Oleh %1",
"maintenance.text": "%1 sedang berada dalam mod pembaikpulihan. Sila cuba lagi nanti.",
"maintenance.messageIntro": "Tambahan, admin meninggalkan mesej ini :"
}

@ -25,7 +25,7 @@
"tools": "Perkakas",
"flag": "Tanda",
"locked": "Kunci",
"bookmark_instructions": "Klik disini untuk kembali ke posisi sebelumnya atau tutup untuk mengabaikan",
"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",

@ -7,12 +7,12 @@
"email": "Emel",
"confirm_email": "Pastikan Emel",
"ban_account": "Haramkan Akaun",
"ban_account_confirm": "Do you really want to ban this user?",
"ban_account_confirm": "Anda pasti ingin mengharamkan pengguna ini?",
"unban_account": "Nyah-haram Akaun",
"delete_account": "Padam Akaun",
"delete_account_confirm": "Anda yakin untuk padam akaun anda? <br /><strong>Pebuatan ini tidak boleh diundur dan anda tidak boleh memulihkan sebarang data anda.</strong><br /><br />Masukkan nama pengguna anda untuk memastikan anda benar-benar ingin memadam akaun ini.",
"delete_this_account_confirm": "Anda yakin untuk padam akaum ini? <br /><strong>Pebuatan ini tidak boleh diundur dan anda tidak boleh memulihkan sebarang data</strong><br /><br />",
"account-deleted": "Account deleted",
"account-deleted": "Akaun Dipadam",
"fullname": "Nama penuh",
"website": "Laman Web",
"location": "Lokasi",
@ -26,7 +26,7 @@
"watched": "Melihat",
"followers": "Pengikut",
"following": "Mengikuti",
"aboutme": "About me",
"aboutme": "Tentan saya",
"signature": "Tandatangan",
"gravatar": "Gravatar",
"birthday": "Tarikh lahir",
@ -51,9 +51,10 @@
"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 <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Muatnaik gambar",
"upload_a_picture": "Muatnaik sekeping gambar",
"remove_uploaded_picture": "Remove Uploaded Picture",
"remove_uploaded_picture": "Buang Gambar Yang Dimuatnaik",
"image_spec": "Anda hanya boleh memuatnaikkan fail PNG, JPG atau GIF",
"settings": "Tetapan",
"show_email": "Tunjukkan emel saya",
@ -87,8 +88,8 @@
"follow_topics_you_create": "Ikut topik yang anda buat",
"grouptitle": "Pilih nama kumpulan yang anda ingin tunjukkan",
"no-group-title": "Tiada nama kumpulan",
"select-skin": "Select a Skin",
"sso.title": "Single Sign-on Services",
"select-skin": "Pilih skin",
"sso.title": "Servis Satu Log Masuk",
"sso.associated": "Associated with",
"sso.not-associated": "Click here to associate with"
}

@ -25,7 +25,7 @@
"tools": "Verktøy",
"flag": "Rapporter",
"locked": "Låst",
"bookmark_instructions": "Klikk her for å returnere til din siste posisjon eller lukk for å forkaste.",
"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.",
@ -43,7 +43,7 @@
"thread_tools.markAsUnreadForAll": "Marker som ulest",
"thread_tools.pin": "Fest tråd",
"thread_tools.unpin": "Ufest tråd",
"thread_tools.lock": "Lås trid",
"thread_tools.lock": "Lås tråd",
"thread_tools.unlock": "Lås opp tråd",
"thread_tools.move": "Flytt tråd",
"thread_tools.move_all": "Flytt alle",

@ -51,6 +51,7 @@
"confirm_password": "Bekreft passord",
"password": "Passord",
"username_taken_workaround": "Brukernavnet du ønsket er opptatt, så vi har endret ditt litt. Du er nå kjent som <strong>%1</string>",
"password_same_as_username": "Ditt passord er det samme som ditt brukernavn, vennligst velg et annet passord.",
"upload_picture": "Last opp bilde",
"upload_a_picture": "Last opp et bilde",
"remove_uploaded_picture": "Fjern Opplastet Bilde",

@ -12,5 +12,5 @@
"ignore": "Negeren",
"watch.message": "Van deze categorie worden nu meldingen ontvangen",
"ignore.message": "Er worden geen meldingen van deze categorie ontvangen",
"watched-categories": "Watched categories"
"watched-categories": "Categorieën die bekeken zijn."
}

@ -78,7 +78,7 @@
"chat-restricted": "Deze gebruiker heeft beperkingen aan de chatfunctie opgelegd waardoor deze eerst iemand moet volgen voordat deze persoon een nieuwe chat mag initiëren.",
"too-many-messages": "Er zijn in korte tijd teveel berichten verzonden, een moment geduld.",
"invalid-chat-message": "Ongeldige bericht",
"chat-message-too-long": "Chat message is too long",
"chat-message-too-long": "Het chatbericht is te lang",
"reputation-system-disabled": "Reputatie systeem is uitgeschakeld.",
"downvoting-disabled": "Negatief stemmen staat uitgeschakeld.",
"not-enough-reputation-to-downvote": "Deze gebruikersaccount beschikt over onvoldoende reputatie om een negatieve stem uit te mogen brengen.",

@ -12,9 +12,9 @@
"invited.none": "Er zijn geen uitgenodigde leden op het moment",
"invited.uninvite": "Uitnodiging intrekken",
"invited.search": "Zoek naar een gebruiker om uit te nodigen voor deze groep",
"invited.notification_title": "You have been invited to join <strong>%1</strong>",
"request.notification_title": "Group Membership Request from <strong>%1</strong>",
"request.notification_text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
"invited.notification_title": "Je bent uitgenodigd voor de groep <strong>%1</strong>",
"request.notification_title": "groepsverzoek gekregen van <strong>%1</strong>",
"request.notification_text": "<strong>%1</strong> heeft een verzoek ingediend om een lid te zijn van de groep <strong>%2</strong>",
"cover-instructions": "Sleep een afbeelding, sleep om te positioneren en klik tenslotte op <strong>Opslaan</strong>",
"cover-change": "Bewerken",
"cover-save": "Opslaan",

@ -25,7 +25,7 @@
"tools": "Extra",
"flag": "Markeren",
"locked": "Gesloten",
"bookmark_instructions": "Klik hier om naar de vorige positie terug te keren of sluit af om te verwerpen.",
"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.",

@ -12,7 +12,7 @@
"delete_account": "Account verwijderen",
"delete_account_confirm": "Controleer of dat het zeker is dat deze account verwijderd moet worden. <br /><strong> Deze actie kan niet ongedaan gemaakt worden en herstellen van gebruiker- of profielgegevens is niet mogelijk</strong><br /><br /> Typ hier de gebruikersnaam als extra controle om te bevestigen dat deze account verwijderd moet worden.",
"delete_this_account_confirm": "Weet u zeker dat u deze account wilt verwijderen? <br /><strong>Deze actie kan niet ongedaan worden en u kunt niet de informatie herstellen</strong><br /><br />",
"account-deleted": "Account deleted",
"account-deleted": "Account verwijderd",
"fullname": "Volledige naam",
"website": "Website",
"location": "Locatie",
@ -51,9 +51,10 @@
"confirm_password": "Bevestig wachtwoord",
"password": "Wachtwoord",
"username_taken_workaround": "Helaas, de gewenste gebruikersnaam is al door iemand in gebruik genomen dus vandaar een kleine aanpassing naar <strong>%1</strong> doorgevoerd",
"password_same_as_username": "Je wachtwoord is hetzelfde als je gebruikersnaam. Kies een ander wachtwoord.",
"upload_picture": "Upload afbeelding",
"upload_a_picture": "Upload een afbeelding",
"remove_uploaded_picture": "Remove Uploaded Picture",
"remove_uploaded_picture": "Verwijder gëuploade foto",
"image_spec": "Alleen afbeeldingsbestanden van het type PNG, JPG/JPEG, of GIF worden ondersteund.",
"settings": "Instellingen",
"show_email": "Inschakelen weergave van e-mailadres op profielpagina",
@ -89,6 +90,6 @@
"no-group-title": "Geen groepstitel",
"select-skin": "Selecteer een uiterlijk",
"sso.title": "Single Sign-on Services",
"sso.associated": "Associated with",
"sso.not-associated": "Click here to associate with"
"sso.associated": "Geassocieerd met",
"sso.not-associated": "Klik hier om geassocieerd te worden met"
}

@ -1,16 +1,16 @@
{
"category": "Category",
"subcategories": "Subcategories",
"new_topic_button": "Nowy wątek",
"category": "Kategoria",
"subcategories": "Podkategorie",
"new_topic_button": "Nowy Temat",
"guest-login-post": "Zaloguj się, aby napisać.",
"no_topics": "<strong>W tej kategorii nie ma jeszcze żadnych wątków.</strong><br />Dlaczego ty nie utworzysz jakiegoś?",
"no_topics": "<strong>W tej kategorii nie ma jeszcze żadnych tematów.</strong><br />Dlaczego nie spróbujesz jakiegoś utworzyć?",
"browsing": "przegląda",
"no_replies": "Nikt jeszcze nie odpowiedział",
"no_new_posts": "No new posts.",
"no_new_posts": "Brak nowych postów.",
"share_this_category": "Udostępnij tę kategorię",
"watch": "Watch",
"watch": "Obserwuj",
"ignore": "Ignoruj",
"watch.message": "You are now watching updates from this category",
"ignore.message": "You are now ignoring updates from this category",
"watched-categories": "Watched categories"
"watch.message": "Obserwujesz teraz aktualizacje tej kategorii",
"ignore.message": "Ignorujesz teraz aktualizacje tej kategorii",
"watched-categories": "Obserwowane kategorie"
}

@ -1,15 +1,15 @@
{
"password-reset-requested": "Wybrano przywrócenie hasła - %1",
"welcome-to": "Witaj w %1",
"invite": "Invitation from %1",
"invite": "Zaproszenie od %1",
"greeting_no_name": "Witaj",
"greeting_with_name": "Witaj %1",
"welcome.text1": "Dziękujemy za rejestrację w %1",
"welcome.text2": "Aby aktywować swoje konto, musisz potwierdzić, że skorzystałeś z własnego adresu e-mail.",
"welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.",
"welcome.text3": "Administrator zaakceptował twoje podanie o rejestrację. Możesz się zalogować używając swojej nazwy użytkownika i hasła.",
"welcome.cta": "Kliknij tutaj, by potwierdzić swój adres",
"invitation.text1": "%1 has invited you to join %2",
"invitation.ctr": "Click here to create your account.",
"invitation.text1": "%1 zaprasza do dołączenia do %2",
"invitation.ctr": "Kliknij tutaj, aby utworzyć konto.",
"reset.text1": "Otrzymaliśmy żądanie przywrócenia Twojego hasła. Jeśli nie żądałeś przywrócenia hasła, zignoruj ten e-mail.",
"reset.text2": "Aby przywrócić swoje hasło, skorzystaj z poniższego linku:",
"reset.cta": "Kliknij tu, by przywrócić swoje hasło",
@ -20,11 +20,11 @@
"digest.latest_topics": "Ostatnie tematy z %1",
"digest.cta": "Kliknij, by odwiedzić %1",
"digest.unsub.info": "To podsumowanie zostało wysłane zgodnie z Twoimi ustawieniami.",
"digest.no_topics": "Nie było żadnych aktywnych wątków %1",
"digest.no_topics": "Nie było żadnych aktywnych tematów w ciągu ostatnich %1",
"notif.chat.subject": "Nowa wiadomość czatu od %1",
"notif.chat.cta": "Kliknij tutaj, by kontynuować konwersację",
"notif.chat.unsub.info": "To powiadomienie o czacie zostało Ci wysłane zgodnie z ustawieniami Twojego konta.",
"notif.post.cta": "Kliknij tutaj, aby przeczytać cały wątek.",
"notif.post.cta": "Kliknij tutaj, aby przeczytać cały temat.",
"notif.post.unsub.info": "To powiadomienie o poście zostało Ci wysłane zgodnie z ustawieniami Twojego konta.",
"test.text1": "To jest e-mail testowy, aby sprawdzić, czy poprawnie skonfigurowałeś e-mailer w swoim NodeBB.",
"unsub.cta": "Kliknij tutaj, by zmienić te ustawienia",

@ -68,7 +68,7 @@
"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": "You can't purge the main post, please delete the topic instead",
"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",

@ -22,7 +22,7 @@
"pagination.out_of": "%1 z %2",
"pagination.enter_index": "Wpisz indeks.",
"header.admin": "Administracja",
"header.categories": "Categories",
"header.categories": "Kategorie",
"header.recent": "Ostatnie",
"header.unread": "Nieprzeczytane",
"header.tags": "Tagi",
@ -33,7 +33,7 @@
"header.notifications": "Powiadomienia",
"header.search": "Szukaj",
"header.profile": "Profil",
"header.navigation": "Navigation",
"header.navigation": "Nawigacja",
"notifications.loading": "Ładowanie powiadomień",
"chats.loading": "Ładowanie rozmów",
"motd.welcome": "Witaj w NodeBB, platformie dyskusyjnej przyszłości.",
@ -52,7 +52,7 @@
"views": "wyświetleń",
"reputation": "Punkty reputacji",
"read_more": "czytaj więcej",
"more": "More",
"more": "Więcej",
"posted_ago_by_guest": "wysłany %1 przez Gościa",
"posted_ago_by": "wysłany %1 przez %2",
"posted_ago": "wysłany %1",
@ -64,11 +64,11 @@
"guest_posted_ago": "Gość wysłał %1",
"last_edited_by_ago": "ostatnio zmieniany przez %1 %2",
"norecentposts": "Brak ostatnich postów",
"norecenttopics": "Brak ostatnich wątków",
"norecenttopics": "Brak Ostatnich Tematów",
"recentposts": "Ostatnie posty",
"recentips": "Adresy IP ostatnich logowań",
"away": "Z dala",
"dnd": "Do not disturb",
"dnd": "Nie przeszkadzać",
"invisible": "Niewidoczny",
"offline": "Niedostępny",
"email": "Adres e-mail",
@ -81,5 +81,5 @@
"follow": "Obserwuj",
"unfollow": "Przestań śledzić",
"delete_all": "Usuń wszystko",
"map": "Map"
"map": "Mapa"
}

@ -6,7 +6,7 @@
"no_groups_found": "Brak grup do wyświetlenia",
"pending.accept": "Przyjmij",
"pending.reject": "Odrzuć",
"pending.accept_all": "Accept All",
"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",

@ -5,7 +5,7 @@
"chat.no_active": "Nie prowadzisz obecnie żadnych rozmów.",
"chat.user_typing": "%1 pisze...",
"chat.user_has_messaged_you": "%1 napisał do Ciebie",
"chat.see_all": "See all chats",
"chat.see_all": "Zobacz wszystkie rozmowy",
"chat.no-messages": "Wybierz odbiorcę, by wyświetlić historię rozmów.",
"chat.recent-chats": "Ostatnie rozmowy",
"chat.contacts": "Kontakty",
@ -15,15 +15,15 @@
"chat.seven_days": "7 dni",
"chat.thirty_days": "30 dni",
"chat.three_months": "3 miesiące",
"composer.compose": "Compose",
"composer.show_preview": "Show Preview",
"composer.hide_preview": "Hide Preview",
"composer.compose": "Twórz",
"composer.show_preview": "Pokaż Podgląd",
"composer.hide_preview": "Ukryj Podgląd",
"composer.user_said_in": "%1 powiedział w %2:",
"composer.user_said": "%1 powiedział:",
"composer.discard": "Na pewno chcesz porzucić ten post?",
"composer.submit_and_lock": "Submit and Lock",
"composer.toggle_dropdown": "Toggle Dropdown",
"composer.submit_and_lock": "Prześlij i Zablokuj",
"composer.toggle_dropdown": "Przełącz Listę Rozwijaną",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",
"bootbox.confirm": "Confirm"
"bootbox.cancel": "Anuluj",
"bootbox.confirm": "Potwierdź"
}

@ -1,7 +1,7 @@
{
"title": "Powiadomienia",
"no_notifs": "Nie masz nowych powiadomień",
"see_all": "See all notifications",
"see_all": "Zobacz wszystkie powiadomienia",
"mark_all_read": "Oznacz wszystkie powiadomienia jako przeczytane",
"back_to_home": "Wróć do %1",
"outgoing_link": "Łącze wychodzące",
@ -20,7 +20,7 @@
"user_posted_topic": "<strong>%1</strong> wysłał nowy temat: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> wspomniał cię w <strong>%2</strong>",
"user_started_following_you": "<string>%1</strong> zaczął Cię śledzić.",
"new_register": "<strong>%1</strong> sent a registration request.",
"new_register": "<strong>%1</strong> wysłał żądanie rejestracji.",
"email-confirmed": "E-mail potwierdzony",
"email-confirmed-message": "Dziękujemy za potwierdzenie maila. Twoje konto zostało aktywowane.",
"email-confirm-error-message": "Wystąpił problem przy aktywacji, - kod jest błędny lub przestarzały",

@ -1,37 +1,37 @@
{
"home": "Strona główna",
"unread": "Nieprzeczytane wątki",
"popular-day": "Popular topics today",
"popular-week": "Popular topics this week",
"popular-month": "Popular topics this month",
"popular-alltime": "All time popular topics",
"recent": "Ostatnie wątki",
"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",
"unread": "Nieprzeczytane Tematy",
"popular-day": "Tematy popularne dzisiaj",
"popular-week": "Tematy popularne w tym tygodniu",
"popular-month": "Tematy popularne w tym miesiącu",
"popular-alltime": "Wszystkie popularne tematy",
"recent": "Ostatnie Tematy",
"users/online": "Dostępni Użytkownicy",
"users/latest": "Nowi Użytkownicy",
"users/sort-posts": "Użytkownicy z największą liczbą postów",
"users/sort-reputation": "Użytkownicy z najwyższą reputacją",
"users/map": "Mapa Użytkowników",
"users/search": "Wyszukiwanie Użytkownków",
"notifications": "Powiadomienia",
"tags": "Tags",
"tag": "Topics tagged under \"%1\"",
"register": "Register an account",
"login": "Login to your account",
"reset": "Reset your account password",
"categories": "Categories",
"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",
"tags": "Tagi",
"tag": "Tematy oznaczone jako \"%1\"",
"register": "Utwórz konto",
"login": "Zaloguj się na swoje konto",
"reset": "Zresetuj hasło do swojego konta",
"categories": "Kategorie",
"groups": "Grupy",
"group": "Grupa %1",
"chats": "Rozmowy",
"chat": "Rozmowa z %1",
"account/edit": "Edytowanie \"%1\"",
"account/following": "Obserwowani przez %1",
"account/followers": "Obserwujący %1",
"account/posts": "Posty napisane przez %1",
"account/topics": "Tematy stworzone przez %1",
"account/groups": "Grupy %1",
"account/favourites": "Ulubione posty %1",
"account/settings": "Ustawienia Użytkownika",
"account/watched": "Tematy obserwowane przez %1",
"maintenance.text": "Obecnie trwają prace konserwacyjne nad %1. Proszę wrócić później.",
"maintenance.messageIntro": "Dodatkowo, administrator zostawił wiadomość:"
}

@ -1,18 +1,18 @@
{
"title": "Ostatnie wątki",
"title": "Ostatnie",
"day": "Dzień",
"week": "Tydzień",
"month": "Miesiąc",
"year": "Rok",
"alltime": "Od początku",
"no_recent_topics": "Brak ostatnich wątków.",
"no_popular_topics": "Brak popularnych wątków.",
"there-is-a-new-topic": "Masz nowy wątek.",
"there-is-a-new-topic-and-a-new-post": "Masz nowy wątek i nowy post.",
"there-is-a-new-topic-and-new-posts": "Masz nowy wątek i %1 nowych postów.",
"there-are-new-topics": "Masz %1 nowych wątków.",
"there-are-new-topics-and-a-new-post": "Masz %1 nowych wątków i nowy post.",
"there-are-new-topics-and-new-posts": "Masz %1 nowych wątków i %2 nowych postów.",
"no_recent_topics": "Brak ostatnich tematów.",
"no_popular_topics": "Brak popularnych tematów.",
"there-is-a-new-topic": "Masz nowy temat.",
"there-is-a-new-topic-and-a-new-post": "Masz nowy temat i nowy post.",
"there-is-a-new-topic-and-new-posts": "Masz nowy temat i %1 nowych postów.",
"there-are-new-topics": "Masz %1 nowych tematów.",
"there-are-new-topics-and-a-new-post": "Masz %1 nowych tematów i nowy post.",
"there-are-new-topics-and-new-posts": "Masz %1 nowych tematów i %2 nowych postów.",
"there-is-a-new-post": "Masz nowy post.",
"there-are-new-posts": "Masz %1 nowych postów.",
"click-here-to-reload": "Kliknij tutaj, aby przeładować."

@ -15,5 +15,5 @@
"alternative_registration": "Alternatywna rejestracja",
"terms_of_use": "Warunki korzystania z serwisu",
"agree_to_terms_of_use": "Zgadzam się na powyższe warunki",
"registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator."
"registration-added-to-queue": "Twoja rejestracja została dodana do kolejki oczekujących na akceptację. Otrzymasz email, kiedy zostanie zatwierdzona przez administratora."
}

@ -13,5 +13,5 @@
"invalid_email": "Niepoprawny adres e-mail.",
"password_too_short": "Wprowadzone hasło jest zbyt krótkie, proszę wybierz inne hasło.",
"passwords_do_not_match": "Wprowadzone hasła nie pasują do siebie",
"password_expired": "Your password has expired, please choose a new password"
"password_expired": "Twoje hasło wygasło, prosimy wybrać nowe hasło"
}

@ -1,7 +1,7 @@
{
"results_matching": "%1 wyników pasujących do \"%2\", (%3 sekund)",
"no-matches": "Nie znaleziono pasujących wyników",
"advanced-search": "Advanced Search",
"advanced-search": "Wyszukiwanie Zaawansowane",
"in": "W",
"titles": "Tytuły",
"titles-posts": "Tytuły i posty",
@ -24,10 +24,10 @@
"one-year": "Jeden rok",
"sort-by": "Sortuj po",
"last-reply-time": "Odpowiedziano ostatnio",
"topic-title": "Tytuł wątku",
"topic-title": "Tytuł tematu",
"number-of-replies": "Ilość odpowiedzi",
"number-of-views": "Ilość wyświetleń",
"topic-start-date": "Data utworzenia wątku",
"topic-start-date": "Data utworzenia tematu",
"username": "Nazwa użytkownika",
"category": "Kategoria",
"descending": "W kolejności malejącej",

@ -1,7 +1,7 @@
{
"no_tag_topics": "Nie ma tematów z tym tagiem",
"tags": "Tagi",
"enter_tags_here": "Enter tags here, between %1 and %2 characters each.",
"enter_tags_here": "Wpisz tagi tutaj, każdy o długości %1 do %2 znaków.",
"enter_tags_here_short": "Wpisz tagi...",
"no_tags": "Jeszcze nie ma tagów."
}

@ -1,16 +1,16 @@
{
"topic": "Wątek",
"topic_id": "Identyfikator wątku",
"topic_id_placeholder": "Podaj identyfikator wątku",
"no_topics_found": "Nie znaleziono żadnych wątków.",
"topic": "Temat",
"topic_id": "Identyfikator Tematu",
"topic_id_placeholder": "Podaj identyfikator tematu",
"no_topics_found": "Nie znaleziono żadnych tematów!",
"no_posts_found": "Nie znaleziono żadnych postów.",
"post_is_deleted": "Ten post jest usunięty",
"topic_is_deleted": "This topic is deleted!",
"topic_is_deleted": "Ten temat jest usunięty!",
"profile": "Profil",
"posted_by": "Napisane przez %1",
"posted_by_guest": "Wysłany przez Gościa",
"chat": "Czat",
"notify_me": "Powiadamiaj mnie o nowych odpowiedziach w tym wątku",
"notify_me": "Powiadamiaj mnie o nowych odpowiedziach w tym temacie",
"quote": "Cytuj",
"reply": "Odpowiedz",
"guest-login-reply": "Zaloguj się, aby odpowiedzieć.",
@ -25,35 +25,35 @@
"tools": "Narzędzia",
"flag": "Zgłoś",
"locked": "Zablokowany",
"bookmark_instructions": "Kliknij tutaj, aby wrócić do ostatniej pozycji lub zamknij, aby odrzucić.",
"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 otrzymywał powiadomienia, gdy ktoś odpowie w tym wątku.",
"not_following_topic.message": "Nie będziesz otrzymywał więcej powiadomień z tego wątku.",
"login_to_subscribe": "Zaloguj się, aby subskrybować ten wątek.",
"markAsUnreadForAll.success": "Wątek oznaczony jako nieprzeczytany dla wszystkich.",
"following_topic.message": "Będziesz od teraz otrzymywał powiadomienia, gdy ktoś odpowie w tym temacie.",
"not_following_topic.message": "Nie będziesz już otrzymywał powiadomień z tego tematu.",
"login_to_subscribe": "Zaloguj się, aby subskrybować ten temat.",
"markAsUnreadForAll.success": "Temat oznaczony jako nieprzeczytany dla wszystkich.",
"watch": "Obserwuj",
"unwatch": "Nie obserwuj",
"watch.title": "Otrzymuj powiadomienia o nowych odpowiedziach w tym wątku",
"unwatch.title": "Przestań obserwować ten wątek",
"watch.title": "Otrzymuj powiadomienia o nowych odpowiedziach w tym temacie",
"unwatch.title": "Przestań obserwować ten temat",
"share_this_post": "Udostępnij",
"thread_tools.title": "Narzędzia wątku",
"thread_tools.title": "Narzędzia Tematu",
"thread_tools.markAsUnreadForAll": "Oznacz jako nieprzeczytany",
"thread_tools.pin": "Przypnij wątek",
"thread_tools.unpin": "Odepnij wątek",
"thread_tools.lock": "Zamknij wątek",
"thread_tools.unlock": "Otwórz wątek",
"thread_tools.move": "Przenieś wątek",
"thread_tools.pin": "Przypnij Temat",
"thread_tools.unpin": "Odepnij Temat",
"thread_tools.lock": "Zablokuj Temat",
"thread_tools.unlock": "Odblokuj Temat",
"thread_tools.move": "Przenieś Temat",
"thread_tools.move_all": "Przenieś wszystko",
"thread_tools.fork": "Podziel wątek",
"thread_tools.delete": "Usuń wątek",
"thread_tools.delete_confirm": "Na pewno chcesz skasować ten wątek?",
"thread_tools.restore": "Przywróć wątek",
"thread_tools.restore_confirm": "Na pewno chcesz przywrócić ten wątek?",
"thread_tools.purge": "Wymaż wątek",
"thread_tools.purge_confirm": "Na pewno chcesz wymazać ten wątek?",
"thread_tools.fork": "Skopiuj Temat",
"thread_tools.delete": "Usuń Temat",
"thread_tools.delete_confirm": "Na pewno chcesz skasować ten temat?",
"thread_tools.restore": "Przywróć Temat",
"thread_tools.restore_confirm": "Na pewno chcesz przywrócić ten temat?",
"thread_tools.purge": "Wymaż Temat",
"thread_tools.purge_confirm": "Na pewno chcesz wymazać ten temat?",
"topic_move_success": "Temat przeniesiono do %1",
"post_delete_confirm": "Na pewno chcesz usunąć ten post?",
"post_restore_confirm": "Na pewno chcesz przywrócić ten post?",
@ -66,24 +66,24 @@
"favourites": "Ulubione",
"favourites.has_no_favourites": "Nie masz żadnych ulubionych. Polub kilka postów!",
"loading_more_posts": "Załaduj więcej postów",
"move_topic": "Przenieś wątek",
"move_topics": "Przenieś tematy",
"move_topic": "Przenieś Temat",
"move_topics": "Przenieś Tematy",
"move_post": "Przenieś post",
"post_moved": "Post przeniesiony",
"fork_topic": "Skopiuj wątek",
"topic_will_be_moved_to": "Ten wątek zostanie przeniesiony do kategorii",
"fork_topic": "Skopiuj Temat",
"topic_will_be_moved_to": "Ten temat zostanie przeniesiony do kategorii",
"fork_topic_instruction": "Zaznacz posty, które chcesz sklonować",
"fork_no_pids": "Nie zaznaczyłeś żadnych postów!",
"fork_success": "Udało się skopiować wątek. Kliknij tutaj, aby do niego przejść.",
"composer.title_placeholder": "Wpisz tytuł wątku tutaj",
"fork_success": "Udało się skopiować temat. Kliknij tutaj, aby do niego przejść.",
"composer.title_placeholder": "Wpisz tutaj tytuł tematu...",
"composer.handle_placeholder": "Nazwa",
"composer.discard": "Odrzuć",
"composer.submit": "Wyślij",
"composer.replying_to": "Odpowiadanie na %1",
"composer.new_topic": "Nowy wątek",
"composer.new_topic": "Nowy Temat",
"composer.uploading": "wysyłanie...",
"composer.thumb_url_label": "Wklej adres miniaturki wątku",
"composer.thumb_title": "Dodaj miniaturkę do tego wątku",
"composer.thumb_url_label": "Wklej adres miniaturki tematu",
"composer.thumb_title": "Dodaj miniaturkę do tego tematu",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "lub wyślij plik",
"composer.thumb_remove": "Wyczyść pola",

@ -1,10 +1,10 @@
{
"title": "Nieprzeczytane",
"no_unread_topics": "Nie masz żadnych nieprzeczytanych wątków.",
"no_unread_topics": "Nie masz żadnych nieprzeczytanych tematów.",
"load_more": "Więcej",
"mark_as_read": "Oznacz jako przeczytane",
"selected": "Wybrane",
"all": "Wszystkie",
"all_categories": "All categories",
"topics_marked_as_read.success": "Wątki zostały oznaczone jako przeczytane!"
"all_categories": "Wszystkie kategorie",
"topics_marked_as_read.success": "Tematy zostały oznaczone jako przeczytane!"
}

@ -6,13 +6,13 @@
"postcount": "Liczba postów",
"email": "Adres e-mail",
"confirm_email": "Potwierdź e-mail",
"ban_account": "Ban Account",
"ban_account_confirm": "Do you really want to ban this user?",
"unban_account": "Unban Account",
"ban_account": "Zbanuj Konto",
"ban_account_confirm": "Na pewno chcesz zbanować tego użytkownika?",
"unban_account": "Odbanuj Konto",
"delete_account": "Skasuj konto",
"delete_account_confirm": "Jesteś pewny, że chcesz skasować swoje konto? <br /><strong>Tej operacji nie można cofnąć i utracisz wszystkie swoje dane</strong><br/><br/>Podaj swoją nazwę użytkownika, by potwierdzić skasowanie konta.",
"delete_this_account_confirm": "Are you sure you want to delete this account? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
"account-deleted": "Account deleted",
"delete_this_account_confirm": "Na pewno chcesz usunąć to konto? <br /><strong>Tej operacji nie można cofnąć i nie będzie możliwości odzyskania swoich danych</strong><br /><br />",
"account-deleted": "Konto usunięte",
"fullname": "Pełna nazwa",
"website": "Strona WWW",
"location": "Położenie",
@ -26,7 +26,7 @@
"watched": "Obserwowane",
"followers": "Obserwujących",
"following": "Obserwowanych",
"aboutme": "About me",
"aboutme": "O mnie",
"signature": "Sygnatura",
"gravatar": "Gravatar",
"birthday": "Urodziny",
@ -51,44 +51,45 @@
"confirm_password": "Potwierdź hasło",
"password": "Hasło",
"username_taken_workaround": "Wybrany login jest już zajęty, więc zmieniliśmy go trochę. Proponujemy <strong>%1</strong>",
"password_same_as_username": "Twoje hasło jest takie samo jak nazwa użytkownika, prosimy wybrać inne hasło.",
"upload_picture": "Prześlij zdjęcie",
"upload_a_picture": "Prześlij zdjęcie",
"remove_uploaded_picture": "Remove Uploaded Picture",
"remove_uploaded_picture": "Usuń Przesłane Zdjęcie",
"image_spec": "Możesz przesłać tylko pliki PNG, JPG lub GIF.",
"settings": "Ustawienia",
"show_email": "Wyświetlaj mój adres e-mail",
"show_fullname": "Wyświetlaj moją pełną nazwę",
"restrict_chats": "Pozwalaj tylko na rozmowy z użytkownikami, których śledzę",
"digest_label": "Przysyłaj okresowe podsumowanie wiadomości na forum",
"digest_description": "Subskrybuj by dostawać maile z tego forum (nowe powiadomienia i tematy) zgodnie z ustalonym harmonogramem.",
"digest_description": "Subskrybuj, aby otrzymywać maile dla tego forum (nowe powiadomienia i tematy) zgodnie z ustalonym harmonogramem",
"digest_off": "Wyłączone",
"digest_daily": "Codziennie",
"digest_weekly": "Co tydzień",
"digest_monthly": "Co miesiąc",
"send_chat_notifications": "Wyślij e-maila, jeśli dostanę nową wiadomość, a nie jestem on-line",
"send_post_notifications": "Wyślij e-maila, kiedy wątki, które subskrybuję otrzymają odpowiedź",
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
"send_post_notifications": "Wyślij email, kiedy w tematach, które subskrybuję pojawią się odpowiedzi",
"settings-require-reload": "Niektóre zmiany ustawień wymagają przeładowania. Kliknij tutaj, aby przeładować stronę.",
"has_no_follower": "Ten użytkownik nie ma jeszcze żadnych obserwujących",
"follows_no_one": "Użytkownik jeszcze nikogo nie obsweruje.",
"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_posts": "Ten użytkownik nic jeszcze nie napisał.",
"has_no_topics": "Ten użytkownik nie stworzył jeszcze żadnych tematów.",
"has_no_watched_topics": "Ten użytkownik nie obserwuje jeszcze żadnych tematów.",
"email_hidden": "Adres e-mail ukryty",
"hidden": "ukryty",
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
"topics_per_page": "Wątków na stronę",
"paginate_description": "Dziel tematy i posty na strony zamiast używać nieskończonego przewijania",
"topics_per_page": "Tematów na Stronę",
"posts_per_page": "Postów na stronę",
"notification_sounds": "Play a sound when you receive a notification",
"notification_sounds": "Odtwarzaj dźwięk, gdy otrzymujesz powiadomienie",
"browsing": "Ustawienia szukania",
"open_links_in_new_tab": "Open outgoing links in new tab",
"enable_topic_searching": "Odblokuj szukanie w wątku",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
"follow_topics_you_reply_to": "Follow topics that you reply to",
"follow_topics_you_create": "Follow topics you create",
"grouptitle": "Select the group title you would like to display",
"no-group-title": "No group title",
"select-skin": "Select a Skin",
"sso.title": "Single Sign-on Services",
"sso.associated": "Associated with",
"sso.not-associated": "Click here to associate with"
"open_links_in_new_tab": "Otwieraj linki wychodzące w nowej karcie",
"enable_topic_searching": "Odblokuj szukanie w temacie",
"topic_search_help": "Jeśli włączone, wyszukiwanie w tematach zastąpi przeglądarkowe przeszukiwanie strony i pozwoli na przeszukanie całego tematu, zamiast ograniczonej zawartości aktualnie wyświetlonej na ekranie",
"follow_topics_you_reply_to": "Śledź tematy, na które odpowiadasz",
"follow_topics_you_create": "Śledź tematy, które tworzysz",
"grouptitle": "Wybierz tytuł grupy, który chcesz wyświetlać",
"no-group-title": "Brak tytułu grupy",
"select-skin": "Wybierz Skórkę",
"sso.title": "Usługi Pojedynczego Logowania",
"sso.associated": "Powiązane z",
"sso.not-associated": "Kliknij tutaj, aby powiązać z"
}

@ -3,19 +3,19 @@
"top_posters": "Najwięcej postów",
"most_reputation": "Największa reputacja",
"search": "Szukaj",
"enter_username": "Wpisz nazwę użytkownika",
"load_more": "Więcej",
"enter_username": "Wpisz wyszukiwaną nazwę użytkownika",
"load_more": "Wczytaj Więcej",
"users-found-search-took": "Znaleziono %1 użytkownik(ów). Szukanie zajęło %2 sek.",
"filter-by": "Filtruj",
"online-only": "Tylko dostępny",
"picture-only": "Tylko ze zdjęciem",
"invite": "Invite",
"invitation-email-sent": "An invitation email has been sent to %1",
"user_list": "User List",
"recent_topics": "Recent Topics",
"popular_topics": "Popular Topics",
"unread_topics": "Unread Topics",
"categories": "Categories",
"tags": "Tags",
"map": "Map"
"invite": "Zaproś",
"invitation-email-sent": "Email z zaproszeniem został wysłany do %1",
"user_list": "Lista Użytkowników",
"recent_topics": "Ostatnie Tematy",
"popular_topics": "Popularne Tematy",
"unread_topics": "Nieprzeczytane Tematy",
"categories": "Kategorie",
"tags": "Tagi",
"map": "Mapa"
}

@ -25,7 +25,7 @@
"tools": "Ferramentas",
"flag": "Sinalizar",
"locked": "Trancado",
"bookmark_instructions": "Clique aqui para voltar a sua última posição ou feche para descartar.",
"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.",

@ -51,6 +51,7 @@
"confirm_password": "Confirmar Senha",
"password": "Senha",
"username_taken_workaround": "O nome de usuário que você escolheu já existia, então nós o alteramos um pouquinho. Agora você é conhecido como <strong>%1</strong>",
"password_same_as_username": "Your password is the same as your username, please select another password.",
"upload_picture": "Carregar Foto",
"upload_a_picture": "Carregue uma Foto",
"remove_uploaded_picture": "Remover Foto Enviada",

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

Loading…
Cancel
Save