adminerevo/editor/lang/es.inc.php
jakubvrana 1ae22acb55 Update translations
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@799 7c3ca157-0c34-0410-bff1-cbf682f78f5c
2009-07-11 17:14:49 +00:00

59 lines
2.5 KiB
PHP

<?php
$translations = array(
'Login' => 'Login',
'Invalid credentials.' => 'Autenticación fallada.',
'Server' => 'Servidor',
'Save' => 'Guardar',
'SQL command' => 'Comando SQL',
'Logout' => 'Logout',
'Use' => 'Uso',
'No tables.' => 'No existen tablas.',
'Item has been deleted.' => 'Registro eliminado.',
'Item has been updated.' => 'Registro modificado.',
'Item has been inserted.' => 'Registro insertado.',
'Edit' => 'Modificar',
'Insert' => 'Agregar',
'Save and insert next' => 'Guardar e insertar otro',
'Delete' => 'Eliminar',
'Database' => 'Base de datos',
'Language' => 'Idioma',
'Select' => 'Mostrar Registros',
'New item' => 'Nuevo Registro',
'Search' => 'Buscar',
'Sort' => 'Ordenar',
'descending' => 'descendiente',
'Limit' => 'Limit',
'No rows.' => 'No hay filas.',
'Action' => 'Acción',
'edit' => 'modificar',
'Page' => 'Página',
'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.',
'Default values has been set.' => 'Valores por omisión establecidos.',
'Default values' => 'Establecer valores por omisión',
'BOOL' => 'BOOL',
'%d byte(s)' => array('%d byte', '%d bytes'),
'Unable to upload a file.' => 'No posible subir archivo.',
'File uploads are disabled.' => 'Importación de archivos deshablilitado.',
'No MySQL extension' => 'No hay extension MySQL',
'None of supported PHP extensions (%s) are available.' => 'Ninguna de las extensiones PHP soportadas (%s) está disponible.',
'Text length' => 'Longitud de texto',
'%d row(s)' => array('%d fila', '%d filas'),
'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',
'Are you sure?' => 'Está seguro?',
'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST data demasiado grande. Reduzca el tamaño o aumente la directiva de configuración "post_max_size".',
'Functions' => 'Funciones',
'Aggregation' => 'Agregaciones',
'Export' => 'Exportar',
'Save and continue edit' => 'Guardar y continuar editando',
'original' => 'original',
'%d item(s) have been affected.' => array('%d item afectado.', '%d itemes afectados.'),
'whole result' => 'resultado completo',
'Clone' => 'Clonar',
'%d row(s) has been imported.' => array('%d fila importada.', '%d filas importada.'),
'Table structure' => 'Estructura de la Tabla',
'(anywhere)' => '(cualquier lugar)',
'CSV Import' => 'Importar CSV',
'Import' => 'Importar',
);