diff --git a/bl-kernel/admin/views/themes.php b/bl-kernel/admin/views/themes.php
index b8565581..5ebd83f5 100644
--- a/bl-kernel/admin/views/themes.php
+++ b/bl-kernel/admin/views/themes.php
@@ -41,7 +41,7 @@ foreach($themes as $theme)
';
if( !$theme['compatible'] ) {
- echo '';
+ echo '';
}
echo $theme['version'].' | ';
diff --git a/bl-languages/en_US.json b/bl-languages/en_US.json
index 347faf7b..3716fc48 100644
--- a/bl-languages/en_US.json
+++ b/bl-languages/en_US.json
@@ -3,7 +3,7 @@
{
"native": "English (United States)",
"english-name": "English",
- "last-update": "2016-02-13",
+ "last-update": "2017-05-08",
"author": "Diego",
"email": "",
"website": ""
@@ -228,7 +228,6 @@
"click-here-to-cancel": "Click here to cancel.",
"type-the-tag-and-press-enter": "Type the tag and press enter.",
- "add": "Add",
"manage-your-bludit-from-the-admin-panel": "Manage your Bludit from the [admin area]({{ADMIN_AREA_LINK}})",
"there-are-no-images":"There are no images",
@@ -252,11 +251,7 @@
"add-a-new-post": "Add a new post",
"save-as-draft": "Save as draft",
- "categories": "Сategories",
- "add-a-new-category": "Add a new category",
- "new-category": "New category",
"slug": "slug",
- "edit-category": "Edit category",
- "last-page": "Last page",
- "first-page": "First page"
+ "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
+ "this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit"
}
\ No newline at end of file
diff --git a/bl-languages/es_AR.json b/bl-languages/es_AR.json
index 124df8ca..6d13a56c 100644
--- a/bl-languages/es_AR.json
+++ b/bl-languages/es_AR.json
@@ -3,7 +3,7 @@
{
"native": "Español (Argentina)",
"english-name": "Spanish",
- "last-update": "2016-02-13",
+ "last-update": "2017-05-08",
"author": "Diego",
"email": "",
"website": ""
@@ -226,7 +226,6 @@
"click-here-to-cancel": "Clic aquí para cancelar.",
"type-the-tag-and-press-enter": "Escriba la etiqueta y presione enter.",
- "add": "Agregar",
"manage-your-bludit-from-the-admin-panel": "Administre su Bludit desde el [panel de administración]({{ADMIN_AREA_LINK}})",
"there-are-no-images":"No hay imagenes",
@@ -247,5 +246,10 @@
"сurrent-status" : "Estado",
"disable-the-user" : "Deshabilitar usuario",
"add-a-new-page": "Crear nueva pagina",
- "add-a-new-post": "Crear nuevo post"
+ "add-a-new-post": "Crear nuevo post",
+
+ "save-as-draft": "Guardar como borrador",
+ "slug": "Slug",
+ "this-plugin-may-not-be-supported-by-this-version-of-bludit": "Esta extension puede que no sea compatible con esta versión de Bludit",
+ "this-theme-may-not-be-supported-by-this-version-of-bludit": "Este tema puede que no sea compatible con esta versión de Bludit"
}
\ No newline at end of file