Skip to content
Snippets Groups Projects
Commit 53dc02e4 authored by karl's avatar karl
Browse files

Der Placeholder im Suchfeld liegt jetzt Übersetzt vor

parent 2fb00fd9
No related branches found
No related tags found
1 merge request!83Der Placeholder im Suchfeld liegt jetzt Übersetzt vor
<?php
return [
'foki.bilder' => 'Bilder',
'foki.nachrichten' => 'Nachrichten',
'foki.wissenschaft' => 'Wissenschaft',
'foki.produkte' => 'Produkte',
'foki.anpassen' => 'anpassen',
'conveyor' => 'Einkaufen bei MetaGer-Fördershops',
'plugin' => 'MetaGer-Plugin hinzufügen',
'sponsors' => 'Sponsoren',
'sponsors.woxikon' => 'Woxikon: Nach Wörtern & Synonymen suchen',
'foki.bilder' => 'Bilder',
'foki.nachrichten' => 'Nachrichten',
'foki.wissenschaft' => 'Wissenschaft',
'foki.produkte' => 'Produkte',
'foki.anpassen' => 'anpassen',
'conveyor' => 'Einkaufen bei MetaGer-Fördershops',
'plugin' => 'MetaGer-Plugin hinzufügen',
'furtherInfo' => 'Further Information',
'sponsors' => 'Sponsoren',
'sponsors.woxikon' => 'Woxikon: Nach Wörtern & Synonymen suchen',
'sponsors.gutscheine' => 'Aktuelle Gutscheine auf Gutschein-Magazin.de',
'sponsors.kredite' => 'Günstige Kredite auf FINANZCHECK.de vergleichen ',
'about.title' => 'Über uns',
'about.1.1' => 'Datenschutz & Privatsphäre',
'about.1.2' => ' sind bei uns einfach & selbstverständlich.',
'about.2.1' => 'Wir arbeiten nicht gewinnorientiert, wir sind ein ',
'about.2.2' => 'gemeinnütziger Verein. '
'about.2.2' => 'gemeinnütziger Verein. ',
'placeholder' => 'MetaGer: Sicher suchen &amp; finden, Privatsph&auml;re sch&uuml;tzen',
];
\ No newline at end of file
......@@ -6,16 +6,23 @@ return [
'foki.wissenschaft' => 'Science',
'foki.produkte' => 'Shopping',
'foki.anpassen' => 'customize',
'conveyor' => 'Purchase at supporting MetaGer Shops',
'plugin' => 'add the MetaGer-Plugin',
'furtherInfo' => 'Weitere Informationen',
'sponsors' => '',
'sponsors.woxikon' => '',
'sponsors.gutscheine' => '',
'sponsors.kredite' => '',
'about.title' => 'About us',
'about.1.1' => 'Data protection & privacy',
'about.1.2' => ' are simple and natural for us.',
'about.2.1' => 'We do not work for profit. We are a ',
'about.2.2' => 'non-profit association. '
'about.2.2' => 'non-profit association. ',
'placeholder' => 'MetaGer: Search and Find Savely, Protect Privacy',
];
\ No newline at end of file
......@@ -92,7 +92,7 @@
</span>
</button>
</div>
<input type="text" name="eingabe" required="" autofocus="" class="form-control" placeholder="MetaGer: Sicher suchen &amp; finden, Privatsph&auml;re sch&uuml;tzen">
<input type="text" name="eingabe" required="" autofocus="" class="form-control" placeholder="{{ trans('index.placeholder') }}">
<input type="hidden" name="encoding" value="utf8">
@if ($focus === 'angepasst') <input type="hidden" name="lang" value={{ $lang }} >
<input type="hidden" name="resultCount" value={{ $resultCount }} >
......@@ -131,7 +131,7 @@
@section('optionalContent')
<section id="moreInformation" class="hidden-xs">
<h1 class="hidden">Weitere Informationen
<h1 class="hidden">{{ trans('index.furtherInfo') }}
</h1>
<div class="row">
<div id="sponsors" class="col-md-6 col-sm12">
......
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