summaryrefslogtreecommitdiff
path: root/platform/www/lib/tpl/acervus/lang/en/lang.php
blob: 1583452315216ad6f041567c56de5165cf9c7684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

// style.ini values

$lang['download']           = 'Download';
$lang['__link__']           = 'The general link color';
$lang['__existing__']       = 'The color for links to existing pages';
$lang['__missing__']        = 'The color for links to non-existing pages';
$lang['__numbered_heading__'] = 'The color for numbered heading';
$lang['__font_size__']      = 'The global font size (%, px, pt)';
$lang['__line_height__']    = 'The global line height (x.x, %)';
$lang['__body_width__']     = 'The width of the body (%, px, em, ...)';
$lang['__sidebar_width__']  = 'The width of the sidebar, if any (%, px, em, ...)';