X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/03d83644ce2d958fe3e0466fa272c67f0566f4ab..43fce50ae0ac047f8097cac93fe04945ce72868c:/devedit.dat diff --git a/devedit.dat b/devedit.dat index c34d150..45d469d 100644 --- a/devedit.dat +++ b/devedit.dat @@ -19,6 +19,8 @@ lock_timeout = 10 tpl_dirlist = templates/dirlist.htm tpl_viewfile = templates/viewfile.htm tpl_editfile = templates/editfile.htm +tpl_copyfile = templates/copyfile.htm +tpl_renamefile = templates/renamefile.htm tpl_confirm_rmfile = templates/confirm_rmfile.htm tpl_confirm_rmdir = templates/confirm_rmdir.htm tpl_confirm_unlock = templates/confirm_unlock.htm @@ -37,5 +39,9 @@ err_edit_failed = Saving of file '{FILE}' failed. The file could be damaged, p err_delete_failed = Could not delete file '{FILE}'. err_above_root = Accessing files and directories above the virtual root directory is forbidden. err_create_ar = You aren't allowed to create files and directories above the virtual root directory. +err_dir_read_fail = Reading of directory '{DIR}' failed. +err_noview = You have not enough permissions to view this file. +err_nocopy = You have not enough permissions to copy this file. +err_dircopy = This editor is not able to copy directories. # End of configuration file \ No newline at end of file