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

# Conflicts:
#	package.json
#	src/views/admin/manage/ip-blacklist.tpl
v1.18.x
Barış Soner Uşaklı 8 years ago
commit 5cc39e8546

@ -5,10 +5,11 @@ before_install:
- "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list" - "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list"
- "sudo apt-get update" - "sudo apt-get update"
- "sudo apt-get install mongodb-org-server" - "sudo apt-get install mongodb-org-server"
- "sudo service mongod start"
before_script: before_script:
- sleep 15 # wait for mongodb to be ready
- sh -c "if [ '$DB' = 'mongodb' ]; then node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"mongo\\\",\\\"mongo:host\\\":\\\"127.0.0.1\\\",\\\"mongo:port\\\":27017,\\\"mongo:username\\\":\\\"\\\",\\\"mongo:password\\\":\\\"\\\",\\\"mongo:database\\\":0,\\\"redis:host\\\":\\\"127.0.0.1\\\",\\\"redis:port\\\":6379,\\\"redis:password\\\":\\\"\\\",\\\"redis:database\\\":0,\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"abcdef\\\",\\\"admin:password:confirm\\\":\\\"abcdef\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":27017,\\\"database\\\":0}\"; fi" - sh -c "if [ '$DB' = 'mongodb' ]; then node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"mongo\\\",\\\"mongo:host\\\":\\\"127.0.0.1\\\",\\\"mongo:port\\\":27017,\\\"mongo:username\\\":\\\"\\\",\\\"mongo:password\\\":\\\"\\\",\\\"mongo:database\\\":0,\\\"redis:host\\\":\\\"127.0.0.1\\\",\\\"redis:port\\\":6379,\\\"redis:password\\\":\\\"\\\",\\\"redis:database\\\":0,\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"abcdef\\\",\\\"admin:password:confirm\\\":\\\"abcdef\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":27017,\\\"database\\\":0}\"; fi"
- sh -c "if [ '$DB' = 'redis' ]; then node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"redis\\\",\\\"mongo:host\\\":\\\"127.0.0.1\\\",\\\"mongo:port\\\":27017,\\\"mongo:username\\\":\\\"\\\",\\\"mongo:password\\\":\\\"\\\",\\\"mongo:database\\\":0,\\\"redis:host\\\":\\\"127.0.0.1\\\",\\\"redis:port\\\":6379,\\\"redis:password\\\":\\\"\\\",\\\"redis:database\\\":0,\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"abcdef\\\",\\\"admin:password:confirm\\\":\\\"abcdef\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":6379,\\\"database\\\":0}\"; fi" - sh -c "if [ '$DB' = 'redis' ]; then node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"redis\\\",\\\"mongo:host\\\":\\\"127.0.0.1\\\",\\\"mongo:port\\\":27017,\\\"mongo:username\\\":\\\"\\\",\\\"mongo:password\\\":\\\"\\\",\\\"mongo:database\\\":0,\\\"redis:host\\\":\\\"127.0.0.1\\\",\\\"redis:port\\\":6379,\\\"redis:password\\\":\\\"\\\",\\\"redis:database\\\":0,\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"abcdef\\\",\\\"admin:password:confirm\\\":\\\"abcdef\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":6379,\\\"database\\\":0}\"; fi"
- "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done"
after_success: after_success:
- "npm run coveralls" - "npm run coveralls"
language: node_js language: node_js

@ -41,8 +41,7 @@
"express-session": "^1.8.2", "express-session": "^1.8.2",
"express-useragent": "1.0.7", "express-useragent": "1.0.7",
"html-to-text": "3.3.0", "html-to-text": "3.3.0",
"ip": "1.1.5", "ipaddr.js": "^1.5.0",
"ip-range-check": "^0.0.2",
"jimp": "0.2.28", "jimp": "0.2.28",
"jquery": "^3.1.0", "jquery": "^3.1.0",
"json-2-csv": "^2.0.22", "json-2-csv": "^2.0.22",
@ -67,10 +66,10 @@
"nodebb-plugin-spam-be-gone": "0.5.1", "nodebb-plugin-spam-be-gone": "0.5.1",
"nodebb-rewards-essentials": "0.0.9", "nodebb-rewards-essentials": "0.0.9",
"nodebb-theme-lavender": "4.0.5", "nodebb-theme-lavender": "4.0.5",
"nodebb-theme-persona": "5.0.30", "nodebb-theme-persona": "5.0.32",
"nodebb-theme-slick": "1.1.1", "nodebb-theme-slick": "1.1.1",
"nodebb-theme-vanilla": "6.0.24", "nodebb-theme-vanilla": "6.0.26",
"nodebb-widget-essentials": "3.0.1", "nodebb-widget-essentials": "3.0.4",
"nodemailer": "2.6.4", "nodemailer": "2.6.4",
"nodemailer-sendmail-transport": "1.0.0", "nodemailer-sendmail-transport": "1.0.0",
"nodemailer-smtp-transport": "^2.4.1", "nodemailer-smtp-transport": "^2.4.1",

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> sent a registration request.", "new_register": "<strong>%1</strong> sent a registration request.",
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.", "new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "تم التحقق من عنوان البريد الإلكتروني", "email-confirmed": "تم التحقق من عنوان البريد الإلكتروني",
"email-confirmed-message": "شكرًا على إثبات صحة عنوان بريدك الإلكتروني. صار حسابك مفعلًا بالكامل.", "email-confirmed-message": "شكرًا على إثبات صحة عنوان بريدك الإلكتروني. صار حسابك مفعلًا بالكامل.",
"email-confirm-error-message": "حدث خطأ أثناء التحقق من عنوان بريدك الإلكتروني. ربما رمز التفعيل خاطئ أو انتهت صلاحيته.", "email-confirm-error-message": "حدث خطأ أثناء التحقق من عنوان بريدك الإلكتروني. ربما رمز التفعيل خاطئ أو انتهت صلاحيته.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "اﻷعضاء المتصلون", "users/online": "اﻷعضاء المتصلون",
"users/latest": "أحدث اﻷعضاء", "users/latest": "أحدث اﻷعضاء",
"users/sort-posts": "الأعضاء الأكثر نشاطاً", "users/sort-posts": "الأعضاء الأكثر نشاطاً",

