Files
nexusphp/lang/sv/lang_makepoll.php
2025-04-22 19:35:05 +07:00

25 lines
686 B
PHP

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