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' => "Benutzer",
|
||||
'col_location' => "Standort",
|
||||
'col_connectable' => "Verbindlich",
|
||||
'col_uploaded' => "Hochgeladen",
|
||||
'col_rate' => "Rate",
|
||||
'col_av_rate' => "Durchschnittsrate",
|
||||
'col_downloaded' => "Heruntergeladen",
|
||||
'col_ratio' => "Verhältnis",
|
||||
'col_complete' => "Complete",
|
||||
'col_connected' => "Verbunden",
|
||||
'col_idle' => "Leerlauf",
|
||||
'col_client' => "Kunde",
|
||||
'text_anonymous' => "Anonym",
|
||||
'text_unknown' => "(unbekannt)",
|
||||
'text_seeders' => "Seeder",
|
||||
'text_leechers' => "Leechers",
|
||||
'row_seeders' => "Seeder",
|
||||
'row_leechers' => "Leechers",
|
||||
'text_yes' => "Ja",
|
||||
'text_no' => "Nein",
|
||||
'text_inf' => "Inf."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user