diff --git a/metager/lang/.translation_io b/metager/lang/.translation_io
new file mode 100644
index 0000000000000000000000000000000000000000..171ed58feb0d40bb149eeccabba40caaae18d33e
--- /dev/null
+++ b/metager/lang/.translation_io
@@ -0,0 +1 @@
+{"timestamp":1663234166}
\ No newline at end of file
diff --git a/metager/lang/en/404.php b/metager/lang/en/404.php
index 52cd35d4a951e47f996997380bdb115361dd6988..4abcdb0f49395b3c678109d28e94ffd02d900718 100644
--- a/metager/lang/en/404.php
+++ b/metager/lang/en/404.php
@@ -1,5 +1,4 @@
 <?php
-
 return [
     'title' => 'Error 404, Page not found',
     'text'  => 'Maybe you entered a wrong or old link.',
diff --git a/metager/lang/en/429.php b/metager/lang/en/429.php
index ccc7579bf259d84c33ab5efc69d11978529a0a7d..1a7192a4ded4ccb46f0be5bd8b4af4325f2e36ed 100644
--- a/metager/lang/en/429.php
+++ b/metager/lang/en/429.php
@@ -1,6 +1,4 @@
 <?php
-
 return [
     'title' => '429 - Too many Requests',
-    'text' => '',
 ];
diff --git a/metager/lang/en/500.php b/metager/lang/en/500.php
index 023896395b5f22a99c248c185da8f5e6e4e67d3e..cee3c66e485544a6e2d4cf57f6f2da3ca4fa7c01 100644
--- a/metager/lang/en/500.php
+++ b/metager/lang/en/500.php
@@ -1,5 +1,4 @@
 <?php
-
 return [
     'title' => 'Oops. That should not have happened.',
     'text'  => 'Something went wrong with your request. We are drilling down on it as soon as possible.',
diff --git a/metager/lang/en/503.php b/metager/lang/en/503.php
index b7cc28856821d2ec3909ed02345c7c1f62b88e68..5b4cab61a35982e5e74b4c4d09a7188e196d3aa2 100644
--- a/metager/lang/en/503.php
+++ b/metager/lang/en/503.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
-    "title"	=>	"Service unavailable",
-    "text"	=>	"We'll be right back"
+    'title' => 'Service unavailable',
+    'text'  => 'We\'ll be right back',
 ];
diff --git a/metager/lang/en/about.php b/metager/lang/en/about.php
index 6f933319b91a971f5694eaf5ee1ad5d1416546a9..a7b5b98a4ac51a356091ebf2abc6d8a08446b977 100644
--- a/metager/lang/en/about.php
+++ b/metager/lang/en/about.php
@@ -1,65 +1,68 @@
 <?php
-
 return [
-    'head.1' => 'About Us',
-    'head.2' => 'Timeline',
-    'head.3' => 'What We Stand For',
-
-    'text.1'=>'<h3> <img id="about-lock" src="/img/lock.svg"> Guaranteed Privacy </h3> Data protection and privacy are important to us. That\'s why we don\'t track or store personal data and offer several services to protect your privacy, for example our anonymizing proxy ("Open Anonymously" feature).<h3><img id= "about-heart" src="/img/heart.svg"> Non-Profit Association</h3> MetaGer is a project of the non-profit association SUMA-EV, Association for Free Access to Knowledge. SUMA-EV is primarily committed to promoting media literacy. <h3> <img id= "about-rainbow" src="/img/rainbow.svg"> Diverse and Free</h3> MetaGer produces diverse results because it is a metasearch engine. We have explained exactly what this means in our <a href=":transparenz">transparency statement</a>. By publishing our source code, we show that free access to knowledge is important to us. Our source code is free and open source.<h3> <img id="about-leaf" src="/img/leaf.svg"> 100% Renewable Energy </h3>Sustainability and resource consumption is also a big issue for us. Therefore we pay attention to the energy consumption of our services and only use electricity from renewable energy sources.',
-   
-
-    'timeline.1' => 'March 1996: Cebit Hanover',
-    'timeline.1.1' => 'The idea of MetaGer arises during the CeBIT computer fair over lunch on a paper napkin. Work on the first prototype begins that same evening. ',
-   
-    'timeline.2' => 'End of 1996: Launch of MetaGer',
-    'timeline.2.1' => 'MetaGer is developed as a research project by the University of Hanover and the regional data center in Lower Saxony. ',
-   
-    'timeline.3' => '1997-2006: MetaGer Startpage',
-    'timeline.3.1' => 'This is what MetaGer looks like as it first goes online. MetaGer provides an innovative new service at that time.',
-   
-    'timeline.4' => '01.10.2012: Change of Sponsorship to SUMA-EV ',
-    'timeline.4.1' => 'MetaGer is transferred to the non-profit association SUMA-EV - Association for Free Access to Knowledge. The cooperation with the University of Hannover is continued.',
-   
-    'timeline.5' => '2006-2015: Introduction of New Designs',
-    'timeline.5.1' => '
+    'head'     => [
+        1   => 'About Us',
+        2   => 'Timeline',
+        3   => 'What We Stand For',
+    ],
+    'text'     => [
+        1   => '<h3> <img id="about-lock" src="/img/lock.svg"> Guaranteed Privacy </h3> Data protection and privacy are important to us. That\'s why we don\'t track or store personal data and offer several services to protect your privacy, for example our anonymizing proxy ("Open Anonymously" feature).<h3><img id= "about-heart" src="/img/heart.svg"> Non-Profit Association</h3> MetaGer is a project of the non-profit association SUMA-EV, Association for Free Access to Knowledge. SUMA-EV is primarily committed to promoting media literacy. <h3> <img id= "about-rainbow" src="/img/rainbow.svg"> Diverse and Free</h3> MetaGer produces diverse results because it is a metasearch engine. We have explained exactly what this means in our <a href=":transparenz">transparency statement</a>. By publishing our source code, we show that free access to knowledge is important to us. Our source code is free and open source.<h3> <img id="about-leaf" src="/img/leaf.svg"> 100% Renewable Energy </h3>Sustainability and resource consumption is also a big issue for us. Therefore we pay attention to the energy consumption of our services and only use electricity from renewable energy sources.',
+    ],
+    'timeline' => [
+        1    => [
+            1   => 'The idea of MetaGer arises during the CeBIT computer fair over lunch on a paper napkin. Work on the first prototype begins that same evening. ',
+        ],
+        2    => [
+            1   => 'MetaGer is developed as a research project by the University of Hanover and the regional data center in Lower Saxony. ',
+        ],
+        3    => [
+            1   => 'This is what MetaGer looks like as it first goes online. MetaGer provides an innovative new service at that time.',
+        ],
+        4    => [
+            1   => 'MetaGer is transferred to the non-profit association SUMA-EV - Association for Free Access to Knowledge. The cooperation with the University of Hannover is continued.',
+        ],
+        5    => [
+            1   => '
     The original MetaGer home page goes through many small changes in the following years.',
-    
-    'timeline.6' => '29.08.2013 English Version Launched',
-    'timeline.6.1' => 'For the first time, the interface of MetaGer is also offered in English.',
-
-    'timeline.7' => 'December  2013: Tor-Service',
-    'timeline.7.1' => 'MetaGer offers access within the Tor anonymization network as a security feature.',
-
-    'timeline.8' => 'March 2014: Implementation of the "Open Anonymously" Function',
-    'timeline.8.1' => 'The new "Open anonymously" function provides a proxy service. Through this MetaGer users remain protected even after the search.',
-
-    'timeline.9' => '2015-2016: MetaGer Startpage',
-    'timeline.9.1' => 'As part of more extensive modernizations, a new simplified home page is introduced.',
-
-    'timeline.10' => 'March 2016: Search Results under 1.3 Seconds',
-    'timeline.10.1' =>'Optimizations at MetaGer\'s core reduce the average response time of the search engine to less than 1.3 seconds. Over the next few years, this drops further to almost half.',
-
-    'timeline.11' => '2016-2019: MetaGer Startpage',
-    'timeline.11.1' => 'Other small adjustments gradually solidify orange as the MetaGer color.  ',
-
-    'timeline.12' => '16.08.2016: Publication of the Source Code',
-    'timeline.12.1' => 'MetaGer is released as Open Source under the free GNU AGPL license.',
-
-    'timeline.13' => 'December 2016: Launch of MetaGer Maps',
-    'timeline.13.1' => 'Maps.MetaGer.de is launched as a privacy-friendly map service. The maps are based on data from the OpenStreetMap project, but have their own display and route planner.',
-
-    'timeline.14' => '2017: Relaunch of English MetaGer Version',
-    'timeline.14.1' => 'The english MetaGer version is greatly improved by extensive fine-tuning and own result sources.',
-
-    'timeline.15' => 'September 2017: Revision of the Quicktips',
-    'timeline.15.1' => 'The Quicktips, which offer hints beyond normal search results, are expanded in functionality and spun off into a separate project. Instead of being located above the results, they are now in a sidebar.',
-
-    'timeline.16' => '2019-2020: MetaGer Startpage',
-    'timeline.16.1' => 'On the new home page, four characteristic features of MetaGer are highlighted and promoted for the first time.',
-
-    'timeline.17' => '26.10.2020: Current Startpage and Dark Mode',
-    'timeline.17.1' => 'As part of an extensive redesign of the start page, MetaGer\'s four unique selling points have been revisited and presented in an expanded form. In order to avoid overloading the central function of the web search, the descriptions can be reached by scrolling. <br> Another feature of the new revision is the page-wide dark mode. This allows MetaGer to be in a dark design on all pages.',
-
-    'timeline.18' => 'Today',
-    'timeline.18.1' => 'Even today, MetaGer is constantly evolving.'
-]; 
+        ],
+        6    => [
+            1   => 'For the first time, the interface of MetaGer is also offered in English.',
+        ],
+        7    => [
+            1   => 'MetaGer offers access within the Tor anonymization network as a security feature.',
+        ],
+        8    => [
+            1   => 'The new "Open anonymously" function provides a proxy service. Through this MetaGer users remain protected even after the search.',
+        ],
+        9    => [
+            1   => 'As part of more extensive modernizations, a new simplified home page is introduced.',
+        ],
+        10   => [
+            1   => 'Optimizations at MetaGer\'s core reduce the average response time of the search engine to less than 1.3 seconds. Over the next few years, this drops further to almost half.',
+        ],
+        11   => [
+            1   => 'Other small adjustments gradually solidify orange as the MetaGer color.  ',
+        ],
+        12   => [
+            1   => 'MetaGer is released as Open Source under the free GNU AGPL license.',
+        ],
+        13   => [
+            1   => 'Maps.MetaGer.de is launched as a privacy-friendly map service. The maps are based on data from the OpenStreetMap project, but have their own display and route planner.',
+        ],
+        14   => [
+            1   => 'The english MetaGer version is greatly improved by extensive fine-tuning and own result sources.',
+        ],
+        15   => [
+            1   => 'The Quicktips, which offer hints beyond normal search results, are expanded in functionality and spun off into a separate project. Instead of being located above the results, they are now in a sidebar.',
+        ],
+        16   => [
+            1   => 'On the new home page, four characteristic features of MetaGer are highlighted and promoted for the first time.',
+        ],
+        17   => [
+            1   => 'As part of an extensive redesign of the start page, MetaGer\'s four unique selling points have been revisited and presented in an expanded form. In order to avoid overloading the central function of the web search, the descriptions can be reached by scrolling. <br> Another feature of the new revision is the page-wide dark mode. This allows MetaGer to be in a dark design on all pages.',
+        ],
+        18   => [
+            1   => 'Even today, MetaGer is constantly evolving.',
+        ],
+    ],
+];
diff --git a/metager/lang/en/ad.php b/metager/lang/en/ad.php
index a819f4b95abb5f2d53fcd1153bd8ab02d646b3ea..b8ebfca58193e96a1f6514d8a10aaf80c2ed92d6 100644
--- a/metager/lang/en/ad.php
+++ b/metager/lang/en/ad.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
     'werbung' => 'Advertisement',
-    'von' => 'by',
+    'von'     => 'by',
 ];
diff --git a/metager/lang/en/app.php b/metager/lang/en/app.php
index de56122bb92d4e9a3ad698d600285d95a601b294..2f0fc2495ad6192dbf2e5406ec89c2d732486bde 100644
--- a/metager/lang/en/app.php
+++ b/metager/lang/en/app.php
@@ -1,25 +1,38 @@
 <?php
-
 return [
-    "head.1"            =>    "MetaGer Apps",
-    "disclaimer.1"        =>    "At this time we only have an Android version of our App.",
-    "head.2"            =>    "MetaGer App",
-    "metager.1"            =>    "This App brings the full Metager power to your smartphone. Search the web with one touch while preserving your privacy.",
-    "metager.2"            =>    "There are two ways to get our App: install via the Google Playstore or (better for your privacy) get it directly from our server.",
-    "metager.playstore"    =>    "Google Playstore",
-    'metager.fdroid'    => 'F-Droid Store',
-    "metager.manuell"    =>    "Manual Installation",
-    "head.3"            =>    "MetaGer Maps App",
-    "maps.playstore"    =>    "Google Playstore",
-    "maps.1"            =>    "This App provides a native integration of  <a href=\"https://maps.metager.de\" target=\"_blank\">MetaGer Maps</a> (powered by <a href=\"https://www.openstreetmap.de/\" target=\"_blank\">Openstreetmap</a>) on your mobile Android device.",
-    "maps.2"            =>    "Therefore, the route planner and the navigation service is running very fast on your smartphone. The app is faster compared against the use in a mobile web browser. And there are some more advantages- check it out!",
-    "maps.3"            =>    "After the first start you will be asked for the following permissions:",
-    "maps.list.1"       =>    "Access to positioning data => With GPS activated we can provide better search results. With this you get access to the step-by-step navigation. <b> Of course, we don't store any of your data and we don't give any of your data to third persons.</b>",
-    "maps.list.2"        =>    "Access to images, media and files on the device => This permit is necessary for the automated update of the App. If there is a newer version it can be stored in your download archive and will be installed automatically. Without this permission you have to do a manual installation every time there is an update.",
-    "head.4"            =>    "Installation",
-    "installation.1"    =>    "Just click Google Playstore to be directed to the store and then choose \"install\" for the installation.",
-    "installation.2"    =>    "Please follow these steps for a manual installation:",
-    "list.1"            =>    "Open the settings menu to allow the installation: Settings => System => Security. Please check \"Unknown Sources\" there.",
-    "list.2"            =>    "Please use \"Manual Installation\" here to download the file.",
-    "list.3"            =>    "Now open the file on your device. This will install the App."
+    'head'         => [
+        1   => 'MetaGer Apps',
+        2   => 'MetaGer App',
+        3   => 'MetaGer Maps App',
+        4   => 'Installation',
+    ],
+    'disclaimer'   => [
+        1   => 'At this time we only have an Android version of our App.',
+    ],
+    'metager'      => [
+        1           => 'This App brings the full Metager power to your smartphone. Search the web with one touch while preserving your privacy.',
+        2           => 'There are two ways to get our App: install via the Google Playstore or (better for your privacy) get it directly from our server.',
+        'playstore' => 'Google Playstore',
+        'fdroid'    => 'F-Droid Store',
+        'manuell'   => 'Manual Installation',
+    ],
+    'maps'         => [
+        'playstore' => 'Google Playstore',
+        1           => 'This App provides a native integration of  <a href="https://maps.metager.de" target="_blank">MetaGer Maps</a> (powered by <a href="https://www.openstreetmap.de/" target="_blank">Openstreetmap</a>) on your mobile Android device.',
+        2           => 'Therefore, the route planner and the navigation service is running very fast on your smartphone. The app is faster compared against the use in a mobile web browser. And there are some more advantages- check it out!',
+        3           => 'After the first start you will be asked for the following permissions:',
+        'list'      => [
+            1   => 'Access to positioning data => With GPS activated we can provide better search results. With this you get access to the step-by-step navigation. <b> Of course, we don\'t store any of your data and we don\'t give any of your data to third persons.</b>',
+            2   => 'Access to images, media and files on the device => This permit is necessary for the automated update of the App. If there is a newer version it can be stored in your download archive and will be installed automatically. Without this permission you have to do a manual installation every time there is an update.',
+        ],
+    ],
+    'installation' => [
+        1   => 'Just click Google Playstore to be directed to the store and then choose "install" for the installation.',
+        2   => 'Please follow these steps for a manual installation:',
+    ],
+    'list'         => [
+        1   => 'Open the settings menu to allow the installation: Settings => System => Security. Please check "Unknown Sources" there.',
+        2   => 'Please use "Manual Installation" here to download the file.',
+        3   => 'Now open the file on your device. This will install the App.',
+    ],
 ];
diff --git a/metager/lang/en/asso.php b/metager/lang/en/asso.php
index 5e5b1140bbfc803cb372b220e1c82e753b8649a1..28eed19d831e1da9b19c85fbb68c0997573a8ec5 100644
--- a/metager/lang/en/asso.php
+++ b/metager/lang/en/asso.php
@@ -1,11 +1,19 @@
 <?php
-
 return [
-    'head.1'             => 'MetaGer Associator',
-    '1.1'                => 'When your search terms do not get you the desired results, could it be they are just not the right ones? Ask our associator: Enter one or more terms and it will show you a whole list of related terms. You can search for these new words by clicking them. Our ',
-    '1.2'                => 'privacy policy',
-    '1.3'                => ' applies here as well',
-    'reasso.title'       => 'Associate this term',
-    'searchasso.title'   => 'Search for this term with MetaGer Search',
-    'search.placeholder' => 'Term to associate',
+    'head'       => [
+        1   => 'MetaGer Associator',
+    ],
+    1            => [
+        1   => 'When your search terms do not get you the desired results, could it be they are just not the right ones? Ask our associator: Enter one or more terms and it will show you a whole list of related terms. You can search for these new words by clicking them. Our ',
+        2   => 'privacy policy',
+    ],
+    'reasso'     => [
+        'title' => 'Associate this term',
+    ],
+    'searchasso' => [
+        'title' => 'Search for this term with MetaGer Search',
+    ],
+    'search'     => [
+        'placeholder' => 'Term to associate',
+    ],
 ];
diff --git a/metager/lang/en/auth.php b/metager/lang/en/auth.php
index e5506df2907a7c8f63f3841a918611b93d67e84e..f1a17edce4dc655bbfe59b56801af646d0e08ded 100644
--- a/metager/lang/en/auth.php
+++ b/metager/lang/en/auth.php
@@ -1,19 +1,5 @@
 <?php
-
 return [
-
-    /*
-    |--------------------------------------------------------------------------
-    | Authentication Language Lines
-    |--------------------------------------------------------------------------
-    |
-    | The following language lines are used during authentication for various
-    | messages that we need to display to the user. You are free to modify
-    | these language lines according to your application's requirements.
-    |
-    */
-
-    'failed' => 'These credentials do not match our records.',
+    'failed'   => 'These credentials do not match our records.',
     'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
-
 ];
diff --git a/metager/lang/en/bitpay.php b/metager/lang/en/bitpay.php
index cc762a47e983068ee748d42935020da93531951c..a8adb6a3daeca4e68b9f3da97a8e82dd72a4bb9d 100644
--- a/metager/lang/en/bitpay.php
+++ b/metager/lang/en/bitpay.php
@@ -1,5 +1,4 @@
 <?php
-
 return [
     'amount' => 'Amount',
-];
\ No newline at end of file
+];
diff --git a/metager/lang/en/captcha.php b/metager/lang/en/captcha.php
index c93176bc05865d0a4022f4ff21a0567fa5e655d7..9d90013ecab93817e5114e75a9fc1aa6fdbe05b8 100644
--- a/metager/lang/en/captcha.php
+++ b/metager/lang/en/captcha.php
@@ -1,8 +1,8 @@
 <?php
 return [
-    '1' => 'Sorry to bother you',
-    '2' => 'Please enter the five characters from the picture or the audioplayer into the input field and confirm with "OK" to get to the result page.',
-    '3' => 'Enter captcha',
-    '4' => 'Do not ask again on this device (optional; sets a cookie)',
-    '5' => 'Generate a new captcha'
+    1   => 'Sorry to bother you',
+    2   => 'Please enter the five characters from the picture or the audioplayer into the input field and confirm with "OK" to get to the result page.',
+    3   => 'Enter captcha',
+    4   => 'Do not ask again on this device (optional; sets a cookie)',
+    5   => 'Generate a new captcha',
 ];
diff --git a/metager/lang/en/datenschutz.php b/metager/lang/en/datenschutz.php
index 27df9cb3a86fbfa77425aa0a27bf3584ee8cf540..cc2033d86244b093eabca91d14b1a7f642c853c5 100644
--- a/metager/lang/en/datenschutz.php
+++ b/metager/lang/en/datenschutz.php
@@ -1,19 +1,28 @@
 <?php
-
 return [
-    "head" => "Privacy",
-    "general.1" => "For us, privacy is one of the most important goods on the internet. It needs to be preserved and is not to be used for profit. The following is a small summary of our approach.",
-    "general.3" => "Only free software with open source code is under control of any user.  In\r\nall other cases the users have to <em>believe</em> what the maintainers tell about\r\nwhat is going on inside.  If maintainers claim that they have strictly\r\nimplemented privacy and data protecion, users have to believe them.\r\nMetaGer is free software under GNU-AGPLv3 Licence. It is available to\r\nanyone at <a href=\"https://gitlab.metager.de/open-source/MetaGer\">https://gitlab.metager.de/open-source/MetaGer</a>.",
-    "policy.1" => "Our Approach/Policy:",
-    "policy.2" => "Neither do we save your IP, nor the\r\n<a href=\"https://en.wikipedia.org/wiki/Canvas_fingerprinting\" target=\"_blank\" rel=\"noopener\">\"fingerprint\" of your Browser</a> (For the purpose of securing our servers against Hacking- and Bot-Attacks, we need to store these information for a short period of time. It will be then automatically deleted afterwards).",
-    "policy.5" => "We do not set tracking-cookies or use tracking-pixels or similar technology, to \"track\" our users (tracking = following a users digital movement on the internet).",
-    "policy.6" => "Data transmission is only done encrypted via the https protocol.",
-    "policy.7" => "We offer access via the anonymous TOR network, the <a href=\"http://forum.suma-ev.de/viewtopic.php?f=3&t=1029&sid=eae857f3102365f76636508ca030dc56\" target=\"_blank\" rel=\"noopener\">MetaGer hidden service</a>.",
-    "policy.9" => "Since access via the TOR-network seems complicated to many users and often slow, we offer a proxy server, to visit the result pages anonymously: By clicking on the link \"open anonymously\" your personal information will be protected on this click and even on all following clicks.",
-    "policy.10" => "We show as few advertisements as possible, clearly marking them, and financially rely on our users, their <a href=\"/en/spende/\">Donations</a> and membership fees for <a href=\"http://suma-ev.de/en/\" target=\"_blank\" rel=\"noopener\">SUMA-EV</a>.",
-    "policy.13" => "Metager is operated and developed by the charitable german organisation <a href=\"http://suma-ev.de/en/\" target=\"_blank\" rel=\"noopener\">SUMA-EV</a> in cooperation with the <a href=\"http://www.uni-hannover.de/\" target=\"_blank\" rel=\"noopener\">Leibniz University Hanover</a>.",
-    "policy.17" => "Our Servers are located exclusively in germany. Therefore they are governed by the german privacy law, which is among the strictest world wide.",
-    "policy.18" => "We don't even protect data but also the environment: we only use green electricity for our servers.",
-    "policy.19" => "Since the <a href=\"http://www.heise.de/newsticker/meldung/Bericht-US-Regierung-zapft-Kundendaten-von-Internet-Firmen-an-1884264.html\" target=\"_blank\" rel=\"noopener\">revealments of Edward Snowden in June 2013</a> numerous search engines claim that they protect their users' privacy, because the users' IP adresses are not saved. No matter how honorable these descriptions are - many search engines at least partially host their servers in the USA. Because these search engines are, <a href=\"http://de.wikipedia.org/wiki/USA_PATRIOT_Act\" target=\"_blank\" rel=\"noopener\">as per the Patriot Act and US law</a>, unprotected against the access of local authorities. Thus they cannot provide protection of personal data (even if they really try to).",
-    "twitter" => "What others say about our privacy-concept on twitter:",
+    'head'    => 'Privacy',
+    'general' => [
+        1   => 'For us, privacy is one of the most important goods on the internet. It needs to be preserved and is not to be used for profit. The following is a small summary of our approach.',
+        3   => 'Only free software with open source code is under control of any user.  In
+all other cases the users have to <em>believe</em> what the maintainers tell about
+what is going on inside.  If maintainers claim that they have strictly
+implemented privacy and data protecion, users have to believe them.
+MetaGer is free software under GNU-AGPLv3 Licence. It is available to
+anyone at <a href="https://gitlab.metager.de/open-source/MetaGer">https://gitlab.metager.de/open-source/MetaGer</a>.',
+    ],
+    'policy'  => [
+        1    => 'Our Approach/Policy:',
+        2    => 'Neither do we save your IP, nor the
+<a href="https://en.wikipedia.org/wiki/Canvas_fingerprinting" target="_blank" rel="noopener">"fingerprint" of your Browser</a> (For the purpose of securing our servers against Hacking- and Bot-Attacks, we need to store these information for a short period of time. It will be then automatically deleted afterwards).',
+        5    => 'We do not set tracking-cookies or use tracking-pixels or similar technology, to "track" our users (tracking = following a users digital movement on the internet).',
+        6    => 'Data transmission is only done encrypted via the https protocol.',
+        7    => 'We offer access via the anonymous TOR network, the <a href="http://forum.suma-ev.de/viewtopic.php?f=3&t=1029&sid=eae857f3102365f76636508ca030dc56" target="_blank" rel="noopener">MetaGer hidden service</a>.',
+        9    => 'Since access via the TOR-network seems complicated to many users and often slow, we offer a proxy server, to visit the result pages anonymously: By clicking on the link "open anonymously" your personal information will be protected on this click and even on all following clicks.',
+        10   => 'We show as few advertisements as possible, clearly marking them, and financially rely on our users, their <a href="/en/spende/">Donations</a> and membership fees for <a href="http://suma-ev.de/en/" target="_blank" rel="noopener">SUMA-EV</a>.',
+        13   => 'Metager is operated and developed by the charitable german organisation <a href="http://suma-ev.de/en/" target="_blank" rel="noopener">SUMA-EV</a> in cooperation with the <a href="http://www.uni-hannover.de/" target="_blank" rel="noopener">Leibniz University Hanover</a>.',
+        17   => 'Our Servers are located exclusively in germany. Therefore they are governed by the german privacy law, which is among the strictest world wide.',
+        18   => 'We don\'t even protect data but also the environment: we only use green electricity for our servers.',
+        19   => 'Since the <a href="http://www.heise.de/newsticker/meldung/Bericht-US-Regierung-zapft-Kundendaten-von-Internet-Firmen-an-1884264.html" target="_blank" rel="noopener">revealments of Edward Snowden in June 2013</a> numerous search engines claim that they protect their users\' privacy, because the users\' IP adresses are not saved. No matter how honorable these descriptions are - many search engines at least partially host their servers in the USA. Because these search engines are, <a href="http://de.wikipedia.org/wiki/USA_PATRIOT_Act" target="_blank" rel="noopener">as per the Patriot Act and US law</a>, unprotected against the access of local authorities. Thus they cannot provide protection of personal data (even if they really try to).',
+    ],
+    'twitter' => 'What others say about our privacy-concept on twitter:',
 ];
diff --git a/metager/lang/en/faktencheck.php b/metager/lang/en/faktencheck.php
index c04d50d420f0ae4a069beabbb3b50bacc3b15ece..712c43fe23cd454248b9448f0aa4dc7158bd1400 100644
--- a/metager/lang/en/faktencheck.php
+++ b/metager/lang/en/faktencheck.php
@@ -1,34 +1,43 @@
 <?php
-
 return [
-    'heading.1'		=> 'Fact Checking against Fake News:',
-	'paragraph.1'	=> 'Fake News are works of misinformation which are often presented like journalistic media. Fake News are often used for political or commercial purposes. So what can be done to find out if something is Fake News?',
-	'paragraph.2'	=> 'There are various ways to do this. To check the quality of information, there is the so-called <a href="https://library.csuchico.edu/sites/default/files/craap-test.pdf">"CRAAP-Test"</a>. It was developed at the California State University in Chico. The test offers many helpful questions to assess whether the information is reliable. In addition to this test, you can find more helpful information here:',
-	'list.1'		=> 'Websites',
-	'list.1.1'		=> '<strong>Publication Dates</strong>: Good sources often specify an article’s publication date. This information can indicate the quality and/or currency of the information.',
-	'list.1.2'		=> '<strong>Autor</strong>: Is an author named? Good sources often name an author or anouther source of information. If an author is named it is often useful to find out more information about them and see if that person often publishes about this topic.',
-	'list.1.3'		=> '<strong>Other Sources</strong>: Are there other sources named? It might be worthwhile to also check those and see whether they detract from the plausibility of the primary source.',
-	'list.1.4'		=> '<strong>Imprint</strong>: If there is an imprint: What can be found out about the People/Companies mentioned there?',
-
-	'list.2'		=> 'Social Media',
-	'list.2.1'		=> 'Is an author named with a name that seems real? If this is not the case, the message is probably questionable. There is also the question of whether there is additional information about the name.',
-	'list.2.2'		=> 'Are there other communication channels where this person can be reached?',
-	'list.2.3'		=> 'On Facebook, there is an additional option to see if this person is verified.(<a href="https://www.facebook.com/help/196050490547892" target="_blank" rel="noopener">https://www.facebook.com/help/196050490547892</a>)',
-	'list.2.4'		=> 'Since when does this profile exist?.',
-	'list.2.5'		=> 'How many subscribers or friends does this profile have? What can be found out about the names of these people?',
-	'list.3'		=> 'Wikipedia',
-	'list.3.1'		=> 'Not everything that is written on Wikipedia is correct. To check how accurate the information is, you can do the following:',
-	'list.3.2'		=> 'Check version history: Who wrote what when?',
-	'list.3.3'		=> 'Can anything be found out about these authors?',
-	'list.3.4'		=> 'Is there a discussion page for this Wikipedia entry from which further information can be inferred?',
-	'list.3.5'		=> 'Check which sources were given in the Wikipedia entry. These can also often serve as a further source of information.',
-	'list.4'		=> 'Emails',
-	'list.4.1'		=> 'Faking emails is very easy. Thus, there are very many fakemails; now how to check this?',
-	'list.4.2'		=> 'Does the mail really come from the specified sender? To do this, check the header of the e-mail. In addition, you can examine the IP addresses and delivery routes mentioned there. However, this is not easy.',
-	'list.4.3'		=> 'Use signed and at best also encrypted e-mail. Again, this is not so simple. You can find more information about this here: <a href="https://www.heise.de/ct/artikel/Ausgebootet-289538.html" target="_blank" rel="noopener">https://www.heise.de/ct/artikel/Ausgebootet-289538.html</a>',
-	'list.5'		=> 'Bilder, Videos',
-	'list.5.1'		=> 'Look closely at the background. Landscape, buildings, cars and license plates, clothing, people. Is it coherent, does it fit with the corresponding text?',
-	'list.5.2'		=> 'Can similar images be found with the reverse image search of image search engines?',
-	'list.5.3'		=> 'Is it possible to read metadata of the images with graphics programs? Does this metadata match the image content?',
-	'list.7'		=> 'However, there is no absolute security against fakes or fake news.',
+    'heading'   => [
+        1   => 'Fact Checking against Fake News:',
+    ],
+    'paragraph' => [
+        1   => 'Fake News are works of misinformation which are often presented like journalistic media. Fake News are often used for political or commercial purposes. So what can be done to find out if something is Fake News?',
+        2   => 'There are various ways to do this. To check the quality of information, there is the so-called <a href="https://library.csuchico.edu/sites/default/files/craap-test.pdf">"CRAAP-Test"</a>. It was developed at the California State University in Chico. The test offers many helpful questions to assess whether the information is reliable. In addition to this test, you can find more helpful information here:',
+    ],
+    'list'      => [
+        1   => [
+            1   => '<strong>Publication Dates</strong>: Good sources often specify an article’s publication date. This information can indicate the quality and/or currency of the information.',
+            2   => '<strong>Autor</strong>: Is an author named? Good sources often name an author or anouther source of information. If an author is named it is often useful to find out more information about them and see if that person often publishes about this topic.',
+            3   => '<strong>Other Sources</strong>: Are there other sources named? It might be worthwhile to also check those and see whether they detract from the plausibility of the primary source.',
+            4   => '<strong>Imprint</strong>: If there is an imprint: What can be found out about the People/Companies mentioned there?',
+        ],
+        2   => [
+            1   => 'Is an author named with a name that seems real? If this is not the case, the message is probably questionable. There is also the question of whether there is additional information about the name.',
+            2   => 'Are there other communication channels where this person can be reached?',
+            3   => 'On Facebook, there is an additional option to see if this person is verified.(<a href="https://www.facebook.com/help/196050490547892" target="_blank" rel="noopener">https://www.facebook.com/help/196050490547892</a>)',
+            4   => 'Since when does this profile exist?.',
+            5   => 'How many subscribers or friends does this profile have? What can be found out about the names of these people?',
+        ],
+        3   => [
+            1   => 'Not everything that is written on Wikipedia is correct. To check how accurate the information is, you can do the following:',
+            2   => 'Check version history: Who wrote what when?',
+            3   => 'Can anything be found out about these authors?',
+            4   => 'Is there a discussion page for this Wikipedia entry from which further information can be inferred?',
+            5   => 'Check which sources were given in the Wikipedia entry. These can also often serve as a further source of information.',
+        ],
+        4   => [
+            1   => 'Faking emails is very easy. Thus, there are very many fakemails; now how to check this?',
+            2   => 'Does the mail really come from the specified sender? To do this, check the header of the e-mail. In addition, you can examine the IP addresses and delivery routes mentioned there. However, this is not easy.',
+            3   => 'Use signed and at best also encrypted e-mail. Again, this is not so simple. You can find more information about this here: <a href="https://www.heise.de/ct/artikel/Ausgebootet-289538.html" target="_blank" rel="noopener">https://www.heise.de/ct/artikel/Ausgebootet-289538.html</a>',
+        ],
+        5   => [
+            1   => 'Look closely at the background. Landscape, buildings, cars and license plates, clothing, people. Is it coherent, does it fit with the corresponding text?',
+            2   => 'Can similar images be found with the reverse image search of image search engines?',
+            3   => 'Is it possible to read metadata of the images with graphics programs? Does this metadata match the image content?',
+        ],
+        7   => 'However, there is no absolute security against fakes or fake news.',
+    ],
 ];
diff --git a/metager/lang/en/footer.php b/metager/lang/en/footer.php
index d57f157050df472bdd2ee587b3a1342ddd7d6c65..bf57caa894542e5e43a3354950805deedf4d3250 100644
--- a/metager/lang/en/footer.php
+++ b/metager/lang/en/footer.php
@@ -1,7 +1,8 @@
 <?php
-
 return [
-    "sumaev.1" => "MetaGer is developed and run by ",
-    "sumaev.2" => "SUMA-EV - Association for Free Access to Knowledge.",
-    'sumaev.link' => 'https://suma-ev.de/',
+    'sumaev' => [
+        1      => 'MetaGer is developed and run by ',
+        2      => 'SUMA-EV - Association for Free Access to Knowledge.',
+        'link' => 'https://suma-ev.de/',
+    ],
 ];
diff --git a/metager/lang/en/help/help-functions.php b/metager/lang/en/help/help-functions.php
index 1ee0be122b5f2407007722cb5402248da27a4b7d..1e2efe8417e40674541b1ee12c0c07f70d372e25 100644
--- a/metager/lang/en/help/help-functions.php
+++ b/metager/lang/en/help/help-functions.php
@@ -1,38 +1,54 @@
 <?php
 return [
-    "title"                 => "MetaGer - Help",
-    "backarrow"             => ' back',
-
-    "suchfunktion.title" => "Search functions",
-    "stopworte.title" => "Exclude single words",
-    "stopworte.1" => "If you want to exclude words within the search result, you have to put a \"-\" in front of that word",
-    "stopworte.2" => "Example: You are looking for a new car, but no BMW. Then your search should be <div class=\"well well-sm\">new car -bmw</div>",
-    "stopworte.3" => "car new -bmw",
-
-    "mehrwortsuche.title" => "Searching for more than one word",
-    "mehrwortsuche.1" => "Without quotation you will get results containing one or some of the words of your search entry. Use quotes for the search for exact phrases, citations....",
-    "mehrwortsuche.2" => "Example: search for Shakespears <div class=\"well well-sm\">to be or not to be</div> will deliver many results, but the exact phrase will only be found using <div class=\"well well-sm\">\"to be or nor to be\"</div>",
-    "mehrwortsuche.3" => "Please use quotes to make sure to get your search words in the results list.",
-    "mehrwortsuche.3.example" => '"round-table" "decision"',
-    "mehrwortsuche.4" => "Put words or phrases in quotation marks to search for exact combinations.",
-    "mehrwortsuche.4.example" => '"round-table decision"',
-
-    "urls.title" => "Exclude URLs",
-    "urls.explanation" => "Use \"-url:\" to exclude search results containing specified words.",
-    "urls.example.1" => "Example: You don' t want the word \"dog\" in the results:",
-    "urls.example.2" => "Type <i>my search words</i> -url:dog",
-
-    "bang.title" => "!bangs",
-    "bang.1" => "MetaGer uses a little a special spelling called \"!bang syntax\". A !bang starts with the \"!\" and doesn't contain blanks (\"!twitter\", \"!facebook\" for example). If you use a !bang supported by MetaGer you will see a new entry in the \"Quicktips\". We direct then to the specified service (click the button).",
-    "faq.18.h" => "Why are the !bangs not opended directly?",
-    "faq.18.b" => "The !bang -\\\"redirections\\\" are part of our quicktips and they need an additional click. We had to decide between easy-to-use and keep-control-of-data. We find it necessary to show that the links are third party property (DuckDuckGo). So there is a two way protection: first we do not transfer your searchwords but only the !bang to DuckDuckGo. On the other hand the user confirms the !bang-target explicit. We don't have the ressources to maintain all this !bangs, we are sorry.",
-
-    "searchinsearch.title" => "Search in search",
-    "searchinsearch.1" => "The result will be stored in a new TAB appearing at the right side of the screen. It is called \"Saved results\". You can store here single results from several searches. The TAB persists. Entering this TAB you get your personal result list with tools to filter and sort the results. Click another TAB to go back for further searches. You won´t have this if the screen is too small. More info (only german so far): <a href=\"http://blog.suma-ev.de/node/225\" target=\"_blank\" rel=\"noopener\"> SUMA blog</a>.",
-
-    'selist.title' => 'I want to add metager.de to the search engines list of my browser.',
-    'selist.explanation.1' => 'Please try first to install the newest available plugin. Just use the link below the searchfield, it has an automatic browserdetection.',
-    'selist.explanation.2' => 'Some browser need an URL. Please use "https://metager.org/meta/meta.ger3?eingabe=%s" without qoutation marks. If there are still problems, please <a href="/en/kontakt" target="_blank" rel="noopener">write an email.</a>',
-
-
-];
\ No newline at end of file
+    'title'          => 'MetaGer - Help',
+    'backarrow'      => ' back',
+    'suchfunktion'   => [
+        'title' => 'Search functions',
+    ],
+    'stopworte'      => [
+        'title' => 'Exclude single words',
+        1       => 'If you want to exclude words within the search result, you have to put a "-" in front of that word',
+        2       => 'Example: You are looking for a new car, but no BMW. Then your search should be <div class="well well-sm">new car -bmw</div>',
+        3       => 'car new -bmw',
+    ],
+    'mehrwortsuche'  => [
+        'title' => 'Searching for more than one word',
+        1       => 'Without quotation you will get results containing one or some of the words of your search entry. Use quotes for the search for exact phrases, citations....',
+        2       => 'Example: search for Shakespears <div class="well well-sm">to be or not to be</div> will deliver many results, but the exact phrase will only be found using <div class="well well-sm">"to be or nor to be"</div>',
+        3       => [
+            'example' => '"round-table" "decision"',
+        ],
+        4       => [
+            'example' => '"round-table decision"',
+        ],
+    ],
+    'urls'           => [
+        'title'       => 'Exclude URLs',
+        'explanation' => 'Use "-url:" to exclude search results containing specified words.',
+        'example'     => [
+            1   => 'Example: You don\' t want the word "dog" in the results:',
+            2   => 'Type <i>my search words</i> -url:dog',
+        ],
+    ],
+    'bang'           => [
+        'title' => '!bangs',
+        1       => 'MetaGer uses a little a special spelling called "!bang syntax". A !bang starts with the "!" and doesn\'t contain blanks ("!twitter", "!facebook" for example). If you use a !bang supported by MetaGer you will see a new entry in the "Quicktips". We direct then to the specified service (click the button).',
+    ],
+    'faq'            => [
+        18   => [
+            'h' => 'Why are the !bangs not opended directly?',
+            'b' => 'The !bang -\\"redirections\\" are part of our quicktips and they need an additional click. We had to decide between easy-to-use and keep-control-of-data. We find it necessary to show that the links are third party property (DuckDuckGo). So there is a two way protection: first we do not transfer your searchwords but only the !bang to DuckDuckGo. On the other hand the user confirms the !bang-target explicit. We don\'t have the ressources to maintain all this !bangs, we are sorry.',
+        ],
+    ],
+    'searchinsearch' => [
+        'title' => 'Search in search',
+        1       => 'The result will be stored in a new TAB appearing at the right side of the screen. It is called "Saved results". You can store here single results from several searches. The TAB persists. Entering this TAB you get your personal result list with tools to filter and sort the results. Click another TAB to go back for further searches. You won´t have this if the screen is too small. More info (only german so far): <a href="http://blog.suma-ev.de/node/225" target="_blank" rel="noopener"> SUMA blog</a>.',
+    ],
+    'selist'         => [
+        'title'       => 'I want to add metager.de to the search engines list of my browser.',
+        'explanation' => [
+            1   => 'Please try first to install the newest available plugin. Just use the link below the searchfield, it has an automatic browserdetection.',
+            2   => 'Some browser need an URL. Please use "https://metager.org/meta/meta.ger3?eingabe=%s" without qoutation marks. If there are still problems, please <a href="/en/kontakt" target="_blank" rel="noopener">write an email.</a>',
+        ],
+    ],
+];
diff --git a/metager/lang/en/help/help-mainpages.php b/metager/lang/en/help/help-mainpages.php
index 76099f79e3d77a99746bb967a16e3912f5317c0f..41056a6fa6294c63155f6a0f7ad5ffad75cedaa0 100644
--- a/metager/lang/en/help/help-mainpages.php
+++ b/metager/lang/en/help/help-mainpages.php
@@ -1,48 +1,49 @@
 <?php
 return [
-    "title"                 => "MetaGer - Help",
-    "backarrow"             => ' back',
-
-"title.2"               => 'Use of the search engine',
-
-"startpage.title"       => 'The start page',
-"startpage.info"        => 'The start page contains the search field and a menu button in the upper right corner. There is a link below the search field which let you add MetaGer to your web browser. At last, at the bottom of the page there is some information about MetaGer and its supporting association, the SUMA-EV.',
-
-"searchfield.title"     => 'The search field',
-"searchfield.info"      => 'The search field contains:',
-"searchfield.memberkey" => 'The key symbol: Here members of SUMA-EV or donors can enter their key to use the ad-free search. You want this too? Become a member via our <a href = "https://metager.org/beitritt">Membership form</a> or <a href = "https://metager.org/spende/">donate</a> to SUMA-EV.',
-"searchfield.slot"      => 'The search field: Enter your words here. Upper case will not be distinguished from lower case.',
-"searchfield.search"    => 'The magnifier: Start your search.',
-"searchfield.morefunctions" => 'More information on other functions are available under "<a href = "/hilfe/funktionen">search functions</a>"',
-
-"resultpage.title"      => 'The result page',
-"resultpage.foci"       => 'There are three (six for the german branch) different search focuses below the search field (Web, Pictures and Shopping). We assigned specific search engines to these focuses.',
-"resultpage.choice"     => 'Below these you have two links:',
-"resultpage.filter"     => 'Filter: Toggle filters on / off and apply settings here. Each focus has its own assortment.',
-"resultpage.settings" => 'Settings: Apply here your permanent settings for the current focus. You can select / unselect search engines here, too. Your settings are stored as non-personally identifiable cookies. Click "Overview" to see your settings. If settings have been stored you find a deletion button at the end of the page. There is also a menu entry to access the settings page.',
-"resultpage.settings.1" => 'The section "Note" offers a link to the cookie list and also a box with a link which is useful to copy and save as a bookmark. Using the bookmark you will have all settings working immediately.',
-"resultpage.settings.2" => 'Arrange your personal blacklist here. Settings made here will be concatenetad to the link in the section "Note".',
-"resultpage.settings.3" => 'Switch citations on/off.',
-"resultpage.settings.4" => 'Enter the MetaGer Dark Mode here.',
-
-
-"result.title" => 'Results',
-"result.info.1" => 'All results will look like this:<p><div class="image-container"><img src="/img/hilfe-php-resultpic-en-01.png"></div></p>',
-"result.info.open" => '"OPEN": Click the headline, the link below (URL) or the "OPEN" button to open the result in the same TAB.',
-"result.info.newtab" => '"OPEN IN NEW TAB" will open the result in a new TAB.',
-"result.info.anonym" => '"OPEN ANONYMOUSLY": the page will be opened under the proxy protection.You can find some info about this in the <a href = "/hilfe/datensicherheit#proxy/">MetaGer proxy server</a> section.',
-"result.info.more" => '"MORE": you will get more options, the result changes its appearance to:<p><div class="image-container"><img src="/img/hilfe-php-resultpic-en-02.png"></div></p>',
-"result.info.2" => 'The new options are:',
-"result.info.saveresult" => '"Save result in TAB" (Only desktop): The result will be stored in a new TAB. It´ s used for collecting results out of several searches. This TAB appears on the right side of your screen. (info: <a href="/hilfe/funktionen#searchinsearch"> Search in search</a>)',
-"result.info.domainnewsearch" => '"Start a new search on this domain": search only on this domain.',
-"result.info.hideresult" => '"Hide": hide results from this domain. You can use this filter directly after your search words (e.g. my search words -site:*.wikipedia.org), filters can be concatenated and the wildcard "*" is allowed. See also <a href="#einstellungen"> "Settings"</a> to apply a permanent solution.',
-
-"settings.title" => 'Settings',
-"settings.2" => 'Used search engines <br> Here you can view your used search engines and adjust them if necessary. By clicking on the corresponding name you can switch it on or off accordingly.',
-"settings.3" => 'Search filters <br> With search filters you can filter your search permanently.',
-"settings.4" => 'Blacklist <br> Here you can compile your personal blacklist. You can filter out domains here. Therfore you can produce your own search settings. With a click on "Add" these settings will be attached to the link in the "Note" section.',
-"settings.5" => 'Toggle dark mode <br> Simply switch to dark mode here.',
-"settings.6" => 'Open results in new tab <br> Here you can permanently switch on the function to open results in a new tab.',
-"settings.7" => 'Citations <br> Here you can switch on/off the display of citations.',
-
-];
\ No newline at end of file
+    'title'       => [
+        2   => 'Use of the search engine',
+    ],
+    'backarrow'   => ' back',
+    'startpage'   => [
+        'title' => 'The start page',
+        'info'  => 'The start page contains the search field and a menu button in the upper right corner. There is a link below the search field which let you add MetaGer to your web browser. At last, at the bottom of the page there is some information about MetaGer and its supporting association, the SUMA-EV.',
+    ],
+    'searchfield' => [
+        'title'         => 'The search field',
+        'info'          => 'The search field contains:',
+        'memberkey'     => 'The key symbol: Here members of SUMA-EV or donors can enter their key to use the ad-free search. You want this too? Become a member via our <a href = "https://metager.org/beitritt">Membership form</a> or <a href = "https://metager.org/spende/">donate</a> to SUMA-EV.',
+        'slot'          => 'The search field: Enter your words here. Upper case will not be distinguished from lower case.',
+        'search'        => 'The magnifier: Start your search.',
+        'morefunctions' => 'More information on other functions are available under "<a href = "/hilfe/funktionen">search functions</a>"',
+    ],
+    'resultpage'  => [
+        'title'    => 'The result page',
+        'foci'     => 'There are three (six for the german branch) different search focuses below the search field (Web, Pictures and Shopping). We assigned specific search engines to these focuses.',
+        'choice'   => 'Below these you have two links:',
+        'filter'   => 'Filter: Toggle filters on / off and apply settings here. Each focus has its own assortment.',
+        'settings' => 'Settings: Apply here your permanent settings for the current focus. You can select / unselect search engines here, too. Your settings are stored as non-personally identifiable cookies. Click "Overview" to see your settings. If settings have been stored you find a deletion button at the end of the page. There is also a menu entry to access the settings page.',
+    ],
+    'result'      => [
+        'title' => 'Results',
+        'info'  => [
+            1                 => 'All results will look like this:<p><div class="image-container"><img src="/img/hilfe-php-resultpic-en-01.png"></div></p>',
+            'open'            => '"OPEN": Click the headline, the link below (URL) or the "OPEN" button to open the result in the same TAB.',
+            'newtab'          => '"OPEN IN NEW TAB" will open the result in a new TAB.',
+            'anonym'          => '"OPEN ANONYMOUSLY": the page will be opened under the proxy protection.You can find some info about this in the <a href = "/hilfe/datensicherheit#proxy/">MetaGer proxy server</a> section.',
+            'more'            => '"MORE": you will get more options, the result changes its appearance to:<p><div class="image-container"><img src="/img/hilfe-php-resultpic-en-02.png"></div></p>',
+            2                 => 'The new options are:',
+            'saveresult'      => '"Save result in TAB" (Only desktop): The result will be stored in a new TAB. It´ s used for collecting results out of several searches. This TAB appears on the right side of your screen. (info: <a href="/hilfe/funktionen#searchinsearch"> Search in search</a>)',
+            'domainnewsearch' => '"Start a new search on this domain": search only on this domain.',
+            'hideresult'      => '"Hide": hide results from this domain. You can use this filter directly after your search words (e.g. my search words -site:*.wikipedia.org), filters can be concatenated and the wildcard "*" is allowed. See also <a href="#einstellungen"> "Settings"</a> to apply a permanent solution.',
+        ],
+    ],
+    'settings'    => [
+        'title' => 'Settings',
+        2       => 'Used search engines <br> Here you can view your used search engines and adjust them if necessary. By clicking on the corresponding name you can switch it on or off accordingly.',
+        3       => 'Search filters <br> With search filters you can filter your search permanently.',
+        4       => 'Blacklist <br> Here you can compile your personal blacklist. You can filter out domains here. Therfore you can produce your own search settings. With a click on "Add" these settings will be attached to the link in the "Note" section.',
+        5       => 'Toggle dark mode <br> Simply switch to dark mode here.',
+        6       => 'Open results in new tab <br> Here you can permanently switch on the function to open results in a new tab.',
+        7       => 'Citations <br> Here you can switch on/off the display of citations.',
+    ],
+];
diff --git a/metager/lang/en/help/help-privacy-protection.php b/metager/lang/en/help/help-privacy-protection.php
index 09340da891a8f821bee796185cc46b9eaae971f5..2b915c2ceeeb22bfaf9e3319a4260dcd3fc07009 100644
--- a/metager/lang/en/help/help-privacy-protection.php
+++ b/metager/lang/en/help/help-privacy-protection.php
@@ -1,22 +1,33 @@
 <?php
 return [
-    "title"                 => "MetaGer - Help",
-    "backarrow"             => ' back',
-
-    "datenschutz.title" => "Privacy",
-    "datenschutz.1" => "Tracking-Cookies, Session-IDs, IP addresses",
-    "datenschutz.2" => "We don&apos;t store or work with any personal information (For the purpose of securing our servers against Hacking- and Bot-Attacks, we need to store these information for a short period of time. It will be automatically deleted afterwards). We provide further privacy security services. For more details see below:",
-    "datenschutz.3" => "Click / touch the burger menu to use the tools.",
-
-    "tor.title" => "Tor Hidden Service",
-    "tor.1" => "MetaGer provides the highest reachable security level for your privacy (anonymised IP addresses, servers under german privacy protection law). For further security needs or fear of compromised servers you may use the MetaGer-Tor branch. Please download the specialized webbrowser from <a href=\"https://www.torproject.org/\" target=\"_blank\" rel=\"noopener\">https://www.torproject.org/</a>. You will find help there, too.",
-    "tor.2" => "MetaGer Tor address: http://metagerv65pwclop2rsfzg4jwowpavpwd6grhhlvdgsswvo6ii4akgyd.onion",
-
-    "proxy.title" => "MetaGer proxy server",
-    "proxy.1" => "Click or touch \"open anonymously\" to use the MetaGer proxy server. The provided protection is limited to the website you reached from our result page. Protection persists while you see https://proxy.suma-ev.de/?url=...in your webbrowser‘s address field.",
-    
-    'content.title' => 'Inappropriate Content / youth protection',
-    'content.explanation.1' => 'I found results with illegal content.',
-    'content.explanation.2' => 'If some content (presented by MetaGer) seems to be illegal, please email us to <a href="mailto:jugendschutz@metager.de" target="_blank" rel="noopener">jugendschutz@metager.de</a>.',
-
-];
\ No newline at end of file
+    'title'       => 'MetaGer - Help',
+    'backarrow'   => ' back',
+    'datenschutz' => [
+        'title' => 'Privacy',
+        1       => 'Tracking-Cookies, Session-IDs, IP addresses',
+        2       => 'We don&apos;t store or work with any personal information (For the purpose of securing our servers against Hacking- and Bot-Attacks, we need to store these information for a short period of time. It will be automatically deleted afterwards). We provide further privacy security services. For more details see below:',
+        3       => 'Click / touch the burger menu to use the tools.',
+    ],
+    'tor'         => [
+        'title' => 'Tor Hidden Service',
+        1       => 'MetaGer provides the highest reachable security level for your privacy (anonymised IP addresses, servers under german privacy protection law). For further security needs or fear of compromised servers you may use the MetaGer-Tor branch. Please download the specialized webbrowser from <a href="https://www.torproject.org/" target="_blank" rel="noopener">https://www.torproject.org/</a>. You will find help there, too.',
+        2       => 'MetaGer Tor address: http://metagerv65pwclop2rsfzg4jwowpavpwd6grhhlvdgsswvo6ii4akgyd.onion',
+    ],
+    'proxy'       => [
+        'title' => 'MetaGer proxy server',
+        1       => 'Click or touch "open anonymously" to use the MetaGer proxy server. The provided protection is limited to the website you reached from our result page. Protection persists while you see https://proxy.suma-ev.de/?url=...in your webbrowser‘s address field.',
+    ],
+    'content'     => [
+        'title'       => 'Inappropriate Content / youth protection',
+        'explanation' => [
+            1   => 'I found results with illegal content.',
+            2   => 'If some content (presented by MetaGer) seems to be illegal, please email us to <a href="mailto:jugendschutz@metager.de" target="_blank" rel="noopener">jugendschutz@metager.de</a>.',
+        ],
+    ],
+    'maps'        => [
+        'title' => 'MetaGer Maps',
+        1       => 'Safeguarding privacy in the age of global datenkraken also prompted us to develop <a href="https://maps.metager.de" target="_blank">https://maps.metager.de</a>: The only (to our knowledge) route planner that offers full functionality via browser and app - without storing user locations.  All this is verifiable, because our software is open source. For using maps.metager.de we recommend our fast app version. You can download our apps at <a href="/app" target="_blank">Get an App</a> (or of course via the Play Store).',
+        2       => 'After loading the map shows POIs according to the MetaGer results. You see them in the right column too. Mouseover a POI highlights its counterpart. Click "Details" to get further information (Nominatim data base) to this POI.',
+        3       => 'The maps are rendered before (except for the last three ones) and fast available. Affect the zoom level by mouse-wheel or the "+ / -" buttons in the upper left corner of the map.',
+    ],
+];
diff --git a/metager/lang/en/help/help-services.php b/metager/lang/en/help/help-services.php
index e06000296d6145e31f720bbc1890ef74f3c8ec99..156fd4029a2b235740a276306324b88c54e30b00 100644
--- a/metager/lang/en/help/help-services.php
+++ b/metager/lang/en/help/help-services.php
@@ -1,24 +1,28 @@
 <?php
 return [
-    "title"                 => "MetaGer - Help",
-    "backarrow"             => ' back',
-
-    "dienste" => "Services",
-    "dienste.kostenlos" => "All our services are cost free. You do not pay with your data.",
-
-    "app.title" => "Android-App",
-    "app.1" => "You can use MetaGer within an app, too. To do so just download the <a href=\"https://metager.org/app\" target=\"_blank\" rel=\"noopener\">MetaGer App</a> on your Android smartphone.",
-    
-    "suchwortassoziator.title" => "MetaGer-Web-Associator",
-    "suchwortassoziator.1" => 'Ask the <a href="/en/asso/" target="_blank" rel="noopener">MetaGer-Web-Assoziator</a> (Tools / Associator) to find connotations in a subject area. The service doesn&apos;t append upon any language because it uses webdocuments as a source. Therefore, you find any connotations to your used language and vice-versa.',
-    "suchwortassoziator.2" => "Example: you want to know more about \"tick bites\" and its dangers but you forgot the technical terms around this issue. The \"Assoziator\" presents \"Borreliose\" and \"fsme\" among others.",
-    "suchwortassoziator.3" => "Please let us know if something unsuitable appears. Please use our <a href=\"/en/kontakt/\" target=\"_blank\" rel=\"noopener\">contact form</a>.",
-
-    "widget.title" => "MetaGer widget",
-    "widget.1" => "Provide full MetaGer functionality to your own website! Just select Tools / widget on our startpage, decide whether you want a powerful websearch or a sitesearch -which may be useful on your own pages. Enter the domainname and let the script do the rest. Questions to: <a href=\"/en/kontakt/\" target=\"_blank\" rel=\"noopener\">contact form</a>",
-
-    "maps.title" => "MetaGer maps",
-    "maps.1" => "MetaGer provides a map function (not on metager.org, please use <a href=\"https://www.metager.de/\" target=\"_blank\" rel=\"noopener\">MetaGer.de</a>) : On a result page you see a new focus on the upper right, called \"Maps\". You receive a map according to your search by click.",
-    "maps.2" => "After loading the map shows POIs according to the MetaGer results. You see them in the right column too. Mouseover a POI highlights its counterpart. Click \"Details\" to get further information (Nominatim data base) to this POI.",
-    "maps.3" => "The maps are rendered before (except for the last three ones) and fast available. Affect the zoom level by mouse-wheel or the \"+ / -\" buttons in the upper left corner of the map.",
-    ];
\ No newline at end of file
+    'title'              => 'MetaGer - Help',
+    'backarrow'          => ' back',
+    'dienste'            => [
+        'kostenlos' => 'All our services are cost free. You do not pay with your data.',
+    ],
+    'app'                => [
+        'title' => 'Android-App',
+        1       => 'You can use MetaGer within an app, too. To do so just download the <a href="https://metager.org/app" target="_blank" rel="noopener">MetaGer App</a> on your Android smartphone.',
+    ],
+    'suchwortassoziator' => [
+        'title' => 'MetaGer-Web-Associator',
+        1       => 'Ask the <a href="/en/asso/" target="_blank" rel="noopener">MetaGer-Web-Assoziator</a> (Tools / Associator) to find connotations in a subject area. The service doesn&apos;t append upon any language because it uses webdocuments as a source. Therefore, you find any connotations to your used language and vice-versa.',
+        2       => 'Example: you want to know more about "tick bites" and its dangers but you forgot the technical terms around this issue. The "Assoziator" presents "Borreliose" and "fsme" among others.',
+        3       => 'Please let us know if something unsuitable appears. Please use our <a href="/en/kontakt/" target="_blank" rel="noopener">contact form</a>.',
+    ],
+    'widget'             => [
+        'title' => 'MetaGer widget',
+        1       => 'Provide full MetaGer functionality to your own website! Just select Tools / widget on our startpage, decide whether you want a powerful websearch or a sitesearch -which may be useful on your own pages. Enter the domainname and let the script do the rest. Questions to: <a href="/en/kontakt/" target="_blank" rel="noopener">contact form</a>',
+    ],
+    'maps'               => [
+        'title' => 'MetaGer maps',
+        1       => 'MetaGer provides a map function (not on metager.org, please use <a href="https://www.metager.de/" target="_blank" rel="noopener">MetaGer.de</a>) : On a result page you see a new focus on the upper right, called "Maps". You receive a map according to your search by click.',
+        2       => 'After loading the map shows POIs according to the MetaGer results. You see them in the right column too. Mouseover a POI highlights its counterpart. Click "Details" to get further information (Nominatim data base) to this POI.',
+        3       => 'The maps are rendered before (except for the last three ones) and fast available. Affect the zoom level by mouse-wheel or the "+ / -" buttons in the upper left corner of the map.',
+    ],
+];
diff --git a/metager/lang/en/help/help.php b/metager/lang/en/help/help.php
index e9be217564a68e4137cd2ef292fe6ba82af0042f..19931ed9212a9bb85b63f09596dd1ae31559c080 100644
--- a/metager/lang/en/help/help.php
+++ b/metager/lang/en/help/help.php
@@ -1,30 +1,31 @@
 <?php
 return [
-    "achtung"               => "Warning! Structure and functionality of our website are subject to constant development and changes. We try to update our help pages as quickly as possible, but can not prevent temporary mistakes.",
-    "title"                 => "MetaGer - Help",
-   
-    'tableofcontents.title' => '',
-    'tableofcontents.1' => 'Use of the search engine',
-    'tableofcontents.1.1' => 'The start page',
-    'tableofcontents.1.2' => 'The search field',
-    'tableofcontents.1.3' => 'The result page',
-    'tableofcontents.1.4' => 'Settings',
-
-    'tableofcontents.2' => 'Useful functions and hints',
-    'tableofcontents.2.1' => 'Search functions',
-    'tableofcontents.2.2' => '!bangs',
-    'tableofcontents.2.3' => 'Search in search',
-    'tableofcontents.2.4' => 'Add MetaGer',
-
-    'tableofcontents.4' => 'Services',
-    'tableofcontents.4.1' => 'Android-App',
-    'tableofcontents.4.3' => 'MetaGer-Web-Associator',
-    'tableofcontents.4.4' => 'MetaGer widget',
-    'tableofcontents.4.5' => 'MetaGer Maps',
-
-    'tableofcontents.3' => 'Privacy',
-    'tableofcontents.3.2' => 'Tracking & Cookies',
-    'tableofcontents.3.3' => 'Tor Hidden Service',
-    'tableofcontents.3.4' => 'MetaGer proxy server',
-    'tableofcontents.3.5' => 'Youth protection',
- ];
+    'achtung'         => 'Warning! Structure and functionality of our website are subject to constant development and changes. We try to update our help pages as quickly as possible, but can not prevent temporary mistakes.',
+    'title'           => 'MetaGer - Help',
+    'tableofcontents' => [
+        1   => [
+            1   => 'The start page',
+            2   => 'The search field',
+            3   => 'The result page',
+            4   => 'Settings',
+        ],
+        2   => [
+            1   => 'Search functions',
+            2   => '!bangs',
+            3   => 'Search in search',
+            4   => 'Add MetaGer',
+        ],
+        4   => [
+            1   => 'Android-App',
+            3   => 'MetaGer-Web-Associator',
+            4   => 'MetaGer widget',
+            5   => 'MetaGer Maps',
+        ],
+        3   => [
+            2   => 'Tracking & Cookies',
+            3   => 'Tor Hidden Service',
+            4   => 'MetaGer proxy server',
+            5   => 'Youth protection',
+        ],
+    ],
+];
diff --git a/metager/lang/en/icons.php b/metager/lang/en/icons.php
index 247c52a2de5aff9224bf5b2741f5188e7a767a41..b3b70643bc60bf9a69a5caf5823d751cbbc979e3 100644
--- a/metager/lang/en/icons.php
+++ b/metager/lang/en/icons.php
@@ -1,19 +1,34 @@
 <?php
-
 return [
-    'angle-double-right.alt' => 'Angle double right',
-    'icon-lupe.alt' => 'Search',
-    'chevron-down.alt' => '',
-    'menu.alt' => 'three horizontal Strokes',
-    'cogs.alt' => 'Cogs',
-    'ellipsis.alt' => 'vertical ellipsis',
-    'ellipsis-horizontal.alt' => 'horizontal ellipsis',
-    'home.alt' => 'home',
-    'trashcan.alt' => 'trashcan',
-    'x.alt' => 'x',
-    'floppy.alt' => 'floppy',
-    'Icon-settings' => 'Cog'
-
-
-
+    'angle-double-right'  => [
+        'alt' => 'Angle double right',
+    ],
+    'icon-lupe'           => [
+        'alt' => 'Search',
+    ],
+    'menu'                => [
+        'alt' => 'three horizontal Strokes',
+    ],
+    'cogs'                => [
+        'alt' => 'Cogs',
+    ],
+    'ellipsis'            => [
+        'alt' => 'vertical ellipsis',
+    ],
+    'ellipsis-horizontal' => [
+        'alt' => 'horizontal ellipsis',
+    ],
+    'home'                => [
+        'alt' => 'home',
+    ],
+    'trashcan'            => [
+        'alt' => 'trashcan',
+    ],
+    'x'                   => [
+        'alt' => 'x',
+    ],
+    'floppy'              => [
+        'alt' => 'floppy',
+    ],
+    'Icon-settings'       => 'Cog',
 ];
diff --git a/metager/lang/en/impressum.php b/metager/lang/en/impressum.php
index 9fa0ce6731b884e77146951f645e7fd1b6e32cbc..b3aa7f804ef0758ecae24c97f823b25f8c90f563 100644
--- a/metager/lang/en/impressum.php
+++ b/metager/lang/en/impressum.php
@@ -1,26 +1,27 @@
 <?php
-
 return [
-    'title' => 'Site Notice',
-
-    'headline.1' => '<a href="http://suma-ev.de/" target="_blank" rel="noopener">SUMA-EV - Verein für freien Wissenszugang (e.V.)</a>',
-
-    'info.1' => 'Wikipedia-entry for the <a href="http://de.wikipedia.org/wiki/Suma_e.V." target="_blank" rel="noopener">SUMA-EV</a>',
-    'info.2' => 'SUMA-EV
+    'title'    => 'Site Notice',
+    'headline' => [
+        1   => '<a href="http://suma-ev.de/" target="_blank" rel="noopener">SUMA-EV - Verein für freien Wissenszugang (e.V.)</a>',
+    ],
+    'info'     => [
+        1    => 'Wikipedia-entry for the <a href="http://de.wikipedia.org/wiki/Suma_e.V." target="_blank" rel="noopener">SUMA-EV</a>',
+        2    => 'SUMA-EV
 Röselerstr. 3
 D-30159 Hannover
 Deutschland/Germany',
-    'info.3' => 'Contact:
+        3    => 'Contact:
 Tel.: +4951134000070
 EMail: <a href="/en/kontakt">Encrypted contact form</a>',
-    'info.4' => 'Board: Dominik Hebeler, Carsten Riel, Manuela Branz',
-    'info.6' => 'Youth Protection Commissioner: Manuela Branz <a href="mailto:jugendschutz@metager.de">jugendschutz@metager.de</a>',
-    'info.8' => '"SUMA-EV - Verein für freien Wissenszugang" is a charitable association, registered in the register of associations at the Amtsgericht Hannover
+        4    => 'Board: Dominik Hebeler, Carsten Riel, Manuela Branz',
+        6    => 'Youth Protection Commissioner: Manuela Branz <a href="mailto:jugendschutz@metager.de">jugendschutz@metager.de</a>',
+        8    => '"SUMA-EV - Verein für freien Wissenszugang" is a charitable association, registered in the register of associations at the Amtsgericht Hannover
 under VR200033.
 
 sales tax identification number: DE 300 464 091
 
 The "Gottfried Wilhelm Leibniz Universität Hannover" is a statutory body.',
-    'info.9' => 'Liability Note:',
-    'info.10' => 'Despite thorough content control we do not take responsability for any content of external links. For the content of external links only their operators are reliable.',
+        9    => 'Liability Note:',
+        10   => 'Despite thorough content control we do not take responsability for any content of external links. For the content of external links only their operators are reliable.',
+    ],
 ];
diff --git a/metager/lang/en/index.php b/metager/lang/en/index.php
index c0fd67ad63245028acbc82c91f0cefba98fbe94f..e4a87dce80d9a899a391d6312bbfd336e13214cd 100644
--- a/metager/lang/en/index.php
+++ b/metager/lang/en/index.php
@@ -1,12 +1,18 @@
 <?php
-
 return [
-    "plugin" => "Install MetaGer",
-    "plugin-title" => "Add MetaGer to your browser",
-
-    'key.placeholder' => 'Enter member key',
-    'key.tooltip' => 'Enter member key',
-
-    "placeholder" => "MetaGer: Privacy Protected Search & Find",
+    'plugin'       => 'Install MetaGer',
+    'plugin-title' => 'Add MetaGer to your browser',
+    'key'          => [
+        'placeholder' => 'Enter member key',
+        'tooltip'     => 'Enter member key',
+    ],
+    'placeholder'  => 'MetaGer: Privacy Protected Search & Find',
     'searchbutton' => 'MetaGer-Search',
+    'foki'         => [
+        'web'         => 'Web',
+        'bilder'      => 'Images',
+        'nachrichten' => 'News/Politics',
+        'science'     => 'Science',
+        'produkte'    => 'Products',
+    ],
 ];
diff --git a/metager/lang/en/jugendschutz.php b/metager/lang/en/jugendschutz.php
index 036766e778ea8d7f70d7ac79733e789b0b5f124f..29c23486ddad1f41500cb5f8fe617fac1f8ea74e 100644
--- a/metager/lang/en/jugendschutz.php
+++ b/metager/lang/en/jugendschutz.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
     'title' => 'Youth protection',
-    'text' => 'We deliver search results to very different scopes of the internet. Some of these are not suitable for people of your age. If you want to find something anyway, try using other search engines- <a href="https://www.blinde-kuh.de/">Blinde Kuh</a> for example.',
-];
\ No newline at end of file
+    'text'  => 'We deliver search results to very different scopes of the internet. Some of these are not suitable for people of your age. If you want to find something anyway, try using other search engines- <a href="https://www.blinde-kuh.de/">Blinde Kuh</a> for example.',
+];
diff --git a/metager/lang/en/key.php b/metager/lang/en/key.php
index 299c18da27b91e3b1621875185f94f36dfa26ecf..51d4d7b3e0a6914eb1461b2f032a9386173659ea 100644
--- a/metager/lang/en/key.php
+++ b/metager/lang/en/key.php
@@ -1,21 +1,22 @@
 <?php
-
 return [
-    "h1"	=>	"Key for your ad-free search",
-    "p1"	=>	"MetaGer offers <a href=\":url1\">SUMA-EV members</a> and generous <a href=\":url2\">donors</a> a key that gives them access to a volume of ad-free searches.",
-    "p2"	=>	"On this page you can enter your key (if known). We save it with the help of a cookie on your PC. This way, your browser automatically sends the key to us every time you search, so we can remove the ad for you.",
-    "p3"	=>	"If you look at the cookie there is \"key = xxxx\" in there. We do not use it for tracking purposes. It is also never stored or logged by us in any way.",
-    "p4"	=>	"Important: In order to use this function, you must have allowed cookies in your browser. The setting will remain saved as long as your browser saves cookies.",
-    "p5"	=>	"In order to be able to save the key beyond that, you have the following options:",
-    "li1"	=>	"Set the following URL as start page/bookmark in your browser:",
-    "li2"	=>	"If you are using MetaGer as the default search engine, you can delete the entry after entering the key and add it again. If you have to enter a \"search string\" in your browser, you can use <code>:url</code>.",
-    "placeholder1"	=>	"Enter key ...",
-    "removeKey"	=>	"Remove current key",
-    "invalidKey"	=>	"The entered key is invalid",
-    "empty"	=>	"Your key is valid but no longer contains ad-free searches.",
-    "backLink"	=>	"Back to the last page",
-    "custom.h3"	=>	"Favorite Key",
-    "custom.p1"	=>	"Members of the SUMA-EV have the opportunity to choose their own key.",
-    'custom.p2' => 'The next change of your key is possible in :nextchange.',
-    "custom.a1"	=>	"Set up the favorite key"
+    'h1'           => 'Key for your ad-free search',
+    'p1'           => 'MetaGer offers <a href=":url1">SUMA-EV members</a> and generous <a href=":url2">donors</a> a key that gives them access to a volume of ad-free searches.',
+    'p2'           => 'On this page you can enter your key (if known). We save it with the help of a cookie on your PC. This way, your browser automatically sends the key to us every time you search, so we can remove the ad for you.',
+    'p3'           => 'If you look at the cookie there is "key = xxxx" in there. We do not use it for tracking purposes. It is also never stored or logged by us in any way.',
+    'p4'           => 'Important: In order to use this function, you must have allowed cookies in your browser. The setting will remain saved as long as your browser saves cookies.',
+    'p5'           => 'In order to be able to save the key beyond that, you have the following options:',
+    'li1'          => 'Set the following URL as start page/bookmark in your browser:',
+    'li2'          => 'If you are using MetaGer as the default search engine, you can delete the entry after entering the key and add it again. If you have to enter a "search string" in your browser, you can use <code>:url</code>.',
+    'placeholder1' => 'Enter key ...',
+    'removeKey'    => 'Remove current key',
+    'invalidKey'   => 'The entered key is invalid',
+    'empty'        => 'Your key is valid but no longer contains ad-free searches.',
+    'backLink'     => 'Back to the last page',
+    'custom'       => [
+        'h3' => 'Favorite Key',
+        'p1' => 'Members of the SUMA-EV have the opportunity to choose their own key.',
+        'p2' => 'The next change of your key is possible in :nextchange.',
+        'a1' => 'Set up the favorite key',
+    ],
 ];
diff --git a/metager/lang/en/keyboard-navigation.php b/metager/lang/en/keyboard-navigation.php
index e515edde3d94347f3753669d373ed7dee4886b5b..4ea1989ea4886a98518bae0efec6ae5c3773b436 100644
--- a/metager/lang/en/keyboard-navigation.php
+++ b/metager/lang/en/keyboard-navigation.php
@@ -1,10 +1,9 @@
 <?php
-
 return [
     'keyboard-nav-title' => 'Keyboard navigation',
     'focus-results'      => 'Jump to results',
     'focus-foki'         => 'Jump to focus selection',
     'focus-settings'     => 'Jump to search settings',
     'focus-navigation'   => 'Jump to page navigation',
-    'keyboard-nav-hint'  => 'Hint: Press the escape key to return to this box and to collapse all menus.'
-];
\ No newline at end of file
+    'keyboard-nav-hint'  => 'Hint: Press the escape key to return to this box and to collapse all menus.',
+];
diff --git a/metager/lang/en/keychange.php b/metager/lang/en/keychange.php
index 210c70d3f534a1e0b5384cd9c0444fed91d2f37f..9da3f10403d804ae54b00bb6b04b643647e2061e 100644
--- a/metager/lang/en/keychange.php
+++ b/metager/lang/en/keychange.php
@@ -1,23 +1,22 @@
 <?php
-
 return [
-    'h1' => 'Favorite Key',
-    'p1' => 'With this tool you have the possibility to change your current membership key ":key". Membership keys are linked to your membership in SUMA-EV. So it can be renewed automatically. Even if we don\'t do that, we would of course theoretically have the possibility of creating a link between the membership key and the searches carried out. With the change to a desired key, such a link is theoretically and practically impossible for us.',
-    'p2' => 'Also, you can use this tool to create a key that is easier to remember. Please keep the original key anyway. Because the new key can no longer be renewed automatically, it will eventually become invalid. In that case you will have to repeat this process by entering your original membership key (:key) into MetaGer and calling up this tool again.',
-    'p3' => 'You should therefore keep both keys in a safe place and pay particular attention to the fact that we are not able to restore the new one if it is lost.',
-    'p4' => 'This tool guides you through the following steps to create a new anonymous favorite key:',
-    'ol1.li1' => 'Remove all information about the current member key from your browser',
-    'ol1.li2' => 'Generating a URL with which a new key can be created. This URL no longer contains information about the member key.',
-    'ol1.li3' => 'Generate a new favorite key',
-    'ol1.li4' => 'Save the new favorite key in the browser',
-    'a1' => 'Read - create a favorite key',
-
-    'p5' => 'Your previous membership key has now been deleted from the browser. We have also created a URL that you can use to create your desired key. This is possible within :validUntil at any time and from any device by calling up the following URL in the browser, or directly using the form on this page.',
-    'p6' => 'You can now enter your desired key in the following text field. To avoid overlapping, we add a few more characters to the key. By clicking on generate, your new key will be generated and displayed on the following page so that you can save it.',
+    'h1'          => 'Favorite Key',
+    'p1'          => 'With this tool you have the possibility to change your current membership key ":key". Membership keys are linked to your membership in SUMA-EV. So it can be renewed automatically. Even if we don\'t do that, we would of course theoretically have the possibility of creating a link between the membership key and the searches carried out. With the change to a desired key, such a link is theoretically and practically impossible for us.',
+    'p2'          => 'Also, you can use this tool to create a key that is easier to remember. Please keep the original key anyway. Because the new key can no longer be renewed automatically, it will eventually become invalid. In that case you will have to repeat this process by entering your original membership key (:key) into MetaGer and calling up this tool again.',
+    'p3'          => 'You should therefore keep both keys in a safe place and pay particular attention to the fact that we are not able to restore the new one if it is lost.',
+    'p4'          => 'This tool guides you through the following steps to create a new anonymous favorite key:',
+    'ol1'         => [
+        'li1' => 'Remove all information about the current member key from your browser',
+        'li2' => 'Generating a URL with which a new key can be created. This URL no longer contains information about the member key.',
+        'li3' => 'Generate a new favorite key',
+        'li4' => 'Save the new favorite key in the browser',
+    ],
+    'a1'          => 'Read - create a favorite key',
+    'p5'          => 'Your previous membership key has now been deleted from the browser. We have also created a URL that you can use to create your desired key. This is possible within :validUntil at any time and from any device by calling up the following URL in the browser, or directly using the form on this page.',
+    'p6'          => 'You can now enter your desired key in the following text field. To avoid overlapping, we add a few more characters to the key. By clicking on generate, your new key will be generated and displayed on the following page so that you can save it.',
     'input1label' => 'Enter the desired key (at least 4 and a maximum of 20 characters)',
-    'input1' => 'Enter the desired key',
-    'button1' => 'Generate favorite key',
-
-    'p7' => 'Your new desired key has been successfully set up. Please make a note of it. It cannot be restored if it is lost. It will also expire at some point. If this occurs, please enter your regular membership key at MetaGer and repeat this process.',
-    'p8' => 'Your new key is:',
-];
\ No newline at end of file
+    'input1'      => 'Enter the desired key',
+    'button1'     => 'Generate favorite key',
+    'p7'          => 'Your new desired key has been successfully set up. Please make a note of it. It cannot be restored if it is lost. It will also expire at some point. If this occurs, please enter your regular membership key at MetaGer and repeat this process.',
+    'p8'          => 'Your new key is:',
+];
diff --git a/metager/lang/en/kontakt.php b/metager/lang/en/kontakt.php
index 569629a24006730b276fb32f858e51608f9b4c3d..a64c2d823853cb05014694d4438f326691043bc5 100644
--- a/metager/lang/en/kontakt.php
+++ b/metager/lang/en/kontakt.php
@@ -1,23 +1,31 @@
 <?php
-
 return [
-    'headline.1' => 'Contact',
-
-    'form.1'     => 'Secure Contact Form',
-    'form.2'     => 'Via this form you can contact us by e-mail.',
-    'form.name' =>  'Forename, Surname',
-    'form.5'     => 'Your e-mail-adress',
-    'form.6'     => 'Your message',
-    'form.7'    => 'Subject',
-    'form.8'     => 'Send',
-    'form.9'    => 'Up to 5 attachments (filesize < 5 MB)',
-    'letter.1'   => 'By Letter Mail',
-    'letter.2'   => 'We prefer digital contact. However, if you consider it neccessary to contact us postally, you can mail us at:',
-    'letter.3'   => 'SUMA-EV
+    'headline' => [
+        1   => 'Contact',
+    ],
+    'form'     => [
+        1      => 'Secure Contact Form',
+        2      => 'Via this form you can contact us by e-mail.',
+        'name' => 'Forename, Surname',
+        5      => 'Your e-mail-adress',
+        6      => 'Your message',
+        7      => 'Subject',
+        8      => 'Send',
+        9      => 'Up to 5 attachments (filesize < 5 MB)',
+    ],
+    'letter'   => [
+        1   => 'By Letter Mail',
+        2   => 'We prefer digital contact. However, if you consider it neccessary to contact us postally, you can mail us at:',
+        3   => 'SUMA-EV
 Röselerstr. 3
 30159 Hannover
 Germany',
-    'error.1'   => 'We are sorry, but unfortunately we did not receive any data with your contact request. The message was not sent.',
-    "error.2" => 'There was an error delivering your message. You can contact us directly under :email',
-    'success.1'   => 'Your message was delivered successfully. A first automatic reply was sent to :email.'
+    ],
+    'error'    => [
+        1   => 'We are sorry, but unfortunately we did not receive any data with your contact request. The message was not sent.',
+        2   => 'There was an error delivering your message. You can contact us directly under :email',
+    ],
+    'success'  => [
+        1   => 'Your message was delivered successfully. A first automatic reply was sent to :email.',
+    ],
 ];
diff --git a/metager/lang/en/lang-selector.php b/metager/lang/en/lang-selector.php
index 42381e1ec474ebc1d754b8c49d8f893e59e88ab1..037bc4f736abf5faea640d3fe13466fc0a14a9f8 100644
--- a/metager/lang/en/lang-selector.php
+++ b/metager/lang/en/lang-selector.php
@@ -1,9 +1,14 @@
 <?php
-
 return [
-    "lang" => [
-        "de" => "German",
-        "en" => "English",
-        "es" => "Spanish",
+    'lang' => [
+        'de' => 'German',
+        'en' => 'English',
+        'es' => 'Spanish',
+    ],
+    'h1'   => [
+        1   => 'Language selection',
+    ],
+    'p'    => [
+        1   => 'Below is a list of all languages/regions currently supported by MetaGer Search. Your search results will be optimized for the selected region. We are working on being available in more regions as well.',
     ],
 ];
diff --git a/metager/lang/en/languages.php b/metager/lang/en/languages.php
index c58a7536d5a678f081b42362c9e576fcebff55f9..c5896e703a8603cd4ef0ed5ad5feb414b5fcf254 100644
--- a/metager/lang/en/languages.php
+++ b/metager/lang/en/languages.php
@@ -1,15 +1,18 @@
 <?php
-
 return [
-    "header" => "MetaGer - translations",
-    "beschreibung.1" => "Thank you for your aim to playing an active part in providing MetaGer in different languages. You can see the content of a specific file as a table with -possibly- empty textfields on the left side. These are the items of which we don't have a translation yet.",
-    "beschreibung.2" => "Just type the translation of the right column in the empty field on the left side of it. You don't have to translate the name of the item, the #ID.",
-    "progress" => ":uebersetzteTexte/:textCount snippets translated (:percentage%)",
-    "hinweis.1" => "Please click \"Submit data\" when finished. You don't have to translate all items.",
-    "hinweis.2" => "<b>Hint</b>: You won't see your translations until we checked and inserted it. Save your work by setting a bookmark.",
-    "hinweis.3" => "<b>Note</b>: We publish the hole content of your work on  a<a href=\"https://gitlab.metager.de/open-source/MetaGer\" target=\"_blank\" rel=\"noopener\">Publication</a>. This is subject to a AGPL-v3-License. You agree with clicking the \"Submit data\" button.",
-    "email" => "<b>Email address for possible inquiries</b> (optional):",
-    "synoptic" => [
-        "hinweis" => "Last modified:",
+    'header'       => 'MetaGer - translations',
+    'beschreibung' => [
+        1   => 'Thank you for your aim to playing an active part in providing MetaGer in different languages. You can see the content of a specific file as a table with -possibly- empty textfields on the left side. These are the items of which we don\'t have a translation yet.',
+        2   => 'Just type the translation of the right column in the empty field on the left side of it. You don\'t have to translate the name of the item, the #ID.',
+    ],
+    'progress'     => ':uebersetzteTexte/:textCount snippets translated (:percentage%)',
+    'hinweis'      => [
+        1   => 'Please click "Submit data" when finished. You don\'t have to translate all items.',
+        2   => '<b>Hint</b>: You won\'t see your translations until we checked and inserted it. Save your work by setting a bookmark.',
+        3   => '<b>Note</b>: We publish the hole content of your work on  a<a href="https://gitlab.metager.de/open-source/MetaGer" target="_blank" rel="noopener">Publication</a>. This is subject to a AGPL-v3-License. You agree with clicking the "Submit data" button.',
+    ],
+    'email'        => '<b>Email address for possible inquiries</b> (optional):',
+    'synoptic'     => [
+        'hinweis' => 'Last modified:',
     ],
 ];
diff --git a/metager/lang/en/metaGer.php b/metager/lang/en/metaGer.php
index fd84adb28599b9254128f1351421972acf63eac2..7b184e50fa1fa9167cd8ed3851ce5d0600ef9e85 100644
--- a/metager/lang/en/metaGer.php
+++ b/metager/lang/en/metaGer.php
@@ -1,148 +1,148 @@
 <?php
-
 return [
-    'results.failed' => 'Unfortunately we have no results for your search.',
-    'results.failedSitesearch' => 'Unfortunately we have no results for your search. This might be the case because your current search is restricted to the website ":site". If you want to remove this restriction, click here: <a href=":altSearch">New Search</a>',
-
-    'settings.noneSelected' => 'Attention: you did not choose any search engine.',
-
-    'engines.noParser' => 'There is an error: Requesting \":engine\" failed. Please report to our <a href=\"/en/kontakt\">contact form</a>',
-    'engines.noSpecialSearch' => 'There was no search engine supporting one of your filter options. Filters currently active: ":filter".',
-
-    'formdata.cantLoad' => 'Could not find suma-file',
-    'formdata.noSearch' => 'Attention: you did not type in any search word/s. Please type search words and try again',
-    'formdata.dartEurope' => 'Hint: you have activated Dart-Europe. Therefore the response time might be longer and is set to 10 sec',
-    'formdata.hostBlacklist' => 'Results of the following domains will not be shown: \":host\"',
-    'formdata.hostBlacklistCount' => 'Results of :count hosts will not be shown.',
-    'formdata.domainBlacklist' => 'These domains get ignored: \":domain\"',
-    'formdata.domainBlacklistCount' => 'Results of :count domains will not be shown.',
-    'formdata.urlBlacklist' => 'Results containing \":url\" are not shown.',
-    'formdata.stopwords' => 'You have excluded results with the following words: \":stopwords\"',
-    'formdata.phrase' => 'You are doing a string search: :phrase',
-
-    'sitesearch.failed' => 'You intend to do a site search on :site. Unfortunately the chosen search engines do not support that. You can do a site search <a href=\":searchLink\">here</a> within the Web focus',
-    'sitesearch.success' => 'You are doing a site search. Only results of the website <a href=\"http://:site\" target=\"_blank\" rel=\"noopener\">\":site\"</a> will be shown.',
-    'feedback' => 'Not what you were looking for? Give us feedback: ',
-
-    'results' => "Results",
-    'filter.noFilter' => 'Any',
-    'filter.reset' => 'Reset filter',
-
-    'filter.sitesearch' => 'Sitesearch',
-    'filter.safesearch' => "Safe Search",
-    'filter.safesearch.strict' => 'Strict',
-    'filter.safesearch.moderate' => 'Moderate',
-    'filter.safesearch.off' => 'Off',
-    'filter.size' => 'Image size',
-    'filter.size.small' => 'Small',
-    'filter.size.medium' => 'Medium',
-    'filter.size.large' => 'Large',
-    'filter.size.xtralarge' => 'Extra large',
-
-    "filter.color" => "Colour",
-    "filter.color.colorOnly" => "Only coloured",
-    "filter.color.monochrome" => "Black and white",
-    "filter.color.black" => "Black",
-    "filter.color.blue" => "Blue",
-    "filter.color.brown" => "Brown",
-    "filter.color.gray" => "Grey",
-    "filter.color.green" => "Green",
-    "filter.color.orange" => "Orange",
-    "filter.color.pink" => "Pink",
-    "filter.color.purple" => "Purple",
-    "filter.color.red" => "Red",
-    "filter.color.teal" => "Teal",
-    "filter.color.white" => "White",
-    "filter.color.yellow" => "Yellow",
-
-    "filter.imagetype" => "Type",
-    "filter.imagetype.photo" => "Photo",
-    "filter.imagetype.clipart" => "Graphic",
-    "filter.imagetype.strich" => "Line drawing",
-    "filter.imagetype.gif" => "Animated GIF",
-    "filter.imagetype.transparent" => "Transparent",
-
-    "filter.imageaspect" => "Layout",
-    "filter.imageaspect.square" => "Rectangle",
-    "filter.imageaspect.wide" => "Wide",
-    "filter.imageaspect.tall" => "Portrait",
-
-    "filter.imagecontent" => "People",
-    "filter.imagecontent.face" => "Close look",
-    "filter.imagecontent.portrait" => "Head & Shoulders",
-
-    "filter.imagelicense" => "License",
-    "filter.imagelicense.any" => "Unselected",
-    "filter.imagelicense.public" => "Public Domain",
-    "filter.imagelicense.share" => "Share",
-    "filter.imagelicense.sharecommercially" => "Share (commercially)",
-    "filter.imagelicense.modify" => "Modify",
-    "filter.imagelicense.modifycommercially" => "Modify (commercially)",
-
-    "filter.freshness" => "Date",
-    "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)",
-    "filter.market.gg" => "German (Germany)",
-    "filter.market.gs" => "German (Switzerland)",
-    "filter.market.ea" => "English (Australia)",
-    "filter.market.ec" => "English (Canada)",
-    "filter.market.ei" => "English (India)",
-    "filter.market.eir" => "English (Ireland)",
-    "filter.market.ein" => "English (Indonesia)",
-    "filter.market.em" => "English (Malaysia)",
-    "filter.market.enz" => "English (New Zealand)",
-    "filter.market.ep" => "English (Philippines)",
-    "filter.market.esa" => "English (South-Africa)",
-    "filter.market.euk" => "English (UK)",
-    "filter.market.eus" => "English (US)",
-    "filter.market.sa" => "Spanish (Argentina)",
-    "filter.market.sc" => "Spanish (Chile)",
-    "filter.market.sm" => "Spanish (Mexiko)",
-    "filter.market.ss" => "Spanish (Spain)",
-    "filter.market.sus" => "Spanish (US)",
-    "filter.market.fb" => "French (Belgien)",
-    "filter.market.fc" => "French (Kanada)",
-    "filter.market.ff" => "French (Frankreich)",
-    "filter.market.fs" => "French (Schweiz)",
-    "filter.market.ii" => "Italian (Italien)",
-    "filter.market.db" => "Dutch (Belgium)",
-    "filter.market.dn" => "Dutch (Netherlands)",
-    "filter.market.pp" => "Polish (Poland)",
-    "filter.market.pb" => "Portuguese (Brasil)",
-    "filter.market.dd" => "Danish (Denmark)",
-    "filter.market.fif" => "Finnish (Finland)",
-    "filter.market.nn" => "Norwegian (Norway)",
-    "filter.market.scs" => "Swedish (Sweden)",
-    "filter.market.rr" => "Russian (Russia)",
-    "filter.market.jj" => "Japanese (Japan)",
-    "filter.market.kk" => "Korean (Korea)",
-    "filter.market.tt" => "Turkish (Turkey)",
-    "filter.market.chk" => "Chinese (Hong Kong SAR)",
-    "filter.market.cc" => "Chinese (China)",
-    "filter.market.ct" => "Chinese (Taiwan)",
-
-    "filter.sort" => "Sort By",
-    "filter.sort.priceascending" => "Price (ascending)",
-    "filter.sort.pricedescending" => "Price (descending)",
-    "filter.sort.totalpriceascending" => "Total Price (ascending)",
-    "filter.sort.totalpricedescending" => "Total Price (descending)",
-
-    "filter.rabate" => "Min. Rabate",
-
-    "filter.count" => "Count",
-    "filter.skip" => "Skip",
-    "filter.min" => "Minimum sleep (in s)",
-    "filter.max" => "Maximum sleep (in s)",
-
-    "settings" => "Settings",
-
-    "ads.own.title" => "Support MetaGer",
-    "ads.own.description" => "With your donation you support the maintenance and further development of the independent search engine metager.de and the work of the non-profit association SUMA-EV.",
+    'results'    => 'Results',
+    'settings'   => 'Settings',
+    'engines'    => [
+        'noParser'        => 'There is an error: Requesting \\":engine\\" failed. Please report to our <a href=\\"/en/kontakt\\">contact form</a>',
+        'noSpecialSearch' => 'There was no search engine supporting one of your filter options. Filters currently active: ":filter".',
+    ],
+    'formdata'   => [
+        'cantLoad'             => 'Could not find suma-file',
+        'noSearch'             => 'Attention: you did not type in any search word/s. Please type search words and try again',
+        'dartEurope'           => 'Hint: you have activated Dart-Europe. Therefore the response time might be longer and is set to 10 sec',
+        'hostBlacklist'        => 'Results of the following domains will not be shown: \\":host\\"',
+        'hostBlacklistCount'   => 'Results of :count hosts will not be shown.',
+        'domainBlacklist'      => 'These domains get ignored: \\":domain\\"',
+        'domainBlacklistCount' => 'Results of :count domains will not be shown.',
+        'urlBlacklist'         => 'Results containing \\":url\\" are not shown.',
+        'stopwords'            => 'You have excluded results with the following words: \\":stopwords\\"',
+        'phrase'               => 'You are doing a string search: :phrase',
+    ],
+    'sitesearch' => [
+        'failed'  => 'You intend to do a site search on :site. Unfortunately the chosen search engines do not support that. You can do a site search <a href=\\":searchLink\\">here</a> within the Web focus',
+        'success' => 'You are doing a site search. Only results of the website <a href=\\"http://:site\\" target=\\"_blank\\" rel=\\"noopener\\">\\":site\\"</a> will be shown.',
+    ],
+    'feedback'   => 'Not what you were looking for? Give us feedback: ',
+    'filter'     => [
+        'noFilter'        => 'Any',
+        'reset'           => 'Reset filter',
+        'sitesearch'      => 'Sitesearch',
+        'safesearch'      => [
+            'strict'   => 'Strict',
+            'moderate' => 'Moderate',
+            'off'      => 'Off',
+        ],
+        'size'            => [
+            'small'     => 'Small',
+            'medium'    => 'Medium',
+            'large'     => 'Large',
+            'xtralarge' => 'Extra large',
+        ],
+        'color'           => [
+            'colorOnly'  => 'Only coloured',
+            'monochrome' => 'Black and white',
+            'black'      => 'Black',
+            'blue'       => 'Blue',
+            'brown'      => 'Brown',
+            'gray'       => 'Grey',
+            'green'      => 'Green',
+            'orange'     => 'Orange',
+            'pink'       => 'Pink',
+            'purple'     => 'Purple',
+            'red'        => 'Red',
+            'teal'       => 'Teal',
+            'white'      => 'White',
+            'yellow'     => 'Yellow',
+        ],
+        'imagetype'       => [
+            'photo'       => 'Photo',
+            'clipart'     => 'Graphic',
+            'strich'      => 'Line drawing',
+            'gif'         => 'Animated GIF',
+            'transparent' => 'Transparent',
+        ],
+        'imageaspect'     => [
+            'square' => 'Rectangle',
+            'wide'   => 'Wide',
+            'tall'   => 'Portrait',
+        ],
+        'imagecontent'    => [
+            'face'     => 'Close look',
+            'portrait' => 'Head & Shoulders',
+        ],
+        'imagelicense'    => [
+            'any'                => 'Unselected',
+            'public'             => 'Public Domain',
+            'share'              => 'Share',
+            'sharecommercially'  => 'Share (commercially)',
+            'modify'             => 'Modify',
+            'modifycommercially' => 'Modify (commercially)',
+        ],
+        'freshness'       => [
+            'day'    => 'Last 24h',
+            'week'   => 'Last week',
+            'month'  => 'Last month',
+            'year'   => 'Last year',
+            'custom' => 'Customized',
+        ],
+        'customdatetitle' => 'Pick customized date',
+        'market'          => [
+            'ga'  => 'German (Austria)',
+            'gg'  => 'German (Germany)',
+            'gs'  => 'German (Switzerland)',
+            'ea'  => 'English (Australia)',
+            'ec'  => 'English (Canada)',
+            'ei'  => 'English (India)',
+            'eir' => 'English (Ireland)',
+            'ein' => 'English (Indonesia)',
+            'em'  => 'English (Malaysia)',
+            'enz' => 'English (New Zealand)',
+            'ep'  => 'English (Philippines)',
+            'esa' => 'English (South-Africa)',
+            'euk' => 'English (UK)',
+            'eus' => 'English (US)',
+            'sa'  => 'Spanish (Argentina)',
+            'sc'  => 'Spanish (Chile)',
+            'sm'  => 'Spanish (Mexiko)',
+            'ss'  => 'Spanish (Spain)',
+            'sus' => 'Spanish (US)',
+            'fb'  => 'French (Belgien)',
+            'fc'  => 'French (Kanada)',
+            'ff'  => 'French (Frankreich)',
+            'fs'  => 'French (Schweiz)',
+            'ii'  => 'Italian (Italien)',
+            'db'  => 'Dutch (Belgium)',
+            'dn'  => 'Dutch (Netherlands)',
+            'pp'  => 'Polish (Poland)',
+            'pb'  => 'Portuguese (Brasil)',
+            'dd'  => 'Danish (Denmark)',
+            'fif' => 'Finnish (Finland)',
+            'nn'  => 'Norwegian (Norway)',
+            'scs' => 'Swedish (Sweden)',
+            'rr'  => 'Russian (Russia)',
+            'jj'  => 'Japanese (Japan)',
+            'kk'  => 'Korean (Korea)',
+            'tt'  => 'Turkish (Turkey)',
+            'chk' => 'Chinese (Hong Kong SAR)',
+            'cc'  => 'Chinese (China)',
+            'ct'  => 'Chinese (Taiwan)',
+        ],
+        'sort'            => [
+            'priceascending'       => 'Price (ascending)',
+            'pricedescending'      => 'Price (descending)',
+            'totalpriceascending'  => 'Total Price (ascending)',
+            'totalpricedescending' => 'Total Price (descending)',
+        ],
+        'rabate'          => 'Min. Rabate',
+        'count'           => 'Count',
+        'skip'            => 'Skip',
+        'min'             => 'Minimum sleep (in s)',
+        'max'             => 'Maximum sleep (in s)',
+    ],
+    'ads'        => [
+        'own' => [
+            'title'       => 'Support MetaGer',
+            'description' => 'With your donation you support the maintenance and further development of the independent search engine metager.de and the work of the non-profit association SUMA-EV.',
+        ],
+    ],
 ];
diff --git a/metager/lang/en/metaGerSearch.php b/metager/lang/en/metaGerSearch.php
index 2c6ab0d18d6e8d94988ca4f2998c9d85bf0c1a71..b16f0be36729a1f686fedc620fb3bc476a8c374c 100644
--- a/metager/lang/en/metaGerSearch.php
+++ b/metager/lang/en/metaGerSearch.php
@@ -1,10 +1,19 @@
 <?php
-
 return [
-    "quicktips.wikipedia.adress" => "from <a href=\"https://en.wikipedia.org\" target=\"_blank\" rel=\"noopener\"> Wikipedia, The Free Encyclopedia</a>",
-    "quicktips.dictcc.adress"    => 'from <a href="https://www.dict.cc/" target="_blank" rel="noopener">dict.cc</a>',
-    "quicktips.tips.title"       => "Did you know?",
-    'quicktips.bang.title'       => '!bang redirect',
-    'quicktips.bang.buttonlabel' => 'Continue to',
-    'quicktips.bang.from'        => 'from',
+    'quicktips' => [
+        'wikipedia' => [
+            'adress' => 'from <a href="https://en.wikipedia.org" target="_blank" rel="noopener"> Wikipedia, The Free Encyclopedia</a>',
+        ],
+        'dictcc'    => [
+            'adress' => 'from <a href="https://www.dict.cc/" target="_blank" rel="noopener">dict.cc</a>',
+        ],
+        'tips'      => [
+            'title' => 'Did you know?',
+        ],
+        'bang'      => [
+            'title'       => '!bang redirect',
+            'buttonlabel' => 'Continue to',
+            'from'        => 'from',
+        ],
+    ],
 ];
diff --git a/metager/lang/en/mg-story.php b/metager/lang/en/mg-story.php
index 5e5d38f49affa3d18ac4c808fcb4b996c1c251a8..aaac6a9e0ae670c4cc3d789c847c03f05108b68e 100644
--- a/metager/lang/en/mg-story.php
+++ b/metager/lang/en/mg-story.php
@@ -1,33 +1,50 @@
 <?php
-
 return [
-    'four-reasons' => 'Four 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' => 'Privacy Policy',
-    'privacy.p' => 'By using MetaGer you retain full control over your data. Our anonymizing proxy keeps you protected even when you continue surfing. We don\'t track.',
-    'btn-SUMA-EV' => 'SUMA-EV',
-    'btn-donate' => 'Donation Form',
-    'btn-member' => 'Member Form',
+    'four-reasons'         => 'Four reasons to use MetaGer',
+    'privacy'              => [
+        'image' => [
+            'alt' => 'lock',
+        ],
+        'title' => 'Guaranteed Privacy',
+        'p'     => 'By using MetaGer you retain full control over your data. Our anonymizing proxy keeps you protected even when you continue surfing. We don\'t track.',
+    ],
+    'ngo'                  => [
+        'title' => 'Run by a Nonprofit Organization',
+        'image' => [
+            'alt' => 'Heart',
+        ],
+        '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!',
+    ],
+    'diversity'            => [
+        'title' => 'Diverse & Free',
+        'image' => [
+            'alt' => 'Rainbow',
+        ],
+        '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.',
+    ],
+    'eco'                  => [
+        'title' => '100% Renewable Energy',
+        'image' => [
+            'alt' => 'green leaf',
+        ],
+        'p'     => 'Sustainability and efficient use of resources are important to us. All of our services are run using renewable energy. From the server to the coffee machine.',
+    ],
+    'btn-about-us'         => 'About Us',
+    'btn-data-protection'  => 'Privacy Policy',
+    'btn-SUMA-EV'          => 'SUMA-EV',
+    'btn-donate'           => 'Donation Form',
+    'btn-member'           => 'Member Form',
     'btn-member-advantage' => 'Membership',
-    '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 efficient 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',
-
+    'btn-mg-code'          => 'Metager Source Code',
+    'btn-mg-algorithm'     => 'Our Algorithm',
+    'btn-more'             => 'More',
+    'plugin'               => [
+        'title'   => 'Install MetaGer Now',
+        'btn-add' => 'Add MetaGer Plugin',
+        'btn-app' => 'MetaGer App',
+        'image'   => [
+            'alt' => 'Metager Apps',
+        ],
+        'p'       => 'Use our plugin to install MetaGer as your search engine. You can comfortably use the MetaGer app on your smartphone.',
+    ],
 ];
diff --git a/metager/lang/en/pagination.php b/metager/lang/en/pagination.php
index fcab34b253172b61762a9cb6a343299977cb564e..98cc6eec100efa71857efe99d0572ad88922b99d 100644
--- a/metager/lang/en/pagination.php
+++ b/metager/lang/en/pagination.php
@@ -1,19 +1,5 @@
 <?php
-
 return [
-
-    /*
-    |--------------------------------------------------------------------------
-    | Pagination Language Lines
-    |--------------------------------------------------------------------------
-    |
-    | The following language lines are used by the paginator library to build
-    | the simple pagination links. You are free to change them to anything
-    | you want to customize your views to better match your application.
-    |
-    */
-
     'previous' => '&laquo; Previous',
     'next'     => 'Next &raquo;',
-
 ];
diff --git a/metager/lang/en/partnershops.php b/metager/lang/en/partnershops.php
index 40cbd8d7c2e0b40b140c19718b603e2d4eb280ba..64657bb6836fd9266a621e5ea6a923fea8134a43 100644
--- a/metager/lang/en/partnershops.php
+++ b/metager/lang/en/partnershops.php
@@ -1,8 +1,9 @@
 <?php
-
 return [
-    'heading'     => "MetaGer-Partnershop",
-    'paragraph.1' => "Whenever you see results with a label that says 'Partnershop', this is just a regular result. It is not ranked differently or prefered.",
-    'paragraph.2' => 'If the link is clicked, we receive a small amount to fund MetaGer. The corresponding company logo is displayed in the result. You can always recognize our partner shops by this. If you click on such a result, you will be directed to one of our services. This then communicates with our advertising network to generate an affiliate link. Then we will redirect you to the target website. If you want to avoid this, you can click on "open anonymously" in MetaGer, or "more => open directly". However, we will then not receive any contribution to the financing of MetaGer. We would then ask you for a <a href=":link">donation</a> so that we can further develop and operate MetaGer as an independent alternative in a non-profit association.',
-    'paragraph.3' => 'SUMA-EV members may use our ad-free search. <a href=":link">Become a Member</a>',
+    'heading'   => 'MetaGer-Partnershop',
+    'paragraph' => [
+        1   => 'Whenever you see results with a label that says \'Partnershop\', this is just a regular result. It is not ranked differently or prefered.',
+        2   => 'If the link is clicked, we will receive a small amount to finance MetaGer. The corresponding company logo is displayed with the result. You can always recognize our partner shops by this. If you click on such a result, you will be directed to one of our services "direct.metager.de". This then communicates with our advertising network in order to generate an affiliate link. No user data will be passed on. We will then redirect you directly to the target website. If you want to avoid this, you can click on "Open anonymously" at MetaGer. However, we will then not receive any contribution to the financing of MetaGer. We then ask for a <a href=":link"> donation </a> so that we can continue to develop and operate MetaGer as an independent alternative in a non-profit organization.',
+        3   => 'SUMA-EV members may use our ad-free search. <a href=":link">Become a Member</a>',
+    ],
 ];
diff --git a/metager/lang/en/passwords.php b/metager/lang/en/passwords.php
index e5544d2016657f3b661a279f89194440ea7ba256..c8064c2ec95666432362e54aee11c27e9ffe1681 100644
--- a/metager/lang/en/passwords.php
+++ b/metager/lang/en/passwords.php
@@ -1,22 +1,8 @@
 <?php
-
 return [
-
-    /*
-    |--------------------------------------------------------------------------
-    | Password Reset Language Lines
-    |--------------------------------------------------------------------------
-    |
-    | The following language lines are the default lines which match reasons
-    | that are given by the password broker for a password update attempt
-    | has failed, such as for an invalid token or invalid new password.
-    |
-    */
-
     'password' => 'Passwords must be at least six characters and match the confirmation.',
-    'reset' => 'Your password has been reset!',
-    'sent' => 'We have e-mailed your password reset link!',
-    'token' => 'This password reset token is invalid.',
-    'user' => "We can't find a user with that e-mail address.",
-
+    'reset'    => 'Your password has been reset!',
+    'sent'     => 'We have e-mailed your password reset link!',
+    'token'    => 'This password reset token is invalid.',
+    'user'     => 'We can\'t find a user with that e-mail address.',
 ];
diff --git a/metager/lang/en/plugin-desktop/desktop-chrome.php b/metager/lang/en/plugin-desktop/desktop-chrome.php
index 80d300154d988bacd7f3964b6ee9760f19bb21c0..8cc073bd29b6ac764de48b59c2346bca153fe747 100644
--- a/metager/lang/en/plugin-desktop/desktop-chrome.php
+++ b/metager/lang/en/plugin-desktop/desktop-chrome.php
@@ -1,22 +1,24 @@
 <?php
-    return[
-        
-        //Instructions for Chrome version 49-52
-        'default-search-v49.1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/menu.svg">" and choose "Settings".',
-        'default-search-v49.2' => 'Under "Search" click the button "Manage search engines...".',
-        'default-search-v49.3' => 'Move your mouse over the "MetaGer" entry and click on "Make Default".',
-        //Instructions for Chrome version 53-58
-        'default-search-v53.1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis.svg">" and choose "Settings".',
-        'default-search-v53.2' => 'Under "Search" click the button "Manage search engines...".',
-        'default-search-v53.3' => 'Move your mouse over the "MetaGer" entry and click on "Make Default".',
-        
-        //Instructions for Chrome version >=59
-        'default-search-v59.1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis.svg">" and choose "Settings".',
-        'default-search-v59.2' => 'Under "Search engine" click the button "Manage search engines".',
-        'default-search-v59.3' => 'Click on "<img class= "mg-icon" src="/img/ellipsis.svg">" next to the MetaGer entry and choose "Make default".',
-
-        'default-page-v49.1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis.svg">" and choose "Settings".',
-        'default-page-v49.2' => 'Under "On startup" choose "Open a specific page or set of pages." and click "Set pages".',
-        'default-page-v49.3' => 'Enter ":link" as URL and click OK.',
-        'default-page-v49.4' => 'Hint: Every listed page in this window will be opened on startup. You can remove entries by moving your mouse over them and click "x".',
-    ];
\ No newline at end of file
+return [
+    'default-search-v49' => [
+        1   => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/menu.svg">" and choose "Settings".',
+        2   => 'Under "Search" click the button "Manage search engines...".',
+        3   => 'Move your mouse over the "MetaGer" entry and click on "Make Default".',
+    ],
+    'default-search-v53' => [
+        1   => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis.svg">" and choose "Settings".',
+        2   => 'Under "Search" click the button "Manage search engines...".',
+        3   => 'Move your mouse over the "MetaGer" entry and click on "Make Default".',
+    ],
+    'default-search-v59' => [
+        1   => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis.svg">" and choose "Settings".',
+        2   => 'Under "Search engine" click the button "Manage search engines".',
+        3   => 'Click on "<img class= "mg-icon" src="/img/ellipsis.svg">" next to the MetaGer entry and choose "Make default".',
+    ],
+    'default-page-v49'   => [
+        1   => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis.svg">" and choose "Settings".',
+        2   => 'Under "On startup" choose "Open a specific page or set of pages." and click "Set pages".',
+        3   => 'Enter ":link" as URL and click OK.',
+        4   => 'Hint: Every listed page in this window will be opened on startup. You can remove entries by moving your mouse over them and click "x".',
+    ],
+];
diff --git a/metager/lang/en/plugin-desktop/desktop-edge.php b/metager/lang/en/plugin-desktop/desktop-edge.php
index f24578ba6eb7356218e331d1180d560a18d9f3e1..db950cc5f0916aeb9b62fd45f5e6d52039f43613 100644
--- a/metager/lang/en/plugin-desktop/desktop-edge.php
+++ b/metager/lang/en/plugin-desktop/desktop-edge.php
@@ -1,28 +1,29 @@
 <?php
-    return[
-
-        //Instructions for Edge version 15-17
-        'default-search-v15.1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Settings".',
-        'default-search-v15.2' => 'Scroll down and click "Advanced settings".',
-        'default-search-v15.3' => 'Scroll down again and under "Search in the address bar with" click "Change search engine".',
-        'default-search-v15.4' => 'Choose "MetaGer: privacy protected search & find" and click "Set as default".',
-
-        //Instructions for Edge version 18
-        'default-search-v18.1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Settings".',
-        'default-search-v18.2' => 'Click on "advanced" on the left side of the new menu',
-        'default-search-v18.3' => 'Scroll down and under "Address bar search" click "Change search provider".',
-        'default-search-v18.4' => 'Choose "MetaGer: privacy protected search & find" and click "Set as default".',
-
-        //Instructions for Edge version >= 80
-        'default-search-v80.1' => 'Open a new tab and enter "edge://settings/searchEngines" in your address bar to access the search engine settings.',
-        'default-search-v80.2' => 'Click on "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" next to the MetaGer entry and choose "Make default".',
-
-        'default-page-v15.1' => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Settings".',
-        'default-page-v15.2' => 'Choose under "Open Microsoft Edge with" "A specific page or pages" and enter ":link".',
-        'default-page-v15.3' => 'By clicking "<img class= "mg-icon" src="/img/icon-lupe.svg">" you add MetaGer to the start up list.',
-
-        'default-page-v80.1' => 'Open a new tab and enter "edge://settings/onStartup" in your address bar to access the start-up settings',
-        'default-page-v80.2' => 'Choose "Open a specific page or pages" and enter ":link" as URL in "Add a new page" ein. Click "Add".',
-        'default-page-v80.3' => 'Hint: Every listed page in this window will be opened on startup. You can remove entries by moving your mouse over them, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Delete".',
-
-    ];
+return [
+    'default-search-v15' => [
+        1   => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Settings".',
+        2   => 'Scroll down and click "Advanced settings".',
+        3   => 'Scroll down again and under "Search in the address bar with" click "Change search engine".',
+        4   => 'Choose "MetaGer: privacy protected search & find" and click "Set as default".',
+    ],
+    'default-search-v18' => [
+        1   => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Settings".',
+        2   => 'Click on "advanced" on the left side of the new menu',
+        3   => 'Scroll down and under "Address bar search" click "Change search provider".',
+        4   => 'Choose "MetaGer: privacy protected search & find" and click "Set as default".',
+    ],
+    'default-search-v80' => [
+        1   => 'Open a new tab and enter "edge://settings/searchEngines" in your address bar to access the search engine settings.',
+        2   => 'Click on "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" next to the MetaGer entry and choose "Make default".',
+    ],
+    'default-page-v15'   => [
+        1   => 'Navigate to the top right corner of your browser, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Settings".',
+        2   => 'Choose under "Open Microsoft Edge with" "A specific page or pages" and enter ":link".',
+        3   => 'By clicking "<img class= "mg-icon" src="/img/icon-lupe.svg">" you add MetaGer to the start up list.',
+    ],
+    'default-page-v80'   => [
+        1   => 'Open a new tab and enter "edge://settings/onStartup" in your address bar to access the start-up settings',
+        2   => 'Choose "Open a specific page or pages" and enter ":link" as URL in "Add a new page" ein. Click "Add".',
+        3   => 'Hint: Every listed page in this window will be opened on startup. You can remove entries by moving your mouse over them, click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" and choose "Delete".',
+    ],
+];
diff --git a/metager/lang/en/plugin-desktop/desktop-firefox.php b/metager/lang/en/plugin-desktop/desktop-firefox.php
index 6fc9254356daa813aab3a8de6706c7efbdc739a2..1567c78c30df1ace31ab9fdcef1086d900f701dd 100644
--- a/metager/lang/en/plugin-desktop/desktop-firefox.php
+++ b/metager/lang/en/plugin-desktop/desktop-firefox.php
@@ -1,37 +1,36 @@
 <?php
-    return[
-
-        //Instructions for Firefox version 52-56
-        'default-search-v52.1' => 'Navigate to the top right corner and click next to the address bar on the magnifier icon.',
-        'default-search-v52.2' => 'In the new menu click "Add MetaGer ..."',
-        'default-search-v52.3' => 'Enter "about:preferences#search" in your address bar to access the search settings.',
-        'default-search-v52.4' => 'Choose MetaGer from the dropdown menu under "Default Search Engine".',
-
-        //Instructions for Firefox version 57-60
-        'default-search-v57.1' => 'Open a new tab and enter "about:preferences#search" to access the "Search" settings.',
-        'default-search-v57.2' => 'Under "Search Bar" choose "Add search bar in toolbar".',
-        'default-search-v57.3' => 'Go back to the MetaGer tab and click on the magnifier on the right next to the address bar.',
-        'default-search-v57.4' => 'In the new menu click "Add MetaGer ..."',
-        'default-search-v57.5' => 'Go back to the Settings tab. Choose "MetaGer" from the dropdown menu under "Default Search Engine".',
-
-        //Instructions for Firefox version >= 61
-        'plugin' => 'You can download our plugin <a href="https://addons.mozilla.org/en-US/firefox/addon/metager-searchengine/" target="_blank">here</a>.',
-        'default-search-v61.1' => 'Alternatively click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" on the right side in your address bar and choose "Add Search Engine".',
-        'default-search-v61.2' => 'Enter "about:preferences#search" in the address bar. Choose MetaGer from the dropdown menu under "Default Search Engine".',
-
-        //Instructions for Firefox version 52-60
-        'default-page-v52.1' => 'Navigate to the top right corner, click "<img class= "mg-icon" src="/img/menu.svg">" and choose "Options".',
-        'default-page-v52.2' => 'Under "Home page" enter ":link" .',
-
-        //Instructions for Firefox version >= 61
-        'default-page-v61.1' => 'Navigate to the top right corner, click "<img class= "mg-icon" src="/img/menu.svg">" and choose "Options".',
-        'default-page-v61.2' => 'Choose "Home" on the left side.',
-        'default-page-v61.3' => 'Under "New Windows and Tabs" click on the dropdown menu next to "Homepage and new windows" and choose "Custom URLs...".',
-        'default-page-v61.4' => 'In the new text field enter ":link" .',
-
-        //Instructions for Firefox version >= 89
-        'default-search-v89.1' => 'Alternatively, right-click in the address bar at the top of your browser and then click Add "MetaGer: privacy protected search & find". MetaGer is now installed as an available search engine.',
-        'default-search-v89.2' => 'Click on the top right of the browser on <img class= "mg-icon" src="/img/menu.svg"> and open the "Settings".',
-        'default-search-v89.3' => 'Under "Search" click on the drop-down menu at "Default Search Engine" and select "MetaGer (en)".',
-
-    ];
+return [
+    'default-search-v52' => [
+        1   => 'Navigate to the top right corner and click next to the address bar on the magnifier icon.',
+        2   => 'In the new menu click "Add MetaGer ..."',
+        3   => 'Enter "about:preferences#search" in your address bar to access the search settings.',
+        4   => 'Choose MetaGer from the dropdown menu under "Default Search Engine".',
+    ],
+    'default-search-v57' => [
+        1   => 'Open a new tab and enter "about:preferences#search" to access the "Search" settings.',
+        2   => 'Under "Search Bar" choose "Add search bar in toolbar".',
+        3   => 'Go back to the MetaGer tab and click on the magnifier on the right next to the address bar.',
+        4   => 'In the new menu click "Add MetaGer ..."',
+        5   => 'Go back to the Settings tab. Choose "MetaGer" from the dropdown menu under "Default Search Engine".',
+    ],
+    'plugin'             => 'You can download our plugin <a href="https://addons.mozilla.org/en-US/firefox/addon/metager-searchengine/" target="_blank">here</a>.',
+    'default-search-v61' => [
+        1   => 'Alternatively click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" on the right side in your address bar and choose "Add Search Engine".',
+        2   => 'Enter "about:preferences#search" in the address bar. Choose MetaGer from the dropdown menu under "Default Search Engine".',
+    ],
+    'default-page-v52'   => [
+        1   => 'Navigate to the top right corner, click "<img class= "mg-icon" src="/img/menu.svg">" and choose "Options".',
+        2   => 'Under "Home page" enter ":link" .',
+    ],
+    'default-page-v61'   => [
+        1   => 'Navigate to the top right corner, click "<img class= "mg-icon" src="/img/menu.svg">" and choose "Options".',
+        2   => 'Choose "Home" on the left side.',
+        3   => 'Under "New Windows and Tabs" click on the dropdown menu next to "Homepage and new windows" and choose "Custom URLs...".',
+        4   => 'In the new text field enter ":link" .',
+    ],
+    'default-search-v89' => [
+        1   => 'Alternatively, right-click in the address bar at the top of your browser and then click Add "MetaGer: privacy protected search & find". MetaGer is now installed as an available search engine.',
+        2   => 'Click on the top right of the browser on <img class= "mg-icon" src="/img/menu.svg"> and open the "Settings".',
+        3   => 'Under "Search" click on the drop-down menu at "Default Search Engine" and select "MetaGer (en)".',
+    ],
+];
diff --git a/metager/lang/en/plugin-desktop/desktop-ie.php b/metager/lang/en/plugin-desktop/desktop-ie.php
index 539b4ecf7e7c3ee6bbfae8cff0288c4107d9ca41..a1012018e7520d94cd33f4c7ac30a93c044cf9f4 100644
--- a/metager/lang/en/plugin-desktop/desktop-ie.php
+++ b/metager/lang/en/plugin-desktop/desktop-ie.php
@@ -1,18 +1,19 @@
 <?php
-    return[
-
-        //Instructions for IE 9-10
-        'default-search-v9.1' => 'Click <a href="javascript:window.external.addSearchProvider($(\'link[rel=search]\').attr(\'href\'));">here</a> to add MetaGer as search engine.',
-        'default-search-v9.2' => 'Check the "Make this my default search provider" box and click "Add".',
-
-        //Instructions for IE 11
-        'default-search-v11.1' => 'Click <a href="javascript:window.external.addSearchProvider($(\'link[rel=search]\').attr(\'href\'));">here</a>, to add MetaGer as search engine.',
-        'default-search-v11.2' => 'Navigate to the top right corner and click "<img class= "mg-icon" src="/img/icon-settings.svg">".',
-        'default-search-v11.3' => 'Choose "Manage Add-Ons".',
-        'default-search-v11.4' => 'On the left choose "Search Providers" and click "MetaGer" on the right.',
-        'default-search-v11.5' => 'Click "Set as default" on the bottom right corner of the window',
-
-        'default-page-v9.1' => 'Click <a href="/" target="_blank" rel="noopener">here</a> to open MetaGer in a new tab.',
-        'default-page-v9.2' => 'In the new tab click the arrow next to the <img class= "mg-icon" src="/img/home.svg"> on the top left and choose "Add or change home page".',
-        'default-page-v9.3' => 'In the popup choose "Use this webpage as your only home page" and click "Yes".',
-    ];
+return [
+    'default-search-v9'  => [
+        1   => 'Click <a href="javascript:window.external.addSearchProvider($(\'link[rel=search]\').attr(\'href\'));">here</a> to add MetaGer as search engine.',
+        2   => 'Check the "Make this my default search provider" box and click "Add".',
+    ],
+    'default-search-v11' => [
+        1   => 'Click <a href="javascript:window.external.addSearchProvider($(\'link[rel=search]\').attr(\'href\'));">here</a>, to add MetaGer as search engine.',
+        2   => 'Navigate to the top right corner and click "<img class= "mg-icon" src="/img/icon-settings.svg">".',
+        3   => 'Choose "Manage Add-Ons".',
+        4   => 'On the left choose "Search Providers" and click "MetaGer" on the right.',
+        5   => 'Click "Set as default" on the bottom right corner of the window',
+    ],
+    'default-page-v9'    => [
+        1   => 'Click <a href="/" target="_blank" rel="noopener">here</a> to open MetaGer in a new tab.',
+        2   => 'In the new tab click the arrow next to the <img class= "mg-icon" src="/img/home.svg"> on the top left and choose "Add or change home page".',
+        3   => 'In the popup choose "Use this webpage as your only home page" and click "Yes".',
+    ],
+];
diff --git a/metager/lang/en/plugin-desktop/desktop-opera.php b/metager/lang/en/plugin-desktop/desktop-opera.php
index d26e45cb2036544457ade6694bdf4ea72b6f0817..e9fa61480d30f2f98fcd0e1a867f8e184d0fc8a7 100644
--- a/metager/lang/en/plugin-desktop/desktop-opera.php
+++ b/metager/lang/en/plugin-desktop/desktop-opera.php
@@ -1,15 +1,14 @@
 <?php
-    return[
-
-        //Instructions for Opera versions >=36
-        'default-search-v36.1' => 'Right click the search bar at the end of this instruction.',
-        'default-search-v36.2' => 'Choose "Create search engine..." in the context menu.',
-        'default-search-v36.3' => 'Click "Create" in the popup.',
-        //link to desktop-unable
-
-        'default-page-v36.1' => 'Navigate to the top left corner and click "Opera" logo or "Menu" and click "Settings".',
-        'default-page-v36.2' => 'Under "On startup" choose "Open a specific page or set of pages" and click "Add a new page".',
-        'default-page-v36.3' => 'Enter ":link" as URL and click "Add".',
-        'default-page-v36.4' => 'Hint: Every listed page in this window will be opened on startup. You can remove entries by moving your mouse over them and click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">".',
-
-    ];
\ No newline at end of file
+return [
+    'default-search-v36' => [
+        1   => 'Right click the search bar at the end of this instruction.',
+        2   => 'Choose "Create search engine..." in the context menu.',
+        3   => 'Click "Create" in the popup.',
+    ],
+    'default-page-v36'   => [
+        1   => 'Navigate to the top left corner and click "Opera" logo or "Menu" and click "Settings".',
+        2   => 'Under "On startup" choose "Open a specific page or set of pages" and click "Add a new page".',
+        3   => 'Enter ":link" as URL and click "Add".',
+        4   => 'Hint: Every listed page in this window will be opened on startup. You can remove entries by moving your mouse over them and click "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">".',
+    ],
+];
diff --git a/metager/lang/en/plugin-desktop/desktop-safari.php b/metager/lang/en/plugin-desktop/desktop-safari.php
index 59813d3726ec39fce86adb3d216f2f0462332f74..a3a6600b765254cfdf4368d5cb77d93b5de723de 100644
--- a/metager/lang/en/plugin-desktop/desktop-safari.php
+++ b/metager/lang/en/plugin-desktop/desktop-safari.php
@@ -1,8 +1,8 @@
 <?php
-    return[
-
-        //link to unable
-        'default-page-v10.1' => 'Click <a href="/" target="_blank" rel="noopener">here</a> to open MetaGer in a new tab.',
-        'default-page-v10.2' => 'In the top left corner click on "Safari" and choose "Preferences".',
-        'default-page-v10.3' => 'Under "General" click the "Set to Current Page" button.'
-    ];
\ No newline at end of file
+return [
+    'default-page-v10' => [
+        1   => 'Click <a href="/" target="_blank" rel="noopener">here</a> to open MetaGer in a new tab.',
+        2   => 'In the top left corner click on "Safari" and choose "Preferences".',
+        3   => 'Under "General" click the "Set to Current Page" button.',
+    ],
+];
diff --git a/metager/lang/en/plugin-desktop/desktop-vivaldi.php b/metager/lang/en/plugin-desktop/desktop-vivaldi.php
index 2501ec8438db466c55ea3e35eeabacdfde999804..55f8316a50724829c003ceca3a77602ee7d0c7f2 100644
--- a/metager/lang/en/plugin-desktop/desktop-vivaldi.php
+++ b/metager/lang/en/plugin-desktop/desktop-vivaldi.php
@@ -1,11 +1,12 @@
 <?php
-    return[
-
-        //Instructions for Vivaldi version 3.3
-        'default-search-v3-3.1' => 'Right click the search bar at the end of this instruction',
-        'default-search-v3-3.2' => 'Choose "Add as Search Engine..." in the context menu.',
-        'default-search-v3-3.3' => 'Check the "Set as Default Search" box and click "Add" in the popup.',
-
-        'default-page-v3-3.1' => 'Navigate to the top left corner, click the "Vivaldi" logo and choose "<img class= "mg-icon" src="/img/icon-settings.svg">" "Settings" under "Tools"',
-        'default-page-v3-3.2' => 'Under "Homepage" choose  "Specific Page" and enter :link .',
-    ];
+return [
+    'default-search-v3-3' => [
+        1   => 'Right click the search bar at the end of this instruction',
+        2   => 'Choose "Add as Search Engine..." in the context menu.',
+        3   => 'Check the "Set as Default Search" box and click "Add" in the popup.',
+    ],
+    'default-page-v3-3'   => [
+        1   => 'Navigate to the top left corner, click the "Vivaldi" logo and choose "<img class= "mg-icon" src="/img/icon-settings.svg">" "Settings" under "Tools"',
+        2   => 'Under "Homepage" choose  "Specific Page" and enter :link .',
+    ],
+];
diff --git a/metager/lang/en/plugin-mobile/mobile-chrome.php b/metager/lang/en/plugin-mobile/mobile-chrome.php
index 157f155fd16a1902d63d477c90e0b6f79b952ec0..35f2673e5910b3d0b3140e03e817047c45d6ed58 100644
--- a/metager/lang/en/plugin-mobile/mobile-chrome.php
+++ b/metager/lang/en/plugin-mobile/mobile-chrome.php
@@ -1,15 +1,16 @@
 <?php
-    return[
-
-        'default-search-v83.1' => 'Tap "<img class= "mg-icon" src="/img/ellipsis.svg">" in the top right corner.',
-        'default-search-v83.2' => 'Choose "Settings".',
-        'default-search-v83.3' => 'Under "Basics" pick "Search engine".',
-        'default-search-v83.4' => 'Under "Recently Visited" choose "MetaGer".',
-        'default-search-v83.5' => 'If MetaGer does not appear in the list use the search bar at the end of this instructions and try again.',
-
-        'default-page-v83.1' => 'Tap "<img class= "mg-icon" src="/img/ellipsis.svg">" in the top right corner.',
-        'default-page-v83.2' => 'Choose "Settings".',
-        'default-page-v83.3' => 'Under "Advanced" pick "Homepage".',
-        'default-page-v83.4' => 'Choose "Enter custom web address" and enter ":link" .',
-
-    ];
+return [
+    'default-search-v83' => [
+        1   => 'Tap "<img class= "mg-icon" src="/img/ellipsis.svg">" in the top right corner.',
+        2   => 'Choose "Settings".',
+        3   => 'Under "Basics" pick "Search engine".',
+        4   => 'Under "Recently Visited" choose "MetaGer".',
+        5   => 'If MetaGer does not appear in the list use the search bar at the end of this instructions and try again.',
+    ],
+    'default-page-v83'   => [
+        1   => 'Tap "<img class= "mg-icon" src="/img/ellipsis.svg">" in the top right corner.',
+        2   => 'Choose "Settings".',
+        3   => 'Under "Advanced" pick "Homepage".',
+        4   => 'Choose "Enter custom web address" and enter ":link" .',
+    ],
+];
diff --git a/metager/lang/en/plugin-mobile/mobile-edge.php b/metager/lang/en/plugin-mobile/mobile-edge.php
index baab82440feb22854a416d2a182fd0840fc92e4a..7569f3d468492fb7808521071b52e2ac7d862475 100644
--- a/metager/lang/en/plugin-mobile/mobile-edge.php
+++ b/metager/lang/en/plugin-mobile/mobile-edge.php
@@ -1,14 +1,16 @@
 <?php
-    return[
-
-        'default-search-v45.1' => 'Tap "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" at the bottom centre to open the menu.',
-        'default-search-v45.2' => 'Choose "Settings" on the right side.',
-        'default-search-v45.3' => 'Scroll down und pick "Search" in the "Advanced" category.',
-        'default-search-v45.4' => 'Choose "Default search engine" and pick MetaGer from the "Recently Visited" list.',
-        'default-search-v45.5' => 'If MetaGer does not appear in the list use the search bar at the end of this instructions and try again.',
-
-        'default-page-v45.1' => 'Tap <a href="/" target="_blank" rel="noopener">here</a> to open MetaGer in a new Tab.',
-        'default-page-v45.2' => 'Tap "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" at the bottom centre to open the menu and choose "Settings" on the right side.',
-        'default-page-v45.3' => 'Choose "Home page" in the "Basic" category.',
-        'default-page-v45.4' => 'Choose "A specific page", tap "Use current page" and "save".',
-    ];
+return [
+    'default-search-v45' => [
+        1   => 'Tap "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" at the bottom centre to open the menu.',
+        2   => 'Choose "Settings" on the right side.',
+        3   => 'Scroll down und pick "Search" in the "Advanced" category.',
+        4   => 'Choose "Default search engine" and pick MetaGer from the "Recently Visited" list.',
+        5   => 'If MetaGer does not appear in the list use the search bar at the end of this instructions and try again.',
+    ],
+    'default-page-v45'   => [
+        1   => 'Tap <a href="/" target="_blank" rel="noopener">here</a> to open MetaGer in a new Tab.',
+        2   => 'Tap "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" at the bottom centre to open the menu and choose "Settings" on the right side.',
+        3   => 'Choose "Home page" in the "Basic" category.',
+        4   => 'Choose "A specific page", tap "Use current page" and "save".',
+    ],
+];
diff --git a/metager/lang/en/plugin-mobile/mobile-firefox-klar.php b/metager/lang/en/plugin-mobile/mobile-firefox-klar.php
index ef566a8f1128c0774f1108b76c084f9dbb9a4acf..69d457a8267b78ad9ea59af0eb0c7f8e1e0ca9ff 100644
--- a/metager/lang/en/plugin-mobile/mobile-firefox-klar.php
+++ b/metager/lang/en/plugin-mobile/mobile-firefox-klar.php
@@ -1,11 +1,5 @@
 <?php
-    return[
-
-        'search-string' => 'Search string:',
-
-        'default-search-v8-8' => 'Tap <img class= "mg-icon" src="/img/icon-settings.svg">(iOs) or <img class= "mg-icon" src="/img/ellipsis.svg">(Android) in the top right corner and choose "Settings".',
-        'default-search-v8-8' => 'Under "Search" choose "Search engine".',
-        'default-search-v8-8' => 'Tap "Add another search engine" Enter "MetaGer" as "search engine name" and "https://metager.org/meta/meta.ger3?eingabe=%s" as "Search string to use".',
-        'default-search-v8-8' => 'Be careful not to add a space at the end of the search string accidently. Otherwise Firefox Focus will not allow you to save.',
-    
-    ];
\ No newline at end of file
+return [
+    'search-string'       => 'Search string:',
+    'default-search-v8-8' => 'Be careful not to add a space at the end of the search string accidently. Otherwise Firefox Focus will not allow you to save.',
+];
diff --git a/metager/lang/en/plugin-mobile/mobile-firefox.php b/metager/lang/en/plugin-mobile/mobile-firefox.php
index 82e9a57c79c1d39781d33f20e948fcb75d8862ce..9b7b5171241764555bd03207c44ea551d01275dc 100644
--- a/metager/lang/en/plugin-mobile/mobile-firefox.php
+++ b/metager/lang/en/plugin-mobile/mobile-firefox.php
@@ -1,19 +1,18 @@
 <?php
-    return[
-
-        'search-string' => 'Search string:',
-
-        //Instructions for Firefox Mobile version < 80
-        'default-search-vlt80.1' => 'Tap and hold the search bar at the end of the instructions.',
-        'default-search-vlt80.2' => 'Choose "Add search engine" from the context menu',
-        'default-search-vlt80.3' => 'Now you can go to your browser settings and choose MetaGer as your default search engine in the section "Search".',
-
-        //Instructions for Firefox Mobile version >= 80
-        'default-search-v80.1' => 'Tap "<img class= "mg-icon" src="/img/ellipsis.svg">" in the bottom right corner.',
-        'default-search-v80.2' => 'Choose Settings.',
-        'default-search-v80.3' => 'Under "General" pick "Search".',
-        'default-search-v80.4' => 'Tap "+ Add search engine".',
-        'default-search-v80.5' => 'Choose "Other", enter "MetaGer" as name and the search string to use.',
-        'default-search-v80.6' => 'Tap ""<img class= "mg-icon" src="/img/icon-check.svg">"  in the top right corner to save.',
-        'default-search-v80.7' => 'Finally choose the MetaGer entry from the list.',
-    ];
+return [
+    'search-string'        => 'Search string:',
+    'default-search-vlt80' => [
+        1   => 'Tap and hold the search bar at the end of the instructions.',
+        2   => 'Choose "Add search engine" from the context menu',
+        3   => 'Now you can go to your browser settings and choose MetaGer as your default search engine in the section "Search".',
+    ],
+    'default-search-v80'   => [
+        1   => 'Tap "<img class= "mg-icon" src="/img/ellipsis.svg">" in the bottom right corner.',
+        2   => 'Choose Settings.',
+        3   => 'Under "General" pick "Search".',
+        4   => 'Tap "+ Add search engine".',
+        5   => 'Choose "Other", enter "MetaGer" as name and the search string to use.',
+        6   => 'Tap ""<img class= "mg-icon" src="/img/icon-check.svg">"  in the top right corner to save.',
+        7   => 'Finally choose the MetaGer entry from the list.',
+    ],
+];
diff --git a/metager/lang/en/plugin-mobile/mobile-opera.php b/metager/lang/en/plugin-mobile/mobile-opera.php
index bd1f05c7bcb8562e5a447a676927d7b194bbdd49..ec2b06a5c3df02b34b67727d571c8b1c6663f988 100644
--- a/metager/lang/en/plugin-mobile/mobile-opera.php
+++ b/metager/lang/en/plugin-mobile/mobile-opera.php
@@ -1,9 +1,9 @@
 <?php
-    return[
-
-        'default-search-v60.1' => 'Tap and hold the search bar at the end of the instruction',
-        'default-search-v60.2' => 'Choose "Add search engine...".',
-        'default-search-v60.3' => 'Tap "OK" in the popup.',
-        'default-search-v60.4' => 'Now you can choose MetaGer as search engine by tapping the icon in the top left corner of a new tab.',        
-        //link to mobile-unable
-    ];
+return [
+    'default-search-v60' => [
+        1   => 'Tap and hold the search bar at the end of the instruction',
+        2   => 'Choose "Add search engine...".',
+        3   => 'Tap "OK" in the popup.',
+        4   => 'Now you can choose MetaGer as search engine by tapping the icon in the top left corner of a new tab.',
+    ],
+];
diff --git a/metager/lang/en/plugin-page.php b/metager/lang/en/plugin-page.php
index 557aaefc6bdb6e08e9be68d0944cb01e9a84b361..ac7292380e1fc95fd944ea73e43633390d0c015b 100644
--- a/metager/lang/en/plugin-page.php
+++ b/metager/lang/en/plugin-page.php
@@ -1,33 +1,32 @@
 <?php
-
 return [
-    'open-modal' => 'Install MetaGer-Plugin',
-    'open-modal.title' => 'Add the MetaGer-Plugin to your browser',
-    'head.0' => 'Install Firefox and add MetaGer',
-    "head.1" => "Add MetaGer to your Firefox",
-    "head.2" => "Add MetaGer to your Chrome",
-    "head.3" => "Add MetaGer to your Opera",
-    "head.4" => "Add MetaGer to your Internet Explorer",
-    "head.5" => "Add MetaGer to your Microsoft Edge",
-    "head.6" => "Add MetaGer to your Safari",
-    "head.7" => "Add Metager to your Vivaldi",
-    "head.8" => "Add MetaGer to your Firefox Focus",
-    'head.9' => 'Add MetaGer to your UCBrowser',
-    'head.10' => 'Add MetaGer to your Samsung Internet',
-
-    'search-engine.1' => 'What is a default search engine?',
-    'search-engine.2' => 'With MetaGer as default searchengine you can instruct your browser to automatically use MetaGer when search queries are entered i.e. into the adress bar.',
-
-    'browser-download' => 'Download Firefox',
-    'firefox-plugin' => 'Set MetaGer as default search engine with add-on',
+    'open-modal'             => [
+        'title' => 'Add the MetaGer-Plugin to your browser',
+    ],
+    'head'                   => [
+        'Install Firefox and add MetaGer',
+        'Add MetaGer to your Firefox',
+        'Add MetaGer to your Chrome',
+        'Add MetaGer to your Opera',
+        'Add MetaGer to your Internet Explorer',
+        'Add MetaGer to your Microsoft Edge',
+        'Add MetaGer to your Safari',
+        'Add Metager to your Vivaldi',
+        'Add MetaGer to your Firefox Focus',
+        'Add MetaGer to your UCBrowser',
+        'Add MetaGer to your Samsung Internet',
+    ],
+    'search-engine'          => [
+        1   => 'What is a default search engine?',
+        2   => 'With MetaGer as default searchengine you can instruct your browser to automatically use MetaGer when search queries are entered i.e. into the adress bar.',
+    ],
+    'browser-download'       => 'Download Firefox',
+    'firefox-plugin'         => 'Set MetaGer as default search engine with add-on',
     'firefox-default-search' => 'Set MetaGer as default search engine without add-on',
-    'default-search' => 'Set MetaGer as default search engine',
-    'default-page' => 'Set MetaGer as start page',
-
-    'desktop-unable' => 'The browser you use does not offer to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
-    'mobile-unable' => 'The browser you use does not offer to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/mobile/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
-
-    'desktop-notlisted' => 'We are not aware if the browser you use offers to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
-    'mobile-notlisted' => 'We are not aware if the browser you use offers to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/mobile/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
-
-    ];
+    'default-search'         => 'Set MetaGer as default search engine',
+    'default-page'           => 'Set MetaGer as start page',
+    'desktop-unable'         => 'The browser you use does not offer to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
+    'mobile-unable'          => 'The browser you use does not offer to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/mobile/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
+    'desktop-notlisted'      => 'We are not aware if the browser you use offers to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
+    'mobile-notlisted'       => 'We are not aware if the browser you use offers to add MetaGer as (default) search engine, but you can download Firefox <a href="https://www.mozilla.org/en-US/firefox/mobile/" target="_blank" rel="noopener">here</a>, an open-source browser which provides the feature.',
+];
diff --git a/metager/lang/en/plugin.php b/metager/lang/en/plugin.php
index b5c58f0d29ab2fd5468a29b21c35a52d088bcf2f..dc812575618282b27a3e82a15a77b48526f5bb4a 100644
--- a/metager/lang/en/plugin.php
+++ b/metager/lang/en/plugin.php
@@ -1,8 +1,6 @@
 <?php
-
 return [
-    "description"	=>	"MetaGer: secure search & find, protecting privacy",
-    "production" => "MetaGer (en)",
-    "development" => "MetaGer Development (en)"
-
+    'description' => 'MetaGer: secure search & find, protecting privacy',
+    'production'  => 'MetaGer (en)',
+    'development' => 'MetaGer Development (en)',
 ];
diff --git a/metager/lang/en/quicktip.php b/metager/lang/en/quicktip.php
index 6cd1b87504abb06c5628a051da398c96986aa33d..477c9fa693392322959e35a07be4719e59862ee2 100644
--- a/metager/lang/en/quicktip.php
+++ b/metager/lang/en/quicktip.php
@@ -1,9 +1,8 @@
 <?php
-
 return [
-    "title"	=>	"MetaGer Quicktips",
-    "spende"	=>	[
-        "title"	=>	"MetaGer says THANKS!",
-        "descr"	=>	"Your support helps us to maintain MetaGer."
-    ]
-];
\ No newline at end of file
+    'title'  => 'MetaGer Quicktips',
+    'spende' => [
+        'title' => 'MetaGer says THANKS!',
+        'descr' => 'Your support helps us to maintain MetaGer.',
+    ],
+];
diff --git a/metager/lang/en/researchandtabs.php b/metager/lang/en/researchandtabs.php
index 0d10770bfe294adb4445d49a7c754a6d01342764..c5834396bef5dd22ba34ba0a75e1b1a678a65854 100644
--- a/metager/lang/en/researchandtabs.php
+++ b/metager/lang/en/researchandtabs.php
@@ -1,6 +1,7 @@
 <?php
-
 return [
-    'plugin.1' => 'Did you know that your :browser can use MetaGer as its default search engine?',
-    'plugin.2' => 'Show me how',
+    'plugin' => [
+        1   => 'Did you know that your :browser can use MetaGer as its default search engine?',
+        2   => 'Show me how',
+    ],
 ];
diff --git a/metager/lang/en/result.php b/metager/lang/en/result.php
index ccef406db3ea6848e7f39a448c74da75f2c81cc1..0ff25b67903341ddf635bc6aa7f554cd94e25633 100644
--- a/metager/lang/en/result.php
+++ b/metager/lang/en/result.php
@@ -1,20 +1,20 @@
 <?php
-
 return [
-    'options.headline'    =>    'Options',
-    'options.savetab'    =>    'Save result in TAB',
-    'options.1'            =>    'Start a new search on this domain',
-    'options.2'            =>    'Hide :host',
-    'options.3'            =>    'hide *.:domain',
-    'options.4'            =>    'partnershop',
-    'options.5'            =>    'OPEN ANONYMOUSLY',
-    'options.6'         =>  'OPEN IN NEW TAB',
-    'options.7'         =>  'OPEN',
-    'options.direct' => 'Direct open',
-    'options.more'      =>  'MORE',
-    'options.less'      =>  'LESS',
-    'gefVon'            =>  'by',
-    'advertisement'     =>  'Ad',
-    'providers'         =>  'providers',
-    'proxytext'            =>    'Result link is opened anonymously. Your data will not be transferred to destination servers. Some webpages may not work as usual.'
+    'options'       => [
+        'headline' => 'Options',
+        'savetab'  => 'Save result in TAB',
+        1          => 'Start a new search on this domain',
+        2          => 'Hide :host',
+        3          => 'hide *.:domain',
+        4          => 'partnershop',
+        5          => 'OPEN ANONYMOUSLY',
+        6          => 'OPEN IN NEW TAB',
+        7          => 'OPEN',
+        'more'     => 'MORE',
+        'less'     => 'LESS',
+    ],
+    'gefVon'        => 'by',
+    'advertisement' => 'Ad',
+    'providers'     => 'providers',
+    'proxytext'     => 'Result link is opened anonymously. Your data will not be transferred to destination servers. Some webpages may not work as usual.',
 ];
diff --git a/metager/lang/en/resultPage.php b/metager/lang/en/resultPage.php
index f133572eb6602c76b6590f9d3625484dde3fbdbc..e10b4f70f6258e521020349b6c5a68ffa3522c81 100644
--- a/metager/lang/en/resultPage.php
+++ b/metager/lang/en/resultPage.php
@@ -1,9 +1,8 @@
 <?php
-
 return [
-    "opensearch" => "MetaGer: secure search & find, protecting privacy",
-    "startseite" => "MetaGer start page",
-    "impressum" => "site notice",
+    'opensearch'         => 'MetaGer: secure search & find, protecting privacy',
+    'startseite'         => 'MetaGer start page',
+    'impressum'          => 'site notice',
     'search-placeholder' => 'Your search query...',
-    'metager3' => 'You are currently on a MetaGer test version.',
+    'metager3'           => 'You are currently on a MetaGer test version.',
 ];
diff --git a/metager/lang/en/results.php b/metager/lang/en/results.php
index 72f80d2af391ee387f2f83d2f8bd5517b0916180..12fd781e16e678dbf2df4243e4780844fcac2dcb 100644
--- a/metager/lang/en/results.php
+++ b/metager/lang/en/results.php
@@ -1,13 +1,16 @@
 <?php
-
 return [
-    "redirect" => "(with redirect)",
-    "weiter" => "more",
-    "zurueck" => "back",
-    'backtotop' => 'back to top',
-    "filter" => "Results are filtered by language: <strong>[:filter]</strong>. <a href=\":link\" target=\"_blank\">Disable this filter.</a>",
-    "filter.default" => "The interface language is set to <strong>:langName</strong> but you will receive results in <strong>ALL</strong> languages. If you want to restrict the results to a specific language, please click  <a href=\"/en/settings\" target=\"_blank\">customize</a> and choose your desired language there.",
+    'redirect'        => '(with redirect)',
+    'weiter'          => 'more',
+    'zurueck'         => 'back',
+    'backtotop'       => 'back to top',
+    'filter'          => [
+        'default' => 'The interface language is set to <strong>:langName</strong> but you will receive results in <strong>ALL</strong> languages. If you want to restrict the results to a specific language, please click  <a href="/en/settings" target="_blank">customize</a> and choose your desired language there.',
+    ],
     'produktanzeigen' => 'Show products:',
-    'query.alteration' => 'Contains results for <a href=":link">:alteration <img class= "mg-icon" src="/img/icon-lupe.svg"></a>',
-    'query.alteration.original' => 'Instead search for <a href=":link">:original <img class= "mg-icon" src="/img/icon-lupe.svg"></a>',
+    'query'           => [
+        'alteration' => [
+            'original' => 'Instead search for <a href=":link">:original <img class= "mg-icon" src="/img/icon-lupe.svg"></a>',
+        ],
+    ],
 ];
diff --git a/metager/lang/en/search-engine.php b/metager/lang/en/search-engine.php
index 7fc7fc062d4fb6b93ec84d881a1363981663795b..6494b8086673fb0fd390dc94e609f55a3041f791 100644
--- a/metager/lang/en/search-engine.php
+++ b/metager/lang/en/search-engine.php
@@ -1,94 +1,19 @@
 <?php
-
 return [
-    'head.1' => 'About our search engines',
-    'head.2' => 'MetaGer uses multiple search indexes',
-    'head.3' => 'Yahoo!',
-    'head.4' => 'Bing',
-    'head.5' => 'Scopia',
-    'head.6' => 'Netluchs',
-    'head.7' => 'Yandex',
-    'head.8' => 'Die ZEIT',
-    'head.9' => 'OneNewspage',
-    'head.10' => 'OneNewspage (Video)',
-
-    'text.1' => 'MetaGer is a <a href=":transparenz">metasearch engine</a>. Therefore, we use the indexes of various other search engines. For each of these search engines, we have created a short profile with the key information. Since we do not constantly update this overview, all information is without guarantee.',
-
-    'text.2.1' => 'Name: ',
-    'text.2.1.1' => 'Yahoo!',
-    'text.2.2' => 'Used index: ',
-    'text.2.2.1' => 'Microsoft Bing',
-    'text.2.3' => 'Founded: ',
-    'text.2.3.1' => '2. March 1995',
-    'text.2.4' => 'Headquarters: ',
-    'text.2.4.1' => 'New York City, USA',
-    'text.2.5' => 'Maintainer: ',
-    'text.2.5.1' => 'Altaba Inc. (previously Yahoo Inc.)',
-    'text.2.6' => 'Estimated pages in the index: ',
-    'text.2.6.1' => 'around 8-14 billion',
-    'text.2.7' => 'Used MetaGer version: ',
-    'text.2.7.1' => 'german search',
-
-    'text.3.1' => 'Bing',
-    'text.3.2' => 'Microsoft Bing',
-    'text.3.3' => '3. June 2009',
-    'text.3.4' => 'Redmond, Washington, USA',
-    'text.3.5' => 'Microsoft Inc.',
-    'text.3.6' => 'around 8-14 billion',
-    'text.3.7' => 'English search, German search (members only)',
-
-    'text.4.1' => 'Scopia',
-    'text.4.2' => 'Around 2016 ',
-    'text.4.3' => 'Newark, New Jersey, USA',
-    'text.4.4' => 'Scopia Technologies ASPEN LLC',
-    'text.4.5' => 'German search, English search',
-
-    'text.5.1' => 'Netluchs',
-    'text.5.2' => '2005',
-    'text.5.3' => 'Hamburg, Germany',
-    'text.5.4' => 'Michael Nebel (private person)',
-    'text.5.5' => '6 Million (updated: 2005)',
-    'text.5.6' => 'German search',
-
-    'text.6.1' => 'Yandex',
-    'text.6.2' => '1997',
-    'text.6.3' => 'Mäntsälä, Finland (Europe)',
-    'text.6.4' => 'Yandex OY (Corporation)',
-    'text.6.5' => 'German search',
-
-
-    'text.7.1' => 'Die ZEIT',
-    'text.7.2' => '6. September 2009',
-    'text.7.3' => 'Hamburg, Germany',
-    'text.7.4' => 'Zeit Online GmbH',
-    'text.7.5' => 'German search',
-
-
-    'text.8.1' => 'OneNewspage (Deutschland)',
-    'text.8.2' => '2008',
-    'text.8.3' => 'Wales, England',
-    'text.8.4' => 'One News Page Ltd.',
-    'text.8.5' => 'German search (Deutschland), English search',
-
-
-    'text.9.1' => 'OneNewspage Video (Deutschland)',
-    'text.9.2' => '2008',
-    'text.9.3' => 'Wales, England',
-    'text.9.4' => 'One News Page Ltd.',
-    'text.9.5' => 'German search (Deutschland), English search',
-
-
-    'text.10.1' => 'YaCy',
-    'text.10.2' => '2004',
-    'text.10.3' => 'Frankfurt, Germany',
-    'text.10.4' => 'Dipl. Inf. Michael Christen',
-    'text.10.5' => '1,7 billion',
-    'text.10.6' => 'german search',
-
-    'text.12.1' => 'Infotiger',
-    'text.12.2' => '1998',
-    'text.12.3' => 'Munich, Germany',
-    'text.12.4' => 'Infotiger UG (haftungsbeschränkt)',
-    'text.12.5' => '300 million',
-    'text.12.6' => 'german Suche, english Suche',
+    'head' => [
+        1   => 'About our search engines',
+        2   => 'MetaGer uses multiple search indexes',
+    ],
+    'text' => [
+        1   => 'MetaGer is a <a href=":transparenz">metasearch engine</a>. Therefore, we use the indexes of various other search engines. For each of these search engines, we have created a short profile with the key information. Since we do not constantly update this overview, all information is without guarantee.',
+        2   => [
+            1   => 'Name: ',
+            2   => 'Used index: ',
+            3   => 'Founded: ',
+            4   => 'Headquarters: ',
+            5   => 'Maintainer: ',
+            6   => 'Estimated pages in the index: ',
+            7   => 'Used MetaGer version: ',
+        ],
+    ],
 ];
diff --git a/metager/lang/en/settings.php b/metager/lang/en/settings.php
index 18970988cfa274fdd7faabfa623769886bab56fb..7321e63a55badda9111388d287abc2b4a309c32f 100644
--- a/metager/lang/en/settings.php
+++ b/metager/lang/en/settings.php
@@ -1,57 +1,50 @@
 <?php
-
 return [
-    "header.1" => "Search Preferences",
-    "text.1" => "Here you can set permanent search settings for your MetaGer search in focus :fokusName. If these do not remain permanently stored, please check in your browser settings whether it deletes cookies stored on exit.",
-
-    "hint.header" => "Setting Cookies",
-    "hint.text" => "To save your search settings, we use non-personally identifiable cookies. These are saved in clear text in your browser. You can see an <a href=\":link\">overview</a> of all the settings and cookies you have made.",
-    'hint.loadSettings' => 'Here is a link you can use as startpage or bookmark to keep your current settings. The URL sets your settings as cookies.',
-
-    "header.2" => "Used Search Engines",
-    "text.2" => "Below are all the search engines available for this focus. With a click on the name they can be switched on / off. Used search engines are shown in green. Not used ones in red or gray.",
-    "disabledByFilter" => "Disabled by Search Filter:",
-
-    "header.3" => "Search Filters",
-    "text.3" => "At this point you can set search filters permanently. With the selection of a search filter, only search engines are available that support this filter. Conversely, only search filters are displayed which are supported by the current search engine selection.",
-
-    'header.4' => 'Black list',
-    'text.4' => 'Here you can add domains to exclude when searching. If you want to exclude all subdomains start with "*.". One domain per line.',
-    'address' => 'Address',
-
-    "save" => "Save",
-    "reset" => "Delete all settings",
-    "back" => "Back to the last page",
-    'add' => 'Add',
-    'clear' => 'Clear black list',
-    'copy' => 'Copy',
-    'hint' => 'These settings affect all foci and sub-pages!',
-
-    'darkmode' => 'Toggle dark mode',
-    'system' => 'System Default',
-    'dark' => 'Dark',
-    'light' => 'Light',
-
-    'newTab' => 'Open results in new tabs',
-    'off' => 'off',
-    'on' => 'on',
-
-    'more' => 'More Settings',
-
-    // Translations from the settings overview
-    'noSettings' => "Currently no settings are set!",
-    'allSettings.header' => "Settings on :root",
-    'allSettings.text' => "Here you will find an overview of all settings and cookies you have set. You can delete individual entries or remove them all. Keep in mind that the associated settings will no longer be used.",
-
-    'meaning' => "Meaning",
-    'actions' => "Actions",
-
-    'engineDisabled' => "The search engine :engine will not be queried in focus :focus.",
-    'inFocus' => "in focus",
-    'key' => "Your key to the ad-free search",
-    'blentry' => 'Black list entry',
-    'removeCookie' => "Remove this cookie",
-
-    'aria.label.1' =>'active',
-    'aria.label.2' =>'deactivated',
+    'header'           => [
+        1   => 'Search Preferences',
+        2   => 'Used Search Engines',
+        3   => 'Search Filters',
+        4   => 'Black list',
+    ],
+    'text'             => [
+        1   => 'Here you can set permanent search settings for your MetaGer search in focus :fokusName. If these do not remain permanently stored, please check in your browser settings whether it deletes cookies stored on exit.',
+        2   => 'Below are all the search engines available for this focus. With a click on the name they can be switched on / off. Used search engines are shown in green. Not used ones in red or gray.',
+        3   => 'At this point you can set search filters permanently. With the selection of a search filter, only search engines are available that support this filter. Conversely, only search filters are displayed which are supported by the current search engine selection.',
+        4   => 'Here you can add domains to exclude when searching. If you want to exclude all subdomains start with "*.". One domain per line.',
+    ],
+    'hint'             => 'These settings affect all foci and sub-pages!',
+    'disabledByFilter' => 'Disabled by Search Filter:',
+    'address'          => 'Address',
+    'save'             => 'Save',
+    'reset'            => 'Delete all settings',
+    'back'             => 'Back to the last page',
+    'add'              => 'Add',
+    'clear'            => 'Clear black list',
+    'copy'             => 'Copy',
+    'darkmode'         => 'Toggle dark mode',
+    'system'           => 'System Default',
+    'dark'             => 'Dark',
+    'light'            => 'Light',
+    'newTab'           => 'Open results in new tabs',
+    'off'              => 'off',
+    'on'               => 'on',
+    'more'             => 'More Settings',
+    'noSettings'       => 'Currently no settings are set!',
+    'allSettings'      => [
+        'header' => 'Settings on :root',
+        'text'   => 'Here you will find an overview of all settings and cookies you have set. You can delete individual entries or remove them all. Keep in mind that the associated settings will no longer be used.',
+    ],
+    'meaning'          => 'Meaning',
+    'actions'          => 'Actions',
+    'engineDisabled'   => 'The search engine :engine will not be queried in focus :focus.',
+    'inFocus'          => 'in focus',
+    'key'              => 'Your key to the ad-free search',
+    'blentry'          => 'Black list entry',
+    'removeCookie'     => 'Remove this cookie',
+    'aria'             => [
+        'label' => [
+            1   => 'active',
+            2   => 'deactivated',
+        ],
+    ],
 ];
diff --git a/metager/lang/en/sidebar.php b/metager/lang/en/sidebar.php
index 915ac1c151d5d7ea27c0f7ab9b39a46c77dadadb..c423de0ad97bcf2f9533669ee4b0a230851395ef 100644
--- a/metager/lang/en/sidebar.php
+++ b/metager/lang/en/sidebar.php
@@ -1,35 +1,36 @@
 <?php
-
 return [
-    "nav1" => "Search",
-    "nav2" => "Donate",
-    "nav3" => "Privacy",
-    "nav4" => "Board",
-    "nav5" => "Contact",
-    "nav6" => "Team",
-    "nav7" => "About us",
-    "nav8" => "Legal information",
-    "nav9" => "Help",
-    "nav10" => "Widget",
-    "nav11" => "Associator",
-    "nav14" => "TOR-Hidden-Service",
-    "nav15" => "Tools",
-    "nav16" => "Support Us",
-    "nav17" => "Purchase at affiliate shops",
-    "nav18" => "Contact",
-    "nav20" => "Help",
-    "nav22" => "Citation Search",
-    "nav23" => "Become a member",
-    "nav24" => "MetaGer source code",
-    "nav25" => "MetaGer App",
-    'nav26' => 'MetaGer-Fanshop',
-    'nav27' => 'MetaGer Maps',
-    'nav28' => 'Settings',
-    'nav29' => 'Transparency statement',
-    'nav30' => 'Search engines',
-    'nav31' => 'More information',
-    'navFactcheck' => 'fact checking',
-    "navigationToggle" => "show navigation",
-    'titles.tips' => 'Tips',
-    'plugin' => 'MetaGer Plugin',
+    'nav1'             => 'Search',
+    'nav2'             => 'Donate',
+    'nav3'             => 'Privacy',
+    'nav4'             => 'Board',
+    'nav5'             => 'Contact',
+    'nav6'             => 'Team',
+    'nav7'             => 'About us',
+    'nav8'             => 'Legal information',
+    'nav9'             => 'Help',
+    'nav10'            => 'Widget',
+    'nav11'            => 'Associator',
+    'nav14'            => 'TOR-Hidden-Service',
+    'nav15'            => 'Tools',
+    'nav16'            => 'Support Us',
+    'nav17'            => 'Purchase at affiliate shops',
+    'nav18'            => 'Contact',
+    'nav20'            => 'Help',
+    'nav22'            => 'Citation Search',
+    'nav23'            => 'Become a member',
+    'nav24'            => 'MetaGer source code',
+    'nav25'            => 'MetaGer App',
+    'nav26'            => 'MetaGer-Fanshop',
+    'nav27'            => 'MetaGer Maps',
+    'nav28'            => 'Settings',
+    'nav29'            => 'Transparency statement',
+    'nav30'            => 'Search engines',
+    'nav31'            => 'More information',
+    'navFactcheck'     => 'fact checking',
+    'navigationToggle' => 'show navigation',
+    'titles'           => [
+        'tips' => 'Tips',
+    ],
+    'plugin'           => 'MetaGer Plugin',
 ];
diff --git a/metager/lang/en/sitesearch.php b/metager/lang/en/sitesearch.php
index 779d85558738c987a033e0d15dddbbe37fa53837..da95992795bcbff87849e66b7f807ff46000d994 100644
--- a/metager/lang/en/sitesearch.php
+++ b/metager/lang/en/sitesearch.php
@@ -1,16 +1,18 @@
 <?php
-
 return [
-    'head.1'      => 'MetaGer Sitesearch-Widget',
-    'head.2'      => 'Here you find a Metager-Widget for your website.',
-    'head.3'      => 'Website to search on',
-    'head.4'      => 'Enter website...',
-    'head.5'      => 'Generate',
-
-    'generated.1' => 'Preview',
-    'generated.2' => 'Search & and find safely with MetaGer',
-    'generated.3' => 'Search with MetaGer...',
-    'generated.4' => 'Search',
-    'generated.5' => 'Code',
-    'generated.6' => 'en',
+    'head'      => [
+        1   => 'MetaGer Sitesearch-Widget',
+        2   => 'Here you find a Metager-Widget for your website.',
+        3   => 'Website to search on',
+        4   => 'Enter website...',
+        5   => 'Generate',
+    ],
+    'generated' => [
+        1   => 'Preview',
+        2   => 'Search & and find safely with MetaGer',
+        3   => 'Search with MetaGer...',
+        4   => 'Search',
+        5   => 'Code',
+        6   => 'en',
+    ],
 ];
diff --git a/metager/lang/en/spende.php b/metager/lang/en/spende.php
index 6908e84777c4d5d3b920691f67006178a60b8d18..9665c4ac592440e4731daa997fbcccb44ced3877 100644
--- a/metager/lang/en/spende.php
+++ b/metager/lang/en/spende.php
@@ -1,86 +1,97 @@
 <?php
-
 return [
-    "headline.1" => "Your Donation",
-    "headline.2" => 'With your donation: you support maintenance and development of the independent search engine metager.org and its supporting association SUMA-EV. <a href=":aboutlink" rel="noopener" target=_blank>Read more</a> and <a href=":beitrittlink" target="_blank" rel="noopener">become a member.</a>',
-
-    'headline.3' => 'How much would you like to donate?',
-    'headline.4' => 'How frequent do you want to donate?',
-    'headline.5' => 'Choose a payment method',
-    'headline.6' => 'Bank Account Informations',
-
-    'wunschbetrag' => 'Custom amount',
-    'wunschbetrag.placeholder' => 'Amount in €',
-
-    'frequency' => 'Frequency',
-
-    'frequency.once' => 'Once',
-    'frequency.monthly' => 'Monthly',
-    'frequency.quarterly' => 'Quarterly',
-    'frequency.six-monthly' => 'Six-Monthly',
-    'frequency.annual' => 'Annual',
-
-    'head.lastschrift' => 'Sepa direct debit',
-    'ueberweisung' => 'Bank transfer',
-    'paypal' => 'Paypal / Credit Card',
-
-    "bankinfo.1" => "By bank transfer",
-    "bankinfo.2" => "SUMA-EV",
-    'bankinfo.2.1' => 'IBAN: DE64 4306 0967 4075 0332 01',
-    'bankinfo.2.2' => 'BIC: GENODEM1GLS',
-    'bankinfo.2.3' => 'Bank: GLS Gemeinschaftsbank, Bochum',
-    'bankinfo.2.4' => '(AN: 4075 0332 01, BC: 43060967)',
-    "bankinfo.3" => "If you wish to receive a donation receipt,\r\nplease specify your full adress and (if available)\r\nyour E-Mail adress on the money transfer form.",
-
-    "lastschrift.info" => "If you would like to donate by direct debit, please enter the information about the amount of the donation and your account information in the form below. We will then conveniently debit the specified account within the next 2 weeks.",
-    "lastschrift.info2" => "Unless otherwise specified by you under Regularity, a charge will only be made once.",
-    "lastschrift.1" => "Donate by Sepa direct debit",
-    "lastschrift.2" => "Enter your account data. We will debit your bank account accordingly. This method is only available for SEPA area. Required fields are marked with \"*\"",
-    "lastschrift.3c" => "Please enter the company account name:",
-    "lastschrift.3f" => "Please enter the first name of the account holder:",
-    "lastschrift.3f.placeholder" => "First Name",
-    "lastschrift.3l" => "Please enter the last name of the account holder:",
-    "lastschrift.3l.placeholder" => "Last Name",
-    "lastschrift.3c.placeholder" => "Business Name",
-    "lastschrift.4" => "Your E-Mail Adress:",
-    "lastschrift.5" => "Your phone number to verify your donation by callback:",
-    "lastschrift.6" => "Your IBAN:",
-    "lastschrift.7" => "Your BIC:",
-    "lastschrift.8.message" => "Here you can informally add a message to your donation:",
-    "lastschrift.8.message.placeholder" => "Message",
-    "lastschrift.10" => "Your information is transmitted encrypted and is not read by a third party. SUMA-EV only uses your information for accounting; Your information is not passed on. Donations to the SUMA-EV are tax-deductible, because the association is recognized as charitable by the Finanzamt Hannover Nord (revenue board), listed in the register of associations, Amtsgericht Hannover under VR200033. A certificate for single donations above 300,-EUR is sent automatically (post address is required!). For donations below 300,-EUR an account current is enough for tax-deduction.",
-    "lastschrift.private" => "*As a Person:",
-    "lastschrift.company" => "*As a Business:",
-
-    'paypal.1' => 'You will be redirected where you can finalize your donation.',
-
-
-    'submit' => 'Donate',
-
-    'member.1' => 'Or rather become a member?',
-    'member.2' => 'It costs the same and gives many advantages.',
-    'member.3' => 'Ad-free usage of MetaGer',
-    'member.4' => 'Help funding MetaGer\'s development',
-    'member.5' => 'Tax deductable in Germany',
-    'member.6' => 'Voting rights in our NGO',
-    'member.7' => 'Membership form',
-
-
-    "drucken" => "print",
-
-    "danke.title" => "Thank you very much!! We received your donation message for MetaGer to SUMA-EV",
-    "danke.nachricht" => "If you submitted your contact data we will notify you personally soon.",
-    "danke.kontrolle" => "The following message has reached us:",
-    "telefonnummer" => "phone number",
-    "iban" => "IBAN",
-    "bic" => "BIC",
-    'betrag' => 'Amount',
-    "danke.message" => "Your message",
-    "danke.schluessel" => "As a small thank you, we offer our donors a key for advertising-free searches. <br> This can be entered by clicking on the key symbol next to the search bar. <br> Your key is:",
-
-    'error.iban' => 'The IBAN entered does not seem to be correct. Message was not sent.',
-    'error.bic' => 'The IBAN entered does not belong to a country in the SEPA area. For a direct debit we need a BIC from you.',
-    'error.amount' => 'The donation amount entered is invalid. Please correct your entry and try again.',
-    "error.name" => "It seems like they didn't give a name. Please try again.",
-    'error.frequency' => 'The frequency you entered for your donation is invalid.',
+    'headline'      => [
+        1   => 'Your Donation',
+        2   => 'With your donation: you support maintenance and development of the independent search engine metager.org and its supporting association SUMA-EV. <a href=":aboutlink" rel="noopener" target=_blank>Read more</a> and <a href=":beitrittlink" target="_blank" rel="noopener">become a member.</a>',
+        3   => 'How much would you like to donate?',
+        4   => 'How frequent do you want to donate?',
+        5   => 'Choose a payment method',
+        6   => 'Bank Account Informations',
+    ],
+    'wunschbetrag'  => [
+        'placeholder' => 'Amount in €',
+    ],
+    'frequency'     => [
+        'once'        => 'Once',
+        'monthly'     => 'Monthly',
+        'quarterly'   => 'Quarterly',
+        'six-monthly' => 'Six-Monthly',
+        'annual'      => 'Annual',
+    ],
+    'head'          => [
+        'lastschrift' => 'Sepa direct debit',
+    ],
+    'ueberweisung'  => 'Bank transfer',
+    'paypal'        => [
+        1   => 'You will be redirected where you can finalize your donation.',
+    ],
+    'bankinfo'      => [
+        1   => 'By bank transfer',
+        2   => [
+            1   => 'IBAN: DE64 4306 0967 4075 0332 01',
+            2   => 'BIC: GENODEM1GLS',
+            3   => 'Bank: GLS Gemeinschaftsbank, Bochum',
+            4   => '(AN: 4075 0332 01, BC: 43060967)',
+        ],
+        3   => 'If you wish to receive a donation receipt,
+please specify your full adress and (if available)
+your E-Mail adress on the money transfer form.',
+    ],
+    'lastschrift'   => [
+        'info'    => 'If you would like to donate by direct debit, please enter the information about the amount of the donation and your account information in the form below. We will then conveniently debit the specified account within the next 2 weeks.',
+        'info2'   => 'Unless otherwise specified by you under Regularity, a charge will only be made once.',
+        1         => 'Donate by Sepa direct debit',
+        2         => 'Enter your account data. We will debit your bank account accordingly. This method is only available for SEPA area. Required fields are marked with "*"',
+        '3c'      => [
+            'placeholder' => 'Business Name',
+        ],
+        '3f'      => [
+            'placeholder' => 'First Name',
+        ],
+        '3l'      => [
+            'placeholder' => 'Last Name',
+        ],
+        4         => 'Your E-Mail Adress:',
+        5         => 'Your phone number to verify your donation by callback:',
+        6         => 'Your IBAN:',
+        7         => 'Your BIC:',
+        8         => [
+            'message' => [
+                'placeholder' => 'Message',
+            ],
+        ],
+        10        => 'Your information is transmitted encrypted and is not read by a third party. SUMA-EV only uses your information for accounting; Your information is not passed on. Donations to the SUMA-EV are tax-deductible, because the association is recognized as charitable by the Finanzamt Hannover Nord (revenue board), listed in the register of associations, Amtsgericht Hannover under VR200033. A certificate for single donations above 300,-EUR is sent automatically (post address is required!). For donations below 300,-EUR an account current is enough for tax-deduction.',
+        'private' => '*As a Person:',
+        'company' => '*As a Business:',
+    ],
+    'submit'        => 'Donate',
+    'member'        => [
+        1   => 'Or rather become a member?',
+        2   => 'It costs the same and gives many advantages.',
+        3   => 'Ad-free usage of MetaGer',
+        4   => 'Help funding MetaGer\'s development',
+        5   => 'Tax deductable in Germany',
+        6   => 'Voting rights in our NGO',
+        7   => 'Membership form',
+    ],
+    'drucken'       => 'print',
+    'danke'         => [
+        'title'      => 'Thank you very much!! We received your donation message for MetaGer to SUMA-EV',
+        'nachricht'  => 'If you submitted your contact data we will notify you personally soon.',
+        'kontrolle'  => 'The following message has reached us:',
+        'message'    => 'Your message',
+        'schluessel' => 'As a small thank you, we offer our donors a key for advertising-free searches. <br> This can be entered by clicking on the key symbol next to the search bar. <br> Your key is:',
+    ],
+    'telefonnummer' => 'phone number',
+    'iban'          => 'IBAN',
+    'bic'           => 'BIC',
+    'betrag'        => 'Amount',
+    'error'         => [
+        'iban'      => 'The IBAN entered does not seem to be correct. Message was not sent.',
+        'bic'       => 'The IBAN entered does not belong to a country in the SEPA area. For a direct debit we need a BIC from you.',
+        'amount'    => 'The donation amount entered is invalid. Please correct your entry and try again.',
+        'name'      => 'It seems like they didn\'t give a name. Please try again.',
+        'frequency' => 'The frequency you entered for your donation is invalid.',
+        'robot'     => 'The input was not correct',
+    ],
 ];
diff --git a/metager/lang/en/spendenaufruf.php b/metager/lang/en/spendenaufruf.php
index 9ff2013a3fcdc2ea354181b63fecb5af2c68347e..50cc1fa96258d6fd3080c29dac9c57eb11a539cc 100644
--- a/metager/lang/en/spendenaufruf.php
+++ b/metager/lang/en/spendenaufruf.php
@@ -1,5 +1,4 @@
 <?php
-
 return [
     'heading' => 'Together with you',
     'text'    => 'we develope and maintain MetaGer. With your help we can save privacy and data protection:',
diff --git a/metager/lang/en/staticPages.php b/metager/lang/en/staticPages.php
index 70fc0601eff12058d06a40cd3adbcc368c7b8ba9..b104fb902d2fd81d2ccced5010a6571b63613b46 100644
--- a/metager/lang/en/staticPages.php
+++ b/metager/lang/en/staticPages.php
@@ -1,9 +1,9 @@
 <?php
-
 return [
-    "opensearch" => "MetaGer: privacy protected search & find",
-
-    "meta.Description" => "Search safely while having your privacy respected. The digital knowledge of the world must be freely accessible without paternalism and abide by states or corporations.",
-    "meta.Keywords" => "Internet Search, privacy, searchengine, data protection, Anonproxy, anonymous proxy, search anonymous, image search, anonymous, MetaGer, metager, metager.de, metager.net",
-    "meta.language" => "en",
+    'opensearch' => 'MetaGer: privacy protected search & find',
+    'meta'       => [
+        'Description' => 'Search safely while having your privacy respected. The digital knowledge of the world must be freely accessible without paternalism and abide by states or corporations.',
+        'Keywords'    => 'Internet Search, privacy, searchengine, data protection, Anonproxy, anonymous proxy, search anonymous, image search, anonymous, MetaGer, metager, metager.de, metager.net',
+        'language'    => 'en',
+    ],
 ];
diff --git a/metager/lang/en/team.php b/metager/lang/en/team.php
index ac0ee6ae2b3b48ef0fb5517ff229917a4a8b6628..a4eb18af782f263d4d9bf230826a1677fb50ad8c 100644
--- a/metager/lang/en/team.php
+++ b/metager/lang/en/team.php
@@ -1,18 +1,21 @@
 <?php
-
 return [
-    "role.0"    => "CEO",
-    "role.1"    => "executive",
-    "role.1.1"  => "executive",
-    "role.2"    => "Youth protection commissioner",
-    "role.3"    => "press secretary",
-    "role.5"    => "programmer",
-    "role.6"    => "programmer",
-    "role.7"    => "secretary",
-    "role.8"    => "founder",
-    "role.9"    => "trainee",
-    
-    "contact.1" => "Please report your questions/problems about MetaGer etc. using the <a href=\"/en/kontakt/\">contact form with encryption</a>.",
-    "contact.2" => "If you get any emails with strange contents from us please read more about this: <a href=\"https://metager.de/wsb/fakemail/\">https://metager.de/wsb/fakemail/</a>",
-    "contact.3" => "Only in reasoned exceptions, if you want to reach someone directly, you should mail them. Because team members might be on vacation, sick etc.",
+    'role'    => [
+        0   => 'CEO',
+        1   => [
+            1   => 'executive',
+        ],
+        2   => 'Youth protection commissioner',
+        3   => 'press secretary',
+        5   => 'programmer',
+        6   => 'programmer',
+        7   => 'secretary',
+        8   => 'founder',
+        9   => 'trainee',
+    ],
+    'contact' => [
+        1   => 'Please report your questions/problems about MetaGer etc. using the <a href="/en/kontakt/">contact form with encryption</a>.',
+        2   => 'If you get any emails with strange contents from us please read more about this: <a href="https://metager.de/wsb/fakemail/">https://metager.de/wsb/fakemail/</a>',
+        3   => 'Only in reasoned exceptions, if you want to reach someone directly, you should mail them. Because team members might be on vacation, sick etc.',
+    ],
 ];
diff --git a/metager/lang/en/tips.php b/metager/lang/en/tips.php
index 75888538d9a713fae394c6cb885c713177503b66..2acf67fc72dead77c652e03c2dbb63f9f319dbcf 100644
--- a/metager/lang/en/tips.php
+++ b/metager/lang/en/tips.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
-    "title"	=>	"MetaGer hints, unsorted - this and that - did you know it?",
-    "shorttitle"	=>	"Did you already know?"
-];
\ No newline at end of file
+    'title'      => 'MetaGer hints, unsorted - this and that - did you know it?',
+    'shorttitle' => 'Did you already know?',
+];
diff --git a/metager/lang/en/titles.php b/metager/lang/en/titles.php
index 5f09193a8c507777e28375e479af0abb3ca882ff..691029039673895f6614a1db4068c87087130800 100644
--- a/metager/lang/en/titles.php
+++ b/metager/lang/en/titles.php
@@ -1,35 +1,36 @@
 <?php
-
 return [
-    "index"	=>	"MetaGer: Privacy Protected Search & Find",
-    "impressum"	=>	"Site Notice - MetaGer",
-    "about"	=>	"About Us - MetaGer",
-    "team"	=>	"Team - MetaGer",
-    "kontakt"	=>	"Contact - MetaGer",
-    "spende"	=>	"Donation - MetaGer",
-    "datenschutz"	=>	"Privacy - MetaGer",
-    "help"	=>	"Help - MetaGer",
-    'help-mainpages' =>'Help - MetaGer',
-    'help-functions' =>'Help - MetaGer',
-    'help-services' =>'Help - MetaGer',
-    'help-privacy-protection' =>'Help - MetaGer',
-    "widget"	=>	"MetaGer Widget",
-    "settings"	=>	"Settings",
-    "websearch"	=>	"Websearch-Widget - MetaGer",
-    "sitesearch"	=>	"Sitesearch-Widget - MetaGer",
-    "faq"	=>	"FAQ - MetaGer",
-    "partnershops"	=>	"Partnershops - MetaGer",
-    "languages"	=>	"translation tool - MetaGer",
-    "languages.edit"	=>	"Edit language files - MetaGer",
-    "app"	=>	"Apps - MetaGer",
-    "faktencheck"	=>	"Fact-checks versus fake news",
-    "jugendschutz"	=>	"Youth protection",
-    "ad-info"	=>	"MetaGer Advertisements",
-    "asso"	=>	"Associator - MetaGer",
-    "plugin"	=>	"Plugin - MetaGer",
-    "key"	=>	"Ad-Free-Key - MetaGer",
-    "keychange"	=>	"Change membership key",
-    "allSettings"	=>	"All Settings - MetaGer",
-    "transparency"	=>	"Transparency statement - MetaGer",
-    "search-engine" => 'Search engines - MetaGer'
+    'index'                   => 'MetaGer: Privacy Protected Search & Find',
+    'impressum'               => 'Site Notice - MetaGer',
+    'about'                   => 'About Us - MetaGer',
+    'team'                    => 'Team - MetaGer',
+    'kontakt'                 => 'Contact - MetaGer',
+    'spende'                  => 'Donation - MetaGer',
+    'datenschutz'             => 'Privacy - MetaGer',
+    'help'                    => 'Help - MetaGer',
+    'help-mainpages'          => 'Help - MetaGer',
+    'help-functions'          => 'Help - MetaGer',
+    'help-services'           => 'Help - MetaGer',
+    'help-privacy-protection' => 'Help - MetaGer',
+    'widget'                  => 'MetaGer Widget',
+    'settings'                => 'Settings',
+    'websearch'               => 'Websearch-Widget - MetaGer',
+    'sitesearch'              => 'Sitesearch-Widget - MetaGer',
+    'faq'                     => 'FAQ - MetaGer',
+    'partnershops'            => 'Partnershops - MetaGer',
+    'languages'               => [
+        'edit' => 'Edit language files - MetaGer',
+    ],
+    'app'                     => 'Apps - MetaGer',
+    'faktencheck'             => 'Fact-checks versus fake news',
+    'jugendschutz'            => 'Youth protection',
+    'ad-info'                 => 'MetaGer Advertisements',
+    'asso'                    => 'Associator - MetaGer',
+    'plugin'                  => 'Plugin - MetaGer',
+    'key'                     => 'Ad-Free-Key - MetaGer',
+    'keychange'               => 'Change membership key',
+    'allSettings'             => 'All Settings - MetaGer',
+    'transparency'            => 'Transparency statement - MetaGer',
+    'search-engine'           => 'Search engines - MetaGer',
+    'lang-selector'           => 'Language selection',
 ];
diff --git a/metager/lang/en/tor.php b/metager/lang/en/tor.php
index f568a62a0b682aa2b9eba039a42ad309d8205a36..a6719e571e147c827427c6019f88caefd6a9ce76 100644
--- a/metager/lang/en/tor.php
+++ b/metager/lang/en/tor.php
@@ -1,7 +1,6 @@
 <?php
-
 return [
-    'description' => "Below you will find the link to MetaGer's hidden service. Attention: This link can only be reached via the Tor network. Your browser produces an error message if it is not connected to it.",
-    "torbutton" => "Open TOR-hidden service",
-    'torurl' => 'http://metagerv65pwclop2rsfzg4jwowpavpwd6grhhlvdgsswvo6ii4akgyd.onion/en/',
+    'description' => 'Below you will find the link to MetaGer\'s hidden service. Attention: This link can only be reached via the Tor network. Your browser produces an error message if it is not connected to it.',
+    'torbutton'   => 'Open TOR-hidden service',
+    'torurl'      => 'http://metagerv65pwclop2rsfzg4jwowpavpwd6grhhlvdgsswvo6ii4akgyd.onion/en/',
 ];
diff --git a/metager/lang/en/transparency.php b/metager/lang/en/transparency.php
index 17db8777f6d63d1c991ffa45c3ce0c9f60c6f167..414ab11fb7e6dd237ada0dc0e405b2cb8e9bada2 100644
--- a/metager/lang/en/transparency.php
+++ b/metager/lang/en/transparency.php
@@ -1,27 +1,35 @@
 <?php
-
 return [
-    'head.1' => 'Transparency statement',
-    'head.2' => 'MetaGer is transparent',
-    'head.3' => 'What is a metasearch engine?',
-    'head.4' => 'What is the advantage of a metasearch engine?',
-    'head.5' => 'How is our ranking made up?',
-    'head.compliance' => 'How does MetaGer respond to requests from authorities?',
-
-
-    'text.1' => 'MetaGer is transparent. Our <a href=":sourcecode">source code</a> is freely licensed and publicly available for all to see. We do not store user data and value data protection and privacy. Therefore we grant anonymous access to the search results. This is possible through an anonymous proxy and TOR-hidden access. In addition, MetaGer has a transparent organizational structure, since it is supported by the non-profit association <a href=":sumalink">SUMA-EV</a> of which anyone can become a member.',
-    'text.2.1' => 'To explain what metasearch engines are, it makes sense to first briefly explain roughly how the indexing of regular search engines works. Regular search engines obtain their search results from a database of web pages, which is also called an index. The search engines use so-called "crawlers", which collect web pages and add them to the index (database). The crawler starts with a set of web pages and opens all the web pages linked there. These are indexed, i.e. added to the index. Then the crawler opens the web pages linked on these web pages and continues in this way.',
-    'text.2.2' => 'A metasearch engine combines the results of several search engines and evaluates them again according to its own criteria. This means that the metasearch engine does not have its own index. Therefore, metasearch engines do not use crawlers. They use the index of other search engines.',
-    'text.3' => 'A clear advantage of metasearch engines is that the user only needs a single search query to access the results of several search engines. The metasearch engine outputs the relevant results in a once again sorted list of results. MetaGer is not a pure metasearch engine, as we also use small indexes of our own.',
-    'text.4' => 'We take the rankings from our source search engines and weigh them. These rankings are then converted into scores. Additional points are awarded or deducted for the occurrence of the search terms in the URL and in the snippet, as well as the excessive occurrence of special characters (e.g. other character sets such as Cyrillic). We also use a blocking list to remove individual pages from the results list. We block web pages in the display if we are legally obliged to do so. We also reserve the right to block web pages with demonstrably incorrect information, web pages of extremely poor quality and other particularly dubious web pages.',
-    'text.5' => 'If there are any further questions or uncertainties, please feel free to use our <a href=":contact">contact form</a> and ask us your questions!',
-    
-    'text.compliance' => 'We comply with requests from authorities if we are legally obligated to do so and come to the conclusion that our compliance does not violate fundamental freedoms. We take this review very seriously. In addition, we store as little personal data as possible to reduce the risk of having to release data. In the table below you will find data on the requests from authorities we have processed during the last 5 years. Further information will follow shortly.',
-
-
-    'table.compliance.th.authinfocomp' => 'Fulfilled requests for information',
-    'table.compliance.th.authblockcomp' => 'Fulfilled blocking requests',
-
-    'alt.text.1'=> 'Visual representation of two indexes that complement each other to form a meta-index'
-
+    'head'  => [
+        1            => 'Transparency statement',
+        2            => 'MetaGer is transparent',
+        3            => 'What is a metasearch engine?',
+        4            => 'What is the advantage of a metasearch engine?',
+        5            => 'How is our ranking made up?',
+        'compliance' => 'How does MetaGer respond to requests from authorities?',
+    ],
+    'text'  => [
+        1            => 'MetaGer is transparent. Our <a href=":sourcecode">source code</a> is freely licensed and publicly available for all to see. We do not store user data and value data protection and privacy. Therefore we grant anonymous access to the search results. This is possible through an anonymous proxy and TOR-hidden access. In addition, MetaGer has a transparent organizational structure, since it is supported by the non-profit association <a href=":sumalink">SUMA-EV</a> of which anyone can become a member.',
+        2            => [
+            1   => 'To explain what metasearch engines are, it makes sense to first briefly explain roughly how the indexing of regular search engines works. Regular search engines obtain their search results from a database of web pages, which is also called an index. The search engines use so-called "crawlers", which collect web pages and add them to the index (database). The crawler starts with a set of web pages and opens all the web pages linked there. These are indexed, i.e. added to the index. Then the crawler opens the web pages linked on these web pages and continues in this way.',
+            2   => 'A metasearch engine combines the results of several search engines and evaluates them again according to its own criteria. This means that the metasearch engine does not have its own index. Therefore, metasearch engines do not use crawlers. They use the index of other search engines.',
+        ],
+        3            => 'A clear advantage of metasearch engines is that the user only needs a single search query to access the results of several search engines. The metasearch engine outputs the relevant results in a once again sorted list of results. MetaGer is not a pure metasearch engine, as we also use small indexes of our own.',
+        4            => 'We take the rankings from our source search engines and weigh them. These rankings are then converted into scores. Additional points are awarded or deducted for the occurrence of the search terms in the URL and in the snippet, as well as the excessive occurrence of special characters (e.g. other character sets such as Cyrillic). We also use a blocking list to remove individual pages from the results list. We block web pages in the display if we are legally obliged to do so. We also reserve the right to block web pages with demonstrably incorrect information, web pages of extremely poor quality and other particularly dubious web pages.',
+        5            => 'If there are any further questions or uncertainties, please feel free to use our <a href=":contact">contact form</a> and ask us your questions!',
+        'compliance' => 'We comply with requests from authorities if we are legally obligated to do so and come to the conclusion that our compliance does not violate fundamental freedoms. We take this review very seriously. In addition, we store as little personal data as possible to reduce the risk of having to release data. In the table below you will find data on the requests from authorities we have processed during the last 5 years. Further information will follow shortly.',
+    ],
+    'table' => [
+        'compliance' => [
+            'th' => [
+                'authinfocomp'  => 'Fulfilled requests for information',
+                'authblockcomp' => 'Fulfilled blocking requests',
+            ],
+        ],
+    ],
+    'alt'   => [
+        'text' => [
+            1   => 'Visual representation of two indexes that complement each other to form a meta-index',
+        ],
+    ],
 ];
diff --git a/metager/lang/en/validation.php b/metager/lang/en/validation.php
index aa51dec0ad4bb3c40609b59041c7b310b2a7df49..375d5379ceb1b39d9c925cee744ad142623547ce 100644
--- a/metager/lang/en/validation.php
+++ b/metager/lang/en/validation.php
@@ -1,117 +1,79 @@
 <?php
-
 return [
-
-    /*
-    |--------------------------------------------------------------------------
-    | Validation Language Lines
-    |--------------------------------------------------------------------------
-    |
-    | The following language lines contain the default error messages used by
-    | the validator class. Some of these rules have multiple versions such
-    | as the size rules. Feel free to tweak each of these messages here.
-    |
-     */
-
-    'accepted' => 'The :attribute must be accepted.',
-    'active_url' => 'The :attribute is not a valid URL.',
-    'after' => 'The :attribute must be a date after :date.',
-    'alpha' => 'The :attribute may only contain letters.',
-    'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
-    'alpha_num' => 'The :attribute may only contain letters and numbers.',
-    'array' => 'The :attribute must be an array.',
-    'before' => 'The :attribute must be a date before :date.',
-    'between' => [
+    'accepted'             => 'The :attribute must be accepted.',
+    'active_url'           => 'The :attribute is not a valid URL.',
+    'after'                => 'The :attribute must be a date after :date.',
+    'alpha'                => 'The :attribute may only contain letters.',
+    'alpha_dash'           => 'The :attribute may only contain letters, numbers, and dashes.',
+    'alpha_num'            => 'The :attribute may only contain letters and numbers.',
+    'array'                => 'The :attribute must be an array.',
+    'before'               => 'The :attribute must be a date before :date.',
+    'between'              => [
         'numeric' => 'The :attribute must be between :min and :max.',
-        'file' => 'The :attribute must be between :min and :max kilobytes.',
-        'string' => 'The :attribute must be between :min and :max characters.',
-        'array' => 'The :attribute must have between :min and :max items.',
+        'file'    => 'The :attribute must be between :min and :max kilobytes.',
+        'string'  => 'The :attribute must be between :min and :max characters.',
+        'array'   => 'The :attribute must have between :min and :max items.',
     ],
-    'boolean' => 'The :attribute field must be true or false.',
-    'confirmed' => 'The :attribute confirmation does not match.',
-    'date' => 'The :attribute is not a valid date.',
-    'date_format' => 'The :attribute does not match the format :format.',
-    'different' => 'The :attribute and :other must be different.',
-    'digits' => 'The :attribute must be :digits digits.',
-    'digits_between' => 'The :attribute must be between :min and :max digits.',
-    'dimensions' => 'The :attribute has invalid image dimensions.',
-    'distinct' => 'The :attribute field has a duplicate value.',
-    'email' => 'The :attribute must be a valid email address.',
-    'exists' => 'The selected :attribute is invalid.',
-    'file' => 'The :attribute must be a file.',
-    'filled' => 'The :attribute field is required.',
-    'image' => 'The :attribute must be an image.',
-    'in' => 'The selected :attribute is invalid.',
-    'in_array' => 'The :attribute field does not exist in :other.',
-    'integer' => 'The :attribute must be an integer.',
-    'ip' => 'The :attribute must be a valid IP address.',
-    'json' => 'The :attribute must be a valid JSON string.',
-    'max' => [
+    'boolean'              => 'The :attribute field must be true or false.',
+    'confirmed'            => 'The :attribute confirmation does not match.',
+    'date'                 => 'The :attribute is not a valid date.',
+    'date_format'          => 'The :attribute does not match the format :format.',
+    'different'            => 'The :attribute and :other must be different.',
+    'digits'               => 'The :attribute must be :digits digits.',
+    'digits_between'       => 'The :attribute must be between :min and :max digits.',
+    'dimensions'           => 'The :attribute has invalid image dimensions.',
+    'distinct'             => 'The :attribute field has a duplicate value.',
+    'email'                => 'The :attribute must be a valid email address.',
+    'exists'               => 'The selected :attribute is invalid.',
+    'file'                 => 'The :attribute must be a file.',
+    'filled'               => 'The :attribute field is required.',
+    'image'                => 'The :attribute must be an image.',
+    'in'                   => 'The selected :attribute is invalid.',
+    'in_array'             => 'The :attribute field does not exist in :other.',
+    'integer'              => 'The :attribute must be an integer.',
+    'ip'                   => 'The :attribute must be a valid IP address.',
+    'json'                 => 'The :attribute must be a valid JSON string.',
+    'max'                  => [
         'numeric' => 'The :attribute may not be greater than :max.',
-        'file' => 'The :attribute may not be greater than :max kilobytes.',
-        'string' => 'The :attribute may not be greater than :max characters.',
-        'array' => 'The :attribute may not have more than :max items.',
+        'file'    => 'The :attribute may not be greater than :max kilobytes.',
+        'string'  => 'The :attribute may not be greater than :max characters.',
+        'array'   => 'The :attribute may not have more than :max items.',
     ],
-    'mimes' => 'The :attribute must be a file of type: :values.',
-    'mimetypes' => 'The :attribute must be a file of type: :values.',
-    'min' => [
+    'mimes'                => 'The :attribute must be a file of type: :values.',
+    'mimetypes'            => 'The :attribute must be a file of type: :values.',
+    'min'                  => [
         'numeric' => 'The :attribute must be at least :min.',
-        'file' => 'The :attribute must be at least :min kilobytes.',
-        'string' => 'The :attribute must be at least :min characters.',
-        'array' => 'The :attribute must have at least :min items.',
+        'file'    => 'The :attribute must be at least :min kilobytes.',
+        'string'  => 'The :attribute must be at least :min characters.',
+        'array'   => 'The :attribute must have at least :min items.',
     ],
-    'not_in' => 'The selected :attribute is invalid.',
-    'numeric' => 'The :attribute must be a number.',
-    'present' => 'The :attribute field must be present.',
-    'regex' => 'The :attribute format is invalid.',
-    'required' => 'The :attribute field is required.',
-    'required_if' => 'The :attribute field is required when :other is :value.',
-    'required_unless' => 'The :attribute field is required unless :other is in :values.',
-    'required_with' => 'The :attribute field is required when :values is present.',
-    'required_with_all' => 'The :attribute field is required when :values is present.',
-    'required_without' => 'The :attribute field is required when :values is not present.',
+    'not_in'               => 'The selected :attribute is invalid.',
+    'numeric'              => 'The :attribute must be a number.',
+    'present'              => 'The :attribute field must be present.',
+    'regex'                => 'The :attribute format is invalid.',
+    'required'             => 'The :attribute field is required.',
+    'required_if'          => 'The :attribute field is required when :other is :value.',
+    'required_unless'      => 'The :attribute field is required unless :other is in :values.',
+    'required_with'        => 'The :attribute field is required when :values is present.',
+    'required_with_all'    => 'The :attribute field is required when :values is present.',
+    'required_without'     => 'The :attribute field is required when :values is not present.',
     'required_without_all' => 'The :attribute field is required when none of :values are present.',
-    'same' => 'The :attribute and :other must match.',
-    'size' => [
+    'same'                 => 'The :attribute and :other must match.',
+    'size'                 => [
         'numeric' => 'The :attribute must be :size.',
-        'file' => 'The :attribute must be :size kilobytes.',
-        'string' => 'The :attribute must be :size characters.',
-        'array' => 'The :attribute must contain :size items.',
+        'file'    => 'The :attribute must be :size kilobytes.',
+        'string'  => 'The :attribute must be :size characters.',
+        'array'   => 'The :attribute must contain :size items.',
     ],
-    'string' => 'The :attribute must be a string.',
-    'timezone' => 'The :attribute must be a valid zone.',
-    'unique' => 'The :attribute has already been taken.',
-    'uploaded' => 'The :attribute failed to upload.',
-    'url' => 'The :attribute format is invalid.',
-
-    /*
-    |--------------------------------------------------------------------------
-    | Custom Validation Language Lines
-    |--------------------------------------------------------------------------
-    |
-    | Here you may specify custom validation messages for attributes using the
-    | convention "attribute.rule" to name the lines. This makes it quick to
-    | specify a specific custom language line for a given attribute rule.
-    |
-     */
-
-    'custom' => [
+    'string'               => 'The :attribute must be a string.',
+    'timezone'             => 'The :attribute must be a valid zone.',
+    'unique'               => 'The :attribute has already been taken.',
+    'uploaded'             => 'The :attribute failed to upload.',
+    'url'                  => 'The :attribute format is invalid.',
+    'custom'               => [
         'attribute-name' => [
             'rule-name' => 'custom-message',
         ],
     ],
-
-    /*
-    |--------------------------------------------------------------------------
-    | Custom Validation Attributes
-    |--------------------------------------------------------------------------
-    |
-    | The following language lines are used to swap attribute place-holders
-    | with something more reader friendly such as E-Mail Address instead
-    | of "email". This simply helps us make messages a little cleaner.
-    |
-     */
-
-    'attributes' => [],
-    "pcsrf" => "Unfortunately this did not work. Please try again.",
+    'pcsrf'                => 'Unfortunately this did not work. Please try again.',
 ];
diff --git a/metager/lang/en/websearch.php b/metager/lang/en/websearch.php
index 0517a0edb6e13d6d3086fe0dc04c45295771c795..36bc43851562da7f774994f1c304385522553c55 100644
--- a/metager/lang/en/websearch.php
+++ b/metager/lang/en/websearch.php
@@ -1,15 +1,18 @@
 <?php
-
 return [
-    'head.1'        => 'MetaGer Websearch-Widget',
-    'head.2'        => 'Here you find a Metager-Widget for your website.',
-    'head.3'        => 'Preview',
-    'head.4'        => 'Search & find safely with MetaGer',
-    'head.5'        => 'Search with MetaGer...',
-    'head.6'        => 'en',
-    'head.7'        => 'Code',
-    'head.8'        => 'Search',
-    'head.copy'     => 'Copy',
-    'alert.success' => 'Copied!',
-    'alert.failure' => 'Something went wrong!',
+    'head'  => [
+        1      => 'MetaGer Websearch-Widget',
+        2      => 'Here you find a Metager-Widget for your website.',
+        3      => 'Preview',
+        4      => 'Search & find safely with MetaGer',
+        5      => 'Search with MetaGer...',
+        6      => 'en',
+        7      => 'Code',
+        8      => 'Search',
+        'copy' => 'Copy',
+    ],
+    'alert' => [
+        'success' => 'Copied!',
+        'failure' => 'Something went wrong!',
+    ],
 ];
diff --git a/metager/lang/en/widget.php b/metager/lang/en/widget.php
index a5892df3432035483200c26f991a023399bb7249..901acfb81cf1aa672a75016297fa70dceb99717e 100644
--- a/metager/lang/en/widget.php
+++ b/metager/lang/en/widget.php
@@ -1,11 +1,11 @@
 <?php
-
 return [
-    'head'   => 'MetaGer Widget',
-
-    'body.1' => 'MetaGer for usage on your website.
+    'head' => 'MetaGer Widget',
+    'body' => [
+        1   => 'MetaGer for usage on your website.
 Please choose the scope of your widget:',
-    'body.2' => 'Search the Web',
-    'body.3' => 'Search one Domain',
-    'body.4' => 'Please note: You must not use this widget, if your implementation suggests that MetaGer is your service or that your site is the real MetaGer homepage (all this has already happened). Therefore it is especially forbidden to remove our logo.',
+        2   => 'Search the Web',
+        3   => 'Search one Domain',
+        4   => 'Please note: You must not use this widget, if your implementation suggests that MetaGer is your service or that your site is the real MetaGer homepage (all this has already happened). Therefore it is especially forbidden to remove our logo.',
+    ],
 ];
diff --git a/metager/lang/en/zitatsuche.php b/metager/lang/en/zitatsuche.php
index 3d93a8c5ae7c6c80c2b5adf29c730005d415b8b3..688d887336bcf21bc026d3009e7a573b0ad24137 100644
--- a/metager/lang/en/zitatsuche.php
+++ b/metager/lang/en/zitatsuche.php
@@ -1,8 +1,7 @@
 <?php
-
 return [
     'title'         => 'MetaGer - Quote Search',
     'subtitle'      => 'Enter queries (authors or quotes) into the below textfield.',
     'search-label'  => 'Enter query',
     'results-label' => 'Search results',
-];
\ No newline at end of file
+];
diff --git a/metager/lang/es/404.php b/metager/lang/es/404.php
index eb0a5076bcb16346c733996ac3d3e5698c6e7109..ffd8ede8f406918e7ea034b4ce489403bab978ef 100644
--- a/metager/lang/es/404.php
+++ b/metager/lang/es/404.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
-    "title"	=>	"Error 404, página no econtrada",
-    "text"	=>	"Tal vez ha introducido un link antiguo o erróneo "
+    'title' => 'Error 404, página no econtrada',
+    'text'  => 'Tal vez ha introducido un link antiguo o erróneo ',
 ];
diff --git a/metager/lang/es/429.php b/metager/lang/es/429.php
new file mode 100644
index 0000000000000000000000000000000000000000..a8c1c0623ee274435eee52dece1be06e3e4c0bfb
--- /dev/null
+++ b/metager/lang/es/429.php
@@ -0,0 +1,4 @@
+<?php
+return [
+    'title' => '429 - Demasiadas solicitudes',
+];
diff --git a/metager/lang/es/500.php b/metager/lang/es/500.php
index d42ac4ecea05292d3a344a224c4b9a2d487b9ab1..ea25e721e9c6d51ebc71e8128c556625ea3dd5f1 100644
--- a/metager/lang/es/500.php
+++ b/metager/lang/es/500.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
-    "title"	=>	"Ups. Esto no debería haber pasado.",
-    "text"	=>	"Algo no ha funcionado con su consulta. Tratamos de encontrar las razones lo más pronto posible."
+    'title' => 'Ups. Esto no debería haber pasado.',
+    'text'  => 'Algo no ha funcionado con su consulta. Tratamos de encontrar las razones lo más pronto posible.',
 ];
diff --git a/metager/lang/es/503.php b/metager/lang/es/503.php
index c5e5ff57aa60cb66157e25fdffd2aef58cdea8af..7c04a74b463192f7c1e9d5628d8a8789cc0421e4 100644
--- a/metager/lang/es/503.php
+++ b/metager/lang/es/503.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
-    "title"	=>	"Servicio no disponible",
-    "text"	=>	"En un momento regresamos"
+    'title' => 'Servicio no disponible',
+    'text'  => 'En un momento regresamos',
 ];
diff --git a/metager/lang/es/ad.php b/metager/lang/es/ad.php
index 23f3ed240ae8846ef11fbf6538e7024425068127..f29dedfb1e71963d3c95106626bf05bc9f356dbf 100644
--- a/metager/lang/es/ad.php
+++ b/metager/lang/es/ad.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
     'werbung' => 'Anuncio',
-    'von' => 'de',
-];
\ No newline at end of file
+    'von'     => 'de',
+];
diff --git a/metager/lang/es/app.php b/metager/lang/es/app.php
index 253e7935fb760c84b5c2aa7f6f533f18f04a5a47..dc3069bfd17fe7719e62789aeefa23760db88613 100644
--- a/metager/lang/es/app.php
+++ b/metager/lang/es/app.php
@@ -1,25 +1,39 @@
 <?php
-
 return [
-    "head.1"    =>    "Aplicaciones MetaGer",
-    "disclaimer.1"    =>    "Actualmente solo podemos proporcionar nuestras aplicaciones para dispositivos Android.",
-    "head.2"    =>    "Aplicación MetaGer",
-    "metager.1"    =>    "Con esta aplicación, obtiene toda la potencia de nuestro motor de búsqueda en su smartphone.\r\nBusque en Internet con solo deslizar un dedo mientras que mantiene su privacidad.",
-    "metager.2"    =>    "Puede instalar la aplicación para nuestra búsqueda a través de Google Playstore o instalarla manualmente desde nuestro servidor en su smartphone, protegida de datos.",
-    "metager.playstore"    =>    "Google Playstore",
-    'metager.fdroid'    => 'F-Droid Store',
-    "metager.manuell"    =>    "Instalación manual",
-    "head.3"    =>    "Aplicación Maps MetaGer",
-    "maps.playstore"    =>    "Google Playstore",
-    "maps.1"    =>    "Esta aplicación ofrece una integración nativa de <a href=\"https://maps.metager.de\" target=\"_blank\">  MetaGer Maps</a>(con tecnología de <a href = \"https: //www.openstreetmap.de/\" target =\" _ blank\"> Openstreetmap</a>) en su dispositivo móvil Android.",
-    "maps.2"    =>    "De este modo el servicio de mapas y navegación también funciona de manera óptima y rápida en su smartphone. La aplicación aumenta el rendimiento en comparación con el uso en el navegador móvil y ofrece algunas otras ventajas. ¡Intentalo!",
-    "maps.3"    =>    "Después del primer inicio, la aplicación solicita los siguientes permisos:",
-    "maps.list.1"    =>    "Acceso a datos de posición => Si el GPS está activado en su teléfono móvil, podemos mejorar sus resultados de búsqueda. Además habilita la función de navegación paso a paso.<b>Por supuesto, estos datos no se almacenan en ningún lugar y ciertamente no se transmiten a terceros.</b>",
-    "maps.list.2"    =>    "Acceso a fotos, medios y archivos en el dispositivo => Esta autorización es necesaria para que esta aplicación pueda actualizarse sola. Si hay una nueva versión de la aplicación disponible, puede guardarla en su directorio de descarga y luego instalarla automáticamente desde allí. Si no desea otorgar este permiso, deberá reinstalar manualmente la aplicación cada vez que haya una actualización disponible.",
-    "head.4"    =>    "Instalación",
-    "installation.1"    =>    "Si desea instalar nuestra aplicación directamente desde Google Playstore, no necesita considerar nada más. Simplemente haga clic en el enlace \"Google Playstore\" para ser redirigido al App Store y haga clic en \"Instalar\".",
-    "installation.2"    =>    "Si desea instalar nuestra aplicación manualmente (sin App Store), proceda de la siguiente manera:",
-    "list.1"    =>    "Abra el menú de configuración para permitir la instalación: Configuración => Sistema => Seguridad. Marque la casilla junto a \"Fuentes desconocidas\".",
-    "list.2"    =>    "Seleccione el enlace \"Instalación manual\" en esta página para descargar el archivo de instalación en su dispositivo móvil.",
-    "list.3"    =>    "Abra el archivo descargado en su dispositivo móvil. Esto iniciará el proceso de instalación."
+    'head'         => [
+        1   => 'Aplicaciones MetaGer',
+        2   => 'Aplicación MetaGer',
+        3   => 'Aplicación Maps MetaGer',
+        4   => 'Instalación',
+    ],
+    'disclaimer'   => [
+        1   => 'Actualmente solo podemos proporcionar nuestras aplicaciones para dispositivos Android.',
+    ],
+    'metager'      => [
+        1           => 'Con esta aplicación, obtiene toda la potencia de nuestro motor de búsqueda en su smartphone.
+Busque en Internet con solo deslizar un dedo mientras que mantiene su privacidad.',
+        2           => 'Puede instalar la aplicación para nuestra búsqueda a través de Google Playstore o instalarla manualmente desde nuestro servidor en su smartphone, protegida de datos.',
+        'playstore' => 'Google Playstore',
+        'fdroid'    => 'F-Droid Store',
+        'manuell'   => 'Instalación manual',
+    ],
+    'maps'         => [
+        'playstore' => 'Google Playstore',
+        1           => 'Esta aplicación ofrece una integración nativa de <a href="https://maps.metager.de" target="_blank">  MetaGer Maps</a>(con tecnología de <a href = "https: //www.openstreetmap.de/" target =" _ blank"> Openstreetmap</a>) en su dispositivo móvil Android.',
+        2           => 'De este modo el servicio de mapas y navegación también funciona de manera óptima y rápida en su smartphone. La aplicación aumenta el rendimiento en comparación con el uso en el navegador móvil y ofrece algunas otras ventajas. ¡Intentalo!',
+        3           => 'Después del primer inicio, la aplicación solicita los siguientes permisos:',
+        'list'      => [
+            1   => 'Acceso a datos de posición => Si el GPS está activado en su teléfono móvil, podemos mejorar sus resultados de búsqueda. Además habilita la función de navegación paso a paso.<b>Por supuesto, estos datos no se almacenan en ningún lugar y ciertamente no se transmiten a terceros.</b>',
+            2   => 'Acceso a fotos, medios y archivos en el dispositivo => Esta autorización es necesaria para que esta aplicación pueda actualizarse sola. Si hay una nueva versión de la aplicación disponible, puede guardarla en su directorio de descarga y luego instalarla automáticamente desde allí. Si no desea otorgar este permiso, deberá reinstalar manualmente la aplicación cada vez que haya una actualización disponible.',
+        ],
+    ],
+    'installation' => [
+        1   => 'Si desea instalar nuestra aplicación directamente desde Google Playstore, no necesita considerar nada más. Simplemente haga clic en el enlace "Google Playstore" para ser redirigido al App Store y haga clic en "Instalar".',
+        2   => 'Si desea instalar nuestra aplicación manualmente (sin App Store), proceda de la siguiente manera:',
+    ],
+    'list'         => [
+        1   => 'Abra el menú de configuración para permitir la instalación: Configuración => Sistema => Seguridad. Marque la casilla junto a "Fuentes desconocidas".',
+        2   => 'Seleccione el enlace "Instalación manual" en esta página para descargar el archivo de instalación en su dispositivo móvil.',
+        3   => 'Abra el archivo descargado en su dispositivo móvil. Esto iniciará el proceso de instalación.',
+    ],
 ];
diff --git a/metager/lang/es/asso.php b/metager/lang/es/asso.php
index 3b4eaefe5ea93f8873329bada0090d421432686a..399e399b3fd5dce337cd50cdff7adfdc09fe656a 100644
--- a/metager/lang/es/asso.php
+++ b/metager/lang/es/asso.php
@@ -1,10 +1,19 @@
 <?php
-
 return [
-    "head.1"	=>	"Asociador - MetaGer",
-    "1.1"	=>	"Si no obtiene el resultado deseado con las palabras clave utilizadas, quizás es porque le faltan las palabras  correctas o mas adecuadas. Consulte nuestro asociador: Ingrese una o más palabras para las que está buscando términos nuevos o mejores. Ahora intente una nueva búsqueda haciendo clic en uno de los términos nuevos que aparecen en la página de resultados. Se aplica nuestra política de protección de datos",
-    "1.2"	=>	"Protección de Datos",
-    "reasso.title"	=>	"Asociar este término",
-    "searchasso.title"	=>	"Realizar una búsqueda en MetaGer de este término",
-    "search.placeholder"	=>	"El término a asociar"
+    'head'       => [
+        1   => 'Asociador - MetaGer',
+    ],
+    1            => [
+        1   => 'Si no obtiene el resultado deseado con las palabras clave utilizadas, quizás es porque le faltan las palabras  correctas o mas adecuadas. Consulte nuestro asociador: Ingrese una o más palabras para las que está buscando términos nuevos o mejores. Ahora intente una nueva búsqueda haciendo clic en uno de los términos nuevos que aparecen en la página de resultados. Se aplica nuestra política de protección de datos',
+        2   => 'Protección de Datos',
+    ],
+    'reasso'     => [
+        'title' => 'Asociar este término',
+    ],
+    'searchasso' => [
+        'title' => 'Realizar una búsqueda en MetaGer de este término',
+    ],
+    'search'     => [
+        'placeholder' => 'El término a asociar',
+    ],
 ];
diff --git a/metager/lang/es/auth.php b/metager/lang/es/auth.php
index 8de80f5cc920a8536cad1b1a91b928adf2f36024..e8be4bc90c1011b6f0f026d34620b610ea6a0113 100644
--- a/metager/lang/es/auth.php
+++ b/metager/lang/es/auth.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
-    "failed"	=>	"Los accesos proporcionados no están conocidos.",
-    "throttle"	=>	"Demasiados intentos de loggearse, espera :seconds segundos y intente de nuevo."
+    'failed'   => 'Los accesos proporcionados no están conocidos.',
+    'throttle' => 'Demasiados intentos de loggearse, espera :seconds segundos y intente de nuevo.',
 ];
diff --git a/metager/lang/es/bitpay.php b/metager/lang/es/bitpay.php
index 6efd4f88b077106e9e5c220b7e189a9a3359e079..3918e6d83c27f92026283b75e0a087c3af1dc09d 100644
--- a/metager/lang/es/bitpay.php
+++ b/metager/lang/es/bitpay.php
@@ -1,3 +1,4 @@
-<?php return [
-    "amount"	=>	"Cantidad"
+<?php
+return [
+    'amount' => 'Cantidad',
 ];
diff --git a/metager/lang/es/captcha.php b/metager/lang/es/captcha.php
index 79e9c0be0a67d88949ad3cc6c6d188daa6929592..626745ec8c33632da7fc451302d92607afddcd22 100644
--- a/metager/lang/es/captcha.php
+++ b/metager/lang/es/captcha.php
@@ -1,8 +1,8 @@
 <?php
 return [
-    '1' => 'Perdon por la molestia',
-    '2' => 'Introduzca los cinco caracteres de la imagen o del reproductor de audio en el campo de entrada y confirme con "OK" para llegar a la página de resultados.',
-    '3' => 'Entrar en captcha',
-    '4' => 'No volver a preguntar en este dispositivo (opcional, establece una cookie)',
-    '5' => 'Generar un nuevo Captcha'
+    1   => 'Perdon por la molestia',
+    2   => 'Introduzca los cinco caracteres de la imagen o del reproductor de audio en el campo de entrada y confirme con "OK" para llegar a la página de resultados.',
+    3   => 'Entrar en captcha',
+    4   => 'No volver a preguntar en este dispositivo (opcional, establece una cookie)',
+    5   => 'Generar un nuevo Captcha',
 ];
diff --git a/metager/lang/es/datenschutz.php b/metager/lang/es/datenschutz.php
index 5c4ef40535289b5579ec4273812e0be1d19d8e82..74b7a36b29a8f684b0b88306546d2a29bd36943f 100644
--- a/metager/lang/es/datenschutz.php
+++ b/metager/lang/es/datenschutz.php
@@ -1,19 +1,22 @@
 <?php
-
 return [
-    "head" => "Protección de datos y privacidad",
-    "general.1" => "Protección de datos y privacidad son para nosotros los bienes más importantes del internet. Son dignos de ser protegidos y no se debería usarlos comercialmente. Aquí una corta lista de nuestro modo de proceder. Una extensa presentación con información trasfondo, porque nosotros mantenemos el único buscador realmente seguro, encuentra en <a href=\"https://suma-ev.de/presse/Sicher-suchen-UND-finden-mit-MetaGer.html\">aquí.</a> ",
-    "general.3" => "Solo software que esta libre y el código fuente disponible, puede ser revisado por cualquier persona. En los demás casos el usuario tiene que CREER, lo que dice la compañía operadora o el vendedor del sello de calidad. MetaGer es software libre bajo licencia GNU-AGPLv3 (vea la noticia relacionada en alemán en el Heise Ticker <a href=\"http://heise.de/-3295586\" target=\"_blank\" rel=\"noopener\">http://heise.de/-3295586</a>). Usted puede descargar el código fuente de MetaGer aquí: <a href=\"https://gitlab.metager.de/open-source/MetaGer\" target=\"_blank\" rel=\"noopener\">https://gitlab.metager.de/open-source/MetaGer</a><br /> No necesita creernos nada: USTED mismo lo puede controlar!",
-    "policy.1" => "Nuestro procedimiento / política:",
-    "policy.2" => "No guardamos suya dirección IP, ni suyo \"Browser-Fingerprint\" (<a href=\"http://www.heise.de/security/meldung/Fingerprinting-Viele-Browser-sind-ohne-Cookies-identifizierbar-1982976.html\" target=\"_blank\" rel=\"noopener\">)Excepción : a corto plazo con ocasión de bot/hacking.",
-    "policy.5" => "No usamos Tracking-Cookies o un Tracking-Pixel o tecnologías similares, para perseguir a nuestros usuarios (Tracking = Seguir los movimientos en el internet).",
-    "policy.6" => "La transmisión de datos en MetaGer se hace únicamente cifrado con el protocolo https.",
-    "policy.7" => "Ofrecemos un acceso sobre la red anónimo TOR, el <a href=\"http://forum.suma-ev.de/viewtopic.php?f=3&t=43&sid=c994b628153235dfef098ba6fea3d60e\" target=\"_blank\" rel=\"noopener\">MetaGer-TOR-hidden Service.</a>",
-    "policy.9" => "Porque el acceso sobre la red TOR les parece a muchos usuarios complicado, aveces esta lento, nosotros hemos implementado un camino alterno, con lo cual puede llegar hasta las páginas de destino guardando su anonimato : Haciendo click en el link \"abrir anónimo\". Mediante esto sus datos personales están protegidos al hacer click sobre resultados en MetaGer y incluso en todos los clicks que siguen.",
-    "policy.10" => "Hacemos muy poca publicidad, la marcamos claramente, y confiamos para nuestra financiación en nuestros usuarios, sus <a href=\"/spende/\">donaciones</a> y membresías para el  <a href=\"http://suma-ev.de/\" target=\"_blank\" rel=\"noopener\">SUMA-EV</a>. ",
-    "policy.13" => "La organización sin fines de lucro <a href=\"http://suma-ev.de/\" target=\"_blank\" rel=\"noopener\">SUMA-EV</a> en cooperación con la <a href=\"http://www.uni-hannover.de/\" target=\"_blank\" rel=\"noopener\">Leibniz Universität Hannover</a>  mantienen y desarrollan MetaGer. ",
-    "policy.17" => "Nuestros servidores están exclusivamente en Alemania. Estan bajo de la ley de protección de datos alemán, lo cual es considerado uno de los más estrictos del mundo.",
-    "policy.18" => "No solamente protegemeos suyos datos, pero el ambiente. Llevamos nuestros servidores con electricidad verde.",
-    "policy.19" => "Después de las revelaciones de Edward Snowden en Junio 2013 se han posicionado varios buscadores con la autoproclamación que sus búsquedas estuvieron seguras porque no guardan los IP de los usuarios. Suponiendo honestos intensiones en estos autodescripciones, es un hecho que muchos de estos buscadores hostean al menos una parte de sus servidores en EEUU. Esto incluye algunos que aun están recomendados por protectores de datos. Estos buscadores están<a href=\"http://de.wikipedia.org/wiki/USA_PATRIOT_Act\" target=\"_blank\" rel=\"noopener\"> bajo de la ley Patriot Act y bajo derecho de EEUU y las autoridades tienen acceso completo a la data</a> y por ende no puede garantizar la privacidad de sus usuarios (a pesar de los esfuerzos de ellos mismos).",
-    "twitter" => "Lo que otros dicen sobre nuestro concepto de privacidad en Twitter:",
+    'head'    => 'Protección de datos y privacidad',
+    'general' => [
+        1   => 'Protección de datos y privacidad son para nosotros los bienes más importantes del internet. Son dignos de ser protegidos y no se debería usarlos comercialmente. Aquí una corta lista de nuestro modo de proceder. Una extensa presentación con información trasfondo, porque nosotros mantenemos el único buscador realmente seguro, encuentra en <a href="https://suma-ev.de/presse/Sicher-suchen-UND-finden-mit-MetaGer.html">aquí.</a> ',
+        3   => 'Solo software que esta libre y el código fuente disponible, puede ser revisado por cualquier persona. En los demás casos el usuario tiene que CREER, lo que dice la compañía operadora o el vendedor del sello de calidad. MetaGer es software libre bajo licencia GNU-AGPLv3 (vea la noticia relacionada en alemán en el Heise Ticker <a href="http://heise.de/-3295586" target="_blank" rel="noopener">http://heise.de/-3295586</a>). Usted puede descargar el código fuente de MetaGer aquí: <a href="https://gitlab.metager.de/open-source/MetaGer" target="_blank" rel="noopener">https://gitlab.metager.de/open-source/MetaGer</a><br /> No necesita creernos nada: USTED mismo lo puede controlar!',
+    ],
+    'policy'  => [
+        1    => 'Nuestro procedimiento / política:',
+        2    => 'No guardamos suya dirección IP, ni suyo "Browser-Fingerprint" (<a href="http://www.heise.de/security/meldung/Fingerprinting-Viele-Browser-sind-ohne-Cookies-identifizierbar-1982976.html" target="_blank" rel="noopener">)Excepción : a corto plazo con ocasión de bot/hacking.',
+        5    => 'No usamos Tracking-Cookies o un Tracking-Pixel o tecnologías similares, para perseguir a nuestros usuarios (Tracking = Seguir los movimientos en el internet).',
+        6    => 'La transmisión de datos en MetaGer se hace únicamente cifrado con el protocolo https.',
+        7    => 'Ofrecemos un acceso sobre la red anónimo TOR, el <a href="http://forum.suma-ev.de/viewtopic.php?f=3&t=43&sid=c994b628153235dfef098ba6fea3d60e" target="_blank" rel="noopener">MetaGer-TOR-hidden Service.</a>',
+        9    => 'Porque el acceso sobre la red TOR les parece a muchos usuarios complicado, aveces esta lento, nosotros hemos implementado un camino alterno, con lo cual puede llegar hasta las páginas de destino guardando su anonimato : Haciendo click en el link "abrir anónimo". Mediante esto sus datos personales están protegidos al hacer click sobre resultados en MetaGer y incluso en todos los clicks que siguen.',
+        10   => 'Hacemos muy poca publicidad, la marcamos claramente, y confiamos para nuestra financiación en nuestros usuarios, sus <a href="/spende/">donaciones</a> y membresías para el  <a href="http://suma-ev.de/" target="_blank" rel="noopener">SUMA-EV</a>. ',
+        13   => 'La organización sin fines de lucro <a href="http://suma-ev.de/" target="_blank" rel="noopener">SUMA-EV</a> en cooperación con la <a href="http://www.uni-hannover.de/" target="_blank" rel="noopener">Leibniz Universität Hannover</a>  mantienen y desarrollan MetaGer. ',
+        17   => 'Nuestros servidores están exclusivamente en Alemania. Estan bajo de la ley de protección de datos alemán, lo cual es considerado uno de los más estrictos del mundo.',
+        18   => 'No solamente protegemeos suyos datos, pero el ambiente. Llevamos nuestros servidores con electricidad verde.',
+        19   => 'Después de las revelaciones de Edward Snowden en Junio 2013 se han posicionado varios buscadores con la autoproclamación que sus búsquedas estuvieron seguras porque no guardan los IP de los usuarios. Suponiendo honestos intensiones en estos autodescripciones, es un hecho que muchos de estos buscadores hostean al menos una parte de sus servidores en EEUU. Esto incluye algunos que aun están recomendados por protectores de datos. Estos buscadores están<a href="http://de.wikipedia.org/wiki/USA_PATRIOT_Act" target="_blank" rel="noopener"> bajo de la ley Patriot Act y bajo derecho de EEUU y las autoridades tienen acceso completo a la data</a> y por ende no puede garantizar la privacidad de sus usuarios (a pesar de los esfuerzos de ellos mismos).',
+    ],
+    'twitter' => 'Lo que otros dicen sobre nuestro concepto de privacidad en Twitter:',
 ];
diff --git a/metager/lang/es/faktencheck.php b/metager/lang/es/faktencheck.php
index 6c97f916f0510d8105daf5e3942eeb9a741b017c..35c655d725fe0752bc36f9c6374f133bc016dc32 100644
--- a/metager/lang/es/faktencheck.php
+++ b/metager/lang/es/faktencheck.php
@@ -1,37 +1,41 @@
 <?php
-
 return [
-    "heading.1"	=>	"Verificación de hechos versus noticias falsas:",
-    "paragraph.1"	=>	"¿De dónde viene el mensaje?",
-    "list.1"	=>	"sitio web",
-    "list.1.1"	=>	"¿Este sitio web tiene una impresión? ¿Quién se menciona allí (nombre, empresa, ...) y qué se puede descubrir acerca de estas personas?",
-    "list.1.2"	=>	"¿Quién es el propietario del sitio web en la base de datos Whois? ¿Coincide esto con la impresión y lo que se puede averiguar sobre los propietarios del sitio web? (<a href=\"https://de.wikipedia.org/wiki/Whois\" target=\"_blank\" rel=\"noopener\"> https://de.wikipedia.org/wiki/Whois </a>)",
-    "list.1.3"	=>	"¿Hay un autor en el sitio web? ¿Qué se puede descubrir acerca de esta persona / s?",
-    "list.1.4"	=>	"Publica lo anterior ¿Gente frecuente / él sobre el tema? ¿Eres conocido en esta (materia) área? ¿Hay alguna entrada de Wikipedia sobre ti?",
-    "list.1.5"	=>	"¿Hay algún hecho en el texto que pueda verificarse en otro lugar? ¿Incluso fuera de las fuentes de internet?",
-    "list.1.6"	=>	"¿El estilo de la escritura indica si el texto debe ser satírico / irónico?",
-    "list.1.7"	=>	"¿Hay citas en el texto cuya corrección se puede verificar en otro lugar?",
-    "list.1.8"	=>	"¿El razonamiento en el texto es lógico y plausible?",
-    "list.2"	=>	"Facebook u otras redes sociales o foros",
-    "list.2.1"	=>	"¿Es un autor nombrado con un nombre que parece real? Si no: mensaje extremadamente cuestionable.",
-    "list.2.2"	=>	"¿Qué información adicional hay para este nombre?",
-    "list.2.3"	=>	"¿Se puede verificar si este nombre es real? ¿También se puede contactar a esta persona en otros canales de comunicación? ¿Puedes llamarla y hablar con ella sobre este texto?",
-    "list.2.4"	=>	"¿El perfil de este nombre está verificado en FB? (<a href=\"https://www.facebook.com/help/196050490547892\" target=\"_blank\" rel=\"noopener\"> https://www.facebook.com/help/196050490547892 </a>)",
-    "list.2.5"	=>	"¿Cuánto tiempo lleva este perfil en existencia?",
-    "list.2.6"	=>	"¿Cuántos amigos de FB tiene este perfil? ¿Qué se puede encontrar sobre los nombres de estos perfiles?",
-    "list.3"	=>	"Wikipedia",
-    "list.3.1"	=>	"¡No todo en Wikipedia es cierto!",
-    "list.3.2"	=>	"Verifique el historial de versiones: ¿Quién escribió qué y cuándo?",
-    "list.3.3"	=>	"¿Se puede saber algo sobre estos autores?",
-    "list.3.4"	=>	"¿Hay una página de discusión para esta entrada de Wikipedia de la que se puedan sacar más conclusiones?",
-    "list.4"	=>	"Correos electrónicos",
-    "list.4.1"	=>	"¡Falsificar correos electrónicos es MUY fácil! => Correos electrónicos falsos.",
-    "list.4.2"	=>	"¿El correo electrónico realmente proviene del remitente especificado? Verifique el encabezado del correo electrónico cuidadosamente y examine las direcciones IP y las rutas de entrega mencionadas allí (no es fácil).",
-    "list.4.3"	=>	"Utilice el correo electrónico firmado y mejor cifrado (no es fácil); Notas aquí: <a href=\"https://www.heise.de/ct/artikel/Ausgebootet-289538.html\" target=\"_blank\" rel=\"noopener\"> https://www.heise.de/ ct / artikel / Ausbootoot-289538.html </a>",
-    "list.5"	=>	"Fotos, videos",
-    "list.5.1"	=>	"Mira de cerca el fondo. Paisajismo, edificios, automóviles y matrículas, ropa, personas. ¿Es correcto? ¿Encaja con el texto asociado si es necesario?",
-    "list.5.2"	=>	"¿Puedes encontrar imágenes similares con la búsqueda de imágenes inversa de los motores de búsqueda de imágenes?",
-    "list.5.3"	=>	"¿Puedes leer metadatos de las imágenes con programas gráficos? ¿Estos metadatos coinciden con el contenido de la imagen?",
-    "list.6"	=>	"Hay una aplicación \"Fake News Check\" para Smartphone que también tiene en cuenta aspectos muy subjetivos y emocionales. Además, más enlaces para la verificación de hechos",
-    "list.7"	=>	"¡NO hay seguridad absoluta contra la falsificación!"
+    'heading'   => [
+        1   => 'Verificación de hechos versus noticias falsas:',
+    ],
+    'paragraph' => [
+        1   => '¿De dónde viene el mensaje?',
+    ],
+    'list'      => [
+        1   => [
+            1   => '¿Este sitio web tiene una impresión? ¿Quién se menciona allí (nombre, empresa, ...) y qué se puede descubrir acerca de estas personas?',
+            2   => '¿Quién es el propietario del sitio web en la base de datos Whois? ¿Coincide esto con la impresión y lo que se puede averiguar sobre los propietarios del sitio web? (<a href="https://de.wikipedia.org/wiki/Whois" target="_blank" rel="noopener"> https://de.wikipedia.org/wiki/Whois </a>)',
+            3   => '¿Hay un autor en el sitio web? ¿Qué se puede descubrir acerca de esta persona / s?',
+            4   => 'Publica lo anterior ¿Gente frecuente / él sobre el tema? ¿Eres conocido en esta (materia) área? ¿Hay alguna entrada de Wikipedia sobre ti?',
+        ],
+        2   => [
+            1   => '¿Es un autor nombrado con un nombre que parece real? Si no: mensaje extremadamente cuestionable.',
+            2   => '¿Qué información adicional hay para este nombre?',
+            3   => '¿Se puede verificar si este nombre es real? ¿También se puede contactar a esta persona en otros canales de comunicación? ¿Puedes llamarla y hablar con ella sobre este texto?',
+            4   => '¿El perfil de este nombre está verificado en FB? (<a href="https://www.facebook.com/help/196050490547892" target="_blank" rel="noopener"> https://www.facebook.com/help/196050490547892 </a>)',
+            5   => '¿Cuánto tiempo lleva este perfil en existencia?',
+        ],
+        3   => [
+            1   => '¡No todo en Wikipedia es cierto!',
+            2   => 'Verifique el historial de versiones: ¿Quién escribió qué y cuándo?',
+            3   => '¿Se puede saber algo sobre estos autores?',
+            4   => '¿Hay una página de discusión para esta entrada de Wikipedia de la que se puedan sacar más conclusiones?',
+        ],
+        4   => [
+            1   => '¡Falsificar correos electrónicos es MUY fácil! => Correos electrónicos falsos.',
+            2   => '¿El correo electrónico realmente proviene del remitente especificado? Verifique el encabezado del correo electrónico cuidadosamente y examine las direcciones IP y las rutas de entrega mencionadas allí (no es fácil).',
+            3   => 'Utilice el correo electrónico firmado y mejor cifrado (no es fácil); Notas aquí: <a href="https://www.heise.de/ct/artikel/Ausgebootet-289538.html" target="_blank" rel="noopener"> https://www.heise.de/ ct / artikel / Ausbootoot-289538.html </a>',
+        ],
+        5   => [
+            1   => 'Mira de cerca el fondo. Paisajismo, edificios, automóviles y matrículas, ropa, personas. ¿Es correcto? ¿Encaja con el texto asociado si es necesario?',
+            2   => '¿Puedes encontrar imágenes similares con la búsqueda de imágenes inversa de los motores de búsqueda de imágenes?',
+            3   => '¿Puedes leer metadatos de las imágenes con programas gráficos? ¿Estos metadatos coinciden con el contenido de la imagen?',
+        ],
+        7   => '¡NO hay seguridad absoluta contra la falsificación!',
+    ],
 ];
diff --git a/metager/lang/es/faq.php b/metager/lang/es/faq.php
deleted file mode 100644
index b62512838d61fcfb139998b7643eec0db85d6ede..0000000000000000000000000000000000000000
--- a/metager/lang/es/faq.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-
-return [
-];
diff --git a/metager/lang/es/footer.php b/metager/lang/es/footer.php
index 60025a1b2c7ce3489ec7ede1c901de17c00efd78..d78a58374d151456612cdcd375e8c0e4b259c334 100644
--- a/metager/lang/es/footer.php
+++ b/metager/lang/es/footer.php
@@ -1,6 +1,7 @@
 <?php
-
 return [
-    "sumaev.1" => "MetaGer mantiene y desarrolla el",
-    "sumaev.2" => "SUMA-EV",
+    'sumaev' => [
+        1   => 'MetaGer mantiene y desarrolla el',
+        2   => 'SUMA-EV',
+    ],
 ];
diff --git a/metager/lang/es/help/help-functions.php b/metager/lang/es/help/help-functions.php
index 735052fb63c78fa8994bab2f3076e71b9ebae60d..b89afc47a57aba678bc5eae653b80507739d8e41 100644
--- a/metager/lang/es/help/help-functions.php
+++ b/metager/lang/es/help/help-functions.php
@@ -1,9 +1,4 @@
 <?php
-
 return [
-
-    "title"	=>	"Ayuda de MetaGer",
-   
-
-
-];
\ No newline at end of file
+    'title' => 'Ayuda de MetaGer',
+];
diff --git a/metager/lang/es/help/help-mainpages.php b/metager/lang/es/help/help-mainpages.php
index f66f508e6897c225abba26dc95a2f61dceeb1423..a811ff5d92019f4d0b2efef098cd685121871b43 100644
--- a/metager/lang/es/help/help-mainpages.php
+++ b/metager/lang/es/help/help-mainpages.php
@@ -1,31 +1,23 @@
 <?php
-
 return [
-
-    "title"	=>	"Ayuda de MetaGer",
-    "title.2"	=>	"Uso del motor de búsqueda",
-    "startpage.title"	=>	"La página de inicio",
-    "startpage.info"	=>	"La página de inicio contiene el campo de búsqueda, un botón en la parte superior derecha para abrir el menú y un enlace debajo del campo de búsqueda con el que puede agregar MetaGer a su navegador. En la parte inferior encontrará información sobre MetaGer y la asociación patrocinadora SUMA-EV.",
-    "searchfield.title"	=>	"El campo de búsqueda",
-    "searchfield.info"	=>	"El campo de búsqueda consiste de varias partes:",
-    "searchfield.memberkey"	=>	"El símbolo de la llave (solo para asociados): Los socios del SUMA-EV pueden ingresar aquí su clave para poder utilizar la búsqueda sin publicidad. Si quiere resultados de búqueda sin anuncios publicitarios, conviértase en socio: <a href = \"/beitritt/\">Solicitud de admisión</a>",
-    "searchfield.slot"	=>	"El campo de búsqueda: Ingrese su término de búsqueda aquí.",
-    "searchfield.search"	=>	"La lupa: Inicie la búsqueda aquí con un clic o pulse \"Enter\".",
-    "resultpage.title"	=>	"La página de resultados",
-    "resultpage.foci"	=>	"Debajo del campo de búsqueda puede ver seis focos de búsqueda diferentes (tres en el sector anglófono) (web, imágenes ... ...), a los que se asignan internamente motores de búsqueda específicos.",
-    "resultpage.choice"	=>	"A continuación verá dos opciones: en su caso, \"Filtro\" y \"Configuración\"",
-    "resultpage.filter"	=>	"Filtros: Le ofrecen la posibilidad de elgir entre mostrar y ocultar opciones de filtro y de aplicar filtros. En cada enfoque de búsqueda, tiene diferentes opciones.",
-    "resultpage.settings.0"	=>	"Configuración: Le permite realizar configuraciones de búsqueda permanentes en el foco actual para su búsqueda con MetaGer. También puede seleccionar o eliminar los buscadores asignados al foco. Sus configuraciones se guardan con la ayuda de cookies de texto sin formato no personal. También puede acceder a la página de configuración a través del menú en la parte superior derecha.",
-    "resultpage.settings.1"	=>	"En \"Nota\", encontrará un enlace que le muestra todas sus configuraciones y con un clic las puede borrar, si lo desea.  Además encontrará un enlace que puede copiar y guardar como marcador. Si más tarde selecciona el marcador, sus configuraciones estarán disponibles nuevamente.\r\n",
-    "resultpage.settings.2"	=>	"Aquí también tiene la oportunidad de compilar una lista negra personal; Por lo tanto, no solo puede filtrar los motores de búsqueda, sino también los dominios especiales y, por lo tanto, establecer su propia configuración de búsqueda. Con un clic en \"Agregar\", estas configuraciones se adjuntan al enlace en la sección \"Nota\".",
-    "resultpage.settings.3"	=>	" Aquí puede activar y desactivar la visualización de las citas.",
-    "resultpage.settings.4"	=>	"Simplemente cambie aquí al modo oscuro.",
-    "stopworte.title"	=>	"Palabras de parada",
-    "stopworte.1"	=>	"Si desea excluir en los resultados de búsqueda de MetaGer aquellos que contienen ciertas palabras (palabras de exclusión / palabras de parada), puede hacerlo agregando un signo menos a estas palabras.",
-    "stopworte.2"	=>	"Ejemplo: Está buscando un automóvil nuevo, pero definitivamente no debe ser un BMW. \r\nEntonces tu entrada es:",
-    "stopworte.3"	=>	"coche nuevo -bmw",
-    "mehrwortsuche.title"	=>	"Búsqueda de varias palabras",
-    "mehrwortsuche.1"	=>	"Si busca más de una palabra en MetaGer, automáticamente intentaremos proporcionarle los resultados que contengan todas las palabras o que se acerquen lo más posible a ellas.",
-    "mehrwortsuche.2"	=>	"Si eso no es suficiente para usted, tiene dos opciones para refinar su búsqueda:"
-
-];
\ No newline at end of file
+    'title'       => [
+        2   => 'Uso del motor de búsqueda',
+    ],
+    'startpage'   => [
+        'title' => 'La página de inicio',
+        'info'  => 'La página de inicio contiene el campo de búsqueda, un botón en la parte superior derecha para abrir el menú y un enlace debajo del campo de búsqueda con el que puede agregar MetaGer a su navegador. En la parte inferior encontrará información sobre MetaGer y la asociación patrocinadora SUMA-EV.',
+    ],
+    'searchfield' => [
+        'title'     => 'El campo de búsqueda',
+        'info'      => 'El campo de búsqueda consiste de varias partes:',
+        'memberkey' => 'El símbolo de la llave (solo para asociados): Los socios del SUMA-EV pueden ingresar aquí su clave para poder utilizar la búsqueda sin publicidad. Si quiere resultados de búqueda sin anuncios publicitarios, conviértase en socio: <a href = "/beitritt/">Solicitud de admisión</a>',
+        'slot'      => 'El campo de búsqueda: Ingrese su término de búsqueda aquí.',
+        'search'    => 'La lupa: Inicie la búsqueda aquí con un clic o pulse "Enter".',
+    ],
+    'resultpage'  => [
+        'title'  => 'La página de resultados',
+        'foci'   => 'Debajo del campo de búsqueda puede ver seis focos de búsqueda diferentes (tres en el sector anglófono) (web, imágenes ... ...), a los que se asignan internamente motores de búsqueda específicos.',
+        'choice' => 'A continuación verá dos opciones: en su caso, "Filtro" y "Configuración"',
+        'filter' => 'Filtros: Le ofrecen la posibilidad de elgir entre mostrar y ocultar opciones de filtro y de aplicar filtros. En cada enfoque de búsqueda, tiene diferentes opciones.',
+    ],
+];
diff --git a/metager/lang/es/help/help-privacy-protection.php b/metager/lang/es/help/help-privacy-protection.php
index 1954477b3454ba9ba124bee8be04e21176d45560..b89afc47a57aba678bc5eae653b80507739d8e41 100644
--- a/metager/lang/es/help/help-privacy-protection.php
+++ b/metager/lang/es/help/help-privacy-protection.php
@@ -1,7 +1,4 @@
 <?php
-
 return [
-    "title"	=>	"Ayuda de MetaGer",
-   
-
-];
\ No newline at end of file
+    'title' => 'Ayuda de MetaGer',
+];
diff --git a/metager/lang/es/help/help-services.php b/metager/lang/es/help/help-services.php
index 81c8b8abd4469842f7f39f6b7aad7b319e985f8d..b89afc47a57aba678bc5eae653b80507739d8e41 100644
--- a/metager/lang/es/help/help-services.php
+++ b/metager/lang/es/help/help-services.php
@@ -1,7 +1,4 @@
 <?php
-
 return [
-
-    "title"	=>	"Ayuda de MetaGer",
-   
-];
\ No newline at end of file
+    'title' => 'Ayuda de MetaGer',
+];
diff --git a/metager/lang/es/help/help.php b/metager/lang/es/help/help.php
index 32416aa39ce76debb8254ecea103026b67d52eca..efa1028fa5c330c798610ea295fb3389f4ea413e 100644
--- a/metager/lang/es/help/help.php
+++ b/metager/lang/es/help/help.php
@@ -1,8 +1,6 @@
 <?php
-
 return [
-    "achtung"	=>	"Atención:\r\nDado que desarrollamos y mejoramos nuestro motor de búsqueda  constantemente, puede suceder que siempre haya cambios en la estructura y función. Aunque intentamos adaptar la ayuda lo más rápido posible a los cambios, no podemos descartar la posibilidad de discrepancias temporales en partes de las instrucciones.",
-    "title"	=>	"Ayuda de MetaGer",
-    "title.2"	=>	"Uso del motor de búsqueda",
-
+    'achtung' => 'Atención:
+Dado que desarrollamos y mejoramos nuestro motor de búsqueda  constantemente, puede suceder que siempre haya cambios en la estructura y función. Aunque intentamos adaptar la ayuda lo más rápido posible a los cambios, no podemos descartar la posibilidad de discrepancias temporales en partes de las instrucciones.',
+    'title'   => 'Ayuda de MetaGer',
 ];
diff --git a/metager/lang/es/impressum.php b/metager/lang/es/impressum.php
index a43c90bf6e1d4cc97530b03f64056f77e611d703..ebb00ecb8928350d55b8abd7a07799510fbde47f 100644
--- a/metager/lang/es/impressum.php
+++ b/metager/lang/es/impressum.php
@@ -1,14 +1,17 @@
 <?php
-
 return [
-    "title" => "Aviso legal",
-    "headline.1" => "<a href=\"http://suma-ev.de/\" target=\"_blank\" rel=\"noopener\">SUMA-EV - Verein für freien Wissenszugang (e.V.)</a> en cooperación con la <a href=\"http://www.uni-hannover.de/\" target=\"_blank\" rel=\"noopener\">universidad Leibniz Hannover</a>",
-    "info.1" => "Articulo de Wikipedia de <a href=\"http://de.wikipedia.org/wiki/Suma_e.V.\" target=\"_blank\" rel=\"noopener\">SUMA-EV</a>",
-    "info.2" => " SUMA-EV Röselerstr. 3 D-30159 Hannover Deutschland/Germany",
-    "info.3" => "Contacto: Tel.: +4951134000070 EMail: <a href=\"/es/kontakt\">Formulario encriptado</a>",
-    "info.4" => "Junta directiva: Dominik Hebeler, Carsten Riel, Manuela Branz",
-    "info.6" => "Encargado de protección de menores: Manuela Branz <a href=\"mailto:jugendschutz@metager.de\">jugendschutz@metager.de</a>",
-    "info.8" => "\"SUMA-EV - Verein für freien Wissenszugang\" es una asociación sin fines de lucro, registrado en el registro de asociaciones del Amtsgericht Hannover bajo numero VR200033. Número de identificación a efectos del IVA:  DE 300 464 091 La \"Gottfried Wilhelm Leibniz Universität Hannover\" es una entidad del derecho publico.",
-    "info.9" => "Exención de responsabilidad",
-    "info.10" => "Pese al control minucioso de contenidos no podemos hacernos responsable de contenidos encontrados en hipervinculos externos. Para los contenidos de páginas linkeadas son unicamente responsables las respectivas compañías operadoras.",
+    'title'    => 'Aviso legal',
+    'headline' => [
+        1   => '<a href="http://suma-ev.de/" target="_blank" rel="noopener">SUMA-EV - Verein für freien Wissenszugang (e.V.)</a> en cooperación con la <a href="http://www.uni-hannover.de/" target="_blank" rel="noopener">universidad Leibniz Hannover</a>',
+    ],
+    'info'     => [
+        1    => 'Articulo de Wikipedia de <a href="http://de.wikipedia.org/wiki/Suma_e.V." target="_blank" rel="noopener">SUMA-EV</a>',
+        2    => ' SUMA-EV Röselerstr. 3 D-30159 Hannover Deutschland/Germany',
+        3    => 'Contacto: Tel.: +4951134000070 EMail: <a href="/es/kontakt">Formulario encriptado</a>',
+        4    => 'Junta directiva: Dominik Hebeler, Carsten Riel, Manuela Branz',
+        6    => 'Encargado de protección de menores: Manuela Branz <a href="mailto:jugendschutz@metager.de">jugendschutz@metager.de</a>',
+        8    => '"SUMA-EV - Verein für freien Wissenszugang" es una asociación sin fines de lucro, registrado en el registro de asociaciones del Amtsgericht Hannover bajo numero VR200033. Número de identificación a efectos del IVA:  DE 300 464 091 La "Gottfried Wilhelm Leibniz Universität Hannover" es una entidad del derecho publico.',
+        9    => 'Exención de responsabilidad',
+        10   => 'Pese al control minucioso de contenidos no podemos hacernos responsable de contenidos encontrados en hipervinculos externos. Para los contenidos de páginas linkeadas son unicamente responsables las respectivas compañías operadoras.',
+    ],
 ];
diff --git a/metager/lang/es/index.php b/metager/lang/es/index.php
index f95cc4dc73fd222c4f8fa85803f8c9cbff79f6e4..796bc7417ba4f89eb7c2c370dcb186bd3c370818 100644
--- a/metager/lang/es/index.php
+++ b/metager/lang/es/index.php
@@ -1,10 +1,11 @@
 <?php
-
 return [
-    "plugin"    =>    "Instalar MetaGer",
-    "plugin-title"    =>    "Añadir MetaGer a su navegador",
-    "key.placeholder"    =>    "Introducir la clave para la búsqueda sin publicidad",
-    "key.tooltip"    =>    "Introducir la clave para la búsqueda sin publicidad",
-    "placeholder"    =>    "MetaGer: Buscar & encontrar de forma segura",
-    "searchbutton"    =>    "MetaGer - Búsqueda",
+    'plugin'       => 'Instalar MetaGer',
+    'plugin-title' => 'Añadir MetaGer a su navegador',
+    'key'          => [
+        'placeholder' => 'Introducir la clave para la búsqueda sin publicidad',
+        'tooltip'     => 'Introducir la clave para la búsqueda sin publicidad',
+    ],
+    'placeholder'  => 'MetaGer: Buscar & encontrar de forma segura',
+    'searchbutton' => 'MetaGer - Búsqueda',
 ];
diff --git a/metager/lang/es/kontakt.php b/metager/lang/es/kontakt.php
index bf6c6df9bf1c49ad5129b31579d8fb55a0733505..09172704a3e1100eba95b341ce10b0b079bcf8e5 100644
--- a/metager/lang/es/kontakt.php
+++ b/metager/lang/es/kontakt.php
@@ -1,17 +1,25 @@
 <?php
-
 return [
-    "headline.1" => "Contacto",
-
-    "form.1"     => "Formulario de contacto seguro",
-    "form.2"     => "Con este formulario nos puede contactar encryptado.",
-    "form.5"     => "Su dirección de correo electrónico (opcional)",
-    "form.6"     => "Su mensaje",
-    'form.7'     => '<strong>Su mensaje será encryptada antes de mandarla <a href="http://openpgpjs.org/.">OpenPGP.js</a> para esto necesitamos Javascript.</strong> Sino tiene activado Javascript su mensaje será enviada sin encryptación.',
-    "form.8"     => "Encriptar y enviar",
-    "letter.1"   => "Por carta",
-    "letter.2"   => "Preferimos que nos contacte por medios digitales. Si lo ve indispensable contactarnos vía correo fisico, nos puede escribir a la siguiente dirección:",
-    "letter.3"   => "SUMA-EV Röselerstr. 3 30159 Hannover Germany",
-    'error.1'    => "Lo sentimos, pero desafortunadamente no recibimos ningún dato con su solicitud de contacto. El mensaje no fue enviado.",
-    'success.1'  => "Su mensaje nos fue enviado con éxito. ¡Muchas gracias por esto! Procesaremos esto lo antes posible y luego lo contactaremos nuevamente si es necesario."
+    'headline' => [
+        1   => 'Contacto',
+    ],
+    'form'     => [
+        1   => 'Formulario de contacto seguro',
+        2   => 'Con este formulario nos puede contactar encryptado.',
+        5   => 'Su dirección de correo electrónico (opcional)',
+        6   => 'Su mensaje',
+        7   => '<strong>Su mensaje será encryptada antes de mandarla <a href="http://openpgpjs.org/.">OpenPGP.js</a> para esto necesitamos Javascript.</strong> Sino tiene activado Javascript su mensaje será enviada sin encryptación.',
+        8   => 'Encriptar y enviar',
+    ],
+    'letter'   => [
+        1   => 'Por carta',
+        2   => 'Preferimos que nos contacte por medios digitales. Si lo ve indispensable contactarnos vía correo fisico, nos puede escribir a la siguiente dirección:',
+        3   => 'SUMA-EV Röselerstr. 3 30159 Hannover Germany',
+    ],
+    'error'    => [
+        1   => 'Lo sentimos, pero desafortunadamente no recibimos ningún dato con su solicitud de contacto. El mensaje no fue enviado.',
+    ],
+    'success'  => [
+        1   => 'Su mensaje nos fue enviado con éxito. ¡Muchas gracias por esto! Procesaremos esto lo antes posible y luego lo contactaremos nuevamente si es necesario.',
+    ],
 ];
diff --git a/metager/lang/es/lang-selector.php b/metager/lang/es/lang-selector.php
index b1101bf30b772d565870a696e5fc61ce7e77777a..1f24688a7dd3bcd0eb04b6f75cee69312b9b6114 100644
--- a/metager/lang/es/lang-selector.php
+++ b/metager/lang/es/lang-selector.php
@@ -1,13 +1,14 @@
 <?php
-
 return [
-    "h1.1" => "Selección de idiomas",
-
-    "p.1" => "A continuación encontrará una lista de todos los idiomas/regiones actualmente soportados por MetaGer Search. Los resultados de su búsqueda serán optimizados para la región seleccionada. Estamos trabajando para estar disponibles también en más regiones.",
-
-    "lang" => [
-        "de" => "Alemán",
-        "en" => "Inglés",
-        "es" => "Español"
+    'h1'   => [
+        1   => 'Selección de idiomas',
+    ],
+    'p'    => [
+        1   => 'A continuación encontrará una lista de todos los idiomas/regiones actualmente soportados por MetaGer Search. Los resultados de su búsqueda serán optimizados para la región seleccionada. Estamos trabajando para estar disponibles también en más regiones.',
+    ],
+    'lang' => [
+        'de' => 'Alemán',
+        'en' => 'Inglés',
+        'es' => 'Español',
     ],
 ];
diff --git a/metager/lang/es/metaGer.php b/metager/lang/es/metaGer.php
index f5c0de3228c0ee8728bed9c2a6d5a39b22ac8b01..2e335c36e6da932a09a5ed47d2925ceb99c27e66 100644
--- a/metager/lang/es/metaGer.php
+++ b/metager/lang/es/metaGer.php
@@ -1,17 +1,29 @@
 <?php
-
 return [
-    "results.failed"    =>    "Lo sentimos. No encontrado resultados adecuados.",
-    "settings.noneSelected"    =>    "¡Guarda! No habéis seleccionado un motor de busqueda.",
-    "engines.noParser"    =>    "Falta: Preguntar :engine. Por favor notificáis MetaGer:  <a href=\"/es/kontakt\">Formulario encriptado</a>",
-    "formdata.noSearch"    =>    "¡Guarda! No insertado palabras para buscar.",
-    "formdata.hostBlacklist"    =>    "No recibís resultados del host \":host\"",
-    "formdata.domainBlacklist"    =>    "No recibís resultados del dominio: \":domain\"",
-    "formdata.stopwords"    =>    "Resultados sin \":stopwords\"",
-    "formdata.phrase"    =>    "Resultados \":phrase\"",
-    "sitesearch.failed"    =>    "Habéis querido una búsqueda en \":site\". Los motores de busqueda seleccioados no tienen resultados. Podéis hacer el sitesearch en el foco \"Web\":  <a href=\":searchLink\">hier</a> ",
-    "sitesearch.success"    =>    "Habéis querido una búsqueda \"sitesearch\". Recibís resultados solo de  <a href=\"http://:site\" target=\"_blank\" rel=\"noopener\">\":site\"</a> .",
-
-    "ads.own.title" => "Apoya a MetaGer",
-    "ads.own.description" => "Con su donación, apoya el mantenimiento y desarrollo del motor de búsqueda independiente metager.de y el trabajo de la asociación patrocinadora sin fines de lucro SUMA-EV.",
+    'results'    => [
+        'failed' => 'Lo sentimos. No encontrado resultados adecuados.',
+    ],
+    'settings'   => [
+        'noneSelected' => '¡Guarda! No habéis seleccionado un motor de busqueda.',
+    ],
+    'engines'    => [
+        'noParser' => 'Falta: Preguntar :engine. Por favor notificáis MetaGer:  <a href="/es/kontakt">Formulario encriptado</a>',
+    ],
+    'formdata'   => [
+        'noSearch'        => '¡Guarda! No insertado palabras para buscar.',
+        'hostBlacklist'   => 'No recibís resultados del host ":host"',
+        'domainBlacklist' => 'No recibís resultados del dominio: ":domain"',
+        'stopwords'       => 'Resultados sin ":stopwords"',
+        'phrase'          => 'Resultados ":phrase"',
+    ],
+    'sitesearch' => [
+        'failed'  => 'Habéis querido una búsqueda en ":site". Los motores de busqueda seleccioados no tienen resultados. Podéis hacer el sitesearch en el foco "Web":  <a href=":searchLink">hier</a> ',
+        'success' => 'Habéis querido una búsqueda "sitesearch". Recibís resultados solo de  <a href="http://:site" target="_blank" rel="noopener">":site"</a> .',
+    ],
+    'ads'        => [
+        'own' => [
+            'title'       => 'Apoya a MetaGer',
+            'description' => 'Con su donación, apoya el mantenimiento y desarrollo del motor de búsqueda independiente metager.de y el trabajo de la asociación patrocinadora sin fines de lucro SUMA-EV.',
+        ],
+    ],
 ];
diff --git a/metager/lang/es/metaGerSearch.php b/metager/lang/es/metaGerSearch.php
index 65fc992020107c424c8b4d71d5967c1004fd027a..9bd3ecfa2bbc5aeec1adb40ea89c9f2b55e0661e 100644
--- a/metager/lang/es/metaGerSearch.php
+++ b/metager/lang/es/metaGerSearch.php
@@ -1,8 +1,19 @@
-<?php return [
-    "quicktips.wikipedia.adress"	=>	"de <a href=\"https://es.wikipedia.org\" target=\"_blank\" rel=\"noopener\">Wikipedia, la enciclopedia libre</a>",
-    "quicktips.dictcc.adress"	=>	"de <a href=\"https://www.dict.cc/\" target=\"_blank\" rel=\"noopener\">dict.cc</a>",
-    "quicktips.tips.title"	=>	"¿Sabía usted?",
-    "quicktips.bang.title"	=>	"Reenvío !bang",
-    "quicktips.bang.buttonlabel"	=>	"seguir haciendo buscar:",
-    "quicktips.bang.from"	=>	"de"
+<?php
+return [
+    'quicktips' => [
+        'wikipedia' => [
+            'adress' => 'de <a href="https://es.wikipedia.org" target="_blank" rel="noopener">Wikipedia, la enciclopedia libre</a>',
+        ],
+        'dictcc'    => [
+            'adress' => 'de <a href="https://www.dict.cc/" target="_blank" rel="noopener">dict.cc</a>',
+        ],
+        'tips'      => [
+            'title' => '¿Sabía usted?',
+        ],
+        'bang'      => [
+            'title'       => 'Reenvío !bang',
+            'buttonlabel' => 'seguir haciendo buscar:',
+            'from'        => 'de',
+        ],
+    ],
 ];
diff --git a/metager/lang/es/mg-story.php b/metager/lang/es/mg-story.php
index fcf6f99c0654d2908cab204a9c8166802fbbbc7d..3997ee9d557b7e54f7656efeda087394c1101ca3 100644
--- a/metager/lang/es/mg-story.php
+++ b/metager/lang/es/mg-story.php
@@ -1,34 +1,50 @@
 <?php
-
 return [
-    'four-reasons' => 'Cuatro razones para usar MetaGer',
-    'privacy.image.alt' => 'cerradura de seguridad',
-    'privacy.title' => 'Privacidad garantizada',
-    'ngo.title' => 'Organización sin ánimo de lucro',
-    'ngo.image.alt' => 'corazón',
-    'diversity.title' => 'Diversos y libres',
-    'diversity.image.alt' => 'Arco iris',
-    'eco.title' => '100% electricidad verde',
-    'eco.image.alt' => 'hoja verde',
-    'btn-about-us' => 'sobre nosotros',
-    'btn-data-protection' => 'Protección de Datos',
-    'privacy.p' => 'Con nosotros, usted conserva el control total sobre sus datos. Con la función de apertura anónima, permanece protegido incluso cuando continúa navegando. <br> No rastreamos.',
-    'btn-SUMA-EV' => 'El SUMA-EV',
-    'btn-donate' => 'Formulario de donación',
-    'btn-member' => 'Solicitud de membresía',
+    'four-reasons'         => 'Cuatro razones para usar MetaGer',
+    'privacy'              => [
+        'image' => [
+            'alt' => 'cerradura de seguridad',
+        ],
+        'title' => 'Privacidad garantizada',
+        'p'     => 'Con nosotros, usted conserva el control total sobre sus datos. Con la función de apertura anónima, permanece protegido incluso cuando continúa navegando. <br> No rastreamos.',
+    ],
+    'ngo'                  => [
+        'title' => 'Organización sin ánimo de lucro',
+        'image' => [
+            'alt' => 'corazón',
+        ],
+        'p'     => 'Metager cuenta con el apoyo de la asociación sin fines de lucro SUMA-EV, asociación de libre acceso al conocimiento. Apóyenos donando o convirtiéndose en miembro. Los miembros buscan sin publicidad en Metager.',
+    ],
+    'diversity'            => [
+        'title' => 'Diversos y libres',
+        'image' => [
+            'alt' => 'Arco iris',
+        ],
+        'p'     => 'Metager protege contra la censura combinando resultados de muchos motores de búsqueda. Nuestros algoritmos son transparentes y todos pueden verlos. <br> El código fuente es gratuito y de código abierto.',
+    ],
+    'eco'                  => [
+        'title' => '100% electricidad verde',
+        'image' => [
+            'alt' => 'hoja verde',
+        ],
+        'p'     => 'Prestamos atención a la sostenibilidad y el consumo de recursos de nuestros servicios. Solo utilizamos electricidad de fuentes renovables. <br> Del servidor a la cafetera.',
+    ],
+    'btn-about-us'         => 'sobre nosotros',
+    'btn-data-protection'  => 'Protección de Datos',
+    'btn-SUMA-EV'          => 'El SUMA-EV',
+    'btn-donate'           => 'Formulario de donación',
+    'btn-member'           => 'Solicitud de membresía',
     'btn-member-advantage' => 'membresía',
-    'ngo.p' => 'Metager cuenta con el apoyo de la asociación sin fines de lucro SUMA-EV, asociación de libre acceso al conocimiento. Apóyenos donando o convirtiéndose en miembro. Los miembros buscan sin publicidad en Metager.',
-    'btn-mg-code' => 'Código fuente de Metager',
-    'btn-mg-algorithm' => 'Nuestro algoritmo',
-    'diversity.p' => 'Metager protege contra la censura combinando resultados de muchos motores de búsqueda. Nuestros algoritmos son transparentes y todos pueden verlos. <br> El código fuente es gratuito y de código abierto.',
-
-    'btn-more' => 'Más sobre esto',
-    'eco.p' => 'Prestamos atención a la sostenibilidad y el consumo de recursos de nuestros servicios. Solo utilizamos electricidad de fuentes renovables. <br> Del servidor a la cafetera.',
-    'plugin.title' => 'Instale MetaGer ahora',
-    'plugin.btn-add' => 'Agregar el complemento MetaGer',
-    'plugin.btn-app' => 'Aplicación MetaGer',
-    'plugin.image.alt' => 'Aplicaciones de Metager',
-    'plugin.p' => 'Con nuestro complemento puede configurar MetaGer como el motor de búsqueda predeterminado. Y con la aplicación puede usar MetaGer cómodamente en su teléfono inteligente.',
-    'btn-about-us' => 'sobre nosotros',
-
+    'btn-mg-code'          => 'Código fuente de Metager',
+    'btn-mg-algorithm'     => 'Nuestro algoritmo',
+    'btn-more'             => 'Más sobre esto',
+    'plugin'               => [
+        'title'   => 'Instale MetaGer ahora',
+        'btn-add' => 'Agregar el complemento MetaGer',
+        'btn-app' => 'Aplicación MetaGer',
+        'image'   => [
+            'alt' => 'Aplicaciones de Metager',
+        ],
+        'p'       => 'Con nuestro complemento puede configurar MetaGer como el motor de búsqueda predeterminado. Y con la aplicación puede usar MetaGer cómodamente en su teléfono inteligente.',
+    ],
 ];
diff --git a/metager/lang/es/pagination.php b/metager/lang/es/pagination.php
index 576a38a17e77891a03364bfd29ca13dc6d980011..948ecdb02017e9bc62301926ff9391ee242bd60f 100644
--- a/metager/lang/es/pagination.php
+++ b/metager/lang/es/pagination.php
@@ -1,6 +1,5 @@
 <?php
-
 return [
-    "previous"	=>	"« Regresar",
-    "next"	=>	"Siguiente »"
+    'previous' => '« Regresar',
+    'next'     => 'Siguiente »',
 ];
diff --git a/metager/lang/es/passwords.php b/metager/lang/es/passwords.php
index 1ad3b94c5f1f80ec5b21a0f39373014d09ceb85a..485713633fbf4bfa06d8799bf09f084983a75fe5 100644
--- a/metager/lang/es/passwords.php
+++ b/metager/lang/es/passwords.php
@@ -1,9 +1,8 @@
 <?php
-
 return [
-    "password"	=>	"Las contraseñas deben tener al menos 6 caracteres y coincidir con la confirmación.",
-    "reset"	=>	"¡Tu contraseña ha sido restablecida!",
-    "sent"	=>	"Tu enlace personal para restablecer tu contraseña acaba de ser enviado a tu dirección de correo electrónico.",
-    "token"	=>	"Este token para restablecer su contraseña no es válido.",
-    "user"	=>	"No podemos encontrar un usuario con esta dirección de correo electrónico."
+    'password' => 'Las contraseñas deben tener al menos 6 caracteres y coincidir con la confirmación.',
+    'reset'    => '¡Tu contraseña ha sido restablecida!',
+    'sent'     => 'Tu enlace personal para restablecer tu contraseña acaba de ser enviado a tu dirección de correo electrónico.',
+    'token'    => 'Este token para restablecer su contraseña no es válido.',
+    'user'     => 'No podemos encontrar un usuario con esta dirección de correo electrónico.',
 ];
diff --git a/metager/lang/es/plugin-desktop/desktop-chrome.php b/metager/lang/es/plugin-desktop/desktop-chrome.php
index 388365a86551207cba8ba2b6c8c33b99bd410595..8dd792ae890442227e50f6acb0a84b009435fa23 100644
--- a/metager/lang/es/plugin-desktop/desktop-chrome.php
+++ b/metager/lang/es/plugin-desktop/desktop-chrome.php
@@ -1,17 +1,26 @@
 <?php
-
 return [
-    "default-search-v49.1"	=>	"En la parte superior derecha de la aplicación Chrome  haga clic en <img class= \"mg-icon\" src=\"/img/menu.svg\"> y en el menú siguiente de opciones haga clic en \"Configuración\" para abrir las configuraciones de Chrome.",
-    "default-search-v49.2"	=>	"En \"Buscar\", haga clic en \"Administrar motores de búsqueda ...\".",
-    "default-search-v49.3"	=>	"En la mitad inferior del menú que aparece, mueva el mouse sobre la página web de MetaGer y  haga clic en el botón azul \"Establecer como predeterminado\" que aparece en el lado derecho",
-    "default-search-v53.1"	=>	"En la parte superior derecha de la aplicación Chrome haga clic en <img class= \"mg-icon\" src=\"/img/ellipsis.svg\"> y en el siguiente menú de opciones haga clic en \"Configuración\" para abrir las configuraciónes de Chrome.",
-    "default-search-v53.2"	=>	"En la sección \"Buscar\", haga clic en \"Administrar buscadores...\".",
-    "default-search-v53.3"	=>	"En la mitad inferior del menú que aparece, mueva el mouse sobre la página web de MetaGer y  haga clic en el botón azul \"Establecer como predeterminado\" que aparece en el lado derecho",
-    "default-search-v59.1"	=>	"En la parte superior derecha de la aplicación Chrome haga clic en <img class= \"mg-icon\" src=\"/img/ellipsis.svg\"> y en el siguiente menú de opciones haga clic en \"Configuración\" para abrir las configuraciónes de Chrome.",
-    "default-search-v59.2"	=>	"En la sección \"Motor de búsqueda\", haga clic en \"Administrar buscadores...\"",
-    "default-search-v59.3"	=>	"En la lista mostrada aparece \"MetaGer\". Mueva el ratón sobre \"MetaGer\" y haga clic a la derecha en <img class= \"mg-icon\" src=\"/img/ellipsis.svg\"> y después en \"Establecer como predeterminado\"",
-    "default-page-v49.1"	=>	"En la esquina superior derecha del navegador haga clic en <img class= \"mg-icon\" src=\"/img/ellipsis.svg\"> y abra la \"Configuración\".",
-    "default-page-v49.2"	=>	"En la sección \"En inicio\", seleccione la opción \"Abrir una página específica o conjunto de páginas\" y luego haga clic en el enlace \"Agregar nueva página\".",
-    "default-page-v49.3"	=>	"Escriba \":link\" como URL de la página web en el cuadro \"Agregar nueva página\".",
-    "default-page-v49.4"	=>	"NOTA:\r\nTodas las páginas web que aparecen en la lista actual se abriràn cuando se inicie el navegador.\r\nPara eliminar una página web de la lista, mueva el mouse sobre la página web y haga clic en el botón \"X\" a la derecha."
+    'default-search-v49' => [
+        1   => 'En la parte superior derecha de la aplicación Chrome  haga clic en <img class= "mg-icon" src="/img/menu.svg"> y en el menú siguiente de opciones haga clic en "Configuración" para abrir las configuraciones de Chrome.',
+        2   => 'En "Buscar", haga clic en "Administrar motores de búsqueda ...".',
+        3   => 'En la mitad inferior del menú que aparece, mueva el mouse sobre la página web de MetaGer y  haga clic en el botón azul "Establecer como predeterminado" que aparece en el lado derecho',
+    ],
+    'default-search-v53' => [
+        1   => 'En la parte superior derecha de la aplicación Chrome haga clic en <img class= "mg-icon" src="/img/ellipsis.svg"> y en el siguiente menú de opciones haga clic en "Configuración" para abrir las configuraciónes de Chrome.',
+        2   => 'En la sección "Buscar", haga clic en "Administrar buscadores...".',
+        3   => 'En la mitad inferior del menú que aparece, mueva el mouse sobre la página web de MetaGer y  haga clic en el botón azul "Establecer como predeterminado" que aparece en el lado derecho',
+    ],
+    'default-search-v59' => [
+        1   => 'En la parte superior derecha de la aplicación Chrome haga clic en <img class= "mg-icon" src="/img/ellipsis.svg"> y en el siguiente menú de opciones haga clic en "Configuración" para abrir las configuraciónes de Chrome.',
+        2   => 'En la sección "Motor de búsqueda", haga clic en "Administrar buscadores..."',
+        3   => 'En la lista mostrada aparece "MetaGer". Mueva el ratón sobre "MetaGer" y haga clic a la derecha en <img class= "mg-icon" src="/img/ellipsis.svg"> y después en "Establecer como predeterminado"',
+    ],
+    'default-page-v49'   => [
+        1   => 'En la esquina superior derecha del navegador haga clic en <img class= "mg-icon" src="/img/ellipsis.svg"> y abra la "Configuración".',
+        2   => 'En la sección "En inicio", seleccione la opción "Abrir una página específica o conjunto de páginas" y luego haga clic en el enlace "Agregar nueva página".',
+        3   => 'Escriba ":link" como URL de la página web en el cuadro "Agregar nueva página".',
+        4   => 'NOTA:
+Todas las páginas web que aparecen en la lista actual se abriràn cuando se inicie el navegador.
+Para eliminar una página web de la lista, mueva el mouse sobre la página web y haga clic en el botón "X" a la derecha.',
+    ],
 ];
diff --git a/metager/lang/es/plugin-desktop/desktop-firefox.php b/metager/lang/es/plugin-desktop/desktop-firefox.php
index 35d0185ae3b1e3f59c61b8103f86ad142f11c23c..7ee922cedd9cd5d203cbc94ffa2c041d55fd2c92 100644
--- a/metager/lang/es/plugin-desktop/desktop-firefox.php
+++ b/metager/lang/es/plugin-desktop/desktop-firefox.php
@@ -1,22 +1,32 @@
 <?php
-
 return [
-    "default-search-v52.1"	=>	"Haga clic en la lupa con el símbolo más en la esquina superior derecha junto a la barra de direcciones.",
-    "default-search-v52.2"	=>	"En el menú que aparece, seleccione el logotipo de MetaGer con el símbolo más.",
-    "default-search-v52.3"	=>	"Ingrese \"about:preferences#search\" en la barra de direcciones para acceder a las preferencias de búsqueda.",
-    "default-search-v52.4"	=>	"En el menú desplegable que aparece bajo la opción \"Motor de búsqueda predeterminado\" MetaGer ahora está disponible.",
-    "default-search-v57.1"	=>	"Ingrese \"about:preferences#search\" en la barra de direcciones para acceder a las preferencias de búsqueda.",
-    "default-search-v57.2"	=>	"En la configuración que aparece, seleccione \"Agregar barra de búsqueda a la barra de herramientas\".",
-    "default-search-v57.3"	=>	"Regrese a la pestaña en la que MetaGer está abierto y haga clic en la lupa con el símbolo más en la parte superior derecha junto a la barra de direcciones.",
-    "default-search-v57.4"	=>	"En el menú que aparece, haga clic en el logotipo de MetaGer con el símbolo más.",
-    "default-search-v57.5"	=>	"Vuelva a la pestaña con la configuración abierta. MetaGer ahora está disponible en el menú desplegable bajo la opción \"Motor de búsqueda predeterminado\".",
-    "plugin"	=>	"Puede descargar el complemento para Firefox <a href=\"https://addons.mozilla.org/de/firefox/addon/metager-suche/?src=search\" target=\"_blank\">aquí</a>.",
-    "default-search-v61.1"	=>	"Alternativamente, en la barra de direcciones que tiene en la parte superior derecha de su navegador, haga clic en  \"<img class= \"mg-icon\" src=\"/img/ellipsis-horizontal.svg\">\" para abrir el menú de acciones de la página y a continuación haga clic en \"Agregar motor de búsqueda\"",
-    "default-search-v61.2"	=>	"Ingrese \"about:preferences#search\" en la barra de direcciones para acceder a las preferencias de búsqueda.\r\nEn \"Motor de búsqueda predeterminado\" seleccione MetaGer.",
-    "default-page-v52.1"	=>	"En la esquina superior derecha del navegador, haga clic en <img class= \"mg-icon\" src=\"/img/menu.svg\"><span class=\"sr-only\">el icono de los tres puntos</span> y abra la opción de \"Configuración\".",
-    "default-page-v52.2"	=>	"Ingrese \":link\" en el campo \"Página de inicio\".",
-    "default-page-v61.1"	=>	"En la esquina superior derecha del navegador, haga clic en <img class= \"mg-icon\" src=\"/img/menu.svg\"><span class=\"sr-only\">el icono de los tres puntos</span> y abra la opción de \"Configuración\".",
-    "default-page-v61.2"	=>	"Pulse la sección  \"En el inicio\" que tiene a la izquierda.",
-    "default-page-v61.3"	=>	"En \"Nuevas ventanas y pestañas\", haga clic en el menú desplegable junto a \"Inicio y nuevas ventanas\" y seleccione \"Dirección personalizada\".",
-    "default-page-v61.4"	=>	"Ingrese \":link\" en el campo de texto que aparece."
+    'default-search-v52' => [
+        1   => 'Haga clic en la lupa con el símbolo más en la esquina superior derecha junto a la barra de direcciones.',
+        2   => 'En el menú que aparece, seleccione el logotipo de MetaGer con el símbolo más.',
+        3   => 'Ingrese "about:preferences#search" en la barra de direcciones para acceder a las preferencias de búsqueda.',
+        4   => 'En el menú desplegable que aparece bajo la opción "Motor de búsqueda predeterminado" MetaGer ahora está disponible.',
+    ],
+    'default-search-v57' => [
+        1   => 'Ingrese "about:preferences#search" en la barra de direcciones para acceder a las preferencias de búsqueda.',
+        2   => 'En la configuración que aparece, seleccione "Agregar barra de búsqueda a la barra de herramientas".',
+        3   => 'Regrese a la pestaña en la que MetaGer está abierto y haga clic en la lupa con el símbolo más en la parte superior derecha junto a la barra de direcciones.',
+        4   => 'En el menú que aparece, haga clic en el logotipo de MetaGer con el símbolo más.',
+        5   => 'Vuelva a la pestaña con la configuración abierta. MetaGer ahora está disponible en el menú desplegable bajo la opción "Motor de búsqueda predeterminado".',
+    ],
+    'plugin'             => 'Puede descargar el complemento para Firefox <a href="https://addons.mozilla.org/de/firefox/addon/metager-suche/?src=search" target="_blank">aquí</a>.',
+    'default-search-v61' => [
+        1   => 'Alternativamente, en la barra de direcciones que tiene en la parte superior derecha de su navegador, haga clic en  "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" para abrir el menú de acciones de la página y a continuación haga clic en "Agregar motor de búsqueda"',
+        2   => 'Ingrese "about:preferences#search" en la barra de direcciones para acceder a las preferencias de búsqueda.
+En "Motor de búsqueda predeterminado" seleccione MetaGer.',
+    ],
+    'default-page-v52'   => [
+        1   => 'En la esquina superior derecha del navegador, haga clic en <img class= "mg-icon" src="/img/menu.svg"><span class="sr-only">el icono de los tres puntos</span> y abra la opción de "Configuración".',
+        2   => 'Ingrese ":link" en el campo "Página de inicio".',
+    ],
+    'default-page-v61'   => [
+        1   => 'En la esquina superior derecha del navegador, haga clic en <img class= "mg-icon" src="/img/menu.svg"><span class="sr-only">el icono de los tres puntos</span> y abra la opción de "Configuración".',
+        2   => 'Pulse la sección  "En el inicio" que tiene a la izquierda.',
+        3   => 'En "Nuevas ventanas y pestañas", haga clic en el menú desplegable junto a "Inicio y nuevas ventanas" y seleccione "Dirección personalizada".',
+        4   => 'Ingrese ":link" en el campo de texto que aparece.',
+    ],
 ];
diff --git a/metager/lang/es/plugin-desktop/desktop-ie.php b/metager/lang/es/plugin-desktop/desktop-ie.php
index 77d4d8ca2f5e9ae7c7c6803ac1da2058e84bd18e..f1b3e5799df82076612fb30c1e4c0bc663002327 100644
--- a/metager/lang/es/plugin-desktop/desktop-ie.php
+++ b/metager/lang/es/plugin-desktop/desktop-ie.php
@@ -1,14 +1,19 @@
 <?php
-
 return [
-    "default-search-v9.1"	=>	"Haga clic en <a href=\"javascript:window.external.addSearchProvider($('link[rel=search]').attr('href'));\">aquí</a>, para agregar MetaGer como motor de búsqueda.",
-    "default-search-v9.2"	=>	"Seleccione \"Establecer este buscador como predeterminado\" y haga clic en \"Agregar\".",
-    "default-search-v11.1"	=>	"Haga clic en <a href=\"javascript:window.external.addSearchProvider($('link[rel=search]').attr('href'));\">aquí</a>, para agregar MetaGer como motor de búsqueda.",
-    "default-search-v11.2"	=>	"En la parte superior derecha de su navegador haga clic en \"<img class= \"mg-icon\" src=\"/img/icon-settings.svg\">\".",
-    "default-search-v11.3"	=>	"Seleccione el elemento del menú \"Administrar complementos\".",
-    "default-search-v11.4"	=>	"En la sección \"Tipos de complementos\", haga clic en \"Proveedores de búsqueda\", luego en el panel derecho pulse  MetaGer.",
-    "default-search-v11.5"	=>	"Confirmar pulsando en el botón \"Como predeterminado\" que tiene abajo.",
-    "default-page-v9.1"	=>	"Haga clic en <a href=\"/\" target=\"_blank\" rel=\"noopener\">aquí </a> para abrir MetaGer en una nueva pestaña.",
-    "default-page-v9.2"	=>	"En la nueva pestaña arriba a la izquierda, haga clic en la flecha junto a la <img class= \"mg-icon\" src=\"/img/home.svg\"> y luego en \"Cambiar o agregar página de inicio\".",
-    "default-page-v9.3"	=>	"En la ventana emergente que aparece, seleccione \"Usar esta página como única página principal\" y luego haga clic en \"Sí\"."
+    'default-search-v9'  => [
+        1   => 'Haga clic en <a href="javascript:window.external.addSearchProvider($(\'link[rel=search]\').attr(\'href\'));">aquí</a>, para agregar MetaGer como motor de búsqueda.',
+        2   => 'Seleccione "Establecer este buscador como predeterminado" y haga clic en "Agregar".',
+    ],
+    'default-search-v11' => [
+        1   => 'Haga clic en <a href="javascript:window.external.addSearchProvider($(\'link[rel=search]\').attr(\'href\'));">aquí</a>, para agregar MetaGer como motor de búsqueda.',
+        2   => 'En la parte superior derecha de su navegador haga clic en "<img class= "mg-icon" src="/img/icon-settings.svg">".',
+        3   => 'Seleccione el elemento del menú "Administrar complementos".',
+        4   => 'En la sección "Tipos de complementos", haga clic en "Proveedores de búsqueda", luego en el panel derecho pulse  MetaGer.',
+        5   => 'Confirmar pulsando en el botón "Como predeterminado" que tiene abajo.',
+    ],
+    'default-page-v9'    => [
+        1   => 'Haga clic en <a href="/" target="_blank" rel="noopener">aquí </a> para abrir MetaGer en una nueva pestaña.',
+        2   => 'En la nueva pestaña arriba a la izquierda, haga clic en la flecha junto a la <img class= "mg-icon" src="/img/home.svg"> y luego en "Cambiar o agregar página de inicio".',
+        3   => 'En la ventana emergente que aparece, seleccione "Usar esta página como única página principal" y luego haga clic en "Sí".',
+    ],
 ];
diff --git a/metager/lang/es/plugin-desktop/desktop-opera.php b/metager/lang/es/plugin-desktop/desktop-opera.php
index c7fa45cf1df334dde31183af28b643b6fe0ead28..c01ff19abe7b4a5dd94f60f418276054ddbd5da3 100644
--- a/metager/lang/es/plugin-desktop/desktop-opera.php
+++ b/metager/lang/es/plugin-desktop/desktop-opera.php
@@ -1,11 +1,15 @@
 <?php
-
 return [
-    "default-search-v36.1"	=>	"Haga un clic derecho del ratón en el campo de entrada de búsqueda al final de estas instrucciones.",
-    "default-search-v36.2"	=>	"Seleccione la opción \"Crear motor de búsqueda ...\" en el menú contextual.",
-    "default-search-v36.3"	=>	"En la ventana emergente, haga clic en \"Crear\".",
-    "default-page-v36.1"	=>	"En la parte superior izquierda del navegador haga clic en el símbolo de Opera o \"Menú\" y pulse en la opción \"Configuración\".",
-    "default-page-v36.2"	=>	"En la sección \"En inicio\", seleccione la opción \"Abrir una página especifica o conjunto de páginas\" y luego haga clic en \"Agregar nueva página\" o \"Establecer página\".",
-    "default-page-v36.3"	=>	"Escriba  \":link\" como URL de la página web en \"Agregar nueva página\".",
-    "default-page-v36.4"	=>	"NOTA: \r\nTodos los sitios web que aparecen ahora en la lista se abrirán cuando se inicie el navegador. Puede borrar las entradas de la lista haciendo clic en \"<img class= \"mg-icon\" src=\"/img/ellipsis-horizontal.svg\">\" junto a la entrada que desea eliminar."
+    'default-search-v36' => [
+        1   => 'Haga un clic derecho del ratón en el campo de entrada de búsqueda al final de estas instrucciones.',
+        2   => 'Seleccione la opción "Crear motor de búsqueda ..." en el menú contextual.',
+        3   => 'En la ventana emergente, haga clic en "Crear".',
+    ],
+    'default-page-v36'   => [
+        1   => 'En la parte superior izquierda del navegador haga clic en el símbolo de Opera o "Menú" y pulse en la opción "Configuración".',
+        2   => 'En la sección "En inicio", seleccione la opción "Abrir una página especifica o conjunto de páginas" y luego haga clic en "Agregar nueva página" o "Establecer página".',
+        3   => 'Escriba  ":link" como URL de la página web en "Agregar nueva página".',
+        4   => 'NOTA: 
+Todos los sitios web que aparecen ahora en la lista se abrirán cuando se inicie el navegador. Puede borrar las entradas de la lista haciendo clic en "<img class= "mg-icon" src="/img/ellipsis-horizontal.svg">" junto a la entrada que desea eliminar.',
+    ],
 ];
diff --git a/metager/lang/es/plugin-desktop/desktop-safari.php b/metager/lang/es/plugin-desktop/desktop-safari.php
index 988f4496f683b775840ba91789588fe2bb22a854..1d2423613cedbe39c322b942166fb7603ff53f00 100644
--- a/metager/lang/es/plugin-desktop/desktop-safari.php
+++ b/metager/lang/es/plugin-desktop/desktop-safari.php
@@ -1,7 +1,8 @@
 <?php
-
 return [
-    "default-page-v10.1"	=>	"Haga clic <a href=\"/\" target=\"_blank\" rel=\"noopener\"> aquí</a> para abrir MetaGer en una nueva pestaña.",
-    "default-page-v10.2"	=>	"Arriba a la izquierda haga clic en \"Safari\" y seleccione \"Preferencias\".",
-    "default-page-v10.3"	=>	"Bajo \"Página de inicio\", haga clic en el botón \"Establecer página actual\"."
+    'default-page-v10' => [
+        1   => 'Haga clic <a href="/" target="_blank" rel="noopener"> aquí</a> para abrir MetaGer en una nueva pestaña.',
+        2   => 'Arriba a la izquierda haga clic en "Safari" y seleccione "Preferencias".',
+        3   => 'Bajo "Página de inicio", haga clic en el botón "Establecer página actual".',
+    ],
 ];
diff --git a/metager/lang/es/plugin-desktop/desktop-vivaldi.php b/metager/lang/es/plugin-desktop/desktop-vivaldi.php
index 70808928271380e921b8d392aba3f8386a1b8ae0..78a155d7a8cbf2beeb75a5fcab1be4d2ff931168 100644
--- a/metager/lang/es/plugin-desktop/desktop-vivaldi.php
+++ b/metager/lang/es/plugin-desktop/desktop-vivaldi.php
@@ -1,9 +1,12 @@
 <?php
-
 return [
-    "default-search-v3-3.1"	=>	"Haga un clic derecho del ratón en el campo de entrada de búsqueda que tiene debajo de la instrucción.",
-    "default-search-v3-3.2"	=>	"En el menú contextual seleccione la opción \"Crear búsqueda...\"",
-    "default-search-v3-3.3"	=>	"En la ventana emergente, haga clic en \"Establecer como búsqueda predeterminada\" y a continuación en \"Agregar\".",
-    "default-page-v3-3.1"	=>	"En la esquina superior izquierda haga clic en el símbolo de Vivaldi y en \"Extras\" seleccione el elemento del menú \"<img class= \"mg-icon\" src=\"/img/icon-settings.svg\"> Configuración\"",
-    "default-page-v3-3.2"	=>	"En la ventana que aparece debajo de \"Página de inicio\", seleccione \"Personalizado:\" e ingrese :link."
+    'default-search-v3-3' => [
+        1   => 'Haga un clic derecho del ratón en el campo de entrada de búsqueda que tiene debajo de la instrucción.',
+        2   => 'En el menú contextual seleccione la opción "Crear búsqueda..."',
+        3   => 'En la ventana emergente, haga clic en "Establecer como búsqueda predeterminada" y a continuación en "Agregar".',
+    ],
+    'default-page-v3-3'   => [
+        1   => 'En la esquina superior izquierda haga clic en el símbolo de Vivaldi y en "Extras" seleccione el elemento del menú "<img class= "mg-icon" src="/img/icon-settings.svg"> Configuración"',
+        2   => 'En la ventana que aparece debajo de "Página de inicio", seleccione "Personalizado:" e ingrese :link.',
+    ],
 ];
diff --git a/metager/lang/es/plugin-page.php b/metager/lang/es/plugin-page.php
index ad1e386e4490d9824fd12ea9b28d231ab10d5564..09a880357ad3e48893159a3e1e213071247e6115 100644
--- a/metager/lang/es/plugin-page.php
+++ b/metager/lang/es/plugin-page.php
@@ -1,15 +1,15 @@
 <?php
-
 return [
-
-    "head.1" => "Añadir MetaGer a Firefox",
-    "head.2" => "Añadir MetaGer a Chrome",
-    "head.3" => "Añadir MetaGer a Opera",
-    "head.4" => "Añadir MetaGer a Internet Explorer",
-    "head.5" => "Añadir MetaGer a Microsoft Edge",
-    "head.6" => "Añadir MetaGer a Safari",
-    "head.7" => "Añadir MetaGer a Vivaldi",
-    "head.8" => "Añadir MetaGer a Firefox Klar",
-    "head.9" => "Añadir MetaGer a UCBrowser",
-    "head.10" => "Añadir MetaGer a Samsung Internet",
+    'head' => [
+        1    => 'Añadir MetaGer a Firefox',
+        2    => 'Añadir MetaGer a Chrome',
+        3    => 'Añadir MetaGer a Opera',
+        4    => 'Añadir MetaGer a Internet Explorer',
+        5    => 'Añadir MetaGer a Microsoft Edge',
+        6    => 'Añadir MetaGer a Safari',
+        7    => 'Añadir MetaGer a Vivaldi',
+        8    => 'Añadir MetaGer a Firefox Klar',
+        9    => 'Añadir MetaGer a UCBrowser',
+        10   => 'Añadir MetaGer a Samsung Internet',
+    ],
 ];
diff --git a/metager/lang/es/plugin.php b/metager/lang/es/plugin.php
index fb1bf23fe6bce4320e580743ad94c4953eede9eb..d21e3a409dcbb069ac79ef31b48d19142cc4f66e 100644
--- a/metager/lang/es/plugin.php
+++ b/metager/lang/es/plugin.php
@@ -1,6 +1,4 @@
-
 <?php
-
 return [
-    "description"	=>	"MetaGer: Buscar y encontrar seguro, proteger la esfera privada"
+    'description' => 'MetaGer: Buscar y encontrar seguro, proteger la esfera privada',
 ];
diff --git a/metager/lang/es/quicktip.php b/metager/lang/es/quicktip.php
index f11e4d2aaebd067615a34fdb7f5c37613d841c5c..e7a9630cb1b9a2b1717242e4bb24dcfed3219fae 100644
--- a/metager/lang/es/quicktip.php
+++ b/metager/lang/es/quicktip.php
@@ -1,9 +1,8 @@
 <?php
-
 return [
-    "title"  => "MetaGer Quicktips",
-    "spende" => [
-        "title" => "¡MetaGer te da las grácias!",
-        "descr" => "Su soporte nos ayuda seguir con MetaGer",
+    'title'  => 'MetaGer Quicktips',
+    'spende' => [
+        'title' => '¡MetaGer te da las grácias!',
+        'descr' => 'Su soporte nos ayuda seguir con MetaGer',
     ],
 ];
diff --git a/metager/lang/es/researchandtabs.php b/metager/lang/es/researchandtabs.php
index 5995d85528d7491ad5e48bec72a03010ec49b802..ba5cac157ae05a127dac88885d432e4edb15b61c 100644
--- a/metager/lang/es/researchandtabs.php
+++ b/metager/lang/es/researchandtabs.php
@@ -1,6 +1,7 @@
 <?php
-
 return [
-    "plugin.1"	=>	"¿Sabía usted que su  :browser puede usar MetaGer por defecto?",
-    "plugin.2"	=>	"Mostrarme como"
+    'plugin' => [
+        1   => '¿Sabía usted que su  :browser puede usar MetaGer por defecto?',
+        2   => 'Mostrarme como',
+    ],
 ];
diff --git a/metager/lang/es/result.php b/metager/lang/es/result.php
index 7db7b58bc18d57cbcb9266f5a923056b8975cab3..7b0e79b21f0bf7f817cd562c2646bc71d7672771 100644
--- a/metager/lang/es/result.php
+++ b/metager/lang/es/result.php
@@ -1,16 +1,18 @@
-<?php return [
-    "options.headline"    =>    "Opciónes",
-    "options.savetab"    =>    "Grabar resultado",
-    "options.1"    =>    "Nueva búsqueda en este dominio",
-    "options.2"    =>    "ocultar :host",
-    "options.3"    =>    "ocultar *.:domain",
-    "options.4"    =>    "Tienda asociada",
-    "options.5"    =>    "ABRIR ANÓNIMO",
-    "options.6"    =>    "ABRIR NUEVA PESTAÑA",
-    "options.7"    =>    "ABRIR",
-    'options.direct' => 'Abre directamente',
-    "options.more"    =>    "Más",
-    "options.less"    =>    "Menos",
-    "gefVon"    =>    "Encontrado de",
-    "proxytext"    =>    "Abrirá el link anonimizado."
+<?php
+return [
+    'options'   => [
+        'headline' => 'Opciónes',
+        'savetab'  => 'Grabar resultado',
+        1          => 'Nueva búsqueda en este dominio',
+        2          => 'ocultar :host',
+        3          => 'ocultar *.:domain',
+        4          => 'Tienda asociada',
+        5          => 'ABRIR ANÓNIMO',
+        6          => 'ABRIR NUEVA PESTAÑA',
+        7          => 'ABRIR',
+        'more'     => 'Más',
+        'less'     => 'Menos',
+    ],
+    'gefVon'    => 'Encontrado de',
+    'proxytext' => 'Abrirá el link anonimizado.',
 ];
diff --git a/metager/lang/es/resultPage.php b/metager/lang/es/resultPage.php
index 9d0cf1710e1a2a57d391b7579d09b38b6bbd37be..e724793f874246b2c7b04435baf544abcb0c61a6 100644
--- a/metager/lang/es/resultPage.php
+++ b/metager/lang/es/resultPage.php
@@ -1,7 +1,6 @@
 <?php
-
 return [
-    "opensearch"	=>	"MetaGer: Buscar & encontrar seguro, proteger la privacidad",
-    "startseite"	=>	"MetaGer página de inicio",
-    "impressum"	=>	"Aviso legal"
+    'opensearch' => 'MetaGer: Buscar & encontrar seguro, proteger la privacidad',
+    'startseite' => 'MetaGer página de inicio',
+    'impressum'  => 'Aviso legal',
 ];
diff --git a/metager/lang/es/results.php b/metager/lang/es/results.php
index 986a39995491c34dffeb4ac0e850e0c34fd4f5b0..62892f2ae3bda051f70e376589c27093c4ae1401 100644
--- a/metager/lang/es/results.php
+++ b/metager/lang/es/results.php
@@ -1,13 +1,17 @@
 <?php
-
 return [
-    "redirect"	=>	"(con desviar)",
-    "weiter"	=>	"Continuar",
-    "zurueck"	=>	"Atrás",
-    "backtotop"	=>	"Volver al principio de la página",
-    "filter"	=>	"Los resultados de la búsqueda se filtraron: <strong>[:filter]</strong>. <a href=\":link\" target=\"_blank\">desactiva filtro.</a>",
-    "filter.default"	=>	"Obtiene la interfaz de usuario en <strong>: langName </strong>, pero los resultados en <strong> TODOS </strong> los idiomas. Para obtener resultados solo en alemán, puede ajustar \"Seleccionar idioma\" en <a href=\"/settings\" target=\"_blank\"> </a>.\r\n",
-    "produktanzeigen"	=>	"Anuncios de productos:",
-    "query.alteration"	=>	"Contiene resultados para <a href=\":link\">:alteration <img class= \"mg-icon\" src=\"/img/ellipsis-horizontal.svg\"></a>",
-    "query.alteration.original"	=>	"En su lugar, busque <a href=\":link\">:original <img class= \"mg-icon\" src=\"/img/ellipsis-horizontal.svg\"></a>"
+    'redirect'        => '(con desviar)',
+    'weiter'          => 'Continuar',
+    'zurueck'         => 'Atrás',
+    'backtotop'       => 'Volver al principio de la página',
+    'filter'          => [
+        'default' => 'Obtiene la interfaz de usuario en <strong>: langName </strong>, pero los resultados en <strong> TODOS </strong> los idiomas. Para obtener resultados solo en alemán, puede ajustar "Seleccionar idioma" en <a href="/settings" target="_blank"> </a>.
+',
+    ],
+    'produktanzeigen' => 'Anuncios de productos:',
+    'query'           => [
+        'alteration' => [
+            'original' => 'En su lugar, busque <a href=":link">:original <img class= "mg-icon" src="/img/ellipsis-horizontal.svg"></a>',
+        ],
+    ],
 ];
diff --git a/metager/lang/es/settings.php b/metager/lang/es/settings.php
deleted file mode 100644
index b62512838d61fcfb139998b7643eec0db85d6ede..0000000000000000000000000000000000000000
--- a/metager/lang/es/settings.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-
-return [
-];
diff --git a/metager/lang/es/sidebar.php b/metager/lang/es/sidebar.php
index 75f08bc07c8928649dbebe01cb553f7fd3a3122a..e18ea4c38eda43e7ea6051667bf59dd8b4aec6aa 100644
--- a/metager/lang/es/sidebar.php
+++ b/metager/lang/es/sidebar.php
@@ -1,32 +1,33 @@
 <?php
-
 return [
-    "nav1"    =>    "Búsqueda",
-    "nav2"    =>    "Donaciones",
-    "nav3"    =>    "Protección de datos",
-    "nav4"    =>    "Foro",
-    "nav5"    =>    "Contacto",
-    "nav6"    =>    "Equipo",
-    "nav7"    =>    "Sobre nosotros",
-    "nav8"    =>    "Aviso legal",
-    "nav9"    =>    "Ayuda",
-    "nav10"    =>    "Widget",
-    "nav11"    =>    "Asociador",
-    "nav14"    =>    "TOR-Hidden-Service",
-    "nav15"    =>    "Servicios",
-    "nav16"    =>    "Patrocinar",
-    "nav17"    =>    "Comprar y promover",
-    "nav18"    =>    "Contacto",
-    "nav20"    =>    "Ayuda",
-    "nav22"    =>    "Búsqueda de citas",
-    "nav23"    =>    "Afiliarse a SUMA-EV",
-    "nav24"    =>    "Código fuente MetaGer",
-    "nav25"    =>    "MetaGer App",
-    "nav26"    =>    "Tienda de fans",
-    "nav27"    =>    "MetaGer Maps",
-    "nav28"    =>    "Ajustes",
-    "nav29"    =>    "Declaración de transparencia",
-    "navigationToggle"    =>    "Mostrar navegación",
-    "titles.tips"    =>    "Sugerencias",
-    "plugin"    =>    "MetaGer Plugin"
+    'nav1'             => 'Búsqueda',
+    'nav2'             => 'Donaciones',
+    'nav3'             => 'Protección de datos',
+    'nav4'             => 'Foro',
+    'nav5'             => 'Contacto',
+    'nav6'             => 'Equipo',
+    'nav7'             => 'Sobre nosotros',
+    'nav8'             => 'Aviso legal',
+    'nav9'             => 'Ayuda',
+    'nav10'            => 'Widget',
+    'nav11'            => 'Asociador',
+    'nav14'            => 'TOR-Hidden-Service',
+    'nav15'            => 'Servicios',
+    'nav16'            => 'Patrocinar',
+    'nav17'            => 'Comprar y promover',
+    'nav18'            => 'Contacto',
+    'nav20'            => 'Ayuda',
+    'nav22'            => 'Búsqueda de citas',
+    'nav23'            => 'Afiliarse a SUMA-EV',
+    'nav24'            => 'Código fuente MetaGer',
+    'nav25'            => 'MetaGer App',
+    'nav26'            => 'Tienda de fans',
+    'nav27'            => 'MetaGer Maps',
+    'nav28'            => 'Ajustes',
+    'nav29'            => 'Declaración de transparencia',
+    'navigationToggle' => 'Mostrar navegación',
+    'titles'           => [
+        'tips' => 'Sugerencias',
+    ],
+    'plugin'           => 'MetaGer Plugin',
 ];
diff --git a/metager/lang/es/sitesearch.php b/metager/lang/es/sitesearch.php
index 8ccba556d9b65f10e9470aa8b11efb0ae810b52d..053518b9c9e693e8deb79a07526f25f9ecb9ed53 100644
--- a/metager/lang/es/sitesearch.php
+++ b/metager/lang/es/sitesearch.php
@@ -1,15 +1,18 @@
 <?php
-
 return [
-    "head.1"	=>	"Metager Widget de búsqueda",
-    "head.2"	=>	"Aquí encuentra el Metger-Widget para su sitio web",
-    "head.3"	=>	"Sitio web donde buscar",
-    "head.4"	=>	"Introducir sitio web",
-    "head.5"	=>	"Generar",
-    "generated.1"	=>	"Prevista",
-    "generated.2"	=>	"Buscar y encontrar seguro con MetaGer ",
-    "generated.3"	=>	"Buscar con MetaGer",
-    "generated.4"	=>	"Buscar",
-    "generated.5"	=>	"Código",
-    "generated.6"	=>	"es"
+    'head'      => [
+        1   => 'Metager Widget de búsqueda',
+        2   => 'Aquí encuentra el Metger-Widget para su sitio web',
+        3   => 'Sitio web donde buscar',
+        4   => 'Introducir sitio web',
+        5   => 'Generar',
+    ],
+    'generated' => [
+        1   => 'Prevista',
+        2   => 'Buscar y encontrar seguro con MetaGer ',
+        3   => 'Buscar con MetaGer',
+        4   => 'Buscar',
+        5   => 'Código',
+        6   => 'es',
+    ],
 ];
diff --git a/metager/lang/es/spende.php b/metager/lang/es/spende.php
index 13b1e7810eefe5578f70b5a08e41c0ec4cbd0410..36940dd9a848cc78d3174ba79a566ffec1bc4d8d 100644
--- a/metager/lang/es/spende.php
+++ b/metager/lang/es/spende.php
@@ -1,58 +1,79 @@
 <?php
-
 return [
-    "headline.1"    =>    "Su donación",
-    "headline.2"    =>    "Con su donación, apoya el mantenimiento y desarrollo del motor de búsqueda independiente metager.de y la labor de la asociación patrocinadora sin fines de lucro SUMA-EV. \r\n<a href=\":aboutlink\" rel=\"noopener\" target=_blank>Obtenga más información</a> y <a href=\":beitrittlink\" target=\"_blank\" rel=\"noopener\"> conviértase en miembro. </a>.",
-    "headline.3"    =>    "¿Qué cantidad desea donar?",
-    "headline.4"    =>    "¿Con qué frecuencia desea donar?",
-    "headline.5"    =>    "¿Cómo le gustaría donar?",
-    "headline.6"    =>    "Datos de la cuenta bancaria",
-    "wunschbetrag"    =>    "Cantidad deseada",
-    "wunschbetrag.placeholder"    =>    "Importe en €",
-    "frequency"    =>    "Frecuencia",
-    "frequency.once"    =>    "Única vez",
-    "frequency.monthly"    =>    "Mensual",
-    "frequency.quarterly"    =>    "Trimestral",
-    "frequency.six-monthly"    =>    "Semestral",
-    "frequency.annual"    =>    "Anual",
-    "head.lastschrift"    =>    "Domiciliación bancaria",
-    "ueberweisung"    =>    "Transferencia bancaria",
-    "paypal"    =>    "Paypal / tarjeta de crédito",
-    "bankinfo.1"    =>    "Para donar a nuestra asociación patrocinadora SUMA-EV, solo necesita hacer una transferencia a la siguiente cuenta:",
-    "bankinfo.2"    =>    "SUMA-EV",
-    "bankinfo.2.1"    =>    "IBAN: DE64 4306 0967 4075 0332 01",
-    "bankinfo.2.2"    =>    "BIC: GENODEM1GLS",
-    "bankinfo.2.3"    =>    "Banco: GLS Gemeinschaftsbank, Bochum",
-    "bankinfo.2.4"    =>    "(NDC: 4075 0332 01, Código: 43060967)",
-    "lastschrift.1"    =>    "Donaciones mediante domiciliación bancaria electrónica:",
-    "lastschrift.2"    =>    "Ingrese los detalles de su cuenta aquí. Luego, debitaremos su cuenta según sus indicaciones. Los campos que están marcados con \"*\" son obligatorios.",
-    "lastschrift.4"    =>    "Su correo electrónico:",
-    "lastschrift.5"    =>    "Su número de teléfono, para que podamos verificar su donación con una llamada telefónica si es necesario:",
-    "lastschrift.6"    =>    "Su IBAN:",
-    "lastschrift.7"    =>    "Su BIC: (Solo es necesario para transacciones desde otros países de la UE):",
-    "lastschrift.8.message"    =>    "Aquí puede enviarnos un mensaje adicional si lo desea:",
-    "lastschrift.8.message.placeholder"    =>    "Más información",
-    "lastschrift.10"    =>    "Sus datos se nos transmiten a través de una conexión cifrada y no pueden ser leídos por terceros. SUMA-EV utiliza sus datos exclusivamente para la liquidación de donaciones; Nunca compartiremos sus datos. Las donaciones al SUMA-EV son deducibles de impuestos, ya que es una asociación sin fines de lucro y está reconocida como tal por la Oficina de Impuestos del Norte de Hanover e inscrita en el registro de asociaciones en el Tribunal de Distrito de Hanover bajo VR200033.",
-    "paypal.1"    =>    "Con un clic en donar, será redirigido a PayPal.",
-    "submit"    =>    "Donar",
-    "member.1"    =>    "¿O prefiere hacerse socio?",
-    "member.2"    =>    "No cuesta más y tiene muchas ventajas:",
-    "member.3"    =>    "Uso de MetaGer sin publicidad ",
-    "member.4"    =>    "Promoción del buscador MetaGer",
-    "member.5"    =>    "Cuota de socio deducible de impuestos",
-    "member.6"    =>    "Derechos de cogestión en la asociación",
-    "member.7"    =>    "Formulario de aplicación",
-    "drucken"    =>    "Imprimir",
-    "danke.title"    =>    "¡¡Muchas gracias!! SUMA-EV ha recibido su notificación de donación para MetaGer.",
-    "danke.nachricht"    =>    "Si ha proporcionado datos de contacto, pronto recibirá un mensaje personal.",
-    "danke.kontrolle"    =>    "Hemos recibido el siguiente mensaje:",
-    "telefonnummer"    =>    "Teléfono",
-    "iban"    =>    "IBAN:",
-    "bic"    =>    "BIC:",
-    "betrag"    =>    "Cantidad",
-    "danke.message"    =>    "Su mensaje",
-    "error.iban"    =>    "El IBAN ingresado no parece ser correcto. No se envió el mensaje.",
-    "error.bic"    =>    "El IBAN introducido no pertenece a ningún país del área SEPA. Necesitamos su BIC para una domiciliación bancaria.",
-    "error.amount"    =>    "El monto de la donación ingresado no es válido. Corrija su entrada y vuelva a intentarlo.",
-    "error.frequency"    =>    "La frecuencia ingresada para su donación no es válida.",
+    'headline'      => [
+        1   => 'Su donación',
+        2   => 'Con su donación, apoya el mantenimiento y desarrollo del motor de búsqueda independiente metager.de y la labor de la asociación patrocinadora sin fines de lucro SUMA-EV. 
+<a href=":aboutlink" rel="noopener" target=_blank>Obtenga más información</a> y <a href=":beitrittlink" target="_blank" rel="noopener"> conviértase en miembro. </a>.',
+        3   => '¿Qué cantidad desea donar?',
+        4   => '¿Con qué frecuencia desea donar?',
+        5   => '¿Cómo le gustaría donar?',
+        6   => 'Datos de la cuenta bancaria',
+    ],
+    'wunschbetrag'  => [
+        'placeholder' => 'Importe en €',
+    ],
+    'frequency'     => [
+        'once'        => 'Única vez',
+        'monthly'     => 'Mensual',
+        'quarterly'   => 'Trimestral',
+        'six-monthly' => 'Semestral',
+        'annual'      => 'Anual',
+    ],
+    'head'          => [
+        'lastschrift' => 'Domiciliación bancaria',
+    ],
+    'ueberweisung'  => 'Transferencia bancaria',
+    'paypal'        => [
+        1   => 'Con un clic en donar, será redirigido a PayPal.',
+    ],
+    'bankinfo'      => [
+        1   => 'Para donar a nuestra asociación patrocinadora SUMA-EV, solo necesita hacer una transferencia a la siguiente cuenta:',
+        2   => [
+            1   => 'IBAN: DE64 4306 0967 4075 0332 01',
+            2   => 'BIC: GENODEM1GLS',
+            3   => 'Banco: GLS Gemeinschaftsbank, Bochum',
+            4   => '(NDC: 4075 0332 01, Código: 43060967)',
+        ],
+    ],
+    'lastschrift'   => [
+        1    => 'Donaciones mediante domiciliación bancaria electrónica:',
+        2    => 'Ingrese los detalles de su cuenta aquí. Luego, debitaremos su cuenta según sus indicaciones. Los campos que están marcados con "*" son obligatorios.',
+        4    => 'Su correo electrónico:',
+        5    => 'Su número de teléfono, para que podamos verificar su donación con una llamada telefónica si es necesario:',
+        6    => 'Su IBAN:',
+        7    => 'Su BIC: (Solo es necesario para transacciones desde otros países de la UE):',
+        8    => [
+            'message' => [
+                'placeholder' => 'Más información',
+            ],
+        ],
+        10   => 'Sus datos se nos transmiten a través de una conexión cifrada y no pueden ser leídos por terceros. SUMA-EV utiliza sus datos exclusivamente para la liquidación de donaciones; Nunca compartiremos sus datos. Las donaciones al SUMA-EV son deducibles de impuestos, ya que es una asociación sin fines de lucro y está reconocida como tal por la Oficina de Impuestos del Norte de Hanover e inscrita en el registro de asociaciones en el Tribunal de Distrito de Hanover bajo VR200033.',
+    ],
+    'submit'        => 'Donar',
+    'member'        => [
+        1   => '¿O prefiere hacerse socio?',
+        2   => 'No cuesta más y tiene muchas ventajas:',
+        3   => 'Uso de MetaGer sin publicidad ',
+        4   => 'Promoción del buscador MetaGer',
+        5   => 'Cuota de socio deducible de impuestos',
+        6   => 'Derechos de cogestión en la asociación',
+        7   => 'Formulario de aplicación',
+    ],
+    'drucken'       => 'Imprimir',
+    'danke'         => [
+        'title'     => '¡¡Muchas gracias!! SUMA-EV ha recibido su notificación de donación para MetaGer.',
+        'nachricht' => 'Si ha proporcionado datos de contacto, pronto recibirá un mensaje personal.',
+        'kontrolle' => 'Hemos recibido el siguiente mensaje:',
+        'message'   => 'Su mensaje',
+    ],
+    'telefonnummer' => 'Teléfono',
+    'iban'          => 'IBAN:',
+    'bic'           => 'BIC:',
+    'betrag'        => 'Cantidad',
+    'error'         => [
+        'iban'      => 'El IBAN ingresado no parece ser correcto. No se envió el mensaje.',
+        'bic'       => 'El IBAN introducido no pertenece a ningún país del área SEPA. Necesitamos su BIC para una domiciliación bancaria.',
+        'amount'    => 'El monto de la donación ingresado no es válido. Corrija su entrada y vuelva a intentarlo.',
+        'frequency' => 'La frecuencia ingresada para su donación no es válida.',
+    ],
 ];
diff --git a/metager/lang/es/spendenaufruf.php b/metager/lang/es/spendenaufruf.php
index df7bd08940f87a4d3f0086528f483f093d2c2f25..8979bd9da634a59f07282ce8bbbf06459d1ad0e2 100644
--- a/metager/lang/es/spendenaufruf.php
+++ b/metager/lang/es/spendenaufruf.php
@@ -1,8 +1,7 @@
 <?php
-
 return [
-    "heading"	=>	"Junto con usted",
-    "text"	=>	"desarrollamos y administramos MetaGer. Con su ayuda podemos asegurar la protección de datos y la privacidad al buscar en Internet:",
-    "button"	=>	"Al llamamiento a hacer donaciones...",
-    "link"	=>	"/llamamiento a hacer donaciones"
+    'heading' => 'Junto con usted',
+    'text'    => 'desarrollamos y administramos MetaGer. Con su ayuda podemos asegurar la protección de datos y la privacidad al buscar en Internet:',
+    'button'  => 'Al llamamiento a hacer donaciones...',
+    'link'    => '/llamamiento a hacer donaciones',
 ];
diff --git a/metager/lang/es/staticPages.php b/metager/lang/es/staticPages.php
index 8c86c995a92677ea492a0f2e2308bb807663a934..0d971e48e10861ec6cfcd2f0fbfa99b4f65dda5e 100644
--- a/metager/lang/es/staticPages.php
+++ b/metager/lang/es/staticPages.php
@@ -1,9 +1,9 @@
 <?php
-
 return [
-    "opensearch" => "MetaGer: Buscar & encontrar seguro, proteger la privacidad",
-
-    "meta.Description" => "Buscar y encontrar guardando su privacidad. El conocimiento digital del mundo tiene que ser accesible sin tutela de empresas o estados.",
-    "meta.Keywords" => "Búsqueda en internet, privacidad, buscador, motor de búsqueda, protección de datos, Anonproxy, buscar anónimo, MetaGer, metager, metager.de",
-    "meta.language" => "es",
+    'opensearch' => 'MetaGer: Buscar & encontrar seguro, proteger la privacidad',
+    'meta'       => [
+        'Description' => 'Buscar y encontrar guardando su privacidad. El conocimiento digital del mundo tiene que ser accesible sin tutela de empresas o estados.',
+        'Keywords'    => 'Búsqueda en internet, privacidad, buscador, motor de búsqueda, protección de datos, Anonproxy, buscar anónimo, MetaGer, metager, metager.de',
+        'language'    => 'es',
+    ],
 ];
diff --git a/metager/lang/es/team.php b/metager/lang/es/team.php
index d5755315968802cd4090d2ea7530c875495c8df7..087954c48e2f39de5430a5f3944401163ec83bdd 100644
--- a/metager/lang/es/team.php
+++ b/metager/lang/es/team.php
@@ -1,15 +1,19 @@
 <?php
-
 return [
-    "role.0"    => "Director ejecutivo [CEO]",
-    "role.1"    => "la junta directiva",
-    "role.1.1"  => "la junta directiva",
-    "role.2"    => "Moderar y protección de menores",
-    "role.3"    => "Revistar la prensa",
-    "role.5"    => " Programador | programadora",
-    "role.6"    => " Programador | programadora",
-    "role.7"    => "La oficina",
-    "role.8"    => "fundador",
-    "contact.1" => "Preguntas, propuestas.... usan <a href=\"/kontakt/\">formulario contacto cifrado</a>.",
-    "contact.3" => "Solo en caso de emergencia: escribir un e-mail a una persona determinada.",
+    'role'    => [
+        0   => 'Director ejecutivo [CEO]',
+        1   => [
+            1   => 'la junta directiva',
+        ],
+        2   => 'Moderar y protección de menores',
+        3   => 'Revistar la prensa',
+        5   => ' Programador | programadora',
+        6   => ' Programador | programadora',
+        7   => 'La oficina',
+        8   => 'fundador',
+    ],
+    'contact' => [
+        1   => 'Preguntas, propuestas.... usan <a href="/kontakt/">formulario contacto cifrado</a>.',
+        3   => 'Solo en caso de emergencia: escribir un e-mail a una persona determinada.',
+    ],
 ];
diff --git a/metager/lang/es/tips.php b/metager/lang/es/tips.php
index f05edb4d41c4d468e394d88975253125ed207ce4..e92b493ca9d1ac7bfe579d1bb567235a6a95ef02 100644
--- a/metager/lang/es/tips.php
+++ b/metager/lang/es/tips.php
@@ -1,7 +1,5 @@
-
 <?php
-
 return [
-    "title"	=>	"MetaGer Consejos, no ordenado, tal y tal...",
-    "shorttitle"	=>	"Por cierto:"
-];
\ No newline at end of file
+    'title'      => 'MetaGer Consejos, no ordenado, tal y tal...',
+    'shorttitle' => 'Por cierto:',
+];
diff --git a/metager/lang/es/titles.php b/metager/lang/es/titles.php
index cd8675725a3871fa55a39826b2fb22dc19e31a0f..1c59172e63cd0a84f6fd0a490e284d2e2db80be1 100644
--- a/metager/lang/es/titles.php
+++ b/metager/lang/es/titles.php
@@ -1,26 +1,28 @@
-<?php return [
-    "index"	=>	"MetaGer: Buscar & encontrar seguro, proteger la privacidad",
-    "impressum"	=>	"Aviso legal - MetaGer",
-    "about"	=>	"Sobre nosotros - MetaGer",
-    "team"	=>	"Nuestra gente - MetaGer",
-    "kontakt"	=>	"Contacto - MetaGer",
-    "spende"	=>	"Donaciones - MetaGer",
-    "datenschutz"	=>	"Protección de datos y privacidad - MetaGer",
-    "help"	=>	"Ayuda - MetaGer",
-    "widget"	=>	"MetaGer Widget",
-    "settings"	=>	"Preferencias",
-    "websearch"	=>	"Widget para buscar la web - MetaGer",
-    "sitesearch"	=>	"Widget para búsquedas dentro de tu página - MetaGer",
-    "faq"	=>	"Formulario de afiliación al SUMA-EV",
-    "partnershops"	=>	"Tiendas asociadas - MetaGer",
-    "languages"	=>	"Herramienta de traducción  - MetaGer",
-    "languages.edit"	=>	"Editar ficheros de idiomas - MetaGer",
-    "app"	=>	"Aplicaciones - MetaGer",
-    "faktencheck"	=>	"Revisión de hechos contra Fake-News",
-    "jugendschutz"	=>	"Protección de menores",
-    "ad-info"	=>	"Publicidad - MetaGer",
-    "asso"	=>	"Asociador - MetaGer",
-    "plugin"	=>	"Plugin - MetaGer",
-    "key"	=>	"Llave para afiliadas/os",
-    "allSettings"	=>	"Configuraciones para buscar - MetaGer"
+<?php
+return [
+    'index'        => 'MetaGer: Buscar & encontrar seguro, proteger la privacidad',
+    'impressum'    => 'Aviso legal - MetaGer',
+    'about'        => 'Sobre nosotros - MetaGer',
+    'team'         => 'Nuestra gente - MetaGer',
+    'kontakt'      => 'Contacto - MetaGer',
+    'spende'       => 'Donaciones - MetaGer',
+    'datenschutz'  => 'Protección de datos y privacidad - MetaGer',
+    'help'         => 'Ayuda - MetaGer',
+    'widget'       => 'MetaGer Widget',
+    'settings'     => 'Preferencias',
+    'websearch'    => 'Widget para buscar la web - MetaGer',
+    'sitesearch'   => 'Widget para búsquedas dentro de tu página - MetaGer',
+    'faq'          => 'Formulario de afiliación al SUMA-EV',
+    'partnershops' => 'Tiendas asociadas - MetaGer',
+    'languages'    => [
+        'edit' => 'Editar ficheros de idiomas - MetaGer',
+    ],
+    'app'          => 'Aplicaciones - MetaGer',
+    'faktencheck'  => 'Revisión de hechos contra Fake-News',
+    'jugendschutz' => 'Protección de menores',
+    'ad-info'      => 'Publicidad - MetaGer',
+    'asso'         => 'Asociador - MetaGer',
+    'plugin'       => 'Plugin - MetaGer',
+    'key'          => 'Llave para afiliadas/os',
+    'allSettings'  => 'Configuraciones para buscar - MetaGer',
 ];
diff --git a/metager/lang/es/tor.php b/metager/lang/es/tor.php
index 6a677951af0c1375f01864d4667b518d60a66c5c..6f543c5f550c1a470d77232213e02de65305ecdd 100644
--- a/metager/lang/es/tor.php
+++ b/metager/lang/es/tor.php
@@ -1,7 +1,6 @@
 <?php
-
 return [
     'description' => 'A continuación, encontrará el enlace al servicio oculto de MetaGer. Atención: Solo se puede acceder a este enlace a través de la red Tor. Su navegador genera un mensaje de error si no está conectado a él.',
-    "torbutton" => "Usar Tor",
-    'torurl' => 'http://metagerv65pwclop2rsfzg4jwowpavpwd6grhhlvdgsswvo6ii4akgyd.onion/es/',
+    'torbutton'   => 'Usar Tor',
+    'torurl'      => 'http://metagerv65pwclop2rsfzg4jwowpavpwd6grhhlvdgsswvo6ii4akgyd.onion/es/',
 ];
diff --git a/metager/lang/es/websearch.php b/metager/lang/es/websearch.php
index d00c2501f3c94372d416299cc3e822682213d8d4..a7a7d66b5467da785db17255e53687d4f5121d1c 100644
--- a/metager/lang/es/websearch.php
+++ b/metager/lang/es/websearch.php
@@ -1,15 +1,18 @@
 <?php
-
 return [
-    "head.1"	=>	"MetaGer widget de búsqueda",
-    "head.2"	=>	"Aquí encuentra el MetaGer-widget para su sitio web",
-    "head.3"	=>	"Vista previa",
-    "head.4"	=>	"Buscar & encontrar seguro con MetaGer",
-    "head.5"	=>	"Busca con MetaGer...",
-    "head.6"	=>	"todos",
-    "head.7"	=>	"Código",
-    "head.8"	=>	"Buscar",
-    "head.copy"	=>	"Copiar",
-    "alert.success"	=>	"¡Copiado exitosamente!",
-    "alert.failure"	=>	"¡falló la copia!"
+    'head'  => [
+        1      => 'MetaGer widget de búsqueda',
+        2      => 'Aquí encuentra el MetaGer-widget para su sitio web',
+        3      => 'Vista previa',
+        4      => 'Buscar & encontrar seguro con MetaGer',
+        5      => 'Busca con MetaGer...',
+        6      => 'todos',
+        7      => 'Código',
+        8      => 'Buscar',
+        'copy' => 'Copiar',
+    ],
+    'alert' => [
+        'success' => '¡Copiado exitosamente!',
+        'failure' => '¡falló la copia!',
+    ],
 ];
diff --git a/metager/lang/es/widget.php b/metager/lang/es/widget.php
index 59e80441949fd7c7b11f0909f873d8d32091b72f..b5db58b9ec6197a1b079e3af652a51ec0f4dfa10 100644
--- a/metager/lang/es/widget.php
+++ b/metager/lang/es/widget.php
@@ -1,9 +1,11 @@
 <?php
-
 return [
-    "head"	=>	"Widget de MetaGer",
-    "body.1"	=>	"MetaGer para la integración en su sitio web. Para hacer esto, seleccione dónde buscar:",
-    "body.2"	=>	"Búsqueda en el web",
-    "body.3"	=>	"Búsqueda en un solo dominio (sitesearch)",
-    "body.4"	=>	"Nota: \r\nNo debe usar el widget si está tratando de dar la impresión en su sitio web de que MetaGer es su propio servicio o si se da la impresión de que sus páginas son las páginas reales de MetaGer (todo esto ya ha sucedido). Por este motivo, en particular, no está permitido eliminar nuestro logotipo."
+    'head' => 'Widget de MetaGer',
+    'body' => [
+        1   => 'MetaGer para la integración en su sitio web. Para hacer esto, seleccione dónde buscar:',
+        2   => 'Búsqueda en el web',
+        3   => 'Búsqueda en un solo dominio (sitesearch)',
+        4   => 'Nota: 
+No debe usar el widget si está tratando de dar la impresión en su sitio web de que MetaGer es su propio servicio o si se da la impresión de que sus páginas son las páginas reales de MetaGer (todo esto ya ha sucedido). Por este motivo, en particular, no está permitido eliminar nuestro logotipo.',
+    ],
 ];
diff --git a/metager/lang/es/zitatsuche.php b/metager/lang/es/zitatsuche.php
index 90e79295d6e6c0d30c98c713ab57fea7da364cf1..61b9ad964eb1e50270de14e051c1a408a648d888 100644
--- a/metager/lang/es/zitatsuche.php
+++ b/metager/lang/es/zitatsuche.php
@@ -1,8 +1,7 @@
 <?php
-
 return [
-    "title"	=>	"MetaGer - Búsqueda por citas",
-    "subtitle"	=>	"Puede buscar citas o autores en nuestra base de datos en el campo de texto a continuación.",
-    "search-label"	=>	"Ingresar los términos de búsqueda",
-    "results-label"	=>	"Resultados de la búsqueda"
+    'title'         => 'MetaGer - Búsqueda por citas',
+    'subtitle'      => 'Puede buscar citas o autores en nuestra base de datos en el campo de texto a continuación.',
+    'search-label'  => 'Ingresar los términos de búsqueda',
+    'results-label' => 'Resultados de la búsqueda',
 ];