Foreground.i18n.php 1023 B

123456789101112131415161718192021222324252627282930
  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. 'foreground-browsermsg' => 'may not look as expected in this version of Internet Explorer. We recommend you upgrade to a newer version of Internet Explorer or switch to a browser like Firefox or Chrome.',
  16. 'foreground-menutitle' => 'Menu'
  17. );
  18. /** German (Deutsch)
  19. * @author Kghbln
  20. */
  21. $messages['de'] = array(
  22. 'skinname-foreground' => 'Foreground',
  23. 'foreground-desc' => 'Stellt eine Benutzeroberfläche bereit, die die Inhalte des Wikis betont',
  24. 'foreground-browsermsg' => 'sieht in dieser Version des Internet Explorers nicht wie gewünscht aus. Es wird ein Upgrade des Internet Explorers oder der Umstieg auf einen Browser wie Firefox oder Chrome empfohlen.',
  25. 'foreground-menutitle' => 'Menü'
  26. );