mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-24 00:13:28 +00:00
23 lines
356 B
PHP
23 lines
356 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Internationalisation for Tabber extension
|
||
|
*
|
||
|
* @file
|
||
|
* @ingroup Extensions
|
||
|
*/
|
||
|
|
||
|
$messages = array();
|
||
|
|
||
|
/** English
|
||
|
* @author Eric Fortin
|
||
|
*/
|
||
|
$messages['en'] = array(
|
||
|
'tabber-desc' => 'Allows to create tabs within a page',
|
||
|
);
|
||
|
|
||
|
/** Message documentation (Message documentation) */
|
||
|
$messages['qqq'] = array(
|
||
|
'tabber-desc' => '{{desc}}',
|
||
|
);
|
||
|
|