Merge remote-tracking branch 'origin/master' into develop

v1.18.x
Julian Lam 7 years ago
commit c25d752573

@ -21,7 +21,7 @@
"async": "2.6.0", "async": "2.6.0",
"autoprefixer": "7.2.4", "autoprefixer": "7.2.4",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"benchpressjs": "^1.2.0", "benchpressjs": "^1.2.1",
"body-parser": "^1.18.2", "body-parser": "^1.18.2",
"bootstrap": "^3.3.7", "bootstrap": "^3.3.7",
"chart.js": "^2.7.1", "chart.js": "^2.7.1",
@ -44,6 +44,7 @@
"express-session": "^1.15.6", "express-session": "^1.15.6",
"express-useragent": "1.0.8", "express-useragent": "1.0.8",
"graceful-fs": "^4.1.11", "graceful-fs": "^4.1.11",
"helmet": "^3.11.0",
"html-to-text": "3.3.0", "html-to-text": "3.3.0",
"ipaddr.js": "^1.5.4", "ipaddr.js": "^1.5.4",
"jimp": "0.2.28", "jimp": "0.2.28",
@ -62,17 +63,17 @@
"mousetrap": "^1.6.1", "mousetrap": "^1.6.1",
"mubsub": "^1.4.0", "mubsub": "^1.4.0",
"nconf": "^0.9.1", "nconf": "^0.9.1",
"nodebb-plugin-composer-default": "6.0.13", "nodebb-plugin-composer-default": "6.0.15",
"nodebb-plugin-dbsearch": "2.0.9", "nodebb-plugin-dbsearch": "2.0.9",
"nodebb-plugin-emoji": "^2.1.0", "nodebb-plugin-emoji": "^2.1.0",
"nodebb-plugin-emoji-android": "2.0.0", "nodebb-plugin-emoji-android": "2.0.0",
"nodebb-plugin-markdown": "8.3.0", "nodebb-plugin-markdown": "8.3.1",
"nodebb-plugin-mentions": "2.2.3", "nodebb-plugin-mentions": "2.2.3",
"nodebb-plugin-soundpack-default": "1.0.0", "nodebb-plugin-soundpack-default": "1.0.0",
"nodebb-plugin-spam-be-gone": "0.5.2", "nodebb-plugin-spam-be-gone": "0.5.3",
"nodebb-rewards-essentials": "0.0.11", "nodebb-rewards-essentials": "0.0.11",
"nodebb-theme-lavender": "5.0.3", "nodebb-theme-lavender": "5.0.3",
"nodebb-theme-persona": "7.2.23", "nodebb-theme-persona": "7.2.24",
"nodebb-theme-slick": "1.1.4", "nodebb-theme-slick": "1.1.4",
"nodebb-theme-vanilla": "8.1.10", "nodebb-theme-vanilla": "8.1.10",
"nodebb-widget-essentials": "4.0.2", "nodebb-widget-essentials": "4.0.2",

@ -2,6 +2,7 @@
"available": "Available Widgets", "available": "Available Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers", "containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Drag and drop on top of any active widget",
"containers.none": "None", "containers.none": "None",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Are you sure you wish to delete this widget?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets Updated",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Successfully updated widgets",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "نصب إضافة البحث من صفحة الإضافات البرمجية لتنشيط وظيفة البحث", "search-plugin-tooltip": "نصب إضافة البحث من صفحة الإضافات البرمجية لتنشيط وظيفة البحث",
"control-panel": "التحكم بالنظام", "control-panel": "التحكم بالنظام",
"reload": "إعادة تحمبل", "reload": "Restart",
"restart": "إعادة تشغيل", "restart": "Rebuild &amp; Restart",
"restart-warning": "إعادة تحميل او تشغيل NodeBB سوف يؤدي لقطع جميع الإتصالات لبضع ثواني.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "وضع الصيانة", "maintenance-mode": "وضع الصيانة",
"maintenance-mode-title": "انقر هنا لإعداد وضع الصيانة لـNodeBB", "maintenance-mode-title": "انقر هنا لإعداد وضع الصيانة لـNodeBB",
"realtime-chart-updates": "التحديث الفوري للرسم البياني", "realtime-chart-updates": "التحديث الفوري للرسم البياني",

@ -14,9 +14,6 @@
"only-guest": "Only display to guests", "only-guest": "Only display to guests",
"open-new-window": "Open in a new window", "open-new-window": "Open in a new window",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"btn.delete": "Delete", "btn.delete": "Delete",
"btn.disable": "Disable", "btn.disable": "Disable",
"btn.enable": "Enable", "btn.enable": "Enable",

@ -65,5 +65,7 @@
"alert.find-user": "Find a User", "alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...", "alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group", "alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..." "alert.group-search": "Search for a group here...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day" "analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "قائمة انتظار المشاركة", "manage/post-queue": "قائمة انتظار المشاركة",
"manage/groups": "المجموعات", "manage/groups": "المجموعات",
"manage/ip-blacklist": "قائمة حظر عناوين IP", "manage/ip-blacklist": "قائمة حظر عناوين IP",
"manage/uploads": "Uploads",
"section-settings": "إعدادات", "section-settings": "إعدادات",
"settings/general": "عامة", "settings/general": "عامة",

@ -62,5 +62,6 @@
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Follow topics you create",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Follow topics that you reply to",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "الرجاء استعمال بريدك اﻹلكتروني للدخول", "wrong-login-type-email": "الرجاء استعمال بريدك اﻹلكتروني للدخول",
"wrong-login-type-username": "الرجاء استعمال اسم المستخدم الخاص بك للدخول", "wrong-login-type-username": "الرجاء استعمال اسم المستخدم الخاص بك للدخول",
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first", "sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "لقد قمت بدعوة الحد الأقصى من الأشخاص (%1 من %2)", "invite-maximum-met": "لقد قمت بدعوة الحد الأقصى من الأشخاص (%1 من %2)",
"no-session-found": "لم دخول مسجل!", "no-session-found": "لم دخول مسجل!",
"not-in-room": "المستخدم غير موجود في الغرفة.", "not-in-room": "المستخدم غير موجود في الغرفة.",

@ -30,8 +30,11 @@
"locked": "مقفل", "locked": "مقفل",
"pinned": "مثبت", "pinned": "مثبت",
"moved": "منقول", "moved": "منقول",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع", "bookmark_instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع",
"flag_title": "إشعار بمشاركة مخلة.", "flag_title": "إشعار بمشاركة مخلة.",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.", "deleted_message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.",
"following_topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.", "following_topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.",
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",

