1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@757 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-06-24 13:55:58 +00:00
parent 91156d1a1d
commit d11fc17932
7 changed files with 237 additions and 231 deletions

View File

@@ -80,7 +80,7 @@ $translations = array(
'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.',
'Unable to upload a file.' => 'No posible subir archivo.',
'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.'),
@@ -213,6 +213,7 @@ $translations = array(
'Stop on error' => 'Parar en caso de error',
'Select table' => 'Seleccionar tabla',
'%.3f s' => '%.3f s',
'History' => 'Historia',
'History' => 'Registro',
'Variables' => 'Variables',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Las columnas de origen y destino deben ser de igual tipo de datos, y debe existir un índice en la tabla destino.',
);