PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/sm_WS.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/sm_WS.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,783 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:
 * - Samsung Electronics Co., Ltd. akhilesh.k@samsung.com
 */
return array_replace_recursive(require __DIR__.'/en.php', [
   
'formats' => [
       
'L' => 'DD/MM/YYYY',
    ],
   
'months' => ['Ianuari', 'Fepuari', 'Mati', 'Aperila', 'Me', 'Iuni', 'Iulai', 'Auguso', 'Setema', 'Oketopa', 'Novema', 'Tesema'],
   
'months_short' => ['Ian', 'Fep', 'Mat', 'Ape', 'Me', 'Iun', 'Iul', 'Aug', 'Set', 'Oke', 'Nov', 'Tes'],
   
'weekdays' => ['Aso Sa', 'Aso Gafua', 'Aso Lua', 'Aso Lulu', 'Aso Tofi', 'Aso Farail', 'Aso To\'ana\'i'],
   
'weekdays_short' => ['Aso Sa', 'Aso Gaf', 'Aso Lua', 'Aso Lul', 'Aso Tof', 'Aso Far', 'Aso To\''],
   
'weekdays_min' => ['Aso Sa', 'Aso Gaf', 'Aso Lua', 'Aso Lul', 'Aso Tof', 'Aso Far', 'Aso To\''],

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

   
'minute' => ':count itiiti', // less reliable
   
'min' => ':count itiiti', // less reliable
   
'a_minute' => ':count itiiti', // less reliable

   
'second' => ':count lua', // less reliable
   
's' => ':count lua', // less reliable
   
'a_second' => ':count lua', // less reliable

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

   
'month' => ':count m?sina',
   
'm' => ':count m?sina',
   
'a_month' => ':count m?sina',

   
'week' => ':count vaiaso',
   
'w' => ':count vaiaso',
   
'a_week' => ':count vaiaso',

   
'day' => ':count aso',
   
'd' => ':count aso',
   
'a_day' => ':count aso',
]);