<?php
// 20260522
$lang['home'] = 'Home';
// style.ini values
$lang['__background_site__'] = 'Sidebar Background Color';
$lang['__link__']            = 'Color for general links (not pages)';
$lang['__existing__']        = 'Color for links to existing pages';
$lang['__missing__']         = 'Color for links to non-existing pages';
$lang['__site_width__']      = 'Full site width (can be any length unit: %, px, em, ...)';
$lang['__sidebar_width__']   = 'Sidebar width, if any (can be any length unit: %, px, em, ...)';
$lang['__tablet_width__']    = 'Below screensizes of this width, the site switches to tablet mode';
$lang['__phone_width__']     = 'Below screensizes of this width, the site switches to phone mode';
$lang['__theme_color__']     = 'Theme color of the web app';

$lang['__logo_color__']           = 'Logo color';
$lang['__logo_font__']            = 'Logo font family';
$lang['__subtitle_color__']       = 'Subtitle color';
$lang['__subtitle_font__']        = 'Subtitle font family';
$lang['__outer_background__']     = 'Site Background Color — outside of reading panel';
$lang['__topbar_bg__']            = 'Top Bar Background Color';
$lang['__topbar_text__']          = 'Top Bar Color — text links';
$lang['__topbar_topicbg__']       = 'Topics Button Inner List Background Color';
$lang['__topbar_topictxt__']      = 'Topics Button List Text Color';

$lang['__lists_color__']          = 'Autogenerated Lists Text Color';
$lang['__bullet_lists_color__']   = 'Autogenerated Lists Bullets Color';
$lang['__lists_weight__']         = 'Autogenerated Lists Font weight';
$lang['__lists_background__']     = 'Autogenerated Lists Background Color';
$lang['__lists_font__']           = 'Autogenerated Lists Font family';

$lang['__custom_link_topics__']   = 'Custom Link in the Inner Panel Text Color';





