application/data/PodcastClient_english.rls
author teknolog
Fri, 05 Mar 2010 16:29:33 +0000
changeset 38 c11e52c5acd2
parent 24 ca50ea154990
child 39 ca935c84c94b
permissions -rw-r--r--
Fix for download state not taking user from shows view to queue view
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
/*
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
 * All rights reserved.
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
 * This component and the accompanying materials are made available
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
 * under the terms of the License "Eclipse Public License v1.0"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
 * which accompanies this distribution, and is available
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     8
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    10
 * Initial Contributors:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
 * EmbedDev AB - initial contribution.
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
 * Contributors:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
 * Description:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
 */
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    18
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
// list view commands
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
rls_string STRING_r_listbox_listview_cmd_close_debug "Close (debug)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    21
rls_string STRING_r_listbox_listview_cmd_close_debug_shorttext "Close"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    23
// Menu commands, view filtering and navigation
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    24
rls_string STRING_r_view_cmd "View"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    25
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    26
// Navigation to shows view
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    27
rls_string STRING_r_view_main_cmd "Main"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    28
rls_string STRING_r_view_new_shows_cmd "Unplayed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    29
rls_string STRING_r_view_about_cmd "About"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    30
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    31
// Navigation to feeds
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    32
rls_string STRING_r_view_feeds_cmd "Feeds"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    33
rls_string STRING_r_view_remove_download_short_cmd "Remove"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    34
rls_string STRING_r_view_remove_download_cmd "Remove Download"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    35
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    36
// Actions for feeds
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    37
rls_string STRING_r_view_add_feed_cmd "Add Feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    38
rls_string STRING_r_view_add_feed_cmd_short "Add"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    39
rls_string STRING_r_view_edit_feed_cmd "Edit Feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    40
rls_string STRING_r_view_edit_feed_cmd_short "Edit"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    41
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    42
rls_string STRING_r_view_delete_feed_cmd "Remove Feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    43
rls_string STRING_r_view_delete_feed_cmd_short "Remove"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    44
rls_string STRING_r_view_delete_played_cmd "Delete All Played"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    45
rls_string STRING_r_update_feed_cmd "Update Feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    46
rls_string STRING_r_update_feed_short_cmd "Update"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    47
rls_string STRING_r_update_all_feeds_cmd "Update All"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    48
rls_string STRING_r_update_all_feeds_short_cmd "Upd. All"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    49
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    50
rls_string STRING_r_podcast_feeds_update_message "Updating..."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    51
rls_string STRING_r_podcast_feeds_update_error "Update failed!"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    52
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    53
// Actions for shows
17
4bcc91e70483 Configuration changes to default podcasts. Changed Download to Get in toolbar
teknolog
parents: 2
diff changeset
    54
rls_string STRING_r_view_download_show_cmd "Get"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    55
rls_string STRING_r_view_delete_show_cmd "Delete"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    56
rls_string STRING_r_view_delete_shows_cmd "Delete All"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    57
rls_string STRING_r_view_delete_show_cmd "Delete"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    58
rls_string STRING_r_view_stop_downloads_cmd "Suspend Downloading"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    59
rls_string STRING_r_view_resume_downloads_cmd "Resume Downloading"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    60
rls_string STRING_r_view_mark_all_played_cmd "Mark all old"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    61
rls_string STRING_r_view_show_unplayed_cmd "Show Unplayed Only"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    62
rls_string STRING_r_view_show_info_cmd "Info"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    63
rls_string STRING_r_view_show_play_cmd "Play"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    64
// Common actions
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    65
rls_string STRING_r_settings_cmd "Settings"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    66
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    67
// Categories (strings max 20 character long)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    68
rls_string STRING_r_category_all "All Shows"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    69
rls_string STRING_r_category_new "Unplayed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    70
rls_string STRING_r_category_dled "Shows on Phone"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    71
rls_string STRING_r_category_pending "Downloader"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    72
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    73
// View titles
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    74
rls_string STRING_r_view_feeds_title "Feeds"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    75
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    76
// Shows view status strings
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    77
rls_string STRING_r_podcast_shows_title_format "%d Unplayed, %d Total"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    78
rls_string STRING_r_podcast_shows_title_download "%d Queued"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    79
rls_string STRING_r_podcast_shows_downloads_suspended "%d Queued (Suspended)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    80
rls_string STRING_r_podcast_shows_no_items "No items"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    81
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    82
// Feeds view status strings
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    83
rls_string STRING_r_podcast_feeds_title_format "%d Feeds"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    84
rls_string STRING_r_podcast_feeds_status_format "%d new"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    85
rls_string STRING_r_podcast_shows_never_updated "Never"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    86
rls_string STRING_r_podcast_feeds_is_updating "Updating..."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    87
rls_string STRING_r_podcast_no_feeds "(no feeds)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    88
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    89
// DIALOG string
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    90
rls_string STRING_r_about_title "About"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    91
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    92
rls_string STRING_r_add_feed_title "Add feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    93
rls_string STRING_r_edit_feed_title "Edit feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    94
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    95
rls_string STRING_r_add_feed_prompt "Enter search terms or feed URL"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    96
rls_string STRING_r_edit_feed_prompt "Feed URL"
38
c11e52c5acd2 Fix for download state not taking user from shows view to queue view
teknolog
parents: 24
diff changeset
    97
