PHP Classes

File: vendor/nesbot/carbon/src/Carbon/Lang/yav.php

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/yav.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/yav.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 1,268 bytes
 

Contents

Class file image Download
<?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.
 */
return array_replace_recursive(require __DIR__.'/en.php', [
   
'meridiem' => ['ki?m???m', 'kis??nd?'],
   
'weekdays' => ['s??ndi?', 'móndie', 'muányá?móndie', 'metúkpíáp?', 'kúpélimetúkpiap?', 'feléte', 'séselé'],
   
'weekdays_short' => ['sd', 'md', 'mw', 'et', 'kl', 'fl', 'ss'],
   
'weekdays_min' => ['sd', 'md', 'mw', 'et', 'kl', 'fl', 'ss'],
   
'months' => ['pikítíkítie, oólí ú kutúan', 'si?y??, oóli ú kándí?', '?nsúmb?l, oóli ú kátátú?', 'mesi?, oóli ú kénie', 'ensil, oóli ú kátánu?', '?s?n', 'efute', 'pisuyú', 'im?? i pu?s', 'im?? i putúk,oóli ú kátí?', 'makandik?', 'pil?nd??'],
   
'months_short' => ['o.1', 'o.2', 'o.3', 'o.4', 'o.5', 'o.6', 'o.7', 'o.8', 'o.9', 'o.10', 'o.11', 'o.12'],
   
'first_day_of_week' => 1,
   
'formats' => [
       
'LT' => 'HH:mm',
       
'LTS' => 'HH:mm:ss',
       
'L' => 'D/M/YYYY',
       
'LL' => 'D MMM YYYY',
       
'LLL' => 'D MMMM YYYY HH:mm',
       
'LLLL' => 'dddd D MMMM YYYY HH:mm',
    ],
]);