2020-12-26 01:42:23 +08:00
< ? php
$lang_getrss = array
(
'text_rss_feeds' => " RSS Feeds " ,
'head_rss_feeds' => " RSS Feeds " ,
'std_error' => " Error " ,
'std_no_row' => " You must select rows! " ,
'std_done' => " Done! " ,
'std_use_following_url' => " Use the following URL in your RSS reader, e.g. Google Reader: " ,
'std_utorrent_feed_url' => " Use the following URL in BitTorrent clients that support RSS Feed, e.g. uTorrent: " ,
'row_categories_to_retrieve' => " Categories to retrieve " ,
'row_feed_type' => " Feed type " ,
'text_web_link' => " Web Link " ,
'text_download_link' => " Download Link " ,
'row_rows_per_page' => " Rows Per Page " ,
'submit_generatte_rss_link' => " Generate RSS link " ,
'text_category' => " Category " ,
'text_source' => " Source " ,
'text_codec' => " Codec " ,
'text_standard' => " Standard " ,
'text_processing' => " Processing " ,
'text_medium' => " Medium " ,
'text_team' => " Team " ,
'text_audio_codec' => " Audio Codec " ,
'row_item_title_type' => " Title display format " ,
'text_item_category' => " [Category] + " ,
'text_item_title' => " Title + " ,
'text_item_small_description' => " [Small Description] + " ,
'text_item_size' => " [Size] + " ,
'text_item_uploader' => " [Uploader] " ,
'row_show_bookmarked' => " Show Bookmarked " ,
'text_all' => " all " ,
'text_only_bookmarked' => " only bookmarked " ,
'text_show_bookmarked_note' => " Ony for BitTorrent clients " ,
'row_keyword' => " Keyword " ,
'text_with' => " with " ,
'select_and' => " AND " ,
'select_or' => " OR " ,
'select_exact' => " Exact " ,
'text_mode' => " matching mode " ,
2023-01-16 19:43:56 +08:00
'text_keyword_note' => " Ony subscribe to items with these keywords in titles. " ,
'row_sticky' => 'Sticky' ,
2023-04-29 12:57:46 +08:00
'row_paid' => 'Magic will be deducted for downloading' ,
'row_paid_help' => 'Note: This is not a Free/50% type of promotion, when the uploader sets the torrent to be paid, the download will require deduct bonus' ,
2023-02-11 16:08:48 +08:00
'paid_no' => 'Free' ,
'paid_yes' => 'Paid' ,
'paid_all' => 'All' ,
2020-12-26 01:42:23 +08:00
);
?>