1<?php 2 3$lang['__background_site__'] = 'Color for the very background (behind the content box)'; 4$lang['__link__'] = 'The general link color'; 5$lang['__existing__'] = 'The color for links to existing pages'; 6$lang['__missing__'] = 'The color for links to non-existing pages'; 7$lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)'; 8$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)'; 9$lang['__tablet_width__'] = 'Below screensizes of this width, the site switches to tablet mode'; 10$lang['__phone_width__'] = 'Below screensizes of this width, the site switches to phone mode'; 11$lang['__font_size__'] = 'Font size'; 12$lang['__border_radius__'] = 'Border radius'; 13 14 15$lang['pagename']='pagename'; 16$lang['namespace']='namespace'; 17$lang['createnewpage']='Create new page!'; 18$lang['newpage']='New page'; 19$lang['randompage']='Random page'; 20$lang['energysaving']='Energy saving'; 21$lang['help']='Help'; 22$lang['movepage']='Move page'; 23$lang['haspermeditpage']='You can edit this page. Press <strong>EDIT</strong> button.'; 24 25 26 27 28$lang['namespacedesc']='Use <code>wiki:example</code> format to make the page "example" in the namespace "wiki" or select one of the options below.'; 29$lang['namespacedesc1']='Create the page in the <b>root</b> namespace.'; 30$lang['namespacedesc2']='Create the page in the current <b>%s</b> namespace.'; 31