Index: openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml,v diff -u -r1.32 -r1.32.2.1 --- openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml 18 Mar 2005 13:34:34 -0000 1.32 +++ openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml 28 Jul 2005 08:11:58 -0000 1.32.2.1 @@ -1,5 +1,5 @@ - + File File @@ -28,6 +28,7 @@ days as new. Delete delete + Delete Checked Items Delete File This will delete %folder_name% and %child_count% files and folders. Do you want to continue? Delete this folder @@ -67,6 +68,7 @@ missing folder id Comments on this file: %contents.content_size_pretty% bytes + Copy Checked Items to Another Folder Are you sure you want to delete the file "%title%" and all of its versions? This action cannot be reversed. Are you sure you want to delete the folder "%folder_name%" and all the items it contains? This action cannot be reversed. Delete this file (including all versions) @@ -81,6 +83,7 @@ Live version of "%title%" Modify permissions on this file Modify permissions on this folder + Move Checked Items to Another Folder Moving %allowed_count% items. Name of the %action_type%: %filename% New version of file uploaded Index: openacs-4/packages/file-storage/www/folder-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-chunk.tcl,v diff -u -r1.31.2.3 -r1.31.2.4 --- openacs-4/packages/file-storage/www/folder-chunk.tcl 18 Jul 2005 19:03:18 -0000 1.31.2.3 +++ openacs-4/packages/file-storage/www/folder-chunk.tcl 28 Jul 2005 08:11:15 -0000 1.31.2.4 @@ -129,7 +129,7 @@ set vars_to_export [list return_url] if {$allow_bulk_actions} { - set bulk_actions [list "Move" "move" "Move Checked Items to Another Folder" "Copy" "copy" "Copy Checked Items to Another Folder" "Delete" "delete" "Delete Checked Items"] + set bulk_actions [list "[_ file-storage.Move]" "move" "[_ file-storage.lt_Move_Checked_Items_to]" "[_ file-storage.Copy]" "copy" "[_ file-storage.lt_Copy_Checked_Items_to]" "[_ file-storage.Delete]" "delete" "[_ file-storage.Delete_Checked_Items]"] callback fs::folder_chunk::add_bulk_actions \ -bulk_variable "bulk_actions" \ -folder_id $folder_id \