From 77126d260cc69032b410fb7f84cf4b5adf577645 Mon Sep 17 00:00:00 2001
From: Aria <aria@suma-ev.de>
Date: Mon, 18 Jun 2018 09:27:54 +0200
Subject: [PATCH] =?UTF-8?q?Englische=20=C3=9Cbersetzung=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 npm-debug.log             | 24 ------------------------
 resources/lang/en/faq.php |  2 ++
 2 files changed, 2 insertions(+), 24 deletions(-)
 delete mode 100644 npm-debug.log

diff --git a/npm-debug.log b/npm-debug.log
deleted file mode 100644
index a305f6e22..000000000
--- a/npm-debug.log
+++ /dev/null
@@ -1,24 +0,0 @@
-0 info it worked if it ends with ok
-1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'watch' ]
-2 info using npm@3.10.10
-3 info using node@v6.14.2
-4 verbose stack Error: missing script: watch
-4 verbose stack     at run (/usr/lib/node_modules/npm/lib/run-script.js:151:19)
-4 verbose stack     at /usr/lib/node_modules/npm/lib/run-script.js:61:5
-4 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:356:5
-4 verbose stack     at checkBinReferences_ (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:320:45)
-4 verbose stack     at final (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:354:3)
-4 verbose stack     at then (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:124:5)
-4 verbose stack     at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:311:12
-4 verbose stack     at /usr/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
-4 verbose stack     at tryToString (fs.js:457:3)
-4 verbose stack     at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:444:12)
-5 verbose cwd /home/aria/MetaGer
-6 error Linux 4.13.0-43-generic
-7 error argv "/usr/bin/node" "/usr/bin/npm" "run" "watch"
-8 error node v6.14.2
-9 error npm  v3.10.10
-10 error missing script: watch
-11 error If you need help, you may report this error at:
-11 error     <https://github.com/npm/npm/issues>
-12 verbose exit [ 1, true ]
diff --git a/resources/lang/en/faq.php b/resources/lang/en/faq.php
index 1cb8e2a5a..e00bbd3c7 100644
--- a/resources/lang/en/faq.php
+++ b/resources/lang/en/faq.php
@@ -7,6 +7,8 @@ return [
     "faq.1.b"	=>	"MetaGer is primarily a <a href=\"https://en.wikipedia.org/wiki/Metasearch_engine\" target=\"_blank\" rel=\"noopener\">meta search engine</a>. Besides that MetaGer maintains a number of specialized crawlers and indexers of its own.",
     "faq.2.h"	=>	"Which search engines are meta-crawled by MetaGer?",
     "faq.2.b"	=>	"You can find a list at our \"customize\" menu on the MetaGer homepage.",
+    'faq.2.1.h'   => 'How does MetaGer query other search engines while preserving user anonymity?',
+    'faq.2.1.b'   => 'Since MetaGer is a meta-search engine, every search request you send to us will be stripped of information which could lead to your identification before being sent to e.g. Yahoo. Yahoo will send their response to us which we will then forward to you. This is how we handle every search request sent to us, no matter which one of the offered search engines you use. By doing this we commit ourselves to guarantee your privacy and do not save any personal data. It is possible to verify this, since the source code of MetaGer has been released under a free license <a href="https://gitlab.metager3.de/open-source/MetaGer">(https://gitlab.metager3.de/open-source/MetaGer)</a>.',
     "faq.3.h"	=>	"Why does MetaGer has no button \"search using all search engines\"?",
     "faq.3.b"	=>	"The reason is, that the requirements of a search are often not suitable for this. Example: For a search for scientific results it makes no sense to search with a product search engine.",
     "faq.4.h"	=>	"Why don't you metacrawl search engine XY anymore?",
-- 
GitLab