๐คฉ File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:iu_CA.php
<?php /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /* * Authors: * - Pablo Saratxaga pablo@mandriva.com */ return array_replace_recursive(require __DIR__.'/en.php', [ 'formats' => [ 'L' => 'MM/DD/YY', ], 'months' => ['แฎแแแ', 'แแแแ', 'แชแ แฏ', 'แแณแ', 'แชแ', 'แชแ', 'แชแแ', 'แแแฏ', 'แฏแแ', 'แแฆแแ', 'แแแ', 'แแฏแแ'], 'months_short' => ['แฎแ', 'แแ', 'แชแ ', 'แแณ', 'แชแ', 'แชแ', 'แชแ', 'แแ', 'แฏแ', 'แแฆ', 'แแ', 'แแฏ'], 'weekdays' => ['แแฆแแแญแแแ', 'แแกแแพแญแ ', 'แแกแแพแญแ แแ แญแฆ', 'แฑแแฒแแ แฏแ แฆ', 'แฟแแ แฐแฆ', 'แ แชแแแแแแแ ', 'แฏแแแแ'], 'weekdays_short' => ['แ', 'แ', 'แ', 'แฑ', 'แฟ', 'แ ', 'แฏ'], 'weekdays_min' => ['แ', 'แ', 'แ', 'แฑ', 'แฟ', 'แ ', 'แฏ'], 'first_day_of_week' => 0, 'day_of_first_week_of_year' => 1, 'year' => ':count แ แญแ แ ', 'y' => ':count แ แญแ แ ', 'a_year' => ':count แ แญแ แ ', 'month' => ':count qaammat', 'm' => ':count qaammat', 'a_month' => ':count qaammat', 'week' => ':count sapaatip akunnera', 'w' => ':count sapaatip akunnera', 'a_week' => ':count sapaatip akunnera', 'day' => ':count ulloq', 'd' => ':count ulloq', 'a_day' => ':count ulloq', 'hour' => ':count ikarraq', 'h' => ':count ikarraq', 'a_hour' => ':count ikarraq', 'minute' => ':count titiqqaralaaq', // less reliable 'min' => ':count titiqqaralaaq', // less reliable 'a_minute' => ':count titiqqaralaaq', // less reliable 'second' => ':count marluk', // less reliable 's' => ':count marluk', // less reliable 'a_second' => ':count marluk', // less reliable ]);
Save Changes
Cancel
Create New File
Create New Folder