Baris Soner Usakli 11 years ago
commit 389fc787a3

@ -40,7 +40,7 @@
"socket.io-wildcard": "~0.1.1", "socket.io-wildcard": "~0.1.1",
"bcryptjs": "~0.7.10", "bcryptjs": "~0.7.10",
"nodebb-plugin-mentions": "~0.4", "nodebb-plugin-mentions": "~0.4",
"nodebb-plugin-markdown": "~0.3", "nodebb-plugin-markdown": "~0.4",
"nodebb-widget-essentials": "~0.0", "nodebb-widget-essentials": "~0.0",
"nodebb-theme-vanilla": "~0.0.14", "nodebb-theme-vanilla": "~0.0.14",
"nodebb-theme-cerulean": "~0.0.13", "nodebb-theme-cerulean": "~0.0.13",

@ -1,9 +1,6 @@
{ {
"new_topic_button": "موضوع جديد", "new_topic_button": "موضوع جديد",
"no_topics": "<strong>لا توجد مواضيع في هذه الفئة</strong>لماذا لا تحاول نشر واحد؟<br />", "no_topics": "<strong>لا توجد مواضيع في هذه الفئة</strong>لماذا لا تحاول نشر واحد؟<br />",
"sidebar.recent_replies": "الردود مؤخرا",
"sidebar.active_participants": "المشاركون النشطة",
"sidebar.moderators": "المشرفين",
"posts": "مشاركات", "posts": "مشاركات",
"views": "مشاهدات", "views": "مشاهدات",
"posted": "نشر", "posted": "نشر",

@ -10,6 +10,8 @@
"500.message": "عفوا! يبدو وكأنه شيء ذهب على نحو خاطئ!", "500.message": "عفوا! يبدو وكأنه شيء ذهب على نحو خاطئ!",
"register": "تسجيل", "register": "تسجيل",
"login": "دخول", "login": "دخول",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "Welcome Back ", "welcome_back": "Welcome Back ",
"you_have_successfully_logged_in": "You have successfully logged in", "you_have_successfully_logged_in": "You have successfully logged in",
"logout": "تسجيل الخروج", "logout": "تسجيل الخروج",
@ -47,6 +49,7 @@
"posted": "posted", "posted": "posted",
"in": "in", "in": "in",
"recentposts": "Recent Posts", "recentposts": "Recent Posts",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Away", "away": "Away",
"dnd": "Do not Disturb", "dnd": "Do not Disturb",

@ -8,6 +8,7 @@
"user.edit": "Editing \"%1\"", "user.edit": "Editing \"%1\"",
"user.following": "People %1 Follows", "user.following": "People %1 Follows",
"user.followers": "People who Follow %1", "user.followers": "People who Follow %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1's Favourite Posts", "user.favourites": "%1's Favourite Posts",
"user.settings": "User Settings" "user.settings": "User Settings"
} }

@ -11,6 +11,7 @@
"reply": "رد", "reply": "رد",
"edit": "صحح", "edit": "صحح",
"delete": "حذف", "delete": "حذف",
"restore": "Restore",
"move": "انقل", "move": "انقل",
"fork": "فرع", "fork": "فرع",
"banned": "محظور", "banned": "محظور",
@ -18,8 +19,15 @@
"share": "شارك", "share": "شارك",
"tools": "أدوات", "tools": "أدوات",
"flag": "Flag", "flag": "Flag",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "أدوات الموضوع", "thread_tools.title": "أدوات الموضوع",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Enter your topic title here...", "composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write", "composer.write": "Write",
"composer.preview": "Preview", "composer.preview": "Preview",
"composer.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to",
"composer.new_topic": "New Topic" "composer.new_topic": "New Topic",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nové téma", "new_topic_button": "Nové téma",
"no_topics": "<strong>V této kategorii zatím nejsou žádné příspěvky.</strong><br />Můžeš být první!", "no_topics": "<strong>V této kategorii zatím nejsou žádné příspěvky.</strong><br />Můžeš být první!",
"sidebar.recent_replies": "Poslední příspěvky",
"sidebar.active_participants": "Aktivní účastníci",
"sidebar.moderators": "Moderátoři",
"posts": "příspěvky", "posts": "příspěvky",
"views": "zobrazení", "views": "zobrazení",
"posted": "odesláno", "posted": "odesláno",

@ -10,6 +10,8 @@
"500.message": "Jejda, vypadá to, že se něco pokazilo.", "500.message": "Jejda, vypadá to, že se něco pokazilo.",
"register": "Registrovat", "register": "Registrovat",
"login": "Přihlásit se", "login": "Přihlásit se",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "Welcome Back ", "welcome_back": "Welcome Back ",
"you_have_successfully_logged_in": "You have successfully logged in", "you_have_successfully_logged_in": "You have successfully logged in",
"logout": "Odhlásit se", "logout": "Odhlásit se",
@ -47,6 +49,7 @@
"posted": "odesláno", "posted": "odesláno",
"in": "v", "in": "v",
"recentposts": "Nedávné příspěvky", "recentposts": "Nedávné příspěvky",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Pryč", "away": "Pryč",
"dnd": "Nerušit", "dnd": "Nerušit",

@ -8,6 +8,7 @@
"user.edit": "Editing \"%1\"", "user.edit": "Editing \"%1\"",
"user.following": "People %1 Follows", "user.following": "People %1 Follows",
"user.followers": "People who Follow %1", "user.followers": "People who Follow %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1's Favourite Posts", "user.favourites": "%1's Favourite Posts",
"user.settings": "User Settings" "user.settings": "User Settings"
} }

@ -11,6 +11,7 @@
"reply": "Odpovědět", "reply": "Odpovědět",
"edit": "Upravit", "edit": "Upravit",
"delete": "Smazat", "delete": "Smazat",
"restore": "Restore",
"move": "Přesunout", "move": "Přesunout",
"fork": "Rozdělit", "fork": "Rozdělit",
"banned": "banned", "banned": "banned",
@ -18,8 +19,15 @@
"share": "Sdílet", "share": "Sdílet",
"tools": "Nástroje", "tools": "Nástroje",
"flag": "Flag", "flag": "Flag",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "Nástroje", "thread_tools.title": "Nástroje",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Enter your topic title here...", "composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write", "composer.write": "Write",
"composer.preview": "Preview", "composer.preview": "Preview",
"composer.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to",
"composer.new_topic": "New Topic" "composer.new_topic": "New Topic",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Neues Thema", "new_topic_button": "Neues Thema",
"no_topics": "<strong>Es gibt noch keine Threads in dieser Kategorie.</strong><br />Warum beginnst du nicht den ersten?", "no_topics": "<strong>Es gibt noch keine Threads in dieser Kategorie.</strong><br />Warum beginnst du nicht den ersten?",
"sidebar.recent_replies": "Neuste Antworten",
"sidebar.active_participants": "Aktive Teilnehmer",
"sidebar.moderators": "Moderatoren",
"posts": "Posts", "posts": "Posts",
"views": "Aufrufe", "views": "Aufrufe",
"posted": "Geposted", "posted": "Geposted",

@ -10,6 +10,8 @@
"500.message": "Ooops! Looks like something went wrong!", "500.message": "Ooops! Looks like something went wrong!",
"register": "Registrierung", "register": "Registrierung",
"login": "Login", "login": "Login",
"please_log_in": "Bitte einloggen",
"posting_restriction_info": "Nur registrierte Mitglieder dürfen Beiträge verfassen. Hier klicken zum Einloggen.",
"welcome_back": "Willkommen zurück", "welcome_back": "Willkommen zurück",
"you_have_successfully_logged_in": "Du hast dich erfolgreich eingeloggt", "you_have_successfully_logged_in": "Du hast dich erfolgreich eingeloggt",
"logout": "Logout", "logout": "Logout",
@ -47,6 +49,7 @@
"posted": "geposted", "posted": "geposted",
"in": "in", "in": "in",
"recentposts": "Aktuelle Beiträge", "recentposts": "Aktuelle Beiträge",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Abwesend", "away": "Abwesend",
"dnd": "Nicht stören", "dnd": "Nicht stören",

@ -1,13 +1,14 @@
{ {
"home": "Home", "home": "Home",
"unread": "Unread Topics", "unread": "Unread Topics",
"popular": "Popular Topics", "popular": "Beliebte Themen",
"recent": "Recent Topics", "recent": "Recent Topics",
"users": "Registered Users", "users": "Registered Users",
"notifications": "Notifications", "notifications": "Notifications",
"user.edit": "Editing \"%1\"", "user.edit": "Editing \"%1\"",
"user.following": "People %1 Follows", "user.following": "People %1 Follows",
"user.followers": "People who Follow %1", "user.followers": "People who Follow %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1's Favourite Posts", "user.favourites": "%1's Favourite Posts",
"user.settings": "User Settings" "user.settings": "User Settings"
} }

