Skip to content
Snippets Groups Projects
Commit db074bec authored by Aria Givi's avatar Aria Givi
Browse files

Sprach-Werte angelegt für Ergebniskärtchen

parent 8293ae25
No related branches found
No related tags found
3 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1193688
......@@ -7,6 +7,8 @@ return [
'options.2' => ':host ausblenden',
'options.3' => '*.:domain ausblenden',
'options.4' => 'Partnershop',
'options.5' => 'anonym öffnen',
'options.5' => 'ANONYM ÖFFNEN',
'options.6' => 'IN NEUEM TAB ÖFFNEN',
'options.7' => 'ÖFFNEN',
'proxytext' => 'Der Link wird anonymisiert geöffnet. Ihre Daten werden nicht zum Zielserver übertragen. Möglicherweise funktionieren manche Webseiten nicht wie gewohnt.',
];
<?php
return [
"options.headline" => "Options",
"options.savetab" => "Save result in TAB",
"options.1" => "start a new search on this domain",
"options.2" => "hide :host",
"options.3" => "hide *.:domain",
"options.4" => "partnershop",
"options.5" => "open anonymously",
"proxytext" => "Result link is opened anonymously. Your data will not be transfered to destination servers. Eventually some links will not work as usual."
'options.headline' => 'Options',
'options.savetab' => 'Save result in TAB',
'options.1' => 'start a new search on this domain',
'options.2' => 'hide :host',
'options.3' => 'hide *.:domain',
'options.4' => 'partnershop',
'options.5' => 'OPEN ANONYMOUSLY',
'options.6' => 'OPEN IN NEW TAB',
'options.7' => 'OPEN',
'proxytext' => 'Result link is opened anonymously. Your data will not be transfered to destination servers. Eventually some links will not work as usual.'
];
\ No newline at end of file
<?php
return [
"options.headline" => "Opciónes",
"options.savetab" => "Grabar resultado",
"options.1" => "Nueva búsqueda en este dominio",
"options.2" => "ocultar :host",
"options.3" => "ocultar *.:domain",
"options.4" => "Tienda asociada",
"options.5" => "abrir anónimo",
"proxytext" => "Abrirá el link anonimizado."
'options.headline' => 'Opciónes',
'options.savetab' => 'Grabar resultado',
'options.1' => 'Nueva búsqueda en este dominio',
'options.2' => 'ocultar :host',
'options.3' => 'ocultar *.:domain',
'options.4' => 'Tienda asociada',
'options.5' => 'ABRIR ANÓNIMO',
'options.6' => 'ABRIR NUEVA PESTAÑA',
'options.7' => 'ABRIR',
'proxytext' => 'Abrirá el link anonimizado.'
];
......@@ -50,13 +50,13 @@
</div>
<div class="result-footer">
<a class="result-open" href="{{ $result->link }}" target="_self" rel="noopener">
ÖFFNEN
{!! trans('result.options.7') !!}
</a>
<a class="result-open-newtab" href="{{ $result->link }}" target="_blank" rel="noopener">
IN NEUEM TAB
{!! trans('result.options.6') !!}
</a>
<a class="result-open-proxy" onmouseover="$(this).popover('show');" onmouseout="$(this).popover('hide');" data-toggle="popover" data-placement="auto right" data-container="body" data-content="@lang('result.proxytext')" href="{{ $result->proxyLink }}" target="{{ $metager->getNewtab() }}" rel="noopener">
ANONYM ÖFFNEN
{!! trans('result.options.5') !!}
</a>
<label class="open-result-options" for="result-toggle-{{$result->number}}" role="button">
MEHR
......
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