Ignore:
Timestamp:
2006-01-23T16:29:57+13:00 (18 years ago)
Author:
mdewsnip
Message:

A few new strings for the rewritten FileQueue code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/dictionary.properties

    r11050 r11087  
    467467FileActions.Calculating_Size:Calculating total size of selected files
    468468FileActions.Copying:Copying {0}
     469FileActions.Could_Not_Delete:Could not delete {0}
     470FileActions.Cyclic_Path:Cannot copy {0}: the destination folder is a subfolder of the source folder.
    469471FileActions.Deleting:Deleting {0}
    470472FileActions.Directories_Selected:{0} folders selected
     
    477479FileActions.File_Create_Error:The file {0} could not be created.
    478480FileActions.Folder_Create_Error:The folder {0} could not be created.
    479 FileActions.File_Exists:<html>{0} already exists in the destination folder. Overwrite it?</html>
     481FileActions.File_Exists:{0} already exists in the destination folder. Overwrite it?
     482FileActions.File_Move_Error_Message:Could not move {0} to\n{1}.
    480483FileActions.File_Not_Deleted_Message:{0}\nThe file named above can not be deleted. \nPlease check that you don't have the file open\nin an external program, then try again.
    481484FileActions.File_Not_Deleted_Title:Error - File Not Deleted.
     
    492495FileActions.No_Activity:No action requested
    493496FileActions.Possible_Cyclic_Path:{1} is {0} directories deep and may be a recursive path? Should file actioning continue?
     497FileActions.Read_Not_Permitted_Message:Could not read {0}.
    494498FileActions.Read_Only:Files from the workspace are read only and cannot be deleted.
    495499FileActions.Selected:{0} files and {1} folders selected
Note: See TracChangeset for help on using the changeset viewer.