<?php
/**
 * English language file for config
 *
 */

$lang['automaticOutput']       = 'Automatically output the template switcher on every page?';
$lang['excludeTemplates']      = 'Exclude templates from template switcher (comma-separated list)';
$lang['mobileSwitch']          = 'Show mobile template switcher (with only 1 normal and 1 mobile template)?';
$lang['mobileTemplate']        = 'Mobile template (if showing mobile template switcher)';
$lang['preferUserChoice']      = "Prefer user's template choice over admin's choice?";
$lang['inheritInTranslations'] = 'Inherit template choice per namespace inside a language namespace (when using the translation plugin)?';
$lang['allowInAdmin']          = 'Allow template choice to persist in admin section?';
