Foreground.i18n.php 318 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Internationalization file for skin Laravel.
  4. *
  5. * @file
  6. * @ingroup Skins
  7. */
  8. $messages = array();
  9. /** English
  10. * @author WikiWonders
  11. */
  12. $messages['en'] = array(
  13. 'skinname-foreground' => 'Foreground',
  14. 'foreground-desc' => 'A MediaWiki skin that focuses on putting your content in the foreground.'
  15. );