Adding minimal version 20250330 (53db2f4).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9002d030ca
commit
abaf5b98ff
40 changed files with 2999 additions and 0 deletions
15
templates/55/minimal/lang/en/lang.php
Normal file
15
templates/55/minimal/lang/en/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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, ...)';
|
||||
$lang['__title_color__'] = 'The color of site title in navbar';
|
||||
$lang['__mobile_breakpoint__'] = 'Mobile breakpoint to switch to mobile view';
|
||||
$lang['__link__'] = 'The color of links';
|
||||
$lang['__theme_color__'] = 'The color of theme of Dokuwiki. Some of the configuration of Template Style Settings will be overrided on non-default theme';
|
||||
$lang['__sidebox_width__'] = 'Width of the sidebox (wrap plugin required)';
|
14
templates/55/minimal/lang/en/settings.php
Normal file
14
templates/55/minimal/lang/en/settings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* English language file for config
|
||||
*
|
||||
*/
|
||||
|
||||
$lang['fullWidthSite'] = "Make the site full width. If not checked, the Template Style __site_width__ variable will be used to set the width.";
|
||||
$lang['showPageInfo'] = "Whether to show page info at the bottom";
|
||||
$lang['showToc'] = "Show table of content on page";
|
||||
$lang['stickyToc'] = "Make the table of content icon sticky on scrolling";
|
||||
$lang['siteHeaderPosition'] = "Position of the site header which contains :header and Breadcrumbs. 'Top' positions it just after navbar and before sidebar. 'Above page' positions it before page heading (beside sidebar)";
|
||||
$lang['siteFooterPosition'] = "Position of the site footer. 'Bottom' positions it at the end. 'After page' positions it after the page";
|
||||
$lang['theme'] = "Theme for the minimal template";
|
||||
$lang['hideTools'] = "Hide tools for guest users (non-logged in users)";
|
1
templates/55/minimal/lang/en/style.txt
Normal file
1
templates/55/minimal/lang/en/style.txt
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue