application/data/PodcastClient_english.rls
author Brendan Donegan <brendand@symbian.org>
Fri, 28 May 2010 17:43:08 +0100
branchsymbian1
changeset 145 cc0182a5da39
parent 90 d0c0c3e6f7a1
child 147 2e626f5a52c8
permissions -rw-r--r--
Fix for Bug 2604 and bulk of the work towards implementing Bug 2737
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
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    19
// Menu items
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    21
rls_string STRING_r_settings_cmd "Settings"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    22
rls_string STRING_r_view_mark_all_played_cmd "Mark all old"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    23
rls_string STRING_r_exit_cmd "Exit"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    24
rls_string STRING_r_view_help "Help"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    25
rls_string STRING_r_view_about_cmd "About"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    26
rls_string STRING_r_view_import_export_feeds_cmd "Import/export feeds"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    27
rls_string STRING_r_view_import_feeds_cmd "Import feeds"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    28
rls_string STRING_r_view_export_feeds_cmd "Export feeds"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    29
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    30
// CBA buttons
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    31
rls_string STRING_r_cba_options "Options"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    32
rls_string STRING_r_cba_hide "Hide"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    33
rls_string STRING_r_cba_cancel "Cancel"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    34
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    35
// Tab titles
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    36
rls_string STRING_r_tabgroup_feeds "Feeds"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    37
rls_string STRING_r_tabgroup_queue "Queue"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    38
rls_string STRING_r_tabgroup_queue_counter "Queue (%d)"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    39
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    40
// Question dialogs
49
43e204e6ae2e Fix for accidental merge regressions. Text fixes for tool tip and settings.
teknolog
parents: 47
diff changeset
    41
rls_string STRING_r_add_feed_prompt "Enter search terms or feed address"
43e204e6ae2e Fix for accidental merge regressions. Text fixes for tool tip and settings.
teknolog
parents: 47
diff changeset
    42
rls_string STRING_r_edit_feed_prompt "Feed address"
38
c11e52c5acd2 Fix for download state not taking user from shows view to queue view
teknolog
parents: 24
diff changeset
    43
rls_string STRING_r_add_feed_title_prompt "Feed title"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    44
rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    45
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
    46
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
    47
rls_string STRING_r_delete_show_prompt "Delete show '%S'?"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    48
rls_string STRING_r_podcast_connection_error "Connection failed. Check connection settings."
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    49
rls_string STRING_r_exit_shows_downloading "Shows are being downloaded. Exit anyway?"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    50
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    51
// Settings view
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    52
rls_string STRING_r_podcast_settings_title "Settings"
60
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
    53
rls_string STRING_r_podcast_setting_showdir "Podcast folder"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    54
rls_string STRING_r_podcast_setting_autoupdate "Automatic update"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    55
rls_string STRING_r_podcast_setting_autodownload "Automatic download"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    56
rls_string STRING_r_podcast_setting_connection "Connection"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    57
rls_string STRING_r_podcast_setting_default "Use default"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    58
rls_string STRING_r_podcast_setting_alwaysask "Always ask"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    59
rls_string STRING_r_podcast_setting_useiap "Select access point"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    60
rls_string STRING_r_podcast_setting_iaplist "Access points"
60
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
    61
rls_string STRING_r_podcast_select_folder "Select folder"
44
f6f9647922ba Removed unused SoundEngine
teknolog
parents: 39
diff changeset
    62
rls_string STRING_r_on "On"
f6f9647922ba Removed unused SoundEngine
teknolog
parents: 39
diff changeset
    63
rls_string STRING_r_off "Off"
60
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
    64
rls_string STRING_r_podcast_setting_reset_db "Reset database"
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
    65
rls_string STRING_r_podcast_setting_reset_db_query "Reset database? All data will be lost!"
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
    66
44
f6f9647922ba Removed unused SoundEngine
teknolog
parents: 39
diff changeset
    67
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    68
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    69
// Choicelist for autodownload
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    70
rls_string STRING_podcast_autoupdate_option1 "Off"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    71
rls_string STRING_podcast_autoupdate_option2 "Every hour"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    72
rls_string STRING_podcast_autoupdate_option3 "Four times a day"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    73
rls_string STRING_podcast_autoupdate_option4 "Twice a day"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    74
rls_string STRING_podcast_autoupdate_option5 "Daily"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    75
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    76
// Feed import/export
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    77
rls_string STRING_r_view_import_feeds_title "Select OPML file"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    78
rls_string STRING_r_enter_filename "Enter file name"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    79
rls_string STRING_r_view_export_feeds_title "Select folder"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    80
rls_string STRING_r_view_export_feeds_softkey "Select"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    81
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
    82