rls_string STRING_r_add_feed_title_prompt "Feed title"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    98
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    99
rls_string STRING_r_remove_feed_title "Remove feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   100
rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   101
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   102
rls_string STRING_r_enable_downloads_title "Resume downloading"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   103
rls_string STRING_r_enable_downloads_prompt "There are shows in the download queue. Do you want to download now?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   104
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   105
rls_string STRING_r_update_new_feed_title "Update feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   106
rls_string STRING_r_update_new_feed_prompt "Do you want to update the feed now?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   107
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   108
rls_string STRING_r_delete_show_title "Delete Show"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   109
rls_string STRING_r_delete_show_prompt "Delete show '%S'?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   110
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   111
// Settings view
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   112
rls_string STRING_r_podcast_settings_title "Settings"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   113
rls_string STRING_r_podcast_setting_showdir "Podcast directory"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   114
rls_string STRING_r_podcast_setting_autoupdate "Automatic update"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   115
rls_string STRING_r_podcast_setting_autodownload "Automatic download"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   116
rls_string STRING_r_podcast_setting_connection "Connection"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   117
rls_string STRING_r_podcast_setting_default "Use default"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   118
rls_string STRING_r_podcast_setting_alwaysask "Always ask"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   119
rls_string STRING_r_podcast_setting_useiap "Select Access point"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   120
rls_string STRING_r_podcast_setting_iaplist "Access points"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   121
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   122
// Choicelist for autodownload
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   123
rls_string STRING_podcast_autoupdate_option1 "Off"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   124
rls_string STRING_podcast_autoupdate_option2 "Every hour"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   125
rls_string STRING_podcast_autoupdate_option3 "Four times a day"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   126
rls_string STRING_podcast_autoupdate_option4 "Twice a day"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   127
rls_string STRING_podcast_autoupdate_option5 "Daily"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   128
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   129
// Latest strings here
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   130
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   131
rls_string STRING_r_view_import_export_feeds_cmd "Import/export feeds" // Import feeds cmd in feedview
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   132
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   133
rls_string STRING_r_view_import_feeds_cmd "Import feeds" // Import feeds cmd in feedview
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   134
rls_string STRING_r_view_import_feeds_cmd_short "Import"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   135
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   136
rls_string STRING_r_view_import_feeds_title "Select OPML file"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   137
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   138
rls_string STRING_r_view_feeds_status "%d Feeds" // Used in base view listbox for feeds status text max 32 chars
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   139
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   140
rls_string STRING_r_cancel_update_all_feeds_cmd "Cancel update"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   141
rls_string STRING_r_cancel_update_all_feeds_short_cmd "Cancel"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   142
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   143
rls_string STRING_r_suspend_download_cmd "Suspend" // String used for cmd to suspend current download rather than removing it from the que.
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   144
rls_string STRING_r_view_resume_short_dls_cmd "Resume" // Short download cmd
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   145
rls_string STRING_r_view_onphone_status "%d Unplayed, %d Total" // Used in base view listbox status for shows on phone text max 32 chars
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   146
rls_string STRING_r_view_onphone_status_unknown "Unknown" // Used for unknown status event
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   147
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   148
rls_string STRING_r_view_remove_all_downloads_cmd "Remove All"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   149
rls_string STRING_r_view_remove_all_downloads_cmd_short "Clear"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   150
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   151
rls_string STRING_r_podcast_subtitle ""
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   152
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   153
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
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   154
rls_string STRING_r_add_feed_exists_title "Duplicate Feed" // title of error dialogs when adding feeds
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   155
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   156
rls_string STRING_r_add_feed_replace "All existing shows in this feed will be deleted! Continue?" // shown when changing an existing feed URL
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   157
rls_string STRING_r_add_feed_replace_title "Warning" // title to dialog
24
ca50ea154990 Moved search result title to navipane. Fixed but 1832
teknolog
parents: 17
diff changeset
   158
