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/Library/Lang/Eng/UploadStrings.php | 45 ----------------------------- 1 file changed, 45 deletions(-) delete mode 100644 h-source/Library/Lang/Eng/UploadStrings.php (limited to 'h-source/Library/Lang/Eng/UploadStrings.php') diff --git a/h-source/Library/Lang/Eng/UploadStrings.php b/h-source/Library/Lang/Eng/UploadStrings.php deleted file mode 100644 index 2ae4c9b..0000000 --- a/h-source/Library/Lang/Eng/UploadStrings.php +++ /dev/null @@ -1,45 +0,0 @@ -. - -if (!defined('EG')) die('Direct access not allowed!'); - -class Lang_Eng_UploadStrings extends Lang_ResultStrings { - - public $string = array( - "error" => "
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", - "not-allowed-mime-type" => "
The MIME type 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