CMXX - Relative time on created and last login
This commit is contained in:
@@ -79,6 +79,24 @@ $general_logout = 'Logout';
|
||||
$general_yes = 'Yes';
|
||||
$general_no = 'No';
|
||||
|
||||
$time_from_now = 'from now';
|
||||
$time_ago = 'ago';
|
||||
$time_just_now = 'just now';
|
||||
$time_minute = ' minute';
|
||||
$time_hour = ' hour';
|
||||
$time_minutes = ' minutes';
|
||||
$time_hours = ' hours';
|
||||
$time_today = 'today';
|
||||
$time_yesterday ='yesterday';
|
||||
$time_day = ' day';
|
||||
$time_week = ' week';
|
||||
$time_month = ' month';
|
||||
$time_year = ' year';
|
||||
$time_days = ' days';
|
||||
$time_weeks = ' weeks';
|
||||
$time_months = ' months';
|
||||
$time_years = ' years';
|
||||
|
||||
$button_apply = 'Apply';
|
||||
$button_cancel = 'Cancel';
|
||||
$button_back = 'Back';
|
||||
|
||||
Reference in New Issue
Block a user