@ -11,6 +11,7 @@
"reply": "antworten", "reply": "antworten",
"edit": "bearbeiten", "edit": "bearbeiten",
"delete": "löschen", "delete": "löschen",
"restore": "Restore",
"move": "Verschieben", "move": "Verschieben",
"fork": "Aufspalten", "fork": "Aufspalten",
"banned": "gesperrt", "banned": "gesperrt",
@ -18,8 +19,15 @@
"share": "Teilen", "share": "Teilen",
"tools": "Tools", "tools": "Tools",
"flag": "Markieren", "flag": "Markieren",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Diesen Beitrag zur Moderation markieren", "flag_title": "Diesen Beitrag zur Moderation markieren",
"deleted_message": "Dieser Thread wurde gelöscht. Nur Nutzer mit Thread-Management Rechten können ihn sehen.", "deleted_message": "Dieser Thread wurde gelöscht. Nur Nutzer mit Thread-Management Rechten können ihn sehen.",
"following_topic.title": "Thema wird gefolgt",
"following_topic.message": "Du erhälst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.",
"not_following_topic.title": "Thema nicht gefolgt",
"not_following_topic.message": "Du erhälst keine weiteren Benachrichtigungen zu diesem Thema.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Beobachten", "watch": "Beobachten",
"share_this_post": "Diesen Beitrag teilen", "share_this_post": "Diesen Beitrag teilen",
"thread_tools.title": "Thread Tools", "thread_tools.title": "Thread Tools",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Hier den Titel des Themas eingeben...", "composer.title_placeholder": "Hier den Titel des Themas eingeben...",
"composer.write": "Schreiben", "composer.write": "Schreiben",
"composer.preview": "Vorschau", "composer.preview": "Vorschau",
"composer.help": "Help",
"composer.discard": "Verwerfen", "composer.discard": "Verwerfen",
"composer.submit": "Absenden", "composer.submit": "Absenden",
"composer.replying_to": "Als Antwort auf", "composer.replying_to": "Als Antwort auf",
"composer.new_topic": "Neues Thema" "composer.new_topic": "Neues Thema",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Bilder hier reinziehen",
"composer.upload_instructions": "Zum Hochladen Bilder hier reinziehen."
} }

@ -81,6 +81,7 @@
"composer.title_placeholder": "Enter your topic title here...", "composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write", "composer.write": "Write",
"composer.preview": "Preview", "composer.preview": "Preview",
"composer.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to",
@ -93,6 +94,5 @@
"composer.thumb_file_label": "Or upload a file", "composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields", "composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here", "composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.content_is_parsed_with": "Content is parsed with",
"composer.upload_instructions": "Upload images by dragging & dropping them." "composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nuevo Tema", "new_topic_button": "Nuevo Tema",
"no_topics": "<strong>No hay temas en esta categoría.</strong><br />Por que no te animas y publicas uno?", "no_topics": "<strong>No hay temas en esta categoría.</strong><br />Por que no te animas y publicas uno?",
"sidebar.recent_replies": "Respuestas recientes",
"sidebar.active_participants": "Miembros más activos",
"sidebar.moderators": "Moderadores",
"posts": "respuestas", "posts": "respuestas",
"views": "visitas", "views": "visitas",
"posted": "posted", "posted": "posted",

@ -10,6 +10,8 @@
"500.message": "Ooops! Algo salio mal!, No te alarmes. Nuestros simios hiperinteligentes lo solucionarán", "500.message": "Ooops! Algo salio mal!, No te alarmes. Nuestros simios hiperinteligentes lo solucionarán",
"register": "Registrarse", "register": "Registrarse",
"login": "Conectarse", "login": "Conectarse",
"please_log_in": "Por favor conectate.",
"posting_restriction_info": "Para publicar debes ser miembro, registrate o conectate.",
"welcome_back": "Bienvenido de nuevo!", "welcome_back": "Bienvenido de nuevo!",
"you_have_successfully_logged_in": "Te has conectado!", "you_have_successfully_logged_in": "Te has conectado!",
"logout": "Salir", "logout": "Salir",
@ -47,6 +49,7 @@
"posted": "publicado", "posted": "publicado",
"in": "en", "in": "en",
"recentposts": "Publicaciones Recientes", "recentposts": "Publicaciones Recientes",
"recentips": "Recently Logged In IPs",
"online": "Conectado", "online": "Conectado",
"away": "No disponible", "away": "No disponible",
"dnd": "No molestar", "dnd": "No molestar",

@ -8,6 +8,7 @@
"user.edit": "Editando \"%1\"", "user.edit": "Editando \"%1\"",
"user.following": "Gente que sigue %1 ", "user.following": "Gente que sigue %1 ",
"user.followers": "Seguidores de %1", "user.followers": "Seguidores de %1",
"user.posts": "Posts made by %1",
"user.favourites": "Publicaciones favoritas de %1 ", "user.favourites": "Publicaciones favoritas de %1 ",
"user.settings": "Preferencias del Usuario" "user.settings": "Preferencias del Usuario"
} }

@ -11,6 +11,7 @@
"reply": "Responder", "reply": "Responder",
"edit": "Editar", "edit": "Editar",
"delete": "Borrar", "delete": "Borrar",
"restore": "Restore",
"move": "Mover", "move": "Mover",
"fork": "Bifurcar", "fork": "Bifurcar",
"banned": "baneado", "banned": "baneado",
@ -18,8 +19,15 @@
"share": "Compartir", "share": "Compartir",
"tools": "Herramientas", "tools": "Herramientas",
"flag": "Reportar", "flag": "Reportar",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Reportar esta publicación a los moderadores", "flag_title": "Reportar esta publicación a los moderadores",
"deleted_message": "Este tema ha sido borrado. Solo los miembros con privilegios pueden verlo.", "deleted_message": "Este tema ha sido borrado. Solo los miembros con privilegios pueden verlo.",
"following_topic.title": "Siguendo tema",
"following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.",
"not_following_topic.title": "No sigues este tema",
"not_following_topic.message": "No recibiras notificaciones de este tema.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Seguir", "watch": "Seguir",
"share_this_post": "Compartir este post", "share_this_post": "Compartir este post",
"thread_tools.title": "Herramientas del Tema", "thread_tools.title": "Herramientas del Tema",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Ingresa el titulo de tu tema", "composer.title_placeholder": "Ingresa el titulo de tu tema",
"composer.write": "Escribe", "composer.write": "Escribe",
"composer.preview": "Previsualización", "composer.preview": "Previsualización",
"composer.help": "Help",
"composer.discard": "Descartar", "composer.discard": "Descartar",
"composer.submit": "Enviar", "composer.submit": "Enviar",
"composer.replying_to": "Respondiendo a", "composer.replying_to": "Respondiendo a",
"composer.new_topic": "Nuevo Tema" "composer.new_topic": "Nuevo Tema",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Arrastra las imagenes aqui",
"composer.upload_instructions": "Carga tus imagenes con solo arrastrarlas aqui."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Uusi aihe", "new_topic_button": "Uusi aihe",
"no_topics": "<strong>Tällä aihealueella ei ole yhtään aihetta.</strong><br />Miksi et aloittaisi uutta?", "no_topics": "<strong>Tällä aihealueella ei ole yhtään aihetta.</strong><br />Miksi et aloittaisi uutta?",
"sidebar.recent_replies": "Viimeisimmät vastaukset",
"sidebar.active_participants": "Aktiiviset keskustelijat",
"sidebar.moderators": "Moderaattorit",
"posts": "viestit", "posts": "viestit",
"views": "katsottu", "views": "katsottu",
"posted": "kirjoitettu", "posted": "kirjoitettu",

@ -49,6 +49,7 @@
"posted": "kirjoitettu", "posted": "kirjoitettu",
"in": "alueelle", "in": "alueelle",
"recentposts": "Viimeisimmät viestit", "recentposts": "Viimeisimmät viestit",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Poissa", "away": "Poissa",
"dnd": "Älä häiritse", "dnd": "Älä häiritse",

@ -8,6 +8,7 @@
"user.edit": "Muokataan \"%1\"", "user.edit": "Muokataan \"%1\"",
"user.following": "Käyttäjät, joita %1 seuraa", "user.following": "Käyttäjät, joita %1 seuraa",
"user.followers": "Käyttäjät, jotka seuraavat käyttäjää %1", "user.followers": "Käyttäjät, jotka seuraavat käyttäjää %1",
"user.posts": "Posts made by %1",
"user.favourites": "Käyttäjän %1 suosikkiviestit", "user.favourites": "Käyttäjän %1 suosikkiviestit",
"user.settings": "Käyttäjän asetukset" "user.settings": "Käyttäjän asetukset"
} }

