diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php
index 8e10c1f22cc00dd33fc17187d1ba9c52535f7fff..1572b450f22cd4294014baac6b47396fdccd02e7 100644
--- a/resources/lang/en/settings.php
+++ b/resources/lang/en/settings.php
@@ -1,36 +1,34 @@
 <?php
 
 return [
-    "head.1"          => "Settings",
-    "head.2"          => "Here you can customize your MetaGer: After selecting your desired settings, you have to choose whether you want to save the settings permanently or just for once, <a href=\"#unten\">on the bottom of this page.</a>",
-
-    "allgemein.1"     => "General",
-
-    'quotes.label'    => 'Sayings',
-    'quotes.on'       => 'show',
-    'quotes.off'      => 'hide',
-
-    'maps.label'      => 'Maps',
-    'maps.on'         => 'show',
-    'maps.off'        => 'hide',
-
-    'tab.label'       => 'Show results:',
-    'tab.new'         => 'in a new tab',
-    'tab.same'        => 'in the same tab',
-
-    'language.label'  => 'Select language',
-    "language.all"    => "all languages",
-    "language.de"     => "german",
-    "language.en"     => "english",
-
-    "suchmaschinen.1" => "search engines",
-    "suchmaschinen.2" => "(deselect all)",
-    "suchmaschinen.3" => "(select / deselect all)",
-
-    "speichern.1"     => "Create a startpage for one-time use",
-    "speichern.2"     => "Save settings permanently",
-    "speichern.3"     => "Generate plugin with these settings",
-    "speichern.4"     => "Reset saved settings",
-
-    "request"         => "Which method should query MetaGer (GET, POST)?",
+    "head.1"	=>	"Settings",
+    "head.2"	=>	"Here you can customize your MetaGer: After selecting your desired settings, you have to choose whether you want to save the settings permanently or just for once, <a href=\"#unten\">on the bottom of this page.</a>",
+    "allgemein.1"	=>	"General",
+    "quotes.label"	=>	"Sayings",
+    "quotes.on"	=>	"show",
+    "quotes.off"	=>	"hide",
+    "maps.label"	=>	"Maps",
+    "maps.on"	=>	"show",
+    "maps.off"	=>	"hide",
+    "tab.label"	=>	"Show results:",
+    "tab.new"	=>	"in a new tab",
+    "tab.same"	=>	"in the same tab",
+    "language.label"	=>	"Select language",
+    "language.all"	=>	"all languages",
+    "language.de"	=>	"german",
+    "language.en"	=>	"english",
+    "suchmaschinen.1"	=>	"search engines",
+    "suchmaschinen.2"	=>	"(deselect all)",
+    "suchmaschinen.3"	=>	"(select / deselect all)",
+    "speichern.1"	=>	"Create a startpage for one-time use",
+    "speichern.2"	=>	"Save settings permanently",
+    "speichern.3"	=>	"Generate plugin with these settings",
+    "speichern.4"	=>	"Reset saved settings",
+    "request"	=>	"Which method should query MetaGer (GET, POST)?",
+    "foki.web"	=>	"Web",
+    "foki.andere"	=>	"Others",
+    "foki.produktsuche"	=>	"Shopping",
+    "foki.wissenschaft"	=>	"Science",
+    "foki.nachrichten"	=>	"News",
+    "foki.bilder"	=>	"Pictures"
 ];