mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -46,4 +46,11 @@ class AdminerSlugify extends Adminer\Plugin {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Předvyplní políčko obsahující "_slug" URLizovanou hodnotou předchozího políčka (JavaScript)'),
|
||||
'de' => array('' => 'Feld, das "_slug" enthält, mit dem Slugified-Wert eines vorherigen Felds vorab füllen (JavaScript)'),
|
||||
'pl' => array('' => 'Wstępnie wypełnij pole zawierające "_slug" osłabioną wartością poprzedniego pola (JavaScript)'),
|
||||
'ro' => array('' => 'Precompletați câmpul care conține "_slug" cu valoarea slugificată a unui câmp anterior (JavaScript)'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user