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 Details",
|
||||
'text_snatch_detail_for' => "Snatch Details voor ",
|
||||
'text_users_top_finished_recently' => "De gebruikers bovenaan klaar de download het laatst",
|
||||
'col_username' => "Gebruikersnaam",
|
||||
'col_uploaded' => "Geüpload",
|
||||
'col_downloaded' => "Gedownload",
|
||||
'col_se_time' => "Ze. Tijd",
|
||||
'col_le_time' => "Le. Tijd",
|
||||
'col_ratio' => "Verhouding",
|
||||
'col_when_completed' => "Voltooid op",
|
||||
'col_last_action' => "Laatste actie",
|
||||
'col_seeding' => "Uploaden",
|
||||
'col_pm_user' => "PM gebruiker",
|
||||
'col_report_user' => "Gebruiker melden",
|
||||
'col_on_or_off' => "Aan/uit",
|
||||
'text_global' => "Wereldwijd",
|
||||
'text_torrent' => "Torrent",
|
||||
'text_yes' => "ja",
|
||||
'text_no'=> "Neen",
|
||||
'title_report' => "Rapporteren",
|
||||
'col_ip' => "IP-adres",
|
||||
'text_per_second' => "/sec.",
|
||||
'text_anonymous' => "anoniem",
|
||||
'text_inf' => "Inf.",
|
||||
'std_sorry' => "Sorry",
|
||||
'std_no_snatched_users' => "Er is nog geen gebruiker die deze torrent heeft opgehaald.",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user