diff --git a/legacy/webapp/languages/es_GO/i18n/all_es_GO.properties b/legacy/webapp/languages/es_GO/i18n/all_es_GO.properties index a62a3a29d..510718694 100644 --- a/legacy/webapp/languages/es_GO/i18n/all_es_GO.properties +++ b/legacy/webapp/languages/es_GO/i18n/all_es_GO.properties @@ -518,6 +518,8 @@ class_link = Enlace clase previous = Anterior page_link = enlace de la página next_capitalized = Próximo +download_results = resultados de la transferencia directa +to = a # # shortview templates ( /templates/freemarker/body/partials/shortview ) diff --git a/webapp/src/main/webapp/i18n/all.properties b/webapp/src/main/webapp/i18n/all.properties index 4c0ead6af..fe311f533 100644 --- a/webapp/src/main/webapp/i18n/all.properties +++ b/webapp/src/main/webapp/i18n/all.properties @@ -531,6 +531,8 @@ class_link = class link previous = Previous page_link = page link next_capitalized = Next +download_results = Download Results +to = to # # shortview templates ( /templates/freemarker/body/partials/shortview ) diff --git a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl index d0805bc3d..b701ccb57 100644 --- a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl +++ b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl @@ -20,7 +20,7 @@ var urlsBase = '${urls.base}'; - Download Results + ${i18n().download_results} <#-- --> @@ -42,7 +42,7 @@ <#if classLinks?has_content>
<#if classGroupName?has_content> -

${i18n().limit} ${classGroupName} to

+

${i18n().limit} ${classGroupName} ${i18n().to}

<#else>

${i18n().limit_to}