Skip to content
Snippets Groups Projects
Commit a6fb87b7 authored by Carsten Riel's avatar Carsten Riel
Browse files

Diverse IDs eingefügt und übersetzt

parent 8855f17c
No related branches found
No related tags found
1 merge request!1275Carsten development patch 59701
...@@ -18,14 +18,20 @@ return [ ...@@ -18,14 +18,20 @@ return [
"stopworte.title" => "Stopwords", "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.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.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.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.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.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" => "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" => "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.title" => "Upper case vs. lower case",
"grossklein.1" => "Upper case will not be distinguished from 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" => "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.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.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:", "domains.sitesearch.example.1" => "Example: I want to restrict my search to en.wikipedia.org. Type:",
...@@ -39,6 +45,13 @@ return [ ...@@ -39,6 +45,13 @@ return [
"domains.blacklist.example.4" => "You get results from e.g. de.wikipedia.org further on.", "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.5" => "Exclude all results of all wikipedia domains:",
"domains.blacklist.example.6" => "<i>my search words</i> -site:*.<i>wikipedia.org</i>", "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.title" => "Exclude URLs",
"urls.explanation" => "Use \"-url:\" to exclude search results containing specified words.", "urls.explanation" => "Use \"-url:\" to exclude search results containing specified words.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment