mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminada modificacion
This commit is contained in:
15
ci4/app/Language/en/datePicker.php
Normal file
15
ci4/app/Language/en/datePicker.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'hoy' => 'Today',
|
||||
'ayer' => 'Yesterday',
|
||||
'ultimos7' => 'Last 7 Days',
|
||||
'ultimos30' => 'Last 30 Days',
|
||||
'esteMes' => 'This Month',
|
||||
'ultimoMes' => 'Last Month',
|
||||
'personalizar' => 'Custom',
|
||||
'aplicar' => 'Apply',
|
||||
'limpiar' => 'Clear',
|
||||
];
|
||||
Reference in New Issue
Block a user