French Translation (#1392)
Author: Jacques M. ( Jbaltazar67 from phpVMS Forum/Discord )
This commit is contained in:
42
resources/lang/fr/flights.php
Normal file
42
resources/lang/fr/flights.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'flightnumber' => 'Numéro de Vol',
|
||||
'flighttime' => 'Temps de Vol',
|
||||
'flighttype' => 'Type de Vol',
|
||||
'flighthours' => 'Heures de Vol',
|
||||
'code' => 'Code',
|
||||
'callsign' => 'Callsign',
|
||||
'route' => 'Route',
|
||||
'mybid' => 'Mes enchères',
|
||||
'search' => 'rechercher',
|
||||
'addremovebid' => 'Ajouter/Retirer Enchère',
|
||||
'bidremoved' => 'Votre enchère a été supprimée',
|
||||
'bidadded' => 'Votre enchère a été ajoutée',
|
||||
'dep' => 'Dép',
|
||||
'arr' => 'Arr',
|
||||
'level' => 'Niveau',
|
||||
'alternateairport' => 'Aéroport Alternatif',
|
||||
'inbound' => 'vols Entrants',
|
||||
'outbound' => 'Vols Sortants',
|
||||
'none' => 'Pas de Vol Trouvé',
|
||||
'departuretime' => 'Heure de Départ',
|
||||
'arrivaltime' => 'Heure Arrivée',
|
||||
'type' => [
|
||||
'pass_scheduled' => 'Passager (Prévu)',
|
||||
'pass_addtl' => 'Passager (Additionnel)',
|
||||
'charter_pass_only' => 'Passager (Charter)',
|
||||
'charter_special' => 'Passager (Charter Spécial)',
|
||||
'cargo_scheduled' => 'Cargo (Prévu)',
|
||||
'addtl_cargo_mail' => 'Cargo (Additionnel)',
|
||||
'charter_cargo' => 'Cargo (Charter)',
|
||||
'mail_service' => 'Service Postal',
|
||||
'special_vip' => 'Vol VIP',
|
||||
'ambulance' => 'Ambulance',
|
||||
'training_flight' => 'Entrainement',
|
||||
'military' => 'Militaire',
|
||||
'positioning' => 'Repositionement',
|
||||
'technical_test' => 'Test Technique',
|
||||
'technical_stop' => 'Arrêt Technique',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user