123456789101112131415161718 |
- <?php
- /**
- * Internationalization file for skin Laravel.
- *
- * @file
- * @ingroup Skins
- */
- $messages = array();
- /** English
- * @author WikiWonders
- */
- $messages['en'] = array(
- 'skinname-foreground' => 'Foreground',
- 'foreground-desc' => 'A MediaWiki skin that focuses on putting your content in the foreground.'
- );
|