mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +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' => 'Nepodařilo se vypsat tabulku',
|
||||
'Invalid CSRF token. Send the form again.' => 'Neplatný token CSRF. Odešlete formulář znovu.',
|
||||
'Comment' => 'Komentář',
|
||||
'Default values have been set.' => 'Výchozí hodnoty byly nastaveny.',
|
||||
'Default values' => 'Výchozí hodnoty',
|
||||
'BOOL' => 'BOOL',
|
||||
'Show column comments' => 'Zobrazit komentáře sloupců',
|
||||
@@ -134,7 +133,6 @@ $translations = array(
|
||||
'MySQL version: %s through PHP extension %s' => 'Verze MySQL: %s přes PHP extenzi %s',
|
||||
'%d row(s)' => array('%d řádek', '%d řádky', '%d řádků'),
|
||||
'~ %s' => '~ %s',
|
||||
'ON UPDATE CURRENT_TIMESTAMP' => 'Při změně aktuální čas',
|
||||
'Remove' => 'Odebrat',
|
||||
'Are you sure?' => 'Opravdu?',
|
||||
'Privileges' => 'Oprávnění',
|
||||
|
Reference in New Issue
Block a user