Files

40 lines
1.9 KiB
PHP
Raw Permalink Normal View History

2025-04-21 02:53:56 +07:00
<?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',
2025-05-05 21:27:48 +07:00
'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]',
2025-05-17 21:18:20 +07:00
'slice_tip' => 'Toon alleen de eerste :slice_count items',
2025-04-21 02:53:56 +07:00
'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?' ,
];