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

Texte auf der Startseite für die englische Version abgeändert

parent c20a7098
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -24,10 +24,9 @@ return [
'sponsors.kredite' => '<a href="https://www.finanzcheck.de/" class="mutelink" target="_blank" rel="noopener">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.1.1' => '<a href="/datenschutz">Datenschutz & Privatsphäre</a> sind bei uns einfach & selbstverständlich.',
'about.2.1' => 'Wir arbeiten nicht gewinnorientiert, wir sind ein <a href="/spende">gemeinnütziger Verein.</a>',
'about.3.1' => '',
'placeholder' => 'MetaGer: Sicher suchen & finden, Privatsphäre schützen',
......
......@@ -14,16 +14,15 @@ return [
"plugin" => "Add the MetaGer-Plugin",
"plugintitle" => "add MetaGer to your browser",
"sponsors.head.1" => "Further Information",
"sponsors.head.2" => "Sponsored Links",
"sponsors.woxikon" => "<a href=\"/en/kontakt\" class=\"mutelink\" >This could be your link</a>",
"sponsors.gutscheine" => "<a href=\"/en/kontakt\" class=\"mutelink\" >Please contact us</a>",
"sponsors.kredite" => "<a href=\"/en/kontakt\" class=\"mutelink\">https://metager.de/en/kontakt</a>",
"sponsors.head.2" => "Protect Yourself",
"sponsors.woxikon" => "use MetaGer against Snooper's",
"sponsors.gutscheine" => "Click results by \"open anonymously\"",
"sponsors.kredite" => "and you are fully protected",
"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. ",
"placeholder" => "MetaGer: secure search & find, protecting privacy",
"about.1.1" => "We save your <a href=\"/en/datenschutz\">data protection & privacy.</a>",
"about.2.1" => "We are a <a href=\"/en/spende\">non profit NGO</a>. <a href=\"https://gitlab.metager3.de/open-source/MetaGer\" target=\"_blank\">Our source code is open.</a>",
"about.3.1" => "Everyone might check our data protection & privacy features.",
"placeholder" => "MetaGer: Privacy Protected Search & Find",
"plugin.head.1" => "Add MetaGer to your Firefox",
"plugin.head.2" => "Add MetaGer to your Chrome",
"plugin.head.3" => "Add MetaGer to your Opera",
......
<?php
return [
"index" => "MetaGer: Search and Find Savely, Protect Privacy",
"index" => "MetaGer: Privacy Protected Search & Find",
"impressum" => "Site Notice - MetaGer",
"about" => "About Us - MetaGer",
"team" => "Team - MetaGer",
......
......@@ -19,10 +19,9 @@ return [
"sponsors.gutscheine" => "<a href=\"http://www.gutschein-magazin.de/\" class=\"mutelink\" target=\"_blank\" rel=\"noopener\">Vales actuales de Gutschein-Magazin.de</a>",
"sponsors.kredite" => "<a href=\"https://www.finanzcheck.de/\" class=\"mutelink\" target=\"_blank\" rel=\"noopener\">Comparar créditos económicos en FINANZCHECK.de</a>",
"about.title" => "Sobre nosotros",
"about.1.1" => "Privacidad & protección de datos",
"about.1.2" => "son con nosotros simples & dado por sentado",
"about.2.1" => "No trabajamos orientado al lucro, somos una",
"about.2.2" => "asociación sin fines de lucro",
"about.1.1" => "<a href=\"/es/datenschutz\">Privacidad & protección de datos</a> son con nosotros simples & dado por sentado",
"about.2.1" => "No trabajamos orientado al lucro, somos una <a href=\"/es/spende\">asociación sin fines de lucro</a>",
"about.3.1" => "",
"placeholder" => "MetaGer: Buscar & encontrar seguro",
"plugin.head.1" => "Añadir MetaGer a Firefox",
"plugin.head.2" => "Añadir MetaGer a Chrome",
......
......@@ -246,9 +246,13 @@
</h2>
<ul class="startpage">
<li>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "datenschutz") }}">{{ trans('index.about.1.1') }}</a>{{ trans('index.about.1.2') }}
{!! trans('index.about.1.1') !!}
</li>
<li>{{ trans('index.about.2.1') }}<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "spende") }}">{{ trans('index.about.2.2') }}</a>
<li>
{!! trans('index.about.2.1') !!}
</li>
<li>
@lang('index.about.3.1')
</li>
</ul>
</div>
......
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