Hallo,
thanks to the authors of WinSCP and the CHS translation. WinSCP is a wonderful tools. I really love it.
And there is a confusing translation for CHS in ExplorerView. If I connect to the remote server, and right click a remote file(or use File menu), I can find two Copy items, they are actually Copy and RemoteCopy. So I made a tiny patch for this bug, which
based on CHS.ini rev 1.41. hope it can be accpeted :)
thanks
Moudy
1765c1765
< ExplorerActions.RemoteMoveToFocusedAction.Caption="移动到(&V)..."
---
> ExplorerActions.RemoteMoveToFocusedAction.Caption="远程移动(&V)..."
1841c1841
< ExplorerActions.RemoteCopyToFocusedAction.Caption="复制(&D)..."
---
> ExplorerActions.RemoteCopyToFocusedAction.Caption="远程复制(&D)..."
1843c1843
< ExplorerActions.RemoteCopyToFocusedAction.Hint="复制|把选中文件复制到远程目录"
---
> ExplorerActions.RemoteCopyToFocusedAction.Hint="远程复制|把选中文件复制到远程目录"
1845c1845
< ExplorerActions.RemoteCopyToAction.Caption="复制(&D)..."
---
> ExplorerActions.RemoteCopyToAction.Caption="远程复制(&D)..."
1847c1847
< ExplorerActions.RemoteCopyToAction.Hint="复制|把选中文件复制到远程目录"
---
> ExplorerActions.RemoteCopyToAction.Hint="远程复制|把选中文件复制到远程目录"