mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Typo error fixes
This commit is contained in:
committed by
Jakub Vrana
parent
97566acd75
commit
a1e4e87b82
@@ -13,7 +13,7 @@ $translations = array(
|
||||
'Table has been altered.' => 'Tabla modificada.',
|
||||
'Table has been created.' => 'Tabla creada.',
|
||||
'Alter table' => 'Modifique estructura',
|
||||
'Create table' => 'Cree tabla',
|
||||
'Create table' => 'Crear tabla',
|
||||
'Table name' => 'Nombre de la tabla',
|
||||
'engine' => 'motor',
|
||||
'collation' => 'colación',
|
||||
@@ -104,7 +104,7 @@ $translations = array(
|
||||
'View has been altered.' => 'Vista modificada.',
|
||||
'View has been created.' => 'Vista creada.',
|
||||
'Alter view' => 'Modificar vista',
|
||||
'Create view' => 'Cear vista',
|
||||
'Create view' => 'Crear vista',
|
||||
'Name' => 'Nombre',
|
||||
'Process list' => 'Lista de procesos',
|
||||
'%d process(es) have been killed.' => array('%d proceso detenido.', '%d procesos detenidos.'),
|
||||
|
Reference in New Issue
Block a user