mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -35,4 +35,11 @@ class AdminerSqlLog extends Adminer\Plugin {
|
||||
flock($fp, LOCK_UN);
|
||||
fclose($fp);
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Zaznamenává všechny příkazy do souboru SQL'),
|
||||
'de' => array('' => 'Protokollieren Sie alle Abfragen in einer SQL-Datei'),
|
||||
'pl' => array('' => 'Rejestruj wszystkie zapytania do pliku SQL'),
|
||||
'ro' => array('' => 'Logați toate interogările în fișierul SQL'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user