mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-27 14:17:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_contactstaff = array
|
||||
(
|
||||
'head_contact_staff' => "Contact opnemen",
|
||||
'text_message_to_staff' => "Bericht verzenden naar medewerker",
|
||||
'row_subject' => "Onderwerp",
|
||||
'row_body' => "Lichaam",
|
||||
'submit_send_it' => "Verzenden It!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user