Flow.Launcher/Plugins/Flow.Launcher.Plugin.Url/Languages/ja.xaml
2025-11-20 18:26:31 +08:00

22 lines
1.6 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">
<system:String x:Key="flowlauncher_plugin_url_open_url">次のURLを開く:{0}</system:String>
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">次のURLを開くことができません:{0}</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_description">入力したURLをFlow Launcherから開くプラグインです。</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">選択</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Application(*.exe)|*.exe|All files|*.*</system:String>
<system:String x:Key="flowlauncher_plugin_url_use_custom_browser">FlowのデフォルトのWebブラウザの代わりにカスタムを使用する</system:String>
<system:String x:Key="flowlauncher_plugin_url_browser_path">ブラウザーのパス</system:String>
<system:String x:Key="flowlauncher_plugin_url_new_tab">新しいタブ</system:String>
<system:String x:Key="flowlauncher_plugin_url_new_window">新しいウインドウ</system:String>
<system:String x:Key="flowlauncher_plugin_url_private_mode">プライベートモード</system:String>
<system:String x:Key="flowlauncher_plugin_url_usehttps">httpよりもhttpsを優先</system:String>
</ResourceDictionary>