mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-06 07:50:56 +08:00
25 lines
703 B
PHP
25 lines
703 B
PHP
<?php
|
|
|
|
$lang_makepoll = array
|
|
(
|
|
'std_error' => "Fejl",
|
|
'std_no_poll_id' => "Ingen afstemning fundet med dette ID",
|
|
'std_missing_form_data' => "Mangler formulardata!",
|
|
'head_edit_poll' => "Rediger Afstemning",
|
|
'text_edit_poll' => "Rediger Afstemning",
|
|
'head_new_poll' => "Ny Afstemning",
|
|
'text_day' => " dag",
|
|
'text_hour' => " time",
|
|
'text_current_poll' => "Bemærk: Den aktuelle afstemning ",
|
|
'text_is_only' => " er kun ",
|
|
'text_old' => " gamle.",
|
|
'text_make_poll' => "Foretag afstemning",
|
|
'text_question' => "Spørgsmål",
|
|
'text_option' => "Valgmulighed ",
|
|
'submit_edit_poll' => "Rediger Afstemning",
|
|
'submit_create_poll' => "Opret Afstemning",
|
|
'text_required' => " påkrævet"
|
|
);
|
|
|
|
?>
|