Localisation updates from Betawiki.

* Fixes and additions to 50 extensions for ar, el, et, fr, hr, hsb, io, ka, la, nap, nl, pt, sk, stq, tet, vo
This commit is contained in:
Siebrand Mazeland 2007-11-27 09:49:24 +00:00
parent c78d978ed5
commit 501eb15f19
2 changed files with 34 additions and 0 deletions

15
ContactPage.i18n.nap.php Normal file
View File

@ -0,0 +1,15 @@
<?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
*/
$messages = array(
'contact' => 'Scrìvece',
);

19
ContactPage.i18n.pt.php Normal file
View File

@ -0,0 +1,19 @@
<?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
*/
$messages = array(
'contactpage-defsubject' => 'Mensagem de Contacto',
'contactpage-subject-and-sender' => '$1 (de $2)',
'contactpage-fromname' => 'o seu nome *',
'contactpage-fromaddress' => 'o seu email **',
'contactpage-captcha' => 'Para enviar a mensagem, por favor, resolva o \'\'captcha\'\' ([[{{ns:special}}:Captcha/help|mais informação]])',
);