PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/kam.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/kam.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,954 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' => ['?yakwakya', '?yaw?oo'],
   
'weekdays' => ['Wa kyumwa', 'Wa kwamb?l?lya', 'Wa kel?', 'Wa katat?', 'Wa kana', 'Wa katano', 'Wa thanthat?'],
   
'weekdays_short' => ['Wky', 'Wkw', 'Wkl', 'Wt?', 'Wkn', 'Wtn', 'Wth'],
   
'weekdays_min' => ['Wky', 'Wkw', 'Wkl', 'Wt?', 'Wkn', 'Wtn', 'Wth'],
   
'months' => ['Mwai wa mbee', 'Mwai wa kel?', 'Mwai wa katat?', 'Mwai wa kana', 'Mwai wa katano', 'Mwai wa thanthat?', 'Mwai wa muonza', 'Mwai wa nyaanya', 'Mwai wa kenda', 'Mwai wa ?kumi', 'Mwai wa ?kumi na ?mwe', 'Mwai wa ?kumi na il?'],
   
'months_short' => ['Mbe', 'Kel', 'Kt?', 'Kan', 'Ktn', 'Tha', 'Moo', 'Nya', 'Knd', '?ku', '?km', '?kl'],
   
'formats' => [
       
'LT' => 'HH:mm',
       
'LTS' => 'HH:mm:ss',
       
'L' => 'DD/MM/YYYY',
       
'LL' => 'D MMM YYYY',
       
'LLL' => 'D MMMM YYYY HH:mm',
       
'LLLL' => 'dddd, D MMMM YYYY HH:mm',
    ],

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

    'month' => ':count ndakitali', // less reliable
    'm' => ':count ndakitali', // less reliable
    'a_month' => ':count ndakitali', // less reliable

    'day' => ':count wia', // less reliable
    'd' => ':count wia', // less reliable
    'a_day' => ':count wia', // less reliable

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

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