diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9da99fdfeabda26d7ca8c1f5aa0e0242fab3b100..25b4ec6555deaab359447460e1df94863a7e28c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -193,6 +193,7 @@ development:
       - $INCREMENTAL_ROLLOUT_ENABLED
       - $INCREMENTAL_ROLLOUT_MODE
 
+
 production:
   variables:
     ADDITIONAL_HOSTS: "www.metager.de,metager.org,www.metager.org,metager.es,www.metager.es,klassik.metager.org"
diff --git a/resources/lang/en/about.php b/resources/lang/en/about.php
index f4f6226017ba1924c426a93189a0f4c7348f66c9..0def50305bc745aa7733e2858efe236306dfb321 100644
--- a/resources/lang/en/about.php
+++ b/resources/lang/en/about.php
@@ -22,8 +22,9 @@ return [
     "list.6" => "We only use green electricity for our servers.",
     "list.7" => "But we are not perfect as well: If you encounter something weird: Please <a href=\"/en/kontakt/\" target=\"_blank\" rel=\"noopener\">contact us</a>! We take your hints seriously: <em>You</em> are most important for us.",
     "head.4" => "How to support the SUMA-EV and MetaGer:",
-
-    "about.3" => 'You can use our <a href="/en/spende" rel="noopener" target="_blank">donation form</a> for single donations. If you donate more than 100,-EUR or become a member of <a href="https://suma-ev.de/en/index.html" target="_blank" rel="noopener">SUMA-EV</a> , you or your company can obtain one or more sponsoring links on our <a href="http://suma-ev.de/suma-links/index.html#sponsors" target="_blank" rel="noopener">members and sponsors pages</a> linked to your homepage (if available).  If you want that, please tell us within your donation message. <a href="/en/spende" target="_blank" rel="noopener">Or become a SUMA-EV sponsor!</a>',
+"about.1"   =>  "About us",
+'about.2'   =>  'The german search engine MetaGer is developed and is being operated by the SUMA-EV (German NGO). We don´t get governmental support money, therefore we depend on your contributions. We minimized advertising on our pages because we trust in your will to support us and the idea to keep free search engines alive. Please contribute here or -quite better- become a member: <a href="https://metager.org/beitritt" target="_blank" rel="noopener">I will become a member of the SUMA-EV.</a>',
+"about.3" => 'You can use our <a href="/en/spende" rel="noopener" target="_blank">donation form</a> for single donations. If you donate more than 100,-EUR or become a member of <a href="https://suma-ev.de/en/index.html" target="_blank" rel="noopener">SUMA-EV</a> , you or your company can obtain one or more sponsoring links on our <a href="http://suma-ev.de/suma-links/index.html#sponsors" target="_blank" rel="noopener">members and sponsors pages</a> linked to your homepage (if available).  If you want that, please tell us within your donation message. <a href="/en/spende" target="_blank" rel="noopener">Or become a SUMA-EV sponsor!</a>',
 
     "about.4" => "Any type of support helps open search engines and open knowledge access to have a chance on the Internet. Open Knowledge access also includes that neither your information is monitored, nor your Internet adresses and connection data is collected. We anonymise your Internet adress during search, it is not stored and not passed on. Open Internet search without surveillance: <a href=\"/en/\" target=\"_blank\" rel=\"noopener\">MetaGer.de!</a>",
 
diff --git a/resources/lang/en/metaGer.php b/resources/lang/en/metaGer.php
index 79e0777385540e43b5b7245792b690a9e0dd9ce2..2af697cc3d9539792a3bef180ec1224a309084c8 100644
--- a/resources/lang/en/metaGer.php
+++ b/resources/lang/en/metaGer.php
@@ -81,6 +81,9 @@ return [
     "filter.freshness.day" => "Last 24h",
     "filter.freshness.week" => "Last week",
     "filter.freshness.month" => "Last month",
+    "filter.freshness.year" => "Last year",
+    "filter.freshness.custom"   => "Customized",
+    "filter.customdatetitle"    =>  "Pick customized date",
 
     "filter.market" => "Language",
     "filter.market.ga" => "German (Austria)",
diff --git a/resources/lang/en/titles.php b/resources/lang/en/titles.php
index 629427b48369a443c140d2f3146eb6e87d9f24a6..88caecb259d3993473b402c16fac80c7bd1fdfe5 100644
--- a/resources/lang/en/titles.php
+++ b/resources/lang/en/titles.php
@@ -24,4 +24,5 @@ return [
     'asso' => 'Associator - MetaGer',
     'plugin' => 'Plugin - MetaGer',
     'key' => 'Ad-Free-Key - MetaGer',
+    'allSettings'   =>  'All Settings - MetaGer',
 ];