Localisation updates from Betawiki (2007-12-20 23:25 CET).
* Fixes and additions to 49 extensions for arm bg, el, fi, gl, hr, hu, loz, nl, ru, stq, sv, to
This commit is contained in:
parent
cd7115ba49
commit
be7bef9023
|
@ -0,0 +1,18 @@
|
||||||
|
<?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
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** Bulgarian (Български)
|
||||||
|
* @author DCLXVI
|
||||||
|
*/
|
||||||
|
$messages = array(
|
||||||
|
'contactpage-subject-and-sender' => '$1 (от $2)',
|
||||||
|
);
|
Loading…
Reference in New Issue