add lang fi + fr

This commit is contained in:
xiaomlove
2025-04-22 02:55:12 +07:00
parent 92530e2c79
commit ca33cbacfe
269 changed files with 13933 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
<?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",
);
?>