Add script 'get-openssl-version.sh'.
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jacob Palm <mail@jacobpalm.dk>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Farve til den "bagerste" baggrund (bagved indholdets kasse)';
|
||||
$lang['__link__'] = 'Grundlæggende link-farve';
|
||||
$lang['__existing__'] = 'Link-farve til eksisterende sider';
|
||||
$lang['__missing__'] = 'Link-farve til ikke-eksisterende sider';
|
||||
$lang['__site_width__'] = 'Hele sidens bredde (kan angives i enhver enhed: %, px, em m.fl.)';
|
||||
$lang['__sidebar_width__'] = 'Sidepanelets bredde (kan angives i enhver enhed: %, px, em m.fl.)';
|
||||
$lang['__tablet_width__'] = 'Ved skærmstørrelser under denne bredde, skiftes til tablet-visning';
|
||||
$lang['__phone_width__'] = 'Ved skærmstørrelser under denne bredde, skiftes til mobilvisning';
|
||||
$lang['__theme_color__'] = 'Temafarve til web appen';
|
@ -0,0 +1 @@
|
||||
If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your logo is not shown to not logged in users.
|
Reference in New Issue
Block a user