fix hard coded labels "pages" and "to"

This commit is contained in:
Stefan Wolff 2016-09-23 16:44:14 +02:00
parent 3ab448a926
commit 5539034f00
3 changed files with 6 additions and 2 deletions

View file

@ -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 )

View file

@ -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 )

View file

@ -20,7 +20,7 @@
var urlsBase = '${urls.base}';
</script>
<img id="downloadIcon" src="images/download-icon.png" alt="Download Results" title="Download Results" />
<img id="downloadIcon" src="images/download-icon.png" alt="${i18n().download_results}" title="${i18n().download_results}" />
<#-- <span id="downloadResults" style="float:left"></span> -->
</h2>
@ -42,7 +42,7 @@
<#if classLinks?has_content>
<div class="searchTOC">
<#if classGroupName?has_content>
<h4>${i18n().limit} ${classGroupName} to</h4>
<h4>${i18n().limit} ${classGroupName} ${i18n().to}</h4>
<#else>
<h4>${i18n().limit_to}</h4>
</#if>