mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang fi + fr
This commit is contained in:
20
lang/fi/lang_polls.php
Normal file
20
lang/fi/lang_polls.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_polls = array
|
||||
(
|
||||
'std_error' => "Virhe",
|
||||
'std_permission_denied' => "Lupa evätty.",
|
||||
'std_delete_poll' => "Poista kysely",
|
||||
'std_delete_poll_confirmation' => "Haluatko varmasti poistaa kyselyn? Klikkaa\n",
|
||||
'std_here_if_sure' => "<b>tässä</b></a> jos olet varma.",
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_no_polls' => "Kyselyjä ei ole!",
|
||||
'head_previous_polls' => "Aikaisemmat kyselyt",
|
||||
'text_previous_polls' => "Aikaisemmat kyselyt",
|
||||
'text_ago' => " sitten",
|
||||
'text_edit' => "Muokkaa",
|
||||
'text_delete' => "Poista",
|
||||
'text_votes' => "Äänestykset: "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user