1<?php
2/**
3 * english language file
4 */
5
6// settings must be present and set appropriately for the language
7$lang['encoding']   = 'utf-8';
8$lang['direction']  = 'ltr';
9
10// for admin plugins, the menu prompt to be displayed in the admin menu
11// if set here, the plugin doesn't need to override the getMenuText() method
12$lang['menu'] = 'Dokukiwix - Build an offline version of your wiki!';
13
14// custom language strings for the plugin
15
16//Setup VIM: ex: et ts=4 enc=utf-8 :
17