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
+20
View File
@@ -0,0 +1,20 @@
<?php
$lang_users = array
(
'head_users' => "Brugere",
'text_users' => "<h1>Brugere</h1>",
'text_search' => "Søg:",
'select_any_class' => "(alle klasser)",
'submit_okay' => "Okay",
'text_prev' => "Forrige",
'text_next' => "Næste",
'col_user_name' => "Bruger navn",
'col_registered' => "Registreret",
'col_last_access' => "Seneste adgang",
'col_class' => "Klasse",
'col_country' => "Land",
'select_any_country'=> "(ethvert land)",
);
?>