CMXX - Relative time on created and last login

This commit is contained in:
“VeLiTi”
2024-12-12 15:28:39 +01:00
parent 1b17a98e1f
commit 5e858fb785
13 changed files with 187 additions and 8 deletions

View File

@@ -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';