source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/roundbox/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: 892 bytes
Line 
1<?php
2/*
3 * additional language strings used by Roundbox template
4 *
5 * Finnish version
6 *
7 * @author Mika Rantanen
8 */
9$lang['sitenav_title'] = 'Sisältö'; // title of site navigation in the sidebar
10$lang['sitecmd_title'] = 'Toiminnot'; // title of site commands in the sidebar
11// some tooltips for the footer buttons
12$lang['btn_rss'] = 'Viimeisimpien muutosten RSS syöte';
13$lang['btn_dokuwiki'] = 'Pyörii DokuWikillä';
14$lang['btn_cc'] = 'Creative Commons Lisenssi';
15$lang['btn_donate'] = 'Lahjoita';
16$lang['btn_php'] = 'Pyörii PHPllä';
17$lang['btn_xhtml'] = 'Validia XHTML 1.0';
18$lang['btn_css'] = 'Validia CSS';
19$lang['btn_goto'] = 'Mene';
20$lang['tip_goto'] = 'Syötä sivun nimi ja klikkaa painiketta siirtyäksesi sivulle';
21$lang['img_metaheading'] = 'Kuvan tiedot';
22$lang['colfield'] = 'Kenttä';
23$lang['colvalue'] = 'Arvo';
24$lang['img_dimen'] = 'Koko pikseleinä (L×K)';
25?>
Note: See TracBrowser for help on using the repository browser.