mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Remove useless translations
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1014 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
$translations = array(
|
||||
'Login' => 'Logi sisse',
|
||||
'Adminer' => 'Andmebaasi haldaja',
|
||||
'Logout successful.' => 'Väljalogimine õnnestus.',
|
||||
'Invalid credentials.' => 'Ebakorrektsed andmed.',
|
||||
'Server' => 'Server',
|
||||
@@ -20,7 +19,6 @@ $translations = array(
|
||||
'Column name' => 'Veeru nimi',
|
||||
'Type' => 'Tüüp',
|
||||
'Length' => 'Pikkus',
|
||||
'NULL' => 'NULL',
|
||||
'Auto Increment' => 'Automaatselt suurenev',
|
||||
'Options' => 'Valikud',
|
||||
'Save' => 'Salvesta',
|
||||
@@ -73,7 +71,6 @@ $translations = array(
|
||||
'Invalid CSRF token. Send the form again.' => 'Sobimatu CSRF, palun postitage vorm uuesti.',
|
||||
'Comment' => 'Kommentaar',
|
||||
'Default values' => 'Vaikimisi väärtused',
|
||||
'BOOL' => 'Jah/Ei (BOOL)',
|
||||
'Show column comments' => 'Kuva veeru kommentaarid',
|
||||
'%d byte(s)' => array('%d bait', '%d baiti'),
|
||||
'No commands to execute.' => 'Käsk puudub.',
|
||||
@@ -111,7 +108,6 @@ $translations = array(
|
||||
'Process list' => 'Protsesside nimekiri',
|
||||
'%d process(es) have been killed.' => array('Protsess on edukalt peatatud (%d).', 'Valitud protsessid (%d) on edukalt peatatud.'),
|
||||
'Kill' => 'Peata',
|
||||
'IN-OUT' => 'IN-OUT',
|
||||
'Parameter name' => 'Parameetri nimi',
|
||||
'Database schema' => 'Andmebaasi skeem',
|
||||
'Create procedure' => 'Loo uus protseduur',
|
||||
|
Reference in New Issue
Block a user