PHP Classes

File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/it.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/it.php   Download  
File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/it.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: 904 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 anno|:count anni',
   
'y' => '1 anno|:count anni',
   
'month' => '1 mese|:count mesi',
   
'm' => '1 mese|:count mesi',
   
'week' => '1 settimana|:count settimane',
   
'w' => '1 settimana|:count settimane',
   
'day' => '1 giorno|:count giorni',
   
'd' => '1 giorno|:count giorni',
   
'hour' => '1 ora|:count ore',
   
'h' => '1 ora|:count ore',
   
'minute' => '1 minuto|:count minuti',
   
'min' => '1 minuto|:count minuti',
   
'second' => '1 secondo|:count secondi',
   
's' => '1 secondo|:count secondi',
   
'ago' => ':time fa',
   
'from_now' => ':time da adesso',
   
'after' => ':time dopo',
   
'before' => ':time prima',
);