@ -1,6 +1,7 @@
{ {
"success": "نجاح", "success": "نجاح",
"topic-post": "لقد تمت الإضافة بنجاح.", "topic-post": "لقد تمت الإضافة بنجاح.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "تم تسجيل الدخول بنجاح", "authentication-successful": "تم تسجيل الدخول بنجاح",
"settings-saved": "تم حفظ التغييرات!" "settings-saved": "تم حفظ التغييرات!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB не може да се свърже с пакетния мениджър. Искате ли да продължите с инсталацията на най-новата версия?</p><div class=\"alert alert-danger\"><strong>Сървърът върна (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB не може да се свърже с пакетния мениджър. Искате ли да продължите с инсталацията на най-новата версия?</p><div class=\"alert alert-danger\"><strong>Сървърът върна (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB не може да се свърже с пакетния мениджър. Не се препоръчва обновяване в момента.</p>", "alert.package-manager-unreachable": "<p>NodeBB не може да се свърже с пакетния мениджър. Не се препоръчва обновяване в момента.</p>",
"alert.incompatible": "<p>Вашата версия на NodeBB (версия %1) може да използва най-много версия %2 на тази добавка. Моля, обновете NodeBB, ако искате да инсталирате по-нова версия на тази добавка.</p>", "alert.incompatible": "<p>Вашата версия на NodeBB (версия %1) може да използва най-много версия %2 на тази добавка. Моля, обновете NodeBB, ако искате да инсталирате по-нова версия на тази добавка.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>Няма информация за съвместимостта</strong></p><p>Тази добавка не е посочила конкретна версия за инсталация, съвместима с Вашата версия на NodeBB. Не можем да гарантираме пълна съвместимост и има възможност Вашият NodeBB да не може да стартира правилно.</p></div><p>Ако NodeBB не може да стартира, използвайте следната команда:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Искате ли да продължите с инсталацията на най-новата версия на тази добавка?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>Няма информация за съвместимостта</strong></p><p>Тази добавка не е посочила конкретна версия за инсталация, съвместима с Вашата версия на NodeBB. Не можем да гарантираме пълна съвместимост и има възможност Вашият NodeBB да не може да стартира правилно.</p></div><p>Ако NodeBB не може да стартира, използвайте следната команда:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Искате ли да продължите с инсталацията на най-новата версия на тази добавка?</p>",
"license.title": "Информация за лиценза на добавката",
"license.intro": "Добавката „<strong>%1</strong>“ използва лиценза „%2“. Моля, прочетете условията на лиценза и се уверете, че ги разбирате, преди да включите добавката.",
"license.cta": "Искате ли да продължите с включването на тази добавка?"
} }

@ -11,6 +11,7 @@
"only-admins": "Да е видимо само за администраторите", "only-admins": "Да е видимо само за администраторите",
"only-global-mods-and-admins": "Да е видимо само за глобалните модератори и администраторите", "only-global-mods-and-admins": "Да е видимо само за глобалните модератори и администраторите",
"only-logged-in": "Да е видимо само за вписаните потребители", "only-logged-in": "Да е видимо само за вписаните потребители",
"only-guest": "Да е видимо само за гостите",
"open-new-window": "Отваряне в нов прозорец", "open-new-window": "Отваряне в нов прозорец",
"installed-plugins-required": "Нужни инсталирани добавки:", "installed-plugins-required": "Нужни инсталирани добавки:",

