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

Merge branch '73-placeholder-im-suchfeld-der-startseite-ubersetzen' into 'master'

Der Placeholder im Suchfeld liegt jetzt Übersetzt vor

Closes #73

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