mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
$lang_viewpeerlist = array
|
||||
(
|
||||
'col_user_ip' => "Utilizator",
|
||||
'col_location' => "Locaţie",
|
||||
'col_connectable' => "Conectabil",
|
||||
'col_uploaded' => "Încărcat",
|
||||
'col_rate' => "Evaluează",
|
||||
'col_av_rate' => "Rată medie",
|
||||
'col_downloaded' => "Descărcat",
|
||||
'col_ratio' => "Raport",
|
||||
'col_complete' => "Complete",
|
||||
'col_connected' => "Conectat",
|
||||
'col_idle' => "Inactiv",
|
||||
'col_client' => "Client",
|
||||
'text_anonymous' => "Anonim",
|
||||
'text_unknown' => "(necunoscut)",
|
||||
'text_seeders' => "Seederi",
|
||||
'text_leechers' => "Leechers",
|
||||
'row_seeders' => "Seederi",
|
||||
'row_leechers' => "Leechers",
|
||||
'text_yes' => "Da",
|
||||
'text_no' => "Nr",
|
||||
'text_inf' => "Inf."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user