mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
28 lines
3 KiB
XML
28 lines
3 KiB
XML
<?xml version="1.0"?>
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
|
|
<!-- Plugin Info -->
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Nettleserbokmerker</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Søk i nettleserbokmerker</system:String>
|
|
|
|
<!-- Settings -->
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Bokmerkedata</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Åpne bokmerker i:</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Nytt vindu</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Ny fane</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Angi nettleser fra banen:</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Velg</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Kopier nettadresse</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Kopier bokmerkets nettadresse til utklippstavlen</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Last nettleser fra:</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Nettlesernavn</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Sti til datakatalog</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Legg til</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Rediger</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Slett</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Bla</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Others</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Browser Engine</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work.</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file.</system:String>
|
|
</ResourceDictionary>
|