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

22 lines
1.5 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">Abrir url:{0}</system:String>
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">No se puede abrir la 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">Abre la URL escrita desde Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Elegir</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Aplicación(*.exe)|*.exe|Todos los archivos|*.*</system:String>
<system:String x:Key="flowlauncher_plugin_url_use_custom_browser">Utilizar un navegador web personalizado en lugar del predeterminado de Flow</system:String>
<system:String x:Key="flowlauncher_plugin_url_browser_path">Ruta del navegador</system:String>
<system:String x:Key="flowlauncher_plugin_url_new_tab">Nueva pestaña</system:String>
<system:String x:Key="flowlauncher_plugin_url_new_window">Nueva ventana</system:String>
<system:String x:Key="flowlauncher_plugin_url_private_mode">Modo privado</system:String>
<system:String x:Key="flowlauncher_plugin_url_usehttps">Priorizar https frente a http</system:String>
</ResourceDictionary>