mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
708 B
PHP
25 lines
708 B
PHP
<?php
|
|
|
|
$lang_makepoll = array
|
|
(
|
|
'std_error' => "Feil",
|
|
'std_no_poll_id' => "Ingen avstemming funnet med denne IDen",
|
|
'std_missing_form_data' => "Manglende skjemadata!",
|
|
'head_edit_poll' => "Rediger avstemming",
|
|
'text_edit_poll' => "Rediger avstemming",
|
|
'head_new_poll' => "Ny avstemming",
|
|
'text_day' => " dag",
|
|
'text_hour' => " time",
|
|
'text_current_poll' => "Merk: Den gjeldende avstemningen ",
|
|
'text_is_only' => " bare er ",
|
|
'text_old' => " gammel.",
|
|
'text_make_poll' => "Opprett avstemming",
|
|
'text_question' => "Spørsmål",
|
|
'text_option' => "Alternativ ",
|
|
'submit_edit_poll' => "Rediger avstemming",
|
|
'submit_create_poll' => "Velg en avstemming",
|
|
'text_required' => " obligatorisk"
|
|
);
|
|
|
|
?>
|