PHP Classes

File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.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/sr_Cyrl_ME.php   Download  
File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.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,800 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' => '{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count ??????|[0,Inf[ :count ??????',
   
'y' => ':count ?.',
   
'month' => '{1} :count ??????|{2,3,4}:count ???????|[5,Inf[ :count ???????',
   
'm' => ':count ??.',
   
'week' => '{1} :count ???????|{2,3,4}:count ???????|[5,Inf[ :count ???????',
   
'w' => ':count ???.',
   
'day' => '{1,21,31} :count ???|[2,Inf[ :count ????',
   
'd' => ':count ?.',
   
'hour' => '{1,21} :count ???|{2,3,4,22,23,24}:count ????|[5,Inf[ :count ????',
   
'h' => ':count ?.',
   
'minute' => '{1,21,31,41,51} :count ?????|[2,Inf[ :count ??????',
   
'min' => ':count ???.',
   
'second' => '{1,21,31,41,51} :count ??????|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count ???????|[5,Inf[:count ???????',
   
's' => ':count ???.',
   
'ago' => '????? :time',
   
'from_now' => '?? :time',
   
'after' => ':time ?????',
   
'before' => ':time ?????',

   
'year_from_now' => '{1,21,31,41,51} :count ??????|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count ??????|[5,Inf[ :count ??????',
   
'year_ago' => '{1,21,31,41,51} :count ??????|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count ??????|[5,Inf[ :count ??????',

   
'week_from_now' => '{1} :count ???????|{2,3,4} :count ???????|[5,Inf[ :count ???????',
   
'week_ago' => '{1} :count ???????|{2,3,4} :count ???????|[5,Inf[ :count ???????',

);