| 1234567891011121314151617181920212223242526 |
- <?php
- /**
- * Internationalization file for skin Foreground.
- *
- * @file
- * @ingroup Skins
- */
- $messages = array();
- /** English
- * @author WikiWonders
- */
- $messages['en'] = array(
- 'skinname-foreground' => 'Foreground',
- 'foreground-desc' => 'Provides a skin that focuses on putting your content in the foreground'
- );
- /** German (Deutsch)
- * @author Kghbln
- */
- $messages['de'] = array(
- 'skinname-foreground' => 'Foreground',
- 'foreground-desc' => 'Stellt eine Benutzeroberfläche bereit, die die Inhalte des Wikis betont'
- );
|