/var/www/hkosl.com/b2b2c/webadmin/libraies/nesbot/carbon/src/Carbon/Lang/en.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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 year|:count years',
    
'y' => '1yr|:countyrs',
    
'month' => '1 month|:count months',
    
'm' => '1mo|:countmos',
    
'week' => '1 week|:count weeks',
    
'w' => '1w|:countw',
    
'day' => '1 day|:count days',
    
'd' => '1d|:countd',
    
'hour' => '1 hour|:count hours',
    
'h' => '1h|:counth',
    
'minute' => '1 minute|:count minutes',
    
'min' => '1m|:countm',
    
'second' => '1 second|:count seconds',
    
's' => '1s|:counts',
    
'ago' => ':time ago',
    
'from_now' => ':time from now',
    
'after' => ':time after',
    
'before' => ':time before',
);