diff --git a/ContactPage.i18n.bg.php b/ContactPage.i18n.bg.php index c30a98f..5619d22 100644 --- a/ContactPage.i18n.bg.php +++ b/ContactPage.i18n.bg.php @@ -13,6 +13,7 @@ /** Bulgarian (Български) * @author DCLXVI */ +/** Bulgarian (Български) */ $messages = array( 'contactpage-subject-and-sender' => '$1 (от $2)', ); diff --git a/ContactPage.i18n.hr.php b/ContactPage.i18n.hr.php new file mode 100644 index 0000000..f5d2afe --- /dev/null +++ b/ContactPage.i18n.hr.php @@ -0,0 +1,27 @@ + 'Kontakt', + 'contactpage-pagetext' => 'Molimo, koristite ovaj obrazac za kontakt s nama.', + 'contactpage-defsubject' => 'Poruka za kontakt', + 'contactpage-subject-and-sender' => '$1 (od $2)', + 'contactpage-fromname' => 'Vaše ime *', + 'contactpage-fromaddress' => 'Vaš e-mail **', + 'contactpage-formfootnotes' => '* neobavezno
+** neobavezno, ali potrebno ako želite odgovor', + 'contactpage-captcha' => 'Da biste poslali poruku, molimo da u svrhu prevencije spama, prepišete simbole ([[Special:Captcha/help|više informacija]])', + 'contactpage-captcha-failed' => 'Antispam-test nije uspio! ([[Special:Captcha/help|više informacija]])', +);