application/data/PodcastClient_english.rls
author Sebastian Brannstrom <sebastianb@symbian.org>
Tue, 16 Nov 2010 10:26:34 +0000
branchRCL_3
changeset 368 b131f7696342
parent 367 4b75876aa85a
child 376 31968c23152c
permissions -rw-r--r--
Catch up with 5th edition
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"
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
    22
rls_string STRING_r_view_mark_all_played_cmd "Mark all shows old"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
    23
rls_string STRING_r_view_mark_all_played_cmd_short "Mark all old"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    24
rls_string STRING_r_exit_cmd "Exit"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    25
rls_string STRING_r_view_help "Help"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    26
rls_string STRING_r_view_about_cmd "About"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    27
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
    28
rls_string STRING_r_view_import_feeds_cmd "Import feeds"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    29
rls_string STRING_r_view_export_feeds_cmd "Export feeds"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    30
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    31
// CBA buttons
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    32
rls_string STRING_r_cba_options "Options"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    33
rls_string STRING_r_cba_hide "Hide"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    34
rls_string STRING_r_cba_cancel "Cancel"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    35
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    36
// Tab titles
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    37
rls_string STRING_r_tabgroup_feeds "Feeds"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    38
rls_string STRING_r_tabgroup_queue "Queue"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    39
rls_string STRING_r_tabgroup_queue_counter "Queue (%d)"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    40
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    41
// Question dialogs
272
e6d095ba6756 Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 259
diff changeset
    42
rls_string STRING_r_add_feed_prompt "Enter feed address:"
e6d095ba6756 Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 259
diff changeset
    43
rls_string STRING_r_edit_feed_prompt "Feed address:"
e6d095ba6756 Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 259
diff changeset
    44
rls_string STRING_r_add_feed_title_prompt "Feed title:"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    45
rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    46
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
    47
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
    48
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
    49
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
    50
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
    51
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    52
// Settings view
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    53
rls_string STRING_r_podcast_settings_title "Settings"
105
236022094302 Fix for bug 2338 - Podcatcher doesn't know about disk F:
teknolog
parents: 50
diff changeset
    54
rls_string STRING_r_podcast_setting_showdir "Podcast folder"
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
    55
rls_string STRING_r_podcast_setting_autoupdate "Update feeds"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
    56
rls_string STRING_r_podcast_setting_autodownload "Download shows"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    57
rls_string STRING_r_podcast_setting_connection "Connection"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    58
rls_string STRING_r_podcast_setting_default "Use default"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    59
rls_string STRING_r_podcast_setting_alwaysask "Always ask"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    60
rls_string STRING_r_podcast_setting_useiap "Select access point"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    61
rls_string STRING_r_podcast_setting_iaplist "Access points"
107
af6475fdf8d6 Improved error handling; Implemented support for more than 2 flash drives also for import/export feeds
teknolog
parents: 105
diff changeset
    62
rls_string STRING_r_podcast_select_folder "Select folder"
367
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
    63
//enable and disable automatic connections
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
    64
rls_string STRING_r_on "Automatically"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
    65
rls_string STRING_r_off "Manually"
110
403412eb5292 Added "Reset database" option in settings. Further robustness fixes for Feeds.
teknolog
parents: 107
diff changeset
    66
rls_string STRING_r_podcast_setting_reset_db "Reset database"
403412eb5292 Added "Reset database" option in settings. Further robustness fixes for Feeds.
teknolog
parents: 107
diff changeset
    67
rls_string STRING_r_podcast_setting_reset_db_query "Reset database? All data will be lost!"
403412eb5292 Added "Reset database" option in settings. Further robustness fixes for Feeds.
teknolog
parents: 107
diff changeset
    68
44
f6f9647922ba Removed unused SoundEngine
teknolog
parents: 39
diff changeset
    69
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    70
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    71
// Choicelist for autodownload
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
    72
