<?php
/**
* This file is part of Aksara CMS, both framework and publishing
* platform.
*
* @author Aby Dahana <abydahana@gmail.com>
* @copyright (c) Aksara Laboratory <https://aksaracms.com>
* @license MIT License
*
* This source file is subject to the MIT license that is bundled
* with this source code in the LICENSE.txt file.
*
* When the signs come, those who don't believe at "that time"
* will have only two choices, commit suicide or become brutal.
*/
declare(strict_types=1);
/**
* 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.
*/
// Core language settings
return [
'copyError' => '?ă x?y ra l?i khi c? g?ng thay th? t?p ({0}). Vui ḷng ??m b?o r?ng th? m?c có quy?n ghi.',
'enabledZlibOutputCompression' => 'Ch? th? zlib.output_compression trong t?p c?u h́nh ini ?ă ???c kích ho?t. ?i?u này không ho?t ??ng t?t v?i vi?c ??m ??u ra.',
'invalidFile' => 'T?p không h?p l?: {0}',
'invalidDirectory' => 'Th? m?c không t?n t?i: "{0}"',
'invalidPhpVersion' => '?? ch?y CodeIgniter, PHP ph?i ???c cài ??t phiên b?n {0} tr? lên. Phiên b?n hi?n t?i: {1}',
'missingExtension' => '?? framework ho?t ??ng, c?n cài ??t và t?i các ph?n m? r?ng sau: {0}.',
'noHandlers' => '{0} ph?i cung c?p ít nh?t m?t tŕnh x? lư (handler).',
];
|