mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
40 lines
1.8 KiB
PHP
40 lines
1.8 KiB
PHP
<?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?' ,
|
||
];
|