rls_string STRING_podcast_autoupdate_option1 "Manually"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    73
rls_string STRING_podcast_autoupdate_option2 "Every hour"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    74
rls_string STRING_podcast_autoupdate_option3 "Four times a day"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    75
rls_string STRING_podcast_autoupdate_option4 "Twice a day"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    76
rls_string STRING_podcast_autoupdate_option5 "Daily"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    77
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    78
// Feed import/export
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    79
rls_string STRING_r_view_import_feeds_title "Select OPML file"
272
e6d095ba6756 Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 259
diff changeset
    80
rls_string STRING_r_enter_filename "Enter file name:"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    81
rls_string STRING_r_view_export_feeds_title "Select folder"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    82
rls_string STRING_r_view_export_feeds_softkey "Select"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    83
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
    84
rls_string STRING_import_feed_failure "Feed import failed"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    85
rls_string STRING_export_feed_success "%d feeds exported"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    86
rls_string STRING_export_feed_failure "Feed export failed"
259
af83e0ffbf4b Fix for 3844
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 207
diff changeset
    87
rls_string STRING_r_importing "Importing"
af83e0ffbf4b Fix for 3844
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 207
diff changeset
    88
rls_string STRING_r_exporting "Exporting"
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    89
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    90
// Listbox empty strings
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    91
rls_string STRING_r_podcast_empty_queue "(queue empty)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    92
rls_string STRING_r_podcast_empty_list "(no shows)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    93
rls_string STRING_r_podcast_no_feeds "(no feeds)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    94
rls_string STRING_r_podcast_empty_search "(no search results)"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    95
rls_string STRING_r_podcast_empty_list_updating "(updating...)"
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
// Feed view
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    98
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
    99
rls_string STRING_r_add_feed_title "Add feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   100
rls_string STRING_r_edit_feed_title "Edit feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   101
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
   102
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
   103
rls_string STRING_r_podcast_feeds_status_format "%d new"
107
af6475fdf8d6 Improved error handling; Implemented support for more than 2 flash drives also for import/export feeds
teknolog
parents: 105
diff changeset
   104
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
   105
rls_string STRING_r_view_add_feed_cmd "Add feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   106
rls_string STRING_r_view_add_feed_cmd_short "Add"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   107
rls_string STRING_r_view_edit_feed_cmd "Edit feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   108
rls_string STRING_r_view_edit_feed_cmd_short "Edit"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   109
rls_string STRING_r_view_delete_feed_cmd "Remove feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   110
rls_string STRING_r_view_delete_feed_cmd_short "Remove"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   111
rls_string STRING_r_update_feed_cmd "Update feed"
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   112
rls_string STRING_r_update_feed_short_cmd "Update"
367
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   113
rls_string STRING_r_update_all_feeds_cmd "Update all feeds"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   114
rls_string STRING_r_update_all_feeds_short_cmd "Update"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   115
rls_string STRING_r_podcast_feeds_is_updating "Updating..."
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   116
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   117
// Add/edit feed
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   118
rls_string STRING_add_feed_query "Add feed '%S'?"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   119
rls_string STRING_add_feed_success "Feed added. Update now?"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   120
rls_string STRING_add_feed_error "Could not add feed"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   121
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
   122
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
   123
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   124
// Feed searching
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   125
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   126
rls_string STRING_r_search_noresults "No search results"
259
af83e0ffbf4b Fix for 3844
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 207
diff changeset
   127
rls_string STRING_r_searching "Searching"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   128
rls_string STRING_r_search_results "Search results"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   129
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   130
// Show view
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   131
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   132
rls_string STRING_r_view_mark_as_played_cmd "Mark show old"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   133
rls_string STRING_r_view_mark_as_played_cmd_short "Mark old"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   134
rls_string STRING_r_view_mark_as_unplayed_cmd "Mark show new"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   135
rls_string STRING_r_view_mark_as_unplayed_cmd_short "Mark  new"
367
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   136
rls_string STRING_r_view_download_show_cmd "Download show"
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   137
rls_string STRING_r_view_delete_show_cmd "Delete show"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   138
rls_string STRING_r_view_show_info_cmd "Info"
134
46baf9a7cadd Fix for KErrCorrupted bug in ShowEngine; Capabilities added to allow interaction with music player and MPXCollection
teknolog
parents: 126
diff changeset
   139
