source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/roundbox/lang/fi/settings.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: 706 bytes
Line 
1<?php
2/**
3 * Finnish language file for the configuration manager
4 *
5 * @author: Mika Rantanen
6 */
7
8$lang['rb_theme'] = "Teema";
9$lang['rb_tagline'] = "Wikin alaotsikko";
10$lang['rb_roundcorners'] = "PyöreÀt kulmat";
11$lang['rb_sidebar_orientation'] = "Sivupalkin sijainti";
12$lang['rb_sitenav'] = "NÀytÀ sivunavigaatio sivupalkissa";
13$lang['rb_uselinks'] = "KÀytÀ linkkejÀ painikkeiden sijaan";
14$lang['rb_index'] = "Index sivun nimi";
15$lang['rb_youarehere'] = "Hierarkinen navigaatio";
16$lang['rb_crumbsep'] = "LeivÀnmurujen erotin";
17$lang['rb_removeunderscore'] = "Ei alleviivausta leivÀnmuruissa";
18?>
Note: See TracBrowser for help on using the repository browser.