application/data/PodcastStrings.ra
changeset 2 29cda98b007e
child 39 ca935c84c94b
equal deleted inserted replaced
1:5f8e5adbbed9 2:29cda98b007e
       
     1 /*
       
     2 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
       
     3 *
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of the License "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * EmbedDev AB - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 *
       
    15 * Description:
       
    16 *
       
    17 */
       
    18 
       
    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;}
       
    22 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;}
       
    25 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;}
       
    28 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;}
       
    31 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;}
       
    34 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;}
       
    37 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;}
       
    40 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;}
       
    44 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;}
       
    47 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;}
       
    56 
       
    57 // Shows view status strings
       
    58 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;}
       
    60 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; }
       
    62 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; }
       
    64 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;}
       
    69 
       
    70 // Feeds status
       
    71 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;}
       
    73 
       
    74 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;}
       
    76 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;}
       
    78 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;}
       
    80 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;}
       
    83 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;}
       
    86 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;}
       
    89 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;}
       
    91 RESOURCE TBUF r_question_title {buf = STRING_r_question_title;}
       
    92 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;}
       
    94 
       
    95 RESOURCE TBUF r_tabgroup_feeds {buf = STRING_r_tabgroup_feeds;}
       
    96 RESOURCE TBUF r_tabgroup_queue {buf = STRING_r_tabgroup_queue;}
       
    97 RESOURCE TBUF r_tabgroup_queue_counter {buf = STRING_r_tabgroup_queue_counter;}
       
    98 RESOURCE TBUF r_tabgroup_search {buf = STRING_r_search;}
       
    99 RESOURCE TBUF r_tabgroup_shows {buf = STRING_r_tabgroup_shows;}
       
   100 
       
   101 RESOURCE TBUF r_search_prompt {buf = STRING_r_search_title;}
       
   102 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;}
       
   105 RESOURCE TBUF r_add_feed_query {buf=STRING_add_feed_query;}
       
   106 RESOURCE TBUF r_add_feed_success {buf=STRING_add_feed_success;}
       
   107 RESOURCE TBUF r_add_feed_failure {buf=STRING_add_feed_error;}
       
   108 
       
   109 RESOURCE TBUF r_import_feed_success {buf=STRING_import_feed_success;}
       
   110 RESOURCE TBUF r_import_feed_failure {buf=STRING_import_feed_failure;}
       
   111 RESOURCE TBUF r_export_feed_success {buf=STRING_export_feed_success;}
       
   112 RESOURCE TBUF r_export_feed_failure {buf=STRING_export_feed_failure;}
       
   113 RESOURCE TBUF r_clear_query {buf=STRING_r_clear_query;}
       
   114 RESOURCE TBUF r_search_noresults {buf=STRING_r_search_noresults;}
       
   115 RESOURCE TBUF r_podcast_connection_error {buf = STRING_r_podcast_connection_error;}
       
   116 RESOURCE TBUF r_searching {buf=STRING_r_searching;}
       
   117 RESOURCE TBUF r_importing {buf=STRING_r_importing;}
       
   118 RESOURCE TBUF r_exporting {buf=STRING_r_exporting;}
       
   119 RESOURCE TBUF r_exit_shows_downloading {buf=STRING_r_exit_shows_downloading;}
       
   120 RESOURCE TBUF r_search_results {buf=STRING_r_search_results;}
       
   121 RESOURCE TBUF r_podcast_no_feeds {buf=STRING_r_podcast_no_feeds;}