mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
40 lines
1.9 KiB
PHP
40 lines
1.9 KiB
PHP
<?php
|
||
|
||
return [
|
||
'title_for_torrent' => 'Torrent claim details',
|
||
'title_for_user' => 'Gebruiker claimt details',
|
||
'th_id' => 'ID',
|
||
'th_username' => 'Gebruiker',
|
||
'th_torrent_name' => 'Torrent naam',
|
||
'th_torrent_size' => 'Torrent grootte',
|
||
'th_torrent_ttl' => 'Torrent TTL',
|
||
'th_claim_at' => 'Claim op',
|
||
'th_last_settle' => 'Laatste punt om',
|
||
'th_seed_time_this_month' => 'Ze. deze maand',
|
||
'th_uploaded_this_month' => 'Up. deze maand',
|
||
'th_reached_or_not' => 'Bereikt',
|
||
'th_action' => 'actie',
|
||
|
||
'msg_title' => 'Claim eindresultaat van afgelopen maand (:maand):',
|
||
'msg_subject' => 'vorderingen afwikkeling :maand',
|
||
'claim_total' => 'Opvordering torrent totaal: [b]:total[/b]',
|
||
'claim_reached_counts' => 'Reached torrent counts: [b]:counts[/b]',
|
||
'claim_reached_summary' => 'Berekende torrent krijgt bonus per uur: [b]:bonus_per_uur[/b], zaad tijd gemiddelde (uur): [b]:hours[/b], krijg bonus totale: [b]:bonus_total[/b]',
|
||
'claim_unreached_remain_counts' => 'Onbereikte torrent blijft tellen: [b]:counts[/b]',
|
||
'claim_unreached_remove_counts' => 'Niet bereikt torrent verwijder tellen: [b]:counts[/b]',
|
||
'claim_unreached_summary' => 'Verwijder elke onbereikte torrent:[b]:deduct_per_torrent[/b], totale aftreking: [b]:deduct_total[/b]',
|
||
'slice_tip' => 'Toon alleen de eerste :slice_count items',
|
||
|
||
'confirm_give_up' => 'Weet u zeker dat u wilt stoppen met het claimen van deze torrent?',
|
||
'add_claim' => 'Claim',
|
||
'add_claim_confirm' => 'Ophalen bevestigen?',
|
||
'remove_claim' => 'Geef op',
|
||
'remove_claim_confirm' => 'Bevestig om de claim op te geven?',
|
||
'already_claimed' => 'Opgeëist',
|
||
'not_claim_yet' => 'Niet-opgeëist',
|
||
'fields' => [
|
||
'torrent_id' => 'Torrent ID',
|
||
],
|
||
'claim_all_seeding_confirmation' => 'Weet je zeker dat je alle torrents wilt claimen die momenteel worden gezicht?' ,
|
||
];
|