|
371 | 371 |
|
372 | 372 | <!-- FileManager Setting Dialog --> |
373 | 373 | <system:String x:Key="fileManagerWindow">Seleccionar Gestor de Archivos</system:String> |
| 374 | + <system:String x:Key="fileManager_learnMore">Learn more</system:String> |
374 | 375 | <system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files.</system:String> |
375 | 376 | <system:String x:Key="fileManager_tips2">For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fileds blank.</system:String> |
376 | 377 | <system:String x:Key="fileManager_name">Gestor de Archivos</system:String> |
377 | 378 | <system:String x:Key="fileManager_profile_name">Nombre de Perfil</system:String> |
378 | 379 | <system:String x:Key="fileManager_path">Ruta del Gestor de Archivos</system:String> |
379 | 380 | <system:String x:Key="fileManager_directory_arg">Arg para Carpeta</system:String> |
380 | 381 | <system:String x:Key="fileManager_file_arg">Arg para 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 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in |
469 | 472 | <system:String x:Key="reportWindow_upload_log">1. Upload log file: {0}</system:String> |
470 | 473 | <system:String x:Key="reportWindow_copy_below">2. Copy below exception message</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