|
13 | 13 |
|
14 | 14 | <!-- MainWindow --> |
15 | 15 | <system:String x:Key="registerHotkeyFailed">No se ha podido registrar el atajo de teclado "{0}". El atajo de teclado puede estar siendo utilizado por otro programa. Seleccione un atajo de teclado diferente o salga del otro programa.</system:String> |
16 | | - <system:String x:Key="unregisterHotkeyFailed">Failed to unregister hotkey "{0}". Please try again or see log for details</system:String> |
| 16 | + <system:String x:Key="unregisterHotkeyFailed">No se ha podido anular el registro de la tecla de acceso rápido «{0}». Inténtelo de nuevo o consulte el registro para obtener más detalles</system:String> |
17 | 17 | <system:String x:Key="MessageBoxTitle">Flow Launcher</system:String> |
18 | 18 | <system:String x:Key="couldnotStartCmd">No se ha podido iniciar {0}</system:String> |
19 | 19 | <system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato de archivo del complemento de Flow Launcher no válido</system:String> |
|
45 | 45 | <system:String x:Key="portableMode">Modo Portable</system:String> |
46 | 46 | <system:String x:Key="portableModeToolTIp">Guarda toda la configuración y datos de usuario en una carpeta (Útil cuando se utiliza con unidades extraíbles o servicios en la nube).</system:String> |
47 | 47 | <system:String x:Key="startFlowLauncherOnSystemStartup">Cargar Flow Launcher al iniciar el sistema</system:String> |
48 | | - <system:String x:Key="useLogonTaskForStartup">Use logon task instead of startup entry for faster startup experience</system:String> |
49 | | - <system:String x:Key="useLogonTaskForStartupTooltip">After uninstallation, you need to manually remove this task (Flow.Launcher Startup) via Task Scheduler</system:String> |
| 48 | + <system:String x:Key="useLogonTaskForStartup">Usar la tarea de inicio de sesión en lugar de la entrada de inicio para una experiencia de inicio más rápida</system:String> |
| 49 | + <system:String x:Key="useLogonTaskForStartupTooltip">Después de la desinstalación, es necesario eliminar manualmente la tarea (Flow.Launcher Startup) mediante el Programador de Tareas</system:String> |
50 | 50 | <system:String x:Key="setAutoStartFailed">Error de configuración de arranque al iniciar</system:String> |
51 | 51 | <system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher cuando se pierde el foco</system:String> |
52 | 52 | <system:String x:Key="dontPromptUpdateMsg">No mostrar notificaciones de nuevas versiones</system:String> |
|
129 | 129 | <system:String x:Key="plugin_query_version">Versión</system:String> |
130 | 130 | <system:String x:Key="plugin_query_web">Sitio web</system:String> |
131 | 131 | <system:String x:Key="plugin_uninstall">Desinstalar</system:String> |
132 | | - <system:String x:Key="failedToRemovePluginSettingsTitle">Fail to remove plugin settings</system:String> |
133 | | - <system:String x:Key="failedToRemovePluginSettingsMessage">Plugins: {0} - Fail to remove plugin settings files, please remove them manually</system:String> |
| 132 | + <system:String x:Key="failedToRemovePluginSettingsTitle">Fallo al eliminar la configuración del complemento</system:String> |
| 133 | + <system:String x:Key="failedToRemovePluginSettingsMessage">Complementos: {0} - Fallo al eliminar los archivos de configuración del complemento, por favor elimínelos manualmente</system:String> |
134 | 134 |
|
135 | 135 | <!-- Setting Plugin Store --> |
136 | 136 | <system:String x:Key="pluginStore">Tienda complementos</system:String> |
|
0 commit comments