12 lines
332 B
PHP
12 lines
332 B
PHP
<?php
|
|
|
|
return [
|
|
'totalhours' => 'Horas totales',
|
|
'yourbalance' => 'Tu balance',
|
|
'yourlastreport' => 'Tu último informe',
|
|
'noreportsyet' => 'No hay informes todavía.',
|
|
'fileonenow' => 'Archivar uno ahora.',
|
|
'weatherat' => 'Clima en :ICAO',
|
|
'recentreports' => 'Informes recientes',
|
|
];
|