<?php

$lang['__background_site__'] = 'Color for the very background (behind the content box)';
$lang['__link__']     = 'The general link color';
$lang['__existing__'] = 'The color for links to existing pages';
$lang['__missing__']  = 'The color for links to non-existing pages';
$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
$lang['__tablet_width__']  = 'Below screensizes of this width, the site switches to tablet mode';
$lang['__phone_width__']   = 'Below screensizes of this width, the site switches to phone mode';
$lang['__font_size__']       = 'Font size';
$lang['__border_radius__']       = 'Border radius';


$lang['pagename']='pagename';
$lang['namespace']='namespace';
$lang['createnewpage']='Create new page!';
$lang['newpage']='New page';
$lang['randompage']='Random page';
$lang['energysaving']='Energy saving';
$lang['help']='Help';
$lang['movepage']='Move page';
$lang['haspermeditpage']='You can edit this page. Press <strong>EDIT</strong> button.';




$lang['namespacedesc']='Use <code>wiki:example</code> format to make the page "example" in the namespace "wiki" or select one of the options below.';
$lang['namespacedesc1']='Create the page in the <b>root</b> namespace.';
$lang['namespacedesc2']='Create the page in the current <b>%s</b> namespace.';
