1<?php
2/**
3 * Finnish language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Titorelli
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13// for admin plugins, the menu prompt to be displayed in the admin menu
14// if set here, the plugin doesn't need to override the getMenuText() method
15
16// Titorelli's code
17$lang['menu']            = 'Menu';
18
19$lang['discussion']      = 'Keskustelu';
20$lang['comment']         = 'Kommentti';
21$lang['comments']        = 'Kommentit';
22$lang['nocomments']      = 'ei kommentteja';
23
24$lang['url']             = 'Web-sivu';
25$lang['address']         = 'Osoite';
26$lang['date']            = 'Päiväys';
27$lang['btn_reply']       = 'Vastaa';
28$lang['btn_hide']        = 'Kätke';
29$lang['btn_show']        = 'Näytä';
30$lang['wordblock']       = 'Kommentit estetään roskapostina';
31$lang['mail_newcomment'] = 'Uusi kommentti';
32
33$lang['reply']           = 'Vastaa';
34$lang['replies']         = 'Vastauksia';
35$lang['newthread']       = 'Uusi säie';
36$lang['threads']         = 'Säikeitä';
37
38$lang['entercomment']    = 'Kirjoita kommenttisi';
39$lang['wikisyntax']      = 'wikisyntaksi sallittu';
40$lang['older']           = 'Aiemmat keskustelut';
41$lang['newer']           = 'Uudemmat keskustelut';
42$lang['btn_change']      = 'Muuta';
43$lang['statuschanged']   = 'Keskustelustatus muutettu';
44$lang['subscribe']       = 'Tilaa kommentit';
45
46$lang['status']          = 'Tila';
47$lang['off']             = 'Pois';
48$lang['open']            = 'Avoin';
49$lang['closed']          = 'Suljettu';
50
51// vim:ts=4:sw=4:et:enc=utf-8:
52