X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/863abbbee47daf6df718856079cb50833e3552c2..5dc063ebfce6e78b69fa41bb4a2475fd726ee728:/devedit.dat diff --git a/devedit.dat b/devedit.dat index 8c9a918..79ad3db 100644 --- a/devedit.dat +++ b/devedit.dat @@ -21,6 +21,9 @@ tpl_viewfile = templates/viewfile.htm tpl_editfile = templates/editfile.htm tpl_copyfile = templates/copyfile.htm tpl_renamefile = templates/renamefile.htm +tpl_mkfile = templates/mkfile.htm +tpl_mkdir = templates/mkdir.htm +tpl_upload = templates/upload.htm tpl_confirm_rmfile = templates/confirm_rmfile.htm tpl_confirm_rmdir = templates/confirm_rmdir.htm tpl_confirm_unlock = templates/confirm_unlock.htm @@ -29,6 +32,7 @@ tpl_dirlist_file = templates/dirlist_file.htm tpl_dirlist_dir = templates/dirlist_dir.htm tpl_dirlist_up = templates/dirlist_up.htm tpl_error = templates/error.htm +tpl_about = templates/about.htm # Error messages @@ -47,6 +51,7 @@ err_above_root = Accessing files and directories above the virtual root direc err_create_ar = You aren't allowed to create files and directories above the virtual root directory. err_file_exists = A file or directory called '{FILE}' already exists. err_exist_edited = The target file '{FILE}' already exists and is edited by someone else. +err_in_use = The file '{FILE}' is currently edited by someone else. 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.