Skip to content
Snippets Groups Projects
Commit 22fd61b5 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Übersetzung hinzugefügt

parent 906e0416
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
<?php
return [
'options.headline' => 'Optionen',
'options.savetab' => 'Ergebnis in Tab speichern.',
'options.1' => 'Suche auf dieser Domain neu starten',
'options.2' => ':host ausblenden',
'options.3' => '*.:domain ausblenden',
......
......@@ -23,12 +23,12 @@
<div class="option-content">
<ul class="option-list list-unstyled small">
<li class="option-title">
<i class="fa fa-cog"></i> Optionen
<i class="fa fa-cog"></i> {!! trans('result.options.headline') !!}
</li>
<hr>
<li class="js-only">
<a href="javascript:resultSaver({{ $result->number }});" class="saver" data-counter="{{ $result->number }}">
<i class="fa fa-floppy-disk"></i> Ergebnis in Tab speichern.
<i class="fa fa-floppy-disk"></i> {!! trans('result.options.savetab') !!}
</a>
</li>
@if(strlen($metager->getSite()) === 0)
......
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