X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/48d438eaa383ac5bd0fc396208132ca76f9c0e30..d45094b7ee0dee87ae03d62f9e9a0a3e2196add8:/devedit.dat diff --git a/devedit.dat b/devedit.dat index 285e463..f180cae 100644 --- a/devedit.dat +++ b/devedit.dat @@ -21,6 +21,8 @@ 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 @@ -48,6 +50,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.