]> git.p6c8.net - devedit.git/blob - errors.conf
Updated Change Log
[devedit.git] / errors.conf
1 # This file contains the error messages of Dev-Editor
2
3 above_root = Accessing files and directories above the virtual root directory is forbidden.
4 binary_file = This editor is not able to view/edit binary files.
5 chprop_link = You are not allowed to change the properties of a symbolic link.
6 chprop_root = You are not allowed to change the properties of the root directory.
7 command_disabled = The command '{COMMAND}' has been disabled by the administrator.
8 command_unknown = Unknown command: '{COMMAND}'
9 copy_failed = Could not copy '{FILE}' to '{NEW_FILE}'.
10 create_above_root = You are not allowed to create files and directories above the virtual root directory.
11 delete_failed = Could not delete file '{FILE}'.
12 dir_copy_self = You may not copy a directory into itself.
13 dir_move_self = You may not move a directory into itself.
14 dir_edit = You cannot edit directories.
15 dir_no_create = You have not enough permissions to create a file in directory '{DIR}'.
16 dir_not_exist = The directory where you want to create this file or directory does not exist.
17 dir_read_failed = Reading of directory '{DIR}' failed.
18 dir_replace = You are not allowed to replace a directory.
19 edit_failed = Saving of file '{FILE}' failed. The file could be damaged, please check its integrity.
20 edit_file_changed = The file you want to edit changed meanwhile. Now, it looks like this: <a href="{SCRIPT}?command=show&amp;file={FILE_URL}">{FILE}</a>.
21 exist_no_write = The target file '{FILE}' already exists and you have not enough permissions to replace it.
22 file_exists = A file or directory called '{FILE}' already exists.
23 file_too_large = The file you want to view or edit is too large (max. {SIZE}&nbsp;Bytes).
24 forbidden_file = Dev-Editor is configured to forbid accessing this file.
25 invalid_group = '{GROUP}' seems to be an invalid group name. Please check it and try again.
26 invalid_mode = To change the group of a file or directory, you have to enter an octal number which has at least three digits.
27 invalid_upload = It seems that something is wrong with the file upload you want to submit.
28 link_copy = Copying symbolic links does not work.
29 link_edit = For security reasons, you cannot edit the target file of a symbolic link.
30 link_replace = You are not allowed to overwrite symbolic links.
31 mkdir_failed = Could not create directory '{DIR}'.
32 mkfile_failed = Could not create file '{FILE}'.
33 no_ae = Perl module <tt>Archive::Extract</tt> is not available.
34 no_archive = '{FILE}' is not an archive file.
35 no_copy = You have not enough permissions to copy this file.
36 no_delete = You have not enough permissions to delete this file.
37 no_dir_access = You have not enough permissions to access this directory.
38 no_directory = '{FILE}' is not a directory.
39 no_download = You are not allowed to download '{FILE}'.
40 no_edit = You have not enough permissions to edit this file.
41 no_rename = You have not enough permissions to move/rename this file.
42 no_root_access = You have not enough permissions to access the root directory.
43 no_root_dir = The root directory does not exist or is not a directory.
44 no_users = It seems that your system does not support users and groups.
45 no_view = You have not enough permissions to view this file.
46 not_found = File/directory does not exist.
47 not_owner = You are not the owner of '{FILE}', so you are not allowed to change its mode and its group.
48 remove_root = You are not allowed to remove the root directory.
49 rename_failed = Could not move/rename '{FILE}' to '{NEW_FILE}'.
50 rename_root = You are not allowed to move/rename the root directory.
51 text_to_binary = You are not allowed to write text data into a binary file.
52 unpack_failed = Unpacking of archive file '{FILE}' failed.<br><br><tt>Archive::Extract</tt> returned the following error:<br><tt>{AE_ERROR}</tt>
53 unpack_no_dir = You cannot unpack archive file '{FILE}' to an ordinary file or a symbolic ('{NEW_FILE}' is not a directory).
54
55 # End of configuration file

patrick-canterino.de