Baris Soner Usakli 11 years ago
commit 8e756b5b26

@ -1,5 +1,7 @@
{ {
"title": "إعلام", "title": "إعلام",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "العودة إلى NodeBB", "back_to_home": "العودة إلى NodeBB",
"outgoing_link": "رابط خارجي", "outgoing_link": "رابط خارجي",
"outgoing_link_message": "أنت الأن ترحل", "outgoing_link_message": "أنت الأن ترحل",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "يوم", "day": "يوم",
"week": "أسبوع", "week": "أسبوع",
"month": "شهر" "month": "شهر",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "موضوع", "topic": "موضوع",
"topics": "مواضيع", "topics": "مواضيع",
"no_topics_found": "لا توجد مواضيع !", "no_topics_found": "لا توجد مواضيع !",
"no_posts_found": "No posts found!",
"profile": "ملف", "profile": "ملف",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "دردشة", "chat": "دردشة",
@ -18,13 +19,17 @@
"tools": "أدوات", "tools": "أدوات",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "أدوات الموضوع", "thread_tools.title": "أدوات الموضوع",
"thread_tools.markAsUnreadForAll": "علم غير مقروء", "thread_tools.markAsUnreadForAll": "علم غير مقروء",
"thread_tools.pin": "علق الموضوع", "thread_tools.pin": "علق الموضوع",
"thread_tools.unpin": "Unpin Topic",
"thread_tools.lock": "قفل الموضوع", "thread_tools.lock": "قفل الموضوع",
"thread_tools.unlock": "Unlock Topic",
"thread_tools.move": "نقل الموضوع", "thread_tools.move": "نقل الموضوع",
"thread_tools.fork": "تفرع الموضوع", "thread_tools.fork": "تفرع الموضوع",
"thread_tools.delete": "حذف الموضوع", "thread_tools.delete": "حذف الموضوع",
"thread_tools.restore": "Restore Topic",
"load_categories": "تحميل الفئات", "load_categories": "تحميل الفئات",
"disabled_categories_note": "الفئات المجلدة رمادية", "disabled_categories_note": "الفئات المجلدة رمادية",
"confirm_move": "انقل", "confirm_move": "انقل",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "ليس موجود حالياً", "favourites.not_logged_in.title": "ليس موجود حالياً",
"favourites.not_logged_in.message": "الرجاء تسجيل الدخول لتفضل هذا الرد", "favourites.not_logged_in.message": "الرجاء تسجيل الدخول لتفضل هذا الرد",
"favourites.has_no_favourites": "ليس لديك أي ردود مفضلة. فضل بعد الردود لرؤيتهم هنا", "favourites.has_no_favourites": "ليس لديك أي ردود مفضلة. فضل بعد الردود لرؤيتهم هنا",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "تحميل المزيد من المشاركات", "loading_more_posts": "تحميل المزيد من المشاركات",
"move_topic": "نقل الموضوع", "move_topic": "نقل الموضوع",
"move_post": "نقل الرد", "move_post": "نقل الرد",
@ -43,5 +52,12 @@
"fork_no_pids": "لم تختار أي رد", "fork_no_pids": "لم تختار أي رد",
"fork_success": "تفريع الموضوع بنجاح!", "fork_success": "تفريع الموضوع بنجاح!",
"reputation": "سمعة", "reputation": "سمعة",
"posts": "ردود" "posts": "ردود",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "عمر", "age": "عمر",
"joined": "تاريخ التسجيل", "joined": "تاريخ التسجيل",
"lastonline": "تاريخ أخر دخول", "lastonline": "تاريخ أخر دخول",
"profile": "Profile",
"profile_views": "مشاهد الملف", "profile_views": "مشاهد الملف",
"reputation": "سمعة", "reputation": "سمعة",
"posts": "ردود", "posts": "ردود",
@ -32,6 +33,7 @@
"show_email": "أظهر بريدي الإلكتروني", "show_email": "أظهر بريدي الإلكتروني",
"has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(", "has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(",
"follows_no_one": "هذا المستخدم لا يتبع أحد :(", "follows_no_one": "هذا المستخدم لا يتبع أحد :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "البريد الإلكتروني مخفي", "email_hidden": "البريد الإلكتروني مخفي",
"hidden": "مخفي" "hidden": "مخفي"
} }

@ -18,7 +18,7 @@
"header.admin": "Administrace", "header.admin": "Administrace",
"header.recent": "Aktuality", "header.recent": "Aktuality",
"header.unread": "Nepřečtené", "header.unread": "Nepřečtené",
"header.popular": "Popular", "header.popular": "Populární",
"header.users": "Uživatelé", "header.users": "Uživatelé",
"header.chats": "Chats", "header.chats": "Chats",
"header.notifications": "Notifications", "header.notifications": "Notifications",
@ -31,22 +31,22 @@
"motd.fork": "Fork", "motd.fork": "Fork",
"motd.like": "To se mi líbí", "motd.like": "To se mi líbí",
"motd.follow": "Sledovat", "motd.follow": "Sledovat",
"previouspage": "Previous Page", "previouspage": "Předchozí stránka",
"nextpage": "Next Page", "nextpage": "Další stránka",
"alert.success": "Success", "alert.success": "Success",
"alert.error": "Error", "alert.error": "Error",
"alert.banned": "Banned", "alert.banned": "Banned",
"alert.banned.message": "You are banned you will be logged out!", "alert.banned.message": "You are banned you will be logged out!",
"alert.unfollow": "You are no longer following %1!", "alert.unfollow": "You are no longer following %1!",
"alert.follow": "You are now following %1!", "alert.follow": "You are now following %1!",
"posts": "Posts", "posts": "Příspěvky",
"views": "Views", "views": "Zobrazení",
"posted": "posted", "posted": "odesláno",
"in": "in", "in": "v",
"recentposts": "Recent Posts", "recentposts": "Nedávné příspěvky",
"online": "Online", "online": "Online",
"away": "Away", "away": "Pryč",
"dnd": "Do not Disturb", "dnd": "Nerušit",
"invisible": "Invisible", "invisible": "Neviditelný",
"offline": "Offline" "offline": "Offline"
} }

@ -1,5 +1,7 @@
{ {
"title": "Upozornění", "title": "Upozornění",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Zpět na úvodní stránku", "back_to_home": "Zpět na úvodní stránku",
"outgoing_link": "Odkaz mimo fórum", "outgoing_link": "Odkaz mimo fórum",
"outgoing_link_message": "Nyní opouštíte fórum", "outgoing_link_message": "Nyní opouštíte fórum",

@ -1,6 +1,7 @@
{ {
"title": "Recent", "title": "Nedávné",
"day": "Den", "day": "Den",
"week": "Týden", "week": "Týden",
"month": "Měsíc" "month": "Měsíc",
"no_recent_topics": "There are no recent topics."
} }

@ -13,6 +13,6 @@
"confirm_password_placeholder": "Potvrďte heslo", "confirm_password_placeholder": "Potvrďte heslo",
"register_now_button": "Zaregistrovat se", "register_now_button": "Zaregistrovat se",
"alternative_registration": "Jiný způsob registrace", "alternative_registration": "Jiný způsob registrace",
"terms_of_use": "Terms of Use", "terms_of_use": "Podmínky",
"agree_to_terms_of_use": "I agree to the Terms of Use" "agree_to_terms_of_use": "Souhlasím s Podmínkami"
} }

@ -2,8 +2,9 @@
"topic": "Téma", "topic": "Téma",
"topics": "Témata", "topics": "Témata",
"no_topics_found": "Nebyla nalezena žádná témata!", "no_topics_found": "Nebyla nalezena žádná témata!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posted by", "posted_by": "Odeslal",
"chat": "Chat", "chat": "Chat",
"notify_me": "Sledovat toto téma", "notify_me": "Sledovat toto téma",
"quote": "Citovat", "quote": "Citovat",
@ -14,17 +15,21 @@
"fork": "Rozdělit", "fork": "Rozdělit",
"banned": "banned", "banned": "banned",
"link": "Odkaz", "link": "Odkaz",
"share": "Share", "share": "Sdílet",
"tools": "Tools", "tools": "Nástroje",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Nástroje", "thread_tools.title": "Nástroje",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Označit jako nepřečtené",
"thread_tools.pin": "Zvýraznit vlákno", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Uzamknout vlákno", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Přesunout vlákno", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Rozdělit vlákno", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Smazat vlákno", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Načítání kategorií", "load_categories": "Načítání kategorií",
"disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.", "disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.",
"confirm_move": "Přesunout", "confirm_move": "Přesunout",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Přihlaste se!", "favourites.not_logged_in.title": "Přihlaste se!",
"favourites.not_logged_in.message": "Pro oblíbení příspěvku se musíte přihlásit.", "favourites.not_logged_in.message": "Pro oblíbení příspěvku se musíte přihlásit.",
"favourites.has_no_favourites": "Nemáte žádné oblíbené příspěvky, přidejte některý příspěvek k oblíbeným a uvidíte ho zde!", "favourites.has_no_favourites": "Nemáte žádné oblíbené příspěvky, přidejte některý příspěvek k oblíbeným a uvidíte ho zde!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Načítání více příspěvků", "loading_more_posts": "Načítání více příspěvků",
"move_topic": "Přesunout téma", "move_topic": "Přesunout téma",
"move_post": "Přesunout příspěvek", "move_post": "Přesunout příspěvek",
@ -43,5 +52,12 @@
"fork_no_pids": "Žádné příspěvky nebyly vybrány!", "fork_no_pids": "Žádné příspěvky nebyly vybrány!",
"fork_success": "Téma bylo úspěšně rozděleno!", "fork_success": "Téma bylo úspěšně rozděleno!",
"reputation": "Reputace", "reputation": "Reputace",
"posts": "Příspěvky" "posts": "Příspěvky",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,10 +9,11 @@
"age": "Věk", "age": "Věk",
"joined": "Registrován", "joined": "Registrován",
"lastonline": "Naposledy online", "lastonline": "Naposledy online",
"profile": "Profile",
"profile_views": "Zobrazení profilu", "profile_views": "Zobrazení profilu",
"reputation": "Reputace", "reputation": "Reputace",
"posts": "Příspěvky", "posts": "Příspěvky",
"favourites": "Favourites", "favourites": "Oblíbené",
"followers": "Sledují ho", "followers": "Sledují ho",
"following": "Sleduje", "following": "Sleduje",
"signature": "Podpis", "signature": "Podpis",
@ -28,10 +29,11 @@
"upload_picture": "Nahrát obrázek", "upload_picture": "Nahrát obrázek",
"upload_a_picture": "Nahrát obrázek", "upload_a_picture": "Nahrát obrázek",
"image_spec": "Můžete nahrávat poze obrázky ve formátu PNG, JPG, nebo GIF o velikosti menší než 256kb.", "image_spec": "Můžete nahrávat poze obrázky ve formátu PNG, JPG, nebo GIF o velikosti menší než 256kb.",
"settings": "Settings", "settings": "Nastavení",
"show_email": "Zobrazovat můj email v profilu", "show_email": "Zobrazovat můj email v profilu",
"has_no_follower": "Tohoto uživatele nikdo nesleduje :(", "has_no_follower": "Tohoto uživatele nikdo nesleduje :(",
"follows_no_one": "Tento uživatel nikoho nesleduje :(", "follows_no_one": "Tento uživatel nikoho nesleduje :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Skrytý email", "email_hidden": "Skrytý email",
"hidden": "skrytý" "hidden": "skrytý"
} }

