add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+28
View File
@@ -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."
);
?>