PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/hsb_DE.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/hsb_DE.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,868 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:
 * - Information from Michael Wolf Andrzej Krzysztofowicz ankry@mif.pg.gda.pl
 */
return array_replace_recursive(require __DIR__.'/en.php', [
   
'formats' => [
       
'LT' => 'HH:mm',
       
'LTS' => 'HH:mm:ss',
       
'L' => 'DD.MM.YYYY',
       
'LL' => 'DD. MMMM YYYY',
       
'LLL' => 'DD. MMMM, HH:mm [hod?.]',
       
'LLLL' => 'dddd, DD. MMMM YYYY, HH:mm [hod?.]',
    ],
   
'months' => ['januara', 'februara', 'm?rca', 'apryla', 'meje', 'junija', 'julija', 'awgusta', 'septembra', 'oktobra', 'nowembra', 'decembra'],
   
'months_short' => ['Jan', 'Feb', 'M?r', 'Apr', 'Mej', 'Jun', 'Jul', 'Awg', 'Sep', 'Okt', 'Now', 'Dec'],
   
'weekdays' => ['Njed?ela', 'Pónd?ela', 'Wutora', 'Srjeda', '?tvórtk', 'Pjatk', 'Sobota'],
   
'weekdays_short' => ['Nj', 'Pó', 'Wu', 'Sr', '?t', 'Pj', 'So'],
   
'weekdays_min' => ['Nj', 'Pó', 'Wu', 'Sr', '?t', 'Pj', 'So'],
   
'first_day_of_week' => 1,
   
'day_of_first_week_of_year' => 4,

   
'year' => ':count l?to',
   
'y' => ':count l?to',
   
'a_year' => ':count l?to',

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

   
'week' => ':count tyd?e?',
   
'w' => ':count tyd?e?',
   
'a_week' => ':count tyd?e?',

   
'day' => ':count d?e?',
   
'd' => ':count d?e?',
   
'a_day' => ':count d?e?',

   
'hour' => ':count hod?ina',
   
'h' => ':count hod?ina',
   
'a_hour' => ':count hod?ina',

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

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