@ -95,6 +95,7 @@
"topics_per_page": "المواضيع في كل صفحة", "topics_per_page": "المواضيع في كل صفحة",
"posts_per_page": "الردود في كل صفحة", "posts_per_page": "الردود في كل صفحة",
"max_items_per_page": "أقصى %1", "max_items_per_page": "أقصى %1",
"acp_language": "Admin Page Language",
"notification_sounds": "تشغيل صوت عند تلقي تنبيه", "notification_sounds": "تشغيل صوت عند تلقي تنبيه",
"notifications_and_sounds": "التنبيهات والأصوات", "notifications_and_sounds": "التنبيهات والأصوات",
"incoming-message-sound": "صوت الرسالة الواردة", "incoming-message-sound": "صوت الرسالة الواردة",

@ -2,6 +2,7 @@
"available": "Налични джаджи", "available": "Налични джаджи",
"explanation": "Изберете джаджа от падащото меню, а след това я завлачете и пуснете в областта за джаджи в някой от шаблоните вляво.", "explanation": "Изберете джаджа от падащото меню, а след това я завлачете и пуснете в областта за джаджи в някой от шаблоните вляво.",
"none-installed": "Няма намерени джаджи! Включете добавката с основните джаджи в контролния панел за <a href=\"%1\">добавките</a>.", "none-installed": "Няма намерени джаджи! Включете добавката с основните джаджи в контролния панел за <a href=\"%1\">добавките</a>.",
"clone-from": "Клониране на джаджите от",
"containers.available": "Налични контейнери", "containers.available": "Налични контейнери",
"containers.explanation": "Завлачете и пуснете върху някоя активна джаджа", "containers.explanation": "Завлачете и пуснете върху някоя активна джаджа",
"containers.none": "Няма", "containers.none": "Няма",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Наистина ли искате да изтриете джаджата?", "alert.confirm-delete": "Наистина ли искате да изтриете джаджата?",
"alert.updated": "Джаджите са обновени", "alert.updated": "Джаджите са обновени",
"alert.update-success": "Джаджите са обновени успешно" "alert.update-success": "Джаджите са обновени успешно",
"alert.clone-success": "Джаджите са клонирани успешно",
"error.select-clone": "Изберете страница, от която да клонирате"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Инсталирайте добавка за търсене от страницата с добавките, за да включите функционалността за търсене", "search-plugin-tooltip": "Инсталирайте добавка за търсене от страницата с добавките, за да включите функционалността за търсене",
"control-panel": "Системен контрол", "control-panel": "Системен контрол",
"reload": "Презареждане", "reload": "Рестартиране",
"restart": "Рестартиране", "restart": "Повторно изграждане и рестартиране",
"restart-warning": "Презареждането и рестартирането на NodeBB ще прекъсне всички връзки за няколко секунди.", "restart-warning": "Повторното изграждане и рестартирането на NodeBB ще прекъснат всички връзки за няколко секунди.",
"restart-disabled": "Възможностите за повторно изграждане и рестартиране на NodeBB са изключени, тъй като изглежда, че NodeBB не се изпълнява чрез подходящия демон.",
"maintenance-mode": "Режим на профилактика", "maintenance-mode": "Режим на профилактика",
"maintenance-mode-title": "Щракнете тук, за да зададете режим на профилактика на NodeBB", "maintenance-mode-title": "Щракнете тук, за да зададете режим на профилактика на NodeBB",
"realtime-chart-updates": "Актуализации на таблиците в реално време", "realtime-chart-updates": "Актуализации на таблиците в реално време",

@ -14,9 +14,6 @@
"only-guest": "Да е видимо само за гостите", "only-guest": "Да е видимо само за гостите",
"open-new-window": "Отваряне в нов прозорец", "open-new-window": "Отваряне в нов прозорец",
"installed-plugins-required": "Нужни инсталирани добавки:",
"search-plugin": "Търсене на добавката",
"btn.delete": "Изтриване", "btn.delete": "Изтриване",
"btn.disable": "Изключване", "btn.disable": "Изключване",
"btn.enable": "Включване", "btn.enable": "Включване",

@ -65,5 +65,7 @@
"alert.find-user": "Търсене на потребител", "alert.find-user": "Търсене на потребител",
"alert.user-search": "Потърсете потребител тук…", "alert.user-search": "Потърсете потребител тук…",
"alert.find-group": "Търсене на група", "alert.find-group": "Търсене на група",
"alert.group-search": "Потърсете група тук…" "alert.group-search": "Потърсете група тук…",
"collapse-all": "Свиване на всички",
"expand-all": "Разгъване на всички"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Черният списък е приложен", "alerts.applied-success": "Черният списък е приложен",
"analytics.blacklist-hourly": "<strong>Фигура 1</strong> &ndash; Попадения в черния списък за час", "analytics.blacklist-hourly": "<strong>Фигура 1</strong> &ndash; Попадения в черния списък за час",
"analytics.blacklist-daily": "<strong>Фигура 2</strong> &ndash; Попадения в черния списък за ден" "analytics.blacklist-daily": "<strong>Фигура 2</strong> &ndash; Попадения в черния списък за ден",
"ip-banned": "Блокиран IP адрес"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Опашка за публикации", "manage/post-queue": "Опашка за публикации",
"manage/groups": "Групи", "manage/groups": "Групи",
"manage/ip-blacklist": "Черен списък за IP адреси", "manage/ip-blacklist": "Черен списък за IP адреси",
"manage/uploads": "Качвания",
"section-settings": "Настройки", "section-settings": "Настройки",
"settings/general": "Общи", "settings/general": "Общи",

