xref: /template/minimal/lang/en/lang.php (revision b08fa01c8f0c89a2e153afb262f086298b80366b)
1*b08fa01cSReactiveMatter<?php
2*b08fa01cSReactiveMatter/**
3*b08fa01cSReactiveMatter * English language file for template
4*b08fa01cSReactiveMatter *
5*b08fa01cSReactiveMatter */
6*b08fa01cSReactiveMatter
7*b08fa01cSReactiveMatter$lang['__existing__']      = 'The color for links to existing pages';
8*b08fa01cSReactiveMatter$lang['__missing__']       = 'The color for links to non-existing pages';
9*b08fa01cSReactiveMatter$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
10*b08fa01cSReactiveMatter$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
11*b08fa01cSReactiveMatter$lang['__title_color__'] = 'The color of site title in navbar';
12*b08fa01cSReactiveMatter$lang['__mobile_breakpoint__'] = 'Mobile breakpoint to switch to mobile view';
13*b08fa01cSReactiveMatter$lang['__link__'] = 'The color of links';
14*b08fa01cSReactiveMatter$lang['__theme_color__'] = 'The color of theme of Dokuwiki';
15