mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Allow limiting number of displayed rows in SQL command (bug #406)
This commit is contained in:
@@ -234,11 +234,13 @@ $translations = array(
|
||||
'Sort' => 'xx',
|
||||
'descending' => 'xx',
|
||||
'Limit' => 'xx',
|
||||
'Limit rows' => 'xx',
|
||||
'Text length' => 'xx',
|
||||
'Action' => 'xx',
|
||||
'Full table scan' => 'xx',
|
||||
'Unable to select the table' => 'xx',
|
||||
'No rows.' => 'xx',
|
||||
'%d / ' => 'xx',
|
||||
'%d row(s)' => array('xx', 'xx'),
|
||||
'Page' => 'xx',
|
||||
'last' => 'xx',
|
||||
|
Reference in New Issue
Block a user