xref: /template/minimal/lang/en/lang.php (revision 193537216fc3d002a013b9d820beeec241b059cd)
1b08fa01cSReactiveMatter<?php
2b08fa01cSReactiveMatter/**
3b08fa01cSReactiveMatter * English language file for template
4b08fa01cSReactiveMatter *
5b08fa01cSReactiveMatter */
6b08fa01cSReactiveMatter
7b08fa01cSReactiveMatter$lang['__existing__']      = 'The color for links to existing pages';
8b08fa01cSReactiveMatter$lang['__missing__']       = 'The color for links to non-existing pages';
9b08fa01cSReactiveMatter$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
10b08fa01cSReactiveMatter$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
11b08fa01cSReactiveMatter$lang['__title_color__'] = 'The color of site title in navbar';
12b08fa01cSReactiveMatter$lang['__mobile_breakpoint__'] = 'Mobile breakpoint to switch to mobile view';
13b08fa01cSReactiveMatter$lang['__link__'] = 'The color of links';
1444f4d58dSReactiveMatter$lang['__theme_color__'] = 'The color of theme of Dokuwiki. Some of the configuration of Template Style Settings will be overrided on non-default theme';
151a1379ffSReactiveMatter$lang['__sidebox_width__'] = 'Width of the sidebox (wrap plugin required)';
16112805a9SReactiveMatter$lang['page']= 'Page';
17112805a9SReactiveMatter$lang['site']= 'Site';
18112805a9SReactiveMatter$lang['user']= 'User';
19*19353721SReactiveMatter$lang['tools'] = 'tools';