xref: /template/retro/lang/en/lang.php (revision 30d266233c7c50be2ba6f67a89222be93da7a61c)
1f4d27201SAnika Henke<?php
2f4d27201SAnika Henke/**
3f4d27201SAnika Henke * English language file for template
4f4d27201SAnika Henke *
5f4d27201SAnika Henke */
6f4d27201SAnika Henke
7d5181379SAnika Henke$lang['__existing__']      = 'The color for links to existing pages';
8d5181379SAnika Henke$lang['__missing__']       = 'The color for links to non-existing pages';
9d5181379SAnika Henke$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
10d5181379SAnika Henke$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
11*30d26623SReactiveMatter$lang['__title_color__'] = 'The color of site title in navbar';
12*30d26623SReactiveMatter$lang['__mobile_breakpoint__'] = 'Mobile breakpoint to switch to mobile view';
13*30d26623SReactiveMatter$lang['__link__'] = 'The color of links';
14*30d26623SReactiveMatter$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*30d26623SReactiveMatter$lang['__sidebox_width__'] = 'Width of the sidebox (wrap plugin required)';