@ -62,5 +62,6 @@
"email-chat-notifs": "Изпращане на е-писмо, ако получа ново съобщение в разговор, а не съм на линия", "email-chat-notifs": "Изпращане на е-писмо, ако получа ново съобщение в разговор, а не съм на линия",
"email-post-notif": "Изпращане на е-писмо, когато се появи отговор в темите, за които съм абониран(а).", "email-post-notif": "Изпращане на е-писмо, когато се появи отговор в темите, за които съм абониран(а).",
"follow-created-topics": "Следване на темите, които създавате", "follow-created-topics": "Следване на темите, които създавате",
"follow-replied-topics": "Следване на темите, на които отговаряте" "follow-replied-topics": "Следване на темите, на които отговаряте",
"default-notification-settings": "Настройки по подразбиране за известията"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Моля, използвайте е-пощата си, за да се впишете", "wrong-login-type-email": "Моля, използвайте е-пощата си, за да се впишете",
"wrong-login-type-username": "Моля, използвайте потребителското си име, за да се впишете", "wrong-login-type-username": "Моля, използвайте потребителското си име, за да се впишете",
"sso-registration-disabled": "Регистрацията за акаунти от %1 беше забранена, моля, регистрирайте се първо с е-поща", "sso-registration-disabled": "Регистрацията за акаунти от %1 беше забранена, моля, регистрирайте се първо с е-поща",
"sso-multiple-association": "Не можете да свържете повече от един акаунт от тази услуга с акаунта си в NodeBB. Моля, премахнете връзката със съществуващия акаунт и опитайте отново.",
"invite-maximum-met": "Вие сте поканили максимално позволения брой хора (%1 от %2).", "invite-maximum-met": "Вие сте поканили максимално позволения брой хора (%1 от %2).",
"no-session-found": "Няма намерена сесия на вписване!", "no-session-found": "Няма намерена сесия на вписване!",
"not-in-room": "Потребителят не е в стаята", "not-in-room": "Потребителят не е в стаята",

@ -30,8 +30,11 @@
"locked": "Заключена", "locked": "Заключена",
"pinned": "Закачена", "pinned": "Закачена",
"moved": "Преместена", "moved": "Преместена",
"copy-ip": "Копиране на IP адреса",
"ban-ip": "Блокиране на IP адреса",
"bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.", "bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.",
"flag_title": "Докладване на тази публикация до модератор", "flag_title": "Докладване на тази публикация до модератор",
"merged_message": "Тази тема беше слята в <a href=\"/topic/%1\">%2</a>",
"deleted_message": "Темата е изтрита. Само потребители с права за управление на темите могат да я видят.", "deleted_message": "Темата е изтрита. Само потребители с права за управление на темите могат да я видят.",
"following_topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.", "following_topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.",
"not_following_topic.message": "Ще виждате тази тема в списъка с непрочетени теми, но няма да получавате известия, когато хората публикуват нещо в нея.", "not_following_topic.message": "Ще виждате тази тема в списъка с непрочетени теми, но няма да получавате известия, когато хората публикуват нещо в нея.",

@ -95,6 +95,7 @@
"topics_per_page": "Теми на страница", "topics_per_page": "Теми на страница",
"posts_per_page": "Публикации на страница", "posts_per_page": "Публикации на страница",
"max_items_per_page": "Най-много %1", "max_items_per_page": "Най-много %1",
"acp_language": "Език на администраторската страница",
"notification_sounds": "Изпълняване на звук, когато получите известие", "notification_sounds": "Изпълняване на звук, когато получите известие",
"notifications_and_sounds": "Известия и звуци", "notifications_and_sounds": "Известия и звуци",
"incoming-message-sound": "Звук за входящо съобщение", "incoming-message-sound": "Звук за входящо съобщение",

@ -2,6 +2,7 @@
"available": "Available Widgets", "available": "Available Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers", "containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Drag and drop on top of any active widget",
"containers.none": "None", "containers.none": "None",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Are you sure you wish to delete this widget?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets Updated",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Successfully updated widgets",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality", "search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality",
"control-panel": "System Control", "control-panel": "System Control",
"reload": "Reload", "reload": "Restart",
"restart": "Restart", "restart": "Rebuild &amp; Restart",
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Maintenance Mode", "maintenance-mode": "Maintenance Mode",
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
"realtime-chart-updates": "Realtime Chart Updates", "realtime-chart-updates": "Realtime Chart Updates",

@ -14,9 +14,6 @@
"only-guest": "Only display to guests", "only-guest": "Only display to guests",
"open-new-window": "Open in a new window", "open-new-window": "Open in a new window",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"btn.delete": "Delete", "btn.delete": "Delete",
"btn.disable": "Disable", "btn.disable": "Disable",
"btn.enable": "Enable", "btn.enable": "Enable",

@ -65,5 +65,7 @@
"alert.find-user": "Find a User", "alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...", "alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group", "alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..." "alert.group-search": "Search for a group here...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day" "analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Post Queue", "manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",
"manage/uploads": "Uploads",
"section-settings": "Settings", "section-settings": "Settings",
"settings/general": "General", "settings/general": "General",

@ -62,5 +62,6 @@
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Follow topics you create",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Follow topics that you reply to",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Please use your email to login", "wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login", "wrong-login-type-username": "Please use your username to login",
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first", "sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).", "invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
"no-session-found": "No login session found!", "no-session-found": "No login session found!",
"not-in-room": "User not in room", "not-in-room": "User not in room",

@ -30,8 +30,11 @@
"locked": "বন্ধ", "locked": "বন্ধ",
"pinned": "Pinned", "pinned": "Pinned",
"moved": "Moved", "moved": "Moved",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Click here to return to the last read post in this thread.", "bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag_title": "মডারেশনের জন্য এই পোস্টটি ফ্ল্যাগ করুন", "flag_title": "মডারেশনের জন্য এই পোস্টটি ফ্ল্যাগ করুন",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।", "deleted_message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।",
"following_topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।", "following_topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।",
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",

@ -95,6 +95,7 @@
"topics_per_page": "প্রতি পেজে কতগুলো টপিক থাকবে", "topics_per_page": "প্রতি পেজে কতগুলো টপিক থাকবে",
"posts_per_page": "প্রতি পেইজে কতগুলো পোষ্ট থাকবে", "posts_per_page": "প্রতি পেইজে কতগুলো পোষ্ট থাকবে",
"max_items_per_page": "Maximum %1", "max_items_per_page": "Maximum %1",
"acp_language": "Admin Page Language",
"notification_sounds": "নোটিফিকেশনের জন্য নোটিফিকেশন সাউন্ড এনাবল করুন", "notification_sounds": "নোটিফিকেশনের জন্য নোটিফিকেশন সাউন্ড এনাবল করুন",
"notifications_and_sounds": "Notifications & Sounds", "notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound", "incoming-message-sound": "Incoming message sound",

