summaryrefslogtreecommitdiffstats
path: root/skins/Cavendish/Cavendish.i18n.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Cavendish/Cavendish.i18n.php')
-rw-r--r--skins/Cavendish/Cavendish.i18n.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/Cavendish/Cavendish.i18n.php b/skins/Cavendish/Cavendish.i18n.php
new file mode 100644
index 0000000..4bf8700
--- /dev/null
+++ b/skins/Cavendish/Cavendish.i18n.php
@@ -0,0 +1,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.",
+);