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)';
|
Loading…
Add table
Add a link
Reference in a new issue