@ -2,6 +2,7 @@
"available": "Dostupné miniaplikace", "available": "Dostupné miniaplikace",
"explanation": "Vyberte si miniaplikaci z vysouvací nabídky a přetáhněte ji do oblasti šablony miniaplikace nalevo.", "explanation": "Vyberte si miniaplikaci z vysouvací nabídky a přetáhněte ji do oblasti šablony miniaplikace nalevo.",
"none-installed": "Nebyly nalezeny žádné miniaplikace. Aktivujte rozšíření základních miniaplikací v ovládacím panelu <a href=\"%1\">Rozšíření</a>.", "none-installed": "Nebyly nalezeny žádné miniaplikace. Aktivujte rozšíření základních miniaplikací v ovládacím panelu <a href=\"%1\">Rozšíření</a>.",
"clone-from": "Clone widgets from",
"containers.available": "Dostupné moduly", "containers.available": "Dostupné moduly",
"containers.explanation": "Přetáhněte na jakoukoliv aktivní miniaplikaci", "containers.explanation": "Přetáhněte na jakoukoliv aktivní miniaplikaci",
"containers.none": "Nic", "containers.none": "Nic",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Jste si jist/a, že chcete smazat tuto miniaplikaci?", "alert.confirm-delete": "Jste si jist/a, že chcete smazat tuto miniaplikaci?",
"alert.updated": "Miniaplikace byly aktualizovány", "alert.updated": "Miniaplikace byly aktualizovány",
"alert.update-success": "Miniaplikace byly úspěšně aktualizovány" "alert.update-success": "Miniaplikace byly úspěšně aktualizovány",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Pro aktivování funkce vyhledávání, nainstalujte rozšíření pro hledání ze stránky rozšíření.", "search-plugin-tooltip": "Pro aktivování funkce vyhledávání, nainstalujte rozšíření pro hledání ze stránky rozšíření.",
"control-panel": "Ovládání systému", "control-panel": "Ovládání systému",
"reload": "Znovu načíst", "reload": "Restart",
"restart": "Restartovat", "restart": "Rebuild &amp; Restart",
"restart-warning": "Znovu načtení nebo restartování NodeBB odpojí na pár vteřin všechna stávající připojení.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Režim údržby", "maintenance-mode": "Režim údržby",
"maintenance-mode-title": "Pro nastavení režimu údržby NodeBB, klikněte zde", "maintenance-mode-title": "Pro nastavení režimu údržby NodeBB, klikněte zde",
"realtime-chart-updates": "Aktualizace grafů v reálném čase", "realtime-chart-updates": "Aktualizace grafů v reálném čase",

@ -14,9 +14,6 @@
"only-guest": "Zobrazit jen hostům", "only-guest": "Zobrazit jen hostům",
"open-new-window": "Otevřít v novém okně", "open-new-window": "Otevřít v novém okně",
"installed-plugins-required": "Vyžadovaná nainstalovaná rozšíření:",
"search-plugin": "Hledat rozšíření",
"btn.delete": "Odstranit", "btn.delete": "Odstranit",
"btn.disable": "Zakázat", "btn.disable": "Zakázat",
"btn.enable": "Povolit", "btn.enable": "Povolit",

@ -65,5 +65,7 @@
"alert.find-user": "Najít uživatele", "alert.find-user": "Najít uživatele",
"alert.user-search": "Najít uživatele…", "alert.user-search": "Najít uživatele…",
"alert.find-group": "Najít skupinu", "alert.find-group": "Najít skupinu",
"alert.group-search": "Hledat skupinu…" "alert.group-search": "Hledat skupinu…",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Černá listina byla použita", "alerts.applied-success": "Černá listina byla použita",
"analytics.blacklist-hourly": "<strong>Postava 1</strong> záznamů v černé listině/hodinu", "analytics.blacklist-hourly": "<strong>Postava 1</strong> záznamů v černé listině/hodinu",
"analytics.blacklist-daily": "<strong>Postava 2</strong> záznamů v černé listině/den" "analytics.blacklist-daily": "<strong>Postava 2</strong> záznamů v černé listině/den",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Fronta příspěvků", "manage/post-queue": "Fronta příspěvků",
"manage/groups": "Skupiny", "manage/groups": "Skupiny",
"manage/ip-blacklist": "Černá listina IP", "manage/ip-blacklist": "Černá listina IP",
"manage/uploads": "Uploads",
"section-settings": "Nastavení", "section-settings": "Nastavení",
"settings/general": "Všeobecné", "settings/general": "Všeobecné",

@ -62,5 +62,6 @@
"email-chat-notifs": "Nejsem-li online zaslat e-mail, dorazí-li nová zpráva z chatu", "email-chat-notifs": "Nejsem-li online zaslat e-mail, dorazí-li nová zpráva z chatu",
"email-post-notif": "Zaslat e-mail, objeví-li se odpovědi v tématu, který sleduji", "email-post-notif": "Zaslat e-mail, objeví-li se odpovědi v tématu, který sleduji",
"follow-created-topics": "Sledovat mnou vytvořená témata", "follow-created-topics": "Sledovat mnou vytvořená témata",
"follow-replied-topics": "Sledovat témata, na které jste odpověděl" "follow-replied-topics": "Sledovat témata, na které jste odpověděl",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Pro přihlášení použijte vaši e-mailovou adresu", "wrong-login-type-email": "Pro přihlášení použijte vaši e-mailovou adresu",
"wrong-login-type-username": "Pro přihlášení použijte vaše uživatelské jméno", "wrong-login-type-username": "Pro přihlášení použijte vaše uživatelské jméno",
"sso-registration-disabled": "Registrace byla zakázána pro účty - %1. Nejprve si zaregistrujte e-mailovou adresu", "sso-registration-disabled": "Registrace byla zakázána pro účty - %1. Nejprve si zaregistrujte e-mailovou adresu",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "Již jste pozval/a maximálně možný počet lidí (%1 z %2).", "invite-maximum-met": "Již jste pozval/a maximálně možný počet lidí (%1 z %2).",
"no-session-found": "Nebyla nalezena relace s přihlášením.", "no-session-found": "Nebyla nalezena relace s přihlášením.",
"not-in-room": "Uživatel není přítomen v místnosti", "not-in-room": "Uživatel není přítomen v místnosti",

@ -30,8 +30,11 @@
"locked": "Uzamčeno", "locked": "Uzamčeno",
"pinned": "Připnuto", "pinned": "Připnuto",
"moved": "Přesunuto", "moved": "Přesunuto",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Pro návrat k poslednímu čtenému příspěvku v tématu, klikněte zde.", "bookmark_instructions": "Pro návrat k poslednímu čtenému příspěvku v tématu, klikněte zde.",
"flag_title": "Označit tento příspěvek k moderování", "flag_title": "Označit tento příspěvek k moderování",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "Toto téma bylo odstraněno. Jen uživatelé s oprávněním správy témat ho mohou vidět.", "deleted_message": "Toto téma bylo odstraněno. Jen uživatelé s oprávněním správy témat ho mohou vidět.",
"following_topic.message": "Nyní budete dostávat upozornění, jakmile někdo přidá příspěvek do tohoto tématu.", "following_topic.message": "Nyní budete dostávat upozornění, jakmile někdo přidá příspěvek do tohoto tématu.",
"not_following_topic.message": " Toto téma uvidíte v seznamu nepřečtených témat, ale neobdržíte upozornění, přidá-li někdo nový příspěvek.", "not_following_topic.message": " Toto téma uvidíte v seznamu nepřečtených témat, ale neobdržíte upozornění, přidá-li někdo nový příspěvek.",

@ -95,6 +95,7 @@
"topics_per_page": "Témat na stránce", "topics_per_page": "Témat na stránce",
"posts_per_page": "Příspěvků na stránce", "posts_per_page": "Příspěvků na stránce",
"max_items_per_page": "Maximum %1", "max_items_per_page": "Maximum %1",
"acp_language": "Admin Page Language",
"notification_sounds": "Přehrát zvuk, obdržíte-li oznámení", "notification_sounds": "Přehrát zvuk, obdržíte-li oznámení",
"notifications_and_sounds": "Upozornění a zvuky", "notifications_and_sounds": "Upozornění a zvuky",
"incoming-message-sound": "Zvuk příchozí zprávy", "incoming-message-sound": "Zvuk příchozí zprávy",

@ -2,6 +2,7 @@
"available": "Available Widgets", "available": "Available Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers", "containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Drag and drop on top of any active widget",
"containers.none": "None", "containers.none": "None",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Are you sure you wish to delete this widget?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets Updated",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Successfully updated widgets",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality", "search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality",
"control-panel": "System Kontrol", "control-panel": "System Kontrol",
"reload": "Genindlæs", "reload": "Restart",
"restart": "Genstart", "restart": "Rebuild &amp; Restart",
"restart-warning": "At genindlæse eller genstarte din NodeBB vil droppe alle eksisterende forbindelser i et par sekunder.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Maintenance Mode", "maintenance-mode": "Maintenance Mode",
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
"realtime-chart-updates": "Realtime Chart Updates", "realtime-chart-updates": "Realtime Chart Updates",

@ -14,9 +14,6 @@
"only-guest": "Only display to guests", "only-guest": "Only display to guests",
"open-new-window": "Open in a new window", "open-new-window": "Open in a new window",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"btn.delete": "Delete", "btn.delete": "Delete",
"btn.disable": "Disable", "btn.disable": "Disable",
"btn.enable": "Enable", "btn.enable": "Enable",

@ -65,5 +65,7 @@
"alert.find-user": "Find a User", "alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...", "alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group", "alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..." "alert.group-search": "Search for a group here...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day" "analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Post Queue", "manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",
"manage/uploads": "Uploads",
"section-settings": "Settings", "section-settings": "Settings",
"settings/general": "General", "settings/general": "General",

@ -62,5 +62,6 @@
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Follow topics you create",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Follow topics that you reply to",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Brug venligt din email til login", "wrong-login-type-email": "Brug venligt din email til login",
"wrong-login-type-username": "Brug venligt dit brugernavn til login", "wrong-login-type-username": "Brug venligt dit brugernavn til login",
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first", "sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "Du har inviteret det maksimale antal personer (%1 ud af %2)", "invite-maximum-met": "Du har inviteret det maksimale antal personer (%1 ud af %2)",
"no-session-found": "Ingen login session kan findes!", "no-session-found": "Ingen login session kan findes!",
"not-in-room": "Bruger er ikke i rummet", "not-in-room": "Bruger er ikke i rummet",

@ -30,8 +30,11 @@
"locked": "Låst", "locked": "Låst",
"pinned": "Pinned", "pinned": "Pinned",
"moved": "Flyttet", "moved": "Flyttet",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.", "bookmark_instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.",
"flag_title": "Meld dette indlæg til moderation", "flag_title": "Meld dette indlæg til moderation",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.", "deleted_message": "Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.",
"following_topic.message": "Du vil nu modtage notifikationer når nogle skriver et indlæg i dette emne.", "following_topic.message": "Du vil nu modtage notifikationer når nogle skriver et indlæg i dette emne.",
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",

@ -95,6 +95,7 @@
"topics_per_page": "Emner per side", "topics_per_page": "Emner per side",
"posts_per_page": "Indlæg per side", "posts_per_page": "Indlæg per side",
"max_items_per_page": "Maximum %1", "max_items_per_page": "Maximum %1",
"acp_language": "Admin Page Language",
"notification_sounds": "Afspil en lyd når du modtager en notifikation", "notification_sounds": "Afspil en lyd når du modtager en notifikation",
"notifications_and_sounds": "Underretninger & Lyde", "notifications_and_sounds": "Underretninger & Lyde",
"incoming-message-sound": "Indgående besked lyd", "incoming-message-sound": "Indgående besked lyd",

@ -2,6 +2,7 @@
"available": "Verfügbare Widgets", "available": "Verfügbare Widgets",
"explanation": "Widget vom Dropdown-Menu auswählen und anschließend links in den Widget-Bereich einer Vorlage ziehen.", "explanation": "Widget vom Dropdown-Menu auswählen und anschließend links in den Widget-Bereich einer Vorlage ziehen.",
"none-installed": "Keine Widgets gefunden! Aktiviere das \"Essential Widgets\"-Plugin in den <a href=\"%1\">Plugin-Einstellungen</a>.", "none-installed": "Keine Widgets gefunden! Aktiviere das \"Essential Widgets\"-Plugin in den <a href=\"%1\">Plugin-Einstellungen</a>.",
"clone-from": "Clone widgets from",
"containers.available": "Verfügbare Container", "containers.available": "Verfügbare Container",
"containers.explanation": "Auf ein beliebiges aktives Widget ziehen", "containers.explanation": "Auf ein beliebiges aktives Widget ziehen",
"containers.none": "Nichts", "containers.none": "Nichts",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Sind Sie sicher, dass Sie dieses Widget löschen wollen?", "alert.confirm-delete": "Sind Sie sicher, dass Sie dieses Widget löschen wollen?",
"alert.updated": "Widgets aktualisiert", "alert.updated": "Widgets aktualisiert",
"alert.update-success": "Widgets erfolgreich aktualisiert" "alert.update-success": "Widgets erfolgreich aktualisiert",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Installiere ein Such-Plugin auf der Plugin-Seite um die Such-Funktionalität zu aktivieren", "search-plugin-tooltip": "Installiere ein Such-Plugin auf der Plugin-Seite um die Such-Funktionalität zu aktivieren",
"control-panel": "Systemsteuerung", "control-panel": "Systemsteuerung",
"reload": "Reload", "reload": "Restart",
"restart": "Neustart", "restart": "Rebuild &amp; Restart",
"restart-warning": "Ein Reload oder Neustart trennt die Verbindung für ein paar Sekunden.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Wartungsmodus", "maintenance-mode": "Wartungsmodus",
"maintenance-mode-title": "Hier klicken um NodeBB in den Wartungsmodus zu versetzen", "maintenance-mode-title": "Hier klicken um NodeBB in den Wartungsmodus zu versetzen",
"realtime-chart-updates": "Echtzeit Chartaktualisierung", "realtime-chart-updates": "Echtzeit Chartaktualisierung",

