1<?php
2/**
3 * English language file for template
4 *
5 */
6
7$lang['__existing__']      = 'The color for links to existing pages';
8$lang['__missing__']       = 'The color for links to non-existing pages';
9$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
10$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
11$lang['__title_color__'] = 'The color of site title in navbar';
12$lang['__mobile_breakpoint__'] = 'Mobile breakpoint to switch to mobile view';
13$lang['__link__'] = 'The color of links';
14$lang['__theme_color__'] = 'The color of theme of Dokuwiki. Some of the configuration of Template Style Settings will be overrided on non-default theme';
15$lang['__sidebox_width__'] = 'Width of the sidebox (wrap plugin required)';