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
+28
View File
@@ -0,0 +1,28 @@
<?php
$lang_viewpeerlist = array
(
'col_user_ip' => "Bruger",
'col_location' => "Placering",
'col_connectable' => "Tilsluttet",
'col_uploaded' => "Uploadet",
'col_rate' => "Sats",
'col_av_rate' => "Av. Sats",
'col_downloaded' => "Downloadet",
'col_ratio' => "Forhold",
'col_complete' => "Complete",
'col_connected' => "Forbundet",
'col_idle' => "Tomgang",
'col_client' => "Klient",
'text_anonymous' => "Anonym",
'text_unknown' => "(ukendt)",
'text_seeders' => "Seeders",
'text_leechers' => "Leechers",
'row_seeders' => "Seeders",
'row_leechers' => "Leechers",
'text_yes' => "Ja",
'text_no' => "Nej",
'text_inf' => "Inf."
);
?>