@ -14,9 +14,6 @@
"only-guest": "Nur Gästen anzeigen", "only-guest": "Nur Gästen anzeigen",
"open-new-window": "In neuem Fenster öffnen", "open-new-window": "In neuem Fenster öffnen",
"installed-plugins-required": "Benötigte installierte Plugins:",
"search-plugin": "Such-Plugin",
"btn.delete": "Löschen", "btn.delete": "Löschen",
"btn.disable": "Deaktivieren", "btn.disable": "Deaktivieren",
"btn.enable": "Aktivieren", "btn.enable": "Aktivieren",

@ -65,5 +65,7 @@
"alert.find-user": "Benutzer finden", "alert.find-user": "Benutzer finden",
"alert.user-search": "Hier nach einem Benutzer suchen...", "alert.user-search": "Hier nach einem Benutzer suchen...",
"alert.find-group": "Gruppe finden", "alert.find-group": "Gruppe finden",
"alert.group-search": "Hier nach einer Gruppe suchen..." "alert.group-search": "Hier nach einer Gruppe suchen...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist angewandt", "alerts.applied-success": "Blacklist angewandt",
"analytics.blacklist-hourly": "<strong>Figur 1</strong> &ndash; Blacklist-Treffer pro Stunde", "analytics.blacklist-hourly": "<strong>Figur 1</strong> &ndash; Blacklist-Treffer pro Stunde",
"analytics.blacklist-daily": " <strong>Figur 2</strong> &ndash; Blacklist-Treffer pro Tag" "analytics.blacklist-daily": " <strong>Figur 2</strong> &ndash; Blacklist-Treffer pro Tag",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Beitragswarteschlange", "manage/post-queue": "Beitragswarteschlange",
"manage/groups": "Gruppen", "manage/groups": "Gruppen",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",
"manage/uploads": "Uploads",
"section-settings": "Einstellungen", "section-settings": "Einstellungen",
"settings/general": "Allgemein", "settings/general": "Allgemein",

@ -62,5 +62,6 @@
"email-chat-notifs": "Sende eine E-Mail, wenn eine neue Chat-Nachricht eingeht und ich nicht online bin", "email-chat-notifs": "Sende eine E-Mail, wenn eine neue Chat-Nachricht eingeht und ich nicht online bin",
"email-post-notif": "Sende eine E-Mail wenn auf Themen die ich abonniert habe geantwortet wird", "email-post-notif": "Sende eine E-Mail wenn auf Themen die ich abonniert habe geantwortet wird",
"follow-created-topics": "Themen folgen, die du erstellst", "follow-created-topics": "Themen folgen, die du erstellst",
"follow-replied-topics": "Themen folgen, auf die du antwortest" "follow-replied-topics": "Themen folgen, auf die du antwortest",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Bitte nutze deine E-Mail-Adresse zum einloggen", "wrong-login-type-email": "Bitte nutze deine E-Mail-Adresse zum einloggen",
"wrong-login-type-username": "Bitte nutze deinen Benutzernamen zum einloggen", "wrong-login-type-username": "Bitte nutze deinen Benutzernamen zum einloggen",
"sso-registration-disabled": "Das Registrieren mit %1-Accounts wurde deaktiviert, bitte registriere dich zuerst mit einer Email-Adresse", "sso-registration-disabled": "Das Registrieren mit %1-Accounts wurde deaktiviert, bitte registriere dich zuerst mit einer Email-Adresse",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "Du hast bereits die maximale Anzahl an Personen eingeladen (%1 von %2).", "invite-maximum-met": "Du hast bereits die maximale Anzahl an Personen eingeladen (%1 von %2).",
"no-session-found": "Keine Login-Sitzung gefunden!", "no-session-found": "Keine Login-Sitzung gefunden!",
"not-in-room": "Benutzer nicht im Raum", "not-in-room": "Benutzer nicht im Raum",

@ -30,8 +30,11 @@
"locked": "Gesperrt", "locked": "Gesperrt",
"pinned": "Angeheftet", "pinned": "Angeheftet",
"moved": "Verschoben", "moved": "Verschoben",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.", "bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.",
"flag_title": "Diesen Beitrag zur Moderation markieren", "flag_title": "Diesen Beitrag zur Moderation markieren",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.", "deleted_message": "Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.",
"following_topic.message": "Du erhältst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.", "following_topic.message": "Du erhältst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.",
"not_following_topic.message": "Ungelesene Beiträge in diesem Thema werden angezeigt, aber du erhältst keine Benachrichtigung wenn jemand einen Beitrag zu diesem Thema verfasst.", "not_following_topic.message": "Ungelesene Beiträge in diesem Thema werden angezeigt, aber du erhältst keine Benachrichtigung wenn jemand einen Beitrag zu diesem Thema verfasst.",

@ -95,6 +95,7 @@
"topics_per_page": "Themen pro Seite", "topics_per_page": "Themen pro Seite",
"posts_per_page": "Beiträge pro Seite", "posts_per_page": "Beiträge pro Seite",
"max_items_per_page": "Maximal %1", "max_items_per_page": "Maximal %1",
"acp_language": "Admin Page Language",
"notification_sounds": "Ton abspielen, wenn du eine Benachrichtigung erhältst", "notification_sounds": "Ton abspielen, wenn du eine Benachrichtigung erhältst",
"notifications_and_sounds": "Benachrichtigungen & Klänge", "notifications_and_sounds": "Benachrichtigungen & Klänge",
"incoming-message-sound": "Ton bei empfangener Nachricht", "incoming-message-sound": "Ton bei empfangener Nachricht",

