TinyMCE as default editor, upload files check files sizes, dictionaries updated

This commit is contained in:
Diego Najar 2018-08-18 16:15:38 +02:00
parent f96d8d08d0
commit 1e1af3df22
31 changed files with 120 additions and 192 deletions

View File

@ -16,7 +16,7 @@ if (!checkRole(array('admin','editor'), false)) {
if ($page->username()!==$login->username()) {
// Add to syslog
$syslog->add(array(
'dictionaryKey'=>'access-deny',
'dictionaryKey'=>'access-denied',
'notes'=>$login->username()
));

View File

@ -2,6 +2,16 @@
header('Content-Type: application/json');
foreach ($_FILES['bluditInputFiles']['name'] as $key=>$filename) {
if ($_FILES['bluditInputFiles']['error'][$key] != 0) {
$message = 'Error occurred uploading the image, max file size allowed: '.ini_get('upload_max_filesize');
Log::set($message, LOG_TYPE_ERROR);
exit (json_encode(array(
'status'=>1,
'message'=>$message
)));
}
// Get the next filename if already exist the file to not overwrite the original file
$nextFilename = Filesystem::nextFilename(PATH_UPLOADS, $filename);

View File

@ -647,7 +647,7 @@ function checkRole($allowRoles, $redirect=true) {
if ($redirect) {
// Add to syslog
$syslog->add(array(
'dictionaryKey'=>'access-deny',
'dictionaryKey'=>'access-denied',
'notes'=>$login->username()
));

View File

@ -207,11 +207,7 @@
"whats-next": "ماهي الخطوة التالية",
"username-or-password-incorrect": "إسم المستخدم أو كلمة السر خاطئ",
"follow-bludit-on": "تابع جديدنا على",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "إدارة الموقع[admin area]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "دردش مع المطورين من خلال هذه الصفحة [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "هذا وصف موجز لنفسك أو لموقعك، لتغيير هذا النص تذهب إلى لوحة المشرف، إعدادات، والإضافات، وتعديل في إضافة About",
"read-the-documentation-for-more-information": "[documentation](https:\/\/docs.bludit.com) المزيد من المعلومات في الأرشيف",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "Какво следва?",
"username-or-password-incorrect": "Грешна парола или потребител",
"follow-bludit-on": "Последвайте Bludit в",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Управлявайте вашият Bludit от [admin area]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Чат с разработчици и потребители на [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Това е кратко описание на вашия сайт, за да се промени този текст отидете в админ панела, настройки плъгини, конфигуриране на плъгин About.",
"read-the-documentation-for-more-information": "Прочети [документацията](https:\/\/docs.bludit.com) за повече информация",
"new-version-available": "Налична е нова версия",
"new-category-created": "Създадена е нова категория",
"category-deleted": "Категорията е изтрита",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Co dál",
"username-or-password-incorrect": "Uživatelské jméno nebo heslo není správné",
"follow-bludit-on": "Sledujte Bludit na",
"visit-the-forum-for-support": "Pro podporu navštivte [fórum](https:\/\/forum.bludit.org)",
"manage-your-bludit-from-the-admin-panel": "Spravujte váš Bludit z [administrace]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Chatujte s vývojáři a uživateli na [Gitteru](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Toto je krátký popis o vás nebo vašem webu, pro změnu tohoto textu jděte do administrace a konfigurujte plugin about.",
"read-the-documentation-for-more-information": "Pro další informace si přečtěte [dokumentaci](https:\/\/docs.bludit.com)",
"new-version-available": "Je dostupná nová verze",
"new-category-created": "Nová kategorie vytvořena",
"category-deleted": "Kategorie smazána",
@ -289,10 +285,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -213,11 +213,7 @@
"whats-next": "Und so geht es weiter:",
"username-or-password-incorrect": "Falscher Benutzername und\/oder falsches Passwort",
"follow-bludit-on": "Den [deutschsprachigen Newsletter](http:\/\/eepurl.com\/b6mpKf) abonnieren und Bludit folgen bei",
"visit-the-forum-for-support": "Bei Fragen und Problemen das [Support-Forum](https:\/\/forum.bludit.org) mit deutschsprachigem Forum besuchen",
"manage-your-bludit-from-the-admin-panel": "Bludit im [Administrationsbereich]({{ADMIN_AREA_LINK}}) verwalten",
"chat-with-developers-and-users-on-gitter": "Mit Entwicklern und Benutzern bei [Gitter](https:\/\/gitter.im\/budit\/support) chatten",
"this-is-a-brief-description-of-yourself-our-your-site": "Hier kann beispielsweise eine kurze Beschreibung der Person, die den Blog oder die Website betreibt, oder der Website stehen. Der Text kann im Administrationsbereich in den Einstellungen des Plugins \"Über\" geändert werden.",
"read-the-documentation-for-more-information": "Für Anleitungen und Hinweise die [Dokumentation](https:\/\/docs.bludit.com) verwenden",
"new-version-available": "Eine neue Version ist verfügbar",
"new-category-created": "Kategorie hinzugefügt",
"category-deleted": "Kategorie gelöscht",
@ -297,7 +293,7 @@
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings-general) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
"example-page-3-slug": "folge-bludit",
"example-page-3-title": "Folge Bludit",
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, neue Themes und neue Plugins in den sozialen Netzwerken [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) und [GooglePlus](https:\/\/plus.google.com\/+Bluditcms), über den [Blog](https:\/\/blog.bludit.com) oder indem du den [deutschsprachigen Newsletter](https:\/\/clickwork.ch\/bludit-newsletter\/) abonnierst.",
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, neue Themes und neue Plugins in den sozialen Netzwerken <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> und <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a>, über den <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a> oder indem du den [deutschsprachigen Newsletter](https:\/\/clickwork.ch\/bludit-newsletter\/) abonnierst.",
"example-page-4-slug": "ueber",
"example-page-4-title": "Über",
"example-page-4-content": "Die Seite \"Über\" ist eine vielbeachtete Seite. Denn viele wollen wissen, wer einen Blog oder eine Website betreibt, welche Idee dahinter steht, wie du erreichbar bist usw.",
@ -353,5 +349,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -214,11 +214,7 @@
"whats-next": "Und so geht es weiter:",
"username-or-password-incorrect": "Falscher Benutzername und\/oder falsches Passwort",
"follow-bludit-on": "Den [deutschsprachigen Newsletter](https:\/\/clickwork.ch\/bludit-newsletter\/) abonnieren und Bludit folgen bei",
"visit-the-forum-for-support": "Bei Fragen und Problemen das [Support-Forum](https:\/\/forum.bludit.org) mit deutschsprachigem Forum besuchen",
"manage-your-bludit-from-the-admin-panel": "Bludit im [Administrationsbereich]({{ADMIN_AREA_LINK}}) verwalten",
"chat-with-developers-and-users-on-gitter": "Mit Entwicklern und Benutzern bei [Gitter](https:\/\/gitter.im\/budit\/support) chatten",
"this-is-a-brief-description-of-yourself-our-your-site": "Hier kann beispielsweise eine kurze Beschreibung der Person, die den Blog oder die Website betreibt, oder der Website stehen. Der Text kann im Administrationsbereich in den Einstellungen des Plugins \"Über\" geändert werden.",
"read-the-documentation-for-more-information": "Für Anleitungen und Hinweise die [Dokumentation](https:\/\/docs.bludit.com) verwenden",
"new-version-available": "Eine neue Version ist verfügbar",
"new-category-created": "Kategorie hinzugefügt",
"category-deleted": "Kategorie gelöscht",
@ -298,7 +294,7 @@
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings-general) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
"example-page-3-slug": "folge-bludit",
"example-page-3-title": "Folge Bludit",
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, neue Themes und neue Plugins in den sozialen Netzwerken [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) und [GooglePlus](https:\/\/plus.google.com\/+Bluditcms), über den [Blog](https:\/\/blog.bludit.com) oder indem du den [deutschsprachigen Newsletter](https:\/\/planet-bludit.ch\/newsletter) abonnierst.",
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, neue Themes und neue Plugins in den sozialen Netzwerken <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> und <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a>, über den <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a> oder indem du den [deutschsprachigen Newsletter](https:\/\/planet-bludit.ch\/newsletter) abonnierst.",
"example-page-4-slug": "ueber",
"example-page-4-title": "Über",
"example-page-4-content": "Die Seite \"Über\" ist eine vielbeachtete Seite. Denn viele wollen wissen, wer einen Blog oder eine Website betreibt, welche Idee dahinter steht, wie du erreichbar bist usw.",
@ -354,5 +350,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -99,7 +99,7 @@
"save-as-draft": "Save as draft",
"cancel": "Cancel",
"description": "Description",
"this-field-can-help-describe-the-content": "This field can help describe the content in a few words. No more than 150 characters.",
"this-field-can-help-describe-the-content": "This field can help describe the content in a few words.",
"images": "Images",
"error": "Error",
"supported-image-file-types": "Supported image file types",
@ -208,11 +208,7 @@
"whats-next": "What's Next",
"username-or-password-incorrect": "Username or password incorrect",
"follow-bludit-on": "Follow Bludit on",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Manage your Bludit from the [admin area]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Chat with developers and users on [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.",
"read-the-documentation-for-more-information": "Read the [documentation](https:\/\/docs.bludit.com) for more information",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -286,13 +282,13 @@
"minute": "minute",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set in the installation process.",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the <a href=\".\/admin\">admin panel<\/a> with the username `admin` and the password you set in the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the <a href=\".\/admin\">admin panel<\/a>, you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -98,7 +98,7 @@
"save-as-draft": "Guardar como borrador",
"cancel": "Cancelar",
"description": "Descripción",
"this-field-can-help-describe-the-content": "Este campo puede ayudar a describir el contenido en pocas palabras. No mas de 150 caracteres.",
"this-field-can-help-describe-the-content": "Este campo puede ayudar a describir el contenido en pocas palabras.",
"images": "Imagenes",
"error": "Error",
"supported-image-file-types": "Tipo de imagen soportados",
@ -207,11 +207,7 @@
"whats-next": "Siguientes pasos",
"username-or-password-incorrect": "Nombre de usuario o contraseña incorrectos",
"follow-bludit-on": "Siga Bludit en",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Administre su Bludit desde el [panel de administración]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Charla con los desarrolladores y usuarios en [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Breve descripción de ti o de tu sitio, para cambiar este texto, vaya al panel de administración, ajustes, complementos, y configurar el complemento Acerca de",
"read-the-documentation-for-more-information": "Lea la [documentación](https:\/\/docs.bludit.com) para mas información",
"new-version-available": "Nueva versión disponible",
"new-category-created": "Nueva categoría creada",
"category-deleted": "Categoría eliminada",
@ -291,7 +287,7 @@
"example-page-2-content": "Actualice la configuración de su sitio desde el [panel de administración](\/admin), puede cambiar el título, la descripción y las redes sociales desde [Configuracion > General](\/admin\/settings-general).",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Sigue Bludit",
"example-page-3-content": "Seguinos en las redes sociales [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/www.twitter.com\/bludit) y [GooglePlus](https:\/\/plus.google.com\/+bluditcms) para estar informado de las ultimas noticias, nuevos plugins, nuevos temas, y las ultimas versiones. También podes seguir nuestro [blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Seguinos en las redes sociales <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, [Twitter](https:\/\/www.twitter.com\/bludit) y <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> para estar informado de las ultimas noticias, nuevos plugins, nuevos temas, y las ultimas versiones. También podes seguir nuestro <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "acerca-de",
"example-page-4-title": "Acerca de",
"example-page-4-content": "Su página `Acerca de` es una de las páginas más visitadas en su sitio, necesita ser simple con algunas claves, como su nombre, quién es usted, cómo puede ponerse en contacto con usted o una pequeña historia.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Enlaces rápidos",
"leave-empty-for-autocomplete-by-bludit": "Deje vacío para ser autocompletado por Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "حالا چه کنیم ؟",
"username-or-password-incorrect": "نام کاربری یا پسورد اشتباه است",
"follow-bludit-on": "بلودیت را دنبال کنید",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "بلودیت خود را از [محیط مدیریت]({{ADMIN_AREA_LINK}}) کنترل کنید",
"chat-with-developers-and-users-on-gitter": "گفتگو با توسعه دهندگان و کاربران در [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "این یک توضیحات کوتاه درمورد خود یا سایت شما میباشد ، برای تغییر این متن به کنترل پنل مدیریت \/ تنظیمات \/ پلاگین ها ، رفته و پلاگین درباره را پیکربندی کنید.",
"read-the-documentation-for-more-information": "برای کسب اطلاعات بیشتر [مستندات](https:\/\/docs.bludit.com) را مطالعه کنید",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "Mitä seuraavaksi?",
"username-or-password-incorrect": "Käyttäjätunnus tai salasana virheellinen",
"follow-bludit-on": "Seuraa Bludit:ia",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Voit hallita Bludit:ia [hallintapaneelista]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Keskustele muiden kehittäjien ja käyttäjien kanssa [Gitterissä](https:\/\/gitter.im\/dignajar\/bludit)",
"this-is-a-brief-description-of-yourself-our-your-site": "Tämä on lyhyt kuvaus sinusta, tai sivustostasi. Voit muuttaa tätä hallintapaneelista kohdasta Asetukset->Lisäosat, ja muokkaa lisäosan \"About\" asetuksia",
"read-the-documentation-for-more-information": "[Dokumentaatiosta](https:\/\/docs.bludit.com) löydät paljon lisää tietoa",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Pour la prochaine étape",
"username-or-password-incorrect": "Nom dutilisateur ou mot de passe incorrect.",
"follow-bludit-on": "Suivez Bludit sur",
"visit-the-forum-for-support": "Visitez le [forum](https:\/\/forum.bludit.org) de support",
"manage-your-bludit-from-the-admin-panel": "Gérez votre Bludit depuis [linterface dadministration]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Chattez avec les développeurs et les utilisateurs sur [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Ceci est une brève description de vous-même ou de votre site, pour modifier ce texte aller dans le panneau dadministration, paramètres -> plugins et configurer le plugin « à propos ».",
"read-the-documentation-for-more-information": "Lisez la [documentation](https:\/\/docs.bludit.com) pour plus dinformation",
"new-version-available": "Nouvelle version disponible",
"new-category-created": "Nouvelle catégorie créée",
"category-deleted": "Catégorie supprimée",
@ -292,7 +288,7 @@
"example-page-2-content": "Mettez à jour les paramètres de votre site à partir du [panneau dadministration](.\/admin), vous pouvez modifier le titre, la description et les réseaux sociaux dans les [Paramètres généraux](.\/admin\/settings-general).",
"example-page-3-slug": "suivez-bludit",
"example-page-3-title": "Suivez Bludit",
"example-page-3-content": "Restez informé sur lactualité, les nouvelles versions, les nouveaux thèmes ou les nouveaux plugins sur nos réseaux sociaux [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) et [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) ou visitez notre [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Restez informé sur lactualité, les nouvelles versions, les nouveaux thèmes ou les nouveaux plugins sur nos réseaux sociaux <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> et <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> ou visitez notre <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "a-propos",
"example-page-4-title": "À propos",
"example-page-4-content": "Votre page « À propos » est généralement lune des pages les plus visitées sur votre site, elle doit être simple avec quelques éléments clés, tels que votre nom, qui vous êtes, comment vous contacter, une petite histoire, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Τι είναι επόμενο",
"username-or-password-incorrect": "Το Όνομα Χρήστη ή ο Κωδικός Πρόσβασης είναι λάθος",
"follow-bludit-on": "Ακολουθείστε το Bludit σε: ",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Διαχείριση Bludit [admin area]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Συζητήστε με προγραμματιστές και χρήστες στο [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Αυτή είναι μια σύντομη περιγραφή του εαυτού σας στην ιστοσελίδα σας, για να αλλάξετε αυτό το κείμενο πηγαίνετε στο μενού διαχείρησης, ρυθμίσεις, πρόσθετα, και ρυθμίσεις σχετικά με τα πρόσθετα.",
"read-the-documentation-for-more-information": "Διαβάσετε το [documentation](https:\/\/docs.bludit.com) για πληροφορίες",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -289,10 +285,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "מה הלאה?",
"username-or-password-incorrect": "שם משתמש או סיסמא אינם נכונים",
"follow-bludit-on": "עקוב אחר Bludit",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "נהל את ה-Bludit שלך מ[ממשק הניהול]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "שוחח עם מפתחים ומשתמשים ב[Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.",
"read-the-documentation-for-more-information": "קרא את ה[מסמכים](https:\/\/docs.bludit.com) למידע נוסף",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -289,10 +285,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "Mi következik?",
"username-or-password-incorrect": "A felhasználónév és a jelszó nem egyezik",
"follow-bludit-on": "Kövesse a Bluditot!",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Vezérelje a Bluditot az [admin felületről]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Beszélgessen a fejlesztőkkel és a felhasználókkal a [Gitter-en](https:\/\/gitter.im\/dignajar\/bludit)",
"this-is-a-brief-description-of-yourself-our-your-site": "Itt röviden bemutathatja önmagát vagy a weboldalát, a szöveg megváltoztatásához menjen az Adminlapra, Beállítások, Bővítmények, majd a Névjegy bővítmény beállításai.",
"read-the-documentation-for-more-information": "Olvassa el a [dokumentációt](https:\/\/docs.bludit.com) további információkért!",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "Passi successivi",
"username-or-password-incorrect": "Nome utente o password non corretti",
"follow-bludit-on": "Segui Bludit su",
"visit-the-forum-for-support": "Visita il [forum](https:\/\/forum.bludit.org) per supporto",
"manage-your-bludit-from-the-admin-panel": "Amministra Bludit dal [pannello di amministrazione]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Chatta con gli sviluppatori e gli utenti su [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Questa è una breve descrizione del tuo sito. Per cambiare il testo vai nel pannello di amministrazione, impostazioni, plugins e configura il plugin about.",
"read-the-documentation-for-more-information": "Leggi la [documentazione](https:\/\/docs.bludit.com) per ulteriori informazioni",
"new-version-available": "Nuova versione disponibile",
"new-category-created": "Nuova categoria creata",
"category-deleted": "Categoria eliminata",
@ -291,7 +287,7 @@
"example-page-2-content": "Aggiorna le impostazioni del tuo sito dal [pannello di amministazione](.\/admin),puoi cambiare il titolo, la descrizione e i social network da [Impostazioni > Generale](.\/admin\/settings-general).",
"example-page-3-slug": "segui-bludit",
"example-page-3-title": "Segui Bludit",
"example-page-3-content": "Rimani informato sulle notizie, nuovi rilasci, nuovi temi o nuovi plugin sui nostri social network [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) e [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) o visita il nostro [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Rimani informato sulle notizie, nuovi rilasci, nuovi temi o nuovi plugin sui nostri social network <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> e <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> o visita il nostro <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "informazioni su",
"example-page-4-title": "Informazioni su",
"example-page-4-content": "La tua pagina sulle informazione è tipicamente una delle pagine più visitate sul tuo sito, deve essere semplice con un paio di cose chiave,come il tuo nome, chi sei, come possono contattarti, una piccola storia, ecc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "この次は",
"username-or-password-incorrect": "ユーザー名またはパスワードが不正です",
"follow-bludit-on": "Bluditをフォローする",
"visit-the-forum-for-support": "サポートを受けるために[フォーラム](https:\/\/forum.bludit.org)にアクセスする",
"manage-your-bludit-from-the-admin-panel": "[管理パネル]({{ADMIN_AREA_LINK}})からBluditを管理する",
"chat-with-developers-and-users-on-gitter": "[Gitter](https:\/\/gitter.im\/bludit\/support)で開発者やユーザーとチャットする",
"this-is-a-brief-description-of-yourself-our-your-site": "ここには、あなた自身やサイトについての説明文を書きます。文章を変更するには、管理パネルから設定→プラグインと進み、aboutプラグインの設定から変更します。",
"read-the-documentation-for-more-information": "詳細について[文書](https:\/\/docs.bludit.com)を読む",
"new-version-available": "新しいバージョンが使用可能です",
"new-category-created": "新規カテゴリーを作成",
"category-deleted": "カテゴリーを削除",
@ -292,7 +288,7 @@
"example-page-2-content": "[管理パネル](.\/admin) からサイトの設定を変更しましょう。[設定 > 全般](.\/admin\/settings-general) からタイトルや説明、SNSの設定が変更できます。",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Bluditをフォローする",
"example-page-3-content": "ニュースやリリース、テーマ、プラグインについての情報を入手するには、SNSの[Facebook](https:\/\/www.facebook.com\/bluditcms\/)や[Twitter](https:\/\/twitter.com\/bludit)、[Google Plus](https:\/\/plus.google.com\/+Bluditcms)をフォローをするか、[ブログ](https:\/\/blog.bludit.com)にアクセスしてください。",
"example-page-3-content": "ニュースやリリース、テーマ、プラグインについての情報を入手するには、SNSの<a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>や<a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a>、[Google Plus](https:\/\/plus.google.com\/+Bluditcms)をフォローをするか、[ブログ](https:\/\/blog.bludit.com)にアクセスしてください。",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Aboutページは、サイトでよく見られるページの一つです。あなたの名前や自己紹介、連絡方法、ちょっとしたお話など、いくつかの重要な事柄を簡潔に記述します。",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "Apa yang anda boleh lakukan seterusnya?",
"username-or-password-incorrect": "Nama pengguna atau kata laluan tidak betul",
"follow-bludit-on": "Ikut Bludit di",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Uruskan Bludit anda di [panel pentadbir]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Sembang dengan pembangun dan pengguna di [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Ini ialah perihal ringkas anda atau laman web anda. Untuk mengubahnya, pergi ke Panel Pentadbir -> Tetapan -> Pemalam dan tetapkan tatarajah pemalam \"About\".",
"read-the-documentation-for-more-information": "Baca [documentasi](https:\/\/docs.bludit.com) untuk maklumat lanjut",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "Wat nu",
"username-or-password-incorrect": "Gebruikersnaam of wachtwoord is onjuist",
"follow-bludit-on": "Volg Bludit via",
"visit-the-forum-for-support": "VBezoek het [forum](https:\/\/forum.bludit.org) voor ondersteuning",
"manage-your-bludit-from-the-admin-panel": "Beheer Bludit vanuit de [admin area]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Chat met ontwikkelaars en gebruikers op [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Dit is een korte omschrijving van jezelf of jouw site, om de tekst te veranderen ga naar het administratie paneel, instellingen, plugins, en configureer de plugin over ons.",
"read-the-documentation-for-more-information": "Lees de [documentatie](https:\/\/docs.bludit.com) voor meer informatie",
"new-version-available": "Nieuwe versie beschikbaar",
"new-category-created": "Nieuwe categorie aangemaakt",
"category-deleted": "Categorie verwijderd",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Co teraz?",
"username-or-password-incorrect": "Nazwa użytkownika lub hasło jest nieprawidłowe",
"follow-bludit-on": "obserwuj Bludit w serwisach",
"visit-the-forum-for-support": "w razie potrzeb, koniecznie odwiedź [forum wsparcia](https:\/\/forum.bludit.org),",
"manage-your-bludit-from-the-admin-panel": "Zarządzaj stroną poprzez [kokpit]({{ADMIN_AREA_LINK}}),",
"chat-with-developers-and-users-on-gitter": "dołącz do dyskusji z twórcami i użytkownikami na [Gitter](https:\/\/gitter.im\/bludit\/support),",
"this-is-a-brief-description-of-yourself-our-your-site": "To jest krótki opis strony lub Ciebie. Aby zmienić treść tej strony udaj się do kokpitu, a następnie przejdź w ustawienia, wtyczki i wybierz konfigurację na liście O mnie.",
"read-the-documentation-for-more-information": "sięgnij po [dokumentację](http:\/\/docs.bludit.com) by dowiedzieć się więcej informacji.",
"new-version-available": "Nowa wersja jest już dostępna",
"new-category-created": "Utworzono nową kategorię",
"category-deleted": "Kategoria została usunięta",
@ -292,7 +288,7 @@
"example-page-2-content": "Zarządzaj ustawieniami witryny bezpośrednio z [kokpitu](.\/admin). To właśnie tam możesz edytować nazwę strony, opis oraz zarządzać odnośnikami do społeczności z lokalizacji [Ustawienia > Ogólne](.\/admin\/settings-general).",
"example-page-3-slug": "obserwuj-bludit",
"example-page-3-title": "Obserwuj Bludit",
"example-page-3-content": "Otrzymuj bieżące informacje o nowościach, aktualizacjach, nowych motywach i funkcjach za pośrednictwem naszych sieci społecznościowych [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) oraz [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) lub odwiedź nasz [blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Otrzymuj bieżące informacje o nowościach, aktualizacjach, nowych motywach i funkcjach za pośrednictwem naszych sieci społecznościowych <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> oraz <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> lub odwiedź nasz <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "o-mnie",
"example-page-4-title": "O mnie",
"example-page-4-content": "Podstrona *o mnie* to typowa i zwykle najpopularniejsza część każdej witryny. To właśnie tutaj w kilku prostych słowach możesz opisać to, kim jesteś, co robisz i jak się z Tobą skontaktować.",
@ -348,5 +344,6 @@
"chat-support": "Czat z twórcami",
"quick-links": "Na skróty",
"leave-empty-for-autocomplete-by-bludit": "Bludit automatycznie uzupełni to pole, jeśli pozostawisz je puste.",
"choose-a-password-for-the-user-admin": "Wybierz hasło dla użytkownika <code>admin<\/code>"
}
"choose-a-password-for-the-user-admin": "Wybierz hasło dla użytkownika <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Próximos passos",
"username-or-password-incorrect": "Usuário incorreto ou então senha incorreta",
"follow-bludit-on": "Seguir Bludit em",
"visit-the-forum-for-support": "Para obter suporte oficial, acesse [forum](https:\/\/forum.bludit.org)",
"manage-your-bludit-from-the-admin-panel": "Administre seu Bludit a partir do [Painel de Controle]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Converse com os desenvolvedores e outros usuários pelo [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Aqui é exibida uma breve descrição do seu site ou então de você mesmo. Para alterar este texto, vá ao Painel de Controle, ajustes, plugins, e altere o plugin About.",
"read-the-documentation-for-more-information": "Leia a [documentação oficial] em (https:\/\/docs.bludit.com) para obter mais informações",
"new-version-available": "Nova versão disponível",
"new-category-created": "Nova categoria criada",
"category-deleted": "Categoria deletada",
@ -292,7 +288,7 @@
"example-page-2-content": "Atualize os ajustes do site pelo [Painel de Controle](.\/admin). Por lá é possível alterar o título, descrição e redes sociais que desejar expor no site. Para tal, entre em [Ajustes > Geral](.\/admin\/settings-general).",
"example-page-3-slug": "siga-os-canais-oficiais-do-bludit",
"example-page-3-title": "Siga os canais oficiais do Bludit",
"example-page-3-content": "Receba notícias, avisos sobre atualizações disponíveis, lançamentos de novos temas e plugins através das redes sociais do Bludit: [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) e [GooglePlus](https:\/\/plus.google.com\/+Bluditcms). Visite também o [Blog](https:\/\/blog.bludit.com) oficial.",
"example-page-3-content": "Receba notícias, avisos sobre atualizações disponíveis, lançamentos de novos temas e plugins através das redes sociais do Bludit: <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> e <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a>. Visite também o <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a> oficial.",
"example-page-4-slug": "sobre",
"example-page-4-title": "Sobre",
"example-page-4-content": "A página Sobre costuma ser uma das páginas mais visitadas do seu site. Uma sugestão é deixá-la simples e informativa, adicionando tópicos como: quem é o autor do projeto, qual a equipe que compõe o site, motivações para o projeto acontecer, meios de contato para falar com a equipe do site, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "O que se segue",
"username-or-password-incorrect": "Utilizador incorrecto ou então senha incorrecta",
"follow-bludit-on": "Seguir Bludit em",
"visit-the-forum-for-support": "Para obter suporte oficial, acesse [forum](https:\/\/forum.bludit.org)",
"manage-your-bludit-from-the-admin-panel": "Para gerir teu Bludit, vá ao [Painel de Controlo]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Conversar com os desenvolvedores e utilizadores pelo [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Neste espaço é exibida uma breve descrição do teu site ou então de ti mesmo. Para alterar este texto, vá ao Painel de Controlo, ajustes, plugins, e altere o plugin About.",
"read-the-documentation-for-more-information": "Leia a [documentação oficial] em (https:\/\/docs.bludit.com) para obter mais informações",
"new-version-available": "Nova versão disponível",
"new-category-created": "Nova categoria criada",
"category-deleted": "Categoria apagada",
@ -292,7 +288,7 @@
"example-page-2-content": "Actualize os ajustes do site através [Painel de Controlo](.\/admin). Por lá é possível alterar o título, descrição e redes sociais que desejares expor no site. Para tal, proceda em [Ajustes > Geral](.\/admin\/settings-general).",
"example-page-3-slug": "siga-os-meios-de-comunicacao-oficiais-do-bludit",
"example-page-3-title": "Siga os meios de comunicação oficiais do Bludit",
"example-page-3-content": "Receberás notícias, avisos sobre actualizações, novos temas e plugins através das redes sociais do Bludit: [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) e [GooglePlus](https:\/\/plus.google.com\/+Bluditcms). Veja também o [Blog](https:\/\/blog.bludit.com) oficial.",
"example-page-3-content": "Receberás notícias, avisos sobre actualizações, novos temas e plugins através das redes sociais do Bludit: <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> e <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a>. Veja também o <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a> oficial.",
"example-page-4-slug": "sobre",
"example-page-4-title": "Sobre",
"example-page-4-content": "A página Sobre habitualmente é uma das páginas mais visitadas dos sites. Sugere-se inserir informações de bastante interesse do público. Assuntos como: quem é o autor do projeto, qual a equipa que compõe o site, motivações para o projeto existir, meios para contactar a equipa do site, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -204,11 +204,7 @@
"whats-next": "Ce urmează",
"username-or-password-incorrect": "Nume utilizator sau parolă incorecte",
"follow-bludit-on": "Urmăriți Bludit pe",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Gestionați platforma Bludit din [panoul de control]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Conversați cu dezvoltatorii și utilizatorii pe [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Acesta este o descriere sumară a dvs. pe sit, pentru a schimba acest text mergeți la panoul de control, setări, module și configurare modul Despre.",
"read-the-documentation-for-more-information": "Citiți [documentația](https:\/\/docs.bludit.com) pentru mai multe informații",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -285,10 +281,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -344,5 +340,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Что дальше",
"username-or-password-incorrect": "Неверный логин или пароль",
"follow-bludit-on": "Следуйте за Bludit в",
"visit-the-forum-for-support": "Посетите [форум](https:\/\/forum.bludit.org) для получения поддержки",
"manage-your-bludit-from-the-admin-panel": "Управляйте Bludit из [панели управления]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Чат с разработчиками и пользователями в [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Это краткое описание о Вас или о сайте, чтобы изменить этот текст перейдите в панель управления, настройки, плагины и настройте плагин about.",
"read-the-documentation-for-more-information": "Прочтите [документацию](https:\/\/docs.bludit.com) для получения большей информации",
"new-version-available": "Доступна новая версия",
"new-category-created": "Новая категория создана",
"category-deleted": "Категория удалена",
@ -292,7 +288,7 @@
"example-page-2-content": "Обновите настройки своего сайта в [панели управления](.\/admin), вы можете изменить название, описание и социальные сети в [Настройки > Общие](.\/admin\/settings-general).",
"example-page-3-slug": "следуйте-за-bludit",
"example-page-3-title": "Следуйте за Bludit",
"example-page-3-content": "Получите информацию о новостях, новых релизах, новых темах или новых плагинах в наших социальных сетях [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) и [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) или посетите наш [Блог](https:\/\/blog.bludit.com).",
"example-page-3-content": "Получите информацию о новостях, новых релизах, новых темах или новых плагинах в наших социальных сетях <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> и <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> или посетите наш [Блог](https:\/\/blog.bludit.com).",
"example-page-4-slug": "о-нас",
"example-page-4-title": "О нас",
"example-page-4-content": "Ваша страница «О нас», как правило, является одной из самых посещаемых страниц вашего сайта, должна быть простой с несколькими ключевыми вещами, такими как ваше имя, кто вы, как с вами связаться, небольшая история и т.д.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Sırada Ne Var",
"username-or-password-incorrect": "Kullanıcı adı veya şifre yanlış",
"follow-bludit-on": "Takip edin",
"visit-the-forum-for-support": "Destek için [forum](https:\/\/forum.bludit.org) takip edin",
"manage-your-bludit-from-the-admin-panel": "Bludit'i [yönetici panelinden]({{ADMIN_AREA_LINK}}) yönetin.",
"chat-with-developers-and-users-on-gitter": "Geliştiriciler ve kullanıcılarla konuşmak için [Gitter](https:\/\/gitter.im\/bludit\/support) adresini ziyaret et",
"this-is-a-brief-description-of-yourself-our-your-site": "Bu kısım siten hakkında bilgi verir.Burayı değiştirmek ve düzenlemek için admin->eklentiler->tanımı düzenle",
"read-the-documentation-for-more-information": "Daha fazla bilgi için [documentation](https:\/\/docs.bludit.com) dökümanları okuyun",
"new-version-available": "Yeni sürüm mevcut",
"new-category-created": "Yeni kategori oluşturuldu",
"category-deleted": "Kategori silindi",
@ -289,10 +285,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -208,11 +208,7 @@
"whats-next": "Що далі",
"username-or-password-incorrect": "Неправильне ім'я користувача або пароль",
"follow-bludit-on": "Слідуйте за Bludit на",
"visit-the-forum-for-support": "Завітайте на [форум](https:\/\/forum.bludit.org) для підтримки",
"manage-your-bludit-from-the-admin-panel": "Керуйте вашим Bludit через [панель управління]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Чат з розробниками і користувачами [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "Це короткий опис про себе або про сайт, щоб змінити цей текст зайдіть в панель адміністратора, налаштування, плагіни, і налаштуйте плагін про сайт.",
"read-the-documentation-for-more-information": "Читайте [документацію](https:\/\/docs.bludit.com) для отримання додаткової інформації",
"new-version-available": "Нова версія доступна",
"new-category-created": "Створено нову категорію",
"category-deleted": "Категорія видалена",
@ -289,10 +285,10 @@
"example-page-1-content": "Почніть писати свій власний контент або відредагуйте поточний, відповідно до ваших потреб. Щоб створити, відредагувати або видалити контент, необхідно ввійти до [панелі управління](.\/admin) з ім'ям користувача `admin` і паролем, який ви встановили в процесі установки блогу.",
"example-page-2-slug": "налаштуйте-свій-новий-сайт",
"example-page-2-title": "Налаштуйте свій новий сайт",
"example-page-2-content": "Оновіть налаштування вашого сайту у [панелі управління](.\/admin); ви можете змінити назву, опис та соціальні мережі [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Оновіть налаштування вашого сайту у [панелі управління](.\/admin); ви можете змінити назву, опис та соціальні мережі <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "слідуйте-за-bludit",
"example-page-3-title": "Слідуйте за Bludit",
"example-page-3-content": "Отримайте інформацію про новини, нові випуски, нові теми або нові плагіни в наших соціальних мережах [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) та [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) чи відвідайте наш [Блог](https:\/\/blog.bludit.com).",
"example-page-3-content": "Отримайте інформацію про новини, нові випуски, нові теми або нові плагіни в наших соціальних мережах <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> та <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> чи відвідайте наш [Блог](https:\/\/blog.bludit.com).",
"example-page-4-slug": "про-блог",
"example-page-4-title": "Про блог",
"example-page-4-content": "Сторінка Про блог, як правило, є однією з найбільш відвідуваних сторінок вашого сайту, і повинна містити декілька основних простих речей, таких як ваше ім'я, рід занять, як зв'язатися з вами, невелику біографію, тощо.",
@ -348,5 +344,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "What's Next",
"username-or-password-incorrect": "Username or password incorrect",
"follow-bludit-on": "Follow Bludit on",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "Manage your Bludit from the [admin area]({{ADMIN_AREA_LINK}})",
"chat-with-developers-and-users-on-gitter": "Chat with developers and users on [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.",
"read-the-documentation-for-more-information": "Read the [documentation](https:\/\/docs.bludit.com) for more information",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "接下來",
"username-or-password-incorrect": "用户账号或者密码不正确",
"follow-bludit-on": "Follow Bludit on",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "通过[admin area](.\/admin\/)管理您的Bludit",
"chat-with-developers-and-users-on-gitter": "与开发者或者用户聊聊~ [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "這这是关于您自己或是网站的简短介绍,如果想要修改,请至管理界面\/设置\/插件,设置一个名为“关于”的插件",
"read-the-documentation-for-more-information": "阅读[documentation](https:\/\/docs.bludit.com)來获得更多资讯",
"new-version-available": "New version available",
"new-category-created": "分类已添加",
"category-deleted": "分类已删除",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on theinstallation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -207,11 +207,7 @@
"whats-next": "接下來",
"username-or-password-incorrect": "使用者帳號或密碼不正確",
"follow-bludit-on": "Follow Bludit on",
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
"manage-your-bludit-from-the-admin-panel": "透過[admin area](.\/admin\/)管理您的Bludit",
"chat-with-developers-and-users-on-gitter": "與開發者或使用者聊聊天吧~ [Gitter](https:\/\/gitter.im\/bludit\/support)",
"this-is-a-brief-description-of-yourself-our-your-site": "這是關於您的自己或是網站的簡短介紹,如果想要修改介紹,請至管理介面\/設定\/延伸模組,設定一個名為關於的延伸模組。",
"read-the-documentation-for-more-information": "閱讀[documentation](https:\/\/docs.bludit.com)來獲得更多資訊",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
@ -288,10 +284,10 @@
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/plus.google.com\/+Bluditcms\" target=\"_blank\">Google Plus<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
@ -347,5 +343,6 @@
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>"
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>",
"access-denied": "Access denied"
}

View File

@ -275,7 +275,7 @@ function install($adminPassword, $timezone)
}
// Directories for initial plugins
$pluginsToInstall = array('simplemde', 'tags', 'about', 'simple-stats', 'robots');
$pluginsToInstall = array('tinymce', 'tags', 'about', 'simple-stats', 'robots');
foreach ($pluginsToInstall as $plugin) {
if (!mkdir(PATH_PLUGINS_DATABASES.$plugin, DIR_PERMISSIONS, true)) {
$errorText = 'Error when trying to created the directory=>'.PATH_PLUGINS_DATABASES.$plugin;
@ -491,16 +491,15 @@ function install($adminPassword, $timezone)
LOCK_EX
);
// File plugins/simplemde/db.php
// File plugins/tinymce/db.php
file_put_contents(
PATH_PLUGINS_DATABASES.'simplemde'.DS.'db.php',
PATH_PLUGINS_DATABASES.'tinymce'.DS.'db.php',
$dataHead.json_encode(
array(
'position'=>1,
'toolbar'=>'&quot;bold&quot;, &quot;italic&quot;, &quot;heading&quot;, &quot;|&quot;, &quot;quote&quot;, &quot;unordered-list&quot;, &quot;|&quot;, &quot;link&quot;, &quot;image&quot;, &quot;code&quot;, &quot;horizontal-rule&quot;, &quot;|&quot;, &quot;preview&quot;, &quot;side-by-side&quot;, &quot;fullscreen&quot;',
'autosave'=>false,
'spellChecker'=>true,
'tabSize'=>2
'toolbar1'=>'formatselect bold italic bullist numlist blockquote alignleft aligncenter alignright link pagebreak image removeformat code',
'toolbar2'=>'',
'plugins'=>'code autolink image link pagebreak advlist lists textcolor colorpicker textpattern'
),
JSON_PRETTY_PRINT),
LOCK_EX