author | Sebastian Brannstrom <sebastianb@symbian.org> |
Mon, 22 Nov 2010 15:41:41 +0000 | |
branch | 3rded |
changeset 390 | d7abecc9d189 |
parent 281 | 1cae65a87b5e |
permissions | -rw-r--r-- |
2 | 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 |
||
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
19 |
// Menu items |
2 | 20 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
21 |
rls_string STRING_r_settings_cmd "Settings" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
22 |
rls_string STRING_r_view_mark_all_played_cmd "Mark all shows old" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
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 | 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 | 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" |
177
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
39 |
rls_string STRING_r_tabgroup_queue_counter "(%d) Queue" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
40 |
rls_string STRING_r_tabgroup_new "New" |
2 | 41 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
42 |
// Question dialogs |
281
1cae65a87b5e
Updated SIS, version 0.90.6
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
262
diff
changeset
|
43 |
rls_string STRING_r_add_feed_prompt "Enter feed address:" |
1cae65a87b5e
Updated SIS, version 0.90.6
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
262
diff
changeset
|
44 |
rls_string STRING_r_edit_feed_prompt "Feed address:" |
1cae65a87b5e
Updated SIS, version 0.90.6
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
262
diff
changeset
|
45 |
rls_string STRING_r_add_feed_title_prompt "Feed title:" |
2 | 46 |
rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?" |
47 |
rls_string STRING_r_enable_downloads_prompt "There are shows in the download queue. Do you want to download now?" |
|
48 |
rls_string STRING_r_update_new_feed_prompt "Do you want to update the feed now?" |
|
49 |
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
|
50 |
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
|
51 |
rls_string STRING_r_exit_shows_downloading "Shows are being downloaded. Exit anyway?" |
2 | 52 |
|
53 |
// Settings view |
|
54 |
rls_string STRING_r_podcast_settings_title "Settings" |
|
60 | 55 |
rls_string STRING_r_podcast_setting_showdir "Podcast folder" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
56 |
rls_string STRING_r_podcast_setting_autoupdate "Update feeds" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
57 |
rls_string STRING_r_podcast_setting_autodownload "Download shows" |
2 | 58 |
rls_string STRING_r_podcast_setting_connection "Connection" |
59 |
rls_string STRING_r_podcast_setting_default "Use default" |
|
60 |
rls_string STRING_r_podcast_setting_alwaysask "Always ask" |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
61 |
rls_string STRING_r_podcast_setting_useiap "Select access point" |
2 | 62 |
rls_string STRING_r_podcast_setting_iaplist "Access points" |
60 | 63 |
rls_string STRING_r_podcast_select_folder "Select folder" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
64 |
//enable and disable automatic connections |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
65 |
rls_string STRING_r_on "Automatically" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
66 |
rls_string STRING_r_off "Manually" |
60 | 67 |
rls_string STRING_r_podcast_setting_reset_db "Reset database" |
68 |
rls_string STRING_r_podcast_setting_reset_db_query "Reset database? All data will be lost!" |
|
69 |
||
44 | 70 |
|
2 | 71 |
|
72 |
// Choicelist for autodownload |
|
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
73 |
rls_string STRING_podcast_autoupdate_option1 "Manually" |
2 | 74 |
rls_string STRING_podcast_autoupdate_option2 "Every hour" |
75 |
rls_string STRING_podcast_autoupdate_option3 "Four times a day" |
|
76 |
rls_string STRING_podcast_autoupdate_option4 "Twice a day" |
|
77 |
rls_string STRING_podcast_autoupdate_option5 "Daily" |
|
78 |
||
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
79 |
// Feed import/export |
2 | 80 |
rls_string STRING_r_view_import_feeds_title "Select OPML file" |
281
1cae65a87b5e
Updated SIS, version 0.90.6
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
262
diff
changeset
|
81 |
rls_string STRING_r_enter_filename "Enter file name:" |
2 | 82 |
rls_string STRING_r_view_export_feeds_title "Select folder" |
83 |
rls_string STRING_r_view_export_feeds_softkey "Select" |
|
84 |
rls_string STRING_import_feed_success "%d feeds imported. Update all feeds now?" |
|
85 |
rls_string STRING_import_feed_failure "Feed import failed" |
|
86 |
rls_string STRING_export_feed_success "%d feeds exported" |
|
87 |
rls_string STRING_export_feed_failure "Feed export failed" |
|
262
81bb9210fd4c
Bug 3836 - added Exit to all menus
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
206
diff
changeset
|
88 |
rls_string STRING_r_importing "Importing" |
81bb9210fd4c
Bug 3836 - added Exit to all menus
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
206
diff
changeset
|
89 |
rls_string STRING_r_exporting "Exporting" |
2 | 90 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
91 |
// Listbox empty strings |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
92 |
rls_string STRING_r_podcast_empty_queue "(queue empty)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
93 |
rls_string STRING_r_podcast_empty_list "(no shows)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
94 |
rls_string STRING_r_podcast_no_feeds "(no feeds)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
95 |
rls_string STRING_r_podcast_empty_search "(no search results)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
96 |
rls_string STRING_r_podcast_empty_list_updating "(updating...)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
97 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
98 |
// Feed view |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
99 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
100 |
rls_string STRING_r_add_feed_title "Add feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
101 |
rls_string STRING_r_edit_feed_title "Edit feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
102 |
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
|
103 |
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
|
104 |
rls_string STRING_r_podcast_feeds_status_format "%d new" |
60 | 105 |
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
|
106 |
rls_string STRING_r_view_add_feed_cmd "Add feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
107 |
rls_string STRING_r_view_add_feed_cmd_short "Add" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
108 |
rls_string STRING_r_view_edit_feed_cmd "Edit feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
109 |
rls_string STRING_r_view_edit_feed_cmd_short "Edit" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
110 |
rls_string STRING_r_view_delete_feed_cmd "Remove feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
111 |
rls_string STRING_r_view_delete_feed_cmd_short "Remove" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
112 |
rls_string STRING_r_update_feed_cmd "Update feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
113 |
rls_string STRING_r_update_feed_short_cmd "Update" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
114 |
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
|
115 |
rls_string STRING_r_update_all_feeds_short_cmd "Update" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
116 |
rls_string STRING_r_podcast_feeds_is_updating "Updating..." |
2 | 117 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
118 |
// Add/edit feed |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
119 |
rls_string STRING_add_feed_query "Add feed '%S'?" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
120 |
rls_string STRING_add_feed_success "Feed added. Update now?" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
121 |
rls_string STRING_add_feed_error "Could not add feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
122 |
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
|
123 |
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
|
124 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
125 |
// Feed searching |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
126 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
127 |
rls_string STRING_r_search_noresults "No search results" |
262
81bb9210fd4c
Bug 3836 - added Exit to all menus
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
206
diff
changeset
|
128 |
rls_string STRING_r_searching "Searching" |
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
129 |
rls_string STRING_r_search_results "Search results" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
130 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
131 |
// Show view |
2 | 132 |
|
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
133 |
rls_string STRING_r_view_mark_as_played_cmd "Mark show old" |
177
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
134 |
rls_string STRING_r_view_mark_as_played_cmd_short "Mark old (*)" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
135 |
rls_string STRING_r_view_mark_as_unplayed_cmd "Mark show new" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
136 |
rls_string STRING_r_view_mark_as_unplayed_cmd_short "Mark new (*)" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
137 |
rls_string STRING_r_view_download_show_cmd "Download show" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
138 |
rls_string STRING_r_view_download_show_cmd_short "Download" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
139 |
rls_string STRING_r_view_delete_show_cmd "Delete show" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
140 |
rls_string STRING_r_view_delete_show_cmd_short "Delete" |
177
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
141 |
rls_string STRING_r_view_show_info_cmd "Info (#)" |
136
cee38af14bcf
Merged show playback error handling from S^3 branch
teknolog
parents:
130
diff
changeset
|
142 |
rls_string STRING_r_error_playback_failed "Could not play show" |
190
76b81233473a
Language fixes for 3rd
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
177
diff
changeset
|
143 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
144 |
// Download queue operations |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
145 |
rls_string STRING_r_suspend_download_cmd "Suspend" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
146 |
rls_string STRING_r_view_resume_short_dls_cmd "Resume" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
147 |
rls_string STRING_r_view_stop_downloads_cmd "Suspend downloading" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
148 |
rls_string STRING_r_view_resume_downloads_cmd "Resume downloading" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
149 |
rls_string STRING_r_view_remove_all_downloads_cmd_short "Remove" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
150 |
rls_string STRING_r_view_remove_all_downloads_cmd "Remove all downloads" |
281
1cae65a87b5e
Updated SIS, version 0.90.6
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
262
diff
changeset
|
151 |
rls_string STRING_r_clear_query "Remove all downloads?" |
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
152 |
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
|
153 |
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
|
154 |
rls_string STRING_r_view_move_down_short_cmd "Move down" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
155 |
rls_string STRING_r_view_remove_download_cmd "Remove download" |
60 | 156 |
|
157 |
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
|
158 |
rls_string STRING_r_error_invalid_address "Error: Connection failed" |
60 | 159 |
rls_string STRING_r_error_general "Error: General error %d" |
160 |
rls_string STRING_r_error_http "Error: HTTP error %d" |
|
161 |
rls_string STRING_r_error_disk_full "Error: Disk full" |
|
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
162 |
|
206
9c3ebab9d24f
Bug 2865 - added option to search or enter URL for feed adding
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
190
diff
changeset
|
163 |
rls_string STRING_r_add_url_or_search "Add feed" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
164 |
rls_string STRING_r_add_url "Enter address" |
206
9c3ebab9d24f
Bug 2865 - added option to search or enter URL for feed adding
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
190
diff
changeset
|
165 |
rls_string STRING_r_add_search "Search for feed" |
281
1cae65a87b5e
Updated SIS, version 0.90.6
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
262
diff
changeset
|
166 |
rls_string STRING_r_search_feed_prompt "Enter search terms:" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
167 |
rls_string STRING_r_new_shows "New shows" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
168 |
rls_string STRING_r_download_queue "Download queue" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
169 |
rls_string STRING_r_mark_all_old_query "Mark all old?" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
170 |
rls_string STRING_r_download_all_query "Add all shows to download queue?" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
171 |
rls_string STRING_r_podcast_setting_autodelete "Delete old shows" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
172 |
rls_string STRING_podcast_autodelete_option1 "Manually" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
173 |
rls_string STRING_podcast_autodelete_option2 "1 day after playing" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
174 |
rls_string STRING_podcast_autodelete_option3 "7 days after playing" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
175 |
rls_string STRING_podcast_autodelete_option4 "30 days after playing" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
176 |
rls_string STRING_r_download_all_shows "Download all" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
177 |
rls_string STRING_r_view_feed_feed_menu "Feed" |
177
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
178 |
rls_string STRING_r_view_shows_show_menu "Show" |
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
179 |
rls_string STRING_r_view_queue_show_menu "Show" |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
281
diff
changeset
|
180 |