Files
nexusphp/lang/sv/lang_viewsnatches.php
2025-04-22 19:35:05 +07:00

34 lines
994 B
PHP

<?php
$lang_viewsnatches = array
(
'head_snatch_detail' => "Snatch Detaljer",
'text_snatch_detail_for' => "Snatch Detaljer för ",
'text_users_top_finished_recently' => "Användare i toppen avslutade nedladdningen senast",
'col_username' => "Användarnamn",
'col_uploaded' => "Uppladdad",
'col_downloaded' => "Nedladdad",
'col_se_time' => "Se. Tid",
'col_le_time' => "Lig. Tid",
'col_ratio' => "Förhållande",
'col_when_completed' => "Slutförd vid",
'col_last_action' => "Senaste åtgärd",
'col_seeding' => "Seeding",
'col_pm_user' => "PM användare",
'col_report_user' => "Rapportera användare",
'col_on_or_off' => "På/av",
'text_global' => "Globalt",
'text_torrent' => "Torrent",
'text_yes' => "Ja",
'text_no'=> "Nej",
'title_report' => "Rapportera",
'col_ip' => "IP",
'text_per_second' => "/s",
'text_anonymous' => "anonym",
'text_inf' => "Inf.",
'std_sorry' => "Ledsen",
'std_no_snatched_users' => "Ingen användare har hämtat denna torrent ännu.",
);
?>