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: CLI.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. */ // CLI language settings return [ 'altCommandPlural' => 'Did you mean one of these?', 'altCommandSingular' => 'Did you mean this?', 'commandNotFound' => 'Command "{0}" not found.', 'generator' => [ 'cancelOperation' => 'Operation has been cancelled.', 'className' => [ 'command' => 'Command class name', 'config' => 'Config class name', 'controller' => 'Controller class name', 'default' => 'Class name', 'entity' => 'Entity class name', 'filter' => 'Filter class name', 'migration' => 'Migration class name', 'model' => 'Model class name', 'seeder' => 'Seeder class name', 'validation' => 'Validation class name', ], 'commandType' => 'Command type', 'databaseGroup' => 'Database group', 'fileCreate' => 'File created: {0}', 'fileError' => 'Error while creating file: {0}', 'fileExist' => 'File exists: {0}', 'fileOverwrite' => 'File overwritten: {0}', 'parentClass' => 'Parent class', 'returnType' => 'Return type', 'tableName' => 'Table name', 'usingCINamespace' => 'Warning: Using the "CodeIgniter" namespace will generate the file in the system directory.', ], 'helpArguments' => 'Arguments:', 'helpDescription' => 'Description:', 'helpOptions' => 'Options:', 'helpUsage' => 'Usage:', 'invalidColor' => 'Invalid {0} color: {1}.', 'namespaceNotDefined' => 'Namespace "{0}" is not defined.', ];
Upload File
Create Folder