@ -1,5 +1,7 @@
{ {
"title": "Benachrichtigungen", "title": "Benachrichtigungen",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Zurück zur Startseite", "back_to_home": "Zurück zur Startseite",
"outgoing_link": "Externer Link", "outgoing_link": "Externer Link",
"outgoing_link_message": "Du verlässt nun", "outgoing_link_message": "Du verlässt nun",

@ -2,5 +2,6 @@
"title": "Aktuell", "title": "Aktuell",
"day": "Tag", "day": "Tag",
"week": "Woche", "week": "Woche",
"month": "Monat" "month": "Monat",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Thema", "topic": "Thema",
"topics": "Themen", "topics": "Themen",
"no_topics_found": "Keine passende Themen gefunden.", "no_topics_found": "Keine passende Themen gefunden.",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Geposted von", "posted_by": "Geposted von",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Markieren", "flag": "Markieren",
"flag_title": "Diesen Beitrag zur Moderation markieren", "flag_title": "Diesen Beitrag zur Moderation markieren",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Thread Tools", "thread_tools.title": "Thread Tools",
"thread_tools.markAsUnreadForAll": "Als ungelesen markieren", "thread_tools.markAsUnreadForAll": "Als ungelesen markieren",
"thread_tools.pin": "Thread pinnen", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Thread sperren", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Thread verschieben", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Thread aufspalten", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Thread löschen", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Kategorien laden", "load_categories": "Kategorien laden",
"disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.", "disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.",
"confirm_move": "verschieben", "confirm_move": "verschieben",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Nicht eingeloggt!", "favourites.not_logged_in.title": "Nicht eingeloggt!",
"favourites.not_logged_in.message": "Bitte logge dich ein, um diesen Beitrag favorisieren zu können.", "favourites.not_logged_in.message": "Bitte logge dich ein, um diesen Beitrag favorisieren zu können.",
"favourites.has_no_favourites": "Du hast noch keine Favoriten.", "favourites.has_no_favourites": "Du hast noch keine Favoriten.",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Lade Mehr Posts", "loading_more_posts": "Lade Mehr Posts",
"move_topic": "Thema verschieben", "move_topic": "Thema verschieben",
"move_post": "Beitrag verschieben", "move_post": "Beitrag verschieben",
@ -43,5 +52,12 @@
"fork_no_pids": "Keine Beiträge ausgewählt!", "fork_no_pids": "Keine Beiträge ausgewählt!",
"fork_success": "Thema erfolgreich aufgespalten!", "fork_success": "Thema erfolgreich aufgespalten!",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Beiträge" "posts": "Beiträge",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Alter", "age": "Alter",
"joined": "Beigetreten", "joined": "Beigetreten",
"lastonline": "Zuletzt online", "lastonline": "Zuletzt online",
"profile": "Profile",
"profile_views": "Profilaufrufe", "profile_views": "Profilaufrufe",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Posts", "posts": "Posts",
@ -32,6 +33,7 @@
"show_email": "Zeige meine E-Mail Adresse an.", "show_email": "Zeige meine E-Mail Adresse an.",
"has_no_follower": "Dieser User hat noch keine Follower.", "has_no_follower": "Dieser User hat noch keine Follower.",
"follows_no_one": "Dieser User folgt noch niemanden.", "follows_no_one": "Dieser User folgt noch niemanden.",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "E-Mail Adresse versteckt", "email_hidden": "E-Mail Adresse versteckt",
"hidden": "versteckt" "hidden": "versteckt"
} }

@ -1,5 +1,8 @@
{ {
"title": "Notifications", "title": "Notifications",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Back to NodeBB", "back_to_home": "Back to NodeBB",
"outgoing_link": "Outgoing Link", "outgoing_link": "Outgoing Link",
"outgoing_link_message": "You are now leaving", "outgoing_link_message": "You are now leaving",

@ -3,6 +3,7 @@
"topics": "Topics", "topics": "Topics",
"no_topics_found": "No topics found!", "no_topics_found": "No topics found!",
"no_posts_found": "No posts found!",
"profile": "Profile", "profile": "Profile",
"posted_by": "Posted by", "posted_by": "Posted by",
@ -21,14 +22,18 @@
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Thread Tools", "thread_tools.title": "Thread Tools",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Mark Unread",
"thread_tools.pin": "Pin Thread", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lock Thread", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Move Thread", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Fork Thread", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Delete Thread", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Loading Categories", "load_categories": "Loading Categories",
"disabled_categories_note": "Disabled Categories are greyed out", "disabled_categories_note": "Disabled Categories are greyed out",
@ -56,5 +61,13 @@
"fork_success": "Succesfully forked topic!", "fork_success": "Succesfully forked topic!",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Posts" "posts": "Posts",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -41,12 +41,12 @@
"alert.follow": "Estas siguiendo a %1!", "alert.follow": "Estas siguiendo a %1!",
"posts": "Posts", "posts": "Posts",
"views": "Visitas", "views": "Visitas",
"posted": "posted", "posted": "publicado",
"in": "in", "in": "en",
"recentposts": "Recent Posts", "recentposts": "Posteos Recientes",
"online": "Online", "online": "Conectado",
"away": "Away", "away": "No disponible",
"dnd": "Do not Disturb", "dnd": "No molestar",
"invisible": "Invisible", "invisible": "Invisible",
"offline": "Offline" "offline": "Desconectado"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notificaciones", "title": "Notificaciones",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Volver al Inicio", "back_to_home": "Volver al Inicio",
"outgoing_link": "Link Externo", "outgoing_link": "Link Externo",
"outgoing_link_message": "Estas saliendo del sitio", "outgoing_link_message": "Estas saliendo del sitio",

@ -2,5 +2,6 @@
"title": "Reciente", "title": "Reciente",
"day": "Día", "day": "Día",
"week": "Semana", "week": "Semana",
"month": "Mes" "month": "Mes",
"no_recent_topics": "There are no recent topics."
} }

@ -13,6 +13,6 @@
"confirm_password_placeholder": "Confirmar Contraseña", "confirm_password_placeholder": "Confirmar Contraseña",
"register_now_button": "Registrarme ahora", "register_now_button": "Registrarme ahora",
"alternative_registration": "Otros metodos interesantes para registrarse", "alternative_registration": "Otros metodos interesantes para registrarse",
"terms_of_use": "Terms of Use", "terms_of_use": "Términos y Condiciones de uso",
"agree_to_terms_of_use": "I agree to the Terms of Use" "agree_to_terms_of_use": "Acepto los Terminos y condiciones de uso"
} }

