From d9445ea5c062ddec6ddc07daac4ce279e29a9945 Mon Sep 17 00:00:00 2001
From: Kim <kim@suma-ev.de>
Date: Mon, 17 Aug 2020 12:54:45 +0200
Subject: [PATCH] add english translations for startpage

---
 resources/lang/en/mg-story.php | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 resources/lang/en/mg-story.php

diff --git a/resources/lang/en/mg-story.php b/resources/lang/en/mg-story.php
new file mode 100644
index 000000000..e2efb0697
--- /dev/null
+++ b/resources/lang/en/mg-story.php
@@ -0,0 +1,33 @@
+<?php
+
+return [
+    'four-reasons' => '4 reasons to use MetaGer',
+    'privacy.image.alt' => 'lock',
+    'privacy.title' => 'Guaranteed Privacy',
+    'ngo.title' => 'Run by a Nonprofit Organization',
+    'ngo.image.alt' => 'Heart',
+    'diversity.title'=> 'Diverse & Free',
+    'diversity.image.alt' => 'Rainbow',
+    'eco.title' => '100% Renewable Energy',
+    'eco.image.alt'=> 'green leaf',
+    'btn-about-us' => 'About Us',
+    'btn-data-protection' => 'Our Privacy Policy',
+    'privacy.p' => 'With us you have full control over your data. We don\'t track. We don\'t save. Stay protected with our anonymous proxy.',
+    'btn-SUMA-EV' => 'SUMA-EV',
+    'btn-donate'=> 'Donation Form',
+    'btn-member' => 'Member Form',
+    'btn-member-advantage' => 'More Member Advantages',
+    'ngo.p' => 'MetaGer is developed and run by our nonprofit organization, SUMA-EV–Association for Free Access to Knowledge. Strengthen us by becoming a member or by donating to SUMA-EV. Members search ad free!',
+    'btn-mg-code'=> 'Metager Source Code',
+    'btn-mg-algorithm' => 'Our Algorithm',
+    'diversity.p' => 'MetaGer protects against censorship by combining the results of multiple search engines. Our algorithms are transparent and available for everyone to read. Our source code is free.',
+    'btn-more' => 'More',
+    'eco.p' => 'Sustainability and efficent use of resources are important to us. All of our services are run using renewable energy. From the server to the coffee machine.',
+    'plugin.title' => 'Install MetaGer Now',
+    'plugin.btn-add'=> 'Add MetaGer Plugin',
+    'plugin.btn-app' => 'MetaGer App',
+    'plugin.image.alt' => 'Metager Apps',
+    'plugin.p'=> 'Use our plugin to install MetaGer as your search engine. You can comfortably use the MetaGer app on your smartphone.',
+    'btn-about-us' => 'About Us',
+
+];
-- 
GitLab