equal
deleted
inserted
replaced
28 { |
28 { |
29 items = |
29 items = |
30 { |
30 { |
31 MENU_ITEM |
31 MENU_ITEM |
32 { |
32 { |
|
33 command = EPodcastResetDb; |
|
34 txt = STRING_r_podcast_setting_reset_db; |
|
35 }, |
|
36 MENU_ITEM |
|
37 { |
33 command = EPodcastHelp; |
38 command = EPodcastHelp; |
34 txt = STRING_r_view_help; |
39 txt = STRING_r_view_help; |
35 } |
40 } |
36 }; |
41 }; |
37 } |
42 } |
38 |
43 |
39 |
44 |
40 RESOURCE AVKON_VIEW r_podcast_settingsview |
45 RESOURCE AVKON_VIEW r_podcast_settingsview |
223 filter_data = { "*.*" }; |
228 filter_data = { "*.*" }; |
224 } |
229 } |
225 }; |
230 }; |
226 } |
231 } |
227 |
232 |
|
233 RESOURCE MEMORYSELECTIONDIALOG r_podcast_memory_selection |
|
234 { |
|
235 title = "Select memory:"; |
|
236 softkey_1 = text_softkey_ok; // The text for the left softkey. |
|
237 softkey_2 = text_softkey_cancel; // The text for the right softkey. |
|
238 locations = |
|
239 { |
|
240 LOCATION { root_path = text_phone_memory_root_path; }, |
|
241 LOCATION { root_path = text_memory_card_root_path; } |
|
242 }; |
|
243 } |
|
244 |
228 RESOURCE TBUF r_podcast_softkey_select { buf = STRING_r_view_export_feeds_softkey; } |
245 RESOURCE TBUF r_podcast_softkey_select { buf = STRING_r_view_export_feeds_softkey; } |
229 RESOURCE TBUF r_settings_title { buf = STRING_r_podcast_settings_title; } |
246 RESOURCE TBUF r_settings_title { buf = STRING_r_podcast_settings_title; } |
230 |
247 |
231 RESOURCE AVKON_SETTING_PAGE r_setting_iap_page_resource |
248 RESOURCE AVKON_SETTING_PAGE r_setting_iap_page_resource |
232 { |
249 { |