mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
666 B
PHP
29 lines
666 B
PHP
<?php
|
|
|
|
$lang_viewpeerlist = array
|
|
(
|
|
'col_user_ip' => "Gebruiker",
|
|
'col_location' => "Locatie",
|
|
'col_connectable' => "Verbonden",
|
|
'col_uploaded' => "Geüpload",
|
|
'col_rate' => "Beoordelen",
|
|
'col_av_rate' => "Av. tarief",
|
|
'col_downloaded' => "Gedownload",
|
|
'col_ratio' => "Verhouding",
|
|
'col_complete' => "Complete",
|
|
'col_connected' => "Verbonden",
|
|
'col_idle' => "Inactief",
|
|
'col_client' => "Klant",
|
|
'text_anonymous' => "Anoniem",
|
|
'text_unknown' => "(onbekend)",
|
|
'text_seeders' => "Seeders",
|
|
'text_leechers' => "Leechers",
|
|
'row_seeders' => "Seeders",
|
|
'row_leechers' => "Leechers",
|
|
'text_yes' => "ja",
|
|
'text_no' => "Neen",
|
|
'text_inf' => "Inf."
|
|
);
|
|
|
|
?>
|