@ -12,6 +12,7 @@
"manage/tags": "Етикети", "manage/tags": "Етикети",
"manage/users": "Потребители", "manage/users": "Потребители",
"manage/registration": "Регистрационна опашка", "manage/registration": "Регистрационна опашка",
"manage/post-queue": "Опашка за публикации",
"manage/groups": "Групи", "manage/groups": "Групи",
"manage/ip-blacklist": "Черен списък за IP адреси", "manage/ip-blacklist": "Черен списък за IP адреси",

@ -1,6 +1,9 @@
{ {
"site-settings": "Настройки на уеб сайта", "site-settings": "Настройки на уеб сайта",
"title": "Заглавие на уеб сайта", "title": "Заглавие на уеб сайта",
"title.url": "Адрес",
"title.url-placeholder": "Адресът на заглавието на уеб сайта",
"title.url-help": "При щракване върху заглавието, потребителите ще бъдат изпратени на този адрес. Ако бъде оставено празно, потребителите ще бъдат изпращани на началната страница на форума.",
"title.name": "Името на общността Ви", "title.name": "Името на общността Ви",
"title.show-in-header": "Показване на заглавието на уеб сайта в заглавната част", "title.show-in-header": "Показване на заглавието на уеб сайта в заглавната част",
"browser-title": "Заглавие на браузъра", "browser-title": "Заглавие на браузъра",

@ -6,6 +6,8 @@
"sorting.most-votes": "Първо тези с най-много гласове", "sorting.most-votes": "Първо тези с най-много гласове",
"sorting.topic-default": "Подредба по подразбиране на темите", "sorting.topic-default": "Подредба по подразбиране на темите",
"restrictions": "Ограничения за публикуването", "restrictions": "Ограничения за публикуването",
"restrictions.post-queue": "Включване на опашката за публикации",
"restrictions.post-queue-help": "Ако опашката за публикации е включена, публикациите на новите потребители ще бъдат добавяни в опашка за одобрение.",
"restrictions.seconds-between": "Брой секунди между публикациите", "restrictions.seconds-between": "Брой секунди между публикациите",
"restrictions.seconds-between-new": "Брой секунди между публикациите за нови потребители", "restrictions.seconds-between-new": "Брой секунди между публикациите за нови потребители",
"restrictions.rep-threshold": "Необходима репутация за премахване на това ограничение", "restrictions.rep-threshold": "Необходима репутация за премахване на това ограничение",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> изпрати заявка за регистрация.", "new_register": "<strong>%1</strong> изпрати заявка за регистрация.",
"new_register_multiple": "Има <strong>%1</strong> заявки за регистрация, които очакват да бъдат прегледани.", "new_register_multiple": "Има <strong>%1</strong> заявки за регистрация, които очакват да бъдат прегледани.",
"flag_assigned_to_you": "<strong>Докладът %1</strong> беше назначен на Вас", "flag_assigned_to_you": "<strong>Докладът %1</strong> беше назначен на Вас",
"post_awaiting_review": "Публикацията чака да бъде прегледана",
"email-confirmed": "Е-пощата беше потвърдена", "email-confirmed": "Е-пощата беше потвърдена",
"email-confirmed-message": "Благодарим Ви, че потвърдихте е-пощата си. Акаунтът Ви е вече напълно активиран.", "email-confirmed-message": "Благодарим Ви, че потвърдихте е-пощата си. Акаунтът Ви е вече напълно активиран.",
"email-confirm-error-message": "Възникна проблем при потвърждаването на е-пощата Ви. Може кодът да е грешен или давността му да е изтекла.", "email-confirm-error-message": "Възникна проблем при потвърждаването на е-пощата Ви. Може кодът да е грешен или давността му да е изтекла.",

@ -9,6 +9,7 @@
"moderator-tools": "Модераторски инструменти", "moderator-tools": "Модераторски инструменти",
"flagged-content": "Докладвано съдържание", "flagged-content": "Докладвано съдържание",
"ip-blacklist": "Черен списък за IP адреси", "ip-blacklist": "Черен списък за IP адреси",
"post-queue": "Опашка за публикации",
"users/online": "Потребители на линия", "users/online": "Потребители на линия",
"users/latest": "Последни потребители", "users/latest": "Последни потребители",
"users/sort-posts": "Потребители с най-много публикации", "users/sort-posts": "Потребители с най-много публикации",

@ -1,6 +1,7 @@
{ {
"success": "Готово", "success": "Готово",
"topic-post": "Вие публикувахте успешно.", "topic-post": "Вие публикувахте успешно.",
"post-queued": "Публикацията Ви е добавена в опашката за одобрение.",
"authentication-successful": "Успешно удостоверяване", "authentication-successful": "Успешно удостоверяване",
"settings-saved": "Настройките са запазени!" "settings-saved": "Настройките са запазени!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> sent a registration request.", "new_register": "<strong>%1</strong> sent a registration request.",
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.", "new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "ইমেইল নিশ্চিত করা হয়েছে", "email-confirmed": "ইমেইল নিশ্চিত করা হয়েছে",
"email-confirmed-message": "আপনার ইমেইল যাচাই করার জন্য আপনাকে ধন্যবাদ। আপনার অ্যাকাউন্টটি এখন সম্পূর্ণরূপে সক্রিয়।", "email-confirmed-message": "আপনার ইমেইল যাচাই করার জন্য আপনাকে ধন্যবাদ। আপনার অ্যাকাউন্টটি এখন সম্পূর্ণরূপে সক্রিয়।",
"email-confirm-error-message": "আপনার ইমেল ঠিকানার বৈধতা যাচাইয়ে একটি সমস্যা হয়েছে। সম্ভবত কোডটি ভুল ছিল অথবা কোডের মেয়াদ শেষ হয়ে গিয়েছে।", "email-confirm-error-message": "আপনার ইমেল ঠিকানার বৈধতা যাচাইয়ে একটি সমস্যা হয়েছে। সম্ভবত কোডটি ভুল ছিল অথবা কোডের মেয়াদ শেষ হয়ে গিয়েছে।",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "Online Users", "users/online": "Online Users",
"users/latest": "Latest Users", "users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts", "users/sort-posts": "Users with the most posts",

@ -1,6 +1,7 @@
{ {
"success": "সফল হয়েছে", "success": "সফল হয়েছে",
"topic-post": "আপনি সফলভাবে পোষ্ট করেছেন। ", "topic-post": "আপনি সফলভাবে পোষ্ট করেছেন। ",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "অথেন্টিকেশন সফল হয়েছে", "authentication-successful": "অথেন্টিকেশন সফল হয়েছে",
"settings-saved": "সেটিংস সেভ করা হয়েছে। " "settings-saved": "সেটিংস সেভ করা হয়েছে। "
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB se nemohl připojit ke správce balíčku, pokračovat v instalaci poslední verze?</p><div class=\"alert alert-danger\"><strong>Server odpověděl (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB se nemohl připojit ke správce balíčku, pokračovat v instalaci poslední verze?</p><div class=\"alert alert-danger\"><strong>Server odpověděl (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB se nemohl připojit ke správci balíčku, aktualizace není doporučena.</p>", "alert.package-manager-unreachable": "<p>NodeBB se nemohl připojit ke správci balíčku, aktualizace není doporučena.</p>",
"alert.incompatible": "<p>Vaše verze NodeBB (v%1) umožňuje jen aktualizovat toto rozšíření na v%2. Aktualizujte prosím NodeBB, chcete-li nainstalovat nejnovější verzi tohoto rozšíření.</p>", "alert.incompatible": "<p>Vaše verze NodeBB (v%1) umožňuje jen aktualizovat toto rozšíření na v%2. Aktualizujte prosím NodeBB, chcete-li nainstalovat nejnovější verzi tohoto rozšíření.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>Nebyla nalezena žádná informace o kompatibilitě</strong></p><p>Toto rozšíření nemá nastavenou požadovanou verzi NodeBB. Plná kompatibilita nemůže být garantována a může způsobit, že se vám již NodeBB nespustí.</p></div><p>Nespustí-li se správně NodeBB:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Pokračovat v instalaci této aktuální verze rozšíření?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>Nebyla nalezena žádná informace o kompatibilitě</strong></p><p>Toto rozšíření nemá nastavenou požadovanou verzi NodeBB. Plná kompatibilita nemůže být garantována a může způsobit, že se vám již NodeBB nespustí.</p></div><p>Nespustí-li se správně NodeBB:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Pokračovat v instalaci této aktuální verze rozšíření?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Zobrazuje se jen správci", "only-admins": "Zobrazuje se jen správci",
"only-global-mods-and-admins": "Zobrazuje se jen hlavním moderátorům a správcům", "only-global-mods-and-admins": "Zobrazuje se jen hlavním moderátorům a správcům",
"only-logged-in": "Zobrazuje se jen přihlášeným uživatelům", "only-logged-in": "Zobrazuje se jen přihlášeným uživatelům",
"only-guest": "Only display to guests",
"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í:", "installed-plugins-required": "Vyžadovaná nainstalovaná rozšíření:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> odeslal registrační požadavek.", "new_register": "<strong>%1</strong> odeslal registrační požadavek.",
"new_register_multiple": "Je zde <strong>%1</strong> registračních požadavků čeká na vyřízení.", "new_register_multiple": "Je zde <strong>%1</strong> registračních požadavků čeká na vyřízení.",
"flag_assigned_to_you": "<strong>Označení %1</strong> vám bylo přiřazeno", "flag_assigned_to_you": "<strong>Označení %1</strong> vám bylo přiřazeno",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "E-mail potvrzen", "email-confirmed": "E-mail potvrzen",
"email-confirmed-message": "Děkujeme za ověření vaší e-mailové adresy. Váš účet je nyní aktivní.", "email-confirmed-message": "Děkujeme za ověření vaší e-mailové adresy. Váš účet je nyní aktivní.",
"email-confirm-error-message": "Nastal problém s ověřením vaší e-mailové adresy. Kód je pravděpodobně neplatný nebo jeho platnost vypršela.", "email-confirm-error-message": "Nastal problém s ověřením vaší e-mailové adresy. Kód je pravděpodobně neplatný nebo jeho platnost vypršela.",

@ -9,6 +9,7 @@
"moderator-tools": "Nástroje moderátora", "moderator-tools": "Nástroje moderátora",
"flagged-content": "Nahlášený obsah", "flagged-content": "Nahlášený obsah",
"ip-blacklist": "Černá listina IP adres", "ip-blacklist": "Černá listina IP adres",
"post-queue": "Post Queue",
"users/online": "Připojení uživatelé", "users/online": "Připojení uživatelé",
"users/latest": "Nejnovější uživatelé", "users/latest": "Nejnovější uživatelé",
"users/sort-posts": "Uživatelé s nejvíce příspěvky", "users/sort-posts": "Uživatelé s nejvíce příspěvky",

@ -1,6 +1,7 @@
{ {
"success": "Úspěšné", "success": "Úspěšné",
"topic-post": "Úspěšně umístěno.", "topic-post": "Úspěšně umístěno.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Úspěšné přihlášení", "authentication-successful": "Úspěšné přihlášení",
"settings-saved": "Nastavení byla uložena." "settings-saved": "Nastavení byla uložena."
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> har sendt en registrerings anmodning.", "new_register": "<strong>%1</strong> har sendt en registrerings anmodning.",
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.", "new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "Email bekræftet", "email-confirmed": "Email bekræftet",
"email-confirmed-message": "Tak fordi du validerede din email. Din konto er nu fuldt ud aktiveret.", "email-confirmed-message": "Tak fordi du validerede din email. Din konto er nu fuldt ud aktiveret.",
"email-confirm-error-message": "Der var et problem med valideringen af din emailadresse. Bekræftelses koden var muligvis forkert eller udløbet.", "email-confirm-error-message": "Der var et problem med valideringen af din emailadresse. Bekræftelses koden var muligvis forkert eller udløbet.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "Online brugere", "users/online": "Online brugere",
"users/latest": "Seneste brugere", "users/latest": "Seneste brugere",
"users/sort-posts": "Brugere med de fleste indlæg", "users/sort-posts": "Brugere med de fleste indlæg",

@ -1,6 +1,7 @@
{ {
"success": "Udført", "success": "Udført",
"topic-post": "Du har indsendt et indlæg.", "topic-post": "Du har indsendt et indlæg.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Du blev autentificeret", "authentication-successful": "Du blev autentificeret",
"settings-saved": "Indstillinger gemt!" "settings-saved": "Indstillinger gemt!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB konnte den Paket-Manager nicht erreichen. Willst Du mit der Installation der neuesten Version fortfahren</p><div class=\"alert alert-danger\"><strong>Der Server meldete (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB konnte den Paket-Manager nicht erreichen. Willst Du mit der Installation der neuesten Version fortfahren</p><div class=\"alert alert-danger\"><strong>Der Server meldete (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB konnte den Paket-Manager nicht erreichen, eine Aktualisierung wird momentan nicht empfohlen.</p>", "alert.package-manager-unreachable": "<p>NodeBB konnte den Paket-Manager nicht erreichen, eine Aktualisierung wird momentan nicht empfohlen.</p>",
"alert.incompatible": "<p>NodeBB Version (v%1) ist nur für Aktualisierungen bis v%2 dieses Plugins bestimmt. Bitte aktualisiere NodeBB, wenn eine neuere Version dieses Plugins installiert werden soll.</p>", "alert.incompatible": "<p>NodeBB Version (v%1) ist nur für Aktualisierungen bis v%2 dieses Plugins bestimmt. Bitte aktualisiere NodeBB, wenn eine neuere Version dieses Plugins installiert werden soll.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>Keine Kompatibilitätsinformationen gefunden</strong></p><p>Dieses Plugin legte keine spezifische NodeBB version fest, welche für die Installation benötigt wird. Volle Kompatibilität kann nicht gewährleistet werden, was dazu führen könnte, dass ihr NodeBB nicht mehr korrekt startet.</p></div><p>Für den Fall, dass NodeBB nicht mehr ordnungsgemäß startet:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Soll mit der installation der neuesten Version dieses Plugins fortgefahren werden?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>Keine Kompatibilitätsinformationen gefunden</strong></p><p>Dieses Plugin legte keine spezifische NodeBB version fest, welche für die Installation benötigt wird. Volle Kompatibilität kann nicht gewährleistet werden, was dazu führen könnte, dass ihr NodeBB nicht mehr korrekt startet.</p></div><p>Für den Fall, dass NodeBB nicht mehr ordnungsgemäß startet:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Soll mit der installation der neuesten Version dieses Plugins fortgefahren werden?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Nur für Admins sichtbar", "only-admins": "Nur für Admins sichtbar",
"only-global-mods-and-admins": "Nur für Globale Moderatoren und Admins sichtbar", "only-global-mods-and-admins": "Nur für Globale Moderatoren und Admins sichtbar",
"only-logged-in": "Nur für angemeldete Benutzer sichtbar", "only-logged-in": "Nur für angemeldete Benutzer sichtbar",
"only-guest": "Only display to guests",
"open-new-window": "In neuem Fenster öffnen", "open-new-window": "In neuem Fenster öffnen",
"installed-plugins-required": "Benötigte installierte Plugins:", "installed-plugins-required": "Benötigte installierte Plugins:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Benutzer", "manage/users": "Benutzer",
"manage/registration": "Warteliste", "manage/registration": "Warteliste",
"manage/post-queue": "Post Queue",
"manage/groups": "Gruppen", "manage/groups": "Gruppen",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Forum Einstellungen", "site-settings": "Forum Einstellungen",
"title": "Forum Titel", "title": "Forum Titel",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Name Deiner Community", "title.name": "Name Deiner Community",
"title.show-in-header": "Titel im Header anzeigen", "title.show-in-header": "Titel im Header anzeigen",
"browser-title": "Browser Titel", "browser-title": "Browser Titel",

@ -6,6 +6,8 @@
"sorting.most-votes": "Meiste Bewertungen", "sorting.most-votes": "Meiste Bewertungen",
"sorting.topic-default": "Standardmäßige Themensortierung", "sorting.topic-default": "Standardmäßige Themensortierung",
"restrictions": "Posting beschränkungen", "restrictions": "Posting beschränkungen",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Zeit zwischen der Erstellung von Beiträgen", "restrictions.seconds-between": "Zeit zwischen der Erstellung von Beiträgen",
"restrictions.seconds-between-new": "Zeit zwischen der Erstellung von Beiträgen für neue Nutzer", "restrictions.seconds-between-new": "Zeit zwischen der Erstellung von Beiträgen für neue Nutzer",
"restrictions.rep-threshold": "Vorrausgesetztes Ansehen um diese Beschränkung aufzuheben", "restrictions.rep-threshold": "Vorrausgesetztes Ansehen um diese Beschränkung aufzuheben",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> hat eine Registrationsanfrage geschickt.", "new_register": "<strong>%1</strong> hat eine Registrationsanfrage geschickt.",
"new_register_multiple": "Es erwarten <strong>%1</strong> Registrierungsanfragen eine Überprüfung.", "new_register_multiple": "Es erwarten <strong>%1</strong> Registrierungsanfragen eine Überprüfung.",
"flag_assigned_to_you": "<strong>Markierung %1</strong> wurde Ihnen zugewiesen", "flag_assigned_to_you": "<strong>Markierung %1</strong> wurde Ihnen zugewiesen",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "E-Mail bestätigt", "email-confirmed": "E-Mail bestätigt",
"email-confirmed-message": "Vielen Dank für Ihre E-Mail-Validierung. Ihr Konto ist nun vollständig aktiviert.", "email-confirmed-message": "Vielen Dank für Ihre E-Mail-Validierung. Ihr Konto ist nun vollständig aktiviert.",
"email-confirm-error-message": "Es gab ein Problem bei der Validierung Ihrer E-Mail-Adresse. Möglicherweise ist der Code ungültig oder abgelaufen.", "email-confirm-error-message": "Es gab ein Problem bei der Validierung Ihrer E-Mail-Adresse. Möglicherweise ist der Code ungültig oder abgelaufen.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Gemeldeter Inhalt", "flagged-content": "Gemeldeter Inhalt",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "Benutzer online", "users/online": "Benutzer online",
"users/latest": "Neuste Benutzer", "users/latest": "Neuste Benutzer",
"users/sort-posts": "Benutzer mit den meisten Beiträgen", "users/sort-posts": "Benutzer mit den meisten Beiträgen",

@ -1,6 +1,7 @@
{ {
"success": "Fertig", "success": "Fertig",
"topic-post": "Beitrag erfolgreich erstellt.", "topic-post": "Beitrag erfolgreich erstellt.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Authentifizierung erfolgreich!", "authentication-successful": "Authentifizierung erfolgreich!",
"settings-saved": "Einstellungen gespeichert!" "settings-saved": "Einstellungen gespeichert!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> sent a registration request.", "new_register": "<strong>%1</strong> sent a registration request.",
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.", "new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "Email Confirmed", "email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.", "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "Συνδεδεμένοι Χρήστες", "users/online": "Συνδεδεμένοι Χρήστες",
"users/latest": "Πρόσφατοι Χρήστες", "users/latest": "Πρόσφατοι Χρήστες",
"users/sort-posts": "Users with the most posts", "users/sort-posts": "Users with the most posts",

@ -1,6 +1,7 @@
{ {
"success": "Επιτυχία", "success": "Επιτυχία",
"topic-post": "Δημοσίευσες με επιτυχία.", "topic-post": "Δημοσίευσες με επιτυχία.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Επιτυχής Ταυτοποίηση", "authentication-successful": "Επιτυχής Ταυτοποίηση",
"settings-saved": "Οι επιλογές αποθηκεύτηκαν!" "settings-saved": "Οι επιλογές αποθηκεύτηκαν!"
} }

@ -11,5 +11,8 @@
"validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.", "validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.",
"validate.x-invalid": "The following <strong>%1</strong> rules are invalid:", "validate.x-invalid": "The following <strong>%1</strong> rules are invalid:",
"alerts.applied-success": "Blacklist Applied" "alerts.applied-success": "Blacklist Applied",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day"
} }

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> sent a registration request.", "new_register": "<strong>%1</strong> sent a registration request.",
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.", "new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "Email Confirmed", "email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.", "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "Online Users", "users/online": "Online Users",
"users/latest": "Latest Users", "users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts", "users/sort-posts": "Users with the most posts",

@ -1,6 +1,7 @@
{ {
"success": "Success", "success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> sent a registration request.", "new_register": "<strong>%1</strong> sent a registration request.",
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.", "new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "Email Confirmed", "email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.", "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "Online Users", "users/online": "Online Users",
"users/latest": "Latest Users", "users/latest": "Latest Users",
"users/sort-posts": "Users with the most posts", "users/sort-posts": "Users with the most posts",

@ -1,6 +1,7 @@
{ {
"success": "Success", "success": "Success",
"topic-post": "You have successfully posted.", "topic-post": "You have successfully posted.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Authentication Successful", "authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!" "settings-saved": "Settings saved!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Etiquetas", "manage/tags": "Etiquetas",
"manage/users": "Usuarios", "manage/users": "Usuarios",
"manage/registration": "Cola de Registro", "manage/registration": "Cola de Registro",
"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",

@ -1,6 +1,9 @@
{ {
"site-settings": "Ajustes del Sitio", "site-settings": "Ajustes del Sitio",
"title": "Título del Sitio", "title": "Título del Sitio",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Nombre de tu Comunidad", "title.name": "Nombre de tu Comunidad",
"title.show-in-header": "Mostrar Título del Sitio en el Encabezado", "title.show-in-header": "Mostrar Título del Sitio en el Encabezado",
"browser-title": "Título del Navegador", "browser-title": "Título del Navegador",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> envió una solicitud de registro.", "new_register": "<strong>%1</strong> envió una solicitud de registro.",
"new_register_multiple": "Hay <strong>%1</strong> peticiones de registros pendientes de revisión", "new_register_multiple": "Hay <strong>%1</strong> peticiones de registros pendientes de revisión",
"flag_assigned_to_you": "<strong>Reporte %1</strong> te ha sido asignado.", "flag_assigned_to_you": "<strong>Reporte %1</strong> te ha sido asignado.",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "Correo electrónico confirmado", "email-confirmed": "Correo electrónico confirmado",
"email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.", "email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.",
"email-confirm-error-message": "Hubo un problema al validar tu cuenta de correo electrónico. Quizá el código era erróneo o expiró...", "email-confirm-error-message": "Hubo un problema al validar tu cuenta de correo electrónico. Quizá el código era erróneo o expiró...",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Contenido reportado", "flagged-content": "Contenido reportado",
"ip-blacklist": "Lista negra de IPS", "ip-blacklist": "Lista negra de IPS",
"post-queue": "Post Queue",
"users/online": "Conectados", "users/online": "Conectados",
"users/latest": "Últimos usuarios", "users/latest": "Últimos usuarios",
"users/sort-posts": "Top por mensajes", "users/sort-posts": "Top por mensajes",

@ -1,6 +1,7 @@
{ {
"success": "¡Éxito!", "success": "¡Éxito!",
"topic-post": "Mensaje publicado satisfactoriamente.", "topic-post": "Mensaje publicado satisfactoriamente.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Identificado satisfactoriamente", "authentication-successful": "Identificado satisfactoriamente",
"settings-saved": "¡Ajustes guardados satisfactoriamente!" "settings-saved": "¡Ajustes guardados satisfactoriamente!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> saatis registreerimistaotluse.", "new_register": "<strong>%1</strong> saatis registreerimistaotluse.",
"new_register_multiple": "<strong>%1</strong> registreerimistaotlust ootavad ülevaadet.", "new_register_multiple": "<strong>%1</strong> registreerimistaotlust ootavad ülevaadet.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "Emaili aadress kinnitatud", "email-confirmed": "Emaili aadress kinnitatud",
"email-confirmed-message": "Täname, et kinnitasite oma emaili aadressi. Teie kasutaja on nüüd täielikult aktiveeritud.", "email-confirmed-message": "Täname, et kinnitasite oma emaili aadressi. Teie kasutaja on nüüd täielikult aktiveeritud.",
"email-confirm-error-message": "Emaili aadressi kinnitamisel tekkis viga. Võibolla kinnituskood oli vale või aegunud.", "email-confirm-error-message": "Emaili aadressi kinnitamisel tekkis viga. Võibolla kinnituskood oli vale või aegunud.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"post-queue": "Post Queue",
"users/online": "Sisseloginud kasutajad", "users/online": "Sisseloginud kasutajad",
"users/latest": "Hiljutised kasutajad", "users/latest": "Hiljutised kasutajad",
"users/sort-posts": "Kasutajad, kel on enim postitusi", "users/sort-posts": "Kasutajad, kel on enim postitusi",

@ -1,6 +1,7 @@
{ {
"success": "Õnnestus", "success": "Õnnestus",
"topic-post": "Edukalt postitatud.", "topic-post": "Edukalt postitatud.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "Sisse logimine õnnestus!", "authentication-successful": "Sisse logimine õnnestus!",
"settings-saved": "Seaded salvestatud!" "settings-saved": "Seaded salvestatud!"
} }

@ -43,5 +43,9 @@
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>" "alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
"license.title": "Plugin License Information",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
} }

@ -11,6 +11,7 @@
"only-admins": "Only display to Admins", "only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins", "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users", "only-logged-in": "Only display to logged in users",
"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:", "installed-plugins-required": "Installed Plugins Required:",

@ -12,6 +12,7 @@
"manage/tags": "Tags", "manage/tags": "Tags",
"manage/users": "Users", "manage/users": "Users",
"manage/registration": "Registration Queue", "manage/registration": "Registration Queue",
"manage/post-queue": "Post Queue",
"manage/groups": "Groups", "manage/groups": "Groups",
"manage/ip-blacklist": "IP Blacklist", "manage/ip-blacklist": "IP Blacklist",

@ -1,6 +1,9 @@
{ {
"site-settings": "Site Settings", "site-settings": "Site Settings",
"title": "Site Title", "title": "Site Title",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.name": "Your Community Name", "title.name": "Your Community Name",
"title.show-in-header": "Show Site Title in Header", "title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title", "browser-title": "Browser Title",

@ -6,6 +6,8 @@
"sorting.most-votes": "Most Votes", "sorting.most-votes": "Most Votes",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Default Topic Sorting",
"restrictions": "Posting Restrictions", "restrictions": "Posting Restrictions",
"restrictions.post-queue": "Enable post queue",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "Seconds between Posts",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Seconds between Posts for New Users",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",

@ -41,6 +41,7 @@
"new_register": "<strong>%1</strong> یک درخواست ثبت نام ارسال کرده است", "new_register": "<strong>%1</strong> یک درخواست ثبت نام ارسال کرده است",
"new_register_multiple": "تعداد <strong>%1</strong> درخواست عضویت برای بررسی وجود دارد.", "new_register_multiple": "تعداد <strong>%1</strong> درخواست عضویت برای بررسی وجود دارد.",
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you", "flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
"post_awaiting_review": "Post awaiting review",
"email-confirmed": "ایمیل تایید شد", "email-confirmed": "ایمیل تایید شد",
"email-confirmed-message": "بابت تایید ایمیلتان سپاس‌گزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.", "email-confirmed-message": "بابت تایید ایمیلتان سپاس‌گزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.",
"email-confirm-error-message": "خطایی در تایید آدرس ایمیل شما پیش آمده است. ممکن است کد نا‌معتبر و یا منقضی شده باشد.", "email-confirm-error-message": "خطایی در تایید آدرس ایمیل شما پیش آمده است. ممکن است کد نا‌معتبر و یا منقضی شده باشد.",

@ -9,6 +9,7 @@
"moderator-tools": "Moderator Tools", "moderator-tools": "Moderator Tools",
"flagged-content": "Flagged Content", "flagged-content": "Flagged Content",
"ip-blacklist": "لیست سیاه آی‌پی", "ip-blacklist": "لیست سیاه آی‌پی",
"post-queue": "Post Queue",
"users/online": "کاربران آنلاین", "users/online": "کاربران آنلاین",
"users/latest": "آخرین کاربران", "users/latest": "آخرین کاربران",
"users/sort-posts": "کاربران با بیش‌ترین پست", "users/sort-posts": "کاربران با بیش‌ترین پست",

@ -1,6 +1,7 @@
{ {
"success": "موفقیت‌آمیز", "success": "موفقیت‌آمیز",
"topic-post": "پست شما باموفقیت فرستاده شد.", "topic-post": "پست شما باموفقیت فرستاده شد.",
"post-queued": "Your post is queued for approval.",
"authentication-successful": "اعتبارسنجی موفق", "authentication-successful": "اعتبارسنجی موفق",
"settings-saved": "تنظیمات ذخیره شد." "settings-saved": "تنظیمات ذخیره شد."
} }

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

Loading…
Cancel
Save