mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -57,4 +57,11 @@ class AdminerDumpJson extends Adminer\Plugin {
|
||||
echo "}\n";
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Export do formátu JSON'),
|
||||
'de' => array('' => 'Export im JSON-Format'),
|
||||
'pl' => array('' => 'Zrzuć do formatu JSON'),
|
||||
'ro' => array('' => 'Dump în format JSON'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user