mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
22
lang/ro/lang_uploaders.php
Normal file
22
lang/ro/lang_uploaders.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
$lang_uploaders = array
|
||||
(
|
||||
'text_no_uploaders_yet' => "Nici un uploader găsit!",
|
||||
'head_uploaders' => "Încărcători",
|
||||
'text_uploaders' => "Încărcători",
|
||||
'col_username' => "Nume",
|
||||
'col_torrents_size' => "Dimensiune Torente",
|
||||
'col_torrents_num' => "Num Torente",
|
||||
'col_last_upload_time' => "Ultima actualizare",
|
||||
'col_last_upload' => "Torent actualizat ultima dată",
|
||||
'text_not_available' => "N/A",
|
||||
'submit_go' => "Mergi",
|
||||
'text_select_month' => "Selectați luna: ",
|
||||
'text_order_by' => "Ordonare după",
|
||||
'text_username' => "Nume",
|
||||
'text_torrent_size' => "Mărimea Torentului",
|
||||
'text_torrent_num' => "Numar Torent",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user