@ -2,8 +2,9 @@
"topic": "Tema", "topic": "Tema",
"topics": "Temas", "topics": "Temas",
"no_topics_found": "No se encontraron temas!", "no_topics_found": "No se encontraron temas!",
"no_posts_found": "No posts found!",
"profile": "Perfil", "profile": "Perfil",
"posted_by": "Posted by", "posted_by": "Publicado por",
"chat": "Chat", "chat": "Chat",
"notify_me": "Seras notificado cuando haya nuevas respuestas en este tema", "notify_me": "Seras notificado cuando haya nuevas respuestas en este tema",
"quote": "Citar", "quote": "Citar",
@ -18,13 +19,17 @@
"tools": "Herramientas", "tools": "Herramientas",
"flag": "Reportar", "flag": "Reportar",
"flag_title": "Reportar este post a los moderadores", "flag_title": "Reportar este post a los moderadores",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Herramientas del Tema", "thread_tools.title": "Herramientas del Tema",
"thread_tools.markAsUnreadForAll": "Marcar como no leido", "thread_tools.markAsUnreadForAll": "Marcar como no leido",
"thread_tools.pin": "Poner Sticky", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Cerrar Tema", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Mover Tema", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Forkear Tema", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Borrar Tema", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Cargando Categorias", "load_categories": "Cargando Categorias",
"disabled_categories_note": "Las categorías deshabilidas estan en gris", "disabled_categories_note": "Las categorías deshabilidas estan en gris",
"confirm_move": "Mover", "confirm_move": "Mover",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "No estas conectado :(", "favourites.not_logged_in.title": "No estas conectado :(",
"favourites.not_logged_in.message": "Por favor, conectate para agregar a favorito este post.", "favourites.not_logged_in.message": "Por favor, conectate para agregar a favorito este post.",
"favourites.has_no_favourites": "No tienes favoritos, puedes agregar alguno y volver a verlos aqui!", "favourites.has_no_favourites": "No tienes favoritos, puedes agregar alguno y volver a verlos aqui!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Cargando más posts", "loading_more_posts": "Cargando más posts",
"move_topic": "Mover Tema", "move_topic": "Mover Tema",
"move_post": "Mover post", "move_post": "Mover post",
@ -43,5 +52,12 @@
"fork_no_pids": "No seleccionaste posts!", "fork_no_pids": "No seleccionaste posts!",
"fork_success": "Forkeado con exito!", "fork_success": "Forkeado con exito!",
"reputation": "Reputación", "reputation": "Reputación",
"posts": "Posts" "posts": "Posts",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -1,18 +1,19 @@
{ {
"banned": "Banneado", "banned": "Banneado",
"offline": "Desconectado", "offline": "Desconectado",
"username": "Nombre de Usuario", "username": "Usuario",
"email": "Email", "email": "Email",
"fullname": "Nombre Completo", "fullname": "Nombre",
"website": "Website", "website": "Website",
"location": "Ubicación", "location": "Ubicación",
"age": "Edad", "age": "Edad",
"joined": "Registro", "joined": "Registro",
"lastonline": "Última vez online", "lastonline": "Última vez online",
"profile": "Profile",
"profile_views": "Visitas en su perfil", "profile_views": "Visitas en su perfil",
"reputation": "Reputación", "reputation": "Reputación",
"posts": "Posts", "posts": "Posts",
"favourites": "Favourites", "favourites": "Favoritos",
"followers": "Seguidores", "followers": "Seguidores",
"following": "Siguiendo", "following": "Siguiendo",
"signature": "Firma", "signature": "Firma",
@ -28,10 +29,11 @@
"upload_picture": "Cargar foto", "upload_picture": "Cargar foto",
"upload_a_picture": "Cargar una foto", "upload_a_picture": "Cargar una foto",
"image_spec": "Solo puedes usar PNG, JPG, o GIF hasta 256kb.", "image_spec": "Solo puedes usar PNG, JPG, o GIF hasta 256kb.",
"settings": "Settings", "settings": "Opciones",
"show_email": "Mostrar mi Email", "show_email": "Mostrar mi Email",
"has_no_follower": "Este miembro no tiene seguidores :(", "has_no_follower": "Este miembro no tiene seguidores :(",
"follows_no_one": "Este miembro no sigue a nadie, que pena :(", "follows_no_one": "Este miembro no sigue a nadie, que pena :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Email Oculto", "email_hidden": "Email Oculto",
"hidden": "oculto" "hidden": "oculto"
} }

