mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Warn about selecting data without index
This commit is contained in:
@@ -227,6 +227,7 @@ $translations = array(
|
||||
'Limit' => 'Limit',
|
||||
'Text length' => 'Délka textů',
|
||||
'Action' => 'Akce',
|
||||
'Full table scan' => 'Průchod celé tabulky',
|
||||
'Unable to select the table' => 'Nepodařilo se vypsat tabulku',
|
||||
'No rows.' => 'Žádné řádky.',
|
||||
'%d row(s)' => array('%d řádek', '%d řádky', '%d řádků'),
|
||||
|
@@ -227,6 +227,7 @@ $translations = array(
|
||||
'Limit' => 'xx',
|
||||
'Text length' => 'xx',
|
||||
'Action' => 'xx',
|
||||
'Full table scan' => 'xx',
|
||||
'Unable to select the table' => 'xx',
|
||||
'No rows.' => 'xx',
|
||||
'%d row(s)' => array('xx', 'xx'),
|
||||
|
Reference in New Issue
Block a user