mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 11:31:40 +00:00
22 lines
460 B
PHP
22 lines
460 B
PHP
<?php
|
|
|
|
/**
|
|
* Internationalisation file for the Gadgets extension
|
|
*
|
|
* @package MediaWiki
|
|
* @subpackage Extensions
|
|
* @author Daniel Kinzler, brightbyte.de
|
|
* @copyright © 2007 Betawiki editors
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
*/
|
|
|
|
/** Luxembourgish (Lëtzebuergesch)
|
|
* @author Robby
|
|
*/
|
|
$messages = array(
|
|
'gadgets-prefs' => 'Gadgeten',
|
|
'gadgets' => 'Gadgeten',
|
|
'gadgets-title' => 'Gadgeten',
|
|
'gadgets-uses' => 'Benotzt',
|
|
);
|