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:
26
lang/nl/lang_moforums.php
Normal file
26
lang/nl/lang_moforums.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
$lang_moforums = array
|
||||
(
|
||||
'head_overforum_management' => "Overforum Beheer",
|
||||
'text_forum_management' => "Forum Beheer",
|
||||
'text_overforum_management' => "Overforum Beheer",
|
||||
'col_name' => "naam",
|
||||
'col_viewed_by' => "Bekeken door",
|
||||
'col_modify' => "Aanpassen",
|
||||
'text_edit' => "Bewerken",
|
||||
'text_delete' => "Verwijderen",
|
||||
'js_sure_to_delete_overforum' => "Weet u zeker dat u dit overforum wilt verwijderen?",
|
||||
'text_no_records_found' => "Sorry, er zijn geen records gevonden!",
|
||||
'text_new_overforum' => "Nieuw Overforum",
|
||||
'text_overforum_name' => "Naam Overforum",
|
||||
'text_overforum_description' => "Beschrijving Overforum",
|
||||
'text_minimum_view_permission' => "Minimale rechten weergeven",
|
||||
'text_overforum_order' => "Overforum volgorde",
|
||||
'text_overforum_order_note' => "Oplopend op nummer. Dat wil zeggen dat 0 series bovenaan staan",
|
||||
'submit_make_overforum' => "Maak Overforum",
|
||||
'text_edit_overforum' => "Overforum bewerken",
|
||||
'submit_edit_overforum' => "Overforum bewerken"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user