mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -32,4 +32,11 @@ class AdminerEnumOption extends Adminer\Plugin {
|
||||
return "<select$attrs>" . Adminer\optionlist($options, $selected, 1) . "</select>"; // 1 - use keys
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Editace políčka enum pomocí <select><option> místo <input type="radio">'),
|
||||
'de' => array('' => 'Verwenden Sie <select><option> für die enum-Bearbeitung anstelle von <input type="radio">'),
|
||||
'pl' => array('' => 'Użyj <select><option> do edycji enum zamiast <input type="radio">'),
|
||||
'ro' => array('' => 'Utilizați <select><option> pentru editarea enum în loc de <input type="radio">.'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user