rls_string STRING_r_view_export_feeds_cmd "Export feeds" // Export feeds cmd in feedview
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   159
rls_string STRING_r_view_export_feeds_cmd_short "Export"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   160
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   161
rls_string STRING_r_catchup_feed "Mark all shows as played?" // shown when first updating a new feed
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   162
rls_string STRING_r_catchup_feed_title "First Update" // title to dialog
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   163
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   164
rls_string STRING_r_on "On"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   165
rls_string STRING_r_off "Off"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   166
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   167
rls_string STRING_r_enter_filename "Enter file name"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   168
rls_string STRING_r_view_export_feeds_title "Select folder"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   169
rls_string STRING_r_view_export_feeds_softkey "Select"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   170
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   171
rls_string STRING_r_playview_tab_info "Info"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   172
rls_string STRING_r_playview_tab_play "Play"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   173
rls_string STRING_r_exit_cmd "Exit"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   174
rls_string STRING_r_cba_options "Options"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   175
rls_string STRING_r_cba_hide "Hide"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   176
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   177
rls_string STRING_r_tabgroup_feeds "Feeds"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   178
rls_string STRING_r_tabgroup_queue "Queue"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   179
rls_string STRING_r_tabgroup_queue_counter "Queue (%d)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   180
rls_string STRING_r_tabgroup_shows "Shows"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   181
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   182
rls_string STRING_r_podcast_empty_queue "(queue empty)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   183
rls_string STRING_r_podcast_empty_list "(no shows)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   184
rls_string STRING_r_podcast_empty_search "(no search results)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   185
rls_string STRING_r_podcast_empty_list_updating "(updating...)"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   186
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   187
rls_string STRING_r_view_help "Help"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   188
rls_string STRING_r_view_mark_as_played_cmd_short "Mark old"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   189
rls_string STRING_r_view_mark_as_unplayed_cmd_short "Mark new"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   190
rls_string STRING_r_view_more_options "More actions"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   191
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   192
rls_string STRING_r_search "Search"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   193
rls_string STRING_r_search_help "Search for podcasts"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   194
rls_string STRING_r_search_title "Enter search terms"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   195
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   196
rls_string STRING_add_feed_title "Add feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   197
rls_string STRING_add_feed_query "Add feed '%S'?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   198
rls_string STRING_add_feed_success "Feed added. Update now?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   199
rls_string STRING_add_feed_error "Could not add feed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   200
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   201
rls_string STRING_import_feed_success "%d feeds imported. Update all feeds now?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   202
rls_string STRING_import_feed_failure "Feed import failed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   203
rls_string STRING_export_feed_success "%d feeds exported"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   204
rls_string STRING_export_feed_failure "Feed export failed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   205
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   206
rls_string STRING_r_clear_query "Clear download queue?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   207
rls_string STRING_r_search_noresults "No search results"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   208
rls_string STRING_r_cba_search "Search"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   209
rls_string STRING_r_searching "Searching..."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   210
rls_string STRING_r_importing "Importing..."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   211
rls_string STRING_r_exporting "Exporting..."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   212
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   213
rls_string STRING_r_cba_cancel "Cancel"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   214
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   215
rls_string STRING_r_podcast_connection_error "Connection failed. Check connection settings."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   216
rls_string STRING_r_exit_shows_downloading "Shows are being downloaded. Exit anyway?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   217
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   218
rls_string STRING_r_search_results "Search results"