author | Brendan Donegan <brendand@symbian.org> |
Mon, 08 Mar 2010 09:46:42 +0000 | |
branch | Symbian3 |
changeset 37 | 1644b7cd063e |
parent 24 | ca50ea154990 |
child 42 | a38f3fcec239 |
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 |
||
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 |
|
17
4bcc91e70483
Configuration changes to default podcasts. Changed Download to Get in toolbar
teknolog
parents:
2
diff
changeset
|
54 |
rls_string STRING_r_view_download_show_cmd "Get" |
2 | 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" |
|
95 |
rls_string STRING_r_edit_feed_prompt "Feed URL" |
|
96 |
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'?" |
|
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?" |
|
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?" |
|
106 |
||
107 |
rls_string STRING_r_delete_show_title "Delete Show" |
|
108 |
rls_string STRING_r_delete_show_prompt "Delete show '%S'?" |
|
109 |
||
110 |
// Settings view |
|
111 |
rls_string STRING_r_podcast_settings_title "Settings" |
|
112 |
rls_string STRING_r_podcast_setting_showdir "Podcast directory" |
|
113 |
rls_string STRING_r_podcast_setting_autoupdate "Automatic update" |
|
114 |
rls_string STRING_r_podcast_setting_autodownload "Automatic download" |
|
115 |
rls_string STRING_r_podcast_setting_connection "Connection" |
|
116 |
rls_string STRING_r_podcast_setting_default "Use default" |
|
117 |
rls_string STRING_r_podcast_setting_alwaysask "Always ask" |
|
118 |
rls_string STRING_r_podcast_setting_useiap "Select Access point" |
|
119 |
rls_string STRING_r_podcast_setting_iaplist "Access points" |
|
120 |
||
121 |
// Choicelist for autodownload |
|
122 |
rls_string STRING_podcast_autoupdate_option1 "Off" |
|
123 |
rls_string STRING_podcast_autoupdate_option2 "Every hour" |
|
124 |
rls_string STRING_podcast_autoupdate_option3 "Four times a day" |
|
125 |
rls_string STRING_podcast_autoupdate_option4 "Twice a day" |
|
126 |
rls_string STRING_podcast_autoupdate_option5 "Daily" |
|
127 |
||
128 |
// Latest strings here |
|
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" |
|
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 |
|
24
ca50ea154990
Moved search result title to navipane. Fixed but 1832
teknolog
parents:
17
diff
changeset
|
157 |
rls_string STRING_r_view_export_feeds_cmd "Export feeds" // Export feeds cmd in feedview |
2 | 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" |
|
167 |
rls_string STRING_r_view_export_feeds_title "Select folder" |
|
168 |
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?" |
|
201 |
rls_string STRING_import_feed_failure "Feed import failed" |
|
202 |
rls_string STRING_export_feed_success "%d feeds exported" |
|
203 |
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..." |
|
210 |
rls_string STRING_r_exporting "Exporting..." |
|
211 |
||
212 |
rls_string STRING_r_cba_cancel "Cancel" |
|
213 |
||
214 |
rls_string STRING_r_podcast_connection_error "Connection failed. Check connection settings." |
|
215 |
rls_string STRING_r_exit_shows_downloading "Shows are being downloaded. Exit anyway?" |
|
216 |
||
217 |
rls_string STRING_r_search_results "Search results" |