Spanish language updated

This commit is contained in:
dignajar 2016-09-27 21:17:39 -03:00
parent e3950dc053
commit 17bd1d2f1a
2 changed files with 13 additions and 1 deletions

View File

@ -232,6 +232,11 @@ button.aslink:hover {
text-decoration: underline; text-decoration: underline;
} }
/* TABLE
---------------------------------------------------------------- */
.uk-table td.children {
padding-left: 20px;
}
/* RESPONSIVE /* RESPONSIVE
---------------------------------------------------------------- */ ---------------------------------------------------------------- */

View File

@ -240,5 +240,12 @@
"email-access-code": "Código de acceso via email", "email-access-code": "Código de acceso via email",
"current-format": "Formato actual", "current-format": "Formato actual",
"welcome": "Bienvenido" "welcome": "Bienvenido",
"to-enable-the-user-you-have-to-set-a-new-password": "Para habilitar el usuario debe asignarle una contraseña.",
"do-you-want-to-disable-the-user": "Quiere deshabilitar el usuario ?",
"сurrent-status" : "Estado",
"disable-the-user" : "Deshabilitar usuario",
"add-a-new-page": "Crear nueva pagina",
"add-a-new-post": "Crear nuevo post"
} }