PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/ln.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/ln.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,049 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.
 */

/**
 * Authors:
 * - Ubuntu René Manassé GALEKWA renemanasse@gmail.com
 */
return array_replace_recursive(require __DIR__.'/en.php', [
   
'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',
    ],
   
'months' => ['sánzá ya yambo', 'sánzá ya míbalé', 'sánzá ya mísáto', 'sánzá ya mínei', 'sánzá ya mítáno', 'sánzá ya motóbá', 'sánzá ya nsambo', 'sánzá ya mwambe', 'sánzá ya libwa', 'sánzá ya zómi', 'sánzá ya zómi na m??k??', 'sánzá ya zómi na míbalé'],
   
'months_short' => ['yan', 'fbl', 'msi', 'apl', 'mai', 'yun', 'yul', 'agt', 'stb', '?tb', 'nvb', 'dsb'],
   
'weekdays' => ['Lomíngo', 'Mosálá m??k??', 'Misálá míbalé', 'Misálá mísáto', 'Misálá mínei', 'Misálá mítáno', 'Mp??s?'],
   
'weekdays_short' => ['m1.', 'm2.', 'm3.', 'm4.', 'm5.', 'm6.', 'm7.'],
   
'weekdays_min' => ['m1.', 'm2.', 'm3.', 'm4.', 'm5.', 'm6.', 'm7.'],
   
'first_day_of_week' => 1,
   
'day_of_first_week_of_year' => 1,

   
'year' => 'mbula :count',
   
'y' => 'mbula :count',
   
'a_year' => 'mbula :count',

   
'month' => 'sánzá :count',
   
'm' => 'sánzá :count',
   
'a_month' => 'sánzá :count',

   
'week' => 'mp??s? :count',
   
'w' => 'mp??s? :count',
   
'a_week' => 'mp??s? :count',

   
'day' => 'mok?l? :count',
   
'd' => 'mok?l? :count',
   
'a_day' => 'mok?l? :count',

   
'hour' => 'ngonga :count',
   
'h' => 'ngonga :count',
   
'a_hour' => 'ngonga :count',

   
'minute' => 'miniti :count',
   
'min' => 'miniti :count',
   
'a_minute' => 'miniti :count',

   
'second' => 'seg?nde :count',
   
's' => 'seg?nde :count',
   
'a_second' => 'seg?nde :count',
]);