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:
Nikola
2026-03-03 19:04:47 +01:00
committed by Jakub Vrana
parent 318e304c7e
commit 3d882578df
53 changed files with 456 additions and 1 deletions

View File

@@ -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.'),
),
);
}