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'; 14b08fa01cSReactiveMatter$lang['__theme_color__'] = 'The color of theme of Dokuwiki'; 15*1a1379ffSReactiveMatter$lang['__sidebox_width__'] = 'Width of the sidebox (wrap plugin required)';