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

22 lines
641 B
PHP

<?php
$lang_polloverview = array
(
'std_error' => "Virhe",
'head_poll_overview' => "Kyselyt Yleiskatsaus",
'text_polls_overview' => "Kyselyt Yleiskatsaus",
'col_id' => "ID",
'col_added' => "Lisätty",
'col_question' => "Kysymys",
'text_no_users_voted' => "Anteeksi...Ei ole käyttäjiä, jotka äänesti!",
'text_no_poll_id' => "Anteeksi...Ei ole kyselyitä tuolla ID!",
'text_poll_question' => "Kyselyn Kysymykset",
'col_option_no' => "Vaihtoehto Nro",
'col_options' => "Valinnat",
'text_polls_user_overview' => "Kyselyt Käyttäjän Yleiskatsaus",
'col_username' => "Käyttäjätunnus",
'col_selection' => "Valinta",
);
?>