| 
				Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/public_html/kite.mata-lashes.com/app.bak/Language/si/  | 
Upload File :  | 
<?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.
 */
// Core language settings
return [
    'copyError'                    => '({0}) ගොනුව replace කිරීමට උත්සාහ කිරීමේදී දෝෂයක් ඇතිවිය. කරුණාකර ඔබේ ගොනු ඩිරෙක්ටරිය ලිවිය හැකි එකක් බවට වග බලා ගන්න.', // An error was encountered while attempting to replace the file ({0}). Please make sure your file directory is writable.
    'enabledZlibOutputCompression' => 'ඔබගේ zlib.output_compression ini විධානය සක්රිය කර ඇත. Output buffers සමඟ මෙය හොඳින් ක්රියා නොකරනු ඇත.', // Your zlib.output_compression ini directive is turned on. This will not work well with output buffers.
    'invalidFile'                  => 'වලංගු නොවන ගොනුවකි: {0}', // Invalid file: {0}
    'missingExtension'             => 'Framework එකට මෙම extension(s) අවශ්ය වේ installed සහ loaded: {0}.', // The framework needs the following extension(s) installed and loaded: {0}.
    'noHandlers'                   => '{0} අවම වශයෙන් එක් Handler එකක්වත් ලබා දිය යුතුය.', // {0} must provide at least one Handler.
];