application/data/PodcastClient_english.rls
branchRCL_3
changeset 368 b131f7696342
parent 367 4b75876aa85a
child 376 31968c23152c
--- a/application/data/PodcastClient_english.rls	Sun Nov 14 13:05:37 2010 +0000
+++ b/application/data/PodcastClient_english.rls	Tue Nov 16 10:26:34 2010 +0000
@@ -19,7 +19,8 @@
 // Menu items
 
 rls_string STRING_r_settings_cmd "Settings"
-rls_string STRING_r_view_mark_all_played_cmd "Mark all old"
+rls_string STRING_r_view_mark_all_played_cmd "Mark all shows old"
+rls_string STRING_r_view_mark_all_played_cmd_short "Mark all old"
 rls_string STRING_r_exit_cmd "Exit"
 rls_string STRING_r_view_help "Help"
 rls_string STRING_r_view_about_cmd "About"
@@ -51,8 +52,8 @@
 // Settings view
 rls_string STRING_r_podcast_settings_title "Settings"
 rls_string STRING_r_podcast_setting_showdir "Podcast folder"
-rls_string STRING_r_podcast_setting_autoupdate "Automatic update"
-rls_string STRING_r_podcast_setting_autodownload "Automatic download"
+rls_string STRING_r_podcast_setting_autoupdate "Update feeds"
+rls_string STRING_r_podcast_setting_autodownload "Download shows"
 rls_string STRING_r_podcast_setting_connection "Connection"
 rls_string STRING_r_podcast_setting_default "Use default"
 rls_string STRING_r_podcast_setting_alwaysask "Always ask"
@@ -60,15 +61,15 @@
 rls_string STRING_r_podcast_setting_iaplist "Access points"
 rls_string STRING_r_podcast_select_folder "Select folder"
 //enable and disable automatic connections
-rls_string STRING_r_on "On"
-rls_string STRING_r_off "Off"
+rls_string STRING_r_on "Automatically"
+rls_string STRING_r_off "Manually"
 rls_string STRING_r_podcast_setting_reset_db "Reset database"
 rls_string STRING_r_podcast_setting_reset_db_query "Reset database? All data will be lost!"
 
 
 
 // Choicelist for autodownload
-rls_string STRING_podcast_autoupdate_option1 "Off"
+rls_string STRING_podcast_autoupdate_option1 "Manually"
 rls_string STRING_podcast_autoupdate_option2 "Every hour"
 rls_string STRING_podcast_autoupdate_option3 "Four times a day"
 rls_string STRING_podcast_autoupdate_option4 "Twice a day"
@@ -108,7 +109,7 @@
 rls_string STRING_r_view_delete_feed_cmd "Remove feed"
 rls_string STRING_r_view_delete_feed_cmd_short "Remove"
 rls_string STRING_r_update_feed_cmd "Update feed"
-rls_string STRING_r_update_feed_short_cmd "Update feed"
+rls_string STRING_r_update_feed_short_cmd "Update"
 rls_string STRING_r_update_all_feeds_cmd "Update all feeds"
 rls_string STRING_r_update_all_feeds_short_cmd "Update"
 rls_string STRING_r_podcast_feeds_is_updating "Updating..."
@@ -128,8 +129,10 @@
 
 // Show view
 
-rls_string STRING_r_view_mark_as_played_cmd_short "Mark show old"
-rls_string STRING_r_view_mark_as_unplayed_cmd_short "Mark show new"
+rls_string STRING_r_view_mark_as_played_cmd "Mark show old"
+rls_string STRING_r_view_mark_as_played_cmd_short "Mark old"
+rls_string STRING_r_view_mark_as_unplayed_cmd "Mark show new"
+rls_string STRING_r_view_mark_as_unplayed_cmd_short "Mark  new"
 rls_string STRING_r_view_download_show_cmd "Download show"
 rls_string STRING_r_view_delete_show_cmd "Delete show"
 rls_string STRING_r_view_show_info_cmd "Info"
@@ -140,8 +143,8 @@
 rls_string STRING_r_view_resume_short_dls_cmd "Resume"
 rls_string STRING_r_view_stop_downloads_cmd "Suspend downloading"
 rls_string STRING_r_view_resume_downloads_cmd "Resume downloading"
-rls_string STRING_r_view_remove_all_downloads_cmd_short "Remove all downloads"
-rls_string STRING_r_view_remove_all_downloads_cmd "Remove all"
+rls_string STRING_r_view_remove_all_downloads_cmd_short "Remove"
+rls_string STRING_r_view_remove_all_downloads_cmd "Remove all downloads"
 rls_string STRING_r_clear_query "Remove all downloads?"
 rls_string STRING_r_view_remove_download_short_cmd "Remove"
 rls_string STRING_r_view_move_up_short_cmd "Move up"
@@ -160,7 +163,11 @@
 rls_string STRING_r_search_feed_prompt "Enter search terms:"
 rls_string STRING_r_new_shows "New shows"
 rls_string STRING_r_download_queue "Download queue"
-rls_string STRING_r_download_all_shows "Download all shows"
 rls_string STRING_r_mark_all_old_query "Mark all shows old?"
 rls_string STRING_r_download_all_query "Add all shows to download queue?"
-
+rls_string STRING_r_podcast_setting_autodelete "Delete old shows"
+rls_string STRING_podcast_autodelete_option1 "Manually"
+rls_string STRING_podcast_autodelete_option2 "1 day after playing"
+rls_string STRING_podcast_autodelete_option3 "7 days after playing"
+rls_string STRING_podcast_autodelete_option4 "30 days after playing"
+rls_string STRING_r_download_all_shows "Download all shows"