mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 21:55:43 +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' => 'Inloggen',
|
||||
'Adminer' => 'Adminer',
|
||||
'Logout successful.' => 'Uitloggen geslaagd.',
|
||||
'Invalid credentials.' => 'Ongeldige logingegevens.',
|
||||
'Server' => 'Server',
|
||||
@@ -20,7 +19,6 @@ $translations = array(
|
||||
'Column name' => 'Kolomnaam',
|
||||
'Type' => 'Type',
|
||||
'Length' => 'Lengte',
|
||||
'NULL' => 'NULL',
|
||||
'Auto Increment' => 'Auto nummering',
|
||||
'Options' => 'Opties',
|
||||
'Save' => 'Opslaan',
|
||||
@@ -73,7 +71,6 @@ $translations = array(
|
||||
'Invalid CSRF token. Send the form again.' => 'Ongeldig CSRF token. Verstuur het formulier opnieuw.',
|
||||
'Comment' => 'Commentaar',
|
||||
'Default values' => 'Standaard waarden',
|
||||
'BOOL' => 'BOOL',
|
||||
'Show column comments' => 'Kolomcommentaar weergeven',
|
||||
'%d byte(s)' => array('%d byte', '%d bytes'),
|
||||
'No commands to execute.' => 'Geen opdrachten uit te voeren.',
|
||||
@@ -111,7 +108,6 @@ $translations = array(
|
||||
'Process list' => 'Proceslijst',
|
||||
'%d process(es) have been killed.' => array('%d proces gestopt.', '%d processen gestopt.'),
|
||||
'Kill' => 'Stoppen',
|
||||
'IN-OUT' => 'IN-OUT',
|
||||
'Parameter name' => 'Parameternaam',
|
||||
'Database schema' => 'Database schema',
|
||||
'Create procedure' => 'Procedure aanmaken',
|
||||
|
Reference in New Issue
Block a user