Skip to content
Snippets Groups Projects
Commit 15e14f6a authored by Phil Höfer's avatar Phil Höfer
Browse files

Merge branch '744-startseite-uberarbeiten' into 'development'

Resolve "Startseite überarbeiten"

Closes #744

See merge request !1252
parents c9bc38d8 1b2e04ad
No related branches found
No related tags found
2 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1252Resolve "Startseite überarbeiten"
...@@ -46,6 +46,8 @@ return [ ...@@ -46,6 +46,8 @@ return [
'key.tooltip' => 'Mitglieder Key eingeben', 'key.tooltip' => 'Mitglieder Key eingeben',
'placeholder' => 'MetaGer: Sicher suchen & finden, Privatsphäre schützen', 'placeholder' => 'MetaGer: Sicher suchen & finden, Privatsphäre schützen',
'plugin.open-modal' => 'MetaGer-Plugin hinzufügen',
'plugin.open-modal.title' => 'MetaGer zu Ihren Browser hinzufügen',
'plugin.head.1' => 'MetaGer zum Firefox hinzufügen', 'plugin.head.1' => 'MetaGer zum Firefox hinzufügen',
'plugin.head.2' => 'MetaGer zum Chrome hinzufügen', 'plugin.head.2' => 'MetaGer zum Chrome hinzufügen',
'plugin.head.3' => 'MetaGer zum Opera hinzufügen', 'plugin.head.3' => 'MetaGer zum Opera hinzufügen',
...@@ -56,6 +58,7 @@ return [ ...@@ -56,6 +58,7 @@ return [
'plugin.head.8' => 'MetaGer zum Firefox Klar hinzufügen', 'plugin.head.8' => 'MetaGer zum Firefox Klar hinzufügen',
'plugin.head.info' => '(aktuelle Sucheinstellungen werden übernommen)', 'plugin.head.info' => '(aktuelle Sucheinstellungen werden übernommen)',
'plugin.firefox.plugin' => 'Das Plugin für Firefox können Sie <a href="https://addons.mozilla.org/de/firefox/addon/metager-suche/?src=search" target="_blank">hier</a> herunterladen. Dadurch bleiben Ihre Sucheinstellungen jederzeit erhalten. Alternativ können Sie MetaGer auch als Standardsuchmaschine einrichten:',
'plugin.firefox.1' => 'Klicken Sie in Ihrem Browser oben rechts im Suchfeld auf die Lupe mit dem kleinen "+" und dann auf "MetaGer hinzufügen" (siehe Bild)', 'plugin.firefox.1' => 'Klicken Sie in Ihrem Browser oben rechts im Suchfeld auf die Lupe mit dem kleinen "+" und dann auf "MetaGer hinzufügen" (siehe Bild)',
'plugin.firefox.2' => 'Klicken Sie nun mit der rechten Maustaste auf das neue MetaGer Logo in der Liste und auf "als Standard Suchmaschine verwenden" (siehe Bild)', 'plugin.firefox.2' => 'Klicken Sie nun mit der rechten Maustaste auf das neue MetaGer Logo in der Liste und auf "als Standard Suchmaschine verwenden" (siehe Bild)',
'plugin.firefox.3' => 'MetaGer als Startseite im :browser einrichten', 'plugin.firefox.3' => 'MetaGer als Startseite im :browser einrichten',
......
...@@ -38,6 +38,8 @@ return [ ...@@ -38,6 +38,8 @@ return [
"placeholder" => "MetaGer: Privacy Protected Search & Find", "placeholder" => "MetaGer: Privacy Protected Search & Find",
'plugin.open-modal' => 'Install MetaGer-Plugin',
'plugin.open-modal.title' => 'Add the MetaGer-Plugin to your browser',
"plugin.head.1" => "Add MetaGer to your Firefox", "plugin.head.1" => "Add MetaGer to your Firefox",
"plugin.head.2" => "Add MetaGer to your Chrome", "plugin.head.2" => "Add MetaGer to your Chrome",
"plugin.head.3" => "Add MetaGer to your Opera", "plugin.head.3" => "Add MetaGer to your Opera",
...@@ -48,6 +50,7 @@ return [ ...@@ -48,6 +50,7 @@ return [
"plugin.head.8" => "Add MetaGer to your Firefox Focus", "plugin.head.8" => "Add MetaGer to your Firefox Focus",
"plugin.head.info" => "(selected search preferences will be used)", "plugin.head.info" => "(selected search preferences will be used)",
'plugin.firefox.plugin' => 'You can download the plugin for Firefox <a href="https://addons.mozilla.org/en-GB/firefox/addon/metager-suche/?src=search" target="_blank">here</a>. Using the plugin allows you to keep your search settings even when deleting your history data. Alternatively you can set MetaGer as your default search engine:',
"plugin.firefox.1" => "Click on the magnifying glass with the small green \"+\" and then on \"Add MetaGer..\" (picture 1)", "plugin.firefox.1" => "Click on the magnifying glass with the small green \"+\" and then on \"Add MetaGer..\" (picture 1)",
"plugin.firefox.2" => "Now right click on the new MetaGer Logo in the List and select \"Make MetaGer the default search engine\" (picture2)", "plugin.firefox.2" => "Now right click on the new MetaGer Logo in the List and select \"Make MetaGer the default search engine\" (picture2)",
"plugin.firefox.3" => "Use MetaGer as start page in :browser", "plugin.firefox.3" => "Use MetaGer as start page in :browser",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</h1> </h1>
@include('parts.searchbar', ['class' => 'startpage-searchbar']) @include('parts.searchbar', ['class' => 'startpage-searchbar'])
<div id="show-plugin-modal"> <div id="show-plugin-modal">
<label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="MetaGer zu Ihrem Browser hinzufügen"><i class="fa fa-plug" aria-hidden="true"></i> MetaGer-Plugin hinzufügen</a> <label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="{{ trans('index.plugin.open-modal.title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin.open-modal') }}</a>
</div> </div>
<script type="text/javascript" src="{{ mix('js/scriptStartPage.js') }}"></script> <script type="text/javascript" src="{{ mix('js/scriptStartPage.js') }}"></script>
<script type="text/javascript" src="{{ mix('js/searchbar.js') }}"></script> <script type="text/javascript" src="{{ mix('js/searchbar.js') }}"></script>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
@elseif ($browser === 'Safari') @elseif ($browser === 'Safari')
{{ trans('index.plugin.head.6') }} {{ trans('index.plugin.head.6') }}
@elseif ($browser === 'Vivaldi') @elseif ($browser === 'Vivaldi')
{{ trans('index.plugin.head.6') }} {{ trans('index.plugin.head.7') }}
@else @else
$(".seperator").addClass("hidden"); $(".seperator").addClass("hidden");
@endif @endif
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
</div> </div>
<div class="modal-body"> <div class="modal-body">
@if ($browser === 'Firefox' || $browser === 'Mozilla') @if ($browser === 'Firefox' || $browser === 'Mozilla')
<h4>{!! trans('index.plugin.firefox.plugin') !!}</h4>
<ol> <ol>
<li>{{ trans('index.plugin.firefox.1') }}<img src="/img/Firefox.png" width="100%" /></li> <li>{{ trans('index.plugin.firefox.1') }}<img src="/img/Firefox.png" width="100%" /></li>
<li>{{ trans('index.plugin.firefox.2') }}<img src="/img/Firefox_Standard.png" width="100%" /></li> <li>{{ trans('index.plugin.firefox.2') }}<img src="/img/Firefox_Standard.png" width="100%" /></li>
......
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