@ -1,5 +1,7 @@
{ {
"title": "Ilmoitukset", "title": "Ilmoitukset",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Takaisin NodeBB:n", "back_to_home": "Takaisin NodeBB:n",
"outgoing_link": "Ulkopuolinen linkki", "outgoing_link": "Ulkopuolinen linkki",
"outgoing_link_message": "Olet nyt poistumassa", "outgoing_link_message": "Olet nyt poistumassa",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "Päivä", "day": "Päivä",
"week": "Viikko", "week": "Viikko",
"month": "Kuukausi" "month": "Kuukausi",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Keskustelu", "topic": "Keskustelu",
"topics": "Keskustelut", "topics": "Keskustelut",
"no_topics_found": "Keskusteluja ei löytynyt!", "no_topics_found": "Keskusteluja ei löytynyt!",
"no_posts_found": "No posts found!",
"profile": "Profiili", "profile": "Profiili",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Juttele", "chat": "Juttele",
@ -18,13 +19,17 @@
"tools": "Työkalut", "tools": "Työkalut",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Ketjun työkalut", "thread_tools.title": "Ketjun työkalut",
"thread_tools.markAsUnreadForAll": "Merkitse luetuiksi", "thread_tools.markAsUnreadForAll": "Merkitse luetuiksi",
"thread_tools.pin": "Tee ketjusta pysyvä", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lukitse ketju", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Siirrä ketju", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Haaroita ketju", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Poista ketju", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Ladataan aihealueita", "load_categories": "Ladataan aihealueita",
"disabled_categories_note": "Käytöstä poistetut aihealueetta ovat harmaina", "disabled_categories_note": "Käytöstä poistetut aihealueetta ovat harmaina",
"confirm_move": "Siirrä", "confirm_move": "Siirrä",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Ei kirjaantuneena sisään", "favourites.not_logged_in.title": "Ei kirjaantuneena sisään",
"favourites.not_logged_in.message": "Kirjaudu sisään jotta voit lisätä tämän viestin suosikkeihisi.", "favourites.not_logged_in.message": "Kirjaudu sisään jotta voit lisätä tämän viestin suosikkeihisi.",
"favourites.has_no_favourites": "Sinulla ei ole yhtään suosikkiviestiä.", "favourites.has_no_favourites": "Sinulla ei ole yhtään suosikkiviestiä.",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Ladataan lisää viestejä", "loading_more_posts": "Ladataan lisää viestejä",
"move_topic": "Siirrä keskustelu", "move_topic": "Siirrä keskustelu",
"move_post": "Siirrä viesti", "move_post": "Siirrä viesti",
@ -43,5 +52,12 @@
"fork_no_pids": "Ei valittuja viestejä!", "fork_no_pids": "Ei valittuja viestejä!",
"fork_success": "Keskustelu haaroitettu onnistuneesti!", "fork_success": "Keskustelu haaroitettu onnistuneesti!",
"reputation": "Maine", "reputation": "Maine",
"posts": "Viestejä" "posts": "Viestejä",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Ikä", "age": "Ikä",
"joined": "Liittynyt", "joined": "Liittynyt",
"lastonline": "Viimeksi online", "lastonline": "Viimeksi online",
"profile": "Profile",
"profile_views": "Profiilin katselukerrat", "profile_views": "Profiilin katselukerrat",
"reputation": "Maine", "reputation": "Maine",
"posts": "Viestit", "posts": "Viestit",
@ -32,6 +33,7 @@
"show_email": "Näytä sähköpostiosoitteeni", "show_email": "Näytä sähköpostiosoitteeni",
"has_no_follower": "Tällä käyttäjällä ei ole yhtään seuraaja :(", "has_no_follower": "Tällä käyttäjällä ei ole yhtään seuraaja :(",
"follows_no_one": "Tämä käyttäjä ei seuraa ketään :(", "follows_no_one": "Tämä käyttäjä ei seuraa ketään :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Sähköposti piilotettu", "email_hidden": "Sähköposti piilotettu",
"hidden": "piilotettu" "hidden": "piilotettu"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notifications", "title": "Notifications",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Retour à NodeBB", "back_to_home": "Retour à NodeBB",
"outgoing_link": "Lien Sortant", "outgoing_link": "Lien Sortant",
"outgoing_link_message": "Vous quitter NodeBB", "outgoing_link_message": "Vous quitter NodeBB",

@ -2,5 +2,6 @@
"title": "Récent", "title": "Récent",
"day": "Jour", "day": "Jour",
"week": "Semaine", "week": "Semaine",
"month": "Mois" "month": "Mois",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Sujet", "topic": "Sujet",
"topics": "Sujets", "topics": "Sujets",
"no_topics_found": "Aucun sujet trouvé !", "no_topics_found": "Aucun sujet trouvé !",
"no_posts_found": "Aucun message trouvé!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posté par", "posted_by": "Posté par",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Outils", "tools": "Outils",
"flag": "Signaler", "flag": "Signaler",
"flag_title": "Signaler ce post pour modération", "flag_title": "Signaler ce post pour modération",
"deleted_message": "Ce sujet a été supprimé. Seuls les utilsateurs avec les droits d'administration peuvent le voir.",
"thread_tools.title": "Outils du Fil", "thread_tools.title": "Outils du Fil",
"thread_tools.markAsUnreadForAll": "Marquer comme non lu", "thread_tools.markAsUnreadForAll": "Marquer comme non lu",
"thread_tools.pin": "Epingler le fil", "thread_tools.pin": "Epingler le Sujet",
"thread_tools.lock": "Verrouiller le fil", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Déplacer le fil", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Scinder le fil", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Supprimer le fil", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Chargement des Categories", "load_categories": "Chargement des Categories",
"disabled_categories_note": "Les catégories désactivées sont grisées", "disabled_categories_note": "Les catégories désactivées sont grisées",
"confirm_move": "Déplacer", "confirm_move": "Déplacer",
@ -47,5 +52,12 @@
"fork_no_pids": "Aucun post sélectionné !", "fork_no_pids": "Aucun post sélectionné !",
"fork_success": "Topic scindé !", "fork_success": "Topic scindé !",
"reputation": "Réputation", "reputation": "Réputation",
"posts": "Messages" "posts": "Messages",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -1,5 +1,7 @@
{ {
"title": "התראות", "title": "התראות",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "חזרה ל NodeBB", "back_to_home": "חזרה ל NodeBB",
"outgoing_link": "לינק", "outgoing_link": "לינק",
"outgoing_link_message": "אתה כעת עוזב", "outgoing_link_message": "אתה כעת עוזב",

@ -2,5 +2,6 @@
"title": "אחרונים", "title": "אחרונים",
"day": "יום", "day": "יום",
"week": "שבוע", "week": "שבוע",
"month": "חודש" "month": "חודש",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "נושא", "topic": "נושא",
"topics": "נושאים", "topics": "נושאים",
"no_topics_found": "לא נמצאו נושאים!", "no_topics_found": "לא נמצאו נושאים!",
"no_posts_found": "No posts found!",
"profile": "פרופיל", "profile": "פרופיל",
"posted_by": "פורסם על-ידי", "posted_by": "פורסם על-ידי",
"chat": "צ'אט", "chat": "צ'אט",
@ -18,13 +19,17 @@
"tools": "כלים", "tools": "כלים",
"flag": "דווח", "flag": "דווח",
"flag_title": "דווח על פוסט זה למנהל", "flag_title": "דווח על פוסט זה למנהל",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "כלים", "thread_tools.title": "כלים",
"thread_tools.markAsUnreadForAll": "סמן כלא נקרא", "thread_tools.markAsUnreadForAll": "סמן כלא נקרא",
"thread_tools.pin": "נעץ נושא", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "נעל נושא", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "הזז נושא", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "שכפל נושא", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "מחק נושא", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "טוען קטגוריות", "load_categories": "טוען קטגוריות",
"disabled_categories_note": "קטגוריות מבוטלות צבועות באפור", "disabled_categories_note": "קטגוריות מבוטלות צבועות באפור",
"confirm_move": "הזז", "confirm_move": "הזז",
@ -47,5 +52,12 @@
"fork_no_pids": "לא בחרת אף פוסט!", "fork_no_pids": "לא בחרת אף פוסט!",
"fork_success": "הנושא שוכפל בהצלחה!", "fork_success": "הנושא שוכפל בהצלחה!",
"reputation": "מוניטין", "reputation": "מוניטין",
"posts": "פוסטים" "posts": "פוסטים",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -1,5 +1,7 @@
{ {
"title": "Értesítések", "title": "Értesítések",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Vissza a NodeBB-re", "back_to_home": "Vissza a NodeBB-re",
"outgoing_link": "Külső Link", "outgoing_link": "Külső Link",
"outgoing_link_message": "Most távozol", "outgoing_link_message": "Most távozol",

@ -2,5 +2,6 @@
"title": "Friss", "title": "Friss",
"day": "Nap", "day": "Nap",
"week": "Hét", "week": "Hét",
"month": "Hónap" "month": "Hónap",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Topik", "topic": "Topik",
"topics": "Topikok", "topics": "Topikok",
"no_topics_found": "Téma nem található!", "no_topics_found": "Téma nem található!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Hozzászólt:", "posted_by": "Hozzászólt:",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Eszközök", "tools": "Eszközök",
"flag": "Jelentés", "flag": "Jelentés",
"flag_title": "A hozzászólás jelentése a moderátoroknál", "flag_title": "A hozzászólás jelentése a moderátoroknál",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Téma Eszközök", "thread_tools.title": "Téma Eszközök",
"thread_tools.markAsUnreadForAll": "Olvasatlannak jelölés", "thread_tools.markAsUnreadForAll": "Olvasatlannak jelölés",
"thread_tools.pin": "Topik kiemelése", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Topik Lezárása", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Topik Áthelyezése", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Topik szétszedése", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Topik törlése", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Kategóriák betöltése", "load_categories": "Kategóriák betöltése",
"disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve", "disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve",
"confirm_move": "Áthelyezés", "confirm_move": "Áthelyezés",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Nem vagy belépve", "favourites.not_logged_in.title": "Nem vagy belépve",
"favourites.not_logged_in.message": "Kérlek lépj be, hogy a kedvenceidhez adhassam a hozzászólást", "favourites.not_logged_in.message": "Kérlek lépj be, hogy a kedvenceidhez adhassam a hozzászólást",
"favourites.has_no_favourites": "Nincs egyetlen kedvenc hozzászólásod sem, jelölj meg párat hogy itt láthasd őket!", "favourites.has_no_favourites": "Nincs egyetlen kedvenc hozzászólásod sem, jelölj meg párat hogy itt láthasd őket!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Hozzászólások betöltése", "loading_more_posts": "Hozzászólások betöltése",
"move_topic": "Topik áthelyezése", "move_topic": "Topik áthelyezése",
"move_post": "Hozzászólás áthelyezése", "move_post": "Hozzászólás áthelyezése",
@ -43,5 +52,12 @@
"fork_no_pids": "Nincs hozzászólás kiválasztva!", "fork_no_pids": "Nincs hozzászólás kiválasztva!",
"fork_success": "Sikeresen szétválasztott topik!", "fork_success": "Sikeresen szétválasztott topik!",
"reputation": "Hírnév", "reputation": "Hírnév",
"posts": "Hozzászólások" "posts": "Hozzászólások",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Kor", "age": "Kor",
"joined": "Csatlakozott", "joined": "Csatlakozott",
"lastonline": "Utoljára Online", "lastonline": "Utoljára Online",
"profile": "Profile",
"profile_views": "Profil megtekintések", "profile_views": "Profil megtekintések",
"reputation": "Hírnév", "reputation": "Hírnév",
"posts": "Hozzászólások", "posts": "Hozzászólások",
@ -32,6 +33,7 @@
"show_email": "E-mail címem mutatása", "show_email": "E-mail címem mutatása",
"has_no_follower": "Ezt a felhasználót nem követi senki :(", "has_no_follower": "Ezt a felhasználót nem követi senki :(",
"follows_no_one": "Ez a felhasználó nem követ senkit :(", "follows_no_one": "Ez a felhasználó nem követ senkit :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "E-mail rejtett", "email_hidden": "E-mail rejtett",
"hidden": "rejtett" "hidden": "rejtett"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notifiche", "title": "Notifiche",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Torna alla pagina iniziale", "back_to_home": "Torna alla pagina iniziale",
"outgoing_link": "Link in uscita", "outgoing_link": "Link in uscita",
"outgoing_link_message": "Ci stai abbandonando", "outgoing_link_message": "Ci stai abbandonando",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "Giorno", "day": "Giorno",
"week": "Settimana", "week": "Settimana",
"month": "Mese" "month": "Mese",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Discussione", "topic": "Discussione",
"topics": "Discussioni", "topics": "Discussioni",
"no_topics_found": "Nessuna discussione trovata!", "no_topics_found": "Nessuna discussione trovata!",
"no_posts_found": "No posts found!",
"profile": "Profilo", "profile": "Profilo",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Strumenti per il Thread", "thread_tools.title": "Strumenti per il Thread",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Mark Unread",
"thread_tools.pin": "Appendi il Thread", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Blocca il Thread", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Sposta il Thread", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Fork Thread", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Elimina il Thread", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Caricamento delle Categorie", "load_categories": "Caricamento delle Categorie",
"disabled_categories_note": "Le Categorie disabilitate sono in grigio", "disabled_categories_note": "Le Categorie disabilitate sono in grigio",
"confirm_move": "Sposta", "confirm_move": "Sposta",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Non collegato/a", "favourites.not_logged_in.title": "Non collegato/a",
"favourites.not_logged_in.message": "Log in per aggiungere questo post ai preferiti", "favourites.not_logged_in.message": "Log in per aggiungere questo post ai preferiti",
"favourites.has_no_favourites": "Non hai ancun post preferito; aggiungi qualche post ai preferiti per vederli qui!", "favourites.has_no_favourites": "Non hai ancun post preferito; aggiungi qualche post ai preferiti per vederli qui!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Caricamento altri post", "loading_more_posts": "Caricamento altri post",
"move_topic": "Spsota Discussione", "move_topic": "Spsota Discussione",
"move_post": "Sposta Post", "move_post": "Sposta Post",
@ -43,5 +52,12 @@
"fork_no_pids": "Nessun post selezionato!", "fork_no_pids": "Nessun post selezionato!",
"fork_success": "Discussione forkata con successo!", "fork_success": "Discussione forkata con successo!",
"reputation": "Reputazione", "reputation": "Reputazione",
"posts": "Post" "posts": "Post",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Età", "age": "Età",
"joined": "Iscrizione", "joined": "Iscrizione",
"lastonline": "Ultima volta in linea", "lastonline": "Ultima volta in linea",
"profile": "Profile",
"profile_views": "Visite al profilo", "profile_views": "Visite al profilo",
"reputation": "Reputazione", "reputation": "Reputazione",
"posts": "Post", "posts": "Post",
@ -32,6 +33,7 @@
"show_email": "Mostra la mia Email", "show_email": "Mostra la mia Email",
"has_no_follower": "Questo utente non è seguito da nessuno :(", "has_no_follower": "Questo utente non è seguito da nessuno :(",
"follows_no_one": "Questo utente non segue nessuno :(", "follows_no_one": "Questo utente non segue nessuno :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Email Nascosta", "email_hidden": "Email Nascosta",
"hidden": "nascosta" "hidden": "nascosta"
} }

@ -1,5 +1,7 @@
{ {
"title": "Varsler", "title": "Varsler",
"no_notifs": "Du har ingen varsler",
"see_all": "Se alle varsler",
"back_to_home": "Tilbake til NodeBB", "back_to_home": "Tilbake til NodeBB",
"outgoing_link": "Utgående link", "outgoing_link": "Utgående link",
"outgoing_link_message": "Du forlatter nå", "outgoing_link_message": "Du forlatter nå",

@ -2,5 +2,6 @@
"title": "Seneste", "title": "Seneste",
"day": "Dag", "day": "Dag",
"week": "Uke", "week": "Uke",
"month": "Måned" "month": "Måned",
"no_recent_topics": "Det er ingen nye tråder."
} }

@ -2,6 +2,7 @@
"topic": "Emne", "topic": "Emne",
"topics": "Emner", "topics": "Emner",
"no_topics_found": "Ingen emner funnet!", "no_topics_found": "Ingen emner funnet!",
"no_posts_found": "Ingen innlegg funnet!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Skapt av", "posted_by": "Skapt av",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Verktøy", "tools": "Verktøy",
"flag": "Rapporter", "flag": "Rapporter",
"flag_title": "Rapporter dette innlegget for granskning", "flag_title": "Rapporter dette innlegget for granskning",
"deleted_message": "Denne tråden har blitt slettet. Bare brukere med trådhåndterings-privilegier kan se den.",
"thread_tools.title": "Trådverktøy", "thread_tools.title": "Trådverktøy",
"thread_tools.markAsUnreadForAll": "Marker som ulest", "thread_tools.markAsUnreadForAll": "Marker som ulest",
"thread_tools.pin": "Fest tråd", "thread_tools.pin": "Fest tråd",
"thread_tools.lock": "Lås tråd", "thread_tools.unpin": "Ufest tråd",
"thread_tools.move": "Flytt trå", "thread_tools.lock": "Lås trid",
"thread_tools.fork": "Del tråd", "thread_tools.unlock": "Lås opp tråd",
"thread_tools.move": "Flytt tråd",
"thread_tools.fork": "Forgren tråd",
"thread_tools.delete": "Slett tråd", "thread_tools.delete": "Slett tråd",
"thread_tools.restore": "Gjenopprett tråd",
"load_categories": "Laster kategorier", "load_categories": "Laster kategorier",
"disabled_categories_note": "Deaktiverte kategorier er grået ut", "disabled_categories_note": "Deaktiverte kategorier er grået ut",
"confirm_move": "Flytt", "confirm_move": "Flytt",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Ikke logget inn", "favourites.not_logged_in.title": "Ikke logget inn",
"favourites.not_logged_in.message": "Vennligst logg inn for å gjøre dette innlegget til favoritt", "favourites.not_logged_in.message": "Vennligst logg inn for å gjøre dette innlegget til favoritt",
"favourites.has_no_favourites": "Du har ingen favoritter, marker noen innlegg som favoritt for å se dem her!", "favourites.has_no_favourites": "Du har ingen favoritter, marker noen innlegg som favoritt for å se dem her!",
"vote.not_logged_in.title": "Ikke innlogget",
"vote.not_logged_in.message": "Vennligst logg inn for å stemme",
"vote.cant_vote_self.title": "Ugyldig stemme",
"vote.cant_vote_self.message": "Du kan ikke stemme på ditt eget innlegg",
"loading_more_posts": "Laster flere innlegg", "loading_more_posts": "Laster flere innlegg",
"move_topic": "Flytt emne", "move_topic": "Flytt emne",
"move_post": "Flytt innlegg", "move_post": "Flytt innlegg",
@ -43,5 +52,12 @@
"fork_no_pids": "Ingen innlegg valgt!", "fork_no_pids": "Ingen innlegg valgt!",
"fork_success": "Innlegg ble delt!", "fork_success": "Innlegg ble delt!",
"reputation": "Rykte", "reputation": "Rykte",
"posts": "Innlegg" "posts": "Innlegg",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Alder", "age": "Alder",
"joined": "Ble med", "joined": "Ble med",
"lastonline": "Senest online", "lastonline": "Senest online",
"profile": "Profil",
"profile_views": "Profilvisninger", "profile_views": "Profilvisninger",
"reputation": "Rykte", "reputation": "Rykte",
"posts": "Innlegg", "posts": "Innlegg",
@ -32,6 +33,7 @@
"show_email": "Vis min e-post", "show_email": "Vis min e-post",
"has_no_follower": "Denne brukeren har ingen følgere :(", "has_no_follower": "Denne brukeren har ingen følgere :(",
"follows_no_one": "Denne brukeren følger ingen :(", "follows_no_one": "Denne brukeren følger ingen :(",
"has_no_posts": "Denne brukeren har ikke skrevet noe enda.",
"email_hidden": "E-post skjult", "email_hidden": "E-post skjult",
"hidden": "skjult" "hidden": "skjult"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notificações", "title": "Notificações",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "voltar para home", "back_to_home": "voltar para home",
"outgoing_link": "Link Externo", "outgoing_link": "Link Externo",
"outgoing_link_message": "Você está; saindo para um link externo", "outgoing_link_message": "Você está; saindo para um link externo",

@ -2,5 +2,6 @@
"title": "Recente", "title": "Recente",
"day": "Dia", "day": "Dia",
"week": "Semana", "week": "Semana",
"month": "Mês" "month": "Mês",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Tópico", "topic": "Tópico",
"topics": "Tópicos", "topics": "Tópicos",
"no_topics_found": "Nenhum tópico encontrado!", "no_topics_found": "Nenhum tópico encontrado!",
"no_posts_found": "No posts found!",
"profile": "Profile", "profile": "Profile",
"posted_by": "Postado por", "posted_by": "Postado por",
"chat": "Bate Papo", "chat": "Bate Papo",
@ -18,13 +19,17 @@
"tools": "Ferramentas", "tools": "Ferramentas",
"flag": "Marcar", "flag": "Marcar",
"flag_title": "Marcar este post para moderação", "flag_title": "Marcar este post para moderação",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Ferramentas da Thread", "thread_tools.title": "Ferramentas da Thread",
"thread_tools.markAsUnreadForAll": "Marcar como não lido", "thread_tools.markAsUnreadForAll": "Marcar como não lido",
"thread_tools.pin": "Fixar Thread", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Travar Thread", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Mover Thread", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Fork Thread", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Deletar Thread", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Carregando Categorias", "load_categories": "Carregando Categorias",
"disabled_categories_note": "Categorias desabilitadas estão em cinza", "disabled_categories_note": "Categorias desabilitadas estão em cinza",
"confirm_move": "Mover", "confirm_move": "Mover",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Não Logado", "favourites.not_logged_in.title": "Não Logado",
"favourites.not_logged_in.message": "Por Favor logar para favoritar o tópico", "favourites.not_logged_in.message": "Por Favor logar para favoritar o tópico",
"favourites.has_no_favourites": "Você não tem nenhum item favoritado!", "favourites.has_no_favourites": "Você não tem nenhum item favoritado!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Carregando mais posts", "loading_more_posts": "Carregando mais posts",
"move_topic": "Mover Tó;pico", "move_topic": "Mover Tó;pico",
"move_post": "Mover Post", "move_post": "Mover Post",
@ -43,5 +52,12 @@
"fork_no_pids": "Nenhum post selecionado", "fork_no_pids": "Nenhum post selecionado",
"fork_success": "Fork realizado com sucesso!", "fork_success": "Fork realizado com sucesso!",
"reputation": "Reputação", "reputation": "Reputação",
"posts": "Posts" "posts": "Posts",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Idade", "age": "Idade",
"joined": "Cadastrou", "joined": "Cadastrou",
"lastonline": "Última vez online", "lastonline": "Última vez online",
"profile": "Profile",
"profile_views": "Visualizações de Profile", "profile_views": "Visualizações de Profile",
"reputation": "Reputação", "reputation": "Reputação",
"posts": "Posts", "posts": "Posts",
@ -32,6 +33,7 @@
"show_email": "Mostrar meu email", "show_email": "Mostrar meu email",
"has_no_follower": "Ninguém está seguindo esse usuário :(", "has_no_follower": "Ninguém está seguindo esse usuário :(",
"follows_no_one": "Este usuário não está seguindo ninguém :(", "follows_no_one": "Este usuário não está seguindo ninguém :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Email Escondido", "email_hidden": "Email Escondido",
"hidden": "Escondido" "hidden": "Escondido"
} }

@ -1,5 +1,7 @@
{ {
"title": "Уведомления", "title": "Уведомления",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Вернуться на NodeBB", "back_to_home": "Вернуться на NodeBB",
"outgoing_link": "Внешняя ссылка", "outgoing_link": "Внешняя ссылка",
"outgoing_link_message": "Вы покидаете", "outgoing_link_message": "Вы покидаете",

@ -2,5 +2,6 @@
"title": "Последние", "title": "Последние",
"day": "День", "day": "День",
"week": "Неделя", "week": "Неделя",
"month": "Месяц" "month": "Месяц",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Тема", "topic": "Тема",
"topics": "Темы", "topics": "Темы",
"no_topics_found": "Тем не найдено!", "no_topics_found": "Тем не найдено!",
"no_posts_found": "No posts found!",
"profile": "Профиль", "profile": "Профиль",
"posted_by": "Создано", "posted_by": "Создано",
"chat": "Чат", "chat": "Чат",
@ -18,13 +19,17 @@
"tools": "Опции", "tools": "Опции",
"flag": "Отметить", "flag": "Отметить",
"flag_title": "Отметить сообщение для модерирования", "flag_title": "Отметить сообщение для модерирования",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Опции Темы", "thread_tools.title": "Опции Темы",
"thread_tools.markAsUnreadForAll": "Отметить как непрочитанные", "thread_tools.markAsUnreadForAll": "Отметить как непрочитанные",
"thread_tools.pin": "Закрепить Тему", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Закрыть Тему", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Перенести Тему", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Ответвить Тему", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Удалить Тему", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Загружаем Категории", "load_categories": "Загружаем Категории",
"disabled_categories_note": "Отключенные категории затемненны", "disabled_categories_note": "Отключенные категории затемненны",
"confirm_move": "Перенести", "confirm_move": "Перенести",
@ -47,5 +52,12 @@
"fork_no_pids": "Сообщения не отмечены!", "fork_no_pids": "Сообщения не отмечены!",
"fork_success": "Ответвление темы создано!", "fork_success": "Ответвление темы создано!",
"reputation": "Репутация", "reputation": "Репутация",
"posts": "Сообщений" "posts": "Сообщений",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notifikácie", "title": "Notifikácie",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Späť na úvodnú stránku", "back_to_home": "Späť na úvodnú stránku",
"outgoing_link": "Odkaz mimo fórum", "outgoing_link": "Odkaz mimo fórum",
"outgoing_link_message": "Teraz opúšťate fórum", "outgoing_link_message": "Teraz opúšťate fórum",

@ -2,5 +2,6 @@
"title": "Nedávne", "title": "Nedávne",
"day": "Deň", "day": "Deň",
"week": "Týždeň", "week": "Týždeň",
"month": "Mesiac" "month": "Mesiac",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Téma", "topic": "Téma",
"topics": "Témy", "topics": "Témy",
"no_topics_found": "Neboli nájdené žiadne témy!", "no_topics_found": "Neboli nájdené žiadne témy!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Nástroje", "tools": "Nástroje",
"flag": "Označiť", "flag": "Označiť",
"flag_title": "Označiť príspevok pre moderáciu", "flag_title": "Označiť príspevok pre moderáciu",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Nástroje", "thread_tools.title": "Nástroje",
"thread_tools.markAsUnreadForAll": "Označ ako neprečítané", "thread_tools.markAsUnreadForAll": "Označ ako neprečítané",
"thread_tools.pin": "Zvýrazniť vlákno", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Uzamknúť vlákno", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Presunúť vlákno", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Rozdeliť vlákno", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Zmazať vlákno", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Načítanie kategórií", "load_categories": "Načítanie kategórií",
"disabled_categories_note": "Vypnuté (disabled) kategorie sú šedé.", "disabled_categories_note": "Vypnuté (disabled) kategorie sú šedé.",
"confirm_move": "Presunúť", "confirm_move": "Presunúť",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Prihlásiť sa!", "favourites.not_logged_in.title": "Prihlásiť sa!",
"favourites.not_logged_in.message": "Pre obľúbenie príspevku sa musíte prihlásiť.", "favourites.not_logged_in.message": "Pre obľúbenie príspevku sa musíte prihlásiť.",
"favourites.has_no_favourites": "Nemáte žiadne obľúbené príspevky, pridajte niektorý príspevok k obľúbeným a uvidíte ho tu!", "favourites.has_no_favourites": "Nemáte žiadne obľúbené príspevky, pridajte niektorý príspevok k obľúbeným a uvidíte ho tu!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Načítavanie viac príspevkov", "loading_more_posts": "Načítavanie viac príspevkov",
"move_topic": "Presunúť tému", "move_topic": "Presunúť tému",
"move_post": "Presunúť príspevok", "move_post": "Presunúť príspevok",
@ -43,5 +52,12 @@
"fork_no_pids": "Žiadne príspevky neboli vybrané!", "fork_no_pids": "Žiadne príspevky neboli vybrané!",
"fork_success": "Téma bola úspešne rozdelená!", "fork_success": "Téma bola úspešne rozdelená!",
"reputation": "Reputácia", "reputation": "Reputácia",
"posts": "Príspevky" "posts": "Príspevky",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Vek", "age": "Vek",
"joined": "Registrovaný", "joined": "Registrovaný",
"lastonline": "Naposledy online", "lastonline": "Naposledy online",
"profile": "Profile",
"profile_views": "Zobrazenie profilu", "profile_views": "Zobrazenie profilu",
"reputation": "Reputácia", "reputation": "Reputácia",
"posts": "Príspevky", "posts": "Príspevky",
@ -32,6 +33,7 @@
"show_email": "Zobrazovať môj email v profile", "show_email": "Zobrazovať môj email v profile",
"has_no_follower": "Tohoto užívatela nikto nesleduje :(", "has_no_follower": "Tohoto užívatela nikto nesleduje :(",
"follows_no_one": "Tento užívateľ nikoho nesleduje :(", "follows_no_one": "Tento užívateľ nikoho nesleduje :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Skrytý email", "email_hidden": "Skrytý email",
"hidden": "skrytý" "hidden": "skrytý"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notiser", "title": "Notiser",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Tillbaka till NodeBB", "back_to_home": "Tillbaka till NodeBB",
"outgoing_link": "Utgående länk", "outgoing_link": "Utgående länk",
"outgoing_link_message": "Du lämnar nu", "outgoing_link_message": "Du lämnar nu",

@ -2,5 +2,6 @@
"title": "Senaste", "title": "Senaste",
"day": "Dag", "day": "Dag",
"week": "Vecka", "week": "Vecka",
"month": "Månad" "month": "Månad",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Ämne", "topic": "Ämne",
"topics": "Ämnen", "topics": "Ämnen",
"no_topics_found": "Inga ämnen hittades!", "no_topics_found": "Inga ämnen hittades!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Chatt", "chat": "Chatt",
@ -18,13 +19,17 @@
"tools": "Verktyg", "tools": "Verktyg",
"flag": "Rapportera", "flag": "Rapportera",
"flag_title": "Rapportera detta inlägg för granskning", "flag_title": "Rapportera detta inlägg för granskning",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Trådverktyg", "thread_tools.title": "Trådverktyg",
"thread_tools.markAsUnreadForAll": "Markera som oläst", "thread_tools.markAsUnreadForAll": "Markera som oläst",
"thread_tools.pin": "Fäst tråd", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lås tråd", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Flytta tråd", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Grena tråd", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Ta bort tråd", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Laddar kategorier", "load_categories": "Laddar kategorier",
"disabled_categories_note": "Inaktiverade kategorier är utgråade", "disabled_categories_note": "Inaktiverade kategorier är utgråade",
"confirm_move": "Flytta", "confirm_move": "Flytta",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Inte inloggad", "favourites.not_logged_in.title": "Inte inloggad",
"favourites.not_logged_in.message": "Var god logga in för att göra detta inlägg till favorit", "favourites.not_logged_in.message": "Var god logga in för att göra detta inlägg till favorit",
"favourites.has_no_favourites": "Du har inga favoriter, markera inlägg som favorit för att se dem här!", "favourites.has_no_favourites": "Du har inga favoriter, markera inlägg som favorit för att se dem här!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Laddar fler inlägg", "loading_more_posts": "Laddar fler inlägg",
"move_topic": "Flytta ämne", "move_topic": "Flytta ämne",
"move_post": "Flytta inlägg", "move_post": "Flytta inlägg",
@ -43,5 +52,12 @@
"fork_no_pids": "Inga inlägg valda!", "fork_no_pids": "Inga inlägg valda!",
"fork_success": "Grening av inlägg lyckad!", "fork_success": "Grening av inlägg lyckad!",
"reputation": "Rykte", "reputation": "Rykte",
"posts": "Inlägg" "posts": "Inlägg",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Ålder", "age": "Ålder",
"joined": "Gick med", "joined": "Gick med",
"lastonline": "Senast online", "lastonline": "Senast online",
"profile": "Profile",
"profile_views": "Profil-visningar", "profile_views": "Profil-visningar",
"reputation": "Rykte", "reputation": "Rykte",
"posts": "Inlägg", "posts": "Inlägg",
@ -32,6 +33,7 @@
"show_email": "Visa min epost", "show_email": "Visa min epost",
"has_no_follower": "Denna användare har inga följare :(", "has_no_follower": "Denna användare har inga följare :(",
"follows_no_one": "Denna användare följer ingen :(", "follows_no_one": "Denna användare följer ingen :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Epost dold", "email_hidden": "Epost dold",
"hidden": "dold" "hidden": "dold"
} }

@ -1,5 +1,7 @@
{ {
"title": "Bildirimler", "title": "Bildirimler",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "NodeBB'ye geri dön", "back_to_home": "NodeBB'ye geri dön",
"outgoing_link": "Harici Link", "outgoing_link": "Harici Link",
"outgoing_link_message": "Şimdi ayrılıyorsunuz", "outgoing_link_message": "Şimdi ayrılıyorsunuz",

@ -2,5 +2,6 @@
"title": "Güncel", "title": "Güncel",
"day": "Gün", "day": "Gün",
"week": "Hafta", "week": "Hafta",
"month": "Ay" "month": "Ay",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Konu", "topic": "Konu",
"topics": "Konular", "topics": "Konular",
"no_topics_found": "Hiç konu bulunamadı!", "no_topics_found": "Hiç konu bulunamadı!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "tarafından gönderildi", "posted_by": "tarafından gönderildi",
"chat": "Sohbet", "chat": "Sohbet",
@ -18,13 +19,17 @@
"tools": "Araçlar", "tools": "Araçlar",
"flag": "Bayrak", "flag": "Bayrak",
"flag_title": "Bu iletiyi moderatöre haber et", "flag_title": "Bu iletiyi moderatöre haber et",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Seçenekler", "thread_tools.title": "Seçenekler",
"thread_tools.markAsUnreadForAll": "Okunmadı Olarak İşaretle", "thread_tools.markAsUnreadForAll": "Okunmadı Olarak İşaretle",
"thread_tools.pin": "Pin Thread", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lock Thread", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Move Thread", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Fork Thread", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Delete Thread", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Kategoriler Yükleniyor", "load_categories": "Kategoriler Yükleniyor",
"disabled_categories_note": "Etkin Olmayan Kategoriler soluklaştırılır", "disabled_categories_note": "Etkin Olmayan Kategoriler soluklaştırılır",
"confirm_move": "Taşı", "confirm_move": "Taşı",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Oturum açılmadı", "favourites.not_logged_in.title": "Oturum açılmadı",
"favourites.not_logged_in.message": "Lütfen bu iletiyi favorilere eklemek için giriş yapın", "favourites.not_logged_in.message": "Lütfen bu iletiyi favorilere eklemek için giriş yapın",
"favourites.has_no_favourites": "Favorilerde hiç iletiniz yok, görebilmek için iletileri favorilere ekleyin.", "favourites.has_no_favourites": "Favorilerde hiç iletiniz yok, görebilmek için iletileri favorilere ekleyin.",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Daha fazla ileti ", "loading_more_posts": "Daha fazla ileti ",
"move_topic": "Başlığı Taş", "move_topic": "Başlığı Taş",
"move_post": "İletiyi Taşı", "move_post": "İletiyi Taşı",
@ -43,5 +52,12 @@
"fork_no_pids": "Hiç bir ileti seçilmedi!", "fork_no_pids": "Hiç bir ileti seçilmedi!",
"fork_success": "Succesfully forked topic!", "fork_success": "Succesfully forked topic!",
"reputation": "Saygınlık", "reputation": "Saygınlık",
"posts": "İletiler" "posts": "İletiler",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "Yaş", "age": "Yaş",
"joined": "Katıldı", "joined": "Katıldı",
"lastonline": "En Son Çevrimiçi", "lastonline": "En Son Çevrimiçi",
"profile": "Profile",
"profile_views": "Profil Görüntülemeleri", "profile_views": "Profil Görüntülemeleri",
"reputation": "Saygınlık", "reputation": "Saygınlık",
"posts": "İletiler", "posts": "İletiler",
@ -32,6 +33,7 @@
"show_email": "E-postamı göster", "show_email": "E-postamı göster",
"has_no_follower": "Bu kullanıcının hiç takipçisi yok :(", "has_no_follower": "Bu kullanıcının hiç takipçisi yok :(",
"follows_no_one": "Bu kullanıcı kimseyi takip etmiyor :(", "follows_no_one": "Bu kullanıcı kimseyi takip etmiyor :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "E-posta gizli", "email_hidden": "E-posta gizli",
"hidden": "gizli" "hidden": "gizli"
} }

@ -1,5 +1,7 @@
{ {
"title": "消息", "title": "消息",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "返回主页", "back_to_home": "返回主页",
"outgoing_link": "站外链接", "outgoing_link": "站外链接",
"outgoing_link_message": "你正在离开本站。", "outgoing_link_message": "你正在离开本站。",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "今日", "day": "今日",
"week": "本周", "week": "本周",
"month": "本月" "month": "本月",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "主题", "topic": "主题",
"topics": "主题", "topics": "主题",
"no_topics_found": "没有找到主题!", "no_topics_found": "没有找到主题!",
"no_posts_found": "No posts found!",
"profile": "资料", "profile": "资料",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "聊天", "chat": "聊天",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "管理工具", "thread_tools.title": "管理工具",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Mark Unread",
"thread_tools.pin": "置顶帖子", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "锁定帖子", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "移动帖子", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "作为主题", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "删除帖子", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "版面载入中", "load_categories": "版面载入中",
"disabled_categories_note": "停用的版面为灰色", "disabled_categories_note": "停用的版面为灰色",
"confirm_move": "移动", "confirm_move": "移动",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "未登录", "favourites.not_logged_in.title": "未登录",
"favourites.not_logged_in.message": "收藏帖子之前请先登录。", "favourites.not_logged_in.message": "收藏帖子之前请先登录。",
"favourites.has_no_favourites": "你还没有任何收藏,收藏的帖子将会出现在这里!", "favourites.has_no_favourites": "你还没有任何收藏,收藏的帖子将会出现在这里!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "载入更多帖子", "loading_more_posts": "载入更多帖子",
"move_topic": "移动主题", "move_topic": "移动主题",
"move_post": "移动帖子", "move_post": "移动帖子",
@ -43,5 +52,12 @@
"fork_no_pids": "尚未选择帖子!", "fork_no_pids": "尚未选择帖子!",
"fork_success": "成功将帖子作为主题!", "fork_success": "成功将帖子作为主题!",
"reputation": "声望", "reputation": "声望",
"posts": "发帖数" "posts": "发帖数",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "年龄", "age": "年龄",
"joined": "加入时间", "joined": "加入时间",
"lastonline": "最后在线", "lastonline": "最后在线",
"profile": "Profile",
"profile_views": "资料被查看", "profile_views": "资料被查看",
"reputation": "声望", "reputation": "声望",
"posts": "发帖数", "posts": "发帖数",
@ -32,6 +33,7 @@
"show_email": "显示我的邮箱", "show_email": "显示我的邮箱",
"has_no_follower": "该用户还没有被任何人关注。", "has_no_follower": "该用户还没有被任何人关注。",
"follows_no_one": "该用户还没有关注过任何人。", "follows_no_one": "该用户还没有关注过任何人。",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "邮箱被隐藏", "email_hidden": "邮箱被隐藏",
"hidden": "隐藏" "hidden": "隐藏"
} }

@ -1,5 +1,7 @@
{ {
"title": "消息", "title": "消息",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "返回主頁", "back_to_home": "返回主頁",
"outgoing_link": "站外鏈接", "outgoing_link": "站外鏈接",
"outgoing_link_message": "你正在離開本站。", "outgoing_link_message": "你正在離開本站。",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "今日", "day": "今日",
"week": "本周", "week": "本周",
"month": "本月" "month": "本月",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "主題", "topic": "主題",
"topics": "主題", "topics": "主題",
"no_topics_found": "沒有找到主題!", "no_topics_found": "沒有找到主題!",
"no_posts_found": "No posts found!",
"profile": "資料", "profile": "資料",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "聊天", "chat": "聊天",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "管理工具", "thread_tools.title": "管理工具",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Mark Unread",
"thread_tools.pin": "置頂帖子", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "鎖定帖子", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "移動帖子", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "作為主題", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "刪除帖子", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "版面載入中", "load_categories": "版面載入中",
"disabled_categories_note": "停用的版面為灰色", "disabled_categories_note": "停用的版面為灰色",
"confirm_move": "移動", "confirm_move": "移動",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "未登錄", "favourites.not_logged_in.title": "未登錄",
"favourites.not_logged_in.message": "收藏帖子之前請先登錄。", "favourites.not_logged_in.message": "收藏帖子之前請先登錄。",
"favourites.has_no_favourites": "你還沒有任何收藏,收藏的帖子將會出現在這裡!", "favourites.has_no_favourites": "你還沒有任何收藏,收藏的帖子將會出現在這裡!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "載入更多帖子", "loading_more_posts": "載入更多帖子",
"move_topic": "移動主題", "move_topic": "移動主題",
"move_post": "移動帖子", "move_post": "移動帖子",
@ -43,5 +52,12 @@
"fork_no_pids": "尚未選擇帖子!", "fork_no_pids": "尚未選擇帖子!",
"fork_success": "成功將帖子作為主題!", "fork_success": "成功將帖子作為主題!",
"reputation": "聲望", "reputation": "聲望",
"posts": "發帖數" "posts": "發帖數",
"composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write",
"composer.preview": "Preview",
"composer.discard": "Discard",
"composer.submit": "Submit",
"composer.replying_to": "Replying to",
"composer.new_topic": "New Topic"
} }

@ -9,6 +9,7 @@
"age": "年齡", "age": "年齡",
"joined": "加入時間", "joined": "加入時間",
"lastonline": "最后在線", "lastonline": "最后在線",
"profile": "Profile",
"profile_views": "資料被查看", "profile_views": "資料被查看",
"reputation": "聲望", "reputation": "聲望",
"posts": "發帖數", "posts": "發帖數",
@ -32,6 +33,7 @@
"show_email": "顯示我的郵箱", "show_email": "顯示我的郵箱",
"has_no_follower": "該用戶還沒有被任何人關注。", "has_no_follower": "該用戶還沒有被任何人關注。",
"follows_no_one": "該用戶還沒有關注過任何人。", "follows_no_one": "該用戶還沒有關注過任何人。",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "郵箱被隱藏", "email_hidden": "郵箱被隱藏",
"hidden": "隱藏" "hidden": "隱藏"
} }

