mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Save SQL query to history
Display history git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@691 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -57,7 +57,6 @@ $translations = array(
|
||||
'Select' => 'Vypsat',
|
||||
'New item' => 'Nová položka',
|
||||
'Search' => 'Vyhledat',
|
||||
'Sort' => 'Setřídit',
|
||||
'ASC' => 'vzestupně',
|
||||
'DESC' => 'sestupně',
|
||||
'Limit' => 'Limit',
|
||||
@@ -196,7 +195,6 @@ $translations = array(
|
||||
'Move' => 'Přesunout',
|
||||
'Engine' => 'Úložiště',
|
||||
'Save and continue edit' => 'Uložit a pokračovat v editaci',
|
||||
'clone' => 'klonovat',
|
||||
'original' => 'původní',
|
||||
'%d item(s) have been affected.' => array('Byl ovlivněn %d záznam.', 'Byly ovlivněny %d záznamy.', 'Bylo ovlivněno %d záznamů.'),
|
||||
'whole result' => 'celý výsledek',
|
||||
@@ -215,4 +213,5 @@ $translations = array(
|
||||
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Byl překročen maximální povolený počet polí. Zvyšte prosím %s a %s.',
|
||||
'(anywhere)' => '(kdekoliv)',
|
||||
'%.3f s' => '%.3f s',
|
||||
'History' => 'Historie',
|
||||
);
|
||||
|
Reference in New Issue
Block a user