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
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