mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
AdminerDotJs: Translate description
This commit is contained in:
@@ -16,4 +16,11 @@ class AdminerDotJs extends Adminer\Plugin {
|
||||
echo Adminer\script_src(self::FILENAME . "?v=" . crc32(file_get_contents(self::FILENAME))), "\n";
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Nahraje adminer.js'),
|
||||
'de' => array('' => 'Laden Sie adminer.js'),
|
||||
'pl' => array('' => 'Wczytuj adminer.js'),
|
||||
'ro' => array('' => 'Încarcă adminer.js'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user