# HG changeset patch # User Sebastian Brannstrom # Date 1287693363 -3600 # Node ID 81bb9210fd4c82f1b9c62f2ec3a68fa8f4070ff0 # Parent 3aa0b93477b52076ceac6c6d4e19e5152c45610d Bug 3836 - added Exit to all menus diff -r 3aa0b93477b5 -r 81bb9210fd4c application/data/PodcastClient_english.rls --- a/application/data/PodcastClient_english.rls Wed Sep 15 17:19:40 2010 +0100 +++ b/application/data/PodcastClient_english.rls Thu Oct 21 21:36:03 2010 +0100 @@ -82,8 +82,8 @@ rls_string STRING_import_feed_failure "Feed import failed" rls_string STRING_export_feed_success "%d feeds exported" rls_string STRING_export_feed_failure "Feed export failed" -rls_string STRING_r_importing "Importing..." -rls_string STRING_r_exporting "Exporting..." +rls_string STRING_r_importing "Importing" +rls_string STRING_r_exporting "Exporting" // Listbox empty strings rls_string STRING_r_podcast_empty_queue "(queue empty)" @@ -122,7 +122,7 @@ // Feed searching rls_string STRING_r_search_noresults "No search results" -rls_string STRING_r_searching "Searching..." +rls_string STRING_r_searching "Searching" rls_string STRING_r_search_results "Search results" // Show view diff -r 3aa0b93477b5 -r 81bb9210fd4c application/data/PodcastClient_spanish.rls --- a/application/data/PodcastClient_spanish.rls Wed Sep 15 17:19:40 2010 +0100 +++ b/application/data/PodcastClient_spanish.rls Thu Oct 21 21:36:03 2010 +0100 @@ -84,8 +84,8 @@ rls_string STRING_import_feed_failure "Improtación de fuente fallida" rls_string STRING_export_feed_success "%d fuentes exportadas" rls_string STRING_export_feed_failure "Exportación de fuente fallida" -rls_string STRING_r_importing "Importando..." -rls_string STRING_r_exporting "Exportando..." +rls_string STRING_r_importing "Importando" +rls_string STRING_r_exporting "Exportando" // Listbox empty strings rls_string STRING_r_podcast_empty_queue "(cola vacia)" @@ -124,7 +124,7 @@ // Feed searching rls_string STRING_r_search_noresults "No hay resultados" -rls_string STRING_r_searching "Buscando..." +rls_string STRING_r_searching "Buscando" rls_string STRING_r_search_results "Resulstados de la búsqueda" // Show view diff -r 3aa0b93477b5 -r 81bb9210fd4c application/data/PodcastQueueView.ra --- a/application/data/PodcastQueueView.ra Wed Sep 15 17:19:40 2010 +0100 +++ b/application/data/PodcastQueueView.ra Thu Oct 21 21:36:03 2010 +0100 @@ -59,6 +59,11 @@ { command = EPodcastHelp; txt = STRING_r_view_help; + }, + MENU_ITEM + { + command = EAknSoftkeyExit; + txt = STRING_r_exit_cmd; } }; } diff -r 3aa0b93477b5 -r 81bb9210fd4c application/data/PodcastSearchView.ra --- a/application/data/PodcastSearchView.ra Wed Sep 15 17:19:40 2010 +0100 +++ b/application/data/PodcastSearchView.ra Thu Oct 21 21:36:03 2010 +0100 @@ -37,11 +37,6 @@ { MENU_ITEM { - command = EPodcastAbout; - txt = STRING_r_view_about_cmd; - }, - MENU_ITEM - { command = EPodcastHelp; txt = STRING_r_view_help; }, diff -r 3aa0b93477b5 -r 81bb9210fd4c application/data/PodcastShowsView.ra --- a/application/data/PodcastShowsView.ra Wed Sep 15 17:19:40 2010 +0100 +++ b/application/data/PodcastShowsView.ra Thu Oct 21 21:36:03 2010 +0100 @@ -59,6 +59,11 @@ { command = EPodcastHelp; txt = STRING_r_view_help; + }, + MENU_ITEM + { + command = EAknSoftkeyExit; + txt = STRING_r_exit_cmd; } }; }