|
371 | 371 |
|
372 | 372 | <!-- FileManager Setting Dialog -->
|
373 | 373 | <system:String x:Key="fileManagerWindow">Seleccionar administrador de archivos</system:String>
|
| 374 | + <system:String x:Key="fileManager_learnMore">Learn more</system:String> |
374 | 375 | <system:String x:Key="fileManager_tips">Especifique la ubicación del archivo del administrador de archivos que está utilizando y añada los argumentos necesarios. El argumento "%d" representa la ruta del directorio a abrir, utilizada por el campo Argumentos de la carpeta y por comandos que abren directorios específicos. El "%f" representa la ruta del archivo a abrir, utilizada por el campo Argumentos del archivo y por comandos que abren archivos específicos.</system:String>
|
375 | 376 | <system:String x:Key="fileManager_tips2">Por ejemplo, si el administrador de archivos utiliza un comando como "totalcmd.exe /A c:\windows" para abrir el directorio c:\windows, la ruta del administrador de archivos será totalcmd.exe, y los Argumentos de la carpeta serán /A "%d". Ciertos administradores de archivos como QTTabBar pueden requerir solo la ruta, en este caso utilice "%d" como la ruta del administrador de archivos y deje el resto de los campos en blanco.</system:String>
|
376 | 377 | <system:String x:Key="fileManager_name">Administrador de archivos</system:String>
|
377 | 378 | <system:String x:Key="fileManager_profile_name">Nombre del perfil</system:String>
|
378 | 379 | <system:String x:Key="fileManager_path">Ruta del administrador de archivos</system:String>
|
379 | 380 | <system:String x:Key="fileManager_directory_arg">Argumentos de la carpeta</system:String>
|
380 | 381 | <system:String x:Key="fileManager_file_arg">Argumentos del archivo</system:String>
|
| 382 | + <system:String x:Key="fileManagerPathNotFound">The file manager '{0}' could not be located at '{1}'. Would you like to continue?</system:String> |
| 383 | + <system:String x:Key="fileManagerPathError">File Manager Path Error</system:String> |
381 | 384 |
|
382 | 385 | <!-- DefaultBrowser Setting Dialog -->
|
383 | 386 | <system:String x:Key="defaultBrowserTitle">Navegador web predeterminado</system:String>
|
@@ -469,6 +472,14 @@ Si añade un prefijo "@" al introducir un acceso directo, éste coinci
|
469 | 472 | <system:String x:Key="reportWindow_upload_log">1. Subir archivo de registro: {0}</system:String>
|
470 | 473 | <system:String x:Key="reportWindow_copy_below">2. Copiar el siguiente mensaje de excepción</system:String>
|
471 | 474 |
|
| 475 | + <!-- File Open Error --> |
| 476 | + <system:String x:Key="fileManagerNotFoundTitle">File Manager Error</system:String> |
| 477 | + <system:String x:Key="fileManagerNotFound"> |
| 478 | + The specified file manager could not be found. Please check the Custom File Manager setting under Settings > General. |
| 479 | + </system:String> |
| 480 | + <system:String x:Key="errorTitle">Error</system:String> |
| 481 | + <system:String x:Key="folderOpenError">An error occurred while opening the folder. {0}</system:String> |
| 482 | + |
472 | 483 | <!-- General Notice -->
|
473 | 484 | <system:String x:Key="pleaseWait">Por favor espere...</system:String>
|
474 | 485 |
|
|
0 commit comments