Mass delete

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@362 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2008-01-08 14:02:55 +00:00
parent 0648706f07
commit 116faf2e2c
5 changed files with 98 additions and 36 deletions

View File

@@ -162,4 +162,9 @@ $translations = array(
'Routine' => 'Procedura',
'Grant' => 'Povolit',
'Revoke' => 'Zakázat',
'Error during deleting' => 'Chyba při mazání',
'%d item(s) have been deleted.' => array('Byl smazán %d záznam.', 'Byly smazány %d záznamy.', 'Bylo smazáno %d záznamů.'),
'all' => 'vše',
'Delete selected' => 'Smazat označené',
'Truncate table' => 'Promazat tabulku',
);