mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user