<?php

$lang['logo_image']   = "Logo image (wiki-syntax,e.g. <code>wiki:logo.png</code>)";
$lang['loader_image'] = "Image/Gif-Animation for the loading image (wiki-syntax,e.g. <code>wiki:animation.gif</code>)";
$lang['logo_loader']  = "Logo image for the loading animation (wiki-syntax,e.g. <code>wiki:logo.png</code>)";
$lang['show_title']   = "Show title of the wiki in the loading field";

$lang['slider show']  = "Show slider";
$lang['slider text']  = "Text for slider link";
$lang['slider link']  = "Target-URL for slider link";

$lang['hide search']  = "Hide search bar in header area.";
$lang['animation']    = "Use CSS-Animations when loading a page";
$lang['transparent start']  = "Make content area on the <code>start</code>-Page transparent";
$lang['logo link']          = "Set link target for logo image. Leave empty to link to <code>start</code>";

# CSS-Styles
$lang['color header']     = "Color of the header area (css)<br>e.g. <code>rgb(200,200,200,1)</code>";
$lang['color background'] = "Background-color or image-url (css)<br>e.g. <code>rgb(200,200,200,1)<br>url(https://test.com/test.png)</code>";
$lang['color h1']         = "Color of h1-tag in the content area (css)<br>e.g. <code>rgb(200,200,200,1)</code>";

$lang['css plugin button']  = "Use template css for the button-plugin";