@ -11,6 +11,7 @@
"reply": "Vastaa", "reply": "Vastaa",
"edit": "Muokkaa", "edit": "Muokkaa",
"delete": "Poista", "delete": "Poista",
"restore": "Restore",
"move": "Siirrä", "move": "Siirrä",
"fork": "Haaroita", "fork": "Haaroita",
"banned": "estetty", "banned": "estetty",
@ -18,13 +19,15 @@
"share": "Jaa", "share": "Jaa",
"tools": "Työkalut", "tools": "Työkalut",
"flag": "Ilmianna", "flag": "Ilmianna",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Ilmianna tämä viesti moderaattoreille", "flag_title": "Ilmianna tämä viesti moderaattoreille",
"deleted_message": "Tämä viestiketju on poistettu. Vain käyttäjät, joilla on viestiketjujen hallintaoikeudet, voivat nähdä sen.", "deleted_message": "Tämä viestiketju on poistettu. Vain käyttäjät, joilla on viestiketjujen hallintaoikeudet, voivat nähdä sen.",
"following_topic.title": "Seurataan aihetta", "following_topic.title": "Seurataan aihetta",
"following_topic.message": "Saat nyt ilmoituksen, kun joku kirjoittaa tähän aiheeseen.", "following_topic.message": "Saat nyt ilmoituksen, kun joku kirjoittaa tähän aiheeseen.",
"not_following_topic.title": "Et seuraa aihetta", "not_following_topic.title": "Et seuraa aihetta",
"not_following_topic.message": "Et saa enää ilmoituksia tästä aiheesta.", "not_following_topic.message": "Et saa enää ilmoituksia tästä aiheesta.",
"login_to_subscribe": "Ole hyvä ja rekisteröidy tai kirjaudu sisään tilataksesi tämän aiheen", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Tarkkaile", "watch": "Tarkkaile",
"share_this_post": "Jaa tämä viesti", "share_this_post": "Jaa tämä viesti",
"thread_tools.title": "Aiheen työkalut", "thread_tools.title": "Aiheen työkalut",
@ -63,11 +66,17 @@
"composer.title_placeholder": "Syötä aiheesi otsikko tähän...", "composer.title_placeholder": "Syötä aiheesi otsikko tähän...",
"composer.write": "Kirjoita", "composer.write": "Kirjoita",
"composer.preview": "Esikatsele", "composer.preview": "Esikatsele",
"composer.help": "Help",
"composer.discard": "Hylkää", "composer.discard": "Hylkää",
"composer.submit": "Lähetä", "composer.submit": "Lähetä",
"composer.replying_to": "Vastataan aiheeseen", "composer.replying_to": "Vastataan aiheeseen",
"composer.new_topic": "Uusi aihe", "composer.new_topic": "Uusi aihe",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Vedä ja pudota kuvat tähän", "composer.drag_and_drop_images": "Vedä ja pudota kuvat tähän",
"composer.content_is_parsed_with": "Sisältö jäsennetään muodossa",
"composer.upload_instructions": "Lataa kuvia vetämällä & pudottamalla ne." "composer.upload_instructions": "Lataa kuvia vetämällä & pudottamalla ne."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nouveau Sujet", "new_topic_button": "Nouveau Sujet",
"no_topics": "<strong>Il n'y a aucun topic dans cette catégorie.</strong><br />Pourquoi ne pas en créer un?", "no_topics": "<strong>Il n'y a aucun topic dans cette catégorie.</strong><br />Pourquoi ne pas en créer un?",
"sidebar.recent_replies": "Réponses Récentes",
"sidebar.active_participants": "Participants Actifs",
"sidebar.moderators": "Modérateurs",
"posts": "messages", "posts": "messages",
"views": "vues", "views": "vues",
"posted": "posté", "posted": "posté",

@ -10,6 +10,8 @@
"500.message": "Oops! Il semblerait que quelque chose se soit mal passé!", "500.message": "Oops! Il semblerait que quelque chose se soit mal passé!",
"register": "S'inscrire", "register": "S'inscrire",
"login": "Connecter", "login": "Connecter",
"please_log_in": "Connectez vous",
"posting_restriction_info": "L'écriture de message est réservée aux membres enregistrés, cliquer ici pour se connecter",
"welcome_back": "Bon retour parmis nous", "welcome_back": "Bon retour parmis nous",
"you_have_successfully_logged_in": "Vous vous êtes connecté avec succès.", "you_have_successfully_logged_in": "Vous vous êtes connecté avec succès.",
"logout": "Déconnection", "logout": "Déconnection",
@ -47,6 +49,7 @@
"posted": "posté", "posted": "posté",
"in": "dans", "in": "dans",
"recentposts": "Messages Récents", "recentposts": "Messages Récents",
"recentips": "Recently Logged In IPs",
"online": "En ligne", "online": "En ligne",
"away": "Absent", "away": "Absent",
"dnd": "Occupé", "dnd": "Occupé",

@ -1,13 +1,14 @@
{ {
"home": "Accueil", "home": "Accueil",
"unread": "Sujets non lus", "unread": "Sujets non lus",
"popular": "Popular Topics", "popular": "Sujets Populaires",
"recent": "Sujets Récents", "recent": "Sujets Récents",
"users": "Utilisateurs enregistrés", "users": "Utilisateurs enregistrés",
"notifications": "Notifications", "notifications": "Notifications",
"user.edit": "Edite \"%1\"", "user.edit": "Edite \"%1\"",
"user.following": "Personnes que %1 suit", "user.following": "Personnes que %1 suit",
"user.followers": "Personnes qui suivent %1", "user.followers": "Personnes qui suivent %1",
"user.posts": "Posts made by %1",
"user.favourites": "Messages favoris de %1", "user.favourites": "Messages favoris de %1",
"user.settings": "Préférences Utilisateur" "user.settings": "Préférences Utilisateur"
} }

@ -11,6 +11,7 @@
"reply": "Répondre", "reply": "Répondre",
"edit": "Editer", "edit": "Editer",
"delete": "Supprimer", "delete": "Supprimer",
"restore": "Restore",
"move": "Déplacer", "move": "Déplacer",
"fork": "Scinder", "fork": "Scinder",
"banned": "bannis", "banned": "bannis",
@ -18,8 +19,15 @@
"share": "Partager", "share": "Partager",
"tools": "Outils", "tools": "Outils",
"flag": "Signaler", "flag": "Signaler",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.", "deleted_message": "Ce sujet a été supprimé. Seuls les utilsateurs avec les droits d'administration peuvent le voir.",
"following_topic.title": "Sujet suivi",
"following_topic.message": "Vous recevrez désormais des notifications lorsque quelqu'un postera dans ce sujet.",
"not_following_topic.title": "Sujet non suivi",
"not_following_topic.message": "Vous ne recevrez plus de notifications pour ce sujet.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Suivre", "watch": "Suivre",
"share_this_post": "Partager ce message", "share_this_post": "Partager ce message",
"thread_tools.title": "Outils du Fil", "thread_tools.title": "Outils du Fil",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Entrer le titre du sujet ici...", "composer.title_placeholder": "Entrer le titre du sujet ici...",
"composer.write": "Ecriture", "composer.write": "Ecriture",
"composer.preview": "Aperçu", "composer.preview": "Aperçu",
"composer.help": "Help",
"composer.discard": "Abandon", "composer.discard": "Abandon",
"composer.submit": "Envoi", "composer.submit": "Envoi",
"composer.replying_to": "Répondre à", "composer.replying_to": "Répondre à",
"composer.new_topic": "Nouveau Sujet" "composer.new_topic": "Nouveau Sujet",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Glisser-déposer ici les images",
"composer.upload_instructions": "Uploader des images par glisser-déposer."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "נושא חדש", "new_topic_button": "נושא חדש",
"no_topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?", "no_topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?",
"sidebar.recent_replies": "תגובות אחרונות",
"sidebar.active_participants": "משתתפים פעילים",
"sidebar.moderators": "מנהלי הפורום",
"posts": "פוסטים", "posts": "פוסטים",
"views": "צפיות", "views": "צפיות",
"posted": "פורסם", "posted": "פורסם",

@ -10,6 +10,8 @@
"500.message": "אופס! נראה שמשהו השתבש!", "500.message": "אופס! נראה שמשהו השתבש!",
"register": "הרשמה", "register": "הרשמה",
"login": "התחברות", "login": "התחברות",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "ברוכים השבים", "welcome_back": "ברוכים השבים",
"you_have_successfully_logged_in": "התחברת בהצלחה", "you_have_successfully_logged_in": "התחברת בהצלחה",
"logout": "יציאה", "logout": "יציאה",
@ -47,6 +49,7 @@
"posted": "פורסם", "posted": "פורסם",
"in": "ב", "in": "ב",
"recentposts": "פוסטים אחרונים", "recentposts": "פוסטים אחרונים",
"recentips": "Recently Logged In IPs",
"online": "מחובר", "online": "מחובר",
"away": "לא נמצא", "away": "לא נמצא",
"dnd": "לא להפריע", "dnd": "לא להפריע",

@ -8,6 +8,7 @@
"user.edit": "עורך את %1", "user.edit": "עורך את %1",
"user.following": "אנשים ש%1 עוקב אחריהם", "user.following": "אנשים ש%1 עוקב אחריהם",
"user.followers": "אנשים שעוקבים אחרי %1", "user.followers": "אנשים שעוקבים אחרי %1",
"user.posts": "Posts made by %1",
"user.favourites": "הפוסטים המועדפים על %1", "user.favourites": "הפוסטים המועדפים על %1",
"user.settings": "הגדרות משתמש" "user.settings": "הגדרות משתמש"
} }

@ -11,6 +11,7 @@
"reply": "תגובה", "reply": "תגובה",
"edit": "עריכה", "edit": "עריכה",
"delete": "מחק", "delete": "מחק",
"restore": "Restore",
"move": "הזז", "move": "הזז",
"fork": "פורק", "fork": "פורק",
"banned": "מורחק", "banned": "מורחק",
@ -18,8 +19,15 @@
"share": "Share", "share": "Share",
"tools": "כלים", "tools": "כלים",
"flag": "דווח", "flag": "דווח",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "דווח על פוסט זה למנהל", "flag_title": "דווח על פוסט זה למנהל",
"deleted_message": "הנושא הזה נמחק. רק מנהלים מורשים לראות אותו", "deleted_message": "הנושא הזה נמחק. רק מנהלים מורשים לראות אותו",
"following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "עקוב", "watch": "עקוב",
"share_this_post": "שתף פוסט זה", "share_this_post": "שתף פוסט זה",
"thread_tools.title": "כלים", "thread_tools.title": "כלים",
@ -58,8 +66,17 @@
"composer.title_placeholder": "הכנס את כותרת הנושא כאן...", "composer.title_placeholder": "הכנס את כותרת הנושא כאן...",
"composer.write": "כתוב", "composer.write": "כתוב",
"composer.preview": "תצוגה מקדימה", "composer.preview": "תצוגה מקדימה",
"composer.help": "Help",
"composer.discard": "מחק", "composer.discard": "מחק",
"composer.submit": "שלח", "composer.submit": "שלח",
"composer.replying_to": "תגובה", "composer.replying_to": "תגובה",
"composer.new_topic": "נושא חדש" "composer.new_topic": "נושא חדש",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Új Topik", "new_topic_button": "Új Topik",
"no_topics": "<strong>Még nincs nyitva egy téma sem ebben a kategóriában.</strong>Miért nem hozol létre egyet?", "no_topics": "<strong>Még nincs nyitva egy téma sem ebben a kategóriában.</strong>Miért nem hozol létre egyet?",
"sidebar.recent_replies": "Friss Válaszok",
"sidebar.active_participants": "Aktív Résztvevők",
"sidebar.moderators": "Moderátorok",
"posts": "hozzászólások", "posts": "hozzászólások",
"views": "megtekintések", "views": "megtekintések",
"posted": "hozzászólt", "posted": "hozzászólt",