@ -2,6 +2,7 @@
"available": "Available Widgets", "available": "Available Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers", "containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Drag and drop on top of any active widget",
"containers.none": "None", "containers.none": "None",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Are you sure you wish to delete this widget?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets Updated",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Successfully updated widgets",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality", "search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality",
"control-panel": "System Control", "control-panel": "System Control",
"reload": "Reload", "reload": "Restart",
"restart": "Restart", "restart": "Rebuild &amp; Restart",
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Maintenance Mode", "maintenance-mode": "Maintenance Mode",
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
"realtime-chart-updates": "Realtime Chart Updates", "realtime-chart-updates": "Realtime Chart Updates",

@ -14,9 +14,6 @@
"only-guest": "Only display to guests", "only-guest": "Only display to guests",
"open-new-window": "Open in a new window", "open-new-window": "Open in a new window",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"btn.delete": "Delete", "btn.delete": "Delete",
"btn.disable": "Disable", "btn.disable": "Disable",
"btn.enable": "Enable", "btn.enable": "Enable",

@ -65,5 +65,7 @@
"alert.find-user": "Find a User", "alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...", "alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group", "alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..." "alert.group-search": "Search for a group here...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day" "analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Post Queue", "manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",
"manage/uploads": "Uploads",
"section-settings": "Settings", "section-settings": "Settings",
"settings/general": "General", "settings/general": "General",

@ -62,5 +62,6 @@
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Follow topics you create",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Follow topics that you reply to",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Please use your email to login", "wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login", "wrong-login-type-username": "Please use your username to login",
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first", "sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).", "invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
"no-session-found": "No login session found!", "no-session-found": "No login session found!",
"not-in-room": "User not in room", "not-in-room": "User not in room",

@ -30,8 +30,11 @@
"locked": "Κλειδωμένο", "locked": "Κλειδωμένο",
"pinned": "Pinned", "pinned": "Pinned",
"moved": "Moved", "moved": "Moved",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Click here to return to the last read post in this thread.", "bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag_title": "Επισήμανση αυτής της δημοσίευσης για συντονισμό", "flag_title": "Επισήμανση αυτής της δημοσίευσης για συντονισμό",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "Το θέμα αυτό έχει διαγραφεί. Μόνο οι χρήστες με δικαιώματα διαχειριστή θεμάτων μπορούν να το δουν.", "deleted_message": "Το θέμα αυτό έχει διαγραφεί. Μόνο οι χρήστες με δικαιώματα διαχειριστή θεμάτων μπορούν να το δουν.",
"following_topic.message": "Θα λαμβάνεις ειδοποιήσεις όποτε κάποιος δημοσιεύει κάτι σε αυτό το θέμα.", "following_topic.message": "Θα λαμβάνεις ειδοποιήσεις όποτε κάποιος δημοσιεύει κάτι σε αυτό το θέμα.",
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",

@ -95,6 +95,7 @@
"topics_per_page": "Θέματα ανά σελίδα", "topics_per_page": "Θέματα ανά σελίδα",
"posts_per_page": "Δημοσιεύσεις ανά σελίδα", "posts_per_page": "Δημοσιεύσεις ανά σελίδα",
"max_items_per_page": "Maximum %1", "max_items_per_page": "Maximum %1",
"acp_language": "Admin Page Language",
"notification_sounds": "Play a sound when you receive a notification", "notification_sounds": "Play a sound when you receive a notification",
"notifications_and_sounds": "Notifications & Sounds", "notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound", "incoming-message-sound": "Incoming message sound",

@ -2,6 +2,7 @@
"available": "Available Widgets", "available": "Available Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers", "containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Drag and drop on top of any active widget",
"containers.none": "None", "containers.none": "None",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Are you sure you wish to delete this widget?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets Updated",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Successfully updated widgets",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality", "search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality",
"control-panel": "System Control", "control-panel": "System Control",
"reload": "Reload", "reload": "Restart",
"restart": "Restart", "restart": "Rebuild &amp; Restart",
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Maintenance Mode", "maintenance-mode": "Maintenance Mode",
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
"realtime-chart-updates": "Realtime Chart Updates", "realtime-chart-updates": "Realtime Chart Updates",

@ -14,9 +14,6 @@
"only-guest": "Only display to guests", "only-guest": "Only display to guests",
"open-new-window": "Open in a new window", "open-new-window": "Open in a new window",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"btn.delete": "Delete", "btn.delete": "Delete",
"btn.disable": "Disable", "btn.disable": "Disable",
"btn.enable": "Enable", "btn.enable": "Enable",

@ -65,5 +65,7 @@
"alert.find-user": "Find a User", "alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...", "alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group", "alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..." "alert.group-search": "Search for a group here...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day" "analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Post Queue", "manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",
"manage/uploads": "Uploads",
"section-settings": "Settings", "section-settings": "Settings",
"settings/general": "General", "settings/general": "General",

@ -62,5 +62,6 @@
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Follow topics you create",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Follow topics that you reply to",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Please use your email to login", "wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login", "wrong-login-type-username": "Please use your username to login",
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first", "sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).", "invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
"no-session-found": "No login session found!", "no-session-found": "No login session found!",
"not-in-room": "User not in room", "not-in-room": "User not in room",

@ -30,8 +30,11 @@
"locked": "Locked", "locked": "Locked",
"pinned": "Pinned", "pinned": "Pinned",
"moved": "Moved", "moved": "Moved",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Click here to return to the last read post in this thread.", "bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.", "deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",

@ -95,6 +95,7 @@
"topics_per_page": "Topics per Page", "topics_per_page": "Topics per Page",
"posts_per_page": "Posts per Page", "posts_per_page": "Posts per Page",
"max_items_per_page": "Maximum %1", "max_items_per_page": "Maximum %1",
"acp_language": "Admin Page Language",
"notification_sounds": "Play a sound when you receive a notification", "notification_sounds": "Play a sound when you receive a notification",
"notifications_and_sounds": "Notifications & Sounds", "notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound", "incoming-message-sound": "Incoming message sound",

@ -2,6 +2,7 @@
"available": "Available Widgets", "available": "Available Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers", "containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Drag and drop on top of any active widget",
"containers.none": "None", "containers.none": "None",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Are you sure you wish to delete this widget?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets Updated",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Successfully updated widgets",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality", "search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality",
"control-panel": "System Control", "control-panel": "System Control",
"reload": "Reload", "reload": "Restart",
"restart": "Restart", "restart": "Rebuild &amp; Restart",
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Maintenance Mode", "maintenance-mode": "Maintenance Mode",
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
"realtime-chart-updates": "Realtime Chart Updates", "realtime-chart-updates": "Realtime Chart Updates",

