latest translations

v1.18.x
Julian Lam 11 years ago
parent 93b02e8591
commit 3a32f6161a

@ -1,12 +1,7 @@
{ {
"new_topic_button": "موضوع جديد", "new_topic_button": "موضوع جديد",
"no_topics": "<strong>لا توجد مواضيع في هذه الفئة</strong>لماذا لا تحاول نشر واحد؟<br />", "no_topics": "<strong>لا توجد مواضيع في هذه الفئة</strong>لماذا لا تحاول نشر واحد؟<br />",
"posts": "مشاركات",
"views": "مشاهدات",
"posted": "نشر",
"browsing": "يتصفح", "browsing": "يتصفح",
"no_replies": "لم يرد أحد", "no_replies": "لم يرد أحد",
"replied": "رد",
"last_edited_by": "تغيرت أخيراً عبر",
"share_this_category": "Share this category" "share_this_category": "Share this category"
} }

@ -38,15 +38,24 @@
"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!",
"online": "Online",
"users": "Users",
"topics": "Topics",
"posts": "Posts", "posts": "Posts",
"views": "Views", "views": "Views",
"posted": "posted", "reputation": "Reputation",
"in": "in", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "No Recent Posts", "norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics", "norecenttopics": "No Recent Topics",
"recentposts": "Recent Posts", "recentposts": "Recent Posts",
"recentips": "Recently Logged In IPs", "recentips": "Recently Logged In IPs",
"online": "Online",
"away": "Away", "away": "Away",
"dnd": "Do not Disturb", "dnd": "Do not Disturb",
"invisible": "Invisible", "invisible": "Invisible",

