Files
nexusphp/lang/nb/lang_cheaterbox.php

29 lines
740 B
PHP
Raw Permalink Normal View History

2025-05-05 21:27:48 +07:00
<?php
$lang_cheaterbox = array
(
'std_oho' => "Oho!",
'std_no_suspect_detected' => "Ingen mistenkelig detektert ennå.",
'head_cheaterbox' => "Cheaterbox",
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
'col_added' => "Lagt",
'col_suspect' => "Mistenkes",
'col_hit' => "Slå",
'col_torrent' => "Torrent",
'col_ul' => "UL",
'col_dl' => "DL",
'col_ann_time' => "På. tid",
'col_seeders' => "Senere",
'col_leechers' => "Leechers",
'col_comment' => "Kommentar",
'col_dealt_with' => "alt med",
'col_action' => "Loven.",
'text_torrent_does_not_exist' => "Torrent finnes ikke eller er slettet",
'text_yes' => "Ja",
'text_no' => "Nei",
'submit_set_dealt' => "Sett falt",
'submit_delete' => "Slett"
);
?>