PHP Classes

File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/ru.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/ru.php   Download  
File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/ru.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,368 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' => ':count ???|:count ????|:count ???',
   
'y' => ':count ???|:count ????|:count ???',
   
'month' => ':count ?????|:count ??????|:count ???????',
   
'm' => ':count ?????|:count ??????|:count ???????',
   
'week' => ':count ??????|:count ??????|:count ??????',
   
'w' => ':count ??????|:count ??????|:count ??????',
   
'day' => ':count ????|:count ???|:count ????',
   
'd' => ':count ????|:count ???|:count ????',
   
'hour' => ':count ???|:count ????|:count ?????',
   
'h' => ':count ???|:count ????|:count ?????',
   
'minute' => ':count ??????|:count ??????|:count ?????',
   
'min' => ':count ??????|:count ??????|:count ?????',
   
'second' => ':count ???????|:count ???????|:count ??????',
   
's' => ':count ???????|:count ???????|:count ??????',
   
'ago' => ':time ?????',
   
'from_now' => '????? :time',
   
'after' => ':time ?????',
   
'before' => ':time ??',
);