@ -14,9 +14,6 @@
"only-guest": "Only display to guests", "only-guest": "Only display to guests",
"open-new-window": "Open in a new window", "open-new-window": "Open in a new window",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"btn.delete": "Delete", "btn.delete": "Delete",
"btn.disable": "Disable", "btn.disable": "Disable",
"btn.enable": "Enable", "btn.enable": "Enable",

@ -65,5 +65,7 @@
"alert.find-user": "Find a User", "alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...", "alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group", "alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..." "alert.group-search": "Search for a group here...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day" "analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Post Queue", "manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",
"manage/uploads": "Uploads",
"section-settings": "Settings", "section-settings": "Settings",
"settings/general": "General", "settings/general": "General",

@ -62,5 +62,6 @@
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Follow topics you create",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Follow topics that you reply to",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Please use your email to login", "wrong-login-type-email": "Please use your email to login",
"wrong-login-type-username": "Please use your username to login", "wrong-login-type-username": "Please use your username to login",
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first", "sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).", "invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
"no-session-found": "No login session found!", "no-session-found": "No login session found!",
"not-in-room": "User not in room", "not-in-room": "User not in room",

@ -30,8 +30,11 @@
"locked": "Locked", "locked": "Locked",
"pinned": "Pinned", "pinned": "Pinned",
"moved": "Moved", "moved": "Moved",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Click here to return to the last read post in this thread.", "bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.", "deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",

@ -95,6 +95,7 @@
"topics_per_page": "Topics per Page", "topics_per_page": "Topics per Page",
"posts_per_page": "Posts per Page", "posts_per_page": "Posts per Page",
"max_items_per_page": "Maximum %1", "max_items_per_page": "Maximum %1",
"acp_language": "Admin Page Language",
"notification_sounds": "Play a sound when you receive a notification", "notification_sounds": "Play a sound when you receive a notification",
"notifications_and_sounds": "Notifications & Sounds", "notifications_and_sounds": "Notifications & Sounds",
"incoming-message-sound": "Incoming message sound", "incoming-message-sound": "Incoming message sound",

@ -2,6 +2,7 @@
"available": "Available Widgets", "available": "Available Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers", "containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Drag and drop on top of any active widget",
"containers.none": "None", "containers.none": "None",
@ -14,6 +15,8 @@
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Are you sure you wish to delete this widget?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets Updated",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Successfully updated widgets",
"alert.clone-success": "Successfully cloned widgets",
"error.select-clone": "Please select a page to clone from"
} }

@ -36,9 +36,10 @@
"search-plugin-tooltip": "Instala el plug-in de búsqueda desde la pagina de plugins para activar esta funcionalidad.", "search-plugin-tooltip": "Instala el plug-in de búsqueda desde la pagina de plugins para activar esta funcionalidad.",
"control-panel": "Control del Systema", "control-panel": "Control del Systema",
"reload": "Recargar", "reload": "Restart",
"restart": "Reiniciar", "restart": "Rebuild &amp; Restart",
"restart-warning": "Recargar o Reiniciar tu NodeBB va a tumbar todas las conexiones existentes por algunos segundos.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Modo de Mantenimiento", "maintenance-mode": "Modo de Mantenimiento",
"maintenance-mode-title": "Haz clic aquí para activar el modo de mantenimiento de NodeBB", "maintenance-mode-title": "Haz clic aquí para activar el modo de mantenimiento de NodeBB",
"realtime-chart-updates": "Actualizar el Grafo en Tiempo Real", "realtime-chart-updates": "Actualizar el Grafo en Tiempo Real",

@ -14,9 +14,6 @@
"only-guest": "Only display to guests", "only-guest": "Only display to guests",
"open-new-window": "Open in a new window", "open-new-window": "Open in a new window",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"btn.delete": "Delete", "btn.delete": "Delete",
"btn.disable": "Disable", "btn.disable": "Disable",
"btn.enable": "Enable", "btn.enable": "Enable",

@ -65,5 +65,7 @@
"alert.find-user": "Find a User", "alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...", "alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group", "alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..." "alert.group-search": "Search for a group here...",
"collapse-all": "Collapse All",
"expand-all": "Expand All"
} }

@ -14,5 +14,6 @@
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day" "analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
} }

@ -17,6 +17,7 @@
"manage/post-queue": "Post Queue", "manage/post-queue": "Post Queue",
"manage/groups": "Grupos", "manage/groups": "Grupos",
"manage/ip-blacklist": "Lista negra de IP", "manage/ip-blacklist": "Lista negra de IP",
"manage/uploads": "Uploads",
"section-settings": "Opciones", "section-settings": "Opciones",
"settings/general": "General", "settings/general": "General",

@ -62,5 +62,6 @@
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Follow topics you create",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Follow topics that you reply to",
"default-notification-settings": "Default notification settings"
} }

@ -132,6 +132,7 @@
"wrong-login-type-email": "Por favor emplea tu email para acceder", "wrong-login-type-email": "Por favor emplea tu email para acceder",
"wrong-login-type-username": "Por favor introduce tu nombre de usuario para acceder", "wrong-login-type-username": "Por favor introduce tu nombre de usuario para acceder",
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first", "sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
"sso-multiple-association": "You cannot associate multiple accounts from this service to your NodeBB account. Please dissociate your existing account and try again.",
"invite-maximum-met": "Has alcanzado el número máximo de personas invitadas (%1 de %2).", "invite-maximum-met": "Has alcanzado el número máximo de personas invitadas (%1 de %2).",
"no-session-found": "¡No se ha encontrado ningún inicio de sesión!", "no-session-found": "¡No se ha encontrado ningún inicio de sesión!",
"not-in-room": "El usuario no está en la sala", "not-in-room": "El usuario no está en la sala",

@ -30,8 +30,11 @@
"locked": "Cerrado", "locked": "Cerrado",
"pinned": "Fijo", "pinned": "Fijo",
"moved": "Movido", "moved": "Movido",
"copy-ip": "Copy IP",
"ban-ip": "Ban IP",
"bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema", "bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema",
"flag_title": "Reportar este mensaje", "flag_title": "Reportar este mensaje",
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
"deleted_message": "Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.", "deleted_message": "Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.",
"following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.", "following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.",
"not_following_topic.message": "Podras ver este tema en la lista de no leidos, pero no recibirás notificaciones cuando alguien escriba en él.", "not_following_topic.message": "Podras ver este tema en la lista de no leidos, pero no recibirás notificaciones cuando alguien escriba en él.",

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

Loading…
Cancel
Save