mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -37,4 +37,8 @@ class AdminerEditorSetup extends Adminer\Plugin {
|
||||
return $this->database;
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Nastavit ovladač, server a databázi pro použití s Adminer Editorem'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user