diff --git a/resources/lang/en/result.php b/resources/lang/en/result.php index c75352a7146da9f670b3cc76939c3fd89243e05c..7f9b4ee0d19f9ca2b2e9bce61666c087f9f2a108 100644 --- a/resources/lang/en/result.php +++ b/resources/lang/en/result.php @@ -1,10 +1,12 @@ <?php return [ - 'options.1' => 'start a new search on this domain', - 'options.2' => 'hide :host', - 'options.3' => 'hide *.:domain', - 'options.4' => 'partnershop', - 'options.5' => 'open anonymously', - 'proxytext' => 'Result link is opened anonymously. Your data will not be transfered to destination servers. Eventually some links will not work as usual.', -]; + "options.headline" => "Options", + "options.savetab" => "Save result in TAB", + "options.1" => "start a new search on this domain", + "options.2" => "hide :host", + "options.3" => "hide *.:domain", + "options.4" => "partnershop", + "options.5" => "open anonymously", + "proxytext" => "Result link is opened anonymously. Your data will not be transfered to destination servers. Eventually some links will not work as usual." +]; \ No newline at end of file