This commit is contained in:
2026-01-05 18:27:37 +01:00
commit c5af0d3b1a
32 changed files with 2129 additions and 0 deletions

10
lang/en/lang.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
/**
* English language file for template
*
*/
$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, ...)';

8
lang/en/settings.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/**
* English language file for config
*
*/
$lang['hideTools'] = 'Hide tools when not logged in?';
$lang['sidebarIsNav'] = 'Is the sidebar mainly used for navigation?';

1
lang/en/style.txt Normal file
View File

@@ -0,0 +1 @@
If you'd like to change the favicon, simply use the Media Manager to upload a ''favicon.ico'' into the ''wiki'' or the root namespace and it will automatically be used. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your favicon will not be shown to logged-out users.