Localisation updates from Betawiki.

* Fixes and additions to 39 extensions for bn, ca, cs, es, ext, hsb, is, wa.
This commit is contained in:
Siebrand Mazeland 2007-09-17 19:47:03 +00:00
parent 535fd86d49
commit 7a32df58e2
3 changed files with 45 additions and 0 deletions

15
ContactPage.i18n.es.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' => 'Para contactar',
);

15
ContactPage.i18n.is.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' => 'Hafa samband',
);

15
ContactPage.i18n.wa.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' => 'Contak',
);