mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Fixes for translations.
This commit is contained in:
parent
8de398ae75
commit
f35fe8ea24
@ -1,7 +1,8 @@
|
||||
FI:
|
||||
fi:
|
||||
SilverStripe\FullTextSearch\Solr\Forms\SearchForm:
|
||||
GO: Suorita
|
||||
GO: Hae
|
||||
SEARCH: Haku
|
||||
Results:
|
||||
SearchQuery: 'Hakusanasi oli'
|
||||
DidYouMean: 'Tarkoititko'
|
||||
ReadMore: 'Lue lisää'
|
||||
|
@ -1,12 +1,12 @@
|
||||
<div id="Content" class="searchResults">
|
||||
<h1>$Title</h1>
|
||||
<h1>$Title rer</h1>
|
||||
|
||||
<% if $Query %>
|
||||
<p class="searchQuery"><%t SearchQuery 'You searched for' %> "{$Query}"</p>
|
||||
<p class="searchQuery"><%t Results.SearchQuery 'You searched for' %> "{$Query}"</p>
|
||||
<% end_if %>
|
||||
|
||||
<% if $Results.Suggestion %>
|
||||
<p class="spellCheck"><%t DidYouMean 'Did you mean' %> <a href="{$Link}SearchForm?Search=$Results.SuggestionQueryString">$Results.SuggestionNice</a>?</p>
|
||||
<p class="spellCheck"><%t Results.DidYouMean 'Did you mean' %> <a href="{$Link}SearchForm?Search=$Results.SuggestionQueryString">$Results.SuggestionNice</a>?</p>
|
||||
<% end_if %>
|
||||
|
||||
<% if $Results.Matches %>
|
||||
@ -23,12 +23,12 @@
|
||||
</a>
|
||||
</h4>
|
||||
<p><% if $Abstract %>$Abstract.XML<% else %>$Content.ContextSummary<% end_if %></p>
|
||||
<a class="readMoreLink" href="$Link" title="Read more about "{$Title}""><%t ReadMore 'Read more about' %> "{$Title}"...</a>
|
||||
<a class="readMoreLink" href="$Link" title="Read more about "{$Title}""><%t Results.ReadMore 'Read more about' %> "{$Title}"...</a>
|
||||
</li>
|
||||
<% end_loop %>
|
||||
</ul>
|
||||
<% else %>
|
||||
<p><%t NoResults 'Sorry, your search query did not return any results.' %></p>
|
||||
<p><%t Results.NoResults 'Sorry, your search query did not return any results.' %></p>
|
||||
<% end_if %>
|
||||
|
||||
<% if $Results.Matches.MoreThanOnePage %>
|
||||
@ -50,7 +50,7 @@
|
||||
<a class="next" href="$Results.Matches.NextLink" title="View the next page">→</a>
|
||||
<% end_if %>
|
||||
</div>
|
||||
<p><%t Page 'Page' %> $Results.Matches.CurrentPage <%t of 'of' %> $Results.Matches.TotalPages</p>
|
||||
<p><%t Results.Page 'Page' %> $Results.Matches.CurrentPage <%t Results.of 'of' %> $Results.Matches.TotalPages</p>
|
||||
</div>
|
||||
<% end_if %>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user