@ -444,7 +444,11 @@ var socket,
clearInterval(titleObj.interval); clearInterval(titleObj.interval);
} }
titleObj.interval = setInterval(function() { titleObj.interval = setInterval(function() {
window.document.title = titleObj.titles[titleObj.titles.indexOf(window.document.title) ^ 1]; var title = titleObj.titles[titleObj.titles.indexOf(window.document.title) ^ 1];
if (title) {
window.document.title = title;
}
}, 2000); }, 2000);
} else { } else {
if (titleObj.interval) { if (titleObj.interval) {

@ -3,9 +3,8 @@ define(function() {
Search.init = function() { Search.init = function() {
var searchQuery = $('#topic-results').attr('data-search-query'); var searchQuery = $('#topic-results').attr('data-search-query');
console.log(searchQuery);
$('.search-result-text').children().each(function() { $('.search-result-text').children().each(function() {
var text = $(this).html(); var text = $(this).text();
var regex = new RegExp(searchQuery, 'gi'); var regex = new RegExp(searchQuery, 'gi');
text = text.replace(regex, '<span class="label label-success">' + searchQuery + '</span>'); text = text.replace(regex, '<span class="label label-success">' + searchQuery + '</span>');
$(this).html(text); $(this).html(text);

@ -913,7 +913,9 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
x; x;
if (locked === true) { if (locked === true) {
lockThreadEl.html('<i class="fa fa-unlock"></i> Unlock Thread'); translator.translate('<i class="fa fa-unlock"></i> [[topic:thread_tools.unlock]]', function(translated) {
lockThreadEl.html(translated);
});
threadReplyBtn.attr('disabled', true); threadReplyBtn.attr('disabled', true);
threadReplyBtn.html('Locked <i class="fa fa-lock"></i>'); threadReplyBtn.html('Locked <i class="fa fa-lock"></i>');
for (x = 0; x < numPosts; x++) { for (x = 0; x < numPosts; x++) {
@ -935,7 +937,9 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
thread_state.locked = '1'; thread_state.locked = '1';
} else { } else {
lockThreadEl.html('<i class="fa fa-lock"></i> Lock Thread'); translator.translate('<i class="fa fa-lock"></i> [[topic:thread_tools.lock]]', function(translated) {
lockThreadEl.html(translated);
});
threadReplyBtn.attr('disabled', false); threadReplyBtn.attr('disabled', false);
threadReplyBtn.html('Reply'); threadReplyBtn.html('Reply');
for (x = 0; x < numPosts; x++) { for (x = 0; x < numPosts; x++) {
@ -967,7 +971,9 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
deleteNotice = document.getElementById('thread-deleted') || document.createElement('div'); deleteNotice = document.getElementById('thread-deleted') || document.createElement('div');
if (deleted) { if (deleted) {
deleteTextEl.html('<i class="fa fa-comment"></i> Restore Thread'); translator.translate('<i class="fa fa-comment"></i> [[topic:thread_tools.restore]]', function(translated) {
deleteTextEl.html(translated);
});
threadEl.addClass('deleted'); threadEl.addClass('deleted');
// Spawn a 'deleted' notice at the top of the page // Spawn a 'deleted' notice at the top of the page
@ -978,7 +984,9 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
thread_state.deleted = '1'; thread_state.deleted = '1';
} else { } else {
deleteTextEl.html('<i class="fa fa-trash-o"></i> Delete Thread'); translator.translate('<i class="fa fa-trash-o"></i> [[topic:thread_tools.delete]]', function(translated) {
deleteTextEl.html(translated);
});
threadEl.removeClass('deleted'); threadEl.removeClass('deleted');
deleteNotice.parentNode.removeChild(deleteNotice); deleteNotice.parentNode.removeChild(deleteNotice);
@ -989,8 +997,9 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
function set_pinned_state(pinned, alert) { function set_pinned_state(pinned, alert) {
var pinEl = $('.pin_thread'); var pinEl = $('.pin_thread');
translator.translate('<i class="fa fa-thumb-tack"></i> [[topic:thread_tools.' + (pinned ? 'unpin' : 'pin') + ']]', function(translated) {
if (pinned) { if (pinned) {
pinEl.html('<i class="fa fa-thumb-tack"></i> Unpin Thread'); pinEl.html(translated);
if (alert) { if (alert) {
app.alert({ app.alert({
'alert_id': 'thread_pin', 'alert_id': 'thread_pin',
@ -1003,7 +1012,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
thread_state.pinned = '1'; thread_state.pinned = '1';
} else { } else {
pinEl.html('<i class="fa fa-thumb-tack"></i> Pin Thread'); pinEl.html(translated);
if (alert) { if (alert) {
app.alert({ app.alert({
'alert_id': 'thread_pin', 'alert_id': 'thread_pin',
@ -1016,6 +1025,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
thread_state.pinned = '0'; thread_state.pinned = '0';
} }
});
} }
function toggle_post_delete_state(pid) { function toggle_post_delete_state(pid) {

@ -82,10 +82,12 @@ define(['taskbar'], function(taskbar) {
function push(post) { function push(post) {
var uuid = utils.generateUUID(); var uuid = utils.generateUUID();
translator.translate('[[topic:composer.new_topic]]', function(newTopicStr) {
taskbar.push('composer', uuid, { taskbar.push('composer', uuid, {
title: post.title ? post.title : 'New Topic', title: post.title ? post.title : newTopicStr,
icon: post.picture icon: post.picture
}); });
});
composer.posts[uuid] = post; composer.posts[uuid] = post;
@ -103,8 +105,8 @@ define(['taskbar'], function(taskbar) {
composer.createNewComposer = function(post_uuid) { composer.createNewComposer = function(post_uuid) {
templates.preload_template('composer', function() { templates.preload_template('composer', function() {
var composerTemplate = templates['composer'].parse({}); var composerTemplate = templates['composer'].parse({});
translator.translate(composerTemplate, function(composerTemplate) {
composerTemplate = $(composerTemplate); composerTemplate = $(composerTemplate);
composerTemplate.attr('id', 'cmp-uuid-' + post_uuid); composerTemplate.attr('id', 'cmp-uuid-' + post_uuid);
@ -124,7 +126,9 @@ define(['taskbar'], function(taskbar) {
bodyEl = postContainer.find('textarea'); bodyEl = postContainer.find('textarea');
if (parseInt(postData.tid) > 0) { if (parseInt(postData.tid) > 0) {
titleEl.val('Replying to: ' + postData.title); translator.translate('[[topic:composer.replying_to]]: ' + postData.title, function(newTitle) {
titleEl.val(newTitle);
});
titleEl.prop('disabled', true); titleEl.prop('disabled', true);
} else if (parseInt(postData.pid) > 0) { } else if (parseInt(postData.pid) > 0) {
titleEl.val(postData.title); titleEl.val(postData.title);
@ -326,6 +330,7 @@ define(['taskbar'], function(taskbar) {
} }
}); });
}); });
});
} }
//http://stackoverflow.com/questions/14441456/how-to-detect-which-device-view-youre-on-using-twitter-bootstrap-api //http://stackoverflow.com/questions/14441456/how-to-detect-which-device-view-youre-on-using-twitter-bootstrap-api

@ -29,10 +29,14 @@ define(function() {
} }
} else { } else {
notifList.append($('<li class="no-notifs"><a>You have no notifications</a></li>')); translator.translate('<li class="no-notifs"><a>[[notifications:no_notifs]]</a></li>', function(translated) {
notifList.append($(translated));
});
} }
notifList.append($('<li class="pagelink"><a href="' + RELATIVE_PATH + '/notifications">See all Notifications</a></li>')); translator.translate('<li class="pagelink"><a href="' + RELATIVE_PATH + '/notifications">[[notifications:see_all]]</a></li>', function(translated) {
notifList.append($(translated));
});
updateNotifCount(data.unread.length); updateNotifCount(data.unread.length);

@ -1,6 +1,6 @@
<div class="composer"> <div class="composer">
<div class="composer-container"> <div class="composer-container">
<input class="title form-control" type="text" tabIndex="1" placeholder="Enter your topic title here..." /> <input class="title form-control" type="text" tabIndex="1" placeholder="[[topic:composer.title_placeholder]]" />
<div class="btn-toolbar formatting-bar"> <div class="btn-toolbar formatting-bar">
<div class="btn-group"> <div class="btn-group">
<span class="btn btn-link" tabindex="-1"><i class="fa fa-bold"></i></span> <span class="btn btn-link" tabindex="-1"><i class="fa fa-bold"></i></span>
@ -20,11 +20,11 @@
</div> </div>
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li class="active"><a data-pane=".tab-write" data-toggle="tab">Write</a></li> <li class="active"><a data-pane=".tab-write" data-toggle="tab">[[topic:composer.write]]</a></li>
<li><a data-pane=".tab-preview" data-toggle="tab">Preview</a></li> <li><a data-pane=".tab-preview" data-toggle="tab">[[topic:composer.preview]]</a></li>
<li class="btn-group pull-right action-bar"> <li class="btn-group pull-right action-bar">
<button class="btn btn-default" data-action="discard" tabIndex="5"><i class="fa fa-times"></i> Discard</button> <button class="btn btn-default" data-action="discard" tabIndex="5"><i class="fa fa-times"></i> [[topic:composer.discard]]</button>
<button data-action="post" class="btn btn-default btn-primary" tabIndex="3"><i class="fa fa-check"></i> Submit</button> <button data-action="post" class="btn btn-default btn-primary" tabIndex="3"><i class="fa fa-check"></i> [[topic:composer.submit]]</button>
</li> </li>
</ul> </ul>

@ -174,7 +174,7 @@
<form id="search-form" class="navbar-form navbar-right" role="search" method="GET" action=""> <form id="search-form" class="navbar-form navbar-right" role="search" method="GET" action="">
<div class="hide" id="search-fields"> <div class="hide" id="search-fields">
<div class="form-group"> <div class="form-group">
<input type="text" class="form-control" placeholder="Search" name="query" value=""> <input type="text" class="form-control" placeholder="[[global:search]]" name="query" value="">
</div> </div>
<button type="submit" class="btn btn-default hide">[[global:search]]</button> <button type="submit" class="btn btn-default hide">[[global:search]]</button>
</div> </div>

@ -1,15 +1,15 @@
<ol class="breadcrumb"> <ol class="breadcrumb">
<li><a href="{relative_path}/">[[global:home]]</a></li> <li><a href="{relative_path}/">[[global:home]]</a></li>
<li class="active">[[global:header.search]]</li> <li class="active">[[global:search]]</li>
</ol> </ol>
<form id="mobile-search-form" class="navbar-form navbar-right visible-xs" role="search" method="GET" action=""> <form id="mobile-search-form" class="navbar-form navbar-right visible-xs" role="search" method="GET" action="">
<div class="" id="search-fields"> <div class="" id="search-fields">
<div class="form-group"> <div class="form-group">
<input type="text" class="form-control" placeholder="Search" name="query" value=""> <input type="text" class="form-control" placeholder="[[global:search]]" name="query" value="">
</div> </div>
<button type="submit" class="btn btn-default hide">[[global:header.search]]</button> <button type="submit" class="btn btn-default hide">[[global:search]]</button>
</div> </div>
</form> </form>
@ -57,12 +57,12 @@
</div> </div>
<div id="post-results" class="col-md-12" data-search-query="{search_query}"> <div id="post-results" class="col-md-12" data-search-query="{search_query}">
<h3>Posts</h3> <h3>[[topic:posts]]</h3>
<!-- IF post_matches --> <!-- IF post_matches -->
<small>{post_matches} result(s) matching "{search_query}"</small> <small>{post_matches} result(s) matching "{search_query}"</small>
<!-- ENDIF post_matches --> <!-- ENDIF post_matches -->
<div class="alert alert-info {show_no_posts}">No posts found!</div> <div class="alert alert-info {show_no_posts}">[[tropic:no_posts_found]]</div>
<!-- BEGIN posts --> <!-- BEGIN posts -->
<div class="topic-row panel panel-default clearfix"> <div class="topic-row panel panel-default clearfix">

@ -176,6 +176,7 @@ var async = require('async'),
}, },
function(postData, next) { function(postData, next) {
postData.favourited = false; postData.favourited = false;
postData.votes = 0;
postData.display_moderator_tools = true; postData.display_moderator_tools = true;
postData.display_move_tools = privileges.admin || privileges.moderator; postData.display_move_tools = privileges.admin || privileges.moderator;
postData.relativeTime = utils.toISOString(postData.timestamp); postData.relativeTime = utils.toISOString(postData.timestamp);

Loading…
Cancel
Save