PHP Classes

File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/cs.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/nesbot/carbon/src/Carbon/Lang/cs.php   Download  
File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/cs.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 1,100 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(
   
'year' => '1 rok|:count roky|:count let',
   
'y' => '1 rok|:count roky|:count let',
   
'month' => '1 m?síc|:count m?síce|:count m?síc?',
   
'm' => '1 m?síc|:count m?síce|:count m?síc?',
   
'week' => '1 týden|:count týdny|:count týdn?',
   
'w' => '1 týden|:count týdny|:count týdn?',
   
'day' => '1 den|:count dny|:count dní',
   
'd' => '1 den|:count dny|:count dní',
   
'hour' => '1 hodinu|:count hodiny|:count hodin',
   
'h' => '1 hodinu|:count hodiny|:count hodin',
   
'minute' => '1 minutu|:count minuty|:count minut',
   
'min' => '1 minutu|:count minuty|:count minut',
   
'second' => '1 sekundu|:count sekundy|:count sekund',
   
's' => '1 sekundu|:count sekundy|:count sekund',
   
'ago' => ':time nazp?t',
   
'from_now' => 'za :time',
   
'after' => ':time pozd?ji',
   
'before' => ':time p?edtím',
);