diff -r 1644b7cd063e -r a38f3fcec239 application/data/PodcastStrings.ra --- a/application/data/PodcastStrings.ra Mon Mar 08 09:46:42 2010 +0000 +++ b/application/data/PodcastStrings.ra Tue Mar 09 16:24:43 2010 +0000 @@ -17,44 +17,25 @@ */ RESOURCE TBUF r_podcast_main_player_cmd{buf = STRING_r_view_player_cmd;} - RESOURCE TBUF r_podcast_show_cmd{buf = STRING_r_view_show_cmd;} RESOURCE TBUF r_podcast_update_cmd{buf = STRING_r_update_feeds_cmd;} - RESOURCE TBUF r_podcast_update_all_cmd{buf = STRING_r_update_all_feeds_cmd;} RESOURCE TBUF r_podcast_view_cmd {buf = STRING_r_view_cmd;} - RESOURCE TBUF r_podcast_remove_feed_title {buf = STRING_r_remove_feed_title;} RESOURCE TBUF r_podcast_remove_feed_prompt {buf = STRING_r_remove_feed_prompt;} - RESOURCE TBUF r_podcast_update_new_feed_title {buf = STRING_r_update_new_feed_title;} RESOURCE TBUF r_podcast_update_new_feed_prompt {buf = STRING_r_update_new_feed_prompt;} - RESOURCE TBUF r_podcast_delete_played_title {buf = STRING_r_delete_played_title;} RESOURCE TBUF r_podcast_delete_played_prompt {buf = STRING_r_delete_played_prompt;} - RESOURCE TBUF r_podcast_delete_show_title {buf = STRING_r_delete_show_title;} RESOURCE TBUF r_podcast_delete_show_prompt {buf = STRING_r_delete_show_prompt;} - RESOURCE TBUF r_podcast_remove_chapter_title {buf = STRING_r_remove_chapter_title;} RESOURCE TBUF r_podcast_remove_chapter_prompt {buf = STRING_r_remove_chapter_prompt;} - - RESOURCE TBUF r_podcast_enable_downloads_title {buf = STRING_r_enable_downloads_title;} RESOURCE TBUF r_podcast_enable_downloads_prompt {buf = STRING_r_enable_downloads_prompt;} - RESOURCE TBUF r_podcast_feeds_title_format {buf = STRING_r_podcast_feeds_title_format;} RESOURCE TBUF r_podcast_feeds_status_format {buf = STRING_r_podcast_feeds_status_format;} - -RESOURCE TBUF r_podcast_onphone_status {buf = STRING_r_view_onphone_status;} -RESOURCE TBUF r_podcast_onphone_status_unknown {buf = STRING_r_view_onphone_status_unknown;} - -RESOURCE TBUF r_podcast_subtitle {buf = STRING_r_podcast_subtitle;} - - RESOURCE TBUF r_podcast_shows_no_items {buf = STRING_r_podcast_shows_no_items;} - -// Shows view status strings RESOURCE TBUF r_podcast_shows_title_format { buf = STRING_r_podcast_shows_title_format;} RESOURCE TBUF r_podcast_shows_title_download {buf = STRING_r_podcast_shows_title_download;} RESOURCE TBUF r_podcast_shows_downloads_suspended { buf = STRING_r_podcast_shows_downloads_suspended;} @@ -62,15 +43,9 @@ RESOURCE TBUF r_podcast_empty_list { buf = STRING_r_podcast_empty_list; } RESOURCE TBUF r_podcast_empty_list_updating { buf = STRING_r_podcast_empty_list_updating; } RESOURCE TBUF r_podcast_empty_search { buf = STRING_r_podcast_empty_search; } - - -RESOURCE TBUF r_podcast_feeds_update_message {buf = STRING_r_podcast_feeds_update_message;} RESOURCE TBUF r_podcast_feeds_update_error {buf = STRING_r_podcast_feeds_update_error;} - -// Feeds status RESOURCE TBUF r_podcast_feeds_never_updated {buf = STRING_r_podcast_shows_never_updated;} RESOURCE TBUF r_podcast_feeds_is_updating {buf = STRING_r_podcast_feeds_is_updating;} - RESOURCE TBUF r_podcast_feeds_no_feeds {buf = STRING_r_podcast_no_feeds;} RESOURCE TBUF r_podcast_import_feeds_title {buf = STRING_r_view_import_feeds_title;} RESOURCE TBUF r_podcast_export_feeds_title {buf = STRING_r_view_export_feeds_title;} @@ -78,34 +53,27 @@ RESOURCE TBUF r_podcast_pending_status_active {buf = STRING_r_podcast_shows_title_download;} RESOURCE TBUF r_podcast_pending_status_suspended {buf = STRING_r_podcast_shows_downloads_suspended;} RESOURCE TBUF r_podcast_feeds_status {buf = STRING_r_view_feeds_status;} - RESOURCE TBUF r_add_feed_exists {buf = STRING_r_add_feed_exists;} RESOURCE TBUF r_add_feed_exists_title {buf = STRING_r_add_feed_exists_title;} - RESOURCE TBUF r_add_feed_replace {buf = STRING_r_add_feed_replace;} RESOURCE TBUF r_add_feed_replace_title {buf = STRING_r_add_feed_replace_title;} - RESOURCE TBUF r_catchup_feed {buf = STRING_r_catchup_feed;} RESOURCE TBUF r_catchup_feed_title {buf = STRING_r_catchup_feed_title;} RESOURCE TBUF r_remove_all_dlg {buf = STRING_r_remove_all_dlg;} RESOURCE TBUF r_question_title {buf = STRING_r_question_title;} RESOURCE TBUF r_podcast_addfeed_prompt {buf = STRING_r_add_feed_prompt;} RESOURCE TBUF r_podcast_addfeed_title_prompt {buf = STRING_r_add_feed_title_prompt;} - RESOURCE TBUF r_tabgroup_feeds {buf = STRING_r_tabgroup_feeds;} RESOURCE TBUF r_tabgroup_queue {buf = STRING_r_tabgroup_queue;} RESOURCE TBUF r_tabgroup_queue_counter {buf = STRING_r_tabgroup_queue_counter;} RESOURCE TBUF r_tabgroup_search {buf = STRING_r_search;} RESOURCE TBUF r_tabgroup_shows {buf = STRING_r_tabgroup_shows;} - RESOURCE TBUF r_search_prompt {buf = STRING_r_search_title;} RESOURCE TBUF r_podcast_no_search_results {buf = STRING_r_podcast_empty_list;} - RESOURCE TBUF r_add_feed_title {buf=STRING_add_feed_title;} RESOURCE TBUF r_add_feed_query {buf=STRING_add_feed_query;} RESOURCE TBUF r_add_feed_success {buf=STRING_add_feed_success;} RESOURCE TBUF r_add_feed_failure {buf=STRING_add_feed_error;} - RESOURCE TBUF r_import_feed_success {buf=STRING_import_feed_success;} RESOURCE TBUF r_import_feed_failure {buf=STRING_import_feed_failure;} RESOURCE TBUF r_export_feed_success {buf=STRING_export_feed_success;}