Merge pull request #200 from ullbergm/Add-option-to-open-links-in-current-window-or-new-tab

WIP: Add option to open links in current window or new tab
This commit is contained in:
KodeStar
2018-06-10 09:01:25 +01:00
committed by GitHub
3 changed files with 30 additions and 3 deletions

View File

@@ -15,6 +15,10 @@ return [
'settings.version' => 'Version',
'settings.background_image' => 'Background Image',
'settings.window_target' => 'Link opens in',
'settings.window_target.current' => 'Open in this tab',
'settings.window_target.one' => 'Open in the same tab',
'settings.window_target.new' => 'Open in a new tab',
'settings.homepage_search' => 'Homepage Search',
'settings.search_provider' => 'Search Provider',
'settings.language' => 'Language',