mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
648 B
PHP
29 lines
648 B
PHP
<?php
|
|
|
|
$lang_viewpeerlist = array
|
|
(
|
|
'col_user_ip' => "Bruker",
|
|
'col_location' => "Sted",
|
|
'col_connectable' => "Tilkoblet",
|
|
'col_uploaded' => "Opplastet",
|
|
'col_rate' => "Sats",
|
|
'col_av_rate' => "Av. sats",
|
|
'col_downloaded' => "Nedlastet",
|
|
'col_ratio' => "Forhold",
|
|
'col_complete' => "Complete",
|
|
'col_connected' => "Tilkoblet",
|
|
'col_idle' => "Inaktiv",
|
|
'col_client' => "Klient",
|
|
'text_anonymous' => "Anonym",
|
|
'text_unknown' => "(ukjent)",
|
|
'text_seeders' => "Senere",
|
|
'text_leechers' => "Leechers",
|
|
'row_seeders' => "Senere",
|
|
'row_leechers' => "Leechers",
|
|
'text_yes' => "Ja",
|
|
'text_no' => "Nei",
|
|
'text_inf' => "Opplysning"
|
|
);
|
|
|
|
?>
|