|
16 | 16 | <system:String x:Key="failedToInitializePluginsTitle">Fallo al iniciar los complementos</system:String> |
17 | 17 | <system:String x:Key="failedToInitializePluginsMessage">Complemento: {0} - no se pudo cargar y se desactivará, póngase en contacto con el creador del complemento para obtener ayuda</system:String> |
18 | 18 |
|
| 19 | + <!-- Portable --> |
| 20 | + <system:String x:Key="restartToDisablePortableMode">Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept</system:String> |
| 21 | + <system:String x:Key="restartToEnablePortableMode">Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept</system:String> |
| 22 | + <system:String x:Key="moveToDifferentLocation">Flow Launcher has detected you enabled portable mode, would you like to move it to a different location?</system:String> |
| 23 | + <system:String x:Key="shortcutsUninstallerCreated">Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created</system:String> |
| 24 | + <system:String x:Key="userDataDuplicated">Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred.</system:String> |
| 25 | + |
| 26 | + <!-- Plugin Loader --> |
| 27 | + <system:String x:Key="pluginHasErrored">The following plugin has errored and cannot be loaded:</system:String> |
| 28 | + <system:String x:Key="pluginsHaveErrored">The following plugins have errored and cannot be loaded:</system:String> |
| 29 | + <system:String x:Key="referToLogs">Please refer to the logs for more information</system:String> |
| 30 | + |
| 31 | + <!-- Http --> |
| 32 | + <system:String x:Key="pleaseTryAgain">Please try again</system:String> |
| 33 | + <system:String x:Key="parseProxyFailed">Unable to parse Http Proxy</system:String> |
| 34 | + |
19 | 35 | <!-- MainWindow --> |
20 | 36 | <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> |
21 | 37 | <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> |
|
145 | 161 | <system:String x:Key="KoreanImeOpenLinkButton">Abrir</system:String> |
146 | 162 | <system:String x:Key="KoreanImeRegistry">Utilizar IME Coreano anterior</system:String> |
147 | 163 | <system:String x:Key="KoreanImeRegistryTooltip">Se puede cambiar la configuración anterior del IME coreano directamente desde aquí</system:String> |
| 164 | + <system:String x:Key="KoreanImeSettingChangeFailTitle">Failed to change Korean IME setting</system:String> |
| 165 | + <system:String x:Key="KoreanImeSettingChangeFailSubTitle">Please check your system registry access or contact support.</system:String> |
148 | 166 | <system:String x:Key="homePage">Página de inicio</system:String> |
149 | 167 | <system:String x:Key="homePageToolTip">Muestra los resultados de la página de inicio cuando el texto de la consulta está vacío.</system:String> |
150 | 168 | <system:String x:Key="historyResultsForHomePage">Mostrar historial de resultados en la página de inicio</system:String> |
|
0 commit comments