Localisation updates for extensions from Betawiki (2007-12-21 23:45 CET)

This commit is contained in:
Siebrand Mazeland 2007-12-21 23:46:08 +00:00
parent be7bef9023
commit 05df964010
2 changed files with 28 additions and 0 deletions

View File

@ -13,6 +13,7 @@
/** Bulgarian (Български)
* @author DCLXVI
*/
/** Bulgarian (Български) */
$messages = array(
'contactpage-subject-and-sender' => '$1 (от $2)',
);

27
ContactPage.i18n.hr.php Normal file
View File

@ -0,0 +1,27 @@
<?php
/**
* Internationalisation file for the ContactPage extension
*
* @package MediaWiki
* @subpackage Extensions
* @author Daniel Kinzler, brightbyte.de
* @copyright © 2007 Daniel Kinzler, Betawiki users
* @licence GNU General Public Licence 2.0 or later
*/
/** Croatian (Hrvatski)
* @author Dnik
*/
$messages = array(
'contactpage-title' => '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<br/>
** 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]])',
);