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:
@@ -44,5 +44,6 @@ class AdminerMasterSlave extends Adminer\Plugin {
|
||||
'pl' => array('' => 'Wykonuje zapisy na komputerze głównym i odczyty na komputerze podrzędnym'),
|
||||
'ro' => array('' => 'Executarea scrierilor pe master și a citirilor pe slave'),
|
||||
'ja' => array('' => 'マスタ書込みとスレーブ読込みの有効化'),
|
||||
'hr' => array('' => 'Izvodi pisanje na masteru i čitanje na slaveu'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user