diff options
Diffstat (limited to 'lib/plugins/config')
-rw-r--r-- | lib/plugins/config/lang/fi/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/fi/lang.php b/lib/plugins/config/lang/fi/lang.php index 23750613a..e45fd737b 100644 --- a/lib/plugins/config/lang/fi/lang.php +++ b/lib/plugins/config/lang/fi/lang.php @@ -51,6 +51,7 @@ $lang['phpok'] = 'Salli upotettu PHP'; $lang['dformat'] = 'Päivämäärän muoto (katso PHPn <a href="http://www.php.net/strftime">strftime</a> functiota)'; $lang['signature'] = 'Allekirjoitus'; $lang['toptoclevel'] = 'Ylätason sisällysluettelo'; +$lang['tocminheads'] = 'Pienin otsikkorivien määrä, jotta sisällysluettelo tehdään'; $lang['maxtoclevel'] = 'Sisällysluettelon suurin syvyys'; $lang['maxseclevel'] = 'Kappale-editoinnin suurin syvyys.'; $lang['camelcase'] = 'Käytä CamelCase linkkejä'; @@ -155,7 +156,7 @@ $lang['rss_type_o_atom'] = 'Atom 0.3'; $lang['rss_type_o_atom1'] = 'Atom 1.0'; $lang['rss_content_o_abstract'] = 'Yhteenveto'; $lang['rss_content_o_diff'] = 'Yhdistetty erot'; -$lang['rss_content_o_htmldiff'] = 'HTML formatoitu erot lista'; +$lang['rss_content_o_htmldiff'] = 'HTML muotoiltu erot lista'; $lang['rss_content_o_html'] = 'Täysi HTML-sivu'; $lang['rss_linkto_o_diff'] = 'erot-näkymä'; $lang['rss_linkto_o_page'] = 'muutettu sivu'; |