mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
latest translations
This commit is contained in:
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Do not Disturb",
|
"dnd": "Do not Disturb",
|
||||||
"invisible": "Invisible",
|
"invisible": "Invisible",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "الدردشة مع <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "الدردشة مع <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "اكتب رسالة دردشة هنا، وإضغط ENTER لإرسال",
|
"chat.placeholder": "اكتب رسالة دردشة هنا، وإضغط ENTER لإرسال",
|
||||||
"chat.send": "أرسل",
|
"chat.send": "أرسل",
|
||||||
"chat.no_active": "لا يوجد لديك دردشات نشطة."
|
"chat.no_active": "لا يوجد لديك دردشات نشطة.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "رابط خارجي",
|
"outgoing_link": "رابط خارجي",
|
||||||
"outgoing_link_message": "أنت الأن ترحل",
|
"outgoing_link_message": "أنت الأن ترحل",
|
||||||
"continue_to": "أكمل إلى",
|
"continue_to": "أكمل إلى",
|
||||||
"return_to": "إرجع إلى"
|
"return_to": "إرجع إلى",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Restore Topic",
|
"thread_tools.restore": "Restore Topic",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "فرع",
|
"confirm_fork": "فرع",
|
||||||
"favourite": "المفضل",
|
"favourite": "المفضل",
|
||||||
"favourites": "المفضلة",
|
"favourites": "المفضلة",
|
||||||
"favourites.not_logged_in.title": "ليس موجود حالياً",
|
|
||||||
"favourites.not_logged_in.message": "الرجاء تسجيل الدخول لتفضل هذا الرد",
|
|
||||||
"favourites.has_no_favourites": "ليس لديك أي ردود مفضلة. فضل بعد الردود لرؤيتهم هنا",
|
"favourites.has_no_favourites": "ليس لديك أي ردود مفضلة. فضل بعد الردود لرؤيتهم هنا",
|
||||||
"vote.not_logged_in.title": "Not Logged In",
|
|
||||||
"vote.not_logged_in.message": "Please log in in order to vote",
|
|
||||||
"vote.cant_vote_self.title": "Invalid Vote",
|
|
||||||
"vote.cant_vote_self.message": "You cannot vote for your own post",
|
|
||||||
"loading_more_posts": "تحميل المزيد من المشاركات",
|
"loading_more_posts": "تحميل المزيد من المشاركات",
|
||||||
"move_topic": "نقل الموضوع",
|
"move_topic": "نقل الموضوع",
|
||||||
"move_post": "نقل الرد",
|
"move_post": "نقل الرد",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "فرع الموضوع",
|
"fork_topic": "فرع الموضوع",
|
||||||
"topic_will_be_moved_to": "هذا الموضوع سوف ينقل إلى فئة",
|
"topic_will_be_moved_to": "هذا الموضوع سوف ينقل إلى فئة",
|
||||||
"fork_topic_instruction": "إضغط على الردود لتفريعهم",
|
"fork_topic_instruction": "إضغط على الردود لتفريعهم",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Follow",
|
"follow": "Follow",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "Unfollow",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "تغيير الصورة",
|
"change_picture": "تغيير الصورة",
|
||||||
"edit": "صحح",
|
"edit": "صحح",
|
||||||
"uploaded_picture": "صورة تم تحميلها",
|
"uploaded_picture": "صورة تم تحميلها",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Your password is updated!",
|
"change_password_success": "Your password is updated!",
|
||||||
"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>",
|
||||||
"upload_picture": "تحميل الصورة",
|
"upload_picture": "تحميل الصورة",
|
||||||
"upload_a_picture": "تحميل صورة",
|
"upload_a_picture": "تحميل صورة",
|
||||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"show_email": "أظهر بريدي الإلكتروني",
|
"show_email": "أظهر بريدي الإلكتروني",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(",
|
"has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(",
|
||||||
"follows_no_one": "هذا المستخدم لا يتبع أحد :(",
|
"follows_no_one": "هذا المستخدم لا يتبع أحد :(",
|
||||||
"has_no_posts": "This user didn't post anything yet.",
|
"has_no_posts": "This user didn't post anything yet.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Nerušit",
|
"dnd": "Nerušit",
|
||||||
"invisible": "Neviditelný",
|
"invisible": "Neviditelný",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chat s <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chat s <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "napište zprávu sem a zmáčkněte enter pro odeslání",
|
"chat.placeholder": "napište zprávu sem a zmáčkněte enter pro odeslání",
|
||||||
"chat.send": "Odeslat",
|
"chat.send": "Odeslat",
|
||||||
"chat.no_active": "Nemáte žádné aktivní konverzace."
|
"chat.no_active": "Nemáte žádné aktivní konverzace.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Odkaz mimo fórum",
|
"outgoing_link": "Odkaz mimo fórum",
|
||||||
"outgoing_link_message": "Nyní opouštíte fórum",
|
"outgoing_link_message": "Nyní opouštíte fórum",
|
||||||
"continue_to": "Přejít na",
|
"continue_to": "Přejít na",
|
||||||
"return_to": "Vrátit se na "
|
"return_to": "Vrátit se na ",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Restore Topic",
|
"thread_tools.restore": "Restore Topic",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Rozdělit",
|
"confirm_fork": "Rozdělit",
|
||||||
"favourite": "Oblíbené",
|
"favourite": "Oblíbené",
|
||||||
"favourites": "Oblíbené",
|
"favourites": "Oblíbené",
|
||||||
"favourites.not_logged_in.title": "Přihlaste se!",
|
|
||||||
"favourites.not_logged_in.message": "Pro oblíbení příspěvku se musíte přihlásit.",
|
|
||||||
"favourites.has_no_favourites": "Nemáte žádné oblíbené příspěvky, přidejte některý příspěvek k oblíbeným a uvidíte ho zde!",
|
"favourites.has_no_favourites": "Nemáte žádné oblíbené příspěvky, přidejte některý příspěvek k oblíbeným a uvidíte ho zde!",
|
||||||
"vote.not_logged_in.title": "Not Logged In",
|
|
||||||
"vote.not_logged_in.message": "Please log in in order to vote",
|
|
||||||
"vote.cant_vote_self.title": "Invalid Vote",
|
|
||||||
"vote.cant_vote_self.message": "You cannot vote for your own post",
|
|
||||||
"loading_more_posts": "Načítání více příspěvků",
|
"loading_more_posts": "Načítání více příspěvků",
|
||||||
"move_topic": "Přesunout téma",
|
"move_topic": "Přesunout téma",
|
||||||
"move_post": "Přesunout příspěvek",
|
"move_post": "Přesunout příspěvek",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Rozdělit příspěvek",
|
"fork_topic": "Rozdělit příspěvek",
|
||||||
"topic_will_be_moved_to": "Toto téma bude přesunuto do kategorie",
|
"topic_will_be_moved_to": "Toto téma bude přesunuto do kategorie",
|
||||||
"fork_topic_instruction": "Vyber příspěvky, které chceš oddělit",
|
"fork_topic_instruction": "Vyber příspěvky, které chceš oddělit",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Follow",
|
"follow": "Follow",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "Unfollow",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Změnit obrázek",
|
"change_picture": "Změnit obrázek",
|
||||||
"edit": "Upravit",
|
"edit": "Upravit",
|
||||||
"uploaded_picture": "Nahraný obrázek",
|
"uploaded_picture": "Nahraný obrázek",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"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",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Nahrát obrázek",
|
"upload_picture": "Nahrát obrázek",
|
||||||
"upload_a_picture": "Nahrát obrázek",
|
"upload_a_picture": "Nahrát obrázek",
|
||||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Nastavení",
|
"settings": "Nastavení",
|
||||||
"show_email": "Zobrazovat můj email v profilu",
|
"show_email": "Zobrazovat můj email v profilu",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Tohoto uživatele nikdo nesleduje :(",
|
"has_no_follower": "Tohoto uživatele nikdo nesleduje :(",
|
||||||
"follows_no_one": "Tento uživatel nikoho nesleduje :(",
|
"follows_no_one": "Tento uživatel nikoho nesleduje :(",
|
||||||
"has_no_posts": "This user didn't post anything yet.",
|
"has_no_posts": "This user didn't post anything yet.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Nicht stören",
|
"dnd": "Nicht stören",
|
||||||
"invisible": "Unsichtbar",
|
"invisible": "Unsichtbar",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Privatsphäre"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chatten mit <span id='chat-with-name'></span>",
|
"chat.chatting_with": "Chatten mit <span id='chat-with-name'></span>",
|
||||||
"chat.placeholder": "schreibe hier etwas, und drücke Enter zum absenden",
|
"chat.placeholder": "schreibe hier etwas, und drücke Enter zum absenden",
|
||||||
"chat.send": "Senden",
|
"chat.send": "Senden",
|
||||||
"chat.no_active": "Du hast keine aktiven Chats."
|
"chat.no_active": "Du hast keine aktiven Chats.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Externer Link",
|
"outgoing_link": "Externer Link",
|
||||||
"outgoing_link_message": "Du verlässt nun",
|
"outgoing_link_message": "Du verlässt nun",
|
||||||
"continue_to": "Gehe weiter zu",
|
"continue_to": "Gehe weiter zu",
|
||||||
"return_to": "Kehre zurück zu"
|
"return_to": "Kehre zurück zu",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Sind Sie sicher, dass Sie dieses Thema löschen möchten?",
|
"thread_tools.delete_confirm": "Sind Sie sicher, dass Sie dieses Thema löschen möchten?",
|
||||||
"thread_tools.restore": "Thema wiederherstellen",
|
"thread_tools.restore": "Thema wiederherstellen",
|
||||||
"thread_tools.restore_confirm": "Sind Sie sicher, dass Sie dieses Thema wiederherstellen möchten?",
|
"thread_tools.restore_confirm": "Sind Sie sicher, dass Sie dieses Thema wiederherstellen möchten?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?",
|
"post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?",
|
||||||
"post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?",
|
"post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?",
|
||||||
"post_delete_error": "Beitrag konnte nicht gelöscht werden!",
|
"post_delete_error": "Beitrag konnte nicht gelöscht werden!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Aufspalten",
|
"confirm_fork": "Aufspalten",
|
||||||
"favourite": "Favorit",
|
"favourite": "Favorit",
|
||||||
"favourites": "Favoriten",
|
"favourites": "Favoriten",
|
||||||
"favourites.not_logged_in.title": "Nicht eingeloggt!",
|
|
||||||
"favourites.not_logged_in.message": "Bitte logge dich ein, um diesen Beitrag favorisieren zu können.",
|
|
||||||
"favourites.has_no_favourites": "Du hast noch keine Favoriten.",
|
"favourites.has_no_favourites": "Du hast noch keine Favoriten.",
|
||||||
"vote.not_logged_in.title": "Nicht eingeloggt",
|
|
||||||
"vote.not_logged_in.message": "Zum Bewerten bitte einloggen",
|
|
||||||
"vote.cant_vote_self.title": "Ungültige Bewertung",
|
|
||||||
"vote.cant_vote_self.message": "Du kannst deinen eigenen Beitrag nicht bewerten",
|
|
||||||
"loading_more_posts": "Lade Mehr Posts",
|
"loading_more_posts": "Lade Mehr Posts",
|
||||||
"move_topic": "Thema verschieben",
|
"move_topic": "Thema verschieben",
|
||||||
"move_post": "Beitrag verschieben",
|
"move_post": "Beitrag verschieben",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Thema aufspalten",
|
"fork_topic": "Thema aufspalten",
|
||||||
"topic_will_be_moved_to": "Dieses Thema wird verschoben nach",
|
"topic_will_be_moved_to": "Dieses Thema wird verschoben nach",
|
||||||
"fork_topic_instruction": "Klicke auf die Posts, die du aufspalten willst",
|
"fork_topic_instruction": "Klicke auf die Posts, die du aufspalten willst",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"profile": "Profil",
|
"profile": "Profil",
|
||||||
"profile_views": "Profilaufrufe",
|
"profile_views": "Profilaufrufe",
|
||||||
"reputation": "Reputation",
|
"reputation": "Reputation",
|
||||||
"posts": "Posts",
|
"posts": "Beiträge",
|
||||||
"favourites": "Favoriten",
|
"favourites": "Favoriten",
|
||||||
"followers": "Follower",
|
"followers": "Follower",
|
||||||
"following": "Folgt",
|
"following": "Folgt",
|
||||||
@@ -22,30 +22,38 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Folgen",
|
"follow": "Folgen",
|
||||||
"unfollow": "Nicht mehr folgen",
|
"unfollow": "Nicht mehr folgen",
|
||||||
"change_picture": "Ändere Profilbild",
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
|
"change_picture": "Profilbild ändern",
|
||||||
"edit": "Ändern",
|
"edit": "Ändern",
|
||||||
"uploaded_picture": "Hochgeladene Bilder",
|
"uploaded_picture": "Hochgeladene Bilder",
|
||||||
"upload_new_picture": "Neues Bild hochladen",
|
"upload_new_picture": "Neues Bild hochladen",
|
||||||
"current_password": "Aktuelles Passwort",
|
"current_password": "Aktuelles Passwort",
|
||||||
"change_password": "Ändere Passwort",
|
"change_password": "Passwort ändern",
|
||||||
"change_password_error": "Ungültiges Passwort!",
|
"change_password_error": "Ungültiges Passwort!",
|
||||||
"change_password_error_wrong_current": "Ihr derzeitiges Passwort ist ungültig!",
|
"change_password_error_wrong_current": "Ihr derzeitiges Passwort ist ungültig!",
|
||||||
"change_password_error_length": "Passwort zu kurz!",
|
"change_password_error_length": "Passwort zu kurz!",
|
||||||
"change_password_error_match": "Passworte müssen übereinstimmen!",
|
"change_password_error_match": "Passwörter müssen übereinstimmen!",
|
||||||
"change_password_error_privileges": "Sie haben nicht die Berechtigungen dieses Passwort zu ändern.",
|
"change_password_error_privileges": "Sie haben nicht die Berechtigungen dieses Passwort zu ändern.",
|
||||||
"change_password_success": "Ihr Passwort wurde aktualisiert!",
|
"change_password_success": "Ihr Passwort wurde aktualisiert!",
|
||||||
"confirm_password": "Passwort wiederholen",
|
"confirm_password": "Passwort wiederholen",
|
||||||
"password": "Passwort",
|
"password": "Passwort",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Bild hochladen",
|
"upload_picture": "Bild hochladen",
|
||||||
"upload_a_picture": "Ein Bild hochladen",
|
"upload_a_picture": "Ein Bild hochladen",
|
||||||
"image_spec": "Sie dürfen nur Dateien vom Typ PNG, JPG oder GIF hochladen",
|
"image_spec": "Sie dürfen nur Dateien vom Typ PNG, JPG oder GIF hochladen",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Einstellungen",
|
"settings": "Einstellungen",
|
||||||
"show_email": "Zeige meine E-Mail Adresse an.",
|
"show_email": "Zeige meine E-Mail Adresse an.",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Dieser User hat noch keine Follower.",
|
"has_no_follower": "Dieser User hat noch keine Follower.",
|
||||||
"follows_no_one": "Dieser User folgt noch niemanden.",
|
"follows_no_one": "Dieser User folgt noch niemandem :(",
|
||||||
"has_no_posts": "Dieser Nutzer hat noch nichts gepostet.",
|
"has_no_posts": "Dieser Nutzer hat noch nichts gepostet.",
|
||||||
"has_no_topics": "This user didn't post any topics yet.",
|
"has_no_topics": "Dieser Nutzer hat noch keine Themen gepostet.",
|
||||||
"email_hidden": "E-Mail Adresse versteckt",
|
"email_hidden": "E-Mail Adresse versteckt",
|
||||||
"hidden": "versteckt",
|
"hidden": "versteckt",
|
||||||
"paginate_description": "Themen und Beiträge auf Seiten aufteilen statt unendliches Scrollen verweden",
|
"paginate_description": "Themen und Beiträge auf Seiten aufteilen statt unendliches Scrollen verweden",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Do not Disturb",
|
"dnd": "Do not Disturb",
|
||||||
"invisible": "Magic usin'",
|
"invisible": "Magic usin'",
|
||||||
"offline": "Dead",
|
"offline": "Dead",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Letters from <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Letters from <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "Yer message goes here, hit enter to send 'er off",
|
"chat.placeholder": "Yer message goes here, hit enter to send 'er off",
|
||||||
"chat.send": "Send Parrot",
|
"chat.send": "Send Parrot",
|
||||||
"chat.no_active": "Ye be a lonely sailor."
|
"chat.no_active": "Ye be a lonely sailor.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Go offshore",
|
"outgoing_link": "Go offshore",
|
||||||
"outgoing_link_message": "Ye be goin' offshore",
|
"outgoing_link_message": "Ye be goin' offshore",
|
||||||
"continue_to": "Continue to",
|
"continue_to": "Continue to",
|
||||||
"return_to": "Return to"
|
"return_to": "Return to",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Restore Topic",
|
"thread_tools.restore": "Restore Topic",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Fork",
|
"confirm_fork": "Fork",
|
||||||
"favourite": "Favourite",
|
"favourite": "Favourite",
|
||||||
"favourites": "Favourites",
|
"favourites": "Favourites",
|
||||||
"favourites.not_logged_in.title": "Not Logged In",
|
|
||||||
"favourites.not_logged_in.message": "Please log in in order to favourite this post",
|
|
||||||
"favourites.has_no_favourites": "You don't have any favourites, favourite some posts to see them here!",
|
"favourites.has_no_favourites": "You don't have any favourites, favourite some posts to see them here!",
|
||||||
"vote.not_logged_in.title": "Not Logged In",
|
|
||||||
"vote.not_logged_in.message": "Please log in in order to vote",
|
|
||||||
"vote.cant_vote_self.title": "Invalid Vote",
|
|
||||||
"vote.cant_vote_self.message": "You cannot vote for your own post",
|
|
||||||
"loading_more_posts": "Loading More Posts",
|
"loading_more_posts": "Loading More Posts",
|
||||||
"move_topic": "Move Topic",
|
"move_topic": "Move Topic",
|
||||||
"move_post": "Move Post",
|
"move_post": "Move Post",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Fork Topic",
|
"fork_topic": "Fork Topic",
|
||||||
"topic_will_be_moved_to": "This topic will be moved to the category",
|
"topic_will_be_moved_to": "This topic will be moved to the category",
|
||||||
"fork_topic_instruction": "Click the posts you want to fork",
|
"fork_topic_instruction": "Click the posts you want to fork",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Follow",
|
"follow": "Follow",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "Unfollow",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Change Picture",
|
"change_picture": "Change Picture",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"uploaded_picture": "Uploaded Picture",
|
"uploaded_picture": "Uploaded Picture",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"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",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Upload picture",
|
"upload_picture": "Upload picture",
|
||||||
"upload_a_picture": "Upload a picture",
|
"upload_a_picture": "Upload a picture",
|
||||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"show_email": "Show My Email",
|
"show_email": "Show My Email",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "This user doesn't have any followers :(",
|
"has_no_follower": "This user doesn't have any followers :(",
|
||||||
"follows_no_one": "This user isn't following anyone :(",
|
"follows_no_one": "This user isn't following anyone :(",
|
||||||
"has_no_posts": "This user didn't post anything yet.",
|
"has_no_posts": "This user didn't post anything yet.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Do not Disturb",
|
"dnd": "Do not Disturb",
|
||||||
"invisible": "Invisible",
|
"invisible": "Invisible",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chat with <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chat with <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "type chat message here, press enter to send",
|
"chat.placeholder": "type chat message here, press enter to send",
|
||||||
"chat.send": "Send",
|
"chat.send": "Send",
|
||||||
"chat.no_active": "You have no active chats."
|
"chat.no_active": "You have no active chats.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Outgoing Link",
|
"outgoing_link": "Outgoing Link",
|
||||||
"outgoing_link_message": "You are now leaving",
|
"outgoing_link_message": "You are now leaving",
|
||||||
"continue_to": "Continue to",
|
"continue_to": "Continue to",
|
||||||
"return_to": "Return to "
|
"return_to": "Return to ",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Restore Topic",
|
"thread_tools.restore": "Restore Topic",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Fork",
|
"confirm_fork": "Fork",
|
||||||
"favourite": "Favorite",
|
"favourite": "Favorite",
|
||||||
"favourites": "Favorites",
|
"favourites": "Favorites",
|
||||||
"favourites.not_logged_in.title": "Not Logged In",
|
|
||||||
"favourites.not_logged_in.message": "Please log in in order to favorite this post",
|
|
||||||
"favourites.has_no_favourites": "You don't have any favorites, favorite some posts to see them here!",
|
"favourites.has_no_favourites": "You don't have any favorites, favorite some posts to see them here!",
|
||||||
"vote.not_logged_in.title": "Not Logged In",
|
|
||||||
"vote.not_logged_in.message": "Please log in in order to vote",
|
|
||||||
"vote.cant_vote_self.title": "Invalid Vote",
|
|
||||||
"vote.cant_vote_self.message": "You cannot vote for your own post",
|
|
||||||
"loading_more_posts": "Loading More Posts",
|
"loading_more_posts": "Loading More Posts",
|
||||||
"move_topic": "Move Topic",
|
"move_topic": "Move Topic",
|
||||||
"move_post": "Move Post",
|
"move_post": "Move Post",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Fork Topic",
|
"fork_topic": "Fork Topic",
|
||||||
"topic_will_be_moved_to": "This topic will be moved to the category",
|
"topic_will_be_moved_to": "This topic will be moved to the category",
|
||||||
"fork_topic_instruction": "Click the posts you want to fork",
|
"fork_topic_instruction": "Click the posts you want to fork",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Follow",
|
"follow": "Follow",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "Unfollow",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Change Picture",
|
"change_picture": "Change Picture",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"uploaded_picture": "Uploaded Picture",
|
"uploaded_picture": "Uploaded Picture",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"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",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Upload picture",
|
"upload_picture": "Upload picture",
|
||||||
"upload_a_picture": "Upload a picture",
|
"upload_a_picture": "Upload a picture",
|
||||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"show_email": "Show My Email",
|
"show_email": "Show My Email",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "This user doesn't have any followers :(",
|
"has_no_follower": "This user doesn't have any followers :(",
|
||||||
"follows_no_one": "This user isn't following anyone :(",
|
"follows_no_one": "This user isn't following anyone :(",
|
||||||
"has_no_posts": "This user didn't post anything yet.",
|
"has_no_posts": "This user didn't post anything yet.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "No molestar",
|
"dnd": "No molestar",
|
||||||
"invisible": "Invisible",
|
"invisible": "Invisible",
|
||||||
"offline": "Desconectado",
|
"offline": "Desconectado",
|
||||||
"privacy": "Privacidad"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chatear con <span id='chat-with-name'></span>",
|
"chat.chatting_with": "Chatear con <span id='chat-with-name'></span>",
|
||||||
"chat.placeholder": "ingresa tu mensaje aquí, y presiona Intro para enviar",
|
"chat.placeholder": "ingresa tu mensaje aquí, y presiona Intro para enviar",
|
||||||
"chat.send": "Enviar",
|
"chat.send": "Enviar",
|
||||||
"chat.no_active": "No tiene conversaciones activas."
|
"chat.no_active": "No tiene conversaciones activas.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Enlace Externo",
|
"outgoing_link": "Enlace Externo",
|
||||||
"outgoing_link_message": "Estas saliendo del sitio",
|
"outgoing_link_message": "Estas saliendo del sitio",
|
||||||
"continue_to": "Continuar",
|
"continue_to": "Continuar",
|
||||||
"return_to": "Volver a "
|
"return_to": "Volver a ",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Restaurar Tema",
|
"thread_tools.restore": "Restaurar Tema",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Bifurcar",
|
"confirm_fork": "Bifurcar",
|
||||||
"favourite": "Favorito",
|
"favourite": "Favorito",
|
||||||
"favourites": "Favoritos",
|
"favourites": "Favoritos",
|
||||||
"favourites.not_logged_in.title": "No estás conectado :(",
|
|
||||||
"favourites.not_logged_in.message": "Por favor, conáctate para agregar a favoritos esta publicación.",
|
|
||||||
"favourites.has_no_favourites": "No tienes favoritos, puedes agregar alguno y volver a verlos aquí!",
|
"favourites.has_no_favourites": "No tienes favoritos, puedes agregar alguno y volver a verlos aquí!",
|
||||||
"vote.not_logged_in.title": "No estás conectado",
|
|
||||||
"vote.not_logged_in.message": "Por favor conéctate para votar...",
|
|
||||||
"vote.cant_vote_self.title": "Voto Inválido",
|
|
||||||
"vote.cant_vote_self.message": "No puedes votar tus propias publicaciones!",
|
|
||||||
"loading_more_posts": "Cargando más publicaciones",
|
"loading_more_posts": "Cargando más publicaciones",
|
||||||
"move_topic": "Mover Tema",
|
"move_topic": "Mover Tema",
|
||||||
"move_post": "Mover Publicación",
|
"move_post": "Mover Publicación",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Bifurcar Tema",
|
"fork_topic": "Bifurcar Tema",
|
||||||
"topic_will_be_moved_to": "Este tema será movido a la categoría",
|
"topic_will_be_moved_to": "Este tema será movido a la categoría",
|
||||||
"fork_topic_instruction": "Click en las publicaciones que quieres bifurcar",
|
"fork_topic_instruction": "Click en las publicaciones que quieres bifurcar",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat!",
|
"chat": "Chat!",
|
||||||
"follow": "Seguir",
|
"follow": "Seguir",
|
||||||
"unfollow": "Dejar de Seguir",
|
"unfollow": "Dejar de Seguir",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Cambiar Foto",
|
"change_picture": "Cambiar Foto",
|
||||||
"edit": "Editar",
|
"edit": "Editar",
|
||||||
"uploaded_picture": "Fotos Cargadas",
|
"uploaded_picture": "Fotos Cargadas",
|
||||||
@@ -36,16 +37,23 @@
|
|||||||
"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",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Cargar foto",
|
"upload_picture": "Cargar foto",
|
||||||
"upload_a_picture": "Cargar una foto",
|
"upload_a_picture": "Cargar una foto",
|
||||||
"image_spec": "Sólo puedes subir imágenes en formato PNG, JPG o GIF.",
|
"image_spec": "Sólo puedes subir imágenes en formato PNG, JPG o GIF.",
|
||||||
"max": "máx.",
|
"max": "máx.",
|
||||||
"settings": "Opciones",
|
"settings": "Opciones",
|
||||||
"show_email": "Mostrar mi Correo electrónico",
|
"show_email": "Mostrar mi Correo electrónico",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Este miembro no tiene seguidores.",
|
"has_no_follower": "Este miembro no tiene seguidores.",
|
||||||
"follows_no_one": "Este miembro no sigue a nadie.",
|
"follows_no_one": "Este miembro no sigue a nadie.",
|
||||||
"has_no_posts": "Este usuario aún no ha publicado nada.",
|
"has_no_posts": "Este usuario aún no ha publicado nada.",
|
||||||
"has_no_topics": "This user didn't post any topics yet.",
|
"has_no_topics": "Este usuario aún no ha publicado nada.",
|
||||||
"email_hidden": "Correo electrónico Oculto",
|
"email_hidden": "Correo electrónico Oculto",
|
||||||
"hidden": "oculto",
|
"hidden": "oculto",
|
||||||
"paginate_description": "La paginación de los temas no es por página, ya que tiene scroll infinito.",
|
"paginate_description": "La paginación de los temas no es por página, ya que tiene scroll infinito.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Hõivatud",
|
"dnd": "Hõivatud",
|
||||||
"invisible": "Nähtamatu",
|
"invisible": "Nähtamatu",
|
||||||
"offline": "Väljas",
|
"offline": "Väljas",
|
||||||
"privacy": "Privaatsus"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Vestle <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Vestle <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "kirjuta oma sõnum siia ning sõnumi saatmiseks vajuta enterit",
|
"chat.placeholder": "kirjuta oma sõnum siia ning sõnumi saatmiseks vajuta enterit",
|
||||||
"chat.send": "Saada",
|
"chat.send": "Saada",
|
||||||
"chat.no_active": "Sul ei ole hetkel aktiivseid vestlusi."
|
"chat.no_active": "Sul ei ole hetkel aktiivseid vestlusi.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Väljaminev link",
|
"outgoing_link": "Väljaminev link",
|
||||||
"outgoing_link_message": "Lahkud foorumist",
|
"outgoing_link_message": "Lahkud foorumist",
|
||||||
"continue_to": "Jätka",
|
"continue_to": "Jätka",
|
||||||
"return_to": "Pöördu tagasi"
|
"return_to": "Pöördu tagasi",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"user.following": "Kasutaja %1 jälgib",
|
"user.following": "Kasutaja %1 jälgib",
|
||||||
"user.followers": "Kasutajad, kes jälgivad %1",
|
"user.followers": "Kasutajad, kes jälgivad %1",
|
||||||
"user.posts": "Postitused, mis on tehtud kasutaja %1 poolt",
|
"user.posts": "Postitused, mis on tehtud kasutaja %1 poolt",
|
||||||
"user.topics": "Topics created by %1",
|
"user.topics": "Teemad on kirjutanud %1",
|
||||||
"user.favourites": "%1's lemmikud postitused",
|
"user.favourites": "%1's lemmikud postitused",
|
||||||
"user.settings": "Kasutaja sätted"
|
"user.settings": "Kasutaja sätted"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Oled kindel, et soovid kustutada antud teema?",
|
"thread_tools.delete_confirm": "Oled kindel, et soovid kustutada antud teema?",
|
||||||
"thread_tools.restore": "Taasta teema",
|
"thread_tools.restore": "Taasta teema",
|
||||||
"thread_tools.restore_confirm": "Oled kindel, et soovid taastada antud teema?",
|
"thread_tools.restore_confirm": "Oled kindel, et soovid taastada antud teema?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Oled kindel, et soovid kustutada selle postituse?",
|
"post_delete_confirm": "Oled kindel, et soovid kustutada selle postituse?",
|
||||||
"post_restore_confirm": "Oled kindel, et soovid taastada antud postituse?",
|
"post_restore_confirm": "Oled kindel, et soovid taastada antud postituse?",
|
||||||
"post_delete_error": "Ei saa kahjuks antud postitust kustutada!",
|
"post_delete_error": "Ei saa kahjuks antud postitust kustutada!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Fork",
|
"confirm_fork": "Fork",
|
||||||
"favourite": "Märgi lemmikuks",
|
"favourite": "Märgi lemmikuks",
|
||||||
"favourites": "Lemmikud ",
|
"favourites": "Lemmikud ",
|
||||||
"favourites.not_logged_in.title": "Pole sisse logitud",
|
|
||||||
"favourites.not_logged_in.message": "Palun logi sisse, et märkida see postitus lemmikuks",
|
|
||||||
"favourites.has_no_favourites": "Sul pole lemmikuid postitusi. Märgi mõned postitused lemmikuks ning need ilmuvad automaatselt siia!",
|
"favourites.has_no_favourites": "Sul pole lemmikuid postitusi. Märgi mõned postitused lemmikuks ning need ilmuvad automaatselt siia!",
|
||||||
"vote.not_logged_in.title": "Ei ole sisse logitud",
|
|
||||||
"vote.not_logged_in.message": "Palun logi sisse, et hääletada",
|
|
||||||
"vote.cant_vote_self.title": "Vigane hääletus",
|
|
||||||
"vote.cant_vote_self.message": "Sa ei saa hääletada oma postituse poolt",
|
|
||||||
"loading_more_posts": "Laen postitusi",
|
"loading_more_posts": "Laen postitusi",
|
||||||
"move_topic": "Liiguta teemat",
|
"move_topic": "Liiguta teemat",
|
||||||
"move_post": "Liiguta postitust",
|
"move_post": "Liiguta postitust",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Fork Topic",
|
"fork_topic": "Fork Topic",
|
||||||
"topic_will_be_moved_to": "See teema liigutatakse antud kategooriasse",
|
"topic_will_be_moved_to": "See teema liigutatakse antud kategooriasse",
|
||||||
"fork_topic_instruction": "Vajuta postitustele, mida soovid forkida",
|
"fork_topic_instruction": "Vajuta postitustele, mida soovid forkida",
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"title": "Lugemata",
|
"title": "Lugemata",
|
||||||
"no_unread_topics": "Siin ei ole lugemata teemasi.",
|
"no_unread_topics": "Siin ei ole lugemata teemasi.",
|
||||||
"load_more": "Lae rohkem",
|
"load_more": "Lae rohkem",
|
||||||
"mark_as_read": "Mark as Read",
|
"mark_as_read": "Märgi loetuks",
|
||||||
"selected": "Selected",
|
"selected": "Valitud",
|
||||||
"all": "All",
|
"all": "Kõik",
|
||||||
"topics_marked_as_read.success": "Topics marked as read!"
|
"topics_marked_as_read.success": "Teemad märgitud loetuks!"
|
||||||
}
|
}
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Vestlus",
|
"chat": "Vestlus",
|
||||||
"follow": "Jälgi",
|
"follow": "Jälgi",
|
||||||
"unfollow": "Ära jälgi enam",
|
"unfollow": "Ära jälgi enam",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Vaheta pilti",
|
"change_picture": "Vaheta pilti",
|
||||||
"edit": "Muuda",
|
"edit": "Muuda",
|
||||||
"uploaded_picture": "Üleslaetud pilt",
|
"uploaded_picture": "Üleslaetud pilt",
|
||||||
@@ -36,16 +37,23 @@
|
|||||||
"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",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Laadi pilt",
|
"upload_picture": "Laadi pilt",
|
||||||
"upload_a_picture": "Lae pilt üles",
|
"upload_a_picture": "Lae pilt üles",
|
||||||
"image_spec": "Failid peavad olema PNG, JPG või GIF vormingus.",
|
"image_spec": "Failid peavad olema PNG, JPG või GIF vormingus.",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Seaded",
|
"settings": "Seaded",
|
||||||
"show_email": "Näita minu emaili",
|
"show_email": "Näita minu emaili",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Sellel kasutajal pole ühtegi jälgijat :(",
|
"has_no_follower": "Sellel kasutajal pole ühtegi jälgijat :(",
|
||||||
"follows_no_one": "See kasutaja ei jälgi kedagi :(",
|
"follows_no_one": "See kasutaja ei jälgi kedagi :(",
|
||||||
"has_no_posts": "See kasutaja pole midagi postitanud veel.",
|
"has_no_posts": "See kasutaja pole midagi postitanud veel.",
|
||||||
"has_no_topics": "This user didn't post any topics yet.",
|
"has_no_topics": "See kasutaja pole vele ühtegi teemat postitanud.",
|
||||||
"email_hidden": "Peidetud email",
|
"email_hidden": "Peidetud email",
|
||||||
"hidden": "peidetud",
|
"hidden": "peidetud",
|
||||||
"paginate_description": "Nummerda leheküljed ja postitused ning ära kasuta ''lõputut scrolli''.",
|
"paginate_description": "Nummerda leheküljed ja postitused ning ära kasuta ''lõputut scrolli''.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "مزاحم نشوید",
|
"dnd": "مزاحم نشوید",
|
||||||
"invisible": "نادیدنی",
|
"invisible": "نادیدنی",
|
||||||
"offline": "غایب",
|
"offline": "غایب",
|
||||||
"privacy": "حریم خصوصی"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "گفتگو با <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "گفتگو با <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "متن را اینجا بنویسد و دکمهٔ Enter را برای فرستادن بفشارید.",
|
"chat.placeholder": "متن را اینجا بنویسد و دکمهٔ Enter را برای فرستادن بفشارید.",
|
||||||
"chat.send": "فرستادن",
|
"chat.send": "فرستادن",
|
||||||
"chat.no_active": "شما هیچ گفتگوی فعالی ندارید."
|
"chat.no_active": "شما هیچ گفتگوی فعالی ندارید.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "پیوند برونرو",
|
"outgoing_link": "پیوند برونرو",
|
||||||
"outgoing_link_message": "شما در حال ترک اینجایید",
|
"outgoing_link_message": "شما در حال ترک اینجایید",
|
||||||
"continue_to": "رفتن به",
|
"continue_to": "رفتن به",
|
||||||
"return_to": "بازگشت به"
|
"return_to": "بازگشت به",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,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_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "آیا از پاک کردن این دیدگاه اطمینان دارید؟",
|
"post_delete_confirm": "آیا از پاک کردن این دیدگاه اطمینان دارید؟",
|
||||||
"post_restore_confirm": "آیا از بازگردانی این دیدگاه اطمینان دارید؟",
|
"post_restore_confirm": "آیا از بازگردانی این دیدگاه اطمینان دارید؟",
|
||||||
"post_delete_error": "ناتوانی در پاک کردن این دیدگاه!",
|
"post_delete_error": "ناتوانی در پاک کردن این دیدگاه!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "شاخه ساختن",
|
"confirm_fork": "شاخه ساختن",
|
||||||
"favourite": "پسندیدن",
|
"favourite": "پسندیدن",
|
||||||
"favourites": "پسندها",
|
"favourites": "پسندها",
|
||||||
"favourites.not_logged_in.title": "درون نیامده",
|
|
||||||
"favourites.not_logged_in.message": "برای پسندیدن این دیدگاه، لطفا به درون بیایید",
|
|
||||||
"favourites.has_no_favourites": "شما هیچ پسندی ندارید، چندین دیدگاه را پسند کنید تا آنها را در اینجا ببینید.",
|
"favourites.has_no_favourites": "شما هیچ پسندی ندارید، چندین دیدگاه را پسند کنید تا آنها را در اینجا ببینید.",
|
||||||
"vote.not_logged_in.title": "درون نیامده",
|
|
||||||
"vote.not_logged_in.message": "برای رأی دادن، لطفا به درون بیایید",
|
|
||||||
"vote.cant_vote_self.title": "رأی نامعتبر",
|
|
||||||
"vote.cant_vote_self.message": "نمیتوانید به دیدگاه خودتان رآی بدهید",
|
|
||||||
"loading_more_posts": "بارگذاری دیدگاههای بیشتر",
|
"loading_more_posts": "بارگذاری دیدگاههای بیشتر",
|
||||||
"move_topic": "جابهجایی جستار",
|
"move_topic": "جابهجایی جستار",
|
||||||
"move_post": "جابهجایی جستار",
|
"move_post": "جابهجایی جستار",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "شاخه ساختن از جستار",
|
"fork_topic": "شاخه ساختن از جستار",
|
||||||
"topic_will_be_moved_to": "این جستار جابهجا خواهد شد به دستهٔ",
|
"topic_will_be_moved_to": "این جستار جابهجا خواهد شد به دستهٔ",
|
||||||
"fork_topic_instruction": "دیدگاههایی را که میخواهید به جستار تازه ببرید، برگزینید",
|
"fork_topic_instruction": "دیدگاههایی را که میخواهید به جستار تازه ببرید، برگزینید",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "گفتگو",
|
"chat": "گفتگو",
|
||||||
"follow": "دنبال کن",
|
"follow": "دنبال کن",
|
||||||
"unfollow": "دنبال نکن",
|
"unfollow": "دنبال نکن",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "تغییر تصویر",
|
"change_picture": "تغییر تصویر",
|
||||||
"edit": "ویرایش",
|
"edit": "ویرایش",
|
||||||
"uploaded_picture": "تصویر بارشده",
|
"uploaded_picture": "تصویر بارشده",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"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>",
|
||||||
"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_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "این کاربر هیچ دنبالکنندهای ندارد :(",
|
"has_no_follower": "این کاربر هیچ دنبالکنندهای ندارد :(",
|
||||||
"follows_no_one": "این کاربر هیچ کسی را دنبال نمیکند :(",
|
"follows_no_one": "این کاربر هیچ کسی را دنبال نمیکند :(",
|
||||||
"has_no_posts": "این کاربر هنوز هیچ دیدگاهی نگذاشته است.",
|
"has_no_posts": "این کاربر هنوز هیچ دیدگاهی نگذاشته است.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Älä häiritse",
|
"dnd": "Älä häiritse",
|
||||||
"invisible": "Näkymätön",
|
"invisible": "Näkymätön",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Yksityisyys"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Keskustele käyttäjän <span id=\"chat-with-name\"></span> kanssa",
|
"chat.chatting_with": "Keskustele käyttäjän <span id=\"chat-with-name\"></span> kanssa",
|
||||||
"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 ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Ulkopuolinen linkki",
|
"outgoing_link": "Ulkopuolinen linkki",
|
||||||
"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",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Palauta aihe",
|
"thread_tools.restore": "Palauta aihe",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Haaroita",
|
"confirm_fork": "Haaroita",
|
||||||
"favourite": "Lisää suosikiksi",
|
"favourite": "Lisää suosikiksi",
|
||||||
"favourites": "Suosikit",
|
"favourites": "Suosikit",
|
||||||
"favourites.not_logged_in.title": "Et ole kirjautunut",
|
|
||||||
"favourites.not_logged_in.message": "Kirjaudu sisään, jotta voit lisätä tämän viestin suosikkeihisi",
|
|
||||||
"favourites.has_no_favourites": "Sinulla ei ole yhtään suosikkiviestiä. Lisää joitakin viestejä suosikeiksi nähdäksesi ne täällä!",
|
"favourites.has_no_favourites": "Sinulla ei ole yhtään suosikkiviestiä. Lisää joitakin viestejä suosikeiksi nähdäksesi ne täällä!",
|
||||||
"vote.not_logged_in.title": "Et ole kirjautunut",
|
|
||||||
"vote.not_logged_in.message": "Kirjaudu sisään äänestääksesi",
|
|
||||||
"vote.cant_vote_self.title": "Virheellinen ääni",
|
|
||||||
"vote.cant_vote_self.message": "Et voi äänestää omaa viestiäsi",
|
|
||||||
"loading_more_posts": "Ladataan lisää viestejä",
|
"loading_more_posts": "Ladataan lisää viestejä",
|
||||||
"move_topic": "Siirrä aihe",
|
"move_topic": "Siirrä aihe",
|
||||||
"move_post": "Siirrä viesti",
|
"move_post": "Siirrä viesti",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Haaroita keskustelu",
|
"fork_topic": "Haaroita keskustelu",
|
||||||
"topic_will_be_moved_to": "Tämä keskustelu siirretään aihealueelle",
|
"topic_will_be_moved_to": "Tämä keskustelu siirretään aihealueelle",
|
||||||
"fork_topic_instruction": "Napsauta viestejä, jotka haluat haaroittaa",
|
"fork_topic_instruction": "Napsauta viestejä, jotka haluat haaroittaa",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Keskustele",
|
"chat": "Keskustele",
|
||||||
"follow": "Seuraa",
|
"follow": "Seuraa",
|
||||||
"unfollow": "Älä seuraa",
|
"unfollow": "Älä seuraa",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Vaihda kuva",
|
"change_picture": "Vaihda kuva",
|
||||||
"edit": "Muokkaa",
|
"edit": "Muokkaa",
|
||||||
"uploaded_picture": "Ladattu kuva",
|
"uploaded_picture": "Ladattu kuva",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Your password is updated!",
|
"change_password_success": "Your password is updated!",
|
||||||
"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>",
|
||||||
"upload_picture": "Lataa kuva",
|
"upload_picture": "Lataa kuva",
|
||||||
"upload_a_picture": "Lataa kuva",
|
"upload_a_picture": "Lataa kuva",
|
||||||
"image_spec": "Voit ladata vain PNG-, JPG- tai GIF-tiedostoja",
|
"image_spec": "Voit ladata vain PNG-, JPG- tai GIF-tiedostoja",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Asetukset",
|
"settings": "Asetukset",
|
||||||
"show_email": "Näytä sähköpostiosoitteeni",
|
"show_email": "Näytä sähköpostiosoitteeni",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"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.",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"search": "Recherche",
|
"search": "Recherche",
|
||||||
"buttons.close": "Fermer",
|
"buttons.close": "Fermer",
|
||||||
"403.title": "Accès Refusé",
|
"403.title": "Accès Refusé",
|
||||||
"403.message": "Il semble que vous vous soyez retrouvé sur une page dont vous n'avez pas accès. Peut-être devriez vous <a href='/login'>essayez de vous connecter</a>?",
|
"403.message": "Il semble que vous vous soyez retrouvé sur une page à laquelle vous n'avez pas accès. Peut-être devriez-vous <a href='/login'>essayer de vous connecter</a>?",
|
||||||
"404.title": "Introuvable",
|
"404.title": "Introuvable",
|
||||||
"404.message": "Il semble que vous vous soyez retrouvé sur une page qui n'existe pas. Retourner à <a href='/'>l'accueil</a>.",
|
"404.message": "Il semble que vous vous soyez retrouvé sur une page qui n'existe pas. Retourner à <a href='/'>l'accueil</a>.",
|
||||||
"500.title": "Erreur Interne.",
|
"500.title": "Erreur Interne.",
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"header.profile": "Profil",
|
"header.profile": "Profil",
|
||||||
"notifications.loading": "Chargement des Notifications",
|
"notifications.loading": "Chargement des Notifications",
|
||||||
"chats.loading": "Chargement des Chats",
|
"chats.loading": "Chargement des Chats",
|
||||||
"motd.welcome": "Bienvenue sur NodeBB, la plate-forme de discussion de l'avenir.",
|
"motd.welcome": "Bienvenue sur NodeBB, la plate-forme de discussion du futur.",
|
||||||
"previouspage": "Page Précédente",
|
"previouspage": "Page Précédente",
|
||||||
"nextpage": "Page Suivante",
|
"nextpage": "Page Suivante",
|
||||||
"alert.success": "Succès",
|
"alert.success": "Succès",
|
||||||
@@ -45,11 +45,12 @@
|
|||||||
"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écememnt enregistée",
|
"recentips": "Adresses IP récemment enregistées",
|
||||||
"online": "En ligne",
|
"online": "En ligne",
|
||||||
"away": "Absent",
|
"away": "Absent",
|
||||||
"dnd": "Occupé",
|
"dnd": "Occupé",
|
||||||
"invisible": "Invisible",
|
"invisible": "Invisible",
|
||||||
"offline": "Hors ligne",
|
"offline": "Hors ligne",
|
||||||
"privacy": "Vie privée"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chat avec <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chat avec <span id=\"chat-with-name\"></span>",
|
||||||
"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 ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Lien Sortant",
|
"outgoing_link": "Lien Sortant",
|
||||||
"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",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"topic": "Sujet",
|
"topic": "Sujet",
|
||||||
"topics": "Sujets",
|
"topics": "Sujets",
|
||||||
"topic_id": "Topic ID",
|
"topic_id": "Sujet ID",
|
||||||
"topic_id_placeholder": "Enter topic ID",
|
"topic_id_placeholder": "Entrer l'ID du Sujet",
|
||||||
"no_topics_found": "Aucun sujet trouvé !",
|
"no_topics_found": "Aucun sujet trouvé !",
|
||||||
"no_posts_found": "Aucun message trouvé!",
|
"no_posts_found": "Aucun message trouvé!",
|
||||||
"profile": "Profil",
|
"profile": "Profil",
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
"flag": "Signaler",
|
"flag": "Signaler",
|
||||||
"bookmark_instructions": "Cliquer ici pour retourner à votre dernière position ou fermer pour ignorer.",
|
"bookmark_instructions": "Cliquer ici pour retourner à votre dernière position ou fermer pour ignorer.",
|
||||||
"flag_title": "Signaler ce post pour modération",
|
"flag_title": "Signaler ce post pour modération",
|
||||||
"flag_confirm": "Are you sure you want to flag this post?",
|
"flag_confirm": "Êtes vous sûr de vouloir signaler ce message?",
|
||||||
"flag_success": "This post has been flagged for moderation.",
|
"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.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.",
|
||||||
@@ -44,29 +44,29 @@
|
|||||||
"thread_tools.move": "Déplacer le sujet",
|
"thread_tools.move": "Déplacer le sujet",
|
||||||
"thread_tools.fork": "Scinder le sujet",
|
"thread_tools.fork": "Scinder le sujet",
|
||||||
"thread_tools.delete": "Supprimer le sujet",
|
"thread_tools.delete": "Supprimer le sujet",
|
||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"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": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Êtes vous sûr de vouloir restaurer ce sujet?",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
"post_restore_error": "Could not restore this post!",
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
|
"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_delete_error": "Impossible de supprimer ce message!",
|
||||||
|
"post_restore_error": "Impossible de restaurer ce message!",
|
||||||
"load_categories": "Chargement des Categories",
|
"load_categories": "Chargement des Categories",
|
||||||
"disabled_categories_note": "Les catégories désactivées sont grisées",
|
"disabled_categories_note": "Les catégories désactivées sont grisées",
|
||||||
"confirm_move": "Déplacer",
|
"confirm_move": "Déplacer",
|
||||||
"confirm_fork": "Scinder",
|
"confirm_fork": "Scinder",
|
||||||
"favourite": "Favoris",
|
"favourite": "Favoris",
|
||||||
"favourites": "Favoris",
|
"favourites": "Favoris",
|
||||||
"favourites.not_logged_in.title": "Non Connecté",
|
|
||||||
"favourites.not_logged_in.message": "Veuillez vous connecter avant de mettre ce message en Favoris",
|
|
||||||
"favourites.has_no_favourites": "Vous n'avez aucun Favoris, mettre en favoris des messages pour les voir apparaître ici!",
|
"favourites.has_no_favourites": "Vous n'avez aucun Favoris, mettre en favoris des messages pour les voir apparaître ici!",
|
||||||
"vote.not_logged_in.title": "Hors-ligne",
|
|
||||||
"vote.not_logged_in.message": "Veuillez vous connecter pour voter",
|
|
||||||
"vote.cant_vote_self.title": "Vote invalide",
|
|
||||||
"vote.cant_vote_self.message": "Vous ne pouvez voter pour votre propre message",
|
|
||||||
"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!",
|
||||||
"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",
|
||||||
|
|||||||
@@ -22,6 +22,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!",
|
||||||
"change_picture": "Changer d'image",
|
"change_picture": "Changer d'image",
|
||||||
"edit": "Editer",
|
"edit": "Editer",
|
||||||
"uploaded_picture": "Image uploadée",
|
"uploaded_picture": "Image uploadée",
|
||||||
@@ -36,16 +37,23 @@
|
|||||||
"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>",
|
||||||
"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_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"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",
|
||||||
"has_no_topics": "This user didn't post any topics yet.",
|
"has_no_topics": "L'utilsateur n'a encore créé aucun sujet.",
|
||||||
"email_hidden": "Email masqué",
|
"email_hidden": "Email masqué",
|
||||||
"hidden": "masqué",
|
"hidden": "masqué",
|
||||||
"paginate_description": "Utiliser la pagination de sujets et messages au lieu du défilement infini.",
|
"paginate_description": "Utiliser la pagination de sujets et messages au lieu du défilement infini.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "לא להפריע",
|
"dnd": "לא להפריע",
|
||||||
"invisible": "מוסתר",
|
"invisible": "מוסתר",
|
||||||
"offline": "מנותק",
|
"offline": "מנותק",
|
||||||
"privacy": "פרטיות"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "שוחח עם <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "שוחח עם <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "כתוב את הודעתך כאן, ולחץ על שלח",
|
"chat.placeholder": "כתוב את הודעתך כאן, ולחץ על שלח",
|
||||||
"chat.send": "שלח",
|
"chat.send": "שלח",
|
||||||
"chat.no_active": "אין לך צ'אטים פעילים"
|
"chat.no_active": "אין לך צ'אטים פעילים",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "לינק",
|
"outgoing_link": "לינק",
|
||||||
"outgoing_link_message": "אתה כעת עוזב",
|
"outgoing_link_message": "אתה כעת עוזב",
|
||||||
"continue_to": "המשך ל",
|
"continue_to": "המשך ל",
|
||||||
"return_to": "חזור ל"
|
"return_to": "חזור ל",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "שחזר נושא",
|
"thread_tools.restore": "שחזר נושא",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "שכפל",
|
"confirm_fork": "שכפל",
|
||||||
"favourite": "מועדף",
|
"favourite": "מועדף",
|
||||||
"favourites": "מועדפים",
|
"favourites": "מועדפים",
|
||||||
"favourites.not_logged_in.title": "לא מחובר",
|
|
||||||
"favourites.not_logged_in.message": "אנא התחבר על-מנת להוסיף את הפוסט הזה למועדפים",
|
|
||||||
"favourites.has_no_favourites": "אין לך כרגע פוסטים מועדפים, סמן מספר פוסטים כמועדפים על מנת לראות אותם כאן!",
|
"favourites.has_no_favourites": "אין לך כרגע פוסטים מועדפים, סמן מספר פוסטים כמועדפים על מנת לראות אותם כאן!",
|
||||||
"vote.not_logged_in.title": "לא מחובר",
|
|
||||||
"vote.not_logged_in.message": "אנא התחבר על-מנת להצביע",
|
|
||||||
"vote.cant_vote_self.title": "הצבעה שגויה",
|
|
||||||
"vote.cant_vote_self.message": "אתה לא יכול להצביע עבור פוסטים שלך",
|
|
||||||
"loading_more_posts": "טוען פוסטים נוספים",
|
"loading_more_posts": "טוען פוסטים נוספים",
|
||||||
"move_topic": "הזז נושא",
|
"move_topic": "הזז נושא",
|
||||||
"move_post": "הזז פוסט",
|
"move_post": "הזז פוסט",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "שכפל נושא",
|
"fork_topic": "שכפל נושא",
|
||||||
"topic_will_be_moved_to": "נושא זה יועבר לקטגוריה",
|
"topic_will_be_moved_to": "נושא זה יועבר לקטגוריה",
|
||||||
"fork_topic_instruction": "לחץ על הפוסטים שברצונך לשכפל",
|
"fork_topic_instruction": "לחץ על הפוסטים שברצונך לשכפל",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "צ'אט",
|
"chat": "צ'אט",
|
||||||
"follow": "עקוב",
|
"follow": "עקוב",
|
||||||
"unfollow": "הפסק לעקוב",
|
"unfollow": "הפסק לעקוב",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "שנה תמונה",
|
"change_picture": "שנה תמונה",
|
||||||
"edit": "ערוך",
|
"edit": "ערוך",
|
||||||
"uploaded_picture": "התמונה הועלתה",
|
"uploaded_picture": "התמונה הועלתה",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Your password is updated!",
|
"change_password_success": "Your password is updated!",
|
||||||
"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>",
|
||||||
"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_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "למשתמש זה אין עוקבים :(",
|
"has_no_follower": "למשתמש זה אין עוקבים :(",
|
||||||
"follows_no_one": "משתמש זה אינו עוקב אחרי אחרים :(",
|
"follows_no_one": "משתמש זה אינו עוקב אחרי אחרים :(",
|
||||||
"has_no_posts": "המשתמש הזה עוד לא פרסם כלום.",
|
"has_no_posts": "המשתמש הזה עוד לא פרסם כלום.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Elfoglalt",
|
"dnd": "Elfoglalt",
|
||||||
"invisible": "Láthatatlan",
|
"invisible": "Láthatatlan",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chat vele: <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chat vele: <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "írj be egy üzenetet, majd nyomj enter-t a küldéshez",
|
"chat.placeholder": "írj be egy üzenetet, majd nyomj enter-t a küldéshez",
|
||||||
"chat.send": "Küldés",
|
"chat.send": "Küldés",
|
||||||
"chat.no_active": "Nincs aktív csevegésed."
|
"chat.no_active": "Nincs aktív csevegésed.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Külső Link",
|
"outgoing_link": "Külső Link",
|
||||||
"outgoing_link_message": "Most távozol",
|
"outgoing_link_message": "Most távozol",
|
||||||
"continue_to": "Folytatás",
|
"continue_to": "Folytatás",
|
||||||
"return_to": "Visszatérés"
|
"return_to": "Visszatérés",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Topik visszaállítása",
|
"thread_tools.restore": "Topik visszaállítása",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Szétszedés",
|
"confirm_fork": "Szétszedés",
|
||||||
"favourite": "Kedvenc",
|
"favourite": "Kedvenc",
|
||||||
"favourites": "Kedvencek",
|
"favourites": "Kedvencek",
|
||||||
"favourites.not_logged_in.title": "Nem vagy belépve",
|
|
||||||
"favourites.not_logged_in.message": "Kérlek lépj be, hogy a kedvenceidhez adhassam a hozzászólást",
|
|
||||||
"favourites.has_no_favourites": "Nincs egyetlen kedvenc hozzászólásod sem, jelölj meg párat hogy itt láthasd őket!",
|
"favourites.has_no_favourites": "Nincs egyetlen kedvenc hozzászólásod sem, jelölj meg párat hogy itt láthasd őket!",
|
||||||
"vote.not_logged_in.title": "Nem vagy belépve",
|
|
||||||
"vote.not_logged_in.message": "Kérlek lépj be a szavazás érdekében",
|
|
||||||
"vote.cant_vote_self.title": "Érvénytelen szavazat",
|
|
||||||
"vote.cant_vote_self.message": "Nem szavazhatsz a saját hozzászólásodra",
|
|
||||||
"loading_more_posts": "Hozzászólások betöltése",
|
"loading_more_posts": "Hozzászólások betöltése",
|
||||||
"move_topic": "Topik áthelyezése",
|
"move_topic": "Topik áthelyezése",
|
||||||
"move_post": "Hozzászólás áthelyezése",
|
"move_post": "Hozzászólás áthelyezése",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Topik szétszedése",
|
"fork_topic": "Topik szétszedése",
|
||||||
"topic_will_be_moved_to": "Ez a téma ebbe a kategóriába lesz mozgatva",
|
"topic_will_be_moved_to": "Ez a téma ebbe a kategóriába lesz mozgatva",
|
||||||
"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",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Követés",
|
"follow": "Követés",
|
||||||
"unfollow": "Nem követem",
|
"unfollow": "Nem követem",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Kép megváltoztatása",
|
"change_picture": "Kép megváltoztatása",
|
||||||
"edit": "Szerkeszt",
|
"edit": "Szerkeszt",
|
||||||
"uploaded_picture": "Feltöltött kép",
|
"uploaded_picture": "Feltöltött kép",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"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ó",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Kép feltöltése",
|
"upload_picture": "Kép feltöltése",
|
||||||
"upload_a_picture": "Egy kép feltöltése",
|
"upload_a_picture": "Egy kép feltöltése",
|
||||||
"image_spec": "Csak PNG, JPG vagy GIF kiterjesztésű fájlokat tölthetsz fel",
|
"image_spec": "Csak PNG, JPG vagy GIF kiterjesztésű fájlokat tölthetsz fel",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Beállítások",
|
"settings": "Beállítások",
|
||||||
"show_email": "E-mail címem mutatása",
|
"show_email": "E-mail címem mutatása",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Ezt a felhasználót nem követi senki :(",
|
"has_no_follower": "Ezt a felhasználót nem követi senki :(",
|
||||||
"follows_no_one": "Ez a felhasználó nem követ senkit :(",
|
"follows_no_one": "Ez a felhasználó nem követ senkit :(",
|
||||||
"has_no_posts": "Ennek a felhasználónak még nincsen hozzászólása.",
|
"has_no_posts": "Ennek a felhasználónak még nincsen hozzászólása.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Non disturbare",
|
"dnd": "Non disturbare",
|
||||||
"invisible": "Invisibile",
|
"invisible": "Invisibile",
|
||||||
"offline": "Non in linea",
|
"offline": "Non in linea",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chatta con <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chatta con <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "scrivi un messaggio qui, poi premi Invio",
|
"chat.placeholder": "scrivi un messaggio qui, poi premi Invio",
|
||||||
"chat.send": "Invia",
|
"chat.send": "Invia",
|
||||||
"chat.no_active": "Non hai discussioni attive."
|
"chat.no_active": "Non hai discussioni attive.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Link in uscita",
|
"outgoing_link": "Link in uscita",
|
||||||
"outgoing_link_message": "Stai lasciando",
|
"outgoing_link_message": "Stai lasciando",
|
||||||
"continue_to": "Continua verso",
|
"continue_to": "Continua verso",
|
||||||
"return_to": "Ritorna a "
|
"return_to": "Ritorna a ",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Ripristina Discussione",
|
"thread_tools.restore": "Ripristina Discussione",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Dividi",
|
"confirm_fork": "Dividi",
|
||||||
"favourite": "Preferito",
|
"favourite": "Preferito",
|
||||||
"favourites": "Preferiti",
|
"favourites": "Preferiti",
|
||||||
"favourites.not_logged_in.title": "Non collegato/a",
|
|
||||||
"favourites.not_logged_in.message": "Accedi per aggiungere questo post ai preferiti",
|
|
||||||
"favourites.has_no_favourites": "Non hai ancun post preferito; aggiungi qualche post ai preferiti per vederli qui!",
|
"favourites.has_no_favourites": "Non hai ancun post preferito; aggiungi qualche post ai preferiti per vederli qui!",
|
||||||
"vote.not_logged_in.title": "Non loggato",
|
|
||||||
"vote.not_logged_in.message": "Accedi per poter votare",
|
|
||||||
"vote.cant_vote_self.title": "Voto non valido",
|
|
||||||
"vote.cant_vote_self.message": "Non puoi votare per i tuoi post",
|
|
||||||
"loading_more_posts": "Caricamento altri post",
|
"loading_more_posts": "Caricamento altri post",
|
||||||
"move_topic": "Sposta Discussione",
|
"move_topic": "Sposta Discussione",
|
||||||
"move_post": "Sposta Post",
|
"move_post": "Sposta Post",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Dividi il Topic",
|
"fork_topic": "Dividi il Topic",
|
||||||
"topic_will_be_moved_to": "Questa discussione verrà spostata nella categoria",
|
"topic_will_be_moved_to": "Questa discussione verrà spostata nella categoria",
|
||||||
"fork_topic_instruction": "Clicca sui post che vuoi dividere",
|
"fork_topic_instruction": "Clicca sui post che vuoi dividere",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Segui",
|
"follow": "Segui",
|
||||||
"unfollow": "Smetti di seguire",
|
"unfollow": "Smetti di seguire",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Cambia Foto",
|
"change_picture": "Cambia Foto",
|
||||||
"edit": "Modifica",
|
"edit": "Modifica",
|
||||||
"uploaded_picture": "Foto caricata",
|
"uploaded_picture": "Foto caricata",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"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",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Carica foto",
|
"upload_picture": "Carica foto",
|
||||||
"upload_a_picture": "Carica una foto",
|
"upload_a_picture": "Carica una foto",
|
||||||
"image_spec": "Puoi caricare solo file PNG, JPG o GIF",
|
"image_spec": "Puoi caricare solo file PNG, JPG o GIF",
|
||||||
"max": "massimo.",
|
"max": "massimo.",
|
||||||
"settings": "Impostazioni",
|
"settings": "Impostazioni",
|
||||||
"show_email": "Mostra la mia Email",
|
"show_email": "Mostra la mia Email",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Questo utente non è seguito da nessuno :(",
|
"has_no_follower": "Questo utente non è seguito da nessuno :(",
|
||||||
"follows_no_one": "Questo utente non segue nessuno :(",
|
"follows_no_one": "Questo utente non segue nessuno :(",
|
||||||
"has_no_posts": "Questo utente non ha ancora postato nulla.",
|
"has_no_posts": "Questo utente non ha ancora postato nulla.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Ikke forsturr",
|
"dnd": "Ikke forsturr",
|
||||||
"invisible": "Usynlig",
|
"invisible": "Usynlig",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Personvern"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chat med <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chat med <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "skriv chat-melding her, trykk enter for å sende",
|
"chat.placeholder": "skriv chat-melding her, trykk enter for å sende",
|
||||||
"chat.send": "Send",
|
"chat.send": "Send",
|
||||||
"chat.no_active": "Du har ingen aktive chatter."
|
"chat.no_active": "Du har ingen aktive chatter.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Utgående link",
|
"outgoing_link": "Utgående link",
|
||||||
"outgoing_link_message": "Du forlatter nå",
|
"outgoing_link_message": "Du forlatter nå",
|
||||||
"continue_to": "Fortsett til",
|
"continue_to": "Fortsett til",
|
||||||
"return_to": "Gå tilbake til"
|
"return_to": "Gå tilbake til",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Er du sikker på at du vil slette denne tråden?",
|
"thread_tools.delete_confirm": "Er du sikker på at du vil slette denne tråden?",
|
||||||
"thread_tools.restore": "Gjenopprett tråd",
|
"thread_tools.restore": "Gjenopprett tråd",
|
||||||
"thread_tools.restore_confirm": "Er du sikker på at du vil gjenopprette denne tråden?",
|
"thread_tools.restore_confirm": "Er du sikker på at du vil gjenopprette denne tråden?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Er du sikker på at du vil slette dette innlegget?",
|
"post_delete_confirm": "Er du sikker på at du vil slette dette innlegget?",
|
||||||
"post_restore_confirm": "Er du sikker på at du vil gjenopprette dette innlegget?",
|
"post_restore_confirm": "Er du sikker på at du vil gjenopprette dette innlegget?",
|
||||||
"post_delete_error": "Kunne ikke slette dette innlegget!",
|
"post_delete_error": "Kunne ikke slette dette innlegget!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Del",
|
"confirm_fork": "Del",
|
||||||
"favourite": "Favoritt",
|
"favourite": "Favoritt",
|
||||||
"favourites": "Favoritter",
|
"favourites": "Favoritter",
|
||||||
"favourites.not_logged_in.title": "Ikke logget inn",
|
|
||||||
"favourites.not_logged_in.message": "Vennligst logg inn for å gjøre dette innlegget til favoritt",
|
|
||||||
"favourites.has_no_favourites": "Du har ingen favoritter, marker noen innlegg som favoritt for å se dem her!",
|
"favourites.has_no_favourites": "Du har ingen favoritter, marker noen innlegg som favoritt for å se dem her!",
|
||||||
"vote.not_logged_in.title": "Ikke innlogget",
|
|
||||||
"vote.not_logged_in.message": "Vennligst logg inn for å stemme",
|
|
||||||
"vote.cant_vote_self.title": "Ugyldig stemme",
|
|
||||||
"vote.cant_vote_self.message": "Du kan ikke stemme på ditt eget innlegg",
|
|
||||||
"loading_more_posts": "Laster flere innlegg",
|
"loading_more_posts": "Laster flere innlegg",
|
||||||
"move_topic": "Flytt emne",
|
"move_topic": "Flytt emne",
|
||||||
"move_post": "Flytt innlegg",
|
"move_post": "Flytt innlegg",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Del emne",
|
"fork_topic": "Del emne",
|
||||||
"topic_will_be_moved_to": "Dette emnet vil bli flyttet til kategorien",
|
"topic_will_be_moved_to": "Dette emnet vil bli flyttet til kategorien",
|
||||||
"fork_topic_instruction": "Trykk på innleggene du vil dele",
|
"fork_topic_instruction": "Trykk på innleggene du vil dele",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chatt",
|
"chat": "Chatt",
|
||||||
"follow": "Følg",
|
"follow": "Følg",
|
||||||
"unfollow": "Avfølg",
|
"unfollow": "Avfølg",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Bytt bilde",
|
"change_picture": "Bytt bilde",
|
||||||
"edit": "Endre",
|
"edit": "Endre",
|
||||||
"uploaded_picture": "Opplastet bilde",
|
"uploaded_picture": "Opplastet bilde",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Passordet ditt ble oppdatert!",
|
"change_password_success": "Passordet ditt ble oppdatert!",
|
||||||
"confirm_password": "Bekreft passord",
|
"confirm_password": "Bekreft passord",
|
||||||
"password": "Passord",
|
"password": "Passord",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Last opp bilde",
|
"upload_picture": "Last opp bilde",
|
||||||
"upload_a_picture": "Last opp et bilde",
|
"upload_a_picture": "Last opp et bilde",
|
||||||
"image_spec": "Du kan bare laste opp PNG, JPG eller GIF-filer",
|
"image_spec": "Du kan bare laste opp PNG, JPG eller GIF-filer",
|
||||||
"max": "maks.",
|
"max": "maks.",
|
||||||
"settings": "Innstillinger",
|
"settings": "Innstillinger",
|
||||||
"show_email": "Vis min e-post",
|
"show_email": "Vis min e-post",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Denne brukeren har ingen følgere :(",
|
"has_no_follower": "Denne brukeren har ingen følgere :(",
|
||||||
"follows_no_one": "Denne brukeren følger ingen :(",
|
"follows_no_one": "Denne brukeren følger ingen :(",
|
||||||
"has_no_posts": "Denne brukeren har ikke skrevet noe enda.",
|
"has_no_posts": "Denne brukeren har ikke skrevet noe enda.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Niet Storen",
|
"dnd": "Niet Storen",
|
||||||
"invisible": "Onzichtbaar",
|
"invisible": "Onzichtbaar",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chat met <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chat met <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "type chat bericht hier, druk op enter om te verzenden",
|
"chat.placeholder": "type chat bericht hier, druk op enter om te verzenden",
|
||||||
"chat.send": "Verzenden",
|
"chat.send": "Verzenden",
|
||||||
"chat.no_active": "Je hebt geen actieve chats."
|
"chat.no_active": "Je hebt geen actieve chats.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Uitgaande Link",
|
"outgoing_link": "Uitgaande Link",
|
||||||
"outgoing_link_message": "Je verlaat nu",
|
"outgoing_link_message": "Je verlaat nu",
|
||||||
"continue_to": "Doorgaan naar",
|
"continue_to": "Doorgaan naar",
|
||||||
"return_to": "Teruggaan naar"
|
"return_to": "Teruggaan naar",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Onderwerp Herstellen",
|
"thread_tools.restore": "Onderwerp Herstellen",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Fork",
|
"confirm_fork": "Fork",
|
||||||
"favourite": "Favoriet",
|
"favourite": "Favoriet",
|
||||||
"favourites": "Favorieten",
|
"favourites": "Favorieten",
|
||||||
"favourites.not_logged_in.title": "Niet Ingelogd",
|
|
||||||
"favourites.not_logged_in.message": "Log a.u.b. in om dit bericht als Favoriet op te slaan",
|
|
||||||
"favourites.has_no_favourites": "Je hebt geen favorieten, sla een aantal berichten op als favoriet om ze hier te zien!",
|
"favourites.has_no_favourites": "Je hebt geen favorieten, sla een aantal berichten op als favoriet om ze hier te zien!",
|
||||||
"vote.not_logged_in.title": "Niet Ingelogd",
|
|
||||||
"vote.not_logged_in.message": "Log a.u.b. in om te kunnen stemmen",
|
|
||||||
"vote.cant_vote_self.title": "Ongeldige Stem",
|
|
||||||
"vote.cant_vote_self.message": "Je kan niet op je eigen berichten stemmen",
|
|
||||||
"loading_more_posts": "Meer Berichten Laden",
|
"loading_more_posts": "Meer Berichten Laden",
|
||||||
"move_topic": "Onderwerp Verplaatsen",
|
"move_topic": "Onderwerp Verplaatsen",
|
||||||
"move_post": "Bericht Verplaatsen",
|
"move_post": "Bericht Verplaatsen",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Onderwerp Forken",
|
"fork_topic": "Onderwerp Forken",
|
||||||
"topic_will_be_moved_to": "Dit onderwerp zal verplaatst worden naar de categorie",
|
"topic_will_be_moved_to": "Dit onderwerp zal verplaatst worden naar de categorie",
|
||||||
"fork_topic_instruction": "Klik op de berichten die je wilt forken",
|
"fork_topic_instruction": "Klik op de berichten die je wilt forken",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Volgen",
|
"follow": "Volgen",
|
||||||
"unfollow": "Ontvolgen",
|
"unfollow": "Ontvolgen",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Afbeelding Aanpassen",
|
"change_picture": "Afbeelding Aanpassen",
|
||||||
"edit": "Aanpassen",
|
"edit": "Aanpassen",
|
||||||
"uploaded_picture": "Afbeelding Uploaden",
|
"uploaded_picture": "Afbeelding Uploaden",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Your password is updated!",
|
"change_password_success": "Your password is updated!",
|
||||||
"confirm_password": "Bevestig Wachtwoord",
|
"confirm_password": "Bevestig Wachtwoord",
|
||||||
"password": "Wachtwoord",
|
"password": "Wachtwoord",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Afbeelding Uploaden",
|
"upload_picture": "Afbeelding Uploaden",
|
||||||
"upload_a_picture": "Upload een afbeelding",
|
"upload_a_picture": "Upload een afbeelding",
|
||||||
"image_spec": "Je mag alleen PNG, JPG, of GIF bestanden uploaden.",
|
"image_spec": "Je mag alleen PNG, JPG, of GIF bestanden uploaden.",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Instellingen",
|
"settings": "Instellingen",
|
||||||
"show_email": "Laat Mijn Email Zien",
|
"show_email": "Laat Mijn Email Zien",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Deze gebruiker heeft geen volgers :(",
|
"has_no_follower": "Deze gebruiker heeft geen volgers :(",
|
||||||
"follows_no_one": "Deze gebruiker volgt niemand :(",
|
"follows_no_one": "Deze gebruiker volgt niemand :(",
|
||||||
"has_no_posts": "Deze gebruiker heeft nog geen berichten geplaatst",
|
"has_no_posts": "Deze gebruiker heeft nog geen berichten geplaatst",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Nie przeszkadzać",
|
"dnd": "Nie przeszkadzać",
|
||||||
"invisible": "Niewidoczny",
|
"invisible": "Niewidoczny",
|
||||||
"offline": "Niedostępny",
|
"offline": "Niedostępny",
|
||||||
"privacy": "Prywatność"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Rozmawiaj z <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Rozmawiaj z <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "napisz wiadomość tutaj i naciśnij enter",
|
"chat.placeholder": "napisz wiadomość tutaj i naciśnij enter",
|
||||||
"chat.send": "Wyślij",
|
"chat.send": "Wyślij",
|
||||||
"chat.no_active": "Nie prowadzisz obecnie żadnych rozmów."
|
"chat.no_active": "Nie prowadzisz obecnie żadnych rozmów.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Łącze wychodzące",
|
"outgoing_link": "Łącze wychodzące",
|
||||||
"outgoing_link_message": "Opuszczasz",
|
"outgoing_link_message": "Opuszczasz",
|
||||||
"continue_to": "Kontynuuj do",
|
"continue_to": "Kontynuuj do",
|
||||||
"return_to": "Wróć do"
|
"return_to": "Wróć do",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"topic": "Wątek",
|
"topic": "Wątek",
|
||||||
"topics": "Wątki",
|
"topics": "Wątki",
|
||||||
"topic_id": "Topic ID",
|
"topic_id": "Identyfikator wątku",
|
||||||
"topic_id_placeholder": "Enter topic ID",
|
"topic_id_placeholder": "Podaj identyfikator wątku",
|
||||||
"no_topics_found": "Nie znaleziono żadnych wątków.",
|
"no_topics_found": "Nie znaleziono żadnych wątków.",
|
||||||
"no_posts_found": "Nie znaleziono żadnych postów.",
|
"no_posts_found": "Nie znaleziono żadnych postów.",
|
||||||
"profile": "Profil",
|
"profile": "Profil",
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
"flag": "Zgłoś",
|
"flag": "Zgłoś",
|
||||||
"bookmark_instructions": "Kliknij tutaj, aby wrócić do ostatniej pozycji lub zamknij, aby odrzucić.",
|
"bookmark_instructions": "Kliknij tutaj, aby wrócić do ostatniej pozycji lub zamknij, aby odrzucić.",
|
||||||
"flag_title": "Zgłoś post do moderacji",
|
"flag_title": "Zgłoś post do moderacji",
|
||||||
"flag_confirm": "Are you sure you want to flag this post?",
|
"flag_confirm": "Na pewno chcesz oznaczyć ten post?",
|
||||||
"flag_success": "This post has been flagged for moderation.",
|
"flag_success": "Ten post został oznaczony do moderacji.",
|
||||||
"deleted_message": "Ten wątek został usunięty. Tylko użytkownicy z uprawnieniami do zarządzania wątkami mogą go widzieć.",
|
"deleted_message": "Ten wątek został usunięty. Tylko użytkownicy z uprawnieniami do zarządzania wątkami mogą go widzieć.",
|
||||||
"following_topic.title": "Obserwujesz wątek",
|
"following_topic.title": "Obserwujesz wątek",
|
||||||
"following_topic.message": "Będziesz otrzymywał powiadomienia, gdy ktoś odpowie w tym wątku.",
|
"following_topic.message": "Będziesz otrzymywał powiadomienia, gdy ktoś odpowie w tym wątku.",
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"login_to_subscribe": "Zaloguj się, aby subskrybować ten wątek.",
|
"login_to_subscribe": "Zaloguj się, aby subskrybować ten wątek.",
|
||||||
"markAsUnreadForAll.success": "Wątek oznaczony jako nieprzeczytany dla wszystkich.",
|
"markAsUnreadForAll.success": "Wątek oznaczony jako nieprzeczytany dla wszystkich.",
|
||||||
"watch": "Obserwuj",
|
"watch": "Obserwuj",
|
||||||
"watch.title": "Be notified of new replies in this topic",
|
"watch.title": "Otrzymuj powiadomienia o nowych odpowiedziach w tym wątku",
|
||||||
"share_this_post": "Udostępnij",
|
"share_this_post": "Udostępnij",
|
||||||
"thread_tools.title": "Narzędzia wątków",
|
"thread_tools.title": "Narzędzia wątków",
|
||||||
"thread_tools.markAsUnreadForAll": "Oznacz jako nieprzeczytany",
|
"thread_tools.markAsUnreadForAll": "Oznacz jako nieprzeczytany",
|
||||||
@@ -44,29 +44,29 @@
|
|||||||
"thread_tools.move": "Przenieś wątek",
|
"thread_tools.move": "Przenieś wątek",
|
||||||
"thread_tools.fork": "Skopiuj wątek",
|
"thread_tools.fork": "Skopiuj wątek",
|
||||||
"thread_tools.delete": "Usuń wątek",
|
"thread_tools.delete": "Usuń wątek",
|
||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Na pewno chcesz usunąć ten wątek?",
|
||||||
"thread_tools.restore": "Przywróć wątek",
|
"thread_tools.restore": "Przywróć wątek",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Na pewno chcesz przywrócić ten wątek?",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
"post_restore_error": "Could not restore this post!",
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
|
"post_delete_confirm": "Na pewno chcesz usunąć ten post?",
|
||||||
|
"post_restore_confirm": "Na pewno chcesz przywrócić ten post?",
|
||||||
|
"post_delete_error": "Nie można usunąć tego posta!",
|
||||||
|
"post_restore_error": "Nie można przywrócić tego posta!",
|
||||||
"load_categories": "Ładowanie kategorii",
|
"load_categories": "Ładowanie kategorii",
|
||||||
"disabled_categories_note": "Zablokowane kategorie zostały wyszarzone.",
|
"disabled_categories_note": "Zablokowane kategorie zostały wyszarzone.",
|
||||||
"confirm_move": "Przenieś",
|
"confirm_move": "Przenieś",
|
||||||
"confirm_fork": "Skopiuj",
|
"confirm_fork": "Skopiuj",
|
||||||
"favourite": "Polub",
|
"favourite": "Polub",
|
||||||
"favourites": "Ulubione",
|
"favourites": "Ulubione",
|
||||||
"favourites.not_logged_in.title": "Nie jesteś zalogowany",
|
|
||||||
"favourites.not_logged_in.message": "Musisz być zalogowany, by polubić post.",
|
|
||||||
"favourites.has_no_favourites": "Nie masz żadnych ulubionych. Polub kilka postów!",
|
"favourites.has_no_favourites": "Nie masz żadnych ulubionych. Polub kilka postów!",
|
||||||
"vote.not_logged_in.title": "Nie jesteś zalogowany",
|
|
||||||
"vote.not_logged_in.message": "Musisz być zalogowany, by zagłosować na post.",
|
|
||||||
"vote.cant_vote_self.title": "Niepoprawny głos",
|
|
||||||
"vote.cant_vote_self.message": "Nie możesz głosować na własne posty",
|
|
||||||
"loading_more_posts": "Załaduj więcej postów",
|
"loading_more_posts": "Załaduj więcej postów",
|
||||||
"move_topic": "Przenieś wątek",
|
"move_topic": "Przenieś wątek",
|
||||||
"move_post": "Przenieś post",
|
"move_post": "Przenieś post",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Skopiuj wątek",
|
"fork_topic": "Skopiuj wątek",
|
||||||
"topic_will_be_moved_to": "Ten wątek zostanie przeniesiony do kategorii",
|
"topic_will_be_moved_to": "Ten wątek zostanie przeniesiony do kategorii",
|
||||||
"fork_topic_instruction": "Zaznacz posty, które chcesz sklonować",
|
"fork_topic_instruction": "Zaznacz posty, które chcesz sklonować",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Rozmawiaj",
|
"chat": "Rozmawiaj",
|
||||||
"follow": "Śledź",
|
"follow": "Śledź",
|
||||||
"unfollow": "Przestań śledzić",
|
"unfollow": "Przestań śledzić",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Zmień zdjęcie",
|
"change_picture": "Zmień zdjęcie",
|
||||||
"edit": "Edytuj",
|
"edit": "Edytuj",
|
||||||
"uploaded_picture": "Przesłane zdjęcie",
|
"uploaded_picture": "Przesłane zdjęcie",
|
||||||
@@ -36,16 +37,23 @@
|
|||||||
"change_password_success": "Twoje hasło jest zaktualizowane!",
|
"change_password_success": "Twoje hasło jest zaktualizowane!",
|
||||||
"confirm_password": "Potwierdź hasło",
|
"confirm_password": "Potwierdź hasło",
|
||||||
"password": "Hasło",
|
"password": "Hasło",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Prześlij zdjęcie",
|
"upload_picture": "Prześlij zdjęcie",
|
||||||
"upload_a_picture": "Prześlij zdjęcie",
|
"upload_a_picture": "Prześlij zdjęcie",
|
||||||
"image_spec": "Możesz przesłać tylko pliki PNG, JPG lub GIF.",
|
"image_spec": "Możesz przesłać tylko pliki PNG, JPG lub GIF.",
|
||||||
"max": "maks.",
|
"max": "maks.",
|
||||||
"settings": "Ustawienia",
|
"settings": "Ustawienia",
|
||||||
"show_email": "Wyświetlaj mój adres e-mail",
|
"show_email": "Wyświetlaj mój adres e-mail",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Ten użytkownik nie ma jeszcze żadnych obserwujących",
|
"has_no_follower": "Ten użytkownik nie ma jeszcze żadnych obserwujących",
|
||||||
"follows_no_one": "Użytkownik jeszcze nikogo nie obsweruje.",
|
"follows_no_one": "Użytkownik jeszcze nikogo nie obsweruje.",
|
||||||
"has_no_posts": "Użytkownik nie napisał jeszcze żadnych postów.",
|
"has_no_posts": "Użytkownik nie napisał jeszcze żadnych postów.",
|
||||||
"has_no_topics": "This user didn't post any topics yet.",
|
"has_no_topics": "Ten użytkownik nie napisał jeszcze żadnego wątku.",
|
||||||
"email_hidden": "Adres e-mail ukryty",
|
"email_hidden": "Adres e-mail ukryty",
|
||||||
"hidden": "ukryty",
|
"hidden": "ukryty",
|
||||||
"paginate_description": "Użyj klasycznego trybu paginacji zamiast nieskończonego przewijania.",
|
"paginate_description": "Użyj klasycznego trybu paginacji zamiast nieskończonego przewijania.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Não Perturbe",
|
"dnd": "Não Perturbe",
|
||||||
"invisible": "Invisível",
|
"invisible": "Invisível",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Privacidade"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Conversar com <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Conversar com <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "Digite sua mensagem aqui e pressione 'enter' para enviar",
|
"chat.placeholder": "Digite sua mensagem aqui e pressione 'enter' para enviar",
|
||||||
"chat.send": "Enviar",
|
"chat.send": "Enviar",
|
||||||
"chat.no_active": "Você não tem bate papos ativos."
|
"chat.no_active": "Você não tem bate papos ativos.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Link Externo",
|
"outgoing_link": "Link Externo",
|
||||||
"outgoing_link_message": "Você está; saindo para um link externo",
|
"outgoing_link_message": "Você está; saindo para um link externo",
|
||||||
"continue_to": "Continuar para",
|
"continue_to": "Continuar para",
|
||||||
"return_to": "Voltar para"
|
"return_to": "Voltar para",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Restaurar Tópico",
|
"thread_tools.restore": "Restaurar Tópico",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Fork",
|
"confirm_fork": "Fork",
|
||||||
"favourite": "Favoritar",
|
"favourite": "Favoritar",
|
||||||
"favourites": "Favoritos",
|
"favourites": "Favoritos",
|
||||||
"favourites.not_logged_in.title": "Não Logado",
|
|
||||||
"favourites.not_logged_in.message": "Por Favor logar para favoritar o tópico",
|
|
||||||
"favourites.has_no_favourites": "Você não tem nenhum item favoritado!",
|
"favourites.has_no_favourites": "Você não tem nenhum item favoritado!",
|
||||||
"vote.not_logged_in.title": "Não está logado",
|
|
||||||
"vote.not_logged_in.message": "Por favor efetuar login para votar",
|
|
||||||
"vote.cant_vote_self.title": "Voto inválido",
|
|
||||||
"vote.cant_vote_self.message": "Você não pode votar o seu próprio post",
|
|
||||||
"loading_more_posts": "Carregando mais posts",
|
"loading_more_posts": "Carregando mais posts",
|
||||||
"move_topic": "Mover Tó;pico",
|
"move_topic": "Mover Tó;pico",
|
||||||
"move_post": "Mover Post",
|
"move_post": "Mover Post",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Fork Tópico",
|
"fork_topic": "Fork Tópico",
|
||||||
"topic_will_be_moved_to": "Este tópico será movido para a categoria",
|
"topic_will_be_moved_to": "Este tópico será movido para a categoria",
|
||||||
"fork_topic_instruction": "Clique nos postas que você fazer o fork",
|
"fork_topic_instruction": "Clique nos postas que você fazer o fork",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Bate Papo",
|
"chat": "Bate Papo",
|
||||||
"follow": "Seguir",
|
"follow": "Seguir",
|
||||||
"unfollow": "Deixar de Seguir",
|
"unfollow": "Deixar de Seguir",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Alterar Foto",
|
"change_picture": "Alterar Foto",
|
||||||
"edit": "Editar",
|
"edit": "Editar",
|
||||||
"uploaded_picture": "Foto Carregada",
|
"uploaded_picture": "Foto Carregada",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Your password is updated!",
|
"change_password_success": "Your password is updated!",
|
||||||
"confirm_password": "Confirmar Senha",
|
"confirm_password": "Confirmar Senha",
|
||||||
"password": "Senha",
|
"password": "Senha",
|
||||||
|
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||||
"upload_picture": "Carregar Foto",
|
"upload_picture": "Carregar Foto",
|
||||||
"upload_a_picture": "Carregar Foto",
|
"upload_a_picture": "Carregar Foto",
|
||||||
"image_spec": "Você pode usar somente arquivos PNG, JPG ou GIF",
|
"image_spec": "Você pode usar somente arquivos PNG, JPG ou GIF",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Configurações",
|
"settings": "Configurações",
|
||||||
"show_email": "Mostrar meu email",
|
"show_email": "Mostrar meu email",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Ninguém está seguindo esse usuário :(",
|
"has_no_follower": "Ninguém está seguindo esse usuário :(",
|
||||||
"follows_no_one": "Este usuário não está seguindo ninguém :(",
|
"follows_no_one": "Este usuário não está seguindo ninguém :(",
|
||||||
"has_no_posts": "Este usuário não postou nada ainda.",
|
"has_no_posts": "Este usuário não postou nada ainda.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Не беспокоить",
|
"dnd": "Не беспокоить",
|
||||||
"invisible": "Невидимый",
|
"invisible": "Невидимый",
|
||||||
"offline": "Не в сети",
|
"offline": "Не в сети",
|
||||||
"privacy": "Privacy"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Чат с <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Чат с <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "введите сообщение, нажмите enter для отправки",
|
"chat.placeholder": "введите сообщение, нажмите enter для отправки",
|
||||||
"chat.send": "Отправить",
|
"chat.send": "Отправить",
|
||||||
"chat.no_active": "У вас нет активных чатов."
|
"chat.no_active": "У вас нет активных чатов.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Внешняя ссылка",
|
"outgoing_link": "Внешняя ссылка",
|
||||||
"outgoing_link_message": "Вы покидаете",
|
"outgoing_link_message": "Вы покидаете",
|
||||||
"continue_to": "Перейти на",
|
"continue_to": "Перейти на",
|
||||||
"return_to": "Вернутся на"
|
"return_to": "Вернутся на",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Restore Topic",
|
"thread_tools.restore": "Restore Topic",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Ответвление",
|
"confirm_fork": "Ответвление",
|
||||||
"favourite": "Избранное",
|
"favourite": "Избранное",
|
||||||
"favourites": "Избранные",
|
"favourites": "Избранные",
|
||||||
"favourites.not_logged_in.title": "Вход не выполнен",
|
|
||||||
"favourites.not_logged_in.message": "Войдите, чтобы добавить эту запись в избранное",
|
|
||||||
"favourites.has_no_favourites": "У вас нет избранного, добавьте несколько сообщений в избранное чтобы увидеть их здесь!",
|
"favourites.has_no_favourites": "У вас нет избранного, добавьте несколько сообщений в избранное чтобы увидеть их здесь!",
|
||||||
"vote.not_logged_in.title": "Not Logged In",
|
|
||||||
"vote.not_logged_in.message": "Please log in in order to vote",
|
|
||||||
"vote.cant_vote_self.title": "Invalid Vote",
|
|
||||||
"vote.cant_vote_self.message": "You cannot vote for your own post",
|
|
||||||
"loading_more_posts": "Загружаем еще сообщения",
|
"loading_more_posts": "Загружаем еще сообщения",
|
||||||
"move_topic": "Перенести тему",
|
"move_topic": "Перенести тему",
|
||||||
"move_post": "Перенести сообщение",
|
"move_post": "Перенести сообщение",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Ответвить Тему",
|
"fork_topic": "Ответвить Тему",
|
||||||
"topic_will_be_moved_to": "Эта тема будет перенесена в категорию",
|
"topic_will_be_moved_to": "Эта тема будет перенесена в категорию",
|
||||||
"fork_topic_instruction": "Отметьте сообщения для ответвления",
|
"fork_topic_instruction": "Отметьте сообщения для ответвления",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"follow": "Follow",
|
"follow": "Follow",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "Unfollow",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Изменить фотографию",
|
"change_picture": "Изменить фотографию",
|
||||||
"edit": "Редактировать",
|
"edit": "Редактировать",
|
||||||
"uploaded_picture": "Загруженные Фотографии",
|
"uploaded_picture": "Загруженные Фотографии",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Your password is updated!",
|
"change_password_success": "Your password is updated!",
|
||||||
"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>",
|
||||||
"upload_picture": "Загрузить фотографию",
|
"upload_picture": "Загрузить фотографию",
|
||||||
"upload_a_picture": "Загрузить фотографию",
|
"upload_a_picture": "Загрузить фотографию",
|
||||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||||
"max": "max.",
|
"max": "max.",
|
||||||
"settings": "Настройки",
|
"settings": "Настройки",
|
||||||
"show_email": "Показывать мой Email",
|
"show_email": "Показывать мой Email",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Этого пользователя никто не читает :(",
|
"has_no_follower": "Этого пользователя никто не читает :(",
|
||||||
"follows_no_one": "Этот пользователь никого не читает :(",
|
"follows_no_one": "Этот пользователь никого не читает :(",
|
||||||
"has_no_posts": "This user didn't post anything yet.",
|
"has_no_posts": "This user didn't post anything yet.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Non istrobbes",
|
"dnd": "Non istrobbes",
|
||||||
"invisible": "Invisìbile",
|
"invisible": "Invisìbile",
|
||||||
"offline": "Non in lìnia",
|
"offline": "Non in lìnia",
|
||||||
"privacy": "Privadesa"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chistiona cun <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chistiona cun <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "iscrie su messàgiu de tzarra inoghe, carca imbiu pro imbiare",
|
"chat.placeholder": "iscrie su messàgiu de tzarra inoghe, carca imbiu pro imbiare",
|
||||||
"chat.send": "Imbia",
|
"chat.send": "Imbia",
|
||||||
"chat.no_active": "Non tenes tzarras ativas."
|
"chat.no_active": "Non tenes tzarras ativas.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Acàpiu a Foras",
|
"outgoing_link": "Acàpiu a Foras",
|
||||||
"outgoing_link_message": "Immoe ses essende",
|
"outgoing_link_message": "Immoe ses essende",
|
||||||
"continue_to": "Sighi a",
|
"continue_to": "Sighi a",
|
||||||
"return_to": "Torra a"
|
"return_to": "Torra a",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,11 @@
|
|||||||
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
|
||||||
"thread_tools.restore": "Torra a s'Arresonada Allogada",
|
"thread_tools.restore": "Torra a s'Arresonada Allogada",
|
||||||
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
|
||||||
|
"topic_lock_success": "Topic has been successfully locked.",
|
||||||
|
"topic_unlock_success": "Topic has been successfully unlocked.",
|
||||||
|
"topic_pin_success": "Topic has been successfully pinned.",
|
||||||
|
"topic_unpin_success": "Topic has been successfully unpinned.",
|
||||||
|
"topic_move_success": "This topic has been successfully moved to %1",
|
||||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||||
"post_delete_error": "Could not delete this post!",
|
"post_delete_error": "Could not delete this post!",
|
||||||
@@ -57,16 +62,11 @@
|
|||||||
"confirm_fork": "Partzi",
|
"confirm_fork": "Partzi",
|
||||||
"favourite": "Preferidu",
|
"favourite": "Preferidu",
|
||||||
"favourites": "Preferidos",
|
"favourites": "Preferidos",
|
||||||
"favourites.not_logged_in.title": "No Intradu",
|
|
||||||
"favourites.not_logged_in.message": "Pro praghere intra pro pònnere in is preferidos custu arresonu",
|
|
||||||
"favourites.has_no_favourites": "Non tenes perunu preferidu, pone intre is preferidos carchi arresonu pro ddu bìdere inoghe!",
|
"favourites.has_no_favourites": "Non tenes perunu preferidu, pone intre is preferidos carchi arresonu pro ddu bìdere inoghe!",
|
||||||
"vote.not_logged_in.title": "Non ses Intradu",
|
|
||||||
"vote.not_logged_in.message": "Pro praghere intra pro votare",
|
|
||||||
"vote.cant_vote_self.title": "Votu Non Bàlidu",
|
|
||||||
"vote.cant_vote_self.message": "Non podes votare pro un'arresonu cosa tua",
|
|
||||||
"loading_more_posts": "Càrriga Prus Arresonos",
|
"loading_more_posts": "Càrriga Prus Arresonos",
|
||||||
"move_topic": "Move Arresonada",
|
"move_topic": "Move Arresonada",
|
||||||
"move_post": "Move Arresonu",
|
"move_post": "Move Arresonu",
|
||||||
|
"post_moved": "Post moved!",
|
||||||
"fork_topic": "Partzi Arresonada",
|
"fork_topic": "Partzi Arresonada",
|
||||||
"topic_will_be_moved_to": "Custa arresonada at a èssere mòvida in sa creze",
|
"topic_will_be_moved_to": "Custa arresonada at a èssere mòvida in sa creze",
|
||||||
"fork_topic_instruction": "Sèbera is arresonos chi boles partzire",
|
"fork_topic_instruction": "Sèbera is arresonos chi boles partzire",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"chat": "Tzarra",
|
"chat": "Tzarra",
|
||||||
"follow": "Sighi",
|
"follow": "Sighi",
|
||||||
"unfollow": "Non sighes prus",
|
"unfollow": "Non sighes prus",
|
||||||
|
"profile_update_success": "Profile has been updated successfully!",
|
||||||
"change_picture": "Muda Immàgine",
|
"change_picture": "Muda Immàgine",
|
||||||
"edit": "Acontza",
|
"edit": "Acontza",
|
||||||
"uploaded_picture": "Immàgine Carrigada",
|
"uploaded_picture": "Immàgine Carrigada",
|
||||||
@@ -36,12 +37,19 @@
|
|||||||
"change_password_success": "Your password is updated!",
|
"change_password_success": "Your password is updated!",
|
||||||
"confirm_password": "Cunfirma Password",
|
"confirm_password": "Cunfirma Password",
|
||||||
"password": "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>",
|
||||||
"upload_picture": "Càrriga immàgine",
|
"upload_picture": "Càrriga immàgine",
|
||||||
"upload_a_picture": "Càrriga un'immàgine",
|
"upload_a_picture": "Càrriga un'immàgine",
|
||||||
"image_spec": "Podes carrigare isceti files PNG, JPG o GIF",
|
"image_spec": "Podes carrigare isceti files PNG, JPG o GIF",
|
||||||
"max": "màssimu.",
|
"max": "màssimu.",
|
||||||
"settings": "Sèberos",
|
"settings": "Sèberos",
|
||||||
"show_email": "Ammustra s'Email Mia",
|
"show_email": "Ammustra s'Email Mia",
|
||||||
|
"digest_label": "Subscribe to Digest",
|
||||||
|
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||||
|
"digest_off": "Off",
|
||||||
|
"digest_daily": "Daily",
|
||||||
|
"digest_weekly": "Weekly",
|
||||||
|
"digest_monthly": "Monthly",
|
||||||
"has_no_follower": "Custu impitadore non tenet perunu sighidore :(",
|
"has_no_follower": "Custu impitadore non tenet perunu sighidore :(",
|
||||||
"follows_no_one": "Custu impitadore no est sighende nissunu :(",
|
"follows_no_one": "Custu impitadore no est sighende nissunu :(",
|
||||||
"has_no_posts": "Custu impitadore no at ancora publicadu nudda.",
|
"has_no_posts": "Custu impitadore no at ancora publicadu nudda.",
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
"dnd": "Nevyrušovať",
|
"dnd": "Nevyrušovať",
|
||||||
"invisible": "Neviditeľný",
|
"invisible": "Neviditeľný",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"privacy": "Súkromie"
|
"email": "Email",
|
||||||
|
"language": "Language"
|
||||||
}
|
}
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
"chat.chatting_with": "Chat s <span id=\"chat-with-name\"></span>",
|
"chat.chatting_with": "Chat s <span id=\"chat-with-name\"></span>",
|
||||||
"chat.placeholder": "napíšte správu sem a stlačte enter pre odoslanie",
|
"chat.placeholder": "napíšte správu sem a stlačte enter pre odoslanie",
|
||||||
"chat.send": "Odoslať",
|
"chat.send": "Odoslať",
|
||||||
"chat.no_active": "Nemáte žiadne aktívne konverzácie."
|
"chat.no_active": "Nemáte žiadne aktívne konverzácie.",
|
||||||
|
"chat.user_typing": "%1 is typing ..."
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,13 @@
|
|||||||
"outgoing_link": "Odkaz mimo fórum",
|
"outgoing_link": "Odkaz mimo fórum",
|
||||||
"outgoing_link_message": "Teraz opúšťate fórum",
|
"outgoing_link_message": "Teraz opúšťate fórum",
|
||||||
"continue_to": "Prejsť na",
|
"continue_to": "Prejsť na",
|
||||||
"return_to": "Vráťit sa na "
|
"return_to": "Vráťit sa na ",
|
||||||
|
"new_notification": "New Notification",
|
||||||
|
"you_have_unread_notifications": "You have unread notifications.",
|
||||||
|
"user_made_post": "<strong>%1</strong> made a new post",
|
||||||
|
"new_message_from": "New message from <strong>%1</strong>",
|
||||||
|
"upvoted_your_post": "<strong>%1</strong> has upvoted your post.",
|
||||||
|
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
|
||||||
|
"user_flagged_post": "<strong>%1</strong> flagged a post.",
|
||||||
|
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>"
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user