mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
686 B
PHP
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"
|
|
);
|
|
|
|
?>
|