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

View File

@@ -0,0 +1,24 @@
<?php
$lang_sendmessage = array
(
'std_error' => "Foutmelding",
'std_permission_denied' => "Toestemming geweigerd",
'head_send_message' => "Verstuur bericht",
'text_mass_message' => "Massa bericht naar ",
'text_users' => "gebruikers",
'text_subject' => "Betreft:",
'text_comment' => "Notitie:",
'text_from' => "Van:",
'text_take_snapshot' => "Neem momentopname:",
'submit_send_it' => "Stuur het!",
'submit_preview' => "Voorvertoning",
'text_templates' => "Sjablonen:",
'submit_use' => "Gebruik",
'std_no_user_id' => "Geen gebruiker met dat ID.",
'text_message_to' => "Bericht aan ",
'checkbox_delete_message_replying_to' => "Verwijder bericht waar u op reageert",
'checkbox_save_message_to_sendbox' => "Bericht opslaan in verzendingsveld"
);
?>