diff --git a/plugins/box/backup/languages/en.lang.php b/plugins/box/backup/languages/en.lang.php index 7bf65f3..33f5da0 100644 --- a/plugins/box/backup/languages/en.lang.php +++ b/plugins/box/backup/languages/en.lang.php @@ -2,10 +2,10 @@ return array( 'backup' => array( - 'Backups' => 'Backups', - 'Backup' => 'Backup', - 'Create Backup' => 'Create Backup', - 'Delete' => 'Delete', + 'Backups' => 'Backups', + 'Backup date' => 'Backup date', + 'Create backup' => 'Create backup', + 'Delete' => 'Delete', 'storage' => 'storage', 'public' => 'public', 'plugins' => 'plugins', @@ -14,4 +14,4 @@ 'Delete backup: :backup' => 'Delete backup: :backup', 'Creating...' => 'Creating...', ) - ); + ); \ No newline at end of file diff --git a/plugins/box/backup/languages/es.lang.php b/plugins/box/backup/languages/es.lang.php index 7a19067..0a81eb1 100644 --- a/plugins/box/backup/languages/es.lang.php +++ b/plugins/box/backup/languages/es.lang.php @@ -2,16 +2,16 @@ return array( 'backup' => array( - 'Backups' => 'Copia de seguridad', - 'Backup date' => 'Copia de seguridad dia', - 'Create backup' => 'Crear copia de seguridad', + 'Backups' => 'Backup', + 'Backup date' => 'Backup dia', + 'Create Backup' => 'Crear Backup', 'Delete' => 'Borrar', 'storage' => 'Almacen', 'public' => 'publico', 'plugins' => 'plugins', 'Size' => 'Tamaño', 'Actions' => 'Acciones', - 'Delete backup: :backup' => 'Borrar copia de seguridad: :backup', + 'Delete backup: :backup' => 'Borrar Backup: :backup', 'Creating...' => 'Creando...', ) ); \ No newline at end of file diff --git a/plugins/box/blocks/languages/es.lang.php b/plugins/box/blocks/languages/es.lang.php index 3c8b13a..35e839d 100644 --- a/plugins/box/blocks/languages/es.lang.php +++ b/plugins/box/blocks/languages/es.lang.php @@ -7,18 +7,18 @@ 'Delete' => 'Borrar', 'Edit' => 'Editar', 'Name' => 'Nombre', - 'Create new block' => 'Crear nuevo bloque', + 'Create New Block' => 'Crear nuevo bloque', 'New block' => 'Nuevo bloque', 'Edit block' => 'Editar bloque', 'Save' => 'Guardar', - 'Save and exit' => 'Guardar y salir', + 'Save and Exit' => 'Guardar y salir', 'Actions' => 'Acciones', 'Required field' => 'Dato requerido', 'This block already exists' => 'Este bloque ya esiste', 'This block does not exist' => 'Este bloque no esiste', 'Delete block: :block' => 'Borrar bloque: :block', 'Block content' => 'Contenido del bloque', - 'Block :name deleted' => 'bloque :nombre borrdo', + 'Block :name deleted' => 'bloque :name borrdo', 'Your changes to the block :name have been saved.' => 'Tus cambios en el bloque :name han sido guardados.', 'Delete block: :block' => 'Borrar bloque: :block', 'View Embed Code' => 'Ver codigo para incrustar', diff --git a/plugins/box/information/languages/es.lang.php b/plugins/box/information/languages/es.lang.php index 5e93348..2807f98 100644 --- a/plugins/box/information/languages/es.lang.php +++ b/plugins/box/information/languages/es.lang.php @@ -20,7 +20,7 @@ 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' => 'El archivo de configuración se ha encontrado ser de escritura. Les recomendamos quitar todos los permisos de escritura en defines.php en los sistemas de producción.', 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path' => - 'El directorio núcleo Monstra (": path") y / o los archivos por debajo de ella se ha encontrado para tener permisos de escritura. Les recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod-R aw: path ', + 'El directorio núcleo Monstra (":path") y / o los archivos por debajo de ella se ha encontrado para tener permisos de escritura. Les recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod-R aw: path ', 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => 'El Monstra. Htaccess se ha encontrado para tener permisos de escritura. Les recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod a-w :path', 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => diff --git a/plugins/box/menu/languages/es.lang.php b/plugins/box/menu/languages/es.lang.php index 84bb0ef..1d82b8e 100644 --- a/plugins/box/menu/languages/es.lang.php +++ b/plugins/box/menu/languages/es.lang.php @@ -3,25 +3,25 @@ return array( 'menu' => array( 'Menu' => 'Menu', - 'Menu manager' => 'Administrar menu', + 'Menu Manager' => 'Administrar menu', 'Edit' => 'Editar', 'Name' => 'Nombre', 'Delete' => 'Borrar', 'Order' => 'Orden', 'Actions' => 'Acciones', - 'Create new item' => 'Crear nuevo item', - 'New item' => 'Nuevo item', + 'Create New Item' => 'Crear nuevo item', + 'New Item' => 'Nuevo item', 'Item name' => 'Nombre item', 'Item order' => 'Orden item', 'Item target' => 'target de item', 'Item link' => 'Enlace item', 'Item category' => 'categoría del item', 'Save' => 'Guardar', - 'Edit item' => 'Editar item', - 'Delete item :name' => 'Borrar item :name', + 'Edit Item' => 'Editar item', + 'Delete Item :name' => 'Borrar item :name', 'Select page' => 'Seleccionar pagina', 'Category' => 'Categoria', 'Select category' => 'Seleccionar categoria', - 'Required field' => 'Dato requerido', + 'Required Field' => 'Dato requerido', ) ); \ No newline at end of file diff --git a/plugins/box/pages/languages/es.lang.php b/plugins/box/pages/languages/es.lang.php index d915136..4084b1a 100644 --- a/plugins/box/pages/languages/es.lang.php +++ b/plugins/box/pages/languages/es.lang.php @@ -5,14 +5,14 @@ 'Pages' => 'Paginas', 'Pages manager' => 'Administrar paginas', 'Content' => 'Contenido', - 'Create new page' => 'Crear nueva pagina', - 'New page' => 'Nueva pagina', - 'Edit page' => 'Editar pagina', + 'Create New Page' => 'Crear nueva pagina', + 'New Page' => 'Nueva pagina', + 'Edit Page' => 'Editar pagina', 'Date' => 'Fecha', 'Clone' => 'Clonar', 'Edit' => 'Editar', 'Delete' => 'Borrar', - 'Delete page: :page' => 'Borrar pagina: :page', + 'Delete Page: :page' => 'Borrar pagina: :page', 'Title' => 'Titulo', 'Name' => 'Nombre', 'Author' => 'Autor', @@ -32,7 +32,7 @@ 'Extra' => 'Extra', 'Save' => 'Guardar', 'Save and exit' => 'Guardar y salir', - 'Your changes to the page :page have been saved.' => 'Los cambios realizados en la página :page se han guardado.', + 'Your changes to the page :page have been saved.' => 'Los cambios realizados en la página :page se han guardado.', 'The page :page cloned.' => 'La página :page se ha clonado.', 'Status' => 'Status', 'Actions' => 'Acciones', @@ -40,7 +40,7 @@ 'Published' => 'Publicado', 'Draft' => 'Borrador', 'Published on' => 'Publicada el', - 'Edit 404 page' => 'Editar la página 404', + 'Edit 404 Page' => 'Editar la página 404', 'Page :page deleted' => 'Pagina :page borrada', 'Search Engines Robots' => 'Motores de búsqueda Robots', 'Page' => 'Pagina', diff --git a/plugins/box/plugins/languages/es.lang.php b/plugins/box/plugins/languages/es.lang.php index b5d30c9..c02c7d7 100644 --- a/plugins/box/plugins/languages/es.lang.php +++ b/plugins/box/plugins/languages/es.lang.php @@ -7,7 +7,7 @@ 'Actions' => 'Acciones', 'Description' => 'Descripción', 'Installed' => 'Instalado', - 'Install New' => 'Instalar nuevow', + 'Install New' => 'Instalar nuevo', 'Delete' => 'Borrar', 'Delete plugin :plugin' => 'Eliminar plugin :plugin', 'This plugin does not exist' => 'Este plugin no existe', diff --git a/plugins/box/snippets/languages/es.lang.php b/plugins/box/snippets/languages/es.lang.php index d13abd0..aeeaf2a 100644 --- a/plugins/box/snippets/languages/es.lang.php +++ b/plugins/box/snippets/languages/es.lang.php @@ -2,17 +2,17 @@ return array( 'snippets' => array( - 'Snippets' => 'fragmentos', + 'Snippets' => 'Snippets', 'Snippets manager' => 'Snippets administrador', 'Actions' => 'Acciones', 'Delete' => 'Borrar', 'Edit' => 'Editar', 'Name' => 'Nombre', - 'Create new snippet' => 'Crear nuevo snippet', - 'New snippet' => 'Nuevo snippet', + 'Create New Snippet' => 'Crear nuevo snippet', + 'New Snippet' => 'Nuevo snippet', 'Edit snippet' => 'Editar snippet', 'Save' => 'Guardar', - 'Save and exit' => 'Guardar y salir', + 'Save and Exit' => 'Guardar y salir', 'This snippet already exists' => 'Este snippet que ya existe', 'This snippet does not exist' => 'Este snippet no existe', 'Delete snippet: :snippet' => 'Eliminar snippet: :snippet', diff --git a/plugins/box/system/languages/es.lang.php b/plugins/box/system/languages/es.lang.php index 2d43016..5c330dd 100644 --- a/plugins/box/system/languages/es.lang.php +++ b/plugins/box/system/languages/es.lang.php @@ -4,44 +4,44 @@ 'system' => array( 'System' => 'Sistema', 'Published a new version of the :monstra' => 'Publicada una nueva versión de :monstra', - 'Sitemap created' => 'Mapa del sitio creado', - 'Create sitemap' => 'Crear mapa del sitio', - 'on' => 'on', - 'off'=> 'off', - 'Site url' => 'url del sitio', - 'Maintenance Mode' => 'Modo de mantenimiento', - 'Maintenance Mode On' => 'En Modo Mantenimiento', - 'Maintenance Mode Off' => 'Modo Mantenimiento apagado', - 'Site settings' => 'Configuración del sitio', - 'System settings' => 'Configuración del sistema', - 'Site name' => 'Nombre del sitio', - 'Site description' => 'Descripción del sitio', - 'Site keywords' => 'Palabras clave del sitio', - 'Site slogan' => 'Lema del sitio', - 'Default page' => 'Página por defecto', + 'Sitemap created' => 'Mapa Web creada', + 'Create Sitemap' => 'Crear mapa Web', + 'on' => 'Encender', + 'off'=> 'Apagar', + 'Site Url' => 'Url Web', + 'Maintenance Mode' => 'Modo mantenimiento', + 'Maintenance Mode On' => 'Encender modo Mantenimiento', + 'Maintenance Mode Off' => 'Apagar modo Mantenimiento', + 'Site Settings' => 'Configuración Web', + 'System Settings' => 'Configuración del sistema', + 'Site Name' => 'Nombre Web', + 'Site Description' => 'Descripción Web', + 'Site Keywords' => 'Palabras clave Web', + 'Site Slogan' => 'Lema Web', + 'Default Page' => 'Página por defecto', 'Time zone' => 'Zona horaria', 'Language' => 'Lenguaje', 'Save' => 'Guardar', - 'Site' => 'Sitio web', - 'System version' => 'Version del sitio', - 'System version ID' => 'Version del sitio ID', + 'Site' => 'Web', + 'System Version' => 'Version Web', + 'System Version ID' => 'Version Web ID', 'GZIP' => 'GZIP', 'Debugging' => 'Depuración', 'Plugin API' => 'Plugin API', - 'Plugins active' => 'Plugins activos', - 'Actions registered' => 'Acciones registradas', - 'Filters registered' => 'Filtros registrados', - 'logout' => 'Salir', - 'site' => 'sitio web', + 'Plugins Active' => 'Plugins activos', + 'Actions Registered' => 'Acciones registradas', + 'Filters Registered' => 'Filtros registrados', + 'Log Out' => 'Salir', + 'site' => 'Web', 'Core' => 'Core', - 'Delete temporary files' => 'Borre los archivos temporales', + 'Delete Temporary Files' => 'Borre los archivos temporales', 'Download the latest version' => 'Descargue la versión más reciente', 'Powered by' => 'Desarrollado por', 'Administration' => 'Administración', 'Settings' => 'Configuración', 'Temporary files deleted' => 'Archivos temporales eliminados', - 'Extends' => 'Extiende', - 'View site' => 'Ver sitio', + 'Extends' => 'Extensiones', + 'View Site' => 'Ver Web', 'Welcome, :username' => 'Bienvenido, :username', 'Reset Password' => 'Restablecer contraseña', '< Back to Website' => '< Regreso a la Página Web', @@ -63,17 +63,17 @@ 'PHP 5.2 or greater is required' => 'PHP 5.2 o mayor es requerido', 'Apache Mod Rewrite is required' => 'Apache Mod Rewrite es requerido', 'SimpleXML module is required' => 'SimpleXML modulo es requerido', - 'Field "Site name" is empty' => 'El campo "Nombre del sitio" está vacío', + 'Field "Site name" is empty' => 'El campo "Nombre Web" está vacío', 'Field "Email" is empty' => 'El campo "Correo electrónico" está vacío', 'Field "Username" is empty' => 'El campo "Nombre de usuario" está vacío', 'Field "Password" is empty' => 'El campo "Contraseña" está vacío', - 'Field "Site url" is empty' => 'El campo "URL del sitio" está vacío', + 'Field "Site url" is empty' => 'El campo "URL Web" está vacío', 'Email not valid' => 'Correo no es válido', 'Install' => 'Instalar', '...Monstra says...' => '...Monstra dice...', - 'Sitemap file writable' => 'Archivo Mapa del sitio modificable', - 'Sitemap file not writable' => 'Archivo Mapa del sitio no modificable', - 'Main .htaccess file writable' => 'Main .htaccess file writable', + 'Sitemap file writable' => 'Archivo Mapa Web es modificable', + 'Sitemap file not writable' => 'Archivo Mapa Web no modificable', + 'Main .htaccess file writable' => 'Archivo principal .htaccess esmodificable', 'Main .htaccess file not writable' => 'Archivo principal .htaccess no modificable', 'Official Support Forum' => 'Foro de Soporte Oficial', 'Documentation' => 'Documentación', diff --git a/plugins/box/themes/languages/es.lang.php b/plugins/box/themes/languages/es.lang.php index 5dbb830..ed0c2b6 100644 --- a/plugins/box/themes/languages/es.lang.php +++ b/plugins/box/themes/languages/es.lang.php @@ -4,12 +4,12 @@ 'themes' => array( 'Themes' => 'Temas', 'Themes manager' => 'Administrador de temas', - 'Select theme' => 'Selecionar tema', + 'Select Theme' => 'Selecionar tema', 'Save' => 'Guardar', - 'Save and exit' => 'Guardar y salir', + 'Save and Exit' => 'Guardar y salir', 'Name' => 'Nombre', - 'Create new template' => 'Crear nueva plantilla', - 'New template' => 'Nueva plantilla', + 'Create New Template' => 'Crear nueva plantilla', + 'New Template' => 'Nueva plantilla', 'Delete template: :name' => 'Borrar plantilla: :name', 'Delete chunk: :name' => 'Eliminar chunk: :name', 'Delete styles: :name' => 'Eliminar estilos: :name', @@ -18,32 +18,34 @@ 'Edit' => 'Editar', 'Delete' => 'Borrar', 'Actions' => 'Acciones', - 'Create new chunk' => 'Crear nuevo chunk', + 'Create New Chunk' => 'Crear nuevo chunk', 'New chunk' => 'Nuevo chunk', - 'Chunks' => 'trozos', - 'Create new styles' => 'Crear nuevos estilos', - 'New styles' => 'Nuevos estilos', + 'Chunks' => 'chunks', + 'Create New Styles' => 'Crear nuevos estilos', + 'New Styles' => 'Nuevos estilos', 'Styles' => 'Estilos', - 'Template content' => 'Contenido de plantilla', - 'Styles content' => 'Contenido de estilos', + 'Template Content' => 'Contenido de plantilla', + 'Styles Content' => 'Contenido de estilos', 'Chunk content' => 'Contenido de chunk', - 'Edit template' => 'Editar plantilla', - 'Edit chunk' => 'Editar chunk', - 'Edit styles' => 'Editar estilos', - 'Current site theme' => 'Tema del sitio actual', - 'Current admin theme' => 'Tema de administración actual', + 'Edit Cemplate' => 'Editar plantilla', + 'Edit Chunk' => 'Editar chunk', + 'Edit Styles' => 'Editar estilos', + 'Site Theme' => 'Tema del sito', + 'Admin Theme' => 'Tema del backend', + 'Current Site Theme' => 'Tema del sitio actual', + 'Current Admin Theme' => 'Tema de administración actual', 'This template already exists' => 'Esta plantilla ya existe', 'This chunk already exists' => 'Este chunk ya existe', 'This styles already exist' => 'This styles already exists', - 'Components templates' => 'Components templates', + 'Components Templates' => 'Components templates', 'Your changes to the chunk :name have been saved.' => 'Los cambios realizados en el chunk :name se han guardado.', 'Your changes to the styles :name have been saved.' => 'Los cambios realizados en el estilo :name se han guardado.', 'Your changes to the template :name have been saved.' => 'Los cambios realizados en la plantilla :name se han guardado.', 'Required field' => 'Dato requerido', 'Scripts' => 'Scripts', - 'Create new script' => 'Crear nuevo script', - 'Script content' => 'Contenido del sript', - 'New script' => 'Nuevo script', - 'Edit script' => 'Editar script', + 'Create New Script' => 'Crear nuevo script', + 'Script Content' => 'Contenido del sript', + 'New Script' => 'Nuevo script', + 'Edit Script' => 'Editar script', ) ); \ No newline at end of file diff --git a/plugins/box/users/languages/es.lang.php b/plugins/box/users/languages/es.lang.php index c8233b2..f5c906c 100644 --- a/plugins/box/users/languages/es.lang.php +++ b/plugins/box/users/languages/es.lang.php @@ -15,7 +15,7 @@ 'Delete' => 'Borrar', 'Enter' => 'Entrar', 'Logout' => 'Salir', - 'Register new user' => 'Registrar nuevo usuario', + 'Register New User' => 'Registrar nuevo usuario', 'New User Registration' => 'Registración nuevo usuario', 'Delete user: :user' => 'Borrar usuario: :user', 'User :user have been deleted.' => 'Usuario :user ha sido borrado.',