PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/ewo.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/ewo.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: 2,138 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' => ['kíkíríg', 'ng?góg?le'],
   
'weekdays' => ['s??nd?', 'm??ndi', 's??nd? m?lú m??b??', 's??nd? m?lú m??l??', 's??nd? m?lú m??nyi', 'fúladé', 'séradé'],
   
'weekdays_short' => ['s??n', 'm??n', 'smb', 'sml', 'smn', 'fúl', 'sér'],
   
'weekdays_min' => ['s??n', 'm??n', 'smb', 'sml', 'smn', 'fúl', 'sér'],
   
'months' => ['ng?n osú', 'ng?n b??', 'ng?n lála', 'ng?n nyina', 'ng?n tána', 'ng?n sam?na', 'ng?n zamgbála', 'ng?n mwom', 'ng?n ebulú', 'ng?n awóm', 'ng?n awóm ai dziá', 'ng?n awóm ai b??'],
   
'months_short' => ['ngo', 'ngb', 'ngl', 'ngn', 'ngt', 'ngs', 'ngz', 'ngm', 'nge', 'nga', 'ngad', 'ngab'],
   
'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',
    ],

   
// Too unreliable
    /*
    'year' => ':count mbu', // less reliable
    'y' => ':count mbu', // less reliable
    'a_year' => ':count mbu', // less reliable

    'month' => ':count ngòn', // less reliable
    'm' => ':count ngòn', // less reliable
    'a_month' => ':count ngòn', // less reliable

    'week' => ':count mësë', // less reliable
    'w' => ':count mësë', // less reliable
    'a_week' => ':count mësë', // less reliable

    'day' => ':count mësë', // less reliable
    'd' => ':count mësë', // less reliable
    'a_day' => ':count mësë', // less reliable

    'hour' => ':count awola', // less reliable
    'h' => ':count awola', // less reliable
    'a_hour' => ':count awola', // less reliable

    'minute' => ':count awola', // less reliable
    'min' => ':count awola', // less reliable
    'a_minute' => ':count awola', // less reliable
    */
]);