mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -50,4 +50,11 @@ class AdminerEditCalendar extends Adminer\Plugin {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Zobrazí jQuery UI Timepicker pro každé datumové a časové políčko'),
|
||||
'de' => array('' => 'Zeigen Sie die jQuery-UI Timepicker für jedes Datums- und Datum/Uhrzeit-Feld an'),
|
||||
'pl' => array('' => 'Wyświetl interfejs jQuery Timepicker dla każdego pola daty i godziny'),
|
||||
'ro' => array('' => 'Afișați jQuery UI Timepicker pentru fiecare câmp de dată și dată-timp'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user