rls_string STRING_r_error_playback_failed "Could not play show"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   140
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   141
// Download queue operations
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   142
rls_string STRING_r_suspend_download_cmd "Suspend"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   143
rls_string STRING_r_view_resume_short_dls_cmd "Resume"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   144
rls_string STRING_r_view_stop_downloads_cmd "Suspend downloading"
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   145
rls_string STRING_r_view_resume_downloads_cmd "Resume downloading"
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   146
rls_string STRING_r_view_remove_all_downloads_cmd_short "Remove"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   147
rls_string STRING_r_view_remove_all_downloads_cmd "Remove all downloads"
273
44abfca84f13 Bug 3845
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 272
diff changeset
   148
rls_string STRING_r_clear_query "Remove all downloads?"
39
ca935c84c94b Removed unused strings. Fixed clipping problem with icons
teknolog
parents: 38
diff changeset
   149
rls_string STRING_r_view_remove_download_short_cmd "Remove"
151
17da6d3a5a4b Merge of fix for bug 2737 from Symbian1 branch
teknolog
parents: 134
diff changeset
   150
rls_string STRING_r_view_move_up_short_cmd "Move up"
17da6d3a5a4b Merge of fix for bug 2737 from Symbian1 branch
teknolog
parents: 134
diff changeset
   151
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
   152
rls_string STRING_r_view_remove_download_cmd "Remove download"
107
af6475fdf8d6 Improved error handling; Implemented support for more than 2 flash drives also for import/export feeds
teknolog
parents: 105
diff changeset
   153
af6475fdf8d6 Improved error handling; Implemented support for more than 2 flash drives also for import/export feeds
teknolog
parents: 105
diff changeset
   154
rls_string STRING_r_error_notfound "Error: Not found on server"
126
c2f1ea38ec70 Import from FCL default branch
teknolog
parents: 125
diff changeset
   155
rls_string STRING_r_error_invalid_address "Error: Connection failed"
107
af6475fdf8d6 Improved error handling; Implemented support for more than 2 flash drives also for import/export feeds
teknolog
parents: 105
diff changeset
   156
rls_string STRING_r_error_general "Error: General error %d"
af6475fdf8d6 Improved error handling; Implemented support for more than 2 flash drives also for import/export feeds
teknolog
parents: 105
diff changeset
   157
rls_string STRING_r_error_http "Error: HTTP error %d"
115
d87e984bd8b8 Even more robustness improvements for HTTP client - specifically disk full problems
teknolog
parents: 110
diff changeset
   158
rls_string STRING_r_error_disk_full "Error: Disk full"
367
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   159
207
9fef0425017e Bug 2865 - added option to search or enter URL for feed adding
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 151
diff changeset
   160
rls_string STRING_r_add_url_or_search "Add feed"
303
a24de3790879 Changed "URL" to "address"
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 273
diff changeset
   161
rls_string STRING_r_add_url "Enter address"
207
9fef0425017e Bug 2865 - added option to search or enter URL for feed adding
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 151
diff changeset
   162
rls_string STRING_r_add_search "Search for feed"
272
e6d095ba6756 Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 259
diff changeset
   163
rls_string STRING_r_search_feed_prompt "Enter search terms:"
367
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   164
rls_string STRING_r_new_shows "New shows"
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   165
rls_string STRING_r_download_queue "Download queue"
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   166
rls_string STRING_r_mark_all_old_query "Mark all shows old?"
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 303
diff changeset
   167
rls_string STRING_r_download_all_query "Add all shows to download queue?"
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   168
rls_string STRING_r_podcast_setting_autodelete "Delete old shows"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   169
rls_string STRING_podcast_autodelete_option1 "Manually"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   170
rls_string STRING_podcast_autodelete_option2 "1 day after playing"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   171
rls_string STRING_podcast_autodelete_option3 "7 days after playing"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   172
rls_string STRING_podcast_autodelete_option4 "30 days after playing"
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   173
rls_string STRING_r_download_all_shows "Download all shows"