diff --git a/resources/lang/en/fake-result.php b/resources/lang/en/fake-result.php new file mode 100644 index 0000000000000000000000000000000000000000..5e4e9e7b06b3b932c0db2b19f6bf10a890f233eb --- /dev/null +++ b/resources/lang/en/fake-result.php @@ -0,0 +1,16 @@ +<?php + +return [ + 'title' => 'Title of the result', + 'hoster' => 'Found by', + 'link' => 'Hyperlink to the result', + 'description' => 'Summary of the result page', + 'open.this' => 'Open in this TAB', + 'open.newtab' => 'Open in a new TAB', + 'open.anonymous' => 'Open anonymously (via the MetaGer-Proxy server)', + 'options.more' => 'More options', + 'options.save' => 'Save the result for further filtering', + 'options.domain' => 'Start a new search on this domain', + 'options.subdomain' => 'Start a new search on this subdomain', + 'options.blacklist' => 'Start a new search without this domain', +]; \ No newline at end of file