mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
34 lines
1.0 KiB
PHP
34 lines
1.0 KiB
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "Detaily sestřihu",
|
|
'text_snatch_detail_for' => "Podrobnosti o účtech pro ",
|
|
'text_users_top_finished_recently' => "Uživatelé v horní části stahování naposledy dokončili",
|
|
'col_username' => "Uživatelské jméno",
|
|
'col_uploaded' => "Nahráno",
|
|
'col_downloaded' => "Staženo",
|
|
'col_se_time' => "Se. Čas",
|
|
'col_le_time' => "Čas",
|
|
'col_ratio' => "Poměr",
|
|
'col_when_completed' => "Dokončeno",
|
|
'col_last_action' => "Poslední akce",
|
|
'col_seeding' => "Distribuce",
|
|
'col_pm_user' => "PM uživatel",
|
|
'col_report_user' => "Nahlásit uživatele",
|
|
'col_on_or_off' => "Zapnout/vypnout",
|
|
'text_global' => "Globální",
|
|
'text_torrent' => "Torrent",
|
|
'text_yes' => "Ano",
|
|
'text_no'=> "Ne",
|
|
'title_report' => "Nahlásit",
|
|
'col_ip' => "IP adresa",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anonymní",
|
|
'text_inf' => "Inspekce na místě",
|
|
'std_sorry' => "Omlouváme se",
|
|
'std_no_snatched_users' => "Tento torrent zatím nenalezl žádný uživatel.",
|
|
);
|
|
|
|
?>
|