Spanish language
This commit is contained in:
parent
a7c18badae
commit
7465724c54
|
@ -91,7 +91,7 @@ define('NO_PARENT_CHAR', '3849abb4cb7abd24c2d8dac17b216f17');
|
|||
define('POSTS_PER_PAGE_ADMIN', 10);
|
||||
|
||||
// Cli mode status for new posts/pages
|
||||
define('CLI_MODE', true);
|
||||
define('CLI_MODE', false);
|
||||
|
||||
// Cli mode status for new posts/pages
|
||||
define('CLI_STATUS', 'published');
|
||||
|
@ -115,7 +115,7 @@ define('TOKEN_EMAIL_TTL', '+15 minutes');
|
|||
define('CHARSET', 'UTF-8');
|
||||
|
||||
// EXTREME FRIENDLY URL, TRUE for dissmiss internet standard
|
||||
define('EXTREME_FRIENDLY_URL', false);
|
||||
define('EXTREME_FRIENDLY_URL', true);
|
||||
|
||||
// Directory permissions
|
||||
define('DIR_PERMISSIONS', 0755);
|
||||
|
|
|
@ -226,6 +226,7 @@
|
|||
|
||||
"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",
|
||||
|
||||
|
@ -234,5 +235,8 @@
|
|||
"delete-image": "Eliminar imagen",
|
||||
"image-description": "Descripción de la imagen",
|
||||
|
||||
"social-networks-links": "Redes sociales enlaces"
|
||||
"social-networks-links": "Redes sociales enlaces",
|
||||
|
||||
"email-access-code": "Código de acceso via email",
|
||||
"current-format": "Formato actual"
|
||||
}
|
Loading…
Reference in New Issue