mirror of
https://github.com/vrana/adminer.git
synced 2026-08-07 00:40:46 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -38,4 +38,11 @@ class AdminerDesigns extends Adminer\Plugin {
|
||||
echo Adminer\input_token();
|
||||
echo "</form>\n";
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Umožní změnit vzhled'),
|
||||
'de' => array('' => 'Designwechsel ermöglichen'),
|
||||
'pl' => array('' => 'Zezwalaj na przełączanie motywów'),
|
||||
'ro' => array('' => 'Permiteți comutarea designurilor'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user