This commit is contained in:
Diego 2017-05-08 19:52:47 +02:00
parent 03929da6a0
commit 78b14c7104
3 changed files with 11 additions and 12 deletions

View File

@ -41,7 +41,7 @@ foreach($themes as $theme)
<td class="uk-text-center">';
if( !$theme['compatible'] ) {
echo '<i class="uk-icon-exclamation-triangle incompatible-warning" title="This theme is incompatible with Bludit v'.BLUDIT_VERSION.'"></i>';
echo '<i class="uk-icon-exclamation-triangle incompatible-warning" title="'.$L->g('This theme may not be supported by this version of Bludit').'"></i>';
}
echo $theme['version'].'</td>';

View File

@ -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"
}

View File

@ -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"
}