PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/smn.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/smn.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,053 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' => ['ip.', 'ep.'],
   
'weekdays' => ['pasepeeivi', 'vuossaargâ', 'majebaargâ', 'koskoho', 'tuorâstuv', 'vástuppeeivi', 'lávurduv'],
   
'weekdays_short' => ['pas', 'vuo', 'maj', 'kos', 'tuo', 'vás', 'láv'],
   
'weekdays_min' => ['pa', 'vu', 'ma', 'ko', 'tu', 'vá', 'lá'],
   
'weekdays_standalone' => ['pasepeivi', 'vuossargâ', 'majebargâ', 'koskokko', 'tuorâstâh', 'vástuppeivi', 'lávurdâh'],
   
'months' => ['u??âivemáánu', 'kuovâmáánu', 'njuh?âmáánu', 'cuá?uimáánu', 'vyesimáánu', 'kesimáánu', 'syeinimáánu', 'porgemáánu', '?oh?âmáánu', 'roovvâdmáánu', 'skammâmáánu', 'juovlâmáánu'],
   
'months_short' => ['u?iv', 'kuovâ', 'njuh?â', 'cuá?ui', 'vyesi', 'kesi', 'syeini', 'porge', '?oh?â', 'roovvâd', 'skammâ', 'juovlâ'],
   
'first_day_of_week' => 1,
   
'formats' => [
       
'LT' => 'H.mm',
       
'LTS' => 'H.mm.ss',
       
'L' => 'D.M.YYYY',
       
'LL' => 'MMM D. YYYY',
       
'LLL' => 'MMMM D. YYYY H.mm',
       
'LLLL' => 'dddd, MMMM D. YYYY H.mm',
    ],

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

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

   
'month' => ':count mánuppaje',
   
'm' => ':count mánuppaje',
   
'a_month' => ':count mánuppaje',

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

   
'day' => ':count peivi',
   
'd' => ':count peivi',
   
'a_day' => ':count peivi',

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

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