# HG changeset patch # User Sebastian Brannstrom # Date 1287493352 -3600 # Node ID 72b950ec8da25d018659a913bd0c830f501d9350 # Parent 60621d146c1910e7f9cdedd2e11622255d742942 Fix for 3844 diff -r 60621d146c19 -r 72b950ec8da2 application/data/PodcastClient_english.rls --- a/application/data/PodcastClient_english.rls Sat Oct 16 20:33:45 2010 +0100 +++ b/application/data/PodcastClient_english.rls Tue Oct 19 14:02:32 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 60621d146c19 -r 72b950ec8da2 application/data/PodcastClient_spanish.rls --- a/application/data/PodcastClient_spanish.rls Sat Oct 16 20:33:45 2010 +0100 +++ b/application/data/PodcastClient_spanish.rls Tue Oct 19 14:02:32 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