add lang: nl + deprecate lang/_target

This commit is contained in:
xiaomlove
2025-04-21 02:53:56 +07:00
parent 4166a933e1
commit d990723ebc
310 changed files with 14339 additions and 245 deletions

24
lang/da/lang_makepoll.php Normal file
View 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"
);
?>