improves on languages dictionaries
This commit is contained in:
parent
095ba8bd72
commit
ab1bc9fbd0
|
@ -1,10 +1,10 @@
|
|||
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||||
|
||||
// Bludit version
|
||||
define('BLUDIT_VERSION', '2.3-beta-1');
|
||||
define('BLUDIT_VERSION', '2.3-beta-2');
|
||||
define('BLUDIT_CODENAME', '');
|
||||
define('BLUDIT_RELEASE_DATE', '2018-02-25');
|
||||
define('BLUDIT_BUILD', '20180225');
|
||||
define('BLUDIT_RELEASE_DATE', '2018-03-06');
|
||||
define('BLUDIT_BUILD', '20180306');
|
||||
|
||||
// Debug mode
|
||||
// Change to FALSE, for prevent warning or errors on browser
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Neueste Inhalte",
|
||||
"description": "Liste der neuesten Inhalte in der Seitenleiste (bei Themes mit einer Seitenleiste). Die Anzahl kann in den Einstellungen gewählt werden. Die Reihenfolge entspricht der unter \"Einstellungen\" > \"Erweitert\" gewählten Option."
|
||||
},
|
||||
"home-link": "Hauptseite",
|
||||
"show-the-home-link-on-the-sidebar": "Link zur Hauptseite.",
|
||||
"amount-of-items": "Anzahl der Inhalte"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Neueste Inhalte",
|
||||
"description": "Liste der neuesten Inhalte in der Seitenleiste (bei Themes mit einer Seitenleiste). Die Anzahl kann in den Einstellungen gewählt werden. Die Reihenfolge entspricht der unter \"Einstellungen\" > \"Erweitert\" gewählten Option."
|
||||
},
|
||||
"home-link": "Hauptseite",
|
||||
"show-the-home-link-on-the-sidebar": "Link zur Hauptseite.",
|
||||
"amount-of-items": "Anzahl der Inhalte"
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"name": "Navigation",
|
||||
"description": "List of latest contents, you can set the number of items.<br>The order of the content is taken from the advanced settings of Bludit."
|
||||
"description": "Create your own navigation menu with latest pages or static pages."
|
||||
},
|
||||
"home-link": "Home link",
|
||||
"show-the-home-link-on-the-sidebar": "Show the home link on the sidebar.",
|
||||
"amount-of-items": "Amount of items"
|
||||
}
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"name": "Último contenido",
|
||||
"description": "Lista los últimos contenidos, puede establecer el número de elementos.<br>El orden del contenido se toma de la configuración avanzada de Bludit."
|
||||
"description": "Cree su propio menú de navegación con las últimas páginas o páginas estáticas."
|
||||
},
|
||||
"home-link": "Enlace Home",
|
||||
"show-the-home-link-on-the-sidebar": "Mostrar el vínculo de inicio en la barra lateral.",
|
||||
"amount-of-items": "Cantidad de artículos"
|
||||
}
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Dernier contenu",
|
||||
"description": "Liste des derniers contenus, vous pouvez définir le nombre d’éléments. <br> L’ordre du contenu est tiré des paramètres avancés de Bludit."
|
||||
},
|
||||
"home-link": "Lien vers la page d’acceuil.",
|
||||
"show-the-home-link-on-the-sidebar": "Afficher le lien vers la page d’acceuil sur la barre latérale.",
|
||||
"amount-of-items": "Quantité d’objets"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"plugin-data":
|
||||
{
|
||||
"name": "Последний контент",
|
||||
"description": "Список последнего содержимого, вы можете задать количество позиций.<br>Порядок отображения содержимого задаётся в расширенных настройках Bludit."
|
||||
},
|
||||
"home-link": "Ссылка на главную страницу",
|
||||
"show-the-home-link-on-the-sidebar": "Показывать ссылку на главную страницу на боковой панели",
|
||||
"amount-of-items": "Количество позиций"
|
||||
}
|
|
@ -2,6 +2,6 @@
|
|||
"theme-data":
|
||||
{
|
||||
"name": "Alternative",
|
||||
"description": ""
|
||||
"description": "Simple and elegant theme for websites or blogs. Navbar with social media and static pages."
|
||||
}
|
||||
}
|
|
@ -2,6 +2,6 @@
|
|||
"theme-data":
|
||||
{
|
||||
"name": "Blog X",
|
||||
"description": ""
|
||||
"description": "Theme for bloggers, with right sidebar, reading time and navbar with social icons and static pages."
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue