mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -29,4 +29,11 @@ class AdminerTableIndexesStructure extends Adminer\Plugin {
|
||||
echo "</table>\n";
|
||||
return true;
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Rozšířené informace o indexech'),
|
||||
'de' => array('' => 'Erweiterte Ausgabe der Tabellenindize'),
|
||||
'pl' => array('' => 'Rozszerzona tabela wyników struktury indeksów'),
|
||||
'ro' => array('' => 'Ieșirea expandată a structurii indecsilor tabelului'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user