mirror of
https://github.com/vrana/adminer.git
synced 2026-03-25 22:10:02 +01:00
Add Croatian (hr) translation
Add complete Croatian translation for Adminer, including all strings in adminer/lang/hr.inc.php, plural forms support in lang.inc.php, and Croatian descriptions and translations for all plugins.
This commit is contained in:
@@ -457,5 +457,14 @@ class AdminerSelectEmail extends Adminer\Plugin {
|
||||
'Attachments' => '附件',
|
||||
'Send' => '发送',
|
||||
'%d e-mail(s) have been sent.' => '%d 封邮件已发送。'),
|
||||
'hr' => array(
|
||||
'' => 'Slanje e-pošte odabranim recima',
|
||||
'E-mail' => 'E-pošta',
|
||||
'From' => 'Od',
|
||||
'Subject' => 'Predmet',
|
||||
'Attachments' => 'Privici',
|
||||
'Send' => 'Pošalji',
|
||||
'%d e-mail(s) have been sent.' => array('%d e-mail je poslan.', '%d e-maila su poslana.', '%d e-mailova je poslano.'),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user