You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PlexShare/fuel/core/lang/en/date.php

30 lines
456 B

<?php
return array(
'text' => ':time ago',
'second' => ':t second',
'seconds' => ':t seconds',
'minute' => ':t minute',
'minutes' => ':t minutes',
'hour' => ':t hour',
'hours' => ':t hours',
'day' => ':t day',
'days' => ':t days',
'week' => ':t week',
'weeks' => ':t weeks',
'month' => ':t month',
'months' => ':t months',
'year' => ':t year',
'years' => ':t years',
'decade' => ':t decade',
'decades' => ':t decades',
);