@ -1,7 +1,5 @@
{ {
"login": "دخول",
"username": "Username / Email", "username": "Username / Email",
"password": "كلمة السر",
"remember_me": "تذكرني؟", "remember_me": "تذكرني؟",
"forgot_password": "نسيت كلمة المرور؟", "forgot_password": "نسيت كلمة المرور؟",
"alternative_logins": "تسجيلات الدخول البديلة", "alternative_logins": "تسجيلات الدخول البديلة",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "موضوع", "topic": "موضوع",
"topics": "مواضيع",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "لا توجد مواضيع !", "no_topics_found": "لا توجد مواضيع !",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged 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.", "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.", "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.", "markAsUnreadForAll.success": "Topic marked as unread for all.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "إضغط على الردود لتفريعهم", "fork_topic_instruction": "إضغط على الردود لتفريعهم",
"fork_no_pids": "لم تختار أي رد", "fork_no_pids": "لم تختار أي رد",
"fork_success": "تفريع الموضوع بنجاح!", "fork_success": "تفريع الموضوع بنجاح!",
"reputation": "سمعة",
"posts": "ردود",
"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.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to %1",
"composer.new_topic": "New Topic", "composer.new_topic": "New Topic",
"composer.uploading": "uploading...", "composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL", "composer.thumb_url_label": "Paste a topic thumbnail URL",

@ -12,7 +12,6 @@
"profile": "Profile", "profile": "Profile",
"profile_views": "مشاهد الملف", "profile_views": "مشاهد الملف",
"reputation": "سمعة", "reputation": "سمعة",
"posts": "ردود",
"favourites": "Favourites", "favourites": "Favourites",
"followers": "أتباع", "followers": "أتباع",
"following": "يتبع", "following": "يتبع",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Your current password is not correct!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Password too short!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Passwords must match!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Your password is updated!",
"confirm_password": "تأكيد كلمة السر", "confirm_password": "تأكيد كلمة السر",
"password": "كلمة السر", "password": "كلمة السر",

@ -2,7 +2,6 @@
"latest_users": "أحدث المستخدمين", "latest_users": "أحدث المستخدمين",
"top_posters": "أكثر المشتركين", "top_posters": "أكثر المشتركين",
"most_reputation": "أعلى سمعة", "most_reputation": "أعلى سمعة",
"online": "موجودين حالياً",
"search": "بحث", "search": "بحث",
"enter_username": "أدخل اسم مستخدم للبحث", "enter_username": "أدخل اسم مستخدم للبحث",
"load_more": "حمل المزيد" "load_more": "حمل المزيد"

@ -1,12 +1,7 @@
{ {
"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í!",
"posts": "příspěvky",
"views": "zobrazení",
"posted": "odesláno",
"browsing": "prohlíží", "browsing": "prohlíží",
"no_replies": "Nikdo ještě neodpověděl", "no_replies": "Nikdo ještě neodpověděl",
"replied": "přispěl",
"last_edited_by": "naposledy upravil",
"share_this_category": "Share this category" "share_this_category": "Share this category"
} }

@ -38,15 +38,24 @@
"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!",
"online": "Online",
"users": "Users",
"topics": "Topics",
"posts": "Příspěvky", "posts": "Příspěvky",
"views": "Zobrazení", "views": "Zobrazení",
"posted": "odesláno", "reputation": "Reputation",
"in": "v", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "No Recent Posts", "norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics", "norecenttopics": "No Recent Topics",
"recentposts": "Nedávné příspěvky", "recentposts": "Nedávné příspěvky",
"recentips": "Recently Logged In IPs", "recentips": "Recently Logged In IPs",
"online": "Online",
"away": "Pryč", "away": "Pryč",
"dnd": "Nerušit", "dnd": "Nerušit",
"invisible": "Neviditelný", "invisible": "Neviditelný",

@ -1,7 +1,5 @@
{ {
"login": "Přihlásit se",
"username": "Username / Email", "username": "Username / Email",
"password": "Heslo",
"remember_me": "Zapamatovat si mě?", "remember_me": "Zapamatovat si mě?",
"forgot_password": "Zapomněli jste heslo?", "forgot_password": "Zapomněli jste heslo?",
"alternative_logins": "Další způsoby přihlášení", "alternative_logins": "Další způsoby přihlášení",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "Téma", "topic": "Téma",
"topics": "Témata",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "Nebyla nalezena žádná témata!", "no_topics_found": "Nebyla nalezena žádná témata!",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged 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.", "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.", "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.", "markAsUnreadForAll.success": "Topic marked as unread for all.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "Vyber příspěvky, které chceš oddělit", "fork_topic_instruction": "Vyber příspěvky, které chceš oddělit",
"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",
"posts": "Příspěvky",
"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.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to %1",
"composer.new_topic": "New Topic", "composer.new_topic": "New Topic",
"composer.uploading": "uploading...", "composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL", "composer.thumb_url_label": "Paste a topic thumbnail URL",

@ -12,7 +12,6 @@
"profile": "Profile", "profile": "Profile",
"profile_views": "Zobrazení profilu", "profile_views": "Zobrazení profilu",
"reputation": "Reputace", "reputation": "Reputace",
"posts": "Příspěvky",
"favourites": "Oblíbené", "favourites": "Oblíbené",
"followers": "Sledují ho", "followers": "Sledují ho",
"following": "Sleduje", "following": "Sleduje",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Your current password is not correct!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Password too short!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Passwords must match!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Your password is updated!",
"confirm_password": "Potvrzení hesla", "confirm_password": "Potvrzení hesla",
"password": "Heslo", "password": "Heslo",

@ -2,7 +2,6 @@
"latest_users": "Nejnovější uživatelé", "latest_users": "Nejnovější uživatelé",
"top_posters": "Nejaktivnější", "top_posters": "Nejaktivnější",
"most_reputation": "Nejváženější", "most_reputation": "Nejváženější",
"online": "Online",
"search": "Vyhledávat", "search": "Vyhledávat",
"enter_username": "Zadej uživatelské jméno k hledání", "enter_username": "Zadej uživatelské jméno k hledání",
"load_more": "Načíst další" "load_more": "Načíst další"

@ -1,12 +1,7 @@
{ {
"new_topic_button": "New Topic", "new_topic_button": "New Topic",
"no_topics": "<strong>Thar be no topics in 'tis category.</strong><br />Why don't ye give a go' postin' one?", "no_topics": "<strong>Thar be no topics in 'tis category.</strong><br />Why don't ye give a go' postin' one?",
"posts": "messages",
"views": "views",
"posted": "sent",
"browsing": "browsin'", "browsing": "browsin'",
"no_replies": "No one has replied to ye message", "no_replies": "No one has replied to ye message",
"replied": "replied",
"last_edited_by": "last edited by",
"share_this_category": "Share this category" "share_this_category": "Share this category"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "Ye be banned ye gunna be logged out!", "alert.banned.message": "Ye be banned ye gunna be logged out!",
"alert.unfollow": "Ye be no longer stalkin' %1!", "alert.unfollow": "Ye be no longer stalkin' %1!",
"alert.follow": "Ye be stalkin' %1", "alert.follow": "Ye be stalkin' %1",
"online": "Available",
"users": "Users",
"topics": "Topics",
"posts": "Messages", "posts": "Messages",
"views": "Views", "views": "Views",
"posted": "posted", "reputation": "Reputation",
"in": "in", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "No Recent Posts", "norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics", "norecenttopics": "No Recent Topics",
"recentposts": "Recent Messages", "recentposts": "Recent Messages",
"recentips": "Recently Logged In IPs", "recentips": "Recently Logged In IPs",
"online": "Available",
"away": "Out to sea", "away": "Out to sea",
"dnd": "Do not Disturb", "dnd": "Do not Disturb",
"invisible": "Magic usin'", "invisible": "Magic usin'",

@ -1,7 +1,5 @@
{ {
"login": "Login",
"username": "Yer handle or email", "username": "Yer handle or email",
"password": "Secret Combination",
"remember_me": "Remember Me?", "remember_me": "Remember Me?",
"forgot_password": "My mind be a scatt'rbrain, help a matey out!", "forgot_password": "My mind be a scatt'rbrain, help a matey out!",
"alternative_logins": "Oth'r gangplanks", "alternative_logins": "Oth'r gangplanks",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "Topic", "topic": "Topic",
"topics": "Topics",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "No topics found!", "no_topics_found": "No topics found!",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged 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.", "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.", "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.", "markAsUnreadForAll.success": "Topic marked as unread for all.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "Click the posts you want to fork", "fork_topic_instruction": "Click the posts you want to fork",
"fork_no_pids": "No posts selected!", "fork_no_pids": "No posts selected!",
"fork_success": "Succesfully forked topic!", "fork_success": "Succesfully forked topic!",
"reputation": "Reputation",
"posts": "Posts",
"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.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to %1",
"composer.new_topic": "New Topic", "composer.new_topic": "New Topic",
"composer.uploading": "uploading...", "composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL", "composer.thumb_url_label": "Paste a topic thumbnail URL",

@ -12,7 +12,6 @@
"profile": "Profile", "profile": "Profile",
"profile_views": "Profile views", "profile_views": "Profile views",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Posts",
"favourites": "Favourites", "favourites": "Favourites",
"followers": "Followers", "followers": "Followers",
"following": "Following", "following": "Following",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Your current password is not correct!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Password too short!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Passwords must match!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Your password is updated!",
"confirm_password": "Confirm Password", "confirm_password": "Confirm Password",
"password": "Password", "password": "Password",

@ -2,7 +2,6 @@
"latest_users": "Land lubbers", "latest_users": "Land lubbers",
"top_posters": "Top mateys", "top_posters": "Top mateys",
"most_reputation": "Most Reputation", "most_reputation": "Most Reputation",
"online": "Online",
"search": "Search", "search": "Search",
"enter_username": "Gimme y'er handle", "enter_username": "Gimme y'er handle",
"load_more": "Load More" "load_more": "Load More"

@ -1,12 +1,7 @@
{ {
"new_topic_button": "New Topic", "new_topic_button": "New Topic",
"no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?", "no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?",
"posts": "posts",
"views": "views",
"posted": "posted",
"browsing": "browsing", "browsing": "browsing",
"no_replies": "No one has replied", "no_replies": "No one has replied",
"replied": "replied",
"last_edited_by": "last edited by",
"share_this_category": "Share this category" "share_this_category": "Share this category"
} }

@ -38,15 +38,24 @@
"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!",
"online": "Online",
"users": "Users",
"topics": "Topics",
"posts": "Posts", "posts": "Posts",
"views": "Views", "views": "Views",
"posted": "posted", "reputation": "Reputation",
"in": "in", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "No Recent Posts", "norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics", "norecenttopics": "No Recent Topics",
"recentposts": "Recent Posts", "recentposts": "Recent Posts",
"recentips": "Recently Logged In IPs", "recentips": "Recently Logged In IPs",
"online": "Online",
"away": "Away", "away": "Away",
"dnd": "Do not Disturb", "dnd": "Do not Disturb",
"invisible": "Invisible", "invisible": "Invisible",

@ -1,7 +1,5 @@
{ {
"login": "Login",
"username": "Username / Email", "username": "Username / Email",
"password": "Password",
"remember_me": "Remember Me?", "remember_me": "Remember Me?",
"forgot_password": "Forgot Password?", "forgot_password": "Forgot Password?",
"alternative_logins": "Alternative Logins", "alternative_logins": "Alternative Logins",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "Topic", "topic": "Topic",
"topics": "Topics",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "No topics found!", "no_topics_found": "No topics found!",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged 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.", "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.", "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.", "markAsUnreadForAll.success": "Topic marked as unread for all.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "Click the posts you want to fork", "fork_topic_instruction": "Click the posts you want to fork",
"fork_no_pids": "No posts selected!", "fork_no_pids": "No posts selected!",
"fork_success": "Succesfully forked topic!", "fork_success": "Succesfully forked topic!",
"reputation": "Reputation",
"posts": "Posts",
"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.help": "Help",
"composer.discard": "Discard", "composer.discard": "Discard",
"composer.submit": "Submit", "composer.submit": "Submit",
"composer.replying_to": "Replying to", "composer.replying_to": "Replying to %1",
"composer.new_topic": "New Topic", "composer.new_topic": "New Topic",
"composer.uploading": "uploading...", "composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL", "composer.thumb_url_label": "Paste a topic thumbnail URL",

@ -12,7 +12,6 @@
"profile": "Profile", "profile": "Profile",
"profile_views": "Profile views", "profile_views": "Profile views",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Posts",
"favourites": "Favorites", "favourites": "Favorites",
"followers": "Followers", "followers": "Followers",
"following": "Following", "following": "Following",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Your current password is not correct!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Password too short!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Passwords must match!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Your password is updated!",
"confirm_password": "Confirm Password", "confirm_password": "Confirm Password",
"password": "Password", "password": "Password",

@ -2,7 +2,6 @@
"latest_users": "Latest Users", "latest_users": "Latest Users",
"top_posters": "Top Posters", "top_posters": "Top Posters",
"most_reputation": "Most Reputation", "most_reputation": "Most Reputation",
"online": "Online",
"search": "Search", "search": "Search",
"enter_username": "Enter a username to search", "enter_username": "Enter a username to search",
"load_more": "Load More" "load_more": "Load More"

@ -1,12 +1,7 @@
{ {
"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?",
"posts": "respuestas",
"views": "visitas",
"posted": "posted",
"browsing": "viendo ahora", "browsing": "viendo ahora",
"no_replies": "Nadie ha respondido aún", "no_replies": "Nadie ha respondido aún",
"replied": "respondió",
"last_edited_by": "ultima edición por",
"share_this_category": "Compartir esta categoría" "share_this_category": "Compartir esta categoría"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "Estás baneado, serás desconectado!", "alert.banned.message": "Estás baneado, serás desconectado!",
"alert.unfollow": "Ya no estás siguiendo a %1!", "alert.unfollow": "Ya no estás siguiendo a %1!",
"alert.follow": "Estás siguiendo a %1!", "alert.follow": "Estás siguiendo a %1!",
"online": "Conectado",
"users": "Users",
"topics": "Topics",
"posts": "Posts", "posts": "Posts",
"views": "Visitas", "views": "Visitas",
"posted": "publicado", "reputation": "Reputation",
"in": "en", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "No hay publicaciones recientes", "norecentposts": "No hay publicaciones recientes",
"norecenttopics": "No hay temas recientes", "norecenttopics": "No hay temas recientes",
"recentposts": "Publicaciones Recientes", "recentposts": "Publicaciones Recientes",
"recentips": "Conexions recientes de estas IP's", "recentips": "Conexions recientes de estas IP's",
"online": "Conectado",
"away": "No disponible", "away": "No disponible",
"dnd": "No molestar", "dnd": "No molestar",
"invisible": "Invisible", "invisible": "Invisible",

@ -1,7 +1,5 @@
{ {
"login": "Conectarse",
"username": "Usuario / Email", "username": "Usuario / Email",
"password": "Contraseña",
"remember_me": "Recordarme?", "remember_me": "Recordarme?",
"forgot_password": "Olvidaste tu contraseña?", "forgot_password": "Olvidaste tu contraseña?",
"alternative_logins": "Conexiones Alternativas", "alternative_logins": "Conexiones Alternativas",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "Tema", "topic": "Tema",
"topics": "Temas",
"topic_id": "ID Tema", "topic_id": "ID Tema",
"topic_id_placeholder": "Introducir ID tema", "topic_id_placeholder": "Introducir ID tema",
"no_topics_found": "No se encontraron temas!", "no_topics_found": "No se encontraron temas!",
@ -26,9 +25,7 @@
"flag_confirm": "Estás seguro de que quieres marcar como indebido este mensaje?", "flag_confirm": "Estás seguro de que quieres marcar como indebido este mensaje?",
"flag_success": "Este mensaje ha sido marcado para la moderación.", "flag_success": "Este mensaje ha sido marcado para la moderación.",
"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.", "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.", "not_following_topic.message": "No recibiras notificaciones de este tema.",
"login_to_subscribe": "Por favor, conectate para subscribirte a este tema.", "login_to_subscribe": "Por favor, conectate para subscribirte a este tema.",
"markAsUnreadForAll.success": "Marcar todo como leeido.", "markAsUnreadForAll.success": "Marcar todo como leeido.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "Click en las publicaciones que quieres bifurcar", "fork_topic_instruction": "Click en las publicaciones que quieres bifurcar",
"fork_no_pids": "No seleccionaste publicaciones!", "fork_no_pids": "No seleccionaste publicaciones!",
"fork_success": "Bifurcado con exito!", "fork_success": "Bifurcado con exito!",
"reputation": "Reputación",
"posts": "Publicaciones",
"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": "Ayuda", "composer.help": "Ayuda",
"composer.discard": "Descartar", "composer.discard": "Descartar",
"composer.submit": "Enviar", "composer.submit": "Enviar",
"composer.replying_to": "Respondiendo a", "composer.replying_to": "Replying to %1",
"composer.new_topic": "Nuevo Tema", "composer.new_topic": "Nuevo Tema",
"composer.uploading": "cargando...", "composer.uploading": "cargando...",
"composer.thumb_url_label": "Agregar imagen destacada a este tema.", "composer.thumb_url_label": "Agregar imagen destacada a este tema.",

@ -12,7 +12,6 @@
"profile": "Perfil", "profile": "Perfil",
"profile_views": "Visitas", "profile_views": "Visitas",
"reputation": "Reputación", "reputation": "Reputación",
"posts": "Publicaciones",
"favourites": "Favoritos", "favourites": "Favoritos",
"followers": "Seguidores", "followers": "Seguidores",
"following": "Sigue", "following": "Sigue",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Su contraseña actual no es correcta!", "change_password_error_wrong_current": "Su contraseña actual no es correcta!",
"change_password_error_length": "La contraseña es demasiado corta!", "change_password_error_length": "La contraseña es demasiado corta!",
"change_password_error_match": "Las contraseñas deben coincidir!", "change_password_error_match": "Las contraseñas deben coincidir!",
"change_password_error_privileges": "No tienes los derechos suficientes para cambiar esta contraseña.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "La contraseña ha sido actualizada correctamente!", "change_password_success": "La contraseña ha sido actualizada correctamente!",
"confirm_password": "Confirmar Contraseña", "confirm_password": "Confirmar Contraseña",
"password": "Contraseña", "password": "Contraseña",

@ -2,7 +2,6 @@
"latest_users": "Últimos Miembros", "latest_users": "Últimos Miembros",
"top_posters": "Top Publicadores", "top_posters": "Top Publicadores",
"most_reputation": "Mayor Reputación", "most_reputation": "Mayor Reputación",
"online": "Conectados",
"search": "Buscar", "search": "Buscar",
"enter_username": "Ingresa el nombre de usuario que quieres buscar", "enter_username": "Ingresa el nombre de usuario que quieres buscar",
"load_more": "Cargar más" "load_more": "Cargar más"

@ -1,12 +1,7 @@
{ {
"new_topic_button": "Uus teema", "new_topic_button": "Uus teema",
"no_topics": "<strong>Kahjuks ei leidu siin kategoorias ühtegi teemat.</strong><br />Soovid postitada?", "no_topics": "<strong>Kahjuks ei leidu siin kategoorias ühtegi teemat.</strong><br />Soovid postitada?",
"posts": "postitused",
"views": "vaatamised",
"posted": "postitatud",
"browsing": "vaatab", "browsing": "vaatab",
"no_replies": "Keegi pole vastanud", "no_replies": "Keegi pole vastanud",
"replied": "vastas",
"last_edited_by": "viimati muudetud",
"share_this_category": "Jaga seda kategooriat" "share_this_category": "Jaga seda kategooriat"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "Oled bannitud!", "alert.banned.message": "Oled bannitud!",
"alert.unfollow": "Sa ei jälgi enam %1!", "alert.unfollow": "Sa ei jälgi enam %1!",
"alert.follow": "Sa jälgid nüüd %1!", "alert.follow": "Sa jälgid nüüd %1!",
"online": "Sees",
"users": "Users",
"topics": "Topics",
"posts": "Postitused", "posts": "Postitused",
"views": "Vaatamised", "views": "Vaatamised",
"posted": "postitatud", "reputation": "Reputation",
"in": "sees", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "Hiljutisi postitusi ei ole", "norecentposts": "Hiljutisi postitusi ei ole",
"norecenttopics": "Hiljutisi teemasid ei ole", "norecenttopics": "Hiljutisi teemasid ei ole",
"recentposts": "Hiljutised postitused", "recentposts": "Hiljutised postitused",
"recentips": "Hiljutised IP'd, millelt sisse logitud", "recentips": "Hiljutised IP'd, millelt sisse logitud",
"online": "Sees",
"away": "Eemal", "away": "Eemal",
"dnd": "Hõivatud", "dnd": "Hõivatud",
"invisible": "Nähtamatu", "invisible": "Nähtamatu",

@ -1,7 +1,5 @@
{ {
"login": "Logi sisse",
"username": "Kasutajanimi / Email", "username": "Kasutajanimi / Email",
"password": "Parool",
"remember_me": "Mäleta mind?", "remember_me": "Mäleta mind?",
"forgot_password": "Unustasid parooli?", "forgot_password": "Unustasid parooli?",
"alternative_logins": "Alternatiivsed sisse logimise võimalused", "alternative_logins": "Alternatiivsed sisse logimise võimalused",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "Teema", "topic": "Teema",
"topics": "Teemad",
"topic_id": "Teema ID", "topic_id": "Teema ID",
"topic_id_placeholder": "Sisesta teema ID", "topic_id_placeholder": "Sisesta teema ID",
"no_topics_found": "Teemasid ei leitud!", "no_topics_found": "Teemasid ei leitud!",
@ -26,9 +25,7 @@
"flag_confirm": "Oled kindel, et soovid märgistada antud postituse?", "flag_confirm": "Oled kindel, et soovid märgistada antud postituse?",
"flag_success": "See posits on nüüd märgistatud modereerimiseks.", "flag_success": "See posits on nüüd märgistatud modereerimiseks.",
"deleted_message": "Teema kustutati. Ainult kasutajad, kellel on piisavad õigused saavad seda veel näha.", "deleted_message": "Teema kustutati. Ainult kasutajad, kellel on piisavad õigused saavad seda veel näha.",
"following_topic.title": "Jälgid teemat",
"following_topic.message": "Sulle ei edastata enam teateid uutest postitustest kui keegi postitab siia teemasse.", "following_topic.message": "Sulle ei edastata enam teateid uutest postitustest kui keegi postitab siia teemasse.",
"not_following_topic.title": "Ei jälgi teemat",
"not_following_topic.message": "Sulle ei edastata enam teateid uutest postitustest siin teemas.", "not_following_topic.message": "Sulle ei edastata enam teateid uutest postitustest siin teemas.",
"login_to_subscribe": "Palun registreeru kasutajaks või logi sisse, et tellida teateid selle postituse kohta.", "login_to_subscribe": "Palun registreeru kasutajaks või logi sisse, et tellida teateid selle postituse kohta.",
"markAsUnreadForAll.success": "Teema märgitud mitte-loetuks kõikidele.", "markAsUnreadForAll.success": "Teema märgitud mitte-loetuks kõikidele.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "Vajuta postitustele, mida soovid forkida", "fork_topic_instruction": "Vajuta postitustele, mida soovid forkida",
"fork_no_pids": "Sa ei ole postitusi valinud!", "fork_no_pids": "Sa ei ole postitusi valinud!",
"fork_success": "Edukalt forkisid teema!", "fork_success": "Edukalt forkisid teema!",
"reputation": "Reputatsioon",
"posts": "Postitused",
"composer.title_placeholder": "Sisesta teema pealkiri siia...", "composer.title_placeholder": "Sisesta teema pealkiri siia...",
"composer.write": "Kirjuta", "composer.write": "Kirjuta",
"composer.preview": "Eelvaade", "composer.preview": "Eelvaade",
"composer.help": "Abi", "composer.help": "Abi",
"composer.discard": "Katkesta", "composer.discard": "Katkesta",
"composer.submit": "Postita", "composer.submit": "Postita",
"composer.replying_to": "Vastad", "composer.replying_to": "Replying to %1",
"composer.new_topic": "Uus teema", "composer.new_topic": "Uus teema",
"composer.uploading": "laen üles...", "composer.uploading": "laen üles...",
"composer.thumb_url_label": "Kleebi teema marge.", "composer.thumb_url_label": "Kleebi teema marge.",

@ -12,7 +12,6 @@
"profile": "Profiil", "profile": "Profiil",
"profile_views": "Profiili vaatamisi", "profile_views": "Profiili vaatamisi",
"reputation": "Reputatsioon", "reputation": "Reputatsioon",
"posts": "Postitused",
"favourites": "Lemmikud", "favourites": "Lemmikud",
"followers": "Jälgijad", "followers": "Jälgijad",
"following": "Jälgid", "following": "Jälgid",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Su praegune parool on vale!", "change_password_error_wrong_current": "Su praegune parool on vale!",
"change_password_error_length": "Parool liiga lühike!", "change_password_error_length": "Parool liiga lühike!",
"change_password_error_match": "Paroolid peavad kattuma!", "change_password_error_match": "Paroolid peavad kattuma!",
"change_password_error_privileges": "Sul pole piisavalt õigusi, et vahetada seda parooli.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Sinu parool on uuendatud!", "change_password_success": "Sinu parool on uuendatud!",
"confirm_password": "Kinnita parool", "confirm_password": "Kinnita parool",
"password": "Parool", "password": "Parool",

@ -2,7 +2,6 @@
"latest_users": "Hilised kasutajad", "latest_users": "Hilised kasutajad",
"top_posters": "Top postitajad", "top_posters": "Top postitajad",
"most_reputation": "Kõige rohkem reputatsiooni", "most_reputation": "Kõige rohkem reputatsiooni",
"online": "Online",
"search": "Otsi", "search": "Otsi",
"enter_username": "Sisesta kasutajanimi, keda soovid otsida", "enter_username": "Sisesta kasutajanimi, keda soovid otsida",
"load_more": "Lae veel" "load_more": "Lae veel"

@ -1,12 +1,7 @@
{ {
"new_topic_button": "جستار تازه", "new_topic_button": "جستار تازه",
"no_topics": "<strong>هیچ جستاری در این دسته نیست.</strong><br />چرا شما یکی نفرستید؟", "no_topics": "<strong>هیچ جستاری در این دسته نیست.</strong><br />چرا شما یکی نفرستید؟",
"posts": "دیدگاه‌ها",
"views": "بازدیدها",
"posted": "فرستاده شده",
"browsing": "بیننده‌ها", "browsing": "بیننده‌ها",
"no_replies": "هیچ کسی پاسخ نداده است.", "no_replies": "هیچ کسی پاسخ نداده است.",
"replied": "پاسخ داد",
"last_edited_by": "آخرین ویرایش از سوی",
"share_this_category": "به اشتراک‌گذاری این دسته" "share_this_category": "به اشتراک‌گذاری این دسته"
} }

@ -1,49 +1,49 @@
{ {
"invalid-data": "Invalid Data", "invalid-data": "به نظر نمی‌رسد که درون آمده باشید",
"not-logged-in": "You don't seem to be logged in.", "not-logged-in": "به نظر نمی‌رسد که درون آمده باشید.",
"invalid-cid": "Invalid Category ID", "invalid-cid": "شناسهٔ (ID) دسته نامعتبر است",
"invalid-tid": "Invalid Topic ID", "invalid-tid": "شناسهٔ (ID) جستار نامعتبر است",
"invalid-pid": "Invalid Post ID", "invalid-pid": "شناسهٔ (ID) دیدگاه نامعتبر است",
"invalid-uid": "Invalid User ID", "invalid-uid": "شناسهٔ (ID) کاربر نامعتبر است",
"invalid-username": "Invalid Username", "invalid-username": "نام کاربری نامعتبر",
"invalid-email": "Invalid Email", "invalid-email": "رایانامه نامعتبر",
"invalid-title": "Invalid title", "invalid-title": "سرنویس نامعتبر",
"invalid-user-data": "Invalid User Data", "invalid-user-data": "داده‌های این کاربر نامعتبر است",
"invalid-password": "Invalid Password", "invalid-password": "گذرواژه نامعتبر",
"invalid-pagination-value": "Invalid pagination value", "invalid-pagination-value": "عدد صفحه‌بندی نامعتبر",
"username-taken": "Username taken", "username-taken": "این نام کاربری گرفته شده",
"email-taken": "Email taken", "email-taken": "این رایانامه گرفته شده",
"user-banned": "User banned", "user-banned": "کاربر محروم شد",
"no-category": "Category doesn't exist", "no-category": "چنین دسته‌ای نداریم",
"no-topic": "Topic doesn't exist", "no-topic": "چنین جستاری نداریم",
"no-post": "Post doesn't exist", "no-post": "چنین دیدگاهی نداریم",
"no-group": "Group doesn't exist", "no-group": "چنین گروهی نداریم",
"no-user": "User doesn't exist", "no-user": "چنین کاربری نداریم",
"no-teaser": "Teaser doesn't exist", "no-teaser": "Teaser doesn't exist",
"no-privileges": "You don't have enough privileges for this action.", "no-privileges": "شما پروانه‌های کافی برای این کار را ندارید.",
"category-disabled": "Category disabled", "category-disabled": "دسته از کار افتاد.",
"topic-locked": "Topic Locked", "topic-locked": "جستار بسته شده",
"still-uploading": "Please wait for uploads to complete.", "still-uploading": "خواهشمندیم تا پایان بارگذاری‌ها شکیبا باشید.",
"content-too-short": "Please enter a longer post. At least %1 characters.", "content-too-short": "خواهشمندیم دیدگاه بلندتری بنویسید. دست‌کم با %1 نویسه.",
"title-too-short": "Please enter a longer title. At least %1 characters.", "title-too-short": "خواهشمندیم سرویس بلندتری بنویسید. دست‌کم با %1 نویسه.",
"title-too-long": "Please enter a shorter title. Titles can't be longer than %1 characters.", "title-too-long": "خواهشمندیم دیدگاه کوتاه‌تری بنویسید. سرنویس‌ها نمی‌توانند بیش‌تر از %1 نویسه داشته باشند.",
"too-many-posts": "You can only post every %1 seconds.", "too-many-posts": "شما تنها می‌توانید هر %1 ثانیه دیدگاهی بفرستید.",
"file-too-big": "Maximum allowed file size is %1 kbs", "file-too-big": "بیشنیهٔ اندازهٔ مجاز پرونده %1 کیلوبایت است.",
"cant-vote-self-post": "You cannot vote for your own post", "cant-vote-self-post": "شما نمی‌توانید به دیدگاه خود رای بدهید.",
"already-favourited": "You already favourited this post", "already-favourited": "این دیدگاه را پیش از این پسندیده‌اید.",
"already-unfavourited": "You alread unfavourited this post", "already-unfavourited": "این دیدگاه را پیش از رد پسند کرده‌اید.",
"cant-ban-other-admins": "You can't ban other admins!", "cant-ban-other-admins": "شما نمی‌توانید دیگر مدیران را محروم کنید.",
"invalid-image-type": "Invalid image type", "invalid-image-type": "گونهٔ تصویر نامعتبر است",
"group-name-too-short": "Group name too short", "group-name-too-short": "نام گروه خیلی کوتاه است.",
"group-already-exists": "Group already exists", "group-already-exists": "این گروه از پیش وجود دارد",
"group-name-change-not-allowed": "Group name change not allowed", "group-name-change-not-allowed": "تغیر نام گروه نیاز به پروانه دارد.",
"post-already-deleted": "Post already deleted", "post-already-deleted": "دیدگاه پیش‌تر پاک شده",
"post-already-restored": "Post already restored", "post-already-restored": "دیدگاه پیش‌تر بازگردانی شده",
"topic-already-deleted": "Topic already deleted", "topic-already-deleted": "جستار پیش‌تر پاک شده",
"topic-already-restored": "Topic already restored", "topic-already-restored": "جستار پیش‌تر بازگردانی شده",
"topic-thumbnails-are-disabled": "Topic thumbnails are disabled.", "topic-thumbnails-are-disabled": "چهرک‌های جستار غیرفعال شده است.",
"invalid-file": "Invalid File", "invalid-file": "پرونده نامعتبر",
"uploads-are-disabled": "Uploads are disabled", "uploads-are-disabled": "امکان بارگذاری غیرفعال شده است.",
"signature-too-long": "Signature can't be longer than %1 characters!", "signature-too-long": "امضا نمی‌تواند بیش‌تر از %1 نویسه داشته باشد.",
"cant-chat-with-yourself": "You can't chat with yourself!" "cant-chat-with-yourself": "شما نمی‌توانید با خودتان گفتگو کنید!"
} }

@ -38,19 +38,28 @@
"alert.banned.message": "شما بن شده‌اید، به بیرون هدایت خواهید شد.", "alert.banned.message": "شما بن شده‌اید، به بیرون هدایت خواهید شد.",
"alert.unfollow": "شما دیگر %1 را دنبال نمی‌کنید!", "alert.unfollow": "شما دیگر %1 را دنبال نمی‌کنید!",
"alert.follow": "اکنون %1 را دنبال می‌کنید.", "alert.follow": "اکنون %1 را دنبال می‌کنید.",
"online": "حاضر",
"users": "Users",
"topics": "Topics",
"posts": "دیدگاه‌ها", "posts": "دیدگاه‌ها",
"views": "بازدیدها", "views": "بازدیدها",
"posted": "فرستاده شده", "reputation": "Reputation",
"in": "در", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "هیچ دیدگاه تازه‌ای نیست", "norecentposts": "هیچ دیدگاه تازه‌ای نیست",
"norecenttopics": "هیچ جستار تازه‌ای نیست", "norecenttopics": "هیچ جستار تازه‌ای نیست",
"recentposts": "دیدگاه‌های تازه", "recentposts": "دیدگاه‌های تازه",
"recentips": "آخرین IPها", "recentips": "آخرین IPها",
"online": "حاضر",
"away": "دور از دسترس", "away": "دور از دسترس",
"dnd": "مزاحم نشوید", "dnd": "مزاحم نشوید",
"invisible": "نادیدنی", "invisible": "نادیدنی",
"offline": "غایب", "offline": "غایب",
"email": "Email", "email": "رایانامه",
"language": "Language" "language": "زبان"
} }

@ -1,10 +1,8 @@
{ {
"login": "درون آمدن",
"username": "نام کاربری / رایانامه", "username": "نام کاربری / رایانامه",
"password": "گذرواژه",
"remember_me": "مرا به یاد بسپار؟", "remember_me": "مرا به یاد بسپار؟",
"forgot_password": "گذرواژه را فراموش کرده‌اید؟", "forgot_password": "گذرواژه را فراموش کرده‌اید؟",
"alternative_logins": "روش‌های درون آمدن جایگزین", "alternative_logins": "روش‌های درون آمدن جایگزین",
"failed_login_attempt": "شکست در درون آمدن، لطفا دوباره تلاش کنید.", "failed_login_attempt": "شکست در درون آمدن، لطفا دوباره تلاش کنید.",
"login_successful": "شما با موفقیت به درون آمدید!" "login_successful": "شما با موفقیت به درون آمدهاید!"
} }

@ -3,5 +3,5 @@
"chat.placeholder": "متن را اینجا بنویسد و دکمهٔ‌ Enter را برای فرستادن بفشارید.", "chat.placeholder": "متن را اینجا بنویسد و دکمهٔ‌ Enter را برای فرستادن بفشارید.",
"chat.send": "فرستادن", "chat.send": "فرستادن",
"chat.no_active": "شما هیچ گفتگوی فعالی ندارید.", "chat.no_active": "شما هیچ گفتگوی فعالی ندارید.",
"chat.user_typing": "%1 is typing ..." "chat.user_typing": "%1 در حال نوشتن است..."
} }

@ -7,12 +7,12 @@
"outgoing_link_message": "شما در حال ترک اینجایید", "outgoing_link_message": "شما در حال ترک اینجایید",
"continue_to": "رفتن به", "continue_to": "رفتن به",
"return_to": "بازگشت به", "return_to": "بازگشت به",
"new_notification": "New Notification", "new_notification": "آکاه‌سازی تازه",
"you_have_unread_notifications": "You have unread notifications.", "you_have_unread_notifications": "شما آگاه‌سازی‌های نخوانده دارید.",
"user_made_post": "<strong>%1</strong> made a new post", "user_made_post": "<strong>%1</strong> یک دیدگاه تازه فرستاد.",
"new_message_from": "New message from <strong>%1</strong>", "new_message_from": "پیام تازه از <strong>%1</strong>",
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.", "upvoted_your_post": "<strong>%1</strong> به دیدگاه شما رای داده است.",
"favourited_your_post": "<strong>%1</strong> has favourited your post.", "favourited_your_post": "<strong>%1</strong> دیدگاه شما را پسندیده است.",
"user_flagged_post": "<strong>%1</strong> flagged a post.", "user_flagged_post": "پرچم خوردن یک دیدگاه از سوی <strong>%1</strong>",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>" "user_posted_to": "پاسخ دادن به <strong>%2</strong> از سوی <strong>%1</strong>"
} }

@ -9,7 +9,7 @@
"user.following": "%1 کاربر دنبال می‌کنند", "user.following": "%1 کاربر دنبال می‌کنند",
"user.followers": "کاربرانی که %1 را دنبال می‌کنند", "user.followers": "کاربرانی که %1 را دنبال می‌کنند",
"user.posts": "دیدگاه‌های %1", "user.posts": "دیدگاه‌های %1",
"user.topics": "Topics created by %1", "user.topics": "%1 این جستار را ساخت.",
"user.favourites": "دیدگاه‌های پسندیدهٔ %1", "user.favourites": "دیدگاه‌های پسندیدهٔ %1",
"user.settings": "تنظیمات کاربر" "user.settings": "تنظیمات کاربر"
} }

@ -1,5 +1,6 @@
{ {
"topic-post": "You have successfully posted.", "success": "Success",
"authentication-successful": "Authentication Successful", "topic-post": "دیدگاه شما باموفقیت فرستاده شد.",
"settings-saved": "Settings saved!" "authentication-successful": "اعتبارسنجی موفق",
"settings-saved": "تنظیمات اندوخته شد."
} }

@ -1,6 +1,5 @@
{ {
"topic": "جُستار", "topic": "جُستار",
"topics": "جُستارها",
"topic_id": "ID جستار", "topic_id": "ID جستار",
"topic_id_placeholder": "ID جستار را بنویسید", "topic_id_placeholder": "ID جستار را بنویسید",
"no_topics_found": "هیچ جستاری یافت نشد!", "no_topics_found": "هیچ جستاری یافت نشد!",
@ -26,9 +25,7 @@
"flag_confirm": "آیا مطمئنید که می‌خواهید روی این دیدگاه پرچم بگذارید.", "flag_confirm": "آیا مطمئنید که می‌خواهید روی این دیدگاه پرچم بگذارید.",
"flag_success": "این جستار برای بررسی ناظران پرچم گذاشته شد.", "flag_success": "این جستار برای بررسی ناظران پرچم گذاشته شد.",
"deleted_message": "این جستار پاک شده است. تنها کاربران دارای پروانه‌های مدیریت جستار می‌توانند آن را ببینند.", "deleted_message": "این جستار پاک شده است. تنها کاربران دارای پروانه‌های مدیریت جستار می‌توانند آن را ببینند.",
"following_topic.title": "جستار را دنبال می‌کنید",
"following_topic.message": "از این پس اگر کسی در این جستار دیدگاه بگذارد، شما آگاه خواهید شد.", "following_topic.message": "از این پس اگر کسی در این جستار دیدگاه بگذارد، شما آگاه خواهید شد.",
"not_following_topic.title": "جستار را دنبال نمی‌کنید",
"not_following_topic.message": "شما دیگر آگاه‌سازی‌های این جستار را دریافت نخواهید کرد.", "not_following_topic.message": "شما دیگر آگاه‌سازی‌های این جستار را دریافت نخواهید کرد.",
"login_to_subscribe": "برای دنبال کردن این جستار، لطفا نام‌نویسی کنید یا به درون بیایید.", "login_to_subscribe": "برای دنبال کردن این جستار، لطفا نام‌نویسی کنید یا به درون بیایید.",
"markAsUnreadForAll.success": "جستار برای همگان نخوانده در نظر گرفته شد.", "markAsUnreadForAll.success": "جستار برای همگان نخوانده در نظر گرفته شد.",
@ -47,11 +44,11 @@
"thread_tools.delete_confirm": "آیا از پاک کردن این جستار اطمینان دارید؟", "thread_tools.delete_confirm": "آیا از پاک کردن این جستار اطمینان دارید؟",
"thread_tools.restore": "برگرداندن جستار", "thread_tools.restore": "برگرداندن جستار",
"thread_tools.restore_confirm": "آیا از بازگردانی این جستار اطمینان دارید؟", "thread_tools.restore_confirm": "آیا از بازگردانی این جستار اطمینان دارید؟",
"topic_lock_success": "Topic has been successfully locked.", "topic_lock_success": "جستار باموفقیت بسته شده است.",
"topic_unlock_success": "Topic has been successfully unlocked.", "topic_unlock_success": "جستار باموفقیت باز شده است.",
"topic_pin_success": "Topic has been successfully pinned.", "topic_pin_success": "جستار باموفقیت سنجاق شده است.",
"topic_unpin_success": "Topic has been successfully unpinned.", "topic_unpin_success": "سنجاق جستار باموفقیت برداشته شد.",
"topic_move_success": "This topic has been successfully moved to %1", "topic_move_success": "جابه‌جایی این جستار به %1 باموفقیت انجام شد.",
"post_delete_confirm": "آیا از پاک کردن این دیدگاه اطمینان دارید؟", "post_delete_confirm": "آیا از پاک کردن این دیدگاه اطمینان دارید؟",
"post_restore_confirm": "آیا از بازگردانی این دیدگاه اطمینان دارید؟", "post_restore_confirm": "آیا از بازگردانی این دیدگاه اطمینان دارید؟",
"post_delete_error": "ناتوانی در پاک کردن این دیدگاه!", "post_delete_error": "ناتوانی در پاک کردن این دیدگاه!",
@ -66,25 +63,23 @@
"loading_more_posts": "بارگذاری دیدگاه‌های بیش‌تر", "loading_more_posts": "بارگذاری دیدگاه‌های بیش‌تر",
"move_topic": "جابه‌جایی جستار", "move_topic": "جابه‌جایی جستار",
"move_post": "جابه‌جایی جستار", "move_post": "جابه‌جایی جستار",
"post_moved": "Post moved!", "post_moved": "دیدگاه جابه‌جا شد!",
"fork_topic": "شاخه ساختن از جستار", "fork_topic": "شاخه ساختن از جستار",
"topic_will_be_moved_to": "این جستار جابه‌جا خواهد شد به دستهٔ", "topic_will_be_moved_to": "این جستار جابه‌جا خواهد شد به دستهٔ",
"fork_topic_instruction": "دیدگاه‌هایی را که می‌خواهید به جستار تازه ببرید، برگزینید", "fork_topic_instruction": "دیدگاه‌هایی را که می‌خواهید به جستار تازه ببرید، برگزینید",
"fork_no_pids": "هیچ دیدگاهی انتخاب نشده!", "fork_no_pids": "هیچ دیدگاهی انتخاب نشده!",
"fork_success": "جستار با موفقیت منشعب شد.", "fork_success": "جستار با موفقیت منشعب شد.",
"reputation": "اعتبار",
"posts": "دیدگاه‌ها",
"composer.title_placeholder": "سرنویس جستارتان را اینجا بنویسید...", "composer.title_placeholder": "سرنویس جستارتان را اینجا بنویسید...",
"composer.write": "نوشتن", "composer.write": "نوشتن",
"composer.preview": "پیش‌نمایش", "composer.preview": "پیش‌نمایش",
"composer.help": "راهنمایی", "composer.help": "راهنمایی",
"composer.discard": "دور بیانداز", "composer.discard": "دور بیانداز",
"composer.submit": "بفرست", "composer.submit": "بفرست",
"composer.replying_to": "پاسخ به", "composer.replying_to": "Replying to %1",
"composer.new_topic": "جستار تازه", "composer.new_topic": "جستار تازه",
"composer.uploading": "بارگذاری...", "composer.uploading": "بارگذاری...",
"composer.thumb_url_label": "چسباندن نشانی یک تصویر بندانگشتی جستار", "composer.thumb_url_label": "چسباندن نشانی چهرک یک جستار",
"composer.thumb_title": "افزودن یک تصویر بندانگشتی به این جستار", "composer.thumb_title": "افزودن یک چهرک به این جستار",
"composer.thumb_url_placeholder": "http://example.com/thumb.png", "composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "یا بارگذاری یک پرونده", "composer.thumb_file_label": "یا بارگذاری یک پرونده",
"composer.thumb_remove": "پاک کردن جعبه‌ها", "composer.thumb_remove": "پاک کردن جعبه‌ها",

@ -2,8 +2,8 @@
"title": "نخوانده‌ها", "title": "نخوانده‌ها",
"no_unread_topics": "جستار خوانده نشده‌ای وجود ندارد.", "no_unread_topics": "جستار خوانده نشده‌ای وجود ندارد.",
"load_more": "بارگذاری بیش‌تر", "load_more": "بارگذاری بیش‌تر",
"mark_as_read": "Mark as Read", "mark_as_read": "خوانده شده بگیر",
"selected": "Selected", "selected": "برگزیده",
"all": "All", "all": "همه",
"topics_marked_as_read.success": "Topics marked as read!" "topics_marked_as_read.success": "همه جستارها خوانده شدند"
} }

@ -12,7 +12,6 @@
"profile": "نمایه", "profile": "نمایه",
"profile_views": "بازدیدهای نمایه", "profile_views": "بازدیدهای نمایه",
"reputation": "اعتبار", "reputation": "اعتبار",
"posts": "دیدگاه‌ها",
"favourites": "پسندها", "favourites": "پسندها",
"followers": "دنبال‌کننده‌ها", "followers": "دنبال‌کننده‌ها",
"following": "دنبال‌شونده‌ها", "following": "دنبال‌شونده‌ها",
@ -22,7 +21,7 @@
"chat": "گفتگو", "chat": "گفتگو",
"follow": "دنبال کن", "follow": "دنبال کن",
"unfollow": "دنبال نکن", "unfollow": "دنبال نکن",
"profile_update_success": "Profile has been updated successfully!", "profile_update_success": "نمایه باموفقیت به روز شده است!",
"change_picture": "تغییر تصویر", "change_picture": "تغییر تصویر",
"edit": "ویرایش", "edit": "ویرایش",
"uploaded_picture": "تصویر بارشده", "uploaded_picture": "تصویر بارشده",
@ -33,27 +32,27 @@
"change_password_error_wrong_current": "این گذرواژهٔ شما نادرست است.", "change_password_error_wrong_current": "این گذرواژهٔ شما نادرست است.",
"change_password_error_length": "گذرواژه خیلی کوتاه است!", "change_password_error_length": "گذرواژه خیلی کوتاه است!",
"change_password_error_match": "گذرواژه‌ها باید یکسان باشند.", "change_password_error_match": "گذرواژه‌ها باید یکسان باشند.",
"change_password_error_privileges": "شما پروانهٔ تغییر این گذرواژه را ندارید.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "گذرواژه‌تان تازه شد.", "change_password_success": "گذرواژه‌تان تازه شد.",
"confirm_password": "تکرار گذرواژه", "confirm_password": "تکرار گذرواژه",
"password": "گذرواژه", "password": "گذرواژه",
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>", "username_taken_workaround": "نام کاربری درخواستی شما در حال حاضر گرفته شده است، بنابراین ما آن را کمی تغییر داده‌ایم. شما هم‌اکنون با نام <strong>%1</strong شناخته می‌شوید.",
"upload_picture": "بارگذاری تصویر", "upload_picture": "بارگذاری تصویر",
"upload_a_picture": "یک تصویر بارگذاری کنید", "upload_a_picture": "یک تصویر بارگذاری کنید",
"image_spec": "شما تنها می‌توانید پرونده‌های PNG، JPG و GIF بار بگذارید.", "image_spec": "شما تنها می‌توانید پرونده‌های PNG، JPG و GIF بار بگذارید.",
"max": "بیشینه", "max": "بیشینه",
"settings": "تنظیمات", "settings": "تنظیمات",
"show_email": "نمایش رایانامه‌ام", "show_email": "نمایش رایانامه‌ام",
"digest_label": "Subscribe to Digest", "digest_label": "مشترک شدن در چکیده",
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", "digest_description": "مشترک شدن برای دریافت تازه‌هی این انجمن (جستارها و آکاه‌سازی‌های تازه) با رایانامه روی یک برنامه زمان‌بندی",
"digest_off": "Off", "digest_off": "Off",
"digest_daily": "Daily", "digest_daily": "روزانه",
"digest_weekly": "Weekly", "digest_weekly": "هفتگی",
"digest_monthly": "Monthly", "digest_monthly": "ماهانه",
"has_no_follower": "این کاربر هیچ دنبال‌کننده‌ای ندارد :(", "has_no_follower": "این کاربر هیچ دنبال‌کننده‌ای ندارد :(",
"follows_no_one": "این کاربر هیچ کسی را دنبال نمی‌کند :(", "follows_no_one": "این کاربر هیچ کسی را دنبال نمی‌کند :(",
"has_no_posts": "این کاربر هنوز هیچ دیدگاهی نگذاشته است.", "has_no_posts": "این کاربر هنوز هیچ دیدگاهی نگذاشته است.",
"has_no_topics": "This user didn't post any topics yet.", "has_no_topics": "این کاربر هنوز هیچ جستاری نفرستاده است.",
"email_hidden": "رایانامه پنهان شده", "email_hidden": "رایانامه پنهان شده",
"hidden": "پنهان", "hidden": "پنهان",
"paginate_description": "محدود کردن شمار جستارها و دیدگاه‌ها در هر برگه به جای مرور بی‌پایان برگه‌ها", "paginate_description": "محدود کردن شمار جستارها و دیدگاه‌ها در هر برگه به جای مرور بی‌پایان برگه‌ها",

@ -2,7 +2,6 @@
"latest_users": "آخرین کاربران", "latest_users": "آخرین کاربران",
"top_posters": "بهترین فرستنده‌ها", "top_posters": "بهترین فرستنده‌ها",
"most_reputation": "بیش‌ترین اعتبار", "most_reputation": "بیش‌ترین اعتبار",
"online": "حاضر",
"search": "جستجو", "search": "جستجو",
"enter_username": "یک نام کاربری برای جستجو وارد کنید", "enter_username": "یک نام کاربری برای جستجو وارد کنید",
"load_more": "بارگذاری بیش‌تر" "load_more": "بارگذاری بیش‌تر"

@ -1,12 +1,7 @@
{ {
"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?",
"posts": "viestit",
"views": "katsottu",
"posted": "kirjoitettu",
"browsing": "selaamassa", "browsing": "selaamassa",
"no_replies": "Kukaan ei ole vastannut", "no_replies": "Kukaan ei ole vastannut",
"replied": "vastasi", "share_this_category": "Jaa tämä kategoria"
"last_edited_by": "viimeksi muokannut ",
"share_this_category": "Share this category"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "Sinut on estetty ja kirjaudut ulos!", "alert.banned.message": "Sinut on estetty ja kirjaudut ulos!",
"alert.unfollow": "Et seuraa enää %1!", "alert.unfollow": "Et seuraa enää %1!",
"alert.follow": "Seuraat nyt %1!", "alert.follow": "Seuraat nyt %1!",
"online": "Online",
"users": "Users",
"topics": "Topics",
"posts": "Viestit", "posts": "Viestit",
"views": "Katsottu", "views": "Katsottu",
"posted": "kirjoitettu", "reputation": "Reputation",
"in": "alueelle", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "No Recent Posts", "norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics", "norecenttopics": "No Recent Topics",
"recentposts": "Viimeisimmät viestit", "recentposts": "Viimeisimmät viestit",
"recentips": "Recently Logged In IPs", "recentips": "Recently Logged In IPs",
"online": "Online",
"away": "Poissa", "away": "Poissa",
"dnd": "Älä häiritse", "dnd": "Älä häiritse",
"invisible": "Näkymätön", "invisible": "Näkymätön",

@ -1,7 +1,5 @@
{ {
"login": "Kirjaudu sisään", "username": "Käyttäjätunnus tai sähköpostiosoite",
"username": "Username / Email",
"password": "Salasana",
"remember_me": "Muista minut?", "remember_me": "Muista minut?",
"forgot_password": "Unohditko salasanasi?", "forgot_password": "Unohditko salasanasi?",
"alternative_logins": "Vaihtoehtoiset kirjautumistavat", "alternative_logins": "Vaihtoehtoiset kirjautumistavat",

@ -3,5 +3,5 @@
"chat.placeholder": "kirjoita viestisi tähän ja paina enter lähettääksesi", "chat.placeholder": "kirjoita viestisi tähän ja paina enter lähettääksesi",
"chat.send": "Lähetä", "chat.send": "Lähetä",
"chat.no_active": "Sinulla ei ole aktiivisia keskusteluita.", "chat.no_active": "Sinulla ei ole aktiivisia keskusteluita.",
"chat.user_typing": "%1 is typing ..." "chat.user_typing": "%1 kirjoittaa ..."
} }

@ -7,10 +7,10 @@
"outgoing_link_message": "Olet nyt poistumassa", "outgoing_link_message": "Olet nyt poistumassa",
"continue_to": "Jatka", "continue_to": "Jatka",
"return_to": "Palaa ", "return_to": "Palaa ",
"new_notification": "New Notification", "new_notification": "Uusi ilmoitus",
"you_have_unread_notifications": "You have unread notifications.", "you_have_unread_notifications": "Sinulla on lukemattomia ilmoituksia.",
"user_made_post": "<strong>%1</strong> made a new post", "user_made_post": "<strong>%1</strong> kirjoitti uuden viestin",
"new_message_from": "New message from <strong>%1</strong>", "new_message_from": "Uusi viesti käyttäjältä <strong>%1</strong>",
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.", "upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
"favourited_your_post": "<strong>%1</strong> has favourited your post.", "favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.", "user_flagged_post": "<strong>%1</strong> flagged a post.",

@ -8,8 +8,8 @@
"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.posts": "Käyttäjän %1 kirjoittamat viestit",
"user.topics": "Topics created by %1", "user.topics": "Käyttäjän %1 aloittamat aiheet",
"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"
} }

@ -8,7 +8,7 @@
"new_password": "Uusi salasana", "new_password": "Uusi salasana",
"repeat_password": "Vahvista salasana", "repeat_password": "Vahvista salasana",
"enter_email": "Syötä <strong>sähköpostiosoitteesi</strong>, niin me lähetämme sinulle sähköpostilla ohjeet käyttäjätilisi palauttamiseksi.", "enter_email": "Syötä <strong>sähköpostiosoitteesi</strong>, niin me lähetämme sinulle sähköpostilla ohjeet käyttäjätilisi palauttamiseksi.",
"enter_email_address": "Enter Email Address", "enter_email_address": "Syötä sähköpostiosoite",
"password_reset_sent": "Salasanan palautuskoodi lähetetty", "password_reset_sent": "Salasanan palautuskoodi lähetetty",
"invalid_email": "Virheellinen sähköpostiosoite / Sähköpostiosoitetta ei ole olemassa!" "invalid_email": "Virheellinen sähköpostiosoite / Sähköpostiosoitetta ei ole olemassa!"
} }

@ -1,5 +1,6 @@
{ {
"topic-post": "You have successfully posted.", "success": "Onnistui",
"authentication-successful": "Authentication Successful", "topic-post": "Viestin lähettäminen onnistui.",
"settings-saved": "Settings saved!" "authentication-successful": "Tunnistautuminen onnistui",
"settings-saved": "Asetukset tallennettu!"
} }

@ -1,6 +1,5 @@
{ {
"topic": "Aihe", "topic": "Aihe",
"topics": "Aiheet",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "Aiheita ei löytynyt!", "no_topics_found": "Aiheita ei löytynyt!",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged for moderation.",
"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.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.message": "Et saa enää ilmoituksia tästä aiheesta.", "not_following_topic.message": "Et saa enää ilmoituksia tästä aiheesta.",
"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.", "markAsUnreadForAll.success": "Topic marked as unread for all.",
@ -72,21 +69,19 @@
"fork_topic_instruction": "Napsauta viestejä, jotka haluat haaroittaa", "fork_topic_instruction": "Napsauta viestejä, jotka haluat haaroittaa",
"fork_no_pids": "Ei valittuja viestejä!", "fork_no_pids": "Ei valittuja viestejä!",
"fork_success": "Keskustelu haaroitettu onnistuneesti!", "fork_success": "Keskustelu haaroitettu onnistuneesti!",
"reputation": "Maine",
"posts": "Viestejä",
"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.help": "Ohje",
"composer.discard": "Hylkää", "composer.discard": "Hylkää",
"composer.submit": "Lähetä", "composer.submit": "Lähetä",
"composer.replying_to": "Vastataan aiheeseen", "composer.replying_to": "Replying to %1",
"composer.new_topic": "Uusi aihe", "composer.new_topic": "Uusi aihe",
"composer.uploading": "uploading...", "composer.uploading": "ladataan palvelimelle...",
"composer.thumb_url_label": "Paste a topic thumbnail URL", "composer.thumb_url_label": "Paste a topic thumbnail URL",
"composer.thumb_title": "Add a thumbnail to this topic", "composer.thumb_title": "Add a thumbnail to this topic",
"composer.thumb_url_placeholder": "http://example.com/thumb.png", "composer.thumb_url_placeholder": "http://example.com/thumb.png",
"composer.thumb_file_label": "Or upload a file", "composer.thumb_file_label": "Tai lataa tiedosto palvelimelle",
"composer.thumb_remove": "Clear fields", "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.upload_instructions": "Lataa kuvia vetämällä & pudottamalla ne." "composer.upload_instructions": "Lataa kuvia vetämällä & pudottamalla ne."

@ -2,8 +2,8 @@
"title": "Lukematon", "title": "Lukematon",
"no_unread_topics": "Ei lukemattomia aiheita.", "no_unread_topics": "Ei lukemattomia aiheita.",
"load_more": "Lataa lisää", "load_more": "Lataa lisää",
"mark_as_read": "Mark as Read", "mark_as_read": "Merkitse luetuksi",
"selected": "Selected", "selected": "Valitut",
"all": "All", "all": "Kaikki",
"topics_marked_as_read.success": "Topics marked as read!" "topics_marked_as_read.success": "Aihe merkitty luetuksi!"
} }

@ -12,7 +12,6 @@
"profile": "Profiili", "profile": "Profiili",
"profile_views": "Profiilia katsottu", "profile_views": "Profiilia katsottu",
"reputation": "Maine", "reputation": "Maine",
"posts": "Viestit",
"favourites": "Suosikit", "favourites": "Suosikit",
"followers": "Seuraajat", "followers": "Seuraajat",
"following": "Seuratut", "following": "Seuratut",
@ -22,19 +21,19 @@
"chat": "Keskustele", "chat": "Keskustele",
"follow": "Seuraa", "follow": "Seuraa",
"unfollow": "Älä seuraa", "unfollow": "Älä seuraa",
"profile_update_success": "Profile has been updated successfully!", "profile_update_success": "Profiili päivitettiin onnistuneesti!",
"change_picture": "Vaihda kuva", "change_picture": "Vaihda kuva",
"edit": "Muokkaa", "edit": "Muokkaa",
"uploaded_picture": "Ladattu kuva", "uploaded_picture": "Ladattu kuva",
"upload_new_picture": "Lataa uusi kuva", "upload_new_picture": "Lataa uusi kuva",
"current_password": "Nykyinen salasana", "current_password": "Nykyinen salasana",
"change_password": "Vaihda salasana", "change_password": "Vaihda salasana",
"change_password_error": "Invalid Password!", "change_password_error": "Virheellinen salasana",
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Nykyinen salasanasi ei ole oikein!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Salasana on liian lyhyt!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Salasanojen täytyy olla samat!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Salasanasi on päivitetty!",
"confirm_password": "Vahvista salasana", "confirm_password": "Vahvista salasana",
"password": "Salasana", "password": "Salasana",
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>", "username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
@ -53,11 +52,11 @@
"has_no_follower": "Kukaan ei seuraa tätä käyttäjää :(", "has_no_follower": "Kukaan ei seuraa tätä käyttäjää :(",
"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": "Tämä käyttäjä ei ole kirjoittanut vielä mitään.", "has_no_posts": "Tämä käyttäjä ei ole kirjoittanut vielä mitään.",
"has_no_topics": "This user didn't post any topics yet.", "has_no_topics": "Tämä käyttäjä ei ole kirjoittanut vielä yhtään aihetta.",
"email_hidden": "Sähköposti piilotettu", "email_hidden": "Sähköposti piilotettu",
"hidden": "piilotettu", "hidden": "piilotettu",
"paginate_description": "Sivuta aiheet ja viestit loputtoman vierittämisen sijaan.", "paginate_description": "Sivuta aiheet ja viestit loputtoman vierittämisen sijaan.",
"topics_per_page": "Aihetta per sivu", "topics_per_page": "Aihetta per sivu",
"posts_per_page": "Viestiä per sivu", "posts_per_page": "Viestiä per sivu",
"notification_sounds": "Play a sound when you receive a notification." "notification_sounds": "Soita merkkiääni ilmoituksen saapuessa."
} }

@ -2,7 +2,6 @@
"latest_users": "Viimeisimmät käyttäjät", "latest_users": "Viimeisimmät käyttäjät",
"top_posters": "Aktiivisimmat viestittelijät", "top_posters": "Aktiivisimmat viestittelijät",
"most_reputation": "Eniten mainetta", "most_reputation": "Eniten mainetta",
"online": "Online",
"search": "Hae", "search": "Hae",
"enter_username": "Syötä käyttäjätunnus hakeaksesi", "enter_username": "Syötä käyttäjätunnus hakeaksesi",
"load_more": "Lataa lisää" "load_more": "Lataa lisää"

@ -1,12 +1,7 @@
{ {
"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?",
"posts": "messages",
"views": "vues",
"posted": "posté",
"browsing": "parcouru par", "browsing": "parcouru par",
"no_replies": "Personne n'a répondu", "no_replies": "Personne n'a répondu",
"replied": "répondu",
"last_edited_by": "dernière édition par",
"share_this_category": "Partager cette catégorie" "share_this_category": "Partager cette catégorie"
} }

@ -38,19 +38,28 @@
"alert.banned.message": "Vous avez été bannis, vous allez être déconnecté!", "alert.banned.message": "Vous avez été bannis, vous allez être déconnecté!",
"alert.unfollow": "Vous ne suivez plus %1!", "alert.unfollow": "Vous ne suivez plus %1!",
"alert.follow": "Vous suivez maintenant %1!", "alert.follow": "Vous suivez maintenant %1!",
"online": "En ligne",
"users": "Utilisateurs",
"topics": "Sujets",
"posts": "Messages", "posts": "Messages",
"views": "Vues", "views": "Vues",
"posted": "posté", "reputation": "Réputation",
"in": "dans", "read_more": "En lire plus",
"posted_ago_by": "Posté <span class=\"timeago\" title=\"%1\"></span> par %2",
"posted_ago": "posté <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posté dans <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> par %5",
"posted_in_ago": "posté dans <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "répondu <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> a posté <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "dernière édition par <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "Aucun Message Récent", "norecentposts": "Aucun Message Récent",
"norecenttopics": "Aucun Sujet Récent", "norecenttopics": "Aucun Sujet Récent",
"recentposts": "Messages Récents", "recentposts": "Messages Récents",
"recentips": "Adresses IP récemment enregistées", "recentips": "Adresses IP récemment enregistées",
"online": "En ligne",
"away": "Absent", "away": "Absent",
"dnd": "Occupé", "dnd": "Occupé",
"invisible": "Invisible", "invisible": "Invisible",
"offline": "Hors ligne", "offline": "Hors ligne",
"email": "Email", "email": "Email",
"language": "Language" "language": "Langue"
} }

@ -1,7 +1,5 @@
{ {
"login": "Connexion",
"username": "Nom d'utilisateur / Email", "username": "Nom d'utilisateur / Email",
"password": "Mot de passe",
"remember_me": "Se souvenir de moi?", "remember_me": "Se souvenir de moi?",
"forgot_password": "Mot de passe oublié?", "forgot_password": "Mot de passe oublié?",
"alternative_logins": "Connexions Alternatives", "alternative_logins": "Connexions Alternatives",

@ -3,5 +3,5 @@
"chat.placeholder": "taper le message ici, presser entrer pour envoyer", "chat.placeholder": "taper le message ici, presser entrer pour envoyer",
"chat.send": "Envoyer", "chat.send": "Envoyer",
"chat.no_active": "Vous n'avez aucune discussion active.", "chat.no_active": "Vous n'avez aucune discussion active.",
"chat.user_typing": "%1 is typing ..." "chat.user_typing": "%1 est en train d'écrire"
} }

@ -7,12 +7,12 @@
"outgoing_link_message": "Vous quitter NodeBB", "outgoing_link_message": "Vous quitter NodeBB",
"continue_to": "Continuer vers", "continue_to": "Continuer vers",
"return_to": "Retour vers ", "return_to": "Retour vers ",
"new_notification": "New Notification", "new_notification": "Nouvelle Notification",
"you_have_unread_notifications": "You have unread notifications.", "you_have_unread_notifications": "Vous avez des notifications non-lues",
"user_made_post": "<strong>%1</strong> made a new post", "user_made_post": "<strong>%1</strong> a posté un nouveau message",
"new_message_from": "New message from <strong>%1</strong>", "new_message_from": "Nouveau message de <strong>%1</strong>",
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.", "upvoted_your_post": "<strong>%1</strong> a voté pour votre message.",
"favourited_your_post": "<strong>%1</strong> has favourited your post.", "favourited_your_post": "<strong>%1</strong> a mis votre message en favoris.",
"user_flagged_post": "<strong>%1</strong> flagged a post.", "user_flagged_post": "<strong>%1</strong> a signalé un message.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>" "user_posted_to": "<strong>%1</strong> a répondu à : <strong>%2</strong>"
} }

@ -1,5 +1,6 @@
{ {
"topic-post": "You have successfully posted.", "success": "Succès",
"authentication-successful": "Authentication Successful", "topic-post": "Message posté avec succès.",
"settings-saved": "Settings saved!" "authentication-successful": "Authentification réussie",
"settings-saved": "Paramètres enregistrés!"
} }

@ -1,6 +1,5 @@
{ {
"topic": "Sujet", "topic": "Sujet",
"topics": "Sujets",
"topic_id": "Sujet ID", "topic_id": "Sujet ID",
"topic_id_placeholder": "Entrer l'ID du Sujet", "topic_id_placeholder": "Entrer l'ID du Sujet",
"no_topics_found": "Aucun sujet trouvé !", "no_topics_found": "Aucun sujet trouvé !",
@ -26,9 +25,7 @@
"flag_confirm": "Êtes vous sûr de vouloir signaler ce message?", "flag_confirm": "Êtes vous sûr de vouloir signaler ce message?",
"flag_success": "Ce message a été signalé aux modérateurs.", "flag_success": "Ce message a été signalé aux modérateurs.",
"deleted_message": "Ce sujet a été supprimé. Seuls les utilsateurs avec les droits d'administration peuvent le voir.", "deleted_message": "Ce sujet a été supprimé. Seuls les 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.", "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.", "not_following_topic.message": "Vous ne recevrez plus de notifications pour ce sujet.",
"login_to_subscribe": "Veuillez vous enregistrer ou vous connecter afin de souscrire à ce sujet.", "login_to_subscribe": "Veuillez vous enregistrer ou vous connecter afin de souscrire à ce sujet.",
"markAsUnreadForAll.success": "Sujet marqué comme non lu pour tout le monde.", "markAsUnreadForAll.success": "Sujet marqué comme non lu pour tout le monde.",
@ -47,11 +44,11 @@
"thread_tools.delete_confirm": "Êtes vous sûr de vouloir supprimer ce sujet?", "thread_tools.delete_confirm": "Êtes vous sûr de vouloir supprimer ce sujet?",
"thread_tools.restore": "Restaurer le sujet", "thread_tools.restore": "Restaurer le sujet",
"thread_tools.restore_confirm": "Êtes vous sûr de vouloir restaurer ce sujet?", "thread_tools.restore_confirm": "Êtes vous sûr de vouloir restaurer ce sujet?",
"topic_lock_success": "Topic has been successfully locked.", "topic_lock_success": "Le sujet a été verrouillé avec succès.",
"topic_unlock_success": "Topic has been successfully unlocked.", "topic_unlock_success": "Le sujet a été déverrouillé avec succès.",
"topic_pin_success": "Topic has been successfully pinned.", "topic_pin_success": "Le sujet a été épinglé avec succès.",
"topic_unpin_success": "Topic has been successfully unpinned.", "topic_unpin_success": "Le sujet a été dés-épinglé avec succès.",
"topic_move_success": "This topic has been successfully moved to %1", "topic_move_success": "Ce sujet a été déplacé vers %1 avec succès.",
"post_delete_confirm": "Êtes vous sûr de vouloir supprimer ce message?", "post_delete_confirm": "Êtes vous sûr de vouloir supprimer ce message?",
"post_restore_confirm": "Êtes vous sûr de vouloir restaurer ce message?", "post_restore_confirm": "Êtes vous sûr de vouloir restaurer ce message?",
"post_delete_error": "Impossible de supprimer ce message!", "post_delete_error": "Impossible de supprimer ce message!",
@ -66,21 +63,19 @@
"loading_more_posts": "Charger plus de messages", "loading_more_posts": "Charger plus de messages",
"move_topic": "Déplacer le sujet", "move_topic": "Déplacer le sujet",
"move_post": "Déplacer", "move_post": "Déplacer",
"post_moved": "Post moved!", "post_moved": "Message déplacé!",
"fork_topic": "Scinder le Topic", "fork_topic": "Scinder le Topic",
"topic_will_be_moved_to": "Ce sujet sera déplacé vers la catégorie", "topic_will_be_moved_to": "Ce sujet sera déplacé vers la catégorie",
"fork_topic_instruction": "Cliquer sur les postes à scinder", "fork_topic_instruction": "Cliquer sur les postes à scinder",
"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",
"posts": "Messages",
"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": "Aide", "composer.help": "Aide",
"composer.discard": "Abandon", "composer.discard": "Abandon",
"composer.submit": "Envoi", "composer.submit": "Envoi",
"composer.replying_to": "Répondre à", "composer.replying_to": "Replying to %1",
"composer.new_topic": "Nouveau Sujet", "composer.new_topic": "Nouveau Sujet",
"composer.uploading": "téléchargement...", "composer.uploading": "téléchargement...",
"composer.thumb_url_label": "Coller une URL de vignette du sujet", "composer.thumb_url_label": "Coller une URL de vignette du sujet",

@ -12,7 +12,6 @@
"profile": "Profil", "profile": "Profil",
"profile_views": "Affichages", "profile_views": "Affichages",
"reputation": "Réputation", "reputation": "Réputation",
"posts": "Messages",
"favourites": "Favoris", "favourites": "Favoris",
"followers": "Abonnés", "followers": "Abonnés",
"following": "Abonnements", "following": "Abonnements",
@ -22,7 +21,7 @@
"chat": "Chat", "chat": "Chat",
"follow": "S'abonner", "follow": "S'abonner",
"unfollow": "Se désabonner", "unfollow": "Se désabonner",
"profile_update_success": "Profile has been updated successfully!", "profile_update_success": "Le profile a été mis à jour avec succès!",
"change_picture": "Changer d'image", "change_picture": "Changer d'image",
"edit": "Editer", "edit": "Editer",
"uploaded_picture": "Image uploadée", "uploaded_picture": "Image uploadée",
@ -33,23 +32,23 @@
"change_password_error_wrong_current": "Votre mot de passe est incorrect!", "change_password_error_wrong_current": "Votre mot de passe est incorrect!",
"change_password_error_length": "Mot de Passe trop court!", "change_password_error_length": "Mot de Passe trop court!",
"change_password_error_match": "Les Mots de Passe doivent être identiques!", "change_password_error_match": "Les Mots de Passe doivent être identiques!",
"change_password_error_privileges": "Vous n'avez pas les autorisations pour modifier ce mot de passe.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Votre mot de passe a été mis à jour.", "change_password_success": "Votre mot de passe a été mis à jour.",
"confirm_password": "Confirmer le mot de passe", "confirm_password": "Confirmer le mot de passe",
"password": "Mot de passe", "password": "Mot de passe",
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>", "username_taken_workaround": "Le nom d'utilisateur désiré est déjà utilisé, il a été légèrement modifié. Vous êtes maintenant reconnu comme <strong>%1</strong>",
"upload_picture": "Uploader une image", "upload_picture": "Uploader une image",
"upload_a_picture": "Uploader une image", "upload_a_picture": "Uploader une image",
"image_spec": "Vous ne pouvez envoyer que des fichiers PNG, JPG ou GIF", "image_spec": "Vous ne pouvez envoyer que des fichiers PNG, JPG ou GIF",
"max": "max.", "max": "max.",
"settings": "Paramètres", "settings": "Paramètres",
"show_email": "Révéler mon Email", "show_email": "Révéler mon Email",
"digest_label": "Subscribe to Digest", "digest_label": "Sinscrire au Compte Rendu.",
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", "digest_description": "Souscrire au mise à jours par email de ce forum (nouvelles notifications et sujets) selon le planning choisi.",
"digest_off": "Off", "digest_off": "Désactivé",
"digest_daily": "Daily", "digest_daily": "Quotidien",
"digest_weekly": "Weekly", "digest_weekly": "Hebdomadaire",
"digest_monthly": "Monthly", "digest_monthly": "Mensuel",
"has_no_follower": "Cet utilisateur n'a aucun suiveur :(", "has_no_follower": "Cet utilisateur n'a aucun suiveur :(",
"follows_no_one": "Cet utilisateur ne suit personne :(", "follows_no_one": "Cet utilisateur ne suit personne :(",
"has_no_posts": "Ce membre n'a rien posté pour le moment", "has_no_posts": "Ce membre n'a rien posté pour le moment",

@ -2,7 +2,6 @@
"latest_users": "Derniers inscrits", "latest_users": "Derniers inscrits",
"top_posters": "Actifs", "top_posters": "Actifs",
"most_reputation": "Réputés", "most_reputation": "Réputés",
"online": "En Ligne",
"search": "Rechercher", "search": "Rechercher",
"enter_username": "Entrer un nom d'utilisateur pour rechercher", "enter_username": "Entrer un nom d'utilisateur pour rechercher",
"load_more": "Charger la suite" "load_more": "Charger la suite"

@ -1,12 +1,7 @@
{ {
"new_topic_button": "נושא חדש", "new_topic_button": "נושא חדש",
"no_topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?", "no_topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?",
"posts": "פוסטים",
"views": "צפיות",
"posted": "פורסם",
"browsing": "צופים בנושא זה כעת", "browsing": "צופים בנושא זה כעת",
"no_replies": "אין תגובות", "no_replies": "אין תגובות",
"replied": "הגיב",
"last_edited_by": "נערך לאחרונה על-ידי",
"share_this_category": "Share this category" "share_this_category": "Share this category"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "הורחקת וכעת תנותק מהאתר!", "alert.banned.message": "הורחקת וכעת תנותק מהאתר!",
"alert.unfollow": "אתה כבר לא עוקב אחרי %1!", "alert.unfollow": "אתה כבר לא עוקב אחרי %1!",
"alert.follow": "אתה עכשיו עוקב אחרי %1", "alert.follow": "אתה עכשיו עוקב אחרי %1",
"online": "מחובר",
"users": "Users",
"topics": "Topics",
"posts": "פוסטים", "posts": "פוסטים",
"views": "צפיות", "views": "צפיות",
"posted": "פורסם", "reputation": "Reputation",
"in": "ב", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "No Recent Posts", "norecentposts": "No Recent Posts",
"norecenttopics": "No Recent Topics", "norecenttopics": "No Recent Topics",
"recentposts": "פוסטים אחרונים", "recentposts": "פוסטים אחרונים",
"recentips": "Recently Logged In IPs", "recentips": "Recently Logged In IPs",
"online": "מחובר",
"away": "לא נמצא", "away": "לא נמצא",
"dnd": "לא להפריע", "dnd": "לא להפריע",
"invisible": "מוסתר", "invisible": "מוסתר",

@ -1,7 +1,5 @@
{ {
"login": "התחברות",
"username": "Username / Email", "username": "Username / Email",
"password": "סיסמה",
"remember_me": "זכור אותי?", "remember_me": "זכור אותי?",
"forgot_password": "שכחת סיסמתך?", "forgot_password": "שכחת סיסמתך?",
"alternative_logins": "התחבר באמצעות...", "alternative_logins": "התחבר באמצעות...",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "נושא", "topic": "נושא",
"topics": "נושאים",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "לא נמצאו נושאים!", "no_topics_found": "לא נמצאו נושאים!",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged for moderation.",
"deleted_message": "הנושא הזה נמחק. רק מנהלים מורשים לראות אותו", "deleted_message": "הנושא הזה נמחק. רק מנהלים מורשים לראות אותו",
"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.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.", "markAsUnreadForAll.success": "Topic marked as unread for all.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "לחץ על הפוסטים שברצונך לשכפל", "fork_topic_instruction": "לחץ על הפוסטים שברצונך לשכפל",
"fork_no_pids": "לא בחרת אף פוסט!", "fork_no_pids": "לא בחרת אף פוסט!",
"fork_success": "הנושא שוכפל בהצלחה!", "fork_success": "הנושא שוכפל בהצלחה!",
"reputation": "מוניטין",
"posts": "פוסטים",
"composer.title_placeholder": "הכנס את כותרת הנושא כאן...", "composer.title_placeholder": "הכנס את כותרת הנושא כאן...",
"composer.write": "כתוב", "composer.write": "כתוב",
"composer.preview": "תצוגה מקדימה", "composer.preview": "תצוגה מקדימה",
"composer.help": "Help", "composer.help": "Help",
"composer.discard": "מחק", "composer.discard": "מחק",
"composer.submit": "שלח", "composer.submit": "שלח",
"composer.replying_to": "תגובה", "composer.replying_to": "Replying to %1",
"composer.new_topic": "נושא חדש", "composer.new_topic": "נושא חדש",
"composer.uploading": "uploading...", "composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL", "composer.thumb_url_label": "Paste a topic thumbnail URL",

@ -12,7 +12,6 @@
"profile": "פרופיל", "profile": "פרופיל",
"profile_views": "צפיות בפרופיל", "profile_views": "צפיות בפרופיל",
"reputation": "מוניטין", "reputation": "מוניטין",
"posts": "פוסטים",
"favourites": "מועדפים", "favourites": "מועדפים",
"followers": "עוקבים", "followers": "עוקבים",
"following": "עוקב אחרי", "following": "עוקב אחרי",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Your current password is not correct!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Password too short!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Passwords must match!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Your password is updated!",
"confirm_password": "אמת סיסמה", "confirm_password": "אמת סיסמה",
"password": "סיסמה", "password": "סיסמה",

@ -2,7 +2,6 @@
"latest_users": "משתמשים אחרונים", "latest_users": "משתמשים אחרונים",
"top_posters": "מפרסמים הכי הרבה", "top_posters": "מפרסמים הכי הרבה",
"most_reputation": "המוניטין הגבוה ביותר", "most_reputation": "המוניטין הגבוה ביותר",
"online": "מחוברים",
"search": "חיפוש", "search": "חיפוש",
"enter_username": "הכנס שם משתמש לחיפוש", "enter_username": "הכנס שם משתמש לחיפוש",
"load_more": "טען עוד" "load_more": "טען עוד"

@ -1,12 +1,7 @@
{ {
"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?",
"posts": "hozzászólások",
"views": "megtekintések",
"posted": "hozzászólt",
"browsing": "jelenlévők", "browsing": "jelenlévők",
"no_replies": "Senki sem válaszolt még", "no_replies": "Senki sem válaszolt még",
"replied": "válaszolt",
"last_edited_by": "utoljára szerkesztette:",
"share_this_category": "Hozzászólás megosztása" "share_this_category": "Hozzászólás megosztása"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "Ki vagy tiltva, ezért most ki leszel léptetve!", "alert.banned.message": "Ki vagy tiltva, ezért most ki leszel léptetve!",
"alert.unfollow": "Nem követed tovább: %1!", "alert.unfollow": "Nem követed tovább: %1!",
"alert.follow": "Mostantól követed: %1!", "alert.follow": "Mostantól követed: %1!",
"online": "Online",
"users": "Users",
"topics": "Topics",
"posts": "Hozzászólás", "posts": "Hozzászólás",
"views": "Megtekintés", "views": "Megtekintés",
"posted": "hozzászólt", "reputation": "Reputation",
"in": "itt:", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "Nincs legutóbbi hozzászólás", "norecentposts": "Nincs legutóbbi hozzászólás",
"norecenttopics": "Nincs friss téma", "norecenttopics": "Nincs friss téma",
"recentposts": "Friss hozzászólások", "recentposts": "Friss hozzászólások",
"recentips": "Utoljára bejelentkezett IP", "recentips": "Utoljára bejelentkezett IP",
"online": "Online",
"away": "Távol van", "away": "Távol van",
"dnd": "Elfoglalt", "dnd": "Elfoglalt",
"invisible": "Láthatatlan", "invisible": "Láthatatlan",

@ -1,7 +1,5 @@
{ {
"login": "Bejelentkezés",
"username": "Felhasználónév / Email", "username": "Felhasználónév / Email",
"password": "Jelszó",
"remember_me": "Emlékezz rám", "remember_me": "Emlékezz rám",
"forgot_password": "Elfelejtett Jelszó?", "forgot_password": "Elfelejtett Jelszó?",
"alternative_logins": "Alternatív Belépések", "alternative_logins": "Alternatív Belépések",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "Topik", "topic": "Topik",
"topics": "Topikok",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "Téma nem található!", "no_topics_found": "Téma nem található!",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged for moderation.",
"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.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": "Nem követett téma",
"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.", "markAsUnreadForAll.success": "Topic marked as unread for all.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "Klikkelj azokra a hozzászólásokra, amiket szét akarsz szedni", "fork_topic_instruction": "Klikkelj azokra a hozzászólásokra, amiket szét akarsz szedni",
"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",
"posts": "Hozzászólás",
"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.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": "Replying to %1",
"composer.new_topic": "Új Topik", "composer.new_topic": "Új Topik",
"composer.uploading": "uploading...", "composer.uploading": "uploading...",
"composer.thumb_url_label": "Paste a topic thumbnail URL", "composer.thumb_url_label": "Paste a topic thumbnail URL",

@ -12,7 +12,6 @@
"profile": "Profil", "profile": "Profil",
"profile_views": "Megtekintések", "profile_views": "Megtekintések",
"reputation": "Hírnév", "reputation": "Hírnév",
"posts": "Hozzászólások",
"favourites": "Kedvencek", "favourites": "Kedvencek",
"followers": "Követők", "followers": "Követők",
"following": "Követve", "following": "Követve",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Your current password is not correct!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Password too short!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Passwords must match!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Your password is updated!",
"confirm_password": "Jelszó megerősítése", "confirm_password": "Jelszó megerősítése",
"password": "Jelszó", "password": "Jelszó",

@ -2,7 +2,6 @@
"latest_users": "Legújabbak", "latest_users": "Legújabbak",
"top_posters": "Legaktívabbak", "top_posters": "Legaktívabbak",
"most_reputation": "Legnépszerűbbek", "most_reputation": "Legnépszerűbbek",
"online": "Online",
"search": "Keresés", "search": "Keresés",
"enter_username": "Írj be egy nicknevet a kereséshez", "enter_username": "Írj be egy nicknevet a kereséshez",
"load_more": "Több betöltése" "load_more": "Több betöltése"

@ -1,12 +1,7 @@
{ {
"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?",
"posts": "post",
"views": "visualizzazioni",
"posted": "postato",
"browsing": "visualizzando", "browsing": "visualizzando",
"no_replies": "Nessuno ha risposto", "no_replies": "Nessuno ha risposto",
"replied": "risposto",
"last_edited_by": "ultima modifica di",
"share_this_category": "Share this category" "share_this_category": "Share this category"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "Sei bannato e verrai disconnesso!", "alert.banned.message": "Sei bannato e verrai disconnesso!",
"alert.unfollow": "Non stai più seguendo %1!", "alert.unfollow": "Non stai più seguendo %1!",
"alert.follow": "Stai seguendo %1!", "alert.follow": "Stai seguendo %1!",
"online": "Online",
"users": "Users",
"topics": "Topics",
"posts": "Post", "posts": "Post",
"views": "Visualizzazioni", "views": "Visualizzazioni",
"posted": "postato", "reputation": "Reputation",
"in": "in", "read_more": "read more",
"posted_ago_by": "posted <span class=\"timeago\" title=\"%1\"></span> by %2",
"posted_ago": "posted <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "Nessun Post Recente", "norecentposts": "Nessun Post Recente",
"norecenttopics": "Nessun Argomento Recente", "norecenttopics": "Nessun Argomento Recente",
"recentposts": "Post Recenti", "recentposts": "Post Recenti",
"recentips": "Indirizzi IP Recentemente Loggati", "recentips": "Indirizzi IP Recentemente Loggati",
"online": "Online",
"away": "Non disponibile", "away": "Non disponibile",
"dnd": "Non disturbare", "dnd": "Non disturbare",
"invisible": "Invisibile", "invisible": "Invisibile",

@ -1,7 +1,5 @@
{ {
"login": "Accedi",
"username": "Username / Email", "username": "Username / Email",
"password": "Password",
"remember_me": "Memorizzami?", "remember_me": "Memorizzami?",
"forgot_password": "Password dimenticata?", "forgot_password": "Password dimenticata?",
"alternative_logins": "Accessi Alternativi", "alternative_logins": "Accessi Alternativi",

@ -1,4 +1,5 @@
{ {
"success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"

@ -1,6 +1,5 @@
{ {
"topic": "Argomento", "topic": "Argomento",
"topics": "Argomenti",
"topic_id": "Topic ID", "topic_id": "Topic ID",
"topic_id_placeholder": "Enter topic ID", "topic_id_placeholder": "Enter topic ID",
"no_topics_found": "Nessuna discussione trovata!", "no_topics_found": "Nessuna discussione trovata!",
@ -26,9 +25,7 @@
"flag_confirm": "Are you sure you want to flag this post?", "flag_confirm": "Are you sure you want to flag this post?",
"flag_success": "This post has been flagged for moderation.", "flag_success": "This post has been flagged for moderation.",
"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": "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 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": "Si prega di accedere o registrarsi per poter sottoscrivere questo argomento.", "login_to_subscribe": "Si prega di accedere o registrarsi per poter sottoscrivere questo argomento.",
"markAsUnreadForAll.success": "Discussione segnata come non letta per tutti.", "markAsUnreadForAll.success": "Discussione segnata come non letta per tutti.",
@ -72,15 +69,13 @@
"fork_topic_instruction": "Clicca sui post che vuoi dividere", "fork_topic_instruction": "Clicca sui post che vuoi dividere",
"fork_no_pids": "Nessun post selezionato!", "fork_no_pids": "Nessun post selezionato!",
"fork_success": "Discussione divisa con successo!", "fork_success": "Discussione divisa con successo!",
"reputation": "Reputazione",
"posts": "Post",
"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.help": "Aiuto", "composer.help": "Aiuto",
"composer.discard": "Annulla", "composer.discard": "Annulla",
"composer.submit": "Invia", "composer.submit": "Invia",
"composer.replying_to": "Rispondendo a", "composer.replying_to": "Replying to %1",
"composer.new_topic": "Nuovo Argomento", "composer.new_topic": "Nuovo Argomento",
"composer.uploading": "caricamento...", "composer.uploading": "caricamento...",
"composer.thumb_url_label": "Incolla l'URL di una immagine per la discussione", "composer.thumb_url_label": "Incolla l'URL di una immagine per la discussione",

@ -12,7 +12,6 @@
"profile": "Profilo", "profile": "Profilo",
"profile_views": "Visite al profilo", "profile_views": "Visite al profilo",
"reputation": "Reputazione", "reputation": "Reputazione",
"posts": "Post",
"favourites": "Favoriti", "favourites": "Favoriti",
"followers": "Da chi è seguito", "followers": "Da chi è seguito",
"following": "Chi segue", "following": "Chi segue",
@ -33,7 +32,7 @@
"change_password_error_wrong_current": "Your current password is not correct!", "change_password_error_wrong_current": "Your current password is not correct!",
"change_password_error_length": "Password too short!", "change_password_error_length": "Password too short!",
"change_password_error_match": "Passwords must match!", "change_password_error_match": "Passwords must match!",
"change_password_error_privileges": "You are not have the rights to change this password.", "change_password_error_privileges": "You do not have the rights to change this password.",
"change_password_success": "Your password is updated!", "change_password_success": "Your password is updated!",
"confirm_password": "Conferma la Password", "confirm_password": "Conferma la Password",
"password": "Password", "password": "Password",

@ -2,7 +2,6 @@
"latest_users": "Ultimi Utenti", "latest_users": "Ultimi Utenti",
"top_posters": "Maggiori contributori", "top_posters": "Maggiori contributori",
"most_reputation": "Reputazione più alta", "most_reputation": "Reputazione più alta",
"online": "In linea",
"search": "Cerca", "search": "Cerca",
"enter_username": "Inserisci il nome utente da cercare", "enter_username": "Inserisci il nome utente da cercare",
"load_more": "Carica altri" "load_more": "Carica altri"

@ -1,12 +1,7 @@
{ {
"new_topic_button": "Nauja tema", "new_topic_button": "Nauja tema",
"no_topics": "<strong>Šioje kategorijoje temų nėra.</strong><br/>Kodėl gi jums nesukūrus naujos?", "no_topics": "<strong>Šioje kategorijoje temų nėra.</strong><br/>Kodėl gi jums nesukūrus naujos?",
"posts": "pranešimai",
"views": "peržiūros",
"posted": "parašyta",
"browsing": "naršo", "browsing": "naršo",
"no_replies": "Niekas dar neatsakė", "no_replies": "Niekas dar neatsakė",
"replied": "atsakė",
"last_edited_by": "paskutinį kartą redagavo",
"share_this_category": "Pasidalinti šią kategoriją" "share_this_category": "Pasidalinti šią kategoriją"
} }

@ -38,15 +38,24 @@
"alert.banned.message": "Jūs esate užblokuotas ir dabar atsijungsite!", "alert.banned.message": "Jūs esate užblokuotas ir dabar atsijungsite!",
"alert.unfollow": "Jūs jau nebesekate %1! ", "alert.unfollow": "Jūs jau nebesekate %1! ",
"alert.follow": "Jūs sekate vartotoją %1!", "alert.follow": "Jūs sekate vartotoją %1!",
"online": "Prisijungęs",
"users": "Vartotojai",
"topics": "Temos",
"posts": "Pranešimai", "posts": "Pranešimai",
"views": "Peržiūros", "views": "Peržiūros",
"posted": "parašyta", "reputation": "Reputacija",
"in": "temoje", "read_more": "skaityti plačiau",
"posted_ago_by": "parašyta <span class=\"timeago\" title=\"%1\"></span> nuo %2",
"posted_ago": "parašyta <span class=\"timeago\" title=\"%1\"></span>",
"posted_in_ago_by": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span> by %5",
"posted_in_ago": "posted in <a href=\"%1\"><i class=\"fa %2\"></i> %3</a> <span class=\"timeago\" title=\"%4\"></span>",
"replied_ago": "replied <span class=\"timeago\" title=\"%1\"></span>",
"user_posted_ago": "<a href=\"%1\" itemprop=\"author\">%2</a> posted <span class=\"timeago\" title=\"%3\"></span>",
"last_edited_by_ago": "last edited by <strong><a href=\"%1\">%2</a></strong> <span class=\"timeago\" title=\"%3\"></span>",
"norecentposts": "Paskutinių pranešimų nėra.", "norecentposts": "Paskutinių pranešimų nėra.",
"norecenttopics": "Paskutinių temų nėra", "norecenttopics": "Paskutinių temų nėra",
"recentposts": "Paskutiniai pranešimai", "recentposts": "Paskutiniai pranešimai",
"recentips": "Paskutiniai prisijungimų IP adresai", "recentips": "Paskutiniai prisijungimų IP adresai",
"online": "Prisijungęs",
"away": "Pasišalinęs", "away": "Pasišalinęs",
"dnd": "Netrukdyti", "dnd": "Netrukdyti",
"invisible": "Nematomas", "invisible": "Nematomas",

@ -1,7 +1,5 @@
{ {
"login": "Prisijungti",
"username": "Vartotojo vardas / El. paštas", "username": "Vartotojo vardas / El. paštas",
"password": "Slaptažodis",
"remember_me": "Prisiminti?", "remember_me": "Prisiminti?",
"forgot_password": "Užmiršote slaptažodį?", "forgot_password": "Užmiršote slaptažodį?",
"alternative_logins": "Alternatyvūs prisijungimo būdai", "alternative_logins": "Alternatyvūs prisijungimo būdai",

@ -1,5 +1,6 @@
{ {
"topic-post": "You have successfully posted.", "success": "Pavyko",
"authentication-successful": "Authentication Successful", "topic-post": "Sėkmingai parašėte pranešimą",
"settings-saved": "Settings saved!" "authentication-successful": "Autentifikacija sėkminga",
"settings-saved": "Nustatymai išsaugoti!"
} }

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

Loading…
Cancel
Save