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

Merge remote-tracking branch 'origin/MetaGer-Redesign' into MetaGer-Redesign

parents 7d4c699e b3527f18
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -46,7 +46,7 @@ return [ ...@@ -46,7 +46,7 @@ return [
//'en-AU' => ['name' => 'Australian English', 'script' => 'Latn', 'native' => 'Australian English', 'regional' => 'en_AU'], //'en-AU' => ['name' => 'Australian English', 'script' => 'Latn', 'native' => 'Australian English', 'regional' => 'en_AU'],
//'en-GB' => ['name' => 'British English', 'script' => 'Latn', 'native' => 'British English', 'regional' => 'en_GB'], //'en-GB' => ['name' => 'British English', 'script' => 'Latn', 'native' => 'British English', 'regional' => 'en_GB'],
//'en-US' => ['name' => 'U.S. English', 'script' => 'Latn', 'native' => 'U.S. English', 'regional' => 'en_US'], //'en-US' => ['name' => 'U.S. English', 'script' => 'Latn', 'native' => 'U.S. English', 'regional' => 'en_US'],
'es' => ['name' => 'Spanish', 'script' => 'Latn', 'native' => 'Español', 'regional' => 'es_ES'], 'es' => ['name' => 'Spanish', 'script' => 'Latn', 'native' => 'español', 'regional' => 'es_ES'],
//'eo' => ['name' => 'Esperanto', 'script' => 'Latn', 'native' => 'esperanto', 'regional' => ''], //'eo' => ['name' => 'Esperanto', 'script' => 'Latn', 'native' => 'esperanto', 'regional' => ''],
//'eu' => ['name' => 'Basque', 'script' => 'Latn', 'native' => 'euskara', 'regional' => 'eu_ES'], //'eu' => ['name' => 'Basque', 'script' => 'Latn', 'native' => 'euskara', 'regional' => 'eu_ES'],
//'ewo' => ['name' => 'Ewondo', 'script' => 'Latn', 'native' => 'ewondo', 'regional' => ''], //'ewo' => ['name' => 'Ewondo', 'script' => 'Latn', 'native' => 'ewondo', 'regional' => ''],
......
...@@ -25,6 +25,11 @@ return [ ...@@ -25,6 +25,11 @@ return [
'focus-creator.delete' => 'Suchfokus löschen', 'focus-creator.delete' => 'Suchfokus löschen',
'focus-creator.focusname' => 'Fokusname: ', 'focus-creator.focusname' => 'Fokusname: ',
'slogan.title' => 'Besser suchen, schneller finden',
'slogan.1' => 'MetaGer ist die einzige Suchmaschine, die nicht profitgetrieben, sondern gemeinnützig arbeitet. Wir speichern keine persönlichen Daten und bevorzugen keine Ergebnisse für Geld.',
'slogan.2' => 'Mit MetaGer bewahren Sie einen neutralen Blick auf’s Web!',
'sponsors.head.1' => 'Weitere Informationen', 'sponsors.head.1' => 'Weitere Informationen',
'sponsors.head.2' => 'Sponsoren', 'sponsors.head.2' => 'Sponsoren',
'sponsors.woxikon' => 'Tagesgeld jetzt!', 'sponsors.woxikon' => 'Tagesgeld jetzt!',
......
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
@section('optionalContent') @section('optionalContent')
<div id="more-information"> <div id="more-information">
<div id="about-us"> <div id="about-us">
<h2>Besser&nbsp;suchen, schneller&nbsp;finden</h2> <h2>{!! trans('index.slogan.title') !!}</h2>
<p>MetaGer ist die einzige Suchmaschine, die nicht profitgetrieben, sondern gemeinnützig arbeitet. Wir speichern keine persönlichen Daten und bevorzugen keine Ergebnisse für Geld.</p> <p>{!! trans('index.slogan.1') !!}</p>
<p>Mit MetaGer bewahren Sie einen neutralen Blick aufs Web!</p> <p>{!! trans('index.slogan.2') !!}</p>
</div> </div>
<div id="sponsors"> <div id="sponsors">
<h2>{{ trans('index.sponsors.head.2') }}</h2> <h2>{{ trans('index.sponsors.head.2') }}</h2>
......
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