PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/to_TO.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/to_TO.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,873 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:
 * - International Components for Unicode akhilesh.k@samsung.com
 */
return array_replace_recursive(require __DIR__.'/en.php', [
   
'formats' => [
       
'L' => 'dddd DD MMM YYYY',
    ],
   
'months' => ['S?nuali', 'F?pueli', 'Ma?asi', '?Epeleli', 'M?', 'Sune', 'Siulai', '?Aokosi', 'Sepitema', '?Okatopa', 'N?vema', 'T?sema'],
   
'months_short' => ['S?n', 'F?p', 'Ma?a', '?Epe', 'M?', 'Sun', 'Siu', '?Aok', 'Sep', '?Oka', 'N?v', 'T?s'],
   
'weekdays' => ['S?pate', 'M?nite', 'T?site', 'Pulelulu', 'Tu?apulelulu', 'Falaite', 'Tokonaki'],
   
'weekdays_short' => ['S?p', 'M?n', 'T?s', 'Pul', 'Tu?a', 'Fal', 'Tok'],
   
'weekdays_min' => ['S?p', 'M?n', 'T?s', 'Pul', 'Tu?a', 'Fal', 'Tok'],
   
'meridiem' => ['hengihengi', 'efiafi'],

   
'year' => ':count fitu', // less reliable
   
'y' => ':count fitu', // less reliable
   
'a_year' => ':count fitu', // less reliable

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

   
'week' => ':count Sapate', // less reliable
   
'w' => ':count Sapate', // less reliable
   
'a_week' => ':count Sapate', // less reliable

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

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

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

   
'second' => ':count sekoni',
   
's' => ':count sekoni',
   
'a_second' => ':count sekoni',
]);