mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update lang
This commit is contained in:
33
lang/nb/lang_viewsnatches.php
Normal file
33
lang/nb/lang_viewsnatches.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
$lang_viewsnatches = array
|
||||
(
|
||||
'head_snatch_detail' => "Snakke detaljer",
|
||||
'text_snatch_detail_for' => "Snakke detaljer for ",
|
||||
'text_users_top_finished_recently' => "Brukerne på toppen avsluttet nedlastingen sist",
|
||||
'col_username' => "Brukernavn",
|
||||
'col_uploaded' => "Opplastet",
|
||||
'col_downloaded' => "Nedlastet",
|
||||
'col_se_time' => "Se. Tid",
|
||||
'col_le_time' => "Le. Tid",
|
||||
'col_ratio' => "Forhold",
|
||||
'col_when_completed' => "Fullført ved",
|
||||
'col_last_action' => "Siste handling",
|
||||
'col_seeding' => "Deler",
|
||||
'col_pm_user' => "PM bruker",
|
||||
'col_report_user' => "Rapporter bruker",
|
||||
'col_on_or_off' => "På/Av",
|
||||
'text_global' => "Globalt",
|
||||
'text_torrent' => "Torrent",
|
||||
'text_yes' => "Ja",
|
||||
'text_no'=> "Nei",
|
||||
'title_report' => "Rapporter",
|
||||
'col_ip' => "IP",
|
||||
'text_per_second' => "/s",
|
||||
'text_anonymous' => "anonym",
|
||||
'text_inf' => "Opplysning",
|
||||
'std_sorry' => "Beklager",
|
||||
'std_no_snatched_users' => "Ingen bruker har hentet denne torrenten ennå.",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user