mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
39 lines
2.4 KiB
PHP
39 lines
2.4 KiB
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'title_for_torrent' => 'Λεπτομέρειες απαίτησης torrent',
|
|||
|
|
'title_for_user' => 'Λεπτομέρειες απαίτησης χρήστη',
|
|||
|
|
'th_id' => 'ID',
|
|||
|
|
'th_username' => 'Χρήστης',
|
|||
|
|
'th_torrent_name' => 'Όνομα torrent',
|
|||
|
|
'th_torrent_size' => 'Μέγεθος torrent',
|
|||
|
|
'th_torrent_ttl' => 'Torrent TTL',
|
|||
|
|
'th_claim_at' => 'Ισχυρισμός σε',
|
|||
|
|
'th_last_settle' => 'Τελευταία διευθέτηση στις',
|
|||
|
|
'th_seed_time_this_month' => 'Se. αυτό το μήνα',
|
|||
|
|
'th_uploaded_this_month' => 'Up. αυτό το μήνα',
|
|||
|
|
'th_reached_or_not' => 'Έφτασε',
|
|||
|
|
'th_action' => 'Ενέργεια',
|
|||
|
|
|
|||
|
|
'msg_title' => 'Διεκδικήστε τη διευθέτηση του αποτελέσματος τον τελευταίο μήνα (:month):',
|
|||
|
|
'msg_subject' => ':month διεκδίκηση διακανονισμού',
|
|||
|
|
'claim_total' => 'Διεκδικήστε το σύνολο torrent: [b]:total[/b]',
|
|||
|
|
'claim_reached_counts' => 'Μετρήσεις πληθώρα torrent: [b]:counts[/b]',
|
|||
|
|
'claim_reached_summary' => 'Reached torrent get bonus per hour: [b]:bonus_per_hour[/b], seed average (hour): [b]:hours[/b], get bonus total: [b]:bonus_total[/b]',
|
|||
|
|
'claim_unreached_remain_counts' => 'Απεικόνιση torrent παραμένει μετρήσεις: [b]:counts[/b]',
|
|||
|
|
'claim_unreached_remove_counts' => 'Unreached torrent remove counts: [b]:counts[/b]',
|
|||
|
|
'claim_unreached_summary' => 'Μείωση μπόνους κάθε μη επιτευχθέν torrent:[b]:deduct_per_torrent[/b], συνολική έκπτωση: [b]:deduct_total[/b]',
|
|||
|
|
|
|||
|
|
'confirm_give_up' => 'Είστε σίγουροι ότι θέλετε να εγκαταλείψετε την διεκδίκηση αυτού του torrent?',
|
|||
|
|
'add_claim' => 'Claim',
|
|||
|
|
'add_claim_confirm' => 'Επιβεβαιώστε την αξίωση?',
|
|||
|
|
'remove_claim' => 'Δώσε επάνω',
|
|||
|
|
'remove_claim_confirm' => 'Επιβεβαιώστε να παραιτηθεί από την αξίωση?',
|
|||
|
|
'already_claimed' => 'Διεκδικείται',
|
|||
|
|
'not_claim_yet' => 'Αζήτητη',
|
|||
|
|
'fields' => [
|
|||
|
|
'torrent_id' => 'Id Torrent',
|
|||
|
|
],
|
|||
|
|
'claim_all_seeding_confirmation' => 'Είστε σίγουροι ότι θέλετε να διεκδικήσετε όλα τα torrents που βρίσκονται σε σπορά?' ,
|
|||
|
|
];
|