PHP Classes

File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/ro.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/ro.php   Download  
File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/ro.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,098 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' => 'un an|:count ani|:count ani',
   
'y' => 'un an|:count ani|:count ani',
   
'month' => 'o lun?|:count luni|:count luni',
   
'm' => 'o lun?|:count luni|:count luni',
   
'week' => 'o s?pt?mān?|:count s?pt?māni|:count s?pt?māni',
   
'w' => 'o s?pt?mān?|:count s?pt?māni|:count s?pt?māni',
   
'day' => 'o zi|:count zile|:count zile',
   
'd' => 'o zi|:count zile|:count zile',
   
'hour' => 'o or?|:count ore|:count ore',
   
'h' => 'o or?|:count ore|:count ore',
   
'minute' => 'un minut|:count minute|:count minute',
   
'min' => 'un minut|:count minute|:count minute',
   
'second' => 'o secund?|:count secunde|:count secunde',
   
's' => 'o secund?|:count secunde|:count secunde',
   
'ago' => 'acum :time',
   
'from_now' => ':time de acum',
   
'after' => 'peste :time',
   
'before' => 'acum :time',
);