<?php
/**
 * English language file
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$lang['translations']  = "Space separated list of translation languages (ISO codes). Do not include the default language";
$lang['translationns'] = "If you only want translations below a certain namespace, put it here.";
$lang['skiptrans']     = "When the pagename matches this regular expression, don't show the translation menu.";
$lang['translateui']   = "Should the language of the user interface be switched in foreign language namespaces, too?";
$lang['about']         = "Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.";

