mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang fi + fr
This commit is contained in:
24
lang/fi/lang_makepoll.php
Normal file
24
lang/fi/lang_makepoll.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_makepoll = array
|
||||
(
|
||||
'std_error' => "Virhe",
|
||||
'std_no_poll_id' => "Tällä tunnisteella ei löytynyt äänestystä",
|
||||
'std_missing_form_data' => "Puuttuvat lomaketiedot!",
|
||||
'head_edit_poll' => "Muokkaa Äänestystä",
|
||||
'text_edit_poll' => "Muokkaa Äänestystä",
|
||||
'head_new_poll' => "Uusi Kysely",
|
||||
'text_day' => " päivä",
|
||||
'text_hour' => " tunti",
|
||||
'text_current_poll' => "Huomautus: tämänhetkinen kysely ",
|
||||
'text_is_only' => " on vain ",
|
||||
'text_old' => " vanha.",
|
||||
'text_make_poll' => "Tee kysely",
|
||||
'text_question' => "Kysymys",
|
||||
'text_option' => "Valinta ",
|
||||
'submit_edit_poll' => "Muokkaa Äänestystä",
|
||||
'submit_create_poll' => "Luo Kysely",
|
||||
'text_required' => " vaadittu"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user