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 = 'Cerrar sesión';
$general_yes = 'Sí';
$general_no = 'No';
$time_from_now = 'desde ahora';
$time_ago = 'atrás';
$time_just_now = 'justo ahora';
$time_minute = ' minuto';
$time_hour = ' hora';
$time_minutes = ' minutos';
$time_hours = ' horas';
$time_today = 'hoy';
$time_yesterday = 'ayer';
$time_day = ' día';
$time_week = ' semana';
$time_month = ' mes';
$time_year = ' año';
$time_days = ' días';
$time_weeks = ' semanas';
$time_months = ' meses';
$time_years = ' años';
$button_apply = 'Aplicar';
$button_cancel = 'Cancelar';
$button_back = 'Regresar';