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:
parent
c78d978ed5
commit
501eb15f19
|
@ -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',
|
||||
);
|
|
@ -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]])',
|
||||
);
|
Loading…
Reference in New Issue