mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -30,4 +30,11 @@ class AdminerPrettyJsonColumn extends Adminer\Plugin {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'V editaci zobrazí syntaxi u JSONu'),
|
||||
'de' => array('' => 'JSON-Werte in der Bearbeitung hübsch drucken'),
|
||||
'pl' => array('' => 'Ładnie drukuj wartości JSON w edycji'),
|
||||
'ro' => array('' => 'Afisare frumoasa a valorilor JSON în editare'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user