1<?php
2/**
3 * English language file for config
4 *
5 */
6
7$lang['automaticOutput']       = 'Automatically output the template switcher on every page?';
8$lang['excludeTemplates']      = 'Exclude templates from template switcher (comma-separated list)';
9$lang['mobileSwitch']          = 'Show mobile template switcher (with only 1 normal and 1 mobile template)?';
10$lang['mobileTemplate']        = 'Mobile template (if showing mobile template switcher)';
11$lang['preferUserChoice']      = "Prefer user's template choice over admin's choice?";
12$lang['inheritInTranslations'] = 'Inherit template choice per namespace inside a language namespace (when using the translation plugin)?';
13$lang['allowInAdmin']          = 'Allow template choice to persist in admin section?';
14