1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Option to show only errors in SQL command

This commit is contained in:
Jakub Vrana
2010-10-22 14:31:46 +02:00
parent b12756643f
commit 18e158fcdf
3 changed files with 39 additions and 27 deletions

View File

@@ -300,4 +300,7 @@ $translations = array(
// function translation used in Editor
'now' => 'teď',
'%d query(s) executed OK.' => array('%d příkaz proběhl v pořádku.', '%d příkazy proběhly v pořádku.', '%d příkazů proběhlo v pořádku.'),
'Show only errors' => 'Zobrazit pouze chyby',
);