Files
nexusphp/resources/lang/en/torrent.php

30 lines
872 B
PHP
Raw Normal View History

<?php
return [
'pos_state_normal' => 'Normal',
2021-06-05 16:02:01 +08:00
'pos_state_sticky' => 'Sticky first',
'pos_state_r_sticky' => 'Sticky second',
'index' => [
'page_title' => 'Torrent list',
],
'show' => [
'page_title' => 'Torrent detail',
'basic_category' => 'Category',
'basic_audio_codec' => 'Audio codec',
'basic_codec' => 'Video codec',
'basic_media' => 'Media',
'basic_source' => 'Source',
'basic_standard' => 'Standard',
'basic_team' => 'Team',
'size' => 'Size',
'comments_label' => 'Comments',
2021-12-14 16:22:03 +08:00
'times_completed_label' => 'Snatched',
'peers_count_label' => 'Peers',
2021-12-14 16:22:03 +08:00
'thank_users_count_label' => 'Thanks',
'numfiles_label' => 'Files',
'bookmark_yes_label' => 'Bookmarked',
'bookmark_no_label' => 'Add to bookmark',
]
];