From a6fb87b706c81b500e04fca88b705e29e42760d6 Mon Sep 17 00:00:00 2001
From: Carsten Riel <carsten@suma-ev.de>
Date: Thu, 19 Jul 2018 12:01:03 +0200
Subject: [PATCH] =?UTF-8?q?Diverse=20IDs=20eingef=C3=BCgt=20und=20=C3=BCbe?=
 =?UTF-8?q?rsetzt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 resources/lang/en/hilfe.php | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/resources/lang/en/hilfe.php b/resources/lang/en/hilfe.php
index b3be4c758..187ed47c9 100644
--- a/resources/lang/en/hilfe.php
+++ b/resources/lang/en/hilfe.php
@@ -18,14 +18,20 @@ return [
     "stopworte.title"	=>	"Stopwords",
     "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"',
     "grossklein.title"	=>	"Upper case vs. lower case",
     "grossklein.1"	=>	"Upper case will not be distinguished from lower case",
     "grossklein.2"	=>	"Searching for <div class=\"well well-sm\">Shakespeare</div> or <div class=\"well well-sm\">SHAKESPEARE</div> will deliver the same results as <div class=\"well well-sm\">shakespeare</div>",
+    "grossklein.2.example" => "capitalization",
+    "grossklein.3" => "should give the same results as",
+    "grossklein.3.example" => "CAPITALIZATION",
     "domains.title"	=>	"Restrict to specific domain(s) / exclude domain(s)",
     "domains.sitesearch.explanation"	=>	"Type site:<i>your-domain-here.uk</i> to restrict the search to that domain.",
     "domains.sitesearch.example.1"	=>	"Example: I want to restrict my search to en.wikipedia.org. Type:",
@@ -39,6 +45,13 @@ return [
     "domains.blacklist.example.4"	=>	"You get results from e.g. de.wikipedia.org further on.",
     "domains.blacklist.example.5"	=>	"Exclude all results of all wikipedia domains:",
     "domains.blacklist.example.6"	=>	"<i>my search words</i> -site:*.<i>wikipedia.org</i>",
+    "domains.showcase.explanation.1" => 'You can exclude Top-Level-Domains and subdomains directly from the results page by clicking the "More"-Button:',
+    "domains.showcase.menu.1" => "Using it you get a menu with the following options:",
+    "domains.showcase.menu.2" => "Cache the results for further filtering (more information <a href=\"#searchinsearch\"> here</a>)",
+    "domains.showcase.menu.3" => 'Start a new search on the domain "de.wikipedia.de)"',
+    "domains.showcase.menu.4" => "Search without using the subdomain (de.wikipedia.de)",
+    "domains.showcase.menu.5" => "Search without using the Top-Level-Domain (wikipedia.de)",
+    "domains.showcase.menu.6" => "Try it right here by clickig the options.",
 
     "urls.title"	=>	"Exclude URLs",
     "urls.explanation"	=>	"Use \"-url:\" to exclude search results containing specified words.",
-- 
GitLab