From 478e9c82c5831e69e91891441fcb15afe94a0b8a Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 7 May 2008 07:49:59 +0000 Subject: [PATCH] Spanish translation git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@396 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang.inc.php | 1 + lang/es.inc.php | 170 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 lang/es.inc.php diff --git a/lang.inc.php b/lang.inc.php index fe1eb86b..5cb319b7 100644 --- a/lang.inc.php +++ b/lang.inc.php @@ -4,6 +4,7 @@ static $langs = array( 'cs' => 'Čeština', // Jakub Vrána - http://php.vrana.cz 'sk' => 'Slovenčina', // Ivan Suchy - http://www.ivansuchy.com 'nl' => 'Nederlands', // Maarten Balliauw - http://blog.maartenballiauw.be + 'es' => 'Español', // Klemens Häckel - http://clickdimension.wordpress.com ); function lang($idf, $number = null) { diff --git a/lang/es.inc.php b/lang/es.inc.php new file mode 100644 index 00000000..c439804a --- /dev/null +++ b/lang/es.inc.php @@ -0,0 +1,170 @@ + 'Login', + 'phpMinAdmin' => 'phpMinAdmin', + 'Logout successful.' => 'Salida exitosa.', + 'Invalid credentials.' => 'Autenticación fallada.', + 'Server' => 'Servidor', + 'Username' => 'Usuario', + 'Password' => 'Contraseña', + 'Select database' => 'Seleccionar Base de datos', + 'Invalid database.' => 'Base de datos inválida.', + 'Create new database' => 'Nueva Base de datos', + 'Table has been dropped.' => 'Tabla eliminada.', + 'Table has been altered.' => 'Tabla modificada.', + 'Table has been created.' => 'Tabla creada.', + 'Alter table' => 'Modificar tabla', + 'Create table' => 'Crear tabla', + 'Unable to operate table' => 'No posible acceder tabla', + 'Table name' => 'Nombre de tabla', + 'engine' => 'motor', + 'collation' => 'collation', + 'Column name' => 'Nombre de columna', + 'Type' => 'Tipo', + 'Length' => 'Longitud', + 'NULL' => 'NULL', + 'Auto Increment' => 'Auto increment', + 'Options' => 'Opciones', + 'Save' => 'Guardar', + 'Drop' => 'Eliminar', + 'Database has been dropped.' => 'Base de datos eliminado.', + 'Database has been created.' => 'Base de datos creado.', + 'Database has been renamed.' => 'Base de datos renombrado.', + 'Database has been altered.' => 'Base de datos modificado.', + 'Alter database' => 'Modificar Base de datos', + 'Create database' => 'Crear Base de datos', + 'Unable to operate database' => 'No posible acceder Base de datos', + 'SQL command' => 'Comando SQL', + 'Dump' => 'Exportar', + 'Logout' => 'Logout', + 'database' => 'Base de Datos', + 'Use' => 'Uso', + 'No tables.' => 'Sin tablas.', + 'select' => 'elegir', + 'Create new table' => 'Nueva tabla', + 'Item has been deleted.' => 'Item eliminado.', + 'Item has been updated.' => 'Item modificado.', + 'Item has been inserted.' => 'Item toegevoegd.', + 'Edit' => 'Modificar', + 'Insert' => 'Agregar', + 'Error during saving' => 'Error al guardar', + 'Save and insert next' => 'Guardar e insertar próximo', + 'Delete' => 'Elimiinar', + 'Database' => 'Base de datos', + 'Routines' => 'Procedimientos', + 'Indexes has been altered.' => 'Indices modificados.', + 'Indexes' => 'Indices', + 'Unable to operate indexes' => 'No posible acceder lo índices', + 'Alter indexes' => 'Modificar indices', + 'Add next' => 'Agregar próximo', + 'Language' => 'Idioma', + 'Select' => 'Elegir', + 'New item' => 'Nuevo item', + 'Search' => 'Buscar', + 'Sort' => 'Ordenar', + 'DESC' => 'Descendiente', + 'Limit' => 'Limit', + 'No rows.' => 'No hay filas.', + 'Action' => 'Acción', + 'edit' => 'modificar', + 'Page' => 'Página', + 'Query executed OK, %d row(s) affected.' => array('Consulta ejecutada, %d registros afectados.', 'Consulta ejecutada, %d registros afectados.'), + 'Error in query' => 'Error en consulta', + 'Execute' => 'Ejecutar', + 'Table' => 'Tabla', + 'Foreign keys' => 'Claves foráneas', + 'Triggers' => 'Triggers', + 'View' => 'Vistas', + 'Unable to select the table' => 'No posible seleccionar la tabla', + 'Unable to show the table definition' => 'No posible mostrar definición de tabla', + 'Invalid CSRF token. Send the form again.' => 'Token CSRF inválido. Vuelva a enviar los datos del formulario.', + 'Comment' => 'Comentario', + 'Default values has been set.' => 'Valore por omisión establecidos.', + 'Default values' => 'Valores por omisión', + 'BOOL' => 'BOOL', + 'Show column comments' => 'Mostrar comentario de columnas', + '%d byte(s)' => array('%d byte', '%d bytes'), + 'No commands to execute.' => 'No hay comando a ejecutar.', + 'Unable to upload a file.' => 'No posible subir archivos.', + 'File upload' => 'Subida de archivo', + 'File uploads are disabled.' => 'Subida de archivos deshablilitado.', + 'Routine has been called, %d row(s) affected.' => array('Consulta ejecutada, %d registros afectados.', 'Consulta ejecutada, %d registros afectados.'), + 'Call' => 'Llamar', + 'Error during calling' => 'Error durante la llamada', + 'No MySQL extension' => 'No hay extension MySQL', + 'None of supported PHP extensions (%s) are available.' => 'Ninguna de las extensiones PHP soportados (%s) está disponible.', + 'Sessions must be enabled.' => 'Deben estar habilitadas las sesiones.', + 'Session expired, please login again.' => 'Sesion expirada, favor loguéese de nuevo.', + 'Text length' => 'longuitud de texto', + 'Syntax highlighting' => 'Syntax highlighting', + 'Foreign key has been dropped.' => 'Clave foránea eliminada.', + 'Foreign key has been altered.' => 'Clave foránea modificada.', + 'Foreign key has been created.' => 'Clave foránea creada.', + 'Foreign key' => 'Clave foránea', + 'Unable to operate foreign keys' => 'No posible acceder claves foráneas', + 'Target table' => 'Tabla destino', + 'Change' => 'Modificar', + 'Source' => 'Origen', + 'Target' => 'Destino', + 'Add column' => 'Agregar columna', + 'Alter' => 'Modificar', + 'Add foreign key' => 'Agregar clave foránea', + 'ON DELETE' => 'ON DELETE', + 'ON UPDATE' => 'ON UPDATE', + 'Index Type' => 'Tipo de índice', + 'Column (length)' => 'Columna (longitud)', + 'View has been dropped.' => 'Vista eliminado.', + 'View has been altered.' => 'Vista modificado.', + 'View has been created.' => 'Vista creado.', + 'Alter view' => 'Modificar vista', + 'Create view' => 'Cear vista', + 'Unable to operate view' => 'No posible acceder vista', + 'Name' => 'Nombre', + 'Process list' => 'Lista de procesos', + '%d process(es) has been killed.' => array('%d procesos detenidos.', '%d procesos detenidos.'), + 'Unable to kill process' => 'no posible detener proceso.', + 'Kill' => 'Detener', + 'IN-OUT' => 'IN-OUT', + 'Parameter name' => 'Nombre de Parametro', + 'Database schema' => 'Esquema de base de datos', + 'Create procedure' => 'Crear procedimiento', + 'Create function' => 'Crear función', + 'Routine has been dropped.' => 'Procedimiento eliminado.', + 'Routine has been altered.' => 'Procedimiento modificado.', + 'Routine has been created.' => 'Procedimiento creado.', + 'Alter function' => 'Modificar Función', + 'Alter procedure' => 'Modificar procedimiento', + 'Unable to operate routine' => 'no posible acceder Rutina', + 'Return type' => 'Return type', + 'Add trigger' => 'Agregar trigger', + 'Trigger has been dropped.' => 'Trigger eliminado.', + 'Trigger has been altered.' => 'Trigger modificado.', + 'Trigger has been created.' => 'Trigger creado.', + 'Alter trigger' => 'Modificar Trigger', + 'Create trigger' => 'Agregar Trigger', + 'Unable to operate trigger' => 'No posible acceder Trigger', + 'Time' => 'Tiempo', + 'Event' => 'Evento', + 'MySQL version' => 'versión MySQL', + 'through PHP extension' => 'a través de extensión PHP', + '%d row(s)' => array('%d filas', '%d filas'), + 'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP', + 'Remove' => 'Eliminar', + 'Are you sure?' => 'Está seguro ?', + 'Privileges' => 'Privilegios', + 'Create user' => 'Crear Usuario', + 'User has been dropped.' => 'Usuario eliminado.', + 'User has been altered.' => 'Usuario modificado.', + 'User has been created.' => 'Usuario creado.', + 'Unable to operate user' => 'No posible acceder Usuario', + 'Hashed' => 'Gehashed', + 'Column' => 'Columna', + 'Routine' => 'Rutine', + 'Grant' => 'Conceder', + 'Revoke' => 'Impedir', + 'Error during deleting' => 'Error durante el borrado', + '%d item(s) have been deleted.' => array('%d item(es) eliminados.', '%d item(es) eliminados.'), + 'all' => 'todos', + 'Delete selected' => 'Eliminar selección', + 'Truncate table' => 'Truncar tabla', +);