Skip to content
Snippets Groups Projects
Commit c0b73f61 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added translations

parent 1ca201bf
No related branches found
No related tags found
2 merge requests!1502Development,!1497Resolve "Page up link on the last result page"
......@@ -4,6 +4,7 @@ return [
'redirect' => '(mit redirect)',
'weiter' => 'Weitersuchen',
'zurueck' => 'Zurück',
'backtotop' => 'Zum Anfang der Seite',
'filter' => 'Die Suchergebnisse wurden gefiltert: <strong>[:filter]</strong>. <a href=":link" target="_blank">Filter abschalten.</a>',
'filter.default' => 'Sie erhalten die Benutzeroberfläche in <strong>:langName</strong>, aber Ergebnisse in <strong>ALLEN</strong> Sprachen. Für ausschließlich deutschsprachige Ergebnisse können Sie unter <a href="/settings" target="_blank">anpassen</a> die "Sprache auswählen".',
......
......@@ -4,6 +4,7 @@ return [
"redirect" => "(with redirect)",
"weiter" => "more",
"zurueck" => "back",
'backtotop' => 'back to top',
"filter" => "Results are filtered by language: <strong>[:filter]</strong>. <a href=\":link\" target=\"_blank\">Disable this filter.</a>",
"filter.default" => "The interface language is set to <strong>:langName</strong> but you will receive results in <strong>ALL</strong> languages. If you want to restrict the results to a specific language, please click <a href=\"/en/settings\" target=\"_blank\">customize</a> and choose your desired language there.",
'produktanzeigen' => 'Show products:',
......
......@@ -30,7 +30,7 @@
@include('parts.errors')
@include('parts.warnings')
@yield('results')
<div id="backtotop"><a href="#top">Zum Anfang der Seite</a></div>
<div id="backtotop"><a href="#top">@lang('results.backtotop')</a></div>
</div>
<div id="additions-container">
@include('layouts.keyboardNavBox')
......
......@@ -47,7 +47,7 @@
@include('parts.errors')
@include('parts.warnings')
@yield('results')
<div id="backtotop"><a href="#top">Zum Anfang der Seite</a></div>
<div id="backtotop"><a href="#top">@lang('results.backtotop')</a></div>
</div>
</div>
@include('parts.footer', ['type' => 'resultpage', 'id' => 'resultPageFooter'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment