|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/ckfinder/core/connector/php/lang/ |
Upload File : |
<?php /* * CKFinder * ======== * http://ckfinder.com * Copyright (C) 2007-2009, CKSource - Frederico Knabben. All rights reserved. * * The software, this file and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying or distribute this file or part of its contents. The contents of * this file is part of the Source Code of CKFinder. * * --- * English language file. */ $GLOBALS['CKFLang'] = array ( // Connector Error Messages. 'ErrorUnknown' => 'It was not possible to complete the request. (Error %1)', 'Errors' => array ( 10 => 'Invalid command.', 11 => 'The resource type was not specified in the request.', 12 => 'The requested resource type is not valid.', 102 => 'Invalid file or folder name.', 103 => 'It was not possible to complete the request due to authorization restrictions.', 104 => 'It was not possible to complete the request due to file system permission restrictions.', 105 => 'Invalid file extension.', 109 => 'Invalid request.', 110 => 'Unknown error.', 115 => 'A file or folder with the same name already exists.', 116 => 'Folder not found. Please refresh and try again.', 117 => 'File not found. Please refresh the files list and try again.', 201 => 'A file with the same name is already available. The uploaded file has been renamed to "%1"', 202 => 'Invalid file', 203 => 'Invalid file. The file size is too big.', 204 => 'The uploaded file is corrupt.', 205 => 'No temporary folder is available for upload in the server.', 206 => 'Upload cancelled for security reasons. The file contains HTML like data.', 500 => 'The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.', 501 => 'The thumbnails support is disabled.' ) );