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