application/data/PodcastClient_english.rls
changeset 60 4d230e702aa3
parent 39 ca935c84c94b
child 62 dcfa96a27a8b
equal deleted inserted replaced
59:9569ea080d5a 60:4d230e702aa3
    36 rls_string STRING_r_tabgroup_feeds "Feeds"
    36 rls_string STRING_r_tabgroup_feeds "Feeds"
    37 rls_string STRING_r_tabgroup_queue "Queue"
    37 rls_string STRING_r_tabgroup_queue "Queue"
    38 rls_string STRING_r_tabgroup_queue_counter "Queue (%d)"
    38 rls_string STRING_r_tabgroup_queue_counter "Queue (%d)"
    39 
    39 
    40 // Question dialogs
    40 // Question dialogs
    41 rls_string STRING_r_add_feed_prompt "Enter search terms or feed URL"
    41 rls_string STRING_r_add_feed_prompt "Enter search terms or feed address"
    42 rls_string STRING_r_edit_feed_prompt "Feed URL"
    42 rls_string STRING_r_edit_feed_prompt "Feed address"
    43 rls_string STRING_r_add_feed_title_prompt "Feed title"
    43 rls_string STRING_r_add_feed_title_prompt "Feed title"
    44 rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?"
    44 rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?"
    45 rls_string STRING_r_enable_downloads_prompt "There are shows in the download queue. Do you want to download now?"
    45 rls_string STRING_r_enable_downloads_prompt "There are shows in the download queue. Do you want to download now?"
    46 rls_string STRING_r_update_new_feed_prompt "Do you want to update the feed now?"
    46 rls_string STRING_r_update_new_feed_prompt "Do you want to update the feed now?"
    47 rls_string STRING_r_delete_show_prompt "Delete show '%S'?"
    47 rls_string STRING_r_delete_show_prompt "Delete show '%S'?"
    48 rls_string STRING_r_podcast_connection_error "Connection failed. Check connection settings."
    48 rls_string STRING_r_podcast_connection_error "Connection failed. Check connection settings."
    49 rls_string STRING_r_exit_shows_downloading "Shows are being downloaded. Exit anyway?"
    49 rls_string STRING_r_exit_shows_downloading "Shows are being downloaded. Exit anyway?"
    50 
    50 
    51 // Settings view
    51 // Settings view
    52 rls_string STRING_r_podcast_settings_title "Settings"
    52 rls_string STRING_r_podcast_settings_title "Settings"
    53 rls_string STRING_r_podcast_setting_showdir "Podcast directory"
    53 rls_string STRING_r_podcast_setting_showdir "Podcast folder"
    54 rls_string STRING_r_podcast_setting_autoupdate "Automatic update"
    54 rls_string STRING_r_podcast_setting_autoupdate "Automatic update"
    55 rls_string STRING_r_podcast_setting_autodownload "Automatic download"
    55 rls_string STRING_r_podcast_setting_autodownload "Automatic download"
    56 rls_string STRING_r_podcast_setting_connection "Connection"
    56 rls_string STRING_r_podcast_setting_connection "Connection"
    57 rls_string STRING_r_podcast_setting_default "Use default"
    57 rls_string STRING_r_podcast_setting_default "Use default"
    58 rls_string STRING_r_podcast_setting_alwaysask "Always ask"
    58 rls_string STRING_r_podcast_setting_alwaysask "Always ask"
    59 rls_string STRING_r_podcast_setting_useiap "Select access point"
    59 rls_string STRING_r_podcast_setting_useiap "Select access point"
    60 rls_string STRING_r_podcast_setting_iaplist "Access points"
    60 rls_string STRING_r_podcast_setting_iaplist "Access points"
       
    61 rls_string STRING_r_podcast_select_folder "Select folder"
       
    62 rls_string STRING_r_on "On"
       
    63 rls_string STRING_r_off "Off"
       
    64 rls_string STRING_r_podcast_setting_reset_db "Reset database"
       
    65 rls_string STRING_r_podcast_setting_reset_db_query "Reset database? All data will be lost!"
       
    66 
       
    67 
    61 
    68 
    62 // Choicelist for autodownload
    69 // Choicelist for autodownload
    63 rls_string STRING_podcast_autoupdate_option1 "Off"
    70 rls_string STRING_podcast_autoupdate_option1 "Off"
    64 rls_string STRING_podcast_autoupdate_option2 "Every hour"
    71 rls_string STRING_podcast_autoupdate_option2 "Every hour"
    65 rls_string STRING_podcast_autoupdate_option3 "Four times a day"
    72 rls_string STRING_podcast_autoupdate_option3 "Four times a day"
    66 rls_string STRING_podcast_autoupdate_option4 "Twice a day"
    73 rls_string STRING_podcast_autoupdate_option4 "Twice a day"
    67 rls_string STRING_podcast_autoupdate_option5 "Daily"
    74 rls_string STRING_podcast_autoupdate_option5 "Daily"
       
    75 
       
    76 // Auto download settings
       
    77 rls_string STRING_r_on "On"
       
    78 rls_string STRING_r_off "Off"
    68 
    79 
    69 // Feed import/export
    80 // Feed import/export
    70 rls_string STRING_r_view_import_feeds_title "Select OPML file"
    81 rls_string STRING_r_view_import_feeds_title "Select OPML file"
    71 rls_string STRING_r_enter_filename "Enter file name"
    82 rls_string STRING_r_enter_filename "Enter file name"
    72 rls_string STRING_r_view_export_feeds_title "Select folder"
    83 rls_string STRING_r_view_export_feeds_title "Select folder"
    90 rls_string STRING_r_add_feed_title "Add feed"
   101 rls_string STRING_r_add_feed_title "Add feed"
    91 rls_string STRING_r_edit_feed_title "Edit feed"
   102 rls_string STRING_r_edit_feed_title "Edit feed"
    92 rls_string STRING_r_cancel_update_all_feeds_cmd "Cancel update"
   103 rls_string STRING_r_cancel_update_all_feeds_cmd "Cancel update"
    93 rls_string STRING_r_cancel_update_all_feeds_short_cmd "Cancel"
   104 rls_string STRING_r_cancel_update_all_feeds_short_cmd "Cancel"
    94 rls_string STRING_r_podcast_feeds_status_format "%d new"
   105 rls_string STRING_r_podcast_feeds_status_format "%d new"
    95 rls_string STRING_r_podcast_shows_never_updated "Never"
   106 rls_string STRING_r_podcast_shows_never_updated "Never updated"
    96 rls_string STRING_r_view_add_feed_cmd "Add feed"
   107 rls_string STRING_r_view_add_feed_cmd "Add feed"
    97 rls_string STRING_r_view_add_feed_cmd_short "Add"
   108 rls_string STRING_r_view_add_feed_cmd_short "Add"
    98 rls_string STRING_r_view_edit_feed_cmd "Edit feed"
   109 rls_string STRING_r_view_edit_feed_cmd "Edit feed"
    99 rls_string STRING_r_view_edit_feed_cmd_short "Edit"
   110 rls_string STRING_r_view_edit_feed_cmd_short "Edit"
   100 rls_string STRING_r_view_delete_feed_cmd "Remove feed"
   111 rls_string STRING_r_view_delete_feed_cmd "Remove feed"
   108 // Add/edit feed
   119 // Add/edit feed
   109 rls_string STRING_add_feed_query "Add feed '%S'?"
   120 rls_string STRING_add_feed_query "Add feed '%S'?"
   110 rls_string STRING_add_feed_success "Feed added. Update now?"
   121 rls_string STRING_add_feed_success "Feed added. Update now?"
   111 rls_string STRING_add_feed_error "Could not add feed"
   122 rls_string STRING_add_feed_error "Could not add feed"
   112 rls_string STRING_r_add_feed_replace "All existing shows in this feed will be deleted! Continue?" // shown when changing an existing feed URL
   123 rls_string STRING_r_add_feed_replace "All existing shows in this feed will be deleted! Continue?" // shown when changing an existing feed URL
   113 rls_string STRING_r_add_feed_exists "A feed with this URL already exists" // shown when adding or changing a feed to a URL that already exists
   124 rls_string STRING_r_add_feed_exists "A feed with this address already exists" // shown when adding or changing a feed to a URL that already exists
   114 
   125 
   115 // Feed searching
   126 // Feed searching
   116 
   127 
   117 rls_string STRING_r_search_noresults "No search results"
   128 rls_string STRING_r_search_noresults "No search results"
   118 rls_string STRING_r_searching "Searching..."
   129 rls_string STRING_r_searching "Searching..."
   130 rls_string STRING_r_suspend_download_cmd "Suspend"
   141 rls_string STRING_r_suspend_download_cmd "Suspend"
   131 rls_string STRING_r_view_resume_short_dls_cmd "Resume"
   142 rls_string STRING_r_view_resume_short_dls_cmd "Resume"
   132 rls_string STRING_r_view_stop_downloads_cmd "Suspend downloading"
   143 rls_string STRING_r_view_stop_downloads_cmd "Suspend downloading"
   133 rls_string STRING_r_view_resume_downloads_cmd "Resume downloading"
   144 rls_string STRING_r_view_resume_downloads_cmd "Resume downloading"
   134 rls_string STRING_r_view_remove_all_downloads_cmd_short "Clear"
   145 rls_string STRING_r_view_remove_all_downloads_cmd_short "Clear"
       
   146 rls_string STRING_r_view_remove_all_downloads_cmd "Clear download queue"
   135 rls_string STRING_r_clear_query "Clear download queue?"
   147 rls_string STRING_r_clear_query "Clear download queue?"
   136 rls_string STRING_r_view_remove_download_short_cmd "Remove"
   148 rls_string STRING_r_view_remove_download_short_cmd "Remove"
   137 rls_string STRING_r_view_remove_download_cmd "Remove Download"
   149 rls_string STRING_r_view_remove_download_cmd "Remove download"
       
   150 
       
   151 rls_string STRING_r_error_notfound "Error: Not found on server"
       
   152 rls_string STRING_r_error_invalid_address "Error: Invalid address"
       
   153 rls_string STRING_r_error_general "Error: General error %d"
       
   154 rls_string STRING_r_error_http "Error: HTTP error %d"
       
   155 rls_string STRING_r_error_disk_full "Error: Disk full"