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