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,33 @@
|
||||
<?php
|
||||
|
||||
$lang_viewsnatches = array
|
||||
(
|
||||
'head_snatch_detail' => "Snatch Detaljer",
|
||||
'text_snatch_detail_for' => "Snatch Detaljer for ",
|
||||
'text_users_top_finished_recently' => "Brugerne øverst færdig med download senest",
|
||||
'col_username' => "Brugernavn",
|
||||
'col_uploaded' => "Uploadet",
|
||||
'col_downloaded' => "Downloadet",
|
||||
'col_se_time' => "Se. Tid",
|
||||
'col_le_time' => "Les. Tid",
|
||||
'col_ratio' => "Forhold",
|
||||
'col_when_completed' => "Afsluttet Den",
|
||||
'col_last_action' => "Seneste Handling",
|
||||
'col_seeding' => "Seeder",
|
||||
'col_pm_user' => "PM Bruger",
|
||||
'col_report_user' => "Anmeld Bruger",
|
||||
'col_on_or_off' => "Til/Fra",
|
||||
'text_global' => "Globalt",
|
||||
'text_torrent' => "Torrent",
|
||||
'text_yes' => "Ja",
|
||||
'text_no'=> "Nej",
|
||||
'title_report' => "Rapport",
|
||||
'col_ip' => "IP",
|
||||
'text_per_second' => "/s",
|
||||
'text_anonymous' => "anonym",
|
||||
'text_inf' => "Inf.",
|
||||
'std_sorry' => "Beklager",
|
||||
'std_no_snatched_users' => "Ingen bruger har hentet denne torrent endnu.",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user