mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
24
lang/da/lang_makepoll.php
Normal file
24
lang/da/lang_makepoll.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user