Files
nexusphp/resources/lang/nb/claim.php
2025-05-17 21:18:20 +07:00

40 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'title_for_torrent' => 'Torrent krav detaljer',
'title_for_user' => 'Brukerkrav detaljer',
'th_id' => 'ID',
'th_username' => 'Bruker',
'th_torrent_name' => 'Torrent navn',
'th_torrent_size' => 'Størrelse på torrent',
'th_torrent_ttl' => 'Torrent TTL',
'th_claim_at' => 'Krev ved',
'th_last_settle' => 'Siste oppgjør på',
'th_seed_time_this_month' => 'Tel. denne måneden',
'th_uploaded_this_month' => 'Op. denne måneden',
'th_reached_or_not' => 'Oppnådd',
'th_action' => 'Handling',
'msg_title' => 'Kredittoppgjørsresultat siste måned (:month):',
'msg_subject' => ':month krav avregning',
'claim_total' => 'Total kreves torrent: [b]:total[/b]',
'claim_reached_counts' => 'Antall torrent nådd: [b]:count[/b]',
'claim_reached_summary' => 'Oppnådd torrent får bonus per time: [b]:bonus_per_hour[/b], spredningstid average(time): [b]:hours[/b], får bonus totalt: [b]:bonus_total[/b]',
'claim_unreached_remain_counts' => 'Ikke oppnådd torrent forblir antall: [b]:count[/b]',
'claim_unreached_remove_counts' => 'Ikke oppnådd antall torrent-fjerning: [b]:count[/b]',
'claim_unreached_summary' => 'Trekk fra bonusen hver uoppnådd torrent[b]:deduct_per_torrent[/b], total trekk: [b]:deduct_total[/b]',
'slice_tip' => 'Vis bare de første :slice_count elementene',
'confirm_give_up' => 'Er du sikker på at du ønsker å hevde denne torrenten?',
'add_claim' => 'Claim',
'add_claim_confirm' => 'Bekreft krav?',
'remove_claim' => 'Gi opp',
'remove_claim_confirm' => 'Bekreft innlevering av krav?',
'already_claimed' => 'Påtatt',
'not_claim_yet' => 'Uvisst',
'fields' => [
'torrent_id' => 'Torrent ID',
],
'claim_all_seeding_confirmation' => 'Er du sikker på at du vil kreve alle innsatte som for øyeblikket?' ,
];