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