From 07f5140771388c9e0c8a99b0dd2e5d950bdb173b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 14 Oct 2021 15:16:42 +1100 Subject: moving h-source subdir out. --- h-source/admin/Library/Lang/Eng/UploadStrings.php | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 h-source/admin/Library/Lang/Eng/UploadStrings.php (limited to 'h-source/admin/Library/Lang/Eng/UploadStrings.php') diff --git a/h-source/admin/Library/Lang/Eng/UploadStrings.php b/h-source/admin/Library/Lang/Eng/UploadStrings.php deleted file mode 100644 index 195fd5f..0000000 --- a/h-source/admin/Library/Lang/Eng/UploadStrings.php +++ /dev/null @@ -1,27 +0,0 @@ - "
Error: verify the permissions of the file/directory
\n", - "executed" => "
Operation executed!
\n", - "not-child" => "
The selected directory is not a child of the base directory
\n", - "not-dir" => "
The selected directory is not a directory
\n", - "not-empty" => "
The selected directory is not empty
\n", - "no-folder-specified" => "
No folder has been specified
\n", - "no-file-specified" => "
No file has been specified
\n", - "not-writable" => "
The folder is not writable
\n", - "not-writable-file" => "
The file is not writable
\n", - "dir-exists" => "
The directory is already present in the current folder
\n", - "no-upload-file" => "
There is no file to upload
\n", - "size-over" => "
The size of the file is too big
\n", - "not-allowed-ext" => "
The extension of the file you want to upload is not allowed
\n", - "file-exists" => "
The file is already present in the current folder
\n" - ); - -} -- cgit v1.2.3