mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +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' => "Usuario",
|
||||
'col_location' => "Ubicación",
|
||||
'col_connectable' => "Conectable",
|
||||
'col_uploaded' => "Subido",
|
||||
'col_rate' => "Tasa",
|
||||
'col_av_rate' => "Tasa Av.",
|
||||
'col_downloaded' => "Descargado",
|
||||
'col_ratio' => "Ratio",
|
||||
'col_complete' => "Complete",
|
||||
'col_connected' => "Conectado",
|
||||
'col_idle' => "Inactivo",
|
||||
'col_client' => "Cliente",
|
||||
'text_anonymous' => "Anónimo",
|
||||
'text_unknown' => "(desconocido)",
|
||||
'text_seeders' => "Semilleros",
|
||||
'text_leechers' => "Leechers",
|
||||
'row_seeders' => "Semilleros",
|
||||
'row_leechers' => "Leechers",
|
||||
'text_yes' => "Sí",
|
||||
'text_no' => "Nu",
|
||||
'text_inf' => "Inf."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user