adminerevo/lang/es.inc.php

163 lines
6.7 KiB
PHP
Raw Normal View History

<?php
$translations = array(
'Login' => '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',
'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',
'SQL command' => 'Comando SQL',
'Dump' => 'Exportar',
'Logout' => 'Logout',
'database' => 'base de datos',
'Use' => 'Uso',
'No tables.' => 'Sin tablas.',
'select' => 'ver',
'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',
'Save and insert next' => 'Guardar e insertar otro',
'Delete' => 'Elimiinar',
'Database' => 'Base de datos',
'Routines' => 'Procedimientos',
'Indexes has been altered.' => 'Indices modificados.',
'Indexes' => 'Indices',
'Alter indexes' => 'Modificar indices',
'Add next' => 'Agregar',
'Language' => 'Idioma',
'Select' => 'Ver datos de',
'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 registro afectado.', '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',
'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' => 'Insertar Registro',
'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' => 'Importar archivo',
'File uploads are disabled.' => 'Importación de archivos deshablilitado.',
'Routine has been called, %d row(s) affected.' => array('Consulta ejecutada, %d registro afectado.', 'Consulta ejecutada, %d registros afectados.'),
'Call' => 'Llamar',
'No MySQL extension' => 'No hay extension MySQL',
'None of supported PHP extensions (%s) are available.' => 'Ninguna de las extensiones PHP soportadas (%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' => 'Longitud de texto',
'Syntax highlighting' => 'Coloreado de Sintaxis',
'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',
'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',
'Name' => 'Nombre',
'Process list' => 'Lista de procesos',
'%d process(es) has been killed.' => array('%d proceso detenido.', '%d procesos detenidos.'),
'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',
'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',
'Time' => 'Tiempo',
'Event' => 'Evento',
'%d row(s)' => array('%d fila', '%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.',
'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 eliminado.', '%d itemes eliminados.'),
'all' => 'todos',
'Delete selected' => 'Eliminar selección',
'Truncate table' => 'Truncar tabla',
'MySQL version: %s through PHP extension %s' => 'Versión MySQL: %s a través de extensión PHP %s',
'around %d row(s)' => array('acaso %d fila', 'acaso %d filas'),
'Logged as: %s' => 'Logeado como: %s',
'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST datademasiado grande. Reduzca el tamaño o aumente la directiva de configuración "post_max_size".',
'Move up' => 'Mover arriba',
'Move down' => 'Mover abajo',
);