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,22 @@
|
||||
<?php
|
||||
|
||||
$lang_uploaders = array
|
||||
(
|
||||
'text_no_uploaders_yet' => "¡No se encontraron cargadores!",
|
||||
'head_uploaders' => "Cargadores",
|
||||
'text_uploaders' => "Cargadores",
|
||||
'col_username' => "Usuario",
|
||||
'col_torrents_size' => "Tamaño de torrentes",
|
||||
'col_torrents_num' => "Número de torrentes",
|
||||
'col_last_upload_time' => "Última actualización",
|
||||
'col_last_upload' => "Última torrent",
|
||||
'text_not_available' => "N/A",
|
||||
'submit_go' => "Ir",
|
||||
'text_select_month' => "Seleccionar mes: ",
|
||||
'text_order_by' => "Ordenar por",
|
||||
'text_username' => "Usuario",
|
||||
'text_torrent_size' => "Tamaño torrent",
|
||||
'text_torrent_num' => "Número de torrent",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user