|
369 | 369 |
|
370 | 370 | <!-- FileManager Setting Dialog --> |
371 | 371 | <system:String x:Key="fileManagerWindow">Selecione o gestor de ficheiros</system:String> |
| 372 | + <system:String x:Key="fileManager_learnMore">Learn more</system:String> |
372 | 373 | <system:String x:Key="fileManager_tips">Por favor, especifique a localização do executável do seu gestor de ficheiros e adicione os argumentos necessários. "%d" representa o caminho do diretório a abrir, usado pelo argumento do campo Pasta e para comandos que abrem diretórios específicos. "%f" representa o caminho do ficheiro a abrir, usado pelo argumento do campo Ficheiro e para comandos que abrem ficheiros específicos.</system:String> |
373 | 374 | <system:String x:Key="fileManager_tips2">Por exemplo, se o gestor de ficheiros utilizar o comando "totalcmd.exe /A c:\windows" para abrir o diretório c:\windows , o caminho para o gestor de ficheiros será totalcmd. exe e os argumentos para a Pasta serão /A "%d". Alguns gestores de ficheiros, como QTTabBar podem apenas exigir que especifique o caminho. Para estes, deve utilizar "%d" como caminho para o gestor de ficheiros e deixar o resto dos campos em branco.</system:String> |
374 | 375 | <system:String x:Key="fileManager_name">Gestor de ficheiros</system:String> |
375 | 376 | <system:String x:Key="fileManager_profile_name">Nome do perfil</system:String> |
376 | 377 | <system:String x:Key="fileManager_path">Caminho do gestor de ficheiros</system:String> |
377 | 378 | <system:String x:Key="fileManager_directory_arg">Argumento para pasta</system:String> |
378 | 379 | <system:String x:Key="fileManager_file_arg">Argumento para ficheiro</system:String> |
| 380 | + <system:String x:Key="fileManagerPathNotFound">The file manager '{0}' could not be located at '{1}'. Would you like to continue?</system:String> |
| 381 | + <system:String x:Key="fileManagerPathError">File Manager Path Error</system:String> |
379 | 382 |
|
380 | 383 | <!-- DefaultBrowser Setting Dialog --> |
381 | 384 | <system:String x:Key="defaultBrowserTitle">Navegador web padrão</system:String> |
@@ -467,6 +470,14 @@ Se adicionar o prefixo '@' durante a introdução do atalho, será utilizada qua |
467 | 470 | <system:String x:Key="reportWindow_upload_log">1. Carregue o ficheiro de registos: {0}</system:String> |
468 | 471 | <system:String x:Key="reportWindow_copy_below">2. Copie a mensagem abaixo</system:String> |
469 | 472 |
|
| 473 | + <!-- File Open Error --> |
| 474 | + <system:String x:Key="fileManagerNotFoundTitle">File Manager Error</system:String> |
| 475 | + <system:String x:Key="fileManagerNotFound"> |
| 476 | + The specified file manager could not be found. Please check the Custom File Manager setting under Settings > General. |
| 477 | + </system:String> |
| 478 | + <system:String x:Key="errorTitle">Erro</system:String> |
| 479 | + <system:String x:Key="folderOpenError">An error occurred while opening the folder. {0}</system:String> |
| 480 | + |
470 | 481 | <!-- General Notice --> |
471 | 482 | <system:String x:Key="pleaseWait">Por favor aguarde...</system:String> |
472 | 483 |
|
|
0 commit comments