mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -37,4 +37,11 @@ class AdminerTableStructure extends Adminer\Plugin {
|
||||
echo "</div>\n";
|
||||
return true;
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Rozšířené informace o tabulkách'),
|
||||
'de' => array('' => 'Erweiterte Ausgabe der Tabellenstruktur'),
|
||||
'pl' => array('' => 'Rozszerzone wyjście struktury tabeli'),
|
||||
'ro' => array('' => 'Ieșirea expandată a structurii tabelei'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user