add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions

24
lang/sv/lang_makepoll.php Normal file
View File

@@ -0,0 +1,24 @@
<?php
$lang_makepoll = array
(
'std_error' => "Fel",
'std_no_poll_id' => "Ingen enkät hittades med detta ID",
'std_missing_form_data' => "Saknar formulärdata!",
'head_edit_poll' => "Redigera enkät",
'text_edit_poll' => "Redigera enkät",
'head_new_poll' => "Ny omröstning",
'text_day' => " dag",
'text_hour' => " timme",
'text_current_poll' => "Notera: Den aktuella undersökningen ",
'text_is_only' => " är endast ",
'text_old' => " gammal.",
'text_make_poll' => "Gör enkät",
'text_question' => "Fråga",
'text_option' => "Alternativ ",
'submit_edit_poll' => "Redigera enkät",
'submit_create_poll' => "Skapa enkät",
'text_required' => " obligatorisk"
);
?>