737b2f137f
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
12 lines
330 B
PHP
12 lines
330 B
PHP
<?php
|
|
|
|
return [
|
|
'totalhours' => 'Heures Totales',
|
|
'yourbalance' => 'Votre Solde',
|
|
'yourlastreport' => 'Votre dernier Rapport',
|
|
'noreportsyet' => 'Aucun Rapport',
|
|
'fileonenow' => 'Créez en un maintenant',
|
|
'weatherat' => 'Météo à :ICAO',
|
|
'recentreports' => 'Rapports Récents',
|
|
];
|