summaryrefslogtreecommitdiffstats
path: root/skins/Cavendish/Cavendish.i18n.php
blob: 4bf8700427f965dd3fb450edc1f854a5ead42f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Internationalization file for skin My Skin.
 *
 * @file
 * @ingroup Skins
 */

$messages = array();

/** English
 * @author DaSch
 */
$messages['en'] = array(
	'cavendish' => "Cavendish",
	'cavendish-desc' => "Mozilla cavendish theme. Modified by DaSch for MW 1.19 and WeCoWi. Loosely based on the cavendish style by Gabriel Wicke.",
);