Файл: protected/extensions/yii-timeago/locale/en.php
Строк: 18
<?php
// English shortened
return array (
'prefixAgo' => NULL,
'prefixFromNow' => NULL,
'suffixAgo' => 'ago',
'suffixFromNow' => 'from now',
'seconds' => 'less than a minute',
'minute' => 'about a minute',
'minutes' => '%d minutes',
'hour' => 'about an hour',
'hours' => 'about %d hours',
'day' => 'a day',
'days' => '%d days',
'month' => 'about a month',
'months' => '%d months',
'year' => 'about a year',
'years' => '%d years',
'wordSeparator' => ' ',
'rules' => array(),
'numbers' => array (),
);