rls_string STRING_import_feed_failure "Feed import failed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    83
rls_string STRING_export_feed_success "%d feeds exported"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    84
rls_string STRING_export_feed_failure "Feed export failed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    85
rls_string STRING_r_importing "Importing..."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    86
rls_string STRING_r_exporting "Exporting..."
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    87
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    88
// Listbox empty strings
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    89
rls_string STRING_r_podcast_empty_queue "(queue empty)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    90
rls_string STRING_r_podcast_empty_list "(no shows)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    91
rls_string STRING_r_podcast_no_feeds "(no feeds)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    92
rls_string STRING_r_podcast_empty_search "(no search results)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    93
rls_string STRING_r_podcast_empty_list_updating "(updating...)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    94
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    95
// Feed view
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    96
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    97
rls_string STRING_r_add_feed_title "Add feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    98
rls_string STRING_r_edit_feed_title "Edit feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    99
rls_string STRING_r_cancel_update_all_feeds_cmd "Cancel update"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   100
rls_string STRING_r_cancel_update_all_feeds_short_cmd "Cancel"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   101
rls_string STRING_r_podcast_feeds_status_format "%d new"
60
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
   102
rls_string STRING_r_podcast_shows_never_updated "Never updated"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   103
rls_string STRING_r_view_add_feed_cmd "Add feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   104
rls_string STRING_r_view_add_feed_cmd_short "Add"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   105
rls_string STRING_r_view_edit_feed_cmd "Edit feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   106
rls_string STRING_r_view_edit_feed_cmd_short "Edit"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   107
rls_string STRING_r_view_delete_feed_cmd "Remove feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   108
rls_string STRING_r_view_delete_feed_cmd_short "Remove"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   109
rls_string STRING_r_update_feed_cmd "Update feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   110
rls_string STRING_r_update_feed_short_cmd "Update"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   111
rls_string STRING_r_update_all_feeds_cmd "Update all"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   112
rls_string STRING_r_update_all_feeds_short_cmd "Update"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   113
rls_string STRING_r_podcast_feeds_is_updating "Updating..."
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   114
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   115
// Add/edit feed
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   116
rls_string STRING_add_feed_query "Add feed '%S'?"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   117
rls_string STRING_add_feed_success "Feed added. Update now?"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   118
rls_string STRING_add_feed_error "Could not add feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   119
rls_string STRING_r_add_feed_replace "All existing shows in this feed will be deleted! Continue?" // shown when changing an existing feed URL
49
43e204e6ae2e Fix for accidental merge regressions. Text fixes for tool tip and settings.
teknolog
parents: 47
diff changeset
   120
rls_string STRING_r_add_feed_exists "A feed with this address already exists" // shown when adding or changing a feed to a URL that already exists
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   121
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   122
// Feed searching
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   123
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   124
rls_string STRING_r_search_noresults "No search results"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   125
rls_string STRING_r_searching "Searching..."
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   126
rls_string STRING_r_search_results "Search results"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   127
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   128
// Show view
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   129
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   130
rls_string STRING_r_view_mark_as_played_cmd_short "Mark old"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   131
rls_string STRING_r_view_mark_as_unplayed_cmd_short "Mark new"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   132
rls_string STRING_r_view_download_show_cmd "Get"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   133
rls_string STRING_r_view_delete_show_cmd "Delete"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   134
rls_string STRING_r_view_show_info_cmd "Info"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   135
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   136
// Download queue operations
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   137
rls_string STRING_r_suspend_download_cmd "Suspend"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   138
rls_string STRING_r_view_resume_short_dls_cmd "Resume"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   139
rls_string STRING_r_view_stop_downloads_cmd "Suspend downloading"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   140
rls_string STRING_r_view_resume_downloads_cmd "Resume downloading"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   141
rls_string STRING_r_view_remove_all_downloads_cmd_short "Clear"
49
43e204e6ae2e Fix for accidental merge regressions. Text fixes for tool tip and settings.
teknolog
parents: 47
diff changeset
   142
rls_string STRING_r_view_remove_all_downloads_cmd "Clear download queue"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   143
rls_string STRING_r_clear_query "Clear download queue?"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   144
rls_string STRING_r_view_remove_download_short_cmd "Remove"
145
cc0182a5da39 Fix for Bug 2604 and bulk of the work towards implementing Bug 2737
Brendan Donegan <brendand@symbian.org>
parents: 90
diff changeset
   145
rls_string STRING_r_view_move_up_short_cmd "Move up"
cc0182a5da39 Fix for Bug 2604 and bulk of the work towards implementing Bug 2737
Brendan Donegan <brendand@symbian.org>
parents: 90
diff changeset
   146
rls_string STRING_r_view_move_down_short_cmd "Move down"
49
43e204e6ae2e Fix for accidental merge regressions. Text fixes for tool tip and settings.
teknolog
parents: 47
diff changeset
   147
rls_string STRING_r_view_remove_download_cmd "Remove download"
60
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
   148
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
   149
rls_string STRING_r_error_notfound "Error: Not found on server"
90
d0c0c3e6f7a1 Added support for launching music and video player when tapping on a downloaded show
teknolog
parents: 65
diff changeset
   150
rls_string STRING_r_error_invalid_address "Error: Connection failed"
60
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
   151
rls_string STRING_r_error_general "Error: General error %d"
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
   152
rls_string STRING_r_error_http "Error: HTTP error %d"
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 39
diff changeset
   153
rls_string STRING_r_error_disk_full "Error: Disk full"