PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/naq.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/naq.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,007 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' => ['?goagas', '?uias'],
   
'weekdays' => ['Sontaxtsees', 'Mantaxtsees', 'Denstaxtsees', 'Wunstaxtsees', 'Dondertaxtsees', 'Fraitaxtsees', 'Satertaxtsees'],
   
'weekdays_short' => ['Son', 'Ma', 'De', 'Wu', 'Do', 'Fr', 'Sat'],
   
'weekdays_min' => ['Son', 'Ma', 'De', 'Wu', 'Do', 'Fr', 'Sat'],
   
'months' => ['?Khanni', '?Khan?gôab', '?Khuu?khâb', '?Hôa?khaib', '?Khaitsâb', 'Gama?aeb', '?Khoesaob', 'Ao?khuumû?khâb', 'Tara?khuumû?khâb', '?Nû?nâiseb', '?Hoo?gaeb', 'Hôasore?khâb'],
   
'months_short' => ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
   
'first_day_of_week' => 1,
   
'formats' => [
       
'LT' => 'h:mm a',
       
'LTS' => 'h:mm:ss a',
       
'L' => 'DD/MM/YYYY',
       
'LL' => 'D MMM YYYY',
       
'LLL' => 'D MMMM YYYY h:mm a',
       
'LLLL' => 'dddd, D MMMM YYYY h:mm a',
    ],

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

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

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

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

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

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