Index: openacs-4/packages/file-storage/www/file-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/file-edit-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/file-storage/www/file-edit-2.tcl 18 Sep 2002 12:09:59 -0000 1.3 +++ openacs-4/packages/file-storage/www/file-edit-2.tcl 5 Nov 2002 17:19:59 -0000 1.4 @@ -10,7 +10,7 @@ } -validate { valid_file -requires {file_id} { if ![fs_file_p $file_id] { - ad_complain "The specified file is not valid." + ad_complain "[_ file-storage.lt_The_specified_file_is]" } } } @@ -32,9 +32,9 @@ from cr_items where name = :name and parent_id = content_item.get_parent_folder(:file_id)"] { - ad_return_complaint 1 "It appears that there is already a file with that name in this folder (although possibly you clicked more than once on the submit button.)" + ad_return_complaint 1 "[_ file-storage.lt_It_appears_that_there]" } else { - ad_return_complaint 1 "We got an error that we couldn't readily identify. Please let the system owner know about this. + ad_return_complaint 1 "[_ file-storage.lt_We_got_an_error_that_]
$errmsg
" }