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: Migrations.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. */ // Migration language settings return [ // Migration Runner 'missingTable' => 'Migrations table must be set.', 'disabled' => 'Migrations have been loaded but are disabled or setup incorrectly.', 'notFound' => 'Migration file not found: ', 'batchNotFound' => 'Target batch not found: ', 'empty' => 'No Migration files found', 'gap' => 'There is a gap in the migration sequence near version number: ', 'classNotFound' => 'The migration class "%s" could not be found.', 'missingMethod' => 'The migration class is missing an "%s" method.', // Migration Command 'migHelpLatest' => "\t\tMigrates database to latest available migration.", 'migHelpCurrent' => "\t\tMigrates database to version set as 'current' in configuration.", 'migHelpVersion' => "\tMigrates database to version {v}.", 'migHelpRollback' => "\tRuns all migrations 'down' to version 0.", 'migHelpRefresh' => "\t\tUninstalls and re-runs all migrations to freshen database.", 'migHelpSeed' => "\tRuns the seeder named [name].", 'migCreate' => "\tCreates a new migration named [name]", 'nameMigration' => 'Name the migration file', 'migNumberError' => 'Migration number must be three digits, and there must not be any gaps in the sequence.', 'rollBackConfirm' => 'Are you sure you want to rollback?', 'refreshConfirm' => 'Are you sure you want to refresh?', 'latest' => 'Running all new migrations...', 'generalFault' => 'Migration failed!', 'migInvalidVersion' => 'Invalid version number provided.', 'toVersionPH' => 'Migrating to version %s...', 'toVersion' => 'Migrating to current version...', 'rollingBack' => 'Rolling back migrations to batch: ', 'noneFound' => 'No migrations were found.', 'migSeeder' => 'Seeder name', 'migMissingSeeder' => 'You must provide a seeder name.', 'nameSeeder' => 'Name the seeder file', 'removed' => 'Rolling back: ', 'added' => 'Running: ', // Migrate Status 'namespace' => 'Namespace', 'filename' => 'Filename', 'version' => 'Version', 'group' => 'Group', 'on' => 'Migrated On: ', 'batch' => 'Batch', ];
Upload File
Create Folder