source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/popularity/lang/fi/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 703 bytes
Line 
1<?php
2/**
3 * Finnish language file
4 *
5 * @author Otto Vainio <[email protected]>
6 * @author Teemu Mattila <[email protected]>
7 */
8$lang['name'] = 'Suosion palaute (voi kestÀÀ jonkun aikaa latautua)';
9$lang['submit'] = 'LÀhetÀ tiedot';
10$lang['autosubmit'] = 'LÀhetÀ tiedot automaattisesti kerran kuussa';
11$lang['submissionFailed'] = 'Tietoja ei voitu lÀhettÀÀ seuraavan virheen vuoksi:';
12$lang['submitDirectly'] = 'Voit lÀhettÀÀ tiedot kÀsin seuraavan kaavakkeen avulla';
13$lang['autosubmitError'] = 'Edellinen automaattilÀhetys epÀonnistui seuraavan virheen vuoksi:';
14$lang['lastSent'] = 'Tiedot on lÀhetetty';
Note: See TracBrowser for help on using the repository browser.