application/data/PodcastStrings.ra
changeset 39 ca935c84c94b
parent 2 29cda98b007e
child 44 f6f9647922ba
equal deleted inserted replaced
38:c11e52c5acd2 39:ca935c84c94b
    15 * Description:
    15 * Description:
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 RESOURCE TBUF r_podcast_main_player_cmd{buf = STRING_r_view_player_cmd;}
    19 RESOURCE TBUF r_podcast_main_player_cmd{buf = STRING_r_view_player_cmd;}
    20 
       
    21 RESOURCE TBUF r_podcast_show_cmd{buf = STRING_r_view_show_cmd;}
    20 RESOURCE TBUF r_podcast_show_cmd{buf = STRING_r_view_show_cmd;}
    22 RESOURCE TBUF r_podcast_update_cmd{buf = STRING_r_update_feeds_cmd;}
    21 RESOURCE TBUF r_podcast_update_cmd{buf = STRING_r_update_feeds_cmd;}
    23 
       
    24 RESOURCE TBUF r_podcast_update_all_cmd{buf = STRING_r_update_all_feeds_cmd;}
    22 RESOURCE TBUF r_podcast_update_all_cmd{buf = STRING_r_update_all_feeds_cmd;}
    25 RESOURCE TBUF r_podcast_view_cmd {buf = STRING_r_view_cmd;}
    23 RESOURCE TBUF r_podcast_view_cmd {buf = STRING_r_view_cmd;}
    26 
       
    27 RESOURCE TBUF r_podcast_remove_feed_title {buf = STRING_r_remove_feed_title;}
    24 RESOURCE TBUF r_podcast_remove_feed_title {buf = STRING_r_remove_feed_title;}
    28 RESOURCE TBUF r_podcast_remove_feed_prompt {buf = STRING_r_remove_feed_prompt;}
    25 RESOURCE TBUF r_podcast_remove_feed_prompt {buf = STRING_r_remove_feed_prompt;}
    29 
       
    30 RESOURCE TBUF r_podcast_update_new_feed_title {buf = STRING_r_update_new_feed_title;}
    26 RESOURCE TBUF r_podcast_update_new_feed_title {buf = STRING_r_update_new_feed_title;}
    31 RESOURCE TBUF r_podcast_update_new_feed_prompt {buf = STRING_r_update_new_feed_prompt;}
    27 RESOURCE TBUF r_podcast_update_new_feed_prompt {buf = STRING_r_update_new_feed_prompt;}
    32 
       
    33 RESOURCE TBUF r_podcast_delete_played_title {buf = STRING_r_delete_played_title;}
    28 RESOURCE TBUF r_podcast_delete_played_title {buf = STRING_r_delete_played_title;}
    34 RESOURCE TBUF r_podcast_delete_played_prompt {buf = STRING_r_delete_played_prompt;}
    29 RESOURCE TBUF r_podcast_delete_played_prompt {buf = STRING_r_delete_played_prompt;}
    35 
       
    36 RESOURCE TBUF r_podcast_delete_show_title {buf = STRING_r_delete_show_title;}
    30 RESOURCE TBUF r_podcast_delete_show_title {buf = STRING_r_delete_show_title;}
    37 RESOURCE TBUF r_podcast_delete_show_prompt {buf = STRING_r_delete_show_prompt;}
    31 RESOURCE TBUF r_podcast_delete_show_prompt {buf = STRING_r_delete_show_prompt;}
    38 
       
    39 RESOURCE TBUF r_podcast_remove_chapter_title {buf = STRING_r_remove_chapter_title;}
    32 RESOURCE TBUF r_podcast_remove_chapter_title {buf = STRING_r_remove_chapter_title;}
    40 RESOURCE TBUF r_podcast_remove_chapter_prompt {buf = STRING_r_remove_chapter_prompt;}
    33 RESOURCE TBUF r_podcast_remove_chapter_prompt {buf = STRING_r_remove_chapter_prompt;}
    41 
       
    42 
       
    43 RESOURCE TBUF r_podcast_enable_downloads_title {buf = STRING_r_enable_downloads_title;}
    34 RESOURCE TBUF r_podcast_enable_downloads_title {buf = STRING_r_enable_downloads_title;}
    44 RESOURCE TBUF r_podcast_enable_downloads_prompt {buf = STRING_r_enable_downloads_prompt;}
    35 RESOURCE TBUF r_podcast_enable_downloads_prompt {buf = STRING_r_enable_downloads_prompt;}
    45 
       
    46 RESOURCE TBUF r_podcast_feeds_title_format {buf = STRING_r_podcast_feeds_title_format;}
    36 RESOURCE TBUF r_podcast_feeds_title_format {buf = STRING_r_podcast_feeds_title_format;}
    47 RESOURCE TBUF r_podcast_feeds_status_format {buf = STRING_r_podcast_feeds_status_format;}
    37 RESOURCE TBUF r_podcast_feeds_status_format {buf = STRING_r_podcast_feeds_status_format;}
    48 
       
    49 RESOURCE TBUF r_podcast_onphone_status {buf = STRING_r_view_onphone_status;}
       
    50 RESOURCE TBUF r_podcast_onphone_status_unknown {buf = STRING_r_view_onphone_status_unknown;}
       
    51 
       
    52 RESOURCE TBUF r_podcast_subtitle {buf = STRING_r_podcast_subtitle;}
       
    53 
       
    54 
       
    55 RESOURCE TBUF r_podcast_shows_no_items {buf = STRING_r_podcast_shows_no_items;}
    38 RESOURCE TBUF r_podcast_shows_no_items {buf = STRING_r_podcast_shows_no_items;}
    56 
       
    57 // Shows view status strings
       
    58 RESOURCE TBUF r_podcast_shows_title_format { buf =  STRING_r_podcast_shows_title_format;}
    39 RESOURCE TBUF r_podcast_shows_title_format { buf =  STRING_r_podcast_shows_title_format;}
    59 RESOURCE TBUF r_podcast_shows_title_download {buf = STRING_r_podcast_shows_title_download;}
    40 RESOURCE TBUF r_podcast_shows_title_download {buf = STRING_r_podcast_shows_title_download;}
    60 RESOURCE TBUF r_podcast_shows_downloads_suspended { buf = STRING_r_podcast_shows_downloads_suspended;}
    41 RESOURCE TBUF r_podcast_shows_downloads_suspended { buf = STRING_r_podcast_shows_downloads_suspended;}
    61 RESOURCE TBUF r_podcast_empty_queue { buf = STRING_r_podcast_empty_queue; }
    42 RESOURCE TBUF r_podcast_empty_queue { buf = STRING_r_podcast_empty_queue; }
    62 RESOURCE TBUF r_podcast_empty_list { buf = STRING_r_podcast_empty_list; }
    43 RESOURCE TBUF r_podcast_empty_list { buf = STRING_r_podcast_empty_list; }
    63 RESOURCE TBUF r_podcast_empty_list_updating { buf = STRING_r_podcast_empty_list_updating; }
    44 RESOURCE TBUF r_podcast_empty_list_updating { buf = STRING_r_podcast_empty_list_updating; }
    64 RESOURCE TBUF r_podcast_empty_search { buf = STRING_r_podcast_empty_search; }
    45 RESOURCE TBUF r_podcast_empty_search { buf = STRING_r_podcast_empty_search; }
    65 
       
    66 
       
    67 RESOURCE TBUF r_podcast_feeds_update_message {buf = STRING_r_podcast_feeds_update_message;}
       
    68 RESOURCE TBUF r_podcast_feeds_update_error {buf = STRING_r_podcast_feeds_update_error;}
    46 RESOURCE TBUF r_podcast_feeds_update_error {buf = STRING_r_podcast_feeds_update_error;}
    69 
       
    70 // Feeds status
       
    71 RESOURCE TBUF r_podcast_feeds_never_updated {buf = STRING_r_podcast_shows_never_updated;}
    47 RESOURCE TBUF r_podcast_feeds_never_updated {buf = STRING_r_podcast_shows_never_updated;}
    72 RESOURCE TBUF r_podcast_feeds_is_updating {buf = STRING_r_podcast_feeds_is_updating;}
    48 RESOURCE TBUF r_podcast_feeds_is_updating {buf = STRING_r_podcast_feeds_is_updating;}
    73 
       
    74 RESOURCE TBUF r_podcast_feeds_no_feeds {buf = STRING_r_podcast_no_feeds;}
    49 RESOURCE TBUF r_podcast_feeds_no_feeds {buf = STRING_r_podcast_no_feeds;}
    75 RESOURCE TBUF r_podcast_import_feeds_title {buf = STRING_r_view_import_feeds_title;}
    50 RESOURCE TBUF r_podcast_import_feeds_title {buf = STRING_r_view_import_feeds_title;}
    76 RESOURCE TBUF r_podcast_export_feeds_title {buf = STRING_r_view_export_feeds_title;}
    51 RESOURCE TBUF r_podcast_export_feeds_title {buf = STRING_r_view_export_feeds_title;}
    77 RESOURCE TBUF r_podcast_export_feeds_softkey {buf = STRING_r_view_export_feeds_softkey;}
    52 RESOURCE TBUF r_podcast_export_feeds_softkey {buf = STRING_r_view_export_feeds_softkey;}
    78 RESOURCE TBUF r_podcast_pending_status_active {buf = STRING_r_podcast_shows_title_download;}
    53 RESOURCE TBUF r_podcast_pending_status_active {buf = STRING_r_podcast_shows_title_download;}
    79 RESOURCE TBUF r_podcast_pending_status_suspended {buf = STRING_r_podcast_shows_downloads_suspended;}
    54 RESOURCE TBUF r_podcast_pending_status_suspended {buf = STRING_r_podcast_shows_downloads_suspended;}
    80 RESOURCE TBUF r_podcast_feeds_status {buf = STRING_r_view_feeds_status;}
    55 RESOURCE TBUF r_podcast_feeds_status {buf = STRING_r_view_feeds_status;}
    81 
       
    82 RESOURCE TBUF r_add_feed_exists {buf = STRING_r_add_feed_exists;}
    56 RESOURCE TBUF r_add_feed_exists {buf = STRING_r_add_feed_exists;}
    83 RESOURCE TBUF r_add_feed_exists_title {buf = STRING_r_add_feed_exists_title;}
    57 RESOURCE TBUF r_add_feed_exists_title {buf = STRING_r_add_feed_exists_title;}
    84 
       
    85 RESOURCE TBUF r_add_feed_replace {buf = STRING_r_add_feed_replace;}
    58 RESOURCE TBUF r_add_feed_replace {buf = STRING_r_add_feed_replace;}
    86 RESOURCE TBUF r_add_feed_replace_title {buf = STRING_r_add_feed_replace_title;}
    59 RESOURCE TBUF r_add_feed_replace_title {buf = STRING_r_add_feed_replace_title;}
    87 
       
    88 RESOURCE TBUF r_catchup_feed {buf = STRING_r_catchup_feed;}
    60 RESOURCE TBUF r_catchup_feed {buf = STRING_r_catchup_feed;}
    89 RESOURCE TBUF r_catchup_feed_title {buf = STRING_r_catchup_feed_title;}
    61 RESOURCE TBUF r_catchup_feed_title {buf = STRING_r_catchup_feed_title;}
    90 RESOURCE TBUF r_remove_all_dlg {buf = STRING_r_remove_all_dlg;}
    62 RESOURCE TBUF r_remove_all_dlg {buf = STRING_r_remove_all_dlg;}
    91 RESOURCE TBUF r_question_title {buf = STRING_r_question_title;}
    63 RESOURCE TBUF r_question_title {buf = STRING_r_question_title;}
    92 RESOURCE TBUF r_podcast_addfeed_prompt {buf = STRING_r_add_feed_prompt;}
    64 RESOURCE TBUF r_podcast_addfeed_prompt {buf = STRING_r_add_feed_prompt;}
    93 RESOURCE TBUF r_podcast_addfeed_title_prompt {buf = STRING_r_add_feed_title_prompt;}
    65 RESOURCE TBUF r_podcast_addfeed_title_prompt {buf = STRING_r_add_feed_title_prompt;}
    94 
       
    95 RESOURCE TBUF r_tabgroup_feeds {buf = STRING_r_tabgroup_feeds;}
    66 RESOURCE TBUF r_tabgroup_feeds {buf = STRING_r_tabgroup_feeds;}
    96 RESOURCE TBUF r_tabgroup_queue {buf = STRING_r_tabgroup_queue;}
    67 RESOURCE TBUF r_tabgroup_queue {buf = STRING_r_tabgroup_queue;}
    97 RESOURCE TBUF r_tabgroup_queue_counter {buf = STRING_r_tabgroup_queue_counter;}
    68 RESOURCE TBUF r_tabgroup_queue_counter {buf = STRING_r_tabgroup_queue_counter;}
    98 RESOURCE TBUF r_tabgroup_search {buf = STRING_r_search;}
    69 RESOURCE TBUF r_tabgroup_search {buf = STRING_r_search;}
    99 RESOURCE TBUF r_tabgroup_shows {buf = STRING_r_tabgroup_shows;}
    70 RESOURCE TBUF r_tabgroup_shows {buf = STRING_r_tabgroup_shows;}
   100 
       
   101 RESOURCE TBUF r_search_prompt {buf = STRING_r_search_title;}
    71 RESOURCE TBUF r_search_prompt {buf = STRING_r_search_title;}
   102 RESOURCE TBUF r_podcast_no_search_results {buf = STRING_r_podcast_empty_list;}
    72 RESOURCE TBUF r_podcast_no_search_results {buf = STRING_r_podcast_empty_list;}
   103 
       
   104 RESOURCE TBUF r_add_feed_title {buf=STRING_add_feed_title;}
    73 RESOURCE TBUF r_add_feed_title {buf=STRING_add_feed_title;}
   105 RESOURCE TBUF r_add_feed_query {buf=STRING_add_feed_query;}
    74 RESOURCE TBUF r_add_feed_query {buf=STRING_add_feed_query;}
   106 RESOURCE TBUF r_add_feed_success {buf=STRING_add_feed_success;}
    75 RESOURCE TBUF r_add_feed_success {buf=STRING_add_feed_success;}
   107 RESOURCE TBUF r_add_feed_failure {buf=STRING_add_feed_error;}
    76 RESOURCE TBUF r_add_feed_failure {buf=STRING_add_feed_error;}
   108 
       
   109 RESOURCE TBUF r_import_feed_success {buf=STRING_import_feed_success;}
    77 RESOURCE TBUF r_import_feed_success {buf=STRING_import_feed_success;}
   110 RESOURCE TBUF r_import_feed_failure {buf=STRING_import_feed_failure;}
    78 RESOURCE TBUF r_import_feed_failure {buf=STRING_import_feed_failure;}
   111 RESOURCE TBUF r_export_feed_success {buf=STRING_export_feed_success;}
    79 RESOURCE TBUF r_export_feed_success {buf=STRING_export_feed_success;}
   112 RESOURCE TBUF r_export_feed_failure {buf=STRING_export_feed_failure;}
    80 RESOURCE TBUF r_export_feed_failure {buf=STRING_export_feed_failure;}
   113 RESOURCE TBUF r_clear_query {buf=STRING_r_clear_query;}
    81 RESOURCE TBUF r_clear_query {buf=STRING_r_clear_query;}