mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Edit default values directly in table creation
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@993 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -72,7 +72,6 @@ $translations = array(
|
||||
'Unable to select the table' => 'Onmogelijk tabel te selecteren',
|
||||
'Invalid CSRF token. Send the form again.' => 'Ongeldig CSRF token. Verstuur het formulier opnieuw.',
|
||||
'Comment' => 'Commentaar',
|
||||
'Default values have been set.' => 'Standaard waarde ingesteld.',
|
||||
'Default values' => 'Standaard waarden',
|
||||
'BOOL' => 'BOOL',
|
||||
'Show column comments' => 'Kolomcommentaar weergeven',
|
||||
@@ -134,7 +133,6 @@ $translations = array(
|
||||
'MySQL version: %s through PHP extension %s' => 'MySQL versie: %s met PHP extensie %s',
|
||||
'%d row(s)' => array('%d rij', '%d rijen'),
|
||||
'~ %s' => '~ %s',
|
||||
'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',
|
||||
'Remove' => 'Verwijderen',
|
||||
'Are you sure?' => 'Weet u het zeker?',
|
||||
'Privileges' => 'Rechten',
|
||||
|
Reference in New Issue
Block a user