1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-23 06:32:55 +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',
);

View File

@@ -9,4 +9,5 @@ $translations = array(
'%d row(s) have been imported.' => array('%d row has been imported.', '%d rows have been imported.'),
'%d e-mail(s) have been sent.' => array('%d e-mail has been sent.', '%d e-mails have been sent.'),
'%d in total' => '%d in total',
'%d query(s) executed OK.' => array('%d query executed OK.', '%d queries executed OK.'),
);