Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c17dbdf85a1b9524bfc00eab7d0e3029a6ead4d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
FSTreeNodeContentProvider_rootNode_label=File System
FSTreeNode_TypeFile=File
FSTreeNode_TypeFileFolder=File Folder
FSTreeNode_TypeLocalDisk=Local Disk
FSTreeNode_TypeSystemFile=System file
FSTreeNode_TypeUnknownFile=Unknown File
Operation_DeletingFileFailed=Deleting {0} failed\!
Operation_NotResponding=The TCF agent on the target {0} is probably down. It is not responding.
Operation_OpeningChannelFailureMessage=We cannot open a TCF channel to the target: {0}. It is caused by {1}.
Operation_NoFileSystemError=This TCF agent, {0}, does not provide a file system service\!
Operation_CannotOpenDir=Cannot open directory {0} because {1}
Operation_CopyNOfFile=Copy ({0}) of {1}
Operation_CopyOfFile=Copy of {0}
Operation_CannotCreateDirectory=Cannot create the directory {0} because: {1}
OpCopy_Copying=Copying {0} ...
OpCopy_CannotCopyFile=Cannot copy file {0} because: {1}
OpCopy_CopyingFile=Copying files
OpCreate_TaskName=Creating {0}...
TcfURLConnection_NoFileHandleReturned=No file handle returned\!
TcfURLConnection_NoPeerFound=Could not find the specified target with the ID {0}
TcfURLConnection_NoSuchTcfAgent=TCF agent is already disconnected\!
OpDelete_Deleting=Deleting files
OpDelete_PrepareToDelete=Prepare to delete files ...
OpDelete_RemovingFileFolder=Removing {0} ...
OpDownload_Downloading=Downloading file {0}:{1}/{2}
OpDownload_DownloadingMultipleFiles=Downloading {0} files...
OpDownload_DownloadingSingleFile=Downloading file {0}...
OpMove_Moving=Moving {0} ...
OpMove_FileExistsError=Cannot replace {0}: There is already a file with the same name as the folder you are moving.
OpMove_FolderExistsError=Cannot replace {0}: There is already a folder with the same name as the file you are moving.
OpMove_CannotMove=Cannot move {0} because {1}
OpMove_MovingFile=Moving files
OpOutStreamOp_DownloadingProgress=Downloading {0}/{1}.
OpRefresh_RefreshJobTitle=Refresh {0}
OpRename_CannotRename=Cannot rename {0} because {1}
OpRename_TitleRename=Rename
OpStreamOp_SetReadOnlyFailed=Setting the read-only attribute of {0} failed\!
OpStreamOp_Bytes=\ bytes
OpStreamOp_KBs=\ KBs
OpStreamOp_MBs=\ MBs
OpUpload_UploadingProgress=Uploading file {0}: {1}/{2}
OpUpload_UploadNFiles=Uploading {0} files...
OpUpload_UploadSingleFile=Uploading file {0}...
TcfInputStream_NoDataAvailable=No data available
TcfInputStream_StreamClosed=Stream is already closed\!
TcfOutputStream_StreamClosed=Stream is already closed\!
TcfURLStreamHandlerService_ErrorURLFormat=Error TCF URL format\!
TcfURLStreamHandlerService_IllegalCharacter=A Windows path does not permit character {0}.
TcfURLStreamHandlerService_OnlyDiskPartError=A Windows path should not contain only disk part.
CacheManager_MkdirFailed=Making directory {0} failed

Back to the top