66 lines
3.1 KiB
PHP
66 lines
3.1 KiB
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Utilisateur
|
|
* Date: 2019-04-22
|
|
* Time: 12:50
|
|
*/
|
|
|
|
$lang['datereservation'] = 'Reservation date';
|
|
$lang['password'] = 'password';
|
|
$lang['reservation'] ="RESERVATION";
|
|
$lang['confirmation'] ="CONFIRMATION";
|
|
$lang['projet'] ="Project :";
|
|
$lang['contact'] ="Contact :";
|
|
$lang['email'] ="Email :";
|
|
$lang['qte'] ="Qty :";
|
|
$lang['responsable'] ="Person in charge :";
|
|
$lang['datevisite'] ="Date of visit / hour :";
|
|
$lang['notes'] ="Notes : ";
|
|
$lang['coutant'] ="Cost :";
|
|
$lang['embarquement'] ="Pick-up location :";
|
|
$lang['datedepart'] ="Date of departure / hour :";
|
|
$lang['datedestination'] ="Date of departure / hour :";
|
|
$lang['destination'] ="Destination :";
|
|
$lang['datearrive'] ="Date of arrival / hour :";
|
|
$lang['datedepart'] ="Date of departure / hour :";
|
|
$lang['ent_produit'] ="Product";
|
|
|
|
$lang['ent_produit_qte'] ="Quantity ordered";
|
|
$lang['fot_note'] ="Please return this form by email at info@expresstours.ca OR by fax at 514-587-6741";
|
|
$lang['fot_note2'] ="with the signature of the person collecting the tickets and the adjusted quantities";
|
|
$lang['ent_produit_tr_description'] ="Description";
|
|
$lang['ent_produit_tr_fin'] ="Date de fin/heure";
|
|
$lang['ent_produit_tr_depart'] ="Date de début/heure";
|
|
$lang['ent_produit_tr_qte'] ="Qty";
|
|
$lang['ent_produit_tr_adrdep'] ="Date de fin/heure";
|
|
$lang['ent_produit_tr_emb'] ="Pick-up location :";
|
|
$lang['ent_produit_tr_des'] ="Destination :";
|
|
$lang['ent_produit_tr_res'] ="Person in charge :";
|
|
$lang['ent_date_facturation'] ="Invoice date :";
|
|
$lang['ent_qte_facturation'] ="Qty";
|
|
$lang['ent_prix_facturation'] ="Unit cost";
|
|
$lang['ent_total_facturation'] ="Total";
|
|
$lang['ent_remiseopc_facturation'] ="Applicable contribution refund";
|
|
$lang['ent_opc_facturation'] ="Contribution to the OPC funds";
|
|
$lang['ent_total_facturation'] ="Total";
|
|
$lang['ent_tps_facturation'] ="TPS ";
|
|
$lang['ent_tvq_facturation'] ="TVQ ";
|
|
$lang['ent_tvh_facturation'] ="TVH ";
|
|
$lang['ent_soustotal_facturation'] ="Sub-total :";
|
|
$lang['ent_solde_facturation'] ="Total :";
|
|
$lang['ent_depot_facturation'] ="Payment / Deposit ";
|
|
$lang['ent_note1_facturation'] ="Invoice payable on reception 2% per month and 24 % per year.";
|
|
$lang['ent_note2_facturation'] ="Travel services paid but not received may be reimbursed by the Travel Agent Compensation Fund. It is administered by the Office of Consumer Protection. It is a financial protection for travelers. Find out more: www.ficav.gouv.qc.ca.";
|
|
$lang['ent_num_confirmation'] ="#";
|
|
$lang['ent_datedebut_confirmation'] ="Date de début/heure";
|
|
$lang['ent_produit_confirmation'] ="Product";
|
|
$lang['ent_qte_confirmation'] ="Qty";
|
|
$lang['ent_date_confirmation'] ="Date :";
|
|
$lang['ent_fot_notea_confirmation'] ="For each group leader, indicate below the quantity of each given product mentioned above.";
|
|
$lang['ent_fot_noteb_confirmation'] ="Please return this form duly completed";
|
|
$lang['ent_fot_notebb_confirmation'] ="and signed by email at info@expresstours.ca OR by fax at 514-587-6741";
|
|
$lang['ent_numeroprojet_confirmation'] ="PROJECT No :";
|
|
$lang['ent_facture'] ="Invoice : ";
|
|
$lang['client'] ="Client : ";
|
|
$lang['ent_rep'] ="Rep : "; |