This commit is contained in:
2026-05-27 11:44:10 -04:00
commit 414f85ad05
31452 changed files with 3580409 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['datereservation'] = 'Date de réservation';
$lang['password'] = 'mot de passe';
$lang['reservation'] ="RÉSERVATION anglais";

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@ -0,0 +1,66 @@
<?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 : ";

View File

@ -0,0 +1,10 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['email'] = 'E-mail';
$lang['password'] = 'mot de passe';

View File

@ -0,0 +1,25 @@
<?php
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$lang['db_unable_to_create'] = 'Unable to create the specified database: %s';
$lang['db_invalid_query'] = 'The query you submitted is not valid.';
$lang['db_must_set_table'] = 'You must set the database table to be used with your query.';
$lang['db_must_use_set'] = 'You must use the "set" method to update an entry.';
$lang['db_must_use_index'] = 'You must specify an index to match on for batch updates.';
$lang['db_batch_missing_index'] = 'One or more rows submitted for batch updating is missing the specified index.';
$lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.';
$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.';
$lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.';
$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.';
$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed.';
$lang['db_unable_to_drop'] = 'Unable to drop the specified database.';
$lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.';
$lang['db_unsuported_compression'] = 'The file compression format you chose is not supported by your server.';
$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.';
$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.';
$lang['db_table_name_required'] = 'A table name is required for that operation.';
$lang['db_column_name_required'] = 'A column name is required for that operation.';
$lang['db_column_definition_required'] = 'A column definition is required for that operation.';
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s';
$lang['db_error_heading'] = 'A Database Error Occurred';

View File

@ -0,0 +1,9 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/

View File

@ -0,0 +1,7 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['required'] = 'Le champ {field} est requis.';
$lang['min_length'] = 'Le champ {field} doit contenir au moins {param} caractères.';
$lang['valid_email'] = 'Le champ {field} doit contenir une adresse courriel valide.';
$lang['matches'] = 'Le champ {field} doit correspondre au champ {param}.';

View File

@ -0,0 +1,10 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['email'] = 'E-mail';
$lang['password'] = 'mot de passe';

View File

@ -0,0 +1,10 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['email'] = 'E-mail';
$lang['password'] = 'mot de passe';

View File

@ -0,0 +1,10 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['email'] = 'E-mail';
$lang['password'] = 'mot de passe';

View File

@ -0,0 +1,10 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['email'] = 'E-mail';
$lang['password'] = 'mot de passe';

View File

@ -0,0 +1,13 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
* @author CodeIgniter community
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://codeigniter.com
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['pagination_first_link'] = '&lsaquo; Première';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = 'Dernière &rsaquo;';

View File

@ -0,0 +1,66 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['datereservation'] = 'Date de réservation';
$lang['password'] = 'mot de passe';
$lang['reservation'] ="RÉSERVATION";
$lang['confirmation'] ="CONFIRMATION";
$lang['projet'] ="Projet :";
$lang['contact'] ="Contact :";
$lang['email'] ="Email :";
$lang['qte'] ="Qté :";
$lang['responsable'] ="Responsable :";
$lang['datevisite'] ="Date de visite / heure :";
$lang['notes'] ="Notes : ";
$lang['coutant'] ="Coûtant :";
$lang['embarquement'] ="Adresse d'embarquement :";
$lang['datedepart'] ="Date de départ / heure :";
$lang['datedestination'] ="Date de départ de la destination / heure :";
$lang['destination'] ="Destination :";
$lang['datearrive'] ="Date d'arrivé / heure :";
$lang['datedepart'] ="Date de départ / heure :";
$lang['ent_produit'] ="Produit";
$lang['ent_produit_qte'] ="Quantité commandée";
$lang['fot_note'] ="SVP, veuillez nous RETOURNER ce formulaire par courriel à info@expresstours.ca OU par fax au 514-587-6741";
$lang['fot_note2'] ="avec la signature du responsable et les quantités ajustées";
$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'] ="Qté";
$lang['ent_produit_tr_adrdep'] ="Date de fin/heure";
$lang['ent_produit_tr_emb'] ="Adresse d'embarquement :";
$lang['ent_produit_tr_des'] ="Destination :";
$lang['ent_produit_tr_res'] ="Responsable :";
$lang['ent_date_facturation'] ="Date de facturation :";
$lang['ent_qte_facturation'] ="Qté";
$lang['ent_prix_facturation'] ="Prix unitaire";
$lang['ent_total_facturation'] ="Total";
$lang['ent_remiseopc_facturation'] ="Remise de contribution applicable";
$lang['ent_opc_facturation'] ="Cotisation à l'OPC";
$lang['ent_total_facturation'] ="Total";
$lang['ent_tps_facturation'] ="TPS ";
$lang['ent_tvq_facturation'] ="TVQ ";
$lang['ent_tvh_facturation'] ="TVH ";
$lang['ent_soustotal_facturation'] ="Sous-total :";
$lang['ent_solde_facturation'] ="Solde à payer :";
$lang['ent_depot_facturation'] ="Paiement / Dépôt ";
$lang['ent_note1_facturation'] ="Facture payable sur réception 2% par mois et 24 % par année.";
$lang['ent_note2_facturation'] ="Tous les fonds sont perçus en fiducie. Les services touristiques payés, mais non reçus, peuvent être remboursés par le Fonds d'indemnisation des clients des agents de voyages. Il est administré par l'Office de la protection du consommateur. C'est une protection financière destinée aux voyageurs. Renseignez-vous : www.ficav.gouv.qc.ca.";
$lang['ent_num_confirmation'] ="#";
$lang['ent_datedebut_confirmation'] ="Date de début/heure";
$lang['ent_produit_confirmation'] ="Produit";
$lang['ent_qte_confirmation'] ="Qté";
$lang['ent_date_confirmation'] ="Date :";
$lang['ent_fot_notea_confirmation'] ="Indiquez le nombre de billets remis à chaque responsable pour chacun des produits mentionnés ci-haut.";
$lang['ent_fot_noteb_confirmation'] ="SVP, veuillez nous RETOURNER ce formulaire dûment rempli";
$lang['ent_fot_notebb_confirmation'] ="et signé par courriel à info@expresstours.ca OU par fax au 514-587-6741";
$lang['ent_numeroprojet_confirmation'] ="PROJET NO :";
$lang['ent_facture'] ="Facture : ";
$lang['ent_rep'] ="Rep : ";
$lang['client'] ="Client : ";

View File

@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['txt_hebergement'] = 'Avec Hébergement';
$lang['txt_Date_annulation'] = 'Date annulation';
$lang['txt_Date_confirmation'] = 'Date confirmation';
$lang['txt_Type'] = 'Étape';
$lang['txt_Destination'] = 'Type';
$lang['txt_Destination2'] = 'Destination';
$lang['txt_dateannulation'] = 'Date annulation';

View File

@ -0,0 +1,17 @@
<?php
/**
* Created by PhpStorm.
* User: Utilisateur
* Date: 2019-04-22
* Time: 12:50
*/
$lang['txt_hebergement'] = 'Avec Commande Dossard ou Puce';
$lang['txt_Date_annulation'] = ' Date Dossard ou puce doivent être reçue';
$lang['txt_Date_confirmation'] = 'Date commande Dossard ou Puce';
$lang['txt_Type'] = 'Type projet';
$lang['txt_Destination'] = 'Detail';
$lang['txt_transfert'] = 'Transferts des revenus d inscription approuvée:';
$lang['txt_contrat'] = 'Contrat reçu et signé:';
$lang['txt_evenements inscription'] = 'Evenement inscription:';
$lang['txt_Destination2'] = 'type';

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>