|
214 | 214 | <system:String x:Key="plugin_query_version">Versión</system:String> |
215 | 215 | <system:String x:Key="plugin_query_web">Sitio web</system:String> |
216 | 216 | <system:String x:Key="plugin_uninstall">Desinstalar</system:String> |
| 217 | + <system:String x:Key="plugin_default_search_delay_time">Tiempo de retardo de búsqueda: predeterminado</system:String> |
| 218 | + <system:String x:Key="plugin_search_delay_time">Tiempo de retardo de búsqueda: {0}ms</system:String> |
217 | 219 | <system:String x:Key="failedToRemovePluginSettingsTitle">Fallo al eliminar la configuración del complemento</system:String> |
218 | 220 | <system:String x:Key="failedToRemovePluginSettingsMessage">Complementos: {0} - Fallo al eliminar los archivos de configuración del complemento, por favor elimínelos manualmente</system:String> |
219 | 221 | <system:String x:Key="failedToRemovePluginCacheTitle">Fallo al eliminar la caché del complemento</system:String> |
|
224 | 226 | <system:String x:Key="failedToUninstallPluginTitle">Fallo al desinstalar {0}</system:String> |
225 | 227 | <system:String x:Key="fileNotFoundMessage">No se puede encontrar plugin.json en el archivo zip extraído, o esta ruta {0} no existe</system:String> |
226 | 228 | <system:String x:Key="pluginExistAlreadyMessage">Ya existe un complemento con el mismo ID y versión, o la versión es superior a la de este complemento descargado</system:String> |
227 | | - <system:String x:Key="errorCreatingSettingPanel">Error creating setting panel for plugin {0}:{1}{2}</system:String> |
| 229 | + <system:String x:Key="errorCreatingSettingPanel">Error al crear el panel de configuración para el complemento {0}:{1}{2}</system:String> |
228 | 230 |
|
229 | 231 | <!-- Setting Plugin Store --> |
230 | 232 | <system:String x:Key="pluginStore">Tienda complementos</system:String> |
|
493 | 495 | <system:String x:Key="fileManager_file_arg">Argumentos del archivo</system:String> |
494 | 496 | <system:String x:Key="fileManagerPathNotFound">El administrador de archivos '{0}' no pudo ser localizado en '{1}'. ¿Desea continuar?</system:String> |
495 | 497 | <system:String x:Key="fileManagerPathError">Error de ruta del administrador de archivos</system:String> |
496 | | - <system:String x:Key="fileManagerExplorer">File Explorer</system:String> |
| 498 | + <system:String x:Key="fileManagerExplorer">Explorador de archivos</system:String> |
497 | 499 |
|
498 | 500 | <!-- DefaultBrowser Setting Dialog --> |
499 | 501 | <system:String x:Key="defaultBrowserTitle">Navegador web predeterminado</system:String> |
|
504 | 506 | <system:String x:Key="defaultBrowser_newWindow">Nueva ventana</system:String> |
505 | 507 | <system:String x:Key="defaultBrowser_newTab">Nueva pestaña</system:String> |
506 | 508 | <system:String x:Key="defaultBrowser_parameter">Modo privado</system:String> |
507 | | - <system:String x:Key="defaultBrowser_default">Default</system:String> |
508 | | - <system:String x:Key="defaultBrowser_new_profile">New Profile</system:String> |
| 509 | + <system:String x:Key="defaultBrowser_default">Predeterminado</system:String> |
| 510 | + <system:String x:Key="defaultBrowser_new_profile">Nuevo perfil</system:String> |
509 | 511 |
|
510 | 512 | <!-- Priority Setting Dialog --> |
511 | 513 | <system:String x:Key="changePriorityWindow">Cambiar la prioridad</system:String> |
@@ -595,8 +597,9 @@ Si añade un prefijo "@" al introducir un acceso directo, éste coinci |
595 | 597 | No se ha encontrado el administrador de archivos especificado. Compruebe la configuración del Administrador de archivos personalizado en Configuración > General. |
596 | 598 | </system:String> |
597 | 599 | <system:String x:Key="errorTitle">Error</system:String> |
598 | | - <system:String x:Key="folderOpenError">Se ha producido un error al abrir la carpeta. {0}</system:String> |
| 600 | + <system:String x:Key="folderOpenError">Se ha producido un error al abrir la carpeta.</system:String> |
599 | 601 | <system:String x:Key="browserOpenError">Se ha producido un error al abrir la URL en el navegador. Por favor, compruebe la configuración de su navegador web predeterminado en la sección General de la ventana de configuración</system:String> |
| 602 | + <system:String x:Key="fileNotFoundError">No se encuentra el archivo o directorio: {0}</system:String> |
600 | 603 |
|
601 | 604 | <!-- General Notice --> |
602 | 605 | <system:String x:Key="pleaseWait">Por favor espere...</system:String> |
|
0 commit comments