Foreground.i18n.php 529 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Internationalization file for skin Foreground.
  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' => 'Provides a skin that focuses on putting your content in the foreground'
  15. );
  16. /** German (Deutsch)
  17. * @author Kghbln
  18. */
  19. $messages['de'] = array(
  20. 'skinname-foreground' => 'Foreground',
  21. 'foreground-desc' => 'Stellt eine Benutzeroberfläche bereit, die die Inhalte des Wikis betont'
  22. );