13 lines
270 B
PHP
Executable file
13 lines
270 B
PHP
Executable file
<?php
|
|
/**
|
|
* Finnish language file
|
|
*
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*/
|
|
|
|
$lang['discussion'] = 'Keskustelu';
|
|
$lang['back_to_article'] = 'Takaisin artikkeliin';
|
|
$lang['userpage'] = 'Käyttäjäsivu';
|
|
|
|
|
|
//Setup VIM: ex: et ts=2 :
|