]> git.p6c8.net - devedit.git/blobdiff - devedit.dat
Added a little bit JavaScript code which activates the checkbox before
[devedit.git] / devedit.dat
index c34d1505004d3e9771be2f407fb91aacfbded4a9..45d469d630a808b0be749d4c12b246cea08b435e 100644 (file)
@@ -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

patrick-canterino.de