@ -10,6 +10,8 @@
"500.message": "Hoppá! Úgy tűnik valami hiba történt!", "500.message": "Hoppá! Úgy tűnik valami hiba történt!",
"register": "Regisztrálás", "register": "Regisztrálás",
"login": "Belépés", "login": "Belépés",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "Welcome Back ", "welcome_back": "Welcome Back ",
"you_have_successfully_logged_in": "You have successfully logged in", "you_have_successfully_logged_in": "You have successfully logged in",
"logout": "Kijelentkezés", "logout": "Kijelentkezés",
@ -47,6 +49,7 @@
"posted": "hozzászólt", "posted": "hozzászólt",
"in": "itt:", "in": "itt:",
"recentposts": "Friss hozzászólások", "recentposts": "Friss hozzászólások",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Távol van", "away": "Távol van",
"dnd": "Elfoglalt", "dnd": "Elfoglalt",

@ -8,6 +8,7 @@
"user.edit": "Szerkesztés \"%1\"", "user.edit": "Szerkesztés \"%1\"",
"user.following": "Tagok akiket %1 követ", "user.following": "Tagok akiket %1 követ",
"user.followers": "Tagok akik követik %1 -t", "user.followers": "Tagok akik követik %1 -t",
"user.posts": "Posts made by %1",
"user.favourites": "%1 Kedvenc Hozzászólásai", "user.favourites": "%1 Kedvenc Hozzászólásai",
"user.settings": "Felhasználói Beállítások" "user.settings": "Felhasználói Beállítások"
} }

@ -11,6 +11,7 @@
"reply": "Válasz", "reply": "Válasz",
"edit": "Szerkeszt", "edit": "Szerkeszt",
"delete": "Töröl", "delete": "Töröl",
"restore": "Restore",
"move": "Áthelyez", "move": "Áthelyez",
"fork": "Szétszedés", "fork": "Szétszedés",
"banned": "tiltva", "banned": "tiltva",
@ -18,13 +19,15 @@
"share": "Megosztás", "share": "Megosztás",
"tools": "Eszközök", "tools": "Eszközök",
"flag": "Jelentés", "flag": "Jelentés",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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": "Ez a topik törölve lett. Kizárólag azok a felhasználók láthatják, akiknek joga van hozzá.", "deleted_message": "Ez a topik törölve lett. Kizárólag azok a felhasználók láthatják, akiknek joga van hozzá.",
"following_topic.title": "Following Topic", "following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic", "not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.", "not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "Téma Eszközök", "thread_tools.title": "Téma Eszközök",
@ -63,11 +66,17 @@
"composer.title_placeholder": "Írd be a témanevet...", "composer.title_placeholder": "Írd be a témanevet...",
"composer.write": "Ír", "composer.write": "Ír",
"composer.preview": "Előnézet", "composer.preview": "Előnézet",
"composer.help": "Help",
"composer.discard": "Elvet", "composer.discard": "Elvet",
"composer.submit": "Küldés", "composer.submit": "Küldés",
"composer.replying_to": "Válasz erre:", "composer.replying_to": "Válasz erre:",
"composer.new_topic": "Új Topik", "composer.new_topic": "Új Topik",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here", "composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.content_is_parsed_with": "Content is parsed with",
"composer.upload_instructions": "Upload images by dragging & dropping them." "composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nuovo Argomento", "new_topic_button": "Nuovo Argomento",
"no_topics": "<strong>Non ci sono discussioni in questa categoria.</strong><br />Perché non ne inizi una?", "no_topics": "<strong>Non ci sono discussioni in questa categoria.</strong><br />Perché non ne inizi una?",
"sidebar.recent_replies": "Risposte Recenti",
"sidebar.active_participants": "Partecipanti Attivi",
"sidebar.moderators": "Moderatori",
"posts": "post", "posts": "post",
"views": "visualizzazioni", "views": "visualizzazioni",
"posted": "postato", "posted": "postato",

@ -49,6 +49,7 @@
"posted": "postato", "posted": "postato",
"in": "in", "in": "in",
"recentposts": "Post Recenti", "recentposts": "Post Recenti",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Non disponibile", "away": "Non disponibile",
"dnd": "Non disturbare", "dnd": "Non disturbare",

@ -8,6 +8,7 @@
"user.edit": "Modificando \"%1\"", "user.edit": "Modificando \"%1\"",
"user.following": "%1 Persone seguono", "user.following": "%1 Persone seguono",
"user.followers": "Persone che seguono %1", "user.followers": "Persone che seguono %1",
"user.posts": "Posts made by %1",
"user.favourites": "Post Favoriti di %1", "user.favourites": "Post Favoriti di %1",
"user.settings": "Impostazioni Utente" "user.settings": "Impostazioni Utente"
} }

@ -11,6 +11,7 @@
"reply": "Rispondi", "reply": "Rispondi",
"edit": "Modifica", "edit": "Modifica",
"delete": "Cancella", "delete": "Cancella",
"restore": "Restore",
"move": "Muovi", "move": "Muovi",
"fork": "Dividi", "fork": "Dividi",
"banned": "bannato", "banned": "bannato",
@ -18,14 +19,16 @@
"share": "Condividi", "share": "Condividi",
"tools": "Strumenti", "tools": "Strumenti",
"flag": "Segnala", "flag": "Segnala",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Segnala questo post per la moderazione", "flag_title": "Segnala questo post per la moderazione",
"deleted_message": "Questo argomento è stato cancellato. Solo gli utenti che possono gestire gli argomenti riescono a vederlo.", "deleted_message": "Questo argomento è stato cancellato. Solo gli utenti che possono gestire gli argomenti riescono a vederlo.",
"following_topic.title": "Argomento seguente", "following_topic.title": "Stai seguendo questa Discussione",
"following_topic.message": "Da ora riceverai notifiche quando qualcuno posterà in questa discussione.", "following_topic.message": "Da ora riceverai notifiche quando qualcuno posterà in questa discussione.",
"not_following_topic.title": "Non stai seguendo questo argomento", "not_following_topic.title": "Non stai seguendo questa Discussione",
"not_following_topic.message": "Non riceverai più notifiche da questa discussione.", "not_following_topic.message": "Non riceverai più notifiche da questa discussione.",
"login_to_subscribe": "Per favore registrati o accedi per sottoscrivere questo argomento", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"watch": "Guarda", "markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Osserva",
"share_this_post": "Condividi questo Post", "share_this_post": "Condividi questo Post",
"thread_tools.title": "Strumenti per il Thread", "thread_tools.title": "Strumenti per il Thread",
"thread_tools.markAsUnreadForAll": "Segna come non letto", "thread_tools.markAsUnreadForAll": "Segna come non letto",
@ -63,11 +66,17 @@
"composer.title_placeholder": "Inserisci qui il titolo della discussione...", "composer.title_placeholder": "Inserisci qui il titolo della discussione...",
"composer.write": "Scrivi", "composer.write": "Scrivi",
"composer.preview": "Anteprima", "composer.preview": "Anteprima",
"composer.discard": "Scarta", "composer.help": "Help",
"composer.discard": "Annulla",
"composer.submit": "Invia", "composer.submit": "Invia",
"composer.replying_to": "Rispondendo a", "composer.replying_to": "Rispondendo a",
"composer.new_topic": "Nuovo Argomento", "composer.new_topic": "Nuovo Argomento",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Trascina e rilascia le immagini qui", "composer.drag_and_drop_images": "Trascina e rilascia le immagini qui",
"composer.content_is_parsed_with": "Il contenuto è analizzato con",
"composer.upload_instructions": "Carica immagini trascinandole e rilasciandole." "composer.upload_instructions": "Carica immagini trascinandole e rilasciandole."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nytt emne", "new_topic_button": "Nytt emne",
"no_topics": "<strong>Det er ingen emner i denne kategorien</strong><br />Hvorfor ikke lage ett?", "no_topics": "<strong>Det er ingen emner i denne kategorien</strong><br />Hvorfor ikke lage ett?",
"sidebar.recent_replies": "Seneste svar",
"sidebar.active_participants": "Aktive deltakere",
"sidebar.moderators": "Moderatorer",
"posts": "inlegg", "posts": "inlegg",
"views": "visninger", "views": "visninger",
"posted": "skapte", "posted": "skapte",

@ -10,6 +10,8 @@
"500.message": "Oops! Ser ut som noe gikk galt!", "500.message": "Oops! Ser ut som noe gikk galt!",
"register": "Registrer", "register": "Registrer",
"login": "Logg inn", "login": "Logg inn",
"please_log_in": "Vennligst logg inn",
"posting_restriction_info": "Posting er foreløpig begrenset til registrerte medlemmer, klikk her for å logge inn.",
"welcome_back": "Velkommen tilbake", "welcome_back": "Velkommen tilbake",
"you_have_successfully_logged_in": "Du har blitt logget inn", "you_have_successfully_logged_in": "Du har blitt logget inn",
"logout": "Logg ut", "logout": "Logg ut",
@ -47,6 +49,7 @@
"posted": "skapt", "posted": "skapt",
"in": "i", "in": "i",
"recentposts": "Seneste innlegg", "recentposts": "Seneste innlegg",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Borte", "away": "Borte",
"dnd": "Ikke forsturr", "dnd": "Ikke forsturr",

@ -1,13 +1,14 @@
{ {
"home": "Hjem", "home": "Hjem",
"unread": "Uleste emner", "unread": "Uleste emner",
"popular": "Popular Topics", "popular": "Populære tråder",
"recent": "Seneste emner", "recent": "Seneste emner",
"users": "Registrerte brukere", "users": "Registrerte brukere",
"notifications": "Varsler", "notifications": "Varsler",
"user.edit": "Endrer \"%1\"", "user.edit": "Endrer \"%1\"",
"user.following": "Personer %1 følger", "user.following": "Personer %1 følger",
"user.followers": "Personer som følger %1", "user.followers": "Personer som følger %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1 sine favoritt-innlegg", "user.favourites": "%1 sine favoritt-innlegg",
"user.settings": "Brukerinnstillinger" "user.settings": "Brukerinnstillinger"
} }

@ -11,6 +11,7 @@
"reply": "Svar", "reply": "Svar",
"edit": "Endre", "edit": "Endre",
"delete": "Slett", "delete": "Slett",
"restore": "Restore",
"move": "Flytt", "move": "Flytt",
"fork": "Del", "fork": "Del",
"banned": "utestengt", "banned": "utestengt",
@ -18,8 +19,15 @@
"share": "Del", "share": "Del",
"tools": "Verktøy", "tools": "Verktøy",
"flag": "Rapporter", "flag": "Rapporter",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.", "deleted_message": "Denne tråden har blitt slettet. Bare brukere med trådhåndterings-privilegier kan se den.",
"following_topic.title": "Følger tråd",
"following_topic.message": "Du vil nå motta varsler når noen skriver i denne tråden.",
"not_following_topic.title": "Følger ikke tråd",
"not_following_topic.message": "Du vil ikke lenger motta varsler fra denne tråden.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Overvåk", "watch": "Overvåk",
"share_this_post": "Del ditt innlegg", "share_this_post": "Del ditt innlegg",
"thread_tools.title": "Trådverktøy", "thread_tools.title": "Trådverktøy",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Skriv din tråd-tittel her", "composer.title_placeholder": "Skriv din tråd-tittel her",
"composer.write": "Skriv", "composer.write": "Skriv",
"composer.preview": "Forhåndsvis", "composer.preview": "Forhåndsvis",
"composer.help": "Help",
"composer.discard": "Forkast", "composer.discard": "Forkast",
"composer.submit": "Send", "composer.submit": "Send",
"composer.replying_to": "Svarer til", "composer.replying_to": "Svarer til",
"composer.new_topic": "Ny tråd" "composer.new_topic": "Ny tråd",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Dra og slipp bilder her",
"composer.upload_instructions": "Last opp bilder ved å dra og slippe dem."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nieuw onderwerp", "new_topic_button": "Nieuw onderwerp",
"no_topics": "<strong>Er zijn geen onderwerpen in deze categorie.</strong><br />Waarom maak je er niet een aan?", "no_topics": "<strong>Er zijn geen onderwerpen in deze categorie.</strong><br />Waarom maak je er niet een aan?",
"sidebar.recent_replies": "Recente Reacties",
"sidebar.active_participants": "Actieve Deelnemers",
"sidebar.moderators": "Moderators",
"posts": "berichten", "posts": "berichten",
"views": "weergaven", "views": "weergaven",
"posted": "geplaatst", "posted": "geplaatst",

@ -49,6 +49,7 @@
"posted": "geplaatst", "posted": "geplaatst",
"in": "in", "in": "in",
"recentposts": "Recente Berichten", "recentposts": "Recente Berichten",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Afwezig", "away": "Afwezig",
"dnd": "Niet Storen", "dnd": "Niet Storen",

@ -8,6 +8,7 @@
"user.edit": "\"%1\" aanpassen", "user.edit": "\"%1\" aanpassen",
"user.following": "Mensen %1 Volgt", "user.following": "Mensen %1 Volgt",
"user.followers": "Mensen die %1 Volgen", "user.followers": "Mensen die %1 Volgen",
"user.posts": "Posts made by %1",
"user.favourites": "%1's Favoriete Berichten", "user.favourites": "%1's Favoriete Berichten",
"user.settings": "Gebruikersinstellingen" "user.settings": "Gebruikersinstellingen"
} }

@ -11,6 +11,7 @@
"reply": "Reageren", "reply": "Reageren",
"edit": "Aanpassen", "edit": "Aanpassen",
"delete": "Verwijderen", "delete": "Verwijderen",
"restore": "Restore",
"move": "Verplaatsen", "move": "Verplaatsen",
"fork": "Fork", "fork": "Fork",
"banned": "verbannen", "banned": "verbannen",
@ -18,13 +19,15 @@
"share": "Delen", "share": "Delen",
"tools": "Gereedschap", "tools": "Gereedschap",
"flag": "Markeren", "flag": "Markeren",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Dit bericht markeren voor moderatie", "flag_title": "Dit bericht markeren voor moderatie",
"deleted_message": "Dit onderwerp is verwijderd. Alleen gebruikers met onderwerp management privileges kunnen dit onderwerp zien.", "deleted_message": "Dit onderwerp is verwijderd. Alleen gebruikers met onderwerp management privileges kunnen dit onderwerp zien.",
"following_topic.title": "Following Topic", "following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic", "not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.", "not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "Thread Gereedschap", "thread_tools.title": "Thread Gereedschap",
@ -63,11 +66,17 @@
"composer.title_placeholder": "Vul de titel voor het onderwerp hier in...", "composer.title_placeholder": "Vul de titel voor het onderwerp hier in...",
"composer.write": "Schrijven", "composer.write": "Schrijven",
"composer.preview": "Voorbeeld", "composer.preview": "Voorbeeld",
"composer.help": "Help",
"composer.discard": "Annuleren", "composer.discard": "Annuleren",
"composer.submit": "Opslaan", "composer.submit": "Opslaan",
"composer.replying_to": "Reageren op", "composer.replying_to": "Reageren op",
"composer.new_topic": "Nieuw Onderwerp", "composer.new_topic": "Nieuw Onderwerp",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here", "composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.content_is_parsed_with": "Content is parsed with",
"composer.upload_instructions": "Upload images by dragging & dropping them." "composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nowy wątek", "new_topic_button": "Nowy wątek",
"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 wątków.</strong><br />Dlaczego ty nie utworzysz jakiegoś?",
"sidebar.recent_replies": "Ostatnie odpowiedzi",
"sidebar.active_participants": "Aktywni uczestnicy",
"sidebar.moderators": "Moderatorzy",
"posts": "postów", "posts": "postów",
"views": "wyświetleń", "views": "wyświetleń",
"posted": "napisano", "posted": "napisano",

@ -49,6 +49,7 @@
"posted": "napisano", "posted": "napisano",
"in": "w", "in": "w",
"recentposts": "Ostatnie posty", "recentposts": "Ostatnie posty",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Z dala", "away": "Z dala",
"dnd": "Nie przeszkadzać", "dnd": "Nie przeszkadzać",

@ -8,6 +8,7 @@
"user.edit": "Edytowanie \"%1\"", "user.edit": "Edytowanie \"%1\"",
"user.following": "Obserwowani przez %1", "user.following": "Obserwowani przez %1",
"user.followers": "Obserwujący %1", "user.followers": "Obserwujący %1",
"user.posts": "Posts made by %1",
"user.favourites": "Ulubione posty %1", "user.favourites": "Ulubione posty %1",
"user.settings": "Ustawienia użytkownika" "user.settings": "Ustawienia użytkownika"
} }

@ -11,6 +11,7 @@
"reply": "Odpowiedz", "reply": "Odpowiedz",
"edit": "Edytuj", "edit": "Edytuj",
"delete": "Usuń", "delete": "Usuń",
"restore": "Restore",
"move": "Przenieś", "move": "Przenieś",
"fork": "Skopiuj", "fork": "Skopiuj",
"banned": "zbanowany", "banned": "zbanowany",
@ -18,13 +19,15 @@
"share": "Udostępnij", "share": "Udostępnij",
"tools": "Narzędzia", "tools": "Narzędzia",
"flag": "Zgłoś", "flag": "Zgłoś",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Zgłoś post do moderacji", "flag_title": "Zgłoś post do moderacji",
"deleted_message": "Ten wątek został usunięty. Tylko użytkownicy z uprawnieniami do zarządzania wątkami mogą go widzieć.", "deleted_message": "Ten wątek został usunięty. Tylko użytkownicy z uprawnieniami do zarządzania wątkami mogą go widzieć.",
"following_topic.title": "Obserwujesz wątek", "following_topic.title": "Obserwujesz wątek",
"following_topic.message": "Będziesz otrzymywał powiadomienia, gdy ktoś odpowie w tym wątku.", "following_topic.message": "Będziesz otrzymywał powiadomienia, gdy ktoś odpowie w tym wątku.",
"not_following_topic.title": "Nie obserwujesz wątku", "not_following_topic.title": "Nie obserwujesz wątku",
"not_following_topic.message": "Nie będziesz otrzymywał więcej powiadomień z tego 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.", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Obserwuj", "watch": "Obserwuj",
"share_this_post": "Udostępnij", "share_this_post": "Udostępnij",
"thread_tools.title": "Narzędzia wątków", "thread_tools.title": "Narzędzia wątków",
@ -63,11 +66,17 @@
"composer.title_placeholder": "Wpisz tytuł wątku tutaj", "composer.title_placeholder": "Wpisz tytuł wątku tutaj",
"composer.write": "Pisz", "composer.write": "Pisz",
"composer.preview": "Podgląd", "composer.preview": "Podgląd",
"composer.help": "Help",
"composer.discard": "Odrzuć", "composer.discard": "Odrzuć",
"composer.submit": "Wyślij", "composer.submit": "Wyślij",
"composer.replying_to": "Odpowiadasz", "composer.replying_to": "Odpowiadasz",
"composer.new_topic": "Nowy wątek", "composer.new_topic": "Nowy wątek",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Przeciągnij i upuść obrazek tutaj.", "composer.drag_and_drop_images": "Przeciągnij i upuść obrazek tutaj.",
"composer.content_is_parsed_with": "Tekst jest parsowany przy pomocy",
"composer.upload_instructions": "Prześlij obrazki przeciągając i upuszczając je." "composer.upload_instructions": "Prześlij obrazki przeciągając i upuszczając je."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Novo Tópico", "new_topic_button": "Novo Tópico",
"no_topics": "<strong>Não tem nenhum tópico nesta categoria.</strong><br />Por que não tenta postar um?", "no_topics": "<strong>Não tem nenhum tópico nesta categoria.</strong><br />Por que não tenta postar um?",
"sidebar.recent_replies": "Respostas Recentes",
"sidebar.active_participants": "Participantes Ativos",
"sidebar.moderators": "Moderadores",
"posts": "posts", "posts": "posts",
"views": "visualizações", "views": "visualizações",
"posted": "postado", "posted": "postado",

