1<?php
2
3$lang['logo_image']   = "Logo image (wiki-syntax,e.g. <code>wiki:logo.png</code>)";
4$lang['loader_image'] = "Image/Gif-Animation for the loading image (wiki-syntax,e.g. <code>wiki:animation.gif</code>)";
5$lang['logo_loader']  = "Logo image for the loading animation (wiki-syntax,e.g. <code>wiki:logo.png</code>)";
6$lang['show_title']   = "Show title of the wiki in the loading field";
7
8$lang['slider show']  = "Show slider";
9$lang['slider text']  = "Text for slider link";
10$lang['slider link']  = "Target-URL for slider link";
11
12$lang['hide search']  = "Hide search bar in header area.";
13$lang['animation']    = "Use CSS-Animations when loading a page";
14$lang['transparent start']  = "Make content area on the <code>start</code>-Page transparent";
15$lang['logo link']          = "Set link target for logo image. Leave empty to link to <code>start</code>";
16
17# CSS-Styles
18$lang['color header']     = "Color of the header area (css)<br>e.g. <code>rgb(200,200,200,1)</code>";
19$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>";
20$lang['color h1']         = "Color of h1-tag in the content area (css)<br>e.g. <code>rgb(200,200,200,1)</code>";
21
22$lang['css plugin button']  = "Use template css for the button-plugin";
23