X7ROOT File Manager
Current Path:
/home/hamdjcne/app.hamdalillahitravel.com/system/Language/en
home
/
hamdjcne
/
app.hamdalillahitravel.com
/
system
/
Language
/
en
/
ðŸ“
..
📄
CLI.php
(1.9 KB)
📄
Cache.php
(605 B)
📄
Cast.php
(1005 B)
📄
Cookie.php
(1.34 KB)
📄
Core.php
(968 B)
📄
Database.php
(1.65 KB)
📄
Email.php
(1.9 KB)
📄
Encryption.php
(709 B)
📄
Fabricator.php
(501 B)
📄
Files.php
(526 B)
📄
Filters.php
(458 B)
📄
Format.php
(583 B)
📄
HTTP.php
(3.43 KB)
📄
Images.php
(2.24 KB)
📄
Log.php
(427 B)
📄
Migrations.php
(2.5 KB)
📄
Number.php
(656 B)
📄
Pager.php
(731 B)
📄
Publisher.php
(810 B)
📄
RESTful.php
(350 B)
📄
Router.php
(508 B)
📄
Security.php
(488 B)
📄
Session.php
(939 B)
📄
Test.php
(352 B)
📄
Time.php
(1.39 KB)
📄
Validation.php
(4.59 KB)
📄
View.php
(716 B)
Editing: Images.php
<?php /** * This file is part of CodeIgniter 4 framework. * * (c) CodeIgniter Foundation <admin@codeigniter.com> * * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ // Images language settings return [ 'sourceImageRequired' => 'You must specify a source image in your preferences.', 'gdRequired' => 'The GD image library is required to use this feature.', 'gdRequiredForProps' => 'Your server must support the GD image library in order to determine the image properties.', 'gifNotSupported' => 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.', 'jpgNotSupported' => 'JPG images are not supported.', 'pngNotSupported' => 'PNG images are not supported.', 'webpNotSupported' => 'WEBP images are not supported.', 'fileNotSupported' => 'The supplied file is not a supported image type.', 'unsupportedImageCreate' => 'Your server does not support the GD function required to process this type of image.', 'jpgOrPngRequired' => 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.', 'rotateUnsupported' => 'Image rotation does not appear to be supported by your server.', 'libPathInvalid' => 'The path to your image library is not correct. Please set the correct path in your image preferences. {0}', 'imageProcessFailed' => 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.', 'rotationAngleRequired' => 'An angle of rotation is required to rotate the image.', 'invalidPath' => 'The path to the image is not correct.', 'copyFailed' => 'The image copy routine failed.', 'missingFont' => 'Unable to find a font to use.', 'saveFailed' => 'Unable to save the image. Please make sure the image and file directory are writable.', 'invalidDirection' => 'Flip direction can be only `vertical` or `horizontal`. Given: {0}', 'exifNotSupported' => 'Reading EXIF data is not supported by this PHP installation.', ];
Upload File
Create Folder