1<?php
2/**
3 * English language file
4 *
5 * @author Daniel Stonier <d.stonier@gmail.com>
6 */
7
8$lang['enabled_langs']     = "Space separated list of enabled languages (ISO codes).";
9$lang['flags']             = "Use flags on screen instead of ISO language two letter code? Check for yes, uncheck for no.";
10$lang['use_browser_lang']  = "Use the browser's preference to set the language used by the wiki's ui.";
11$lang['start_redirect']    = "When logging in, redirect the user to the start page in the language namespace.";
12$lang['skiptrans']         = "When the pagename matches this regular expression, don't show the translation menu.";
13$lang['about']             = "Enter a pagename here where this plugin's usage is explained for your users.";
14?>
15