From 53dc02e43addbd04afbea82baa551093cb1b61b3 Mon Sep 17 00:00:00 2001
From: karl <karl@suma-ev.de>
Date: Tue, 14 Jun 2016 14:45:24 +0200
Subject: [PATCH] =?UTF-8?q?Der=20Placeholder=20im=20Suchfeld=20liegt=20jet?=
 =?UTF-8?q?zt=20=C3=9Cbersetzt=20vor?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 resources/lang/de/index.php     | 27 +++++++++++++++++----------
 resources/lang/en/index.php     |  9 ++++++++-
 resources/views/index.blade.php |  4 ++--
 3 files changed, 27 insertions(+), 13 deletions(-)

diff --git a/resources/lang/de/index.php b/resources/lang/de/index.php
index 98dde7f60..9690be96e 100644
--- a/resources/lang/de/index.php
+++ b/resources/lang/de/index.php
@@ -1,21 +1,28 @@
 <?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
diff --git a/resources/lang/en/index.php b/resources/lang/en/index.php
index ce9902d44..6b4e74f12 100644
--- a/resources/lang/en/index.php
+++ b/resources/lang/en/index.php
@@ -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
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index c635d123d..eba25528f 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -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">
-- 
GitLab