@ -49,6 +49,7 @@
"posted": "Postado", "posted": "Postado",
"in": "em", "in": "em",
"recentposts": "Posts Recentes", "recentposts": "Posts Recentes",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Ausente", "away": "Ausente",
"dnd": "Não Perturbe", "dnd": "Não Perturbe",

@ -8,6 +8,7 @@
"user.edit": "Editando \"%1\"", "user.edit": "Editando \"%1\"",
"user.following": "Pessoas %1 Seguindo", "user.following": "Pessoas %1 Seguindo",
"user.followers": "Pessoas que seguem %1", "user.followers": "Pessoas que seguem %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1's Posts Favoritos", "user.favourites": "%1's Posts Favoritos",
"user.settings": "Configurações de Usuário" "user.settings": "Configurações de Usuário"
} }

@ -11,6 +11,7 @@
"reply": "Responder", "reply": "Responder",
"edit": "Editar", "edit": "Editar",
"delete": "Deletar", "delete": "Deletar",
"restore": "Restore",
"move": "Mover", "move": "Mover",
"fork": "Fork", "fork": "Fork",
"banned": "Banido", "banned": "Banido",
@ -18,13 +19,15 @@
"share": "Compartilhar", "share": "Compartilhar",
"tools": "Ferramentas", "tools": "Ferramentas",
"flag": "Marcar", "flag": "Marcar",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Marcar este post para moderação", "flag_title": "Marcar este post para moderação",
"deleted_message": "Esta Thread foi deletada. Somente usuários com privilégios administrativos podem ver.", "deleted_message": "Esta Thread foi deletada. Somente usuários com privilégios administrativos podem ver.",
"following_topic.title": "Seguir Tópico", "following_topic.title": "Seguir Tópico",
"following_topic.message": "Você receberá notificações quando alguém responder este tópico.", "following_topic.message": "Você receberá notificações quando alguém responder este tópico.",
"not_following_topic.title": "Não está seguindo Tópico", "not_following_topic.title": "Não está seguindo Tópico",
"not_following_topic.message": "Você não irá mais receber notificações deste tópico.", "not_following_topic.message": "Você não irá mais receber notificações deste tópico.",
"login_to_subscribe": "Por favor registre ou logue para poder assinar este tópico", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Acompanhar", "watch": "Acompanhar",
"share_this_post": "Compartilhar este Post", "share_this_post": "Compartilhar este Post",
"thread_tools.title": "Ferramentas da Thread", "thread_tools.title": "Ferramentas da Thread",
@ -63,11 +66,17 @@
"composer.title_placeholder": "Digite seu tópico aqui...", "composer.title_placeholder": "Digite seu tópico aqui...",
"composer.write": "Escreva", "composer.write": "Escreva",
"composer.preview": "Pré Visualização", "composer.preview": "Pré Visualização",
"composer.help": "Help",
"composer.discard": "Descartar", "composer.discard": "Descartar",
"composer.submit": "Enviar", "composer.submit": "Enviar",
"composer.replying_to": "Respondendo para", "composer.replying_to": "Respondendo para",
"composer.new_topic": "Novo Tópico", "composer.new_topic": "Novo Tópico",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Clique e arraste imagens aqui", "composer.drag_and_drop_images": "Clique e arraste imagens aqui",
"composer.content_is_parsed_with": "Conteúdo está separado com",
"composer.upload_instructions": "Mande suas imagens arrastando e soltando." "composer.upload_instructions": "Mande suas imagens arrastando e soltando."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Создать тему", "new_topic_button": "Создать тему",
"no_topics": "<strong>В этой категории еще нет тем.</strong><br />Почему бы вам не создать первую?", "no_topics": "<strong>В этой категории еще нет тем.</strong><br />Почему бы вам не создать первую?",
"sidebar.recent_replies": "Последние сообщения",
"sidebar.active_participants": "Активные участники",
"sidebar.moderators": "Модераторы",
"posts": "сообщений", "posts": "сообщений",
"views": "просмотров", "views": "просмотров",
"posted": "написано", "posted": "написано",

@ -10,6 +10,8 @@
"500.message": "Упс! Похоже, что-то пошло не так!", "500.message": "Упс! Похоже, что-то пошло не так!",
"register": "Зарегистрироваться", "register": "Зарегистрироваться",
"login": "Войти", "login": "Войти",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "Welcome Back ", "welcome_back": "Welcome Back ",
"you_have_successfully_logged_in": "You have successfully logged in", "you_have_successfully_logged_in": "You have successfully logged in",
"logout": "Выйти", "logout": "Выйти",
@ -47,6 +49,7 @@
"posted": "создан", "posted": "создан",
"in": "в", "in": "в",
"recentposts": "Свежие записи", "recentposts": "Свежие записи",
"recentips": "Recently Logged In IPs",
"online": "В сети", "online": "В сети",
"away": "Отсутствует", "away": "Отсутствует",
"dnd": "Не беспокоить", "dnd": "Не беспокоить",

@ -8,6 +8,7 @@
"user.edit": "Редактирование \"%1\"", "user.edit": "Редактирование \"%1\"",
"user.following": "%1 читает", "user.following": "%1 читает",
"user.followers": "Читают %1", "user.followers": "Читают %1",
"user.posts": "Posts made by %1",
"user.favourites": "Избранные сообщения %1", "user.favourites": "Избранные сообщения %1",
"user.settings": "Настройки" "user.settings": "Настройки"
} }

@ -11,6 +11,7 @@
"reply": "Ответить", "reply": "Ответить",
"edit": "Редактировать", "edit": "Редактировать",
"delete": "Удалить", "delete": "Удалить",
"restore": "Restore",
"move": "Перенести", "move": "Перенести",
"fork": "Ответвление", "fork": "Ответвление",
"banned": "заблокировано", "banned": "заблокировано",
@ -18,8 +19,15 @@
"share": "Поделиться", "share": "Поделиться",
"tools": "Опции", "tools": "Опции",
"flag": "Отметить", "flag": "Отметить",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Отметить сообщение для модерирования", "flag_title": "Отметить сообщение для модерирования",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "Опции Темы", "thread_tools.title": "Опции Темы",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Enter your topic title here...", "composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write", "composer.write": "Write",
"composer.preview": "Preview", "composer.preview": "Preview",
"composer.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to",
"composer.new_topic": "New Topic" "composer.new_topic": "New Topic",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nová téma", "new_topic_button": "Nová téma",
"no_topics": "<strong>V tejto kategórií zatiaľ nie sú žiadne príspevky.</strong><br />Môžeš byť prvý!", "no_topics": "<strong>V tejto kategórií zatiaľ nie sú žiadne príspevky.</strong><br />Môžeš byť prvý!",
"sidebar.recent_replies": "Posledné príspevky",
"sidebar.active_participants": "Aktívni účastníci",
"sidebar.moderators": "Moderátori",
"posts": "príspevkov", "posts": "príspevkov",
"views": "zobrazení", "views": "zobrazení",
"posted": "odoslané", "posted": "odoslané",

@ -49,6 +49,7 @@
"posted": "príspevok", "posted": "príspevok",
"in": "v", "in": "v",
"recentposts": "Posledné príspevky", "recentposts": "Posledné príspevky",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Preč", "away": "Preč",
"dnd": "Nevyrušovať", "dnd": "Nevyrušovať",

@ -8,6 +8,7 @@
"user.edit": "Editing \"%1\"", "user.edit": "Editing \"%1\"",
"user.following": "People %1 Follows", "user.following": "People %1 Follows",
"user.followers": "People who Follow %1", "user.followers": "People who Follow %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1's Favourite Posts", "user.favourites": "%1's Favourite Posts",
"user.settings": "User Settings" "user.settings": "User Settings"
} }

@ -11,6 +11,7 @@
"reply": "Odpovedať", "reply": "Odpovedať",
"edit": "Upraviť", "edit": "Upraviť",
"delete": "Zmazať", "delete": "Zmazať",
"restore": "Restore",
"move": "Presunúť", "move": "Presunúť",
"fork": "Rozdeliť", "fork": "Rozdeliť",
"banned": "Zakázaný", "banned": "Zakázaný",
@ -18,13 +19,15 @@
"share": "Zdieľaj", "share": "Zdieľaj",
"tools": "Nástroje", "tools": "Nástroje",
"flag": "Označiť", "flag": "Označiť",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Označiť príspevok pre moderáciu", "flag_title": "Označiť príspevok pre moderáciu",
"deleted_message": "Toto vlákno bolo vymazané. Iba užívatelia s privilégiami ho môžu vidieť.", "deleted_message": "Toto vlákno bolo vymazané. Iba užívatelia s privilégiami ho môžu vidieť.",
"following_topic.title": "Sledovať Tému", "following_topic.title": "Sledovať Tému",
"following_topic.message": "Budete teraz príjimať notifikácie, ked niekto prispeje do témy.", "following_topic.message": "Budete teraz príjimať notifikácie, ked niekto prispeje do témy.",
"not_following_topic.title": "Nesledujete Tému", "not_following_topic.title": "Nesledujete Tému",
"not_following_topic.message": "Nebudete už dostávať notifikácie z tejto Témy", "not_following_topic.message": "Nebudete už dostávať notifikácie z tejto Témy",
"login_to_subscribe": "Prosím Zaregistrujte sa alebo sa Prihláste, aby ste mohli odoberať túto Tému", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Sledovať", "watch": "Sledovať",
"share_this_post": "Zdielaj tento príspevok", "share_this_post": "Zdielaj tento príspevok",
"thread_tools.title": "Nástroje", "thread_tools.title": "Nástroje",
@ -63,11 +66,17 @@
"composer.title_placeholder": "Vlož nadpis témy sem...", "composer.title_placeholder": "Vlož nadpis témy sem...",
"composer.write": "Píš", "composer.write": "Píš",
"composer.preview": "Náhľad", "composer.preview": "Náhľad",
"composer.help": "Help",
"composer.discard": "Zahodiť", "composer.discard": "Zahodiť",
"composer.submit": "Poslať", "composer.submit": "Poslať",
"composer.replying_to": "Odpovedáš ", "composer.replying_to": "Odpovedáš ",
"composer.new_topic": "Nová téma", "composer.new_topic": "Nová téma",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Pretiahni a Pusť Obrázky Sem", "composer.drag_and_drop_images": "Pretiahni a Pusť Obrázky Sem",
"composer.content_is_parsed_with": "Obsah je vybraný s",
"composer.upload_instructions": "Nahraj obrázky pretiahnutím a pustením ich." "composer.upload_instructions": "Nahraj obrázky pretiahnutím a pustením ich."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Nytt ämne", "new_topic_button": "Nytt ämne",
"no_topics": "<strong>Det finns inga ämnen i denna kategori.</strong><br />Varför inte skapa ett?", "no_topics": "<strong>Det finns inga ämnen i denna kategori.</strong><br />Varför inte skapa ett?",
"sidebar.recent_replies": "Senaste svaren",
"sidebar.active_participants": "Aktiva deltagare",
"sidebar.moderators": "Moderatorer",
"posts": "inlägg", "posts": "inlägg",
"views": "tittningar", "views": "tittningar",
"posted": "skapad", "posted": "skapad",

@ -10,6 +10,8 @@
"500.message": "Hoppsan! Verkar som att något gått snett!", "500.message": "Hoppsan! Verkar som att något gått snett!",
"register": "Registrera", "register": "Registrera",
"login": "Logga in", "login": "Logga in",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "Welcome Back ", "welcome_back": "Welcome Back ",
"you_have_successfully_logged_in": "You have successfully logged in", "you_have_successfully_logged_in": "You have successfully logged in",
"logout": "Logga ut", "logout": "Logga ut",
@ -47,6 +49,7 @@
"posted": "svarade", "posted": "svarade",
"in": "i", "in": "i",
"recentposts": "Senaste ämnena", "recentposts": "Senaste ämnena",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Borta", "away": "Borta",
"dnd": "Stör ej", "dnd": "Stör ej",

@ -8,6 +8,7 @@
"user.edit": "Ändrar \"%1\"", "user.edit": "Ändrar \"%1\"",
"user.following": "Personer %1 Följer", "user.following": "Personer %1 Följer",
"user.followers": "Personer som följer %1", "user.followers": "Personer som följer %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1's favorit-inlägg", "user.favourites": "%1's favorit-inlägg",
"user.settings": "Avnändarinställningar" "user.settings": "Avnändarinställningar"
} }

@ -11,6 +11,7 @@
"reply": "Svara", "reply": "Svara",
"edit": "Ändra", "edit": "Ändra",
"delete": "Ta bort", "delete": "Ta bort",
"restore": "Restore",
"move": "Flytta", "move": "Flytta",
"fork": "Grena", "fork": "Grena",
"banned": "bannad", "banned": "bannad",
@ -18,8 +19,15 @@
"share": "Dela", "share": "Dela",
"tools": "Verktyg", "tools": "Verktyg",
"flag": "Rapportera", "flag": "Rapportera",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "Rapportera detta inlägg för granskning", "flag_title": "Rapportera detta inlägg för granskning",
"deleted_message": "Denna tråd har tagits bort. Endast användare med administrations-rättigheter kan se den.", "deleted_message": "Denna tråd har tagits bort. Endast användare med administrations-rättigheter kan se den.",
"following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "Trådverktyg", "thread_tools.title": "Trådverktyg",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Skriv in ämnets titel här...", "composer.title_placeholder": "Skriv in ämnets titel här...",
"composer.write": "Skriv", "composer.write": "Skriv",
"composer.preview": "Förhandsgranska", "composer.preview": "Förhandsgranska",
"composer.help": "Help",
"composer.discard": "Avbryt", "composer.discard": "Avbryt",
"composer.submit": "Spara", "composer.submit": "Spara",
"composer.replying_to": "Svarar till", "composer.replying_to": "Svarar till",
"composer.new_topic": "Nytt ämne" "composer.new_topic": "Nytt ämne",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "Yeni Başlık", "new_topic_button": "Yeni Başlık",
"no_topics": "<strong> Bu kategoride hiç konu yok. </strong> <br /> Yeni bir konu açmak istemez misiniz?", "no_topics": "<strong> Bu kategoride hiç konu yok. </strong> <br /> Yeni bir konu açmak istemez misiniz?",
"sidebar.recent_replies": "Güncel Cevaplar",
"sidebar.active_participants": "Aktif Katılımcılar",
"sidebar.moderators": "Moderatörler",
"posts": "ileti", "posts": "ileti",
"views": "görüntülemeler", "views": "görüntülemeler",
"posted": "yayımlandı", "posted": "yayımlandı",

@ -10,6 +10,8 @@
"500.message": "Ups! Bir şeyler ters gitti sanki!", "500.message": "Ups! Bir şeyler ters gitti sanki!",
"register": "Kayıt Ol", "register": "Kayıt Ol",
"login": "Giriş", "login": "Giriş",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "Welcome Back ", "welcome_back": "Welcome Back ",
"you_have_successfully_logged_in": "You have successfully logged in", "you_have_successfully_logged_in": "You have successfully logged in",
"logout": ıkış", "logout": ıkış",
@ -47,6 +49,7 @@
"posted": "gönderildi", "posted": "gönderildi",
"in": "içinde", "in": "içinde",
"recentposts": "Güncel İletiler", "recentposts": "Güncel İletiler",
"recentips": "Recently Logged In IPs",
"online": "Çevrimiçi", "online": "Çevrimiçi",
"away": "Dışarıda", "away": "Dışarıda",
"dnd": "Rahatsız Etmeyin", "dnd": "Rahatsız Etmeyin",

@ -8,6 +8,7 @@
"user.edit": "\"% 1\" düzenleniyor", "user.edit": "\"% 1\" düzenleniyor",
"user.following": "İnsanlar %1 Takip Ediyor", "user.following": "İnsanlar %1 Takip Ediyor",
"user.followers": "%1 takip edenler", "user.followers": "%1 takip edenler",
"user.posts": "Posts made by %1",
"user.favourites": "%1'in Favori İletileri", "user.favourites": "%1'in Favori İletileri",
"user.settings": "Kullanıcı Ayarları" "user.settings": "Kullanıcı Ayarları"
} }

@ -11,6 +11,7 @@
"reply": "Cevap", "reply": "Cevap",
"edit": "Düzenle", "edit": "Düzenle",
"delete": "Sil", "delete": "Sil",
"restore": "Restore",
"move": "Taşı", "move": "Taşı",
"fork": "Fork", "fork": "Fork",
"banned": "yasaklı", "banned": "yasaklı",
@ -18,8 +19,15 @@
"share": "Paylaş", "share": "Paylaş",
"tools": "Araçlar", "tools": "Araçlar",
"flag": "Bayrak", "flag": "Bayrak",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "Seçenekler", "thread_tools.title": "Seçenekler",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Enter your topic title here...", "composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write", "composer.write": "Write",
"composer.preview": "Preview", "composer.preview": "Preview",
"composer.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to",
"composer.new_topic": "New Topic" "composer.new_topic": "New Topic",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "新主题", "new_topic_button": "新主题",
"no_topics": "<strong>这个版面还没有任何内容。</strong><br />赶紧来发帖吧!", "no_topics": "<strong>这个版面还没有任何内容。</strong><br />赶紧来发帖吧!",
"sidebar.recent_replies": "最近回复",
"sidebar.active_participants": "活跃用户",
"sidebar.moderators": "版主",
"posts": "帖子", "posts": "帖子",
"views": "浏览", "views": "浏览",
"posted": "发布", "posted": "发布",

@ -13,7 +13,7 @@
"please_log_in": "请登录", "please_log_in": "请登录",
"posting_restriction_info": "发表目前仅限于注册会员,点击这里登录。", "posting_restriction_info": "发表目前仅限于注册会员,点击这里登录。",
"welcome_back": "欢迎回来", "welcome_back": "欢迎回来",
"you_have_successfully_logged_in": "你已经退出登录", "you_have_successfully_logged_in": "你已成功登录!",
"logout": "退出", "logout": "退出",
"logout.title": "你已经退出。", "logout.title": "你已经退出。",
"logout.message": "你已经成功退出登录。", "logout.message": "你已经成功退出登录。",
@ -49,6 +49,7 @@
"posted": "发布", "posted": "发布",
"in": "在", "in": "在",
"recentposts": "最新发表", "recentposts": "最新发表",
"recentips": "Recently Logged In IPs",
"online": " 在线", "online": " 在线",
"away": "离开", "away": "离开",
"dnd": "不打扰", "dnd": "不打扰",

@ -8,6 +8,7 @@
"user.edit": "编辑 \"%1\"", "user.edit": "编辑 \"%1\"",
"user.following": "%1的人关注", "user.following": "%1的人关注",
"user.followers": "%1关注的人", "user.followers": "%1关注的人",
"user.posts": "Posts made by %1",
"user.favourites": "%1 喜爱的帖子", "user.favourites": "%1 喜爱的帖子",
"user.settings": "用户设置" "user.settings": "用户设置"
} }

@ -11,6 +11,7 @@
"reply": "回复", "reply": "回复",
"edit": "编辑", "edit": "编辑",
"delete": "删除", "delete": "删除",
"restore": "Restore",
"move": "移动", "move": "移动",
"fork": "作为主题", "fork": "作为主题",
"banned": "禁止", "banned": "禁止",
@ -18,13 +19,15 @@
"share": "分享", "share": "分享",
"tools": "工具", "tools": "工具",
"flag": "标志", "flag": "标志",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"flag_title": "标志受限的帖子", "flag_title": "标志受限的帖子",
"deleted_message": "这个帖子已经删除,只有帖子的拥有者才有权限去查看。", "deleted_message": "这个帖子已经删除,只有帖子的拥有者才有权限去查看。",
"following_topic.title": "关注该主题", "following_topic.title": "关注该主题",
"following_topic.message": "当有回复提交的时候你将会收到通知。", "following_topic.message": "当有回复提交的时候你将会收到通知。",
"not_following_topic.title": "非关注主题", "not_following_topic.title": "非关注主题",
"not_following_topic.message": "你将不再接受来自该帖子的通知。", "not_following_topic.message": "你将不再接受来自该帖子的通知。",
"login_to_subscribe": "请注册或登录以订阅该主题", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "查看", "watch": "查看",
"share_this_post": "分享帖子", "share_this_post": "分享帖子",
"thread_tools.title": "管理工具", "thread_tools.title": "管理工具",
@ -63,11 +66,17 @@
"composer.title_placeholder": "在这里输入你的主题标题...", "composer.title_placeholder": "在这里输入你的主题标题...",
"composer.write": "书写", "composer.write": "书写",
"composer.preview": "预览", "composer.preview": "预览",
"composer.help": "Help",
"composer.discard": "丢弃", "composer.discard": "丢弃",
"composer.submit": "提交", "composer.submit": "提交",
"composer.replying_to": "回复", "composer.replying_to": "回复",
"composer.new_topic": "新主题", "composer.new_topic": "新主题",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "把图像拖到此处", "composer.drag_and_drop_images": "把图像拖到此处",
"composer.content_is_parsed_with": "内容已经被解析",
"composer.upload_instructions": "拖拽图片以上传" "composer.upload_instructions": "拖拽图片以上传"
} }

@ -1,9 +1,6 @@
{ {
"new_topic_button": "新主題", "new_topic_button": "新主題",
"no_topics": "<strong>這個版面還沒有任何內容。</strong><br />趕緊來發帖吧!", "no_topics": "<strong>這個版面還沒有任何內容。</strong><br />趕緊來發帖吧!",
"sidebar.recent_replies": "最近回復",
"sidebar.active_participants": "活躍用戶",
"sidebar.moderators": "版主",
"posts": "帖子", "posts": "帖子",
"views": "瀏覽", "views": "瀏覽",
"posted": "發布", "posted": "發布",

@ -10,6 +10,8 @@
"500.message": "不好!看來是哪裡出錯了!", "500.message": "不好!看來是哪裡出錯了!",
"register": "注冊", "register": "注冊",
"login": "登錄", "login": "登錄",
"please_log_in": "Please Log In",
"posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
"welcome_back": "Welcome Back ", "welcome_back": "Welcome Back ",
"you_have_successfully_logged_in": "You have successfully logged in", "you_have_successfully_logged_in": "You have successfully logged in",
"logout": "退出", "logout": "退出",
@ -47,6 +49,7 @@
"posted": "posted", "posted": "posted",
"in": "in", "in": "in",
"recentposts": "Recent Posts", "recentposts": "Recent Posts",
"recentips": "Recently Logged In IPs",
"online": "Online", "online": "Online",
"away": "Away", "away": "Away",
"dnd": "Do not Disturb", "dnd": "Do not Disturb",

@ -8,6 +8,7 @@
"user.edit": "Editing \"%1\"", "user.edit": "Editing \"%1\"",
"user.following": "People %1 Follows", "user.following": "People %1 Follows",
"user.followers": "People who Follow %1", "user.followers": "People who Follow %1",
"user.posts": "Posts made by %1",
"user.favourites": "%1's Favourite Posts", "user.favourites": "%1's Favourite Posts",
"user.settings": "User Settings" "user.settings": "User Settings"
} }

@ -11,6 +11,7 @@
"reply": "回復", "reply": "回復",
"edit": "編輯", "edit": "編輯",
"delete": "刪除", "delete": "刪除",
"restore": "Restore",
"move": "移動", "move": "移動",
"fork": "作為主題", "fork": "作為主題",
"banned": "封禁", "banned": "封禁",
@ -18,8 +19,15 @@
"share": "Share", "share": "Share",
"tools": "Tools", "tools": "Tools",
"flag": "Flag", "flag": "Flag",
"bookmark_instructions": "Click here to return to your last position or close to discard.",
"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.", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"following_topic.title": "Following Topic",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.title": "Not Following Topic",
"not_following_topic.message": "You will no longer receive notifications from this topic.",
"login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
"markAsUnreadForAll.success": "Topic marked as unread for all.",
"watch": "Watch", "watch": "Watch",
"share_this_post": "Share this Post", "share_this_post": "Share this Post",
"thread_tools.title": "管理工具", "thread_tools.title": "管理工具",
@ -58,8 +66,17 @@
"composer.title_placeholder": "Enter your topic title here...", "composer.title_placeholder": "Enter your topic title here...",
"composer.write": "Write", "composer.write": "Write",
"composer.preview": "Preview", "composer.preview": "Preview",
"composer.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to",
"composer.new_topic": "New Topic" "composer.new_topic": "New Topic",
"composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file",
"composer.thumb_remove": "Clear fields",
"composer.drag_and_drop_images": "Drag and Drop Images Here",
"composer.upload_instructions": "Upload images by dragging & dropping them."
} }

@ -678,6 +678,13 @@ define(['taskbar'], function(taskbar) {
} }
}); });
socket.emit('modules.composer.renderHelp', function(err, html) {
if (html && html.length > 0) {
postContainer.find('.help').html(html);
postContainer.find('[data-pane=".tab-help"]').parent().removeClass('hidden');
}
});
$(window).trigger('action:composer.loaded', { $(window).trigger('action:composer.loaded', {
post_uuid: post_uuid post_uuid: post_uuid
}); });

@ -58,6 +58,7 @@
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li class="active"><a data-pane=".tab-write" data-toggle="tab">[[topic:composer.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">[[topic:composer.preview]]</a></li> <li><a data-pane=".tab-preview" data-toggle="tab">[[topic:composer.preview]]</a></li>
<li class="hidden"><a data-pane=".tab-help" data-toggle="tab">[[topic:composer.help]]</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> [[topic:composer.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> [[topic:composer.submit]]</button> <button data-action="post" class="btn btn-default btn-primary" tabIndex="3"><i class="fa fa-check"></i> [[topic:composer.submit]]</button>
@ -71,13 +72,15 @@
<div class="tab-pane tab-preview"> <div class="tab-pane tab-preview">
<div class="preview well"></div> <div class="preview well"></div>
</div> </div>
<div class="tab-pane tab-help">
<div class="help well"></div>
</div>
</div> </div>
<div class="imagedrop"><div>[[topic:composer.drag_and_drop_images]]</div></div> <div class="imagedrop"><div>[[topic:composer.drag_and_drop_images]]</div></div>
<div class="text-center instructions"> <div class="text-center instructions">
<span> <span>
<small>[[topic:composer.content_is_parsed_with]] <a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a>. </small>
<span class="upload-instructions hide"><small>[[topic:composer.upload_instructions]]</small></span> <span class="upload-instructions hide"><small>[[topic:composer.upload_instructions]]</small></span>
</span> </span>

@ -68,7 +68,11 @@ SocketModules.composer.editCheck = function(socket, pid, callback) {
SocketModules.composer.renderPreview = function(socket, content, callback) { SocketModules.composer.renderPreview = function(socket, content, callback) {
plugins.fireHook('filter:post.parse', content, callback); plugins.fireHook('filter:post.parse', content, callback);
} };
SocketModules.composer.renderHelp = function(socket, data, callback) {
plugins.fireHook('filter:composer.help', '', callback);
};
/* Chat */ /* Chat */

Loading…
Cancel
Save