mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07: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' => "Kontakt Personale",
|
||||
'text_message_to_staff' => "Send besked til Personalet",
|
||||
'row_subject' => "Emne",
|
||||
'row_body' => "Krop",
|
||||
'submit_send_it' => "Send It!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user