Files
nexusphp/lang/fi/lang_makepoll.php
2025-04-22 02:55:12 +07:00

25 lines
706 B
PHP

<?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"
);
?>