1044 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			1044 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
if (!defined('BASEPATH'))
 | 
						|
    exit('No direct script access allowed');
 | 
						|
/**
 | 
						|
 * Name:  Auth Lang - English
 | 
						|
 *
 | 
						|
 * Author: Ben Edmunds
 | 
						|
 * 		  ben.edmunds@gmail.com
 | 
						|
 *         @benedmunds
 | 
						|
 *
 | 
						|
 * Author: Daniel Davis
 | 
						|
 *         @ourmaninjapan
 | 
						|
 *
 | 
						|
 * Location: http://github.com/benedmunds/ion_auth/
 | 
						|
 *
 | 
						|
 * Created:  03.09.2013
 | 
						|
 *
 | 
						|
 * Description:  English language file for Ion Auth example views
 | 
						|
 *
 | 
						|
 */ 
 | 
						|
// Errors
 | 
						|
$lang['error_csrf'] = 'This form post did not pass our security checks.';
 | 
						|
 | 
						|
// dashboard
 | 
						|
 | 
						|
$lang['doctor'] = 'Docteur';
 | 
						|
$lang['patient'] = 'Patient';
 | 
						|
$lang['nurse'] = 'Infirmière';
 | 
						|
$lang['pharmacist'] = 'Pharmacien';
 | 
						|
$lang['laboratorist'] = 'Laboratoriste';
 | 
						|
$lang['accountant'] = 'Comptable';
 | 
						|
$lang['payment'] = 'Paiement';
 | 
						|
$lang['medicine'] = 'Médicament';
 | 
						|
$lang['report'] = 'rapport';
 | 
						|
$lang['operation_report'] = 'Rapport d exploitation';
 | 
						|
$lang['birth_report'] = 'Rapport de naissance';
 | 
						|
$lang['donor'] = 'Donneur';
 | 
						|
$lang['bed'] = 'Lit';
 | 
						|
$lang['total_bed'] = 'Lit total';
 | 
						|
$lang['expense'] = 'Frais';
 | 
						|
$lang['total_payment'] = 'Paiement total';
 | 
						|
$lang['departments'] = 'Départements';
 | 
						|
$lang['department'] = 'Département';
 | 
						|
$lang['human_resources'] = 'Ressources humaines';
 | 
						|
$lang['financial_activities'] = 'Activités financières';
 | 
						|
$lang['settings'] = 'Paramètres';
 | 
						|
$lang['profile'] = 'Profil';
 | 
						|
$lang['my_profile'] = 'Mon profil';
 | 
						|
$lang['my_consultant'] = 'Mon conseiller';
 | 
						|
$lang['my_due_balance'] = 'Mon salaire';
 | 
						|
$lang['my_last_login'] = 'Ma dernière connexion';
 | 
						|
$lang['my_reports'] = 'Mes rapports';
 | 
						|
$lang['hms'] = 'Hospital Management System'; 
 | 
						|
 | 
						|
$lang['see_all_patients'] = 'Voir tous les patients'; 
 | 
						|
$lang['see_all_payments'] = 'Voir tous les paiements';
 | 
						|
$lang['see_all_medicines'] = 'Voir tous les médicaments';
 | 
						|
$lang['payment_today'] = 'Paiement d aujourd hui';
 | 
						|
$lang['payments_today'] = 'Paiements aujourd hui';
 | 
						|
$lang['patient_registered_today'] = 'Patient inscrit aujourd hui';
 | 
						|
$lang['patients_registered_today'] = 'Les patients enregistrés aujourd hui';
 | 
						|
$lang['medicine_registered_today'] = 'Médecine enregistrée aujourd hui';
 | 
						|
$lang['medicine_registered_today'] = 'Médicaments enregistrés aujourd hui';
 | 
						|
 | 
						|
$lang['log_out'] = 'Connectez - Out';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
//sidebar
 | 
						|
$lang['dashboard'] = 'Tableau de bord';
 | 
						|
$lang['all_hospitals'] = 'Activités financières';
 | 
						|
$lang['create_new_hospital'] = 'Paramètres';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
// Departments
 | 
						|
$lang['add_department'] = 'Ajouter un département';
 | 
						|
$lang['edit_department'] = 'Département d édition';
 | 
						|
$lang['name'] = 'Prénom';
 | 
						|
$lang['description'] = 'La description';
 | 
						|
$lang['options'] = 'Options';
 | 
						|
$lang['print'] = 'Impression';
 | 
						|
 | 
						|
 | 
						|
// Doctors
 | 
						|
$lang['doctors'] = 'Médecins';
 | 
						|
$lang['add_doctor'] = 'Médecins';
 | 
						|
$lang['edit_doctor'] = 'Modifier le docteur';
 | 
						|
$lang['image'] = 'Image';
 | 
						|
$lang['email'] = 'email';
 | 
						|
$lang['address'] = 'Adresse';
 | 
						|
$lang['phone'] = 'Téléphone';
 | 
						|
$lang['password'] = 'Mot de passe';
 | 
						|
 | 
						|
// Patient
 | 
						|
$lang['add_patient'] = 'Ajouter un patient';
 | 
						|
$lang['register_new_patient'] = 'Inscription Patient';
 | 
						|
$lang['edit_patient'] = 'Modifier le patient';
 | 
						|
$lang['birth_date'] = 'Date de naissance';
 | 
						|
$lang['blood_group'] = 'Groupe sanguin';
 | 
						|
$lang['due_balance'] = 'Solde dû';
 | 
						|
$lang['invoice'] = 'Facture d achat';
 | 
						|
$lang['details'] = 'Détails';
 | 
						|
$lang['bio_graph'] = 'Bio Graph';
 | 
						|
$lang['patient_id'] = 'Id';
 | 
						|
$lang['gender'] = 'Le genre';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
// Appoinytment
 | 
						|
 | 
						|
$lang['appointments'] = 'Rendez-vous';
 | 
						|
$lang['appointment'] = 'Rendez-vous';
 | 
						|
$lang['id'] = 'Id';
 | 
						|
$lang['date-time'] = 'Date - Heure';
 | 
						|
$lang['remarks'] = 'Remarques';
 | 
						|
$lang['add_appointment'] = 'Ajouter rendez-vous';
 | 
						|
$lang['edit_appointment'] = 'Modifier rendez-vous';
 | 
						|
 | 
						|
 | 
						|
// Nurse
 | 
						|
$lang['add_nurse'] = 'Ajouter une infirmière';
 | 
						|
$lang['edit_nurse'] = 'Modifier l infirmière';
 | 
						|
 | 
						|
// Pharmacist
 | 
						|
$lang['add_pharmacist'] = 'Ajouter un pharmacien';
 | 
						|
$lang['edit_pharmacist'] = 'Modifier le pharmacien';
 | 
						|
 | 
						|
// Laboratorist
 | 
						|
$lang['add_laboratorist'] = 'Ajouter un travailleur';
 | 
						|
$lang['edit_laboratorist'] = 'Editer laboratoriste';
 | 
						|
 | 
						|
// Accountant
 | 
						|
$lang['add_accountant'] = 'Ajouter un comptable';
 | 
						|
$lang['edit_accountant'] = 'Modifier le comptable';
 | 
						|
 | 
						|
 | 
						|
// Financial Activities
 | 
						|
$lang['payments'] = 'Paiements';
 | 
						|
$lang['date'] = 'Rendez-vous amoureux';
 | 
						|
$lang['sub_total'] = 'total partiel';
 | 
						|
$lang['discount'] = 'Remise';
 | 
						|
$lang['vat'] = 'T.V.A';
 | 
						|
$lang['total'] = 'Total';
 | 
						|
$lang['status'] = 'Statut';
 | 
						|
$lang['invoice_info'] = 'INFORMATION DE FACTURE';
 | 
						|
$lang['invoice_status'] = 'STATUT DE FACTURE';
 | 
						|
$lang['paid'] = 'Payé';
 | 
						|
 | 
						|
$lang['add_payment'] = 'Ajouter un paiement';
 | 
						|
$lang['edit_payment'] = 'Modifier le paiement';
 | 
						|
$lang['payment_categories'] = 'Catégories de paiement';
 | 
						|
$lang['edit_payment_category'] = 'Modifier la catégorie de paiement';
 | 
						|
$lang['amount'] = 'Montant';
 | 
						|
$lang['submit'] = 'Soumettre';
 | 
						|
$lang['add_more_categories'] = 'Ajouter plus de catégories';
 | 
						|
 | 
						|
$lang['category'] = 'Catégorie';
 | 
						|
 | 
						|
$lang['expenses'] = 'Dépenses';
 | 
						|
$lang['add_expense'] = 'Ajouter des dépenses';
 | 
						|
$lang['edit_expense'] = 'Modifier les dépenses';
 | 
						|
 | 
						|
$lang['expense_categories'] = 'Catégories de dépenses';
 | 
						|
$lang['add_expense_category'] = 'Ajouter une catégorie de dépenses';
 | 
						|
$lang['edit_expense_category'] = 'Modifier la catégorie de dépenses';
 | 
						|
 | 
						|
$lang['financial_report'] = 'Rapport financier';
 | 
						|
$lang['payment_report'] = 'Rapport de paiement';
 | 
						|
$lang['expense_report'] = 'Rapport de dépenses';
 | 
						|
$lang['gross_payment'] = 'Paiement brut';
 | 
						|
$lang['gross_expense'] = 'Frais bruts';
 | 
						|
$lang['total'] = 'Total';
 | 
						|
$lang['sub_total'] = 'total partiel';
 | 
						|
$lang['profit'] = 'Profit';
 | 
						|
 | 
						|
$lang['payment_to'] = 'PAIEMENT À';
 | 
						|
$lang['bill_to'] = 'FACTURER';
 | 
						|
$lang['invoice_number'] = 'Numéro de facture';
 | 
						|
$lang['invoice'] = 'Facture d achat';
 | 
						|
$lang['grand_total'] = 'somme finale';
 | 
						|
$lang['make_paid'] = 'Faire payer';
 | 
						|
$lang['edit_invoice'] = 'Modifier la facture';
 | 
						|
 | 
						|
$lang['percentage'] = 'Pourcentage';
 | 
						|
$lang['flat'] = 'Plat';
 | 
						|
 | 
						|
$lang['payment_procedures'] = 'Procédures de paiement';
 | 
						|
$lang['create_payment_procedure'] = 'Créer une procédure de paiement';
 | 
						|
$lang['procedures'] = 'Procédures';
 | 
						|
$lang['procedure'] = 'Procédure'; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
// Medicine
 | 
						|
$lang['medicine'] = 'Médicament';
 | 
						|
$lang['add_medicine'] = 'Ajouter de la médecine';
 | 
						|
$lang['medicine_list'] = 'Liste des médicaments';
 | 
						|
$lang['edit_medicine'] = 'Modifier la médecine';
 | 
						|
$lang['price'] = 'Prix';
 | 
						|
$lang['quantity'] = 'Quantité';
 | 
						|
$lang['generic_name'] = 'Nom générique';
 | 
						|
$lang['company'] = 'Compagnie';
 | 
						|
$lang['effects'] = 'Effets';
 | 
						|
$lang['expiry_date'] = 'Date d expiration';
 | 
						|
 | 
						|
$lang['medicine_category'] = 'Catégorie de médecine';
 | 
						|
$lang['add_medicine_category'] = 'Ajouter une catégorie de médecine';
 | 
						|
$lang['edit_medicine_category'] = 'Modifier la catégorie de médecine';
 | 
						|
 | 
						|
// Donor
 | 
						|
$lang['donor'] = 'Donneur';
 | 
						|
$lang['donor_list'] = 'Liste des donateurs';
 | 
						|
$lang['add_donor'] = 'Ajouter Donateur';
 | 
						|
$lang['edit_donor'] = 'Modifier Donneur';
 | 
						|
$lang['age'] = 'Âge';
 | 
						|
$lang['sex'] = 'Sexe';
 | 
						|
$lang['last_donation_date'] = 'Dernière date de donation';
 | 
						|
$lang['male'] = 'Mâle';
 | 
						|
$lang['female'] = 'Femelle';
 | 
						|
$lang['blood_bank'] = 'Banque du sang';
 | 
						|
$lang['update_blood_bank'] = 'Mise à jour de la banque de sang';
 | 
						|
$lang['group'] = 'Groupe';
 | 
						|
$lang['others'] = 'Autres';
 | 
						|
 | 
						|
 | 
						|
// Bed
 | 
						|
$lang['bed'] = 'Lit';
 | 
						|
$lang['bed_list'] = 'Liste des lits';
 | 
						|
$lang['add_bed'] = 'Ajouter un lit';
 | 
						|
$lang['edit_bed'] = 'Modifier le lit';
 | 
						|
$lang['bed_category'] = 'Catégorie de lit';
 | 
						|
$lang['bed_allotments'] = 'Allotments de lit';
 | 
						|
$lang['add_allotment'] = 'Add Allotment';
 | 
						|
$lang['edit_allotment'] = 'Modifier l affectation';
 | 
						|
$lang['bed_id'] = 'Bed Id';
 | 
						|
$lang['bed_number'] = 'Numéro de lit';
 | 
						|
$lang['add_bed_category'] = 'Ajouter une catégorie de lit';
 | 
						|
$lang['edit_bed_category'] = 'Modifier la catégorie de lit';
 | 
						|
$lang['alloted_time'] = 'Temps assigné';
 | 
						|
$lang['discharge_time'] = 'Temps de décharge';
 | 
						|
$lang['alloted'] = 'Alloué';
 | 
						|
$lang['available'] = 'Disponible';
 | 
						|
$lang['alloted_beds'] = 'Lits classés';
 | 
						|
 | 
						|
// All Reports
 | 
						|
$lang['e_report'] = 'e_report';
 | 
						|
$lang['add_report'] = 'Ajouter un rapport';
 | 
						|
$lang['add_birth_report'] = 'Ajouter un rapport de naissance';
 | 
						|
$lang['add_operation_report'] = 'Ajouter un rapport d exploitation';
 | 
						|
$lang['add_expire_report'] = 'Ajouter un rapport d expiration';
 | 
						|
$lang['edit_birth_report'] = 'Modifier le rapport de naissance';
 | 
						|
$lang['edit_operation_report'] = 'Modifier le rapport d exploitation';
 | 
						|
$lang['edit_expire_report'] = 'Modifier le rapport d expiration';
 | 
						|
$lang['edit_report'] = 'Modifier le rapport';
 | 
						|
$lang['birth'] = 'Naissance';
 | 
						|
$lang['operation'] = 'Opération';
 | 
						|
$lang['expire'] = 'Expirer';
 | 
						|
$lang['select_type'] = 'Sélectionner le genre';
 | 
						|
$lang['myreports'] = 'Mes rapports';
 | 
						|
$lang['type'] = 'Type';
 | 
						|
$lang['expire_report'] = 'Rapport d expiration';
 | 
						|
 | 
						|
//Settings
 | 
						|
$lang['system_name'] = 'Nom du système';
 | 
						|
$lang['title'] = 'Titre';
 | 
						|
$lang['address'] = 'Adresse';
 | 
						|
$lang['phone'] = 'Téléphone';
 | 
						|
$lang['hospital_email'] = 'Email de l hôpital';
 | 
						|
$lang['currency'] = 'Devise';
 | 
						|
$lang['discount_type'] = 'Type de remise';
 | 
						|
 | 
						|
//Profile
 | 
						|
$lang['change_password'] = 'Changer le mot de passe';
 | 
						|
$lang['manage_profile'] = 'Gérer le profil';
 | 
						|
 | 
						|
//options button
 | 
						|
 | 
						|
$lang['edit'] = 'modifier';
 | 
						|
$lang['info'] = 'Info';
 | 
						|
$lang['delete'] = 'Effacer';
 | 
						|
$lang['history'] = 'Histoire';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['gross_total'] =  'Total brut';
 | 
						|
$lang['amount_received'] =  'Montant reçu';
 | 
						|
$lang['gross_expense'] = 'Frais bruts';
 | 
						|
$lang['total'] = 'Total';
 | 
						|
$lang['sub_total'] = 'total partiel';
 | 
						|
$lang['due_amount'] = 'Montant dû';
 | 
						|
$lang['due_balance'] = 'Équilibre dû';
 | 
						|
$lang['patient_id'] = 'Id';
 | 
						|
 | 
						|
$lang['unpaid'] = 'Non payé';
 | 
						|
$lang['paid_partially'] = 'Payé partiellement';
 | 
						|
$lang['paid'] = 'Payé';
 | 
						|
 | 
						|
$lang['amount_to_be_paid'] = 'Montant à payer';
 | 
						|
$lang['amount_received'] = 'Montant reçu';
 | 
						|
 | 
						|
$lang['confirmation'] = 'Confirmation';
 | 
						|
 | 
						|
$lang['payment_to'] = 'Paiement à';
 | 
						|
 | 
						|
$lang['bill_to'] = 'Facturer';
 | 
						|
 | 
						|
$lang['patient'] = 'Patient';
 | 
						|
 | 
						|
$lang['refd_by_doctor'] = 'Référé par le docteur';
 | 
						|
 | 
						|
$lang['date'] = 'Rendez-vous amoureux';
 | 
						|
 | 
						|
$lang['sub_total'] = 'total partiel';
 | 
						|
 | 
						|
$lang['discount'] = 'Remise';
 | 
						|
 | 
						|
$lang['doctor_amount'] = 'Montant du docteur';
 | 
						|
 | 
						|
$lang['hospitl_amount'] = 'Montant de l hôpital';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['all'] = 'Tout';
 | 
						|
$lang['today'] = 'Aujourd hui';
 | 
						|
$lang['yesterday'] = 'Hier';
 | 
						|
$lang['all_bills'] = 'Tous les factures';
 | 
						|
$lang['date'] = 'Rendez-vous amoureux';
 | 
						|
$lang['bill_amount'] = 'Montant de la facture';
 | 
						|
$lang['deposits'] = 'Dépôts';
 | 
						|
$lang['deposit'] = 'Dépôt';
 | 
						|
$lang['hospitl_amount'] = 'Montant de l hôpital';
 | 
						|
$lang['hospitl_amount'] = 'Montant de l hôpital';
 | 
						|
 | 
						|
$lang['hospital_management_system'] = 'Hospital Management System';
 | 
						|
$lang['user_activity_report'] = 'Activité de lutilisateur';
 | 
						|
 | 
						|
$lang['list_of_doctors'] = 'Liste des médecins';
 | 
						|
$lang['doctors_commission'] = 'Commission des médecins';
 | 
						|
 | 
						|
$lang['commission'] = 'Commission';
 | 
						|
$lang['surgeon_fee'] = 'Frais de chirurgien';
 | 
						|
 | 
						|
$lang['ot_payments'] = 'Paiements OT';
 | 
						|
$lang['add_ot_payment'] = 'Ajouter AU PAIEMENT';
 | 
						|
$lang['payment_procedures'] = 'Procédures de paiement';
 | 
						|
 | 
						|
$lang['activities_by'] = 'Activités par';
 | 
						|
$lang['all_users'] = 'Tous les utilisateurs';
 | 
						|
$lang['deposited_amount'] = 'Montant déposé';
 | 
						|
$lang['payment_received'] = 'Paiement reçu';
 | 
						|
 | 
						|
 | 
						|
$lang['payment_history'] = 'historique de paiement';
 | 
						|
 | 
						|
$lang['add_new'] = 'Ajouter nouveau';
 | 
						|
$lang['add_new_doctor'] = 'Ajouter un nouveau médecin';
 | 
						|
 | 
						|
$lang['add_general_payment'] = 'Ajouter un paiement général';
 | 
						|
$lang['choose_payment_type'] = 'Choisissez le type de paiement';
 | 
						|
 | 
						|
$lang['total_bill_amount'] = 'Montant total du projet de loi';
 | 
						|
$lang['total_deposit_amount'] = 'Montant du dépôt total';
 | 
						|
 | 
						|
$lang['add_another_ot_payment'] = 'Ajouter un autre paiement';
 | 
						|
 | 
						|
$lang['consultant_surgeon'] = 'Consultant chirurgien';
 | 
						|
$lang['assistant_surgeon'] = 'Chirurgien adjoint';
 | 
						|
$lang['anaestheasist'] = 'Anesthésiste';
 | 
						|
 | 
						|
$lang['nature_of_operation'] = 'Nature de l opération';
 | 
						|
 | 
						|
 | 
						|
$lang['ot_charge'] = 'OT charge';
 | 
						|
$lang['cabin_rent'] = 'Location de cabine';     
 | 
						|
$lang['seat_rent'] = 'Location de sièges';
 | 
						|
 | 
						|
$lang['rate'] = 'Taux';
 | 
						|
 | 
						|
$lang['medicine_categories'] = 'Catégories de médecine';
 | 
						|
$lang['create_medicine_category'] = 'Créer une catégorie de médecine';
 | 
						|
 | 
						|
$lang['bed_categories'] = 'Catégories de lit';
 | 
						|
$lang['add_new_allotment'] = 'Ajouter un nouvel allotissement';
 | 
						|
 | 
						|
$lang['birth_report'] = 'Rapport de naissance';
 | 
						|
$lang['add_new_report'] = 'Ajouter un nouveau rapport';
 | 
						|
 | 
						|
$lang['add_new_patient'] = 'Ajouter un nouveau patient';
 | 
						|
$lang['add_new_medicine'] = 'Ajouter une nouvelle médecine';
 | 
						|
$lang['add_new_doctor'] = 'Ajouter un nouveau médecin';
 | 
						|
$lang['add_new_laboratorist'] = 'Ajouter un nouveau travailleur';
 | 
						|
$lang['add_new_donor'] = 'Ajouter un nouveau donateur';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['add_new_payment'] = 'Ajouter un nouveau paiement';
 | 
						|
$lang['edit_ot_payment'] = 'Modifier le paiement';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['add_new_pharmacist'] = 'Ajouter un nouveau pharmacien';
 | 
						|
 | 
						|
$lang['add_deposit'] = 'Ajouter un dépôt de garantie';
 | 
						|
$lang['edit_deposit'] = 'Modifier le dépôt';
 | 
						|
$lang['deposit_amount'] = 'Montant du dépôt';
 | 
						|
 | 
						|
$lang['add_accountant'] = 'Ajouter un comptable';
 | 
						|
 | 
						|
$lang['see_all_donors'] = 'Voir tous les donateurs';
 | 
						|
$lang['see_all_reports'] = 'Voir tous les rapports';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['add_another_payment'] = 'Ajouter un autre paiement';
 | 
						|
 | 
						|
$lang['receptionist'] = 'Réceptionniste';
 | 
						|
$lang['add_receptionist'] = 'Ajouter réceptionniste';
 | 
						|
$lang['edit_receptionist'] = 'Réceptionniste';
 | 
						|
$lang['all_receptionist'] = 'Tous les réceptionnistes';
 | 
						|
$lang['receptionists'] = 'Réceptionnistes';
 | 
						|
 | 
						|
$lang['my_report'] = 'Mes rapports';
 | 
						|
 | 
						|
$lang['medical_history'] = 'Antécédents médicaux';
 | 
						|
$lang['add_medical_history'] = 'Ajouter un historique médical';
 | 
						|
$lang['edit_medical_history'] = 'Modifier l histoire médicale';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['add'] = 'Ajouter';
 | 
						|
$lang['material'] = 'Matériel';
 | 
						|
$lang['download'] = 'Télécharger';
 | 
						|
 | 
						|
 | 
						|
$lang['file'] = 'Fichier';
 | 
						|
$lang['files'] = 'Des dossiers';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['prescription'] = 'Ordonnance';
 | 
						|
 | 
						|
$lang['view'] = 'Vue';
 | 
						|
$lang['note'] = 'Remarque';
 | 
						|
$lang['medication'] = 'Des médicaments';
 | 
						|
$lang['add_prescription'] = 'Ajouter une ordonnance';
 | 
						|
$lang['edit_prescription'] = 'Modifier la prescription';
 | 
						|
 | 
						|
$lang['list_of_departments'] = 'Liste des départements';
 | 
						|
$lang['gross_income'] = 'Revenu brut';
 | 
						|
$lang['hospital_amount'] = 'Montant de l hôpital';
 | 
						|
$lang['doctors_amount'] = 'Montant des médecins';
 | 
						|
$lang['ot_income_report'] = 'Rapport sur le revenu de l OT';
 | 
						|
 | 
						|
$lang['ot_payment'] = 'Paiement OT';
 | 
						|
$lang['ot_discount'] = 'OT Remise';
 | 
						|
$lang['gross_ot_income'] = 'Revenu brut OT';
 | 
						|
 | 
						|
$lang['discount_type'] = 'Type de remise';
 | 
						|
$lang['gross_bill'] = 'Bill brut';
 | 
						|
 | 
						|
$lang['gross_hospital_amount'] = 'Montant brut de l hôpital'; 
 | 
						|
$lang['gross_doctors_commission'] = 'Commission des médecins grossiers';
 | 
						|
$lang['gross_deposit'] = 'Dépôt brut';
 | 
						|
$lang['gross_due'] = 'Gross due';
 | 
						|
$lang['gross_expense'] = 'Frais bruts';
 | 
						|
 | 
						|
$lang['date_from'] = 'Dater de';
 | 
						|
$lang['date_to'] = 'Date à';
 | 
						|
$lang['add_new_medicine_category'] = 'Ajouter une nouvelle catégorie de médecine';
 | 
						|
$lang['edit_medicine_category'] = 'Modifier la catégorie de médecine';
 | 
						|
$lang['gross_bill'] = 'Bill brut';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['add_bed_allotment'] = 'Ajouter l allocation de lit';
 | 
						|
$lang['edit_bed_aalotment'] = 'Modifier l affectation des lits';
 | 
						|
 | 
						|
$lang['add_a_allotment'] = 'Ajouter un litige';
 | 
						|
$lang['no_bed_is_available_for_allotment'] = 'Aucun lit n est disponible pour l allocation';
 | 
						|
$lang['payment_today'] = 'Paiement d aujourd hui';
 | 
						|
$lang['payments_today'] = 'Paiements aujourd hui';
 | 
						|
$lang['patient_registerred_today'] = 'Patient inscrit aujourd hui';
 | 
						|
$lang['patients_registerred_today'] = 'Les patients enregistrés aujourd hui';
 | 
						|
$lang['donor_registerred_today'] = 'Donateur inscrit aujourd hui';
 | 
						|
$lang['donors_registerred_today'] = 'Les donateurs enregistrés aujourd hui';
 | 
						|
$lang['medicine_registerred_today'] = 'Médecine enregistrée aujourd hui';
 | 
						|
$lang['medicines_registered_today'] = 'Médicaments enregistrés aujourd hui';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['report_added_today'] = 'Rapport ajouté aujourd hui';
 | 
						|
$lang['reports_added_today'] = 'Rapports ajoutés aujourd hui';
 | 
						|
$lang['report_is_available_for_you'] = 'Le rapport est disponible pour vous';
 | 
						|
$lang['reports_are_available_for_you'] = 'Des rapports sont disponibles pour vous Bill';
 | 
						|
$lang['bed_is_available'] = 'Le lit est disponible';
 | 
						|
 | 
						|
$lang['beds_are_available'] = 'Des lits sont disponibles';
 | 
						|
$lang['gross_bill'] = 'Gross Bill';
 | 
						|
$lang['gross_bill'] = 'Gross Bill';
 | 
						|
$lang['gross_bill'] = 'Gross Bill';
 | 
						|
$lang['gross_bill'] = 'Gross Bill';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
// For Update
 | 
						|
 | 
						|
$lang['amount_distribution'] = 'Répartition entre lhôpital et les médecins';
 | 
						|
$lang['invoice_id'] = 'Id de facture';
 | 
						|
 | 
						|
$lang['start_time'] = 'Heure de début';
 | 
						|
$lang['end_time'] = 'Heure de fin';
 | 
						|
 | 
						|
$lang['language'] = 'La langue';
 | 
						|
 | 
						|
$lang['english'] = 'English';
 | 
						|
$lang['spanish'] = 'Español';
 | 
						|
$lang['french'] = 'Français';
 | 
						|
$lang['italian'] = 'Italiano';
 | 
						|
$lang['portuguese'] = 'Português';
 | 
						|
$lang['arabic'] = 'عربى';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['system_settings'] = 'Les paramètres du système';
 | 
						|
$lang['backup_database'] = 'Base de données de sauvegarde';
 | 
						|
 | 
						|
$lang['restore'] = 'Restaurer la base de données';
 | 
						|
 | 
						|
$lang['select'] = 'Sélectionner';
 | 
						|
 | 
						|
$lang['database'] = 'Base de données';
 | 
						|
 | 
						|
 | 
						|
$lang['calendar'] = 'Calendrier';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['income'] = 'le revenu';
 | 
						|
 | 
						|
$lang['from'] = 'De';
 | 
						|
 | 
						|
$lang['to'] = 'à';
 | 
						|
 | 
						|
 | 
						|
$lang['due'] = 'Dû';
 | 
						|
 | 
						|
$lang['case_history'] = 'Historique des cas';
 | 
						|
 | 
						|
 | 
						|
$lang['patient_list'] = 'Liste des patients';
 | 
						|
 | 
						|
$lang['documents'] = 'Documents';
 | 
						|
 | 
						|
 | 
						|
$lang['case'] = 'Cas';
 | 
						|
 | 
						|
$lang['history'] = 'Histoire';
 | 
						|
 | 
						|
$lang['document'] = 'Document';
 | 
						|
 | 
						|
 | 
						|
$lang['send_sms'] = 'Envoyer un SMS';
 | 
						|
$lang['list_of_sent_messages'] = 'Liste des messages envoyés';
 | 
						|
$lang['send_sms_to'] = 'Envoyer SMS à';
 | 
						|
 | 
						|
$lang['all_patient'] = 'Tous les patients';
 | 
						|
$lang['all_doctor'] = 'Tous les médecins';
 | 
						|
 | 
						|
$lang['blood_group_wise'] = 'Groupe sanguin sage';
 | 
						|
$lang['select_blood_group'] = 'Sélectionnez le groupe sanguin';
 | 
						|
 | 
						|
$lang['message'] = 'Message';
 | 
						|
 | 
						|
$lang['single_patient'] = 'Single Patient';
 | 
						|
$lang['select_patient'] = 'Sélectionnez Patient';
 | 
						|
$lang['staff'] = 'Personnel';
 | 
						|
 | 
						|
$lang['select_staff'] = 'Choisir le personnel';
 | 
						|
 | 
						|
$lang['sms'] = 'SMS';
 | 
						|
$lang['sms_settings'] = 'Paramètres SMS'; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['doctor_id'] = 'Docteur Id';
 | 
						|
 | 
						|
$lang['diagnostic_test'] = 'Test de diagnostic';
 | 
						|
 | 
						|
$lang['report_result'] = 'Résultat du rapport';
 | 
						|
 | 
						|
$lang['diagnostic_result'] = 'Résultat de diagnostic';
 | 
						|
 | 
						|
$lang['diagnostic_report'] = 'Rapport de diagnostic';
 | 
						|
 | 
						|
$lang['diagnostic'] = 'Diagnostique';
 | 
						|
 | 
						|
$lang['value'] = 'Valeur';
 | 
						|
 | 
						|
$lang['diagnostic_test_result'] = 'Résultat du test de diagnostic';
 | 
						|
 | 
						|
$lang['add_update'] = 'Ajouter / mettre à jour';
 | 
						|
 | 
						|
$lang['doctors_commission'] = 'Commission des médecins';
 | 
						|
 | 
						|
$lang['total_doctors_commission'] = 'Commission totale de médecins'; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['treatment_history'] = 'Historique du traitement';
 | 
						|
 | 
						|
$lang['number_of_patient_treated'] = 'Nombre de patients traités';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['all_appointments'] = 'Tous les rendez-vous';
 | 
						|
$lang['todays_appointments'] = 'Les rendez-vous d aujourd hui';
 | 
						|
$lang['all'] = 'Tout';
 | 
						|
$lang['add'] = 'Ajouter';
 | 
						|
$lang['todays'] = 'Aujourd hui';
 | 
						|
$lang['upcoming'] = 'Prochain';
 | 
						|
$lang['write_message'] = 'Écrire un message';
 | 
						|
$lang['sent_messages'] = 'Messages envoyés';
 | 
						|
$lang['send_sms_to_patient'] = 'Envoyer un SMS au patient';
 | 
						|
$lang['reminder_message'] = 'Voulez-vous envoyer le message de rappel de rendez-vous au patient?';
 | 
						|
$lang['yes'] = 'Oui';
 | 
						|
$lang['cancel'] = 'Annuler';
 | 
						|
$lang['recipient'] = 'Bénéficiaire';
 | 
						|
$lang['api'] = 'API';
 | 
						|
$lang['password'] = 'Mot de passe';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['pharmacy'] = 'Pharmacie';
 | 
						|
$lang['store_box'] = 'Boîte de magasin';
 | 
						|
$lang['all_sales'] = 'Toutes les ventes';
 | 
						|
$lang['poss'] = 'Point de vente';
 | 
						|
$lang['sales'] = 'Ventes';
 | 
						|
$lang['add_new_sale'] = 'Ajouter une nouvelle vente';
 | 
						|
$lang['load'] = 'Charge';
 | 
						|
$lang['p_price'] = 'Prix d achat';
 | 
						|
$lang['s_price'] = 'Prix de vente';
 | 
						|
$lang['purchase'] = 'achat';
 | 
						|
$lang['sale'] = 'Vente';
 | 
						|
$lang['add_sale'] = 'Ajouter une vente';
 | 
						|
$lang['item_name'] = 'Nom de l article';
 | 
						|
$lang['total'] = 'Total';
 | 
						|
$lang['cost'] = 'Coût';
 | 
						|
 | 
						|
 | 
						|
$lang['unit_price'] = 'Prix unitaire';
 | 
						|
$lang['total_per_item'] = 'Total par article';
 | 
						|
$lang['medicine_stock_alert'] = 'Alerte stock médicament';
 | 
						|
$lang['alert_stock_list'] = 'Liste des stocks d alerte';
 | 
						|
 | 
						|
$lang['login_title'] = 'Titre de connexion';
 | 
						|
$lang['login_logoo'] = 'Logo de connexion';
 | 
						|
$lang['invoice_logo'] = 'Logo de la facture';
 | 
						|
$lang['logo'] = 'Logo';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['load_medicine'] = 'Charger la médecine';
 | 
						|
$lang['add_quantity'] = 'Ajouter une quantité';
 | 
						|
$lang['select_item'] = 'Sélectionner un article';
 | 
						|
$lang['invoice_logo'] = 'Logo de la facture';
 | 
						|
$lang['today_sales'] = 'Aujourd hui Ventes';
 | 
						|
$lang['today_expense'] = 'Dépenses d aujourd hui';
 | 
						|
$lang['sales_graph'] = 'Graphique des ventes';
 | 
						|
$lang['statistics'] = 'Statistiques';
 | 
						|
$lang['this_month'] = 'Ce mois-ci';
 | 
						|
$lang['number_of_sales'] = 'Nombre de ventes';
 | 
						|
$lang['total_sales'] = 'Nombre de ventes';
 | 
						|
$lang['number_of_expenses'] = 'Nombre de dépenses';
 | 
						|
$lang['total_expense'] = 'Total des dépenses';
 | 
						|
$lang['medicine_number'] = 'Numéro de médicament';
 | 
						|
$lang['medicine_quantity'] = 'Quantité de médicament';
 | 
						|
$lang['medicine_o_s'] = 'Médecine en rupture de stock';
 | 
						|
$lang['latest_sales'] = 'Dernières ventes';
 | 
						|
$lang['latest_expense'] = 'Dernières dépenses';
 | 
						|
$lang['latest_medicines'] = 'Derniers médicaments';
 | 
						|
$lang['pharmacy_invoices'] = 'Factures de pharmacie';
 | 
						|
$lang['add_sale'] = 'Ajouter une vente';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['payment_gateways'] = 'Passerelles de paiement';
 | 
						|
$lang['labs'] = 'Tests de laboratoire';
 | 
						|
$lang['add_lab'] = 'Ajouter un test de laboratoire';
 | 
						|
$lang['add_new_lab'] = 'Ajouter un nouveau test de laboratoire';
 | 
						|
$lang['edit_lab'] = 'Modifier le test de laboratoire';
 | 
						|
$lang['lab_category'] = 'Catégorie de laboratoire';
 | 
						|
$lang['add_lab_category'] = 'Ajouter une catégorie de laboratoire';
 | 
						|
$lang['reference'] = 'Référence';
 | 
						|
$lang['lab_reports'] = 'Rapports de laboratoire';
 | 
						|
$lang['add_lab_report'] = 'Ajouter un rapport de laboratoire';
 | 
						|
$lang['lab_tests'] = 'Tests de laboratoire';
 | 
						|
$lang['add_lab_test'] = 'Ajouter un test de laboratoire';
 | 
						|
$lang['test_name'] = 'Nom du test';
 | 
						|
$lang['lab_report'] = 'Rapport de laboratoire';
 | 
						|
$lang['reference_value'] = 'Valeur de référence';
 | 
						|
$lang['edit_lab_test'] = 'Modifier le test de laboratoire';
 | 
						|
$lang['report_id'] = 'Identifiant du rapport';
 | 
						|
$lang['result'] = 'Résultat';
 | 
						|
$lang['add_a_new_report'] = 'Ajouter un nouveau rapport';
 | 
						|
$lang['lab_procedures'] = 'Procédures de laboratoire';
 | 
						|
$lang['edit_lab_report'] = 'Modifier le rapport de laboratoire';
 | 
						|
$lang['change_language'] = 'Changer de langue';
 | 
						|
$lang['add_documents'] = 'Ajouter des documents';
 | 
						|
$lang['change_settings'] = 'Modifier les paramètres';
 | 
						|
 | 
						|
$lang['quick_links'] = ' Liens rapides';
 | 
						|
$lang['expense_graph'] = ' Graphique des dépenses';
 | 
						|
$lang['patient_appointment_graph'] = ' Graphique de rendez-vous patient';
 | 
						|
$lang['this_month_sale_expense_pie_chart'] = ' Solde du mois - Graphique à secteurs';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['lab'] = 'Laboratoire';
 | 
						|
 | 
						|
 | 
						|
$lang['template'] = 'Modèle';
 | 
						|
 | 
						|
$lang['add_template'] = 'Ajouter un modèle';
 | 
						|
 | 
						|
$lang['dosage'] = 'Dosage';
 | 
						|
$lang['frequency'] = 'La fréquence';
 | 
						|
$lang['days'] = 'Journées';
 | 
						|
$lang['instruction'] = 'Instruction';
 | 
						|
$lang['symptom'] = 'Symptôme';
 | 
						|
 | 
						|
$lang['website'] = 'Site Internet';
 | 
						|
$lang['website_settings'] = 'Paramètres du site';
 | 
						|
$lang['slides'] = 'Les diapositives';
 | 
						|
$lang['services'] = 'Un service';
 | 
						|
$lang['featured_doctors'] = 'Médecins en vedette';
 | 
						|
 | 
						|
 | 
						|
$lang['slide'] = 'Faire glisser';
 | 
						|
$lang['add_slide'] = 'Ajouter une diapositive';
 | 
						|
$lang['edit_slide'] = 'Modifier la diapositive';
 | 
						|
$lang['text1'] = 'Texte 1';
 | 
						|
$lang['text2'] = 'Texte 2';
 | 
						|
$lang['text3'] = 'Texte 2';
 | 
						|
$lang['position'] = 'Position';
 | 
						|
$lang['Status'] = 'Statut';
 | 
						|
 | 
						|
$lang['service'] = 'Un service';
 | 
						|
$lang['add_service'] = 'Ajouter un service';
 | 
						|
$lang['edit_service'] = 'Modifier le service';
 | 
						|
 | 
						|
$lang['featured_doctors'] = 'Médecins en vedette';
 | 
						|
$lang['add_doctor'] = 'Ajouter un docteur';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['emergency'] = 'Urgence';
 | 
						|
$lang['support_number'] = 'Numéro d assistance';
 | 
						|
$lang['block_1_text_under_title'] = 'Bloc 1 Texte sous titre';
 | 
						|
$lang['service_block__text_under_title'] = 'Texte du bloc de service sous le titre';
 | 
						|
$lang['doctor_block__text_under_title'] = 'Doctor Block Text Under Title';
 | 
						|
$lang['facebook_id'] = 'Facebook ID';
 | 
						|
$lang['twitter_id'] = 'Twitter ID';
 | 
						|
$lang['google_id'] = 'Google Id';
 | 
						|
$lang['youtube_id'] = 'Youtube Id';
 | 
						|
$lang['skype_id'] = 'Skype Id';
 | 
						|
 | 
						|
$lang['visit_site'] = 'Visitez le site';
 | 
						|
 | 
						|
$lang['activity'] = 'Activité';
 | 
						|
 | 
						|
 | 
						|
$lang['timeline'] = 'Chronologie';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['user'] = 'Utilisateur';
 | 
						|
 | 
						|
 | 
						|
$lang['holiday'] = 'Vacances';
 | 
						|
 | 
						|
$lang['holidays'] = 'Vacances';
 | 
						|
 | 
						|
$lang['weekday'] = 'Jour de la semaine';
 | 
						|
 | 
						|
$lang['friday'] = 'Vendredi';
 | 
						|
$lang['saturday'] = 'samedi';
 | 
						|
$lang['sunday'] = 'dimanche';
 | 
						|
$lang['monday'] = 'Lundi';
 | 
						|
$lang['tuesday'] = 'Mardi';
 | 
						|
$lang['wednesday'] = 'Mercredi';
 | 
						|
$lang['thursday'] = 'Jeudi';
 | 
						|
 | 
						|
$lang['time_schedule'] = 'Horaire';
 | 
						|
 | 
						|
$lang['schedule'] = 'Programme';
 | 
						|
 | 
						|
$lang['duration'] = 'Durée';
 | 
						|
 | 
						|
 | 
						|
$lang['minitues'] = 'Minitues';
 | 
						|
 | 
						|
$lang['work_place'] = 'Lieu de travail';
 | 
						|
 | 
						|
$lang['patient_deleted'] = 'Patient supprimé';
 | 
						|
 | 
						|
 | 
						|
$lang['time_slot'] = 'Créneau horaire';
 | 
						|
 | 
						|
$lang['request_a_appointment'] = 'Demander un rendez-vous';
 | 
						|
 | 
						|
 | 
						|
$lang['add_new_bed'] = 'Ajouter un nouveau lit';
 | 
						|
 | 
						|
 | 
						|
$lang['notice'] = 'Remarquer';
 | 
						|
$lang['add_notice'] = 'Ajouter un avis';
 | 
						|
$lang['edit_notice'] = 'Avis de modification';
 | 
						|
$lang['start'] = 'Début';
 | 
						|
$lang['end'] = 'Fin';
 | 
						|
 | 
						|
$lang['notice_for'] = 'Avis pour';
 | 
						|
 | 
						|
$lang['available_slots'] = 'Places disponibles';
 | 
						|
 | 
						|
$lang['request'] = 'Demande';
 | 
						|
 | 
						|
$lang['requests'] = 'Demandes';
 | 
						|
 | 
						|
$lang['approved'] = 'Approuvé';
 | 
						|
$lang['done'] = 'Terminé';
 | 
						|
$lang['pending'] = 'en attendant';
 | 
						|
 | 
						|
$lang['requested'] = 'Demandé';
 | 
						|
$lang['pending_confirmation'] = 'En attente de confirmation';
 | 
						|
$lang['confirmed'] = 'Confirmé';
 | 
						|
$lang['treated'] = 'Traité';
 | 
						|
$lang['cancelled'] = 'Annulé';
 | 
						|
 | 
						|
$lang['items'] = 'Articles';
 | 
						|
$lang['qty'] = 'Qté';
 | 
						|
 | 
						|
$lang['save'] = 'sauvegarder';
 | 
						|
 | 
						|
 | 
						|
$lang['signature'] = 'Signature';
 | 
						|
 | 
						|
 | 
						|
$lang['deposit_type'] = 'Type de dépôt'; 
 | 
						|
 | 
						|
$lang['payment_gateway'] = 'Passerelle de paiement'; 
 | 
						|
 | 
						|
$lang['manage'] = 'Gérer'; 
 | 
						|
 | 
						|
$lang['live'] = 'Vivre'; 
 | 
						|
 | 
						|
$lang['test'] = 'Tester'; 
 | 
						|
 | 
						|
$lang['merchant_key'] = 'Clé du marchand';
 | 
						|
$lang['salt'] = 'Salt';
 | 
						|
 | 
						|
$lang['checkout'] = 'Check-out';
 | 
						|
 | 
						|
 | 
						|
$lang['total_payable_amount'] = 'Montant total payable';
 | 
						|
$lang['checkout_confirmation'] = 'Confirmation de commande';
 | 
						|
$lang['payment_id'] = 'ID de paiement';
 | 
						|
 | 
						|
 | 
						|
$lang['card'] = 'Card';
 | 
						|
$lang['cvv'] = 'CVV';
 | 
						|
$lang['number'] = 'Nombre';
 | 
						|
 | 
						|
 | 
						|
$lang['mastercard'] = 'Master Card';
 | 
						|
$lang['visa'] = 'Visa';
 | 
						|
$lang['american_express'] = 'American Express'; 
 | 
						|
 | 
						|
$lang['accepted'] = 'Accepté'; 
 | 
						|
$lang['cards'] = 'Cartes'; 
 | 
						|
 | 
						|
$lang['paypal'] = 'PayPal'; 
 | 
						|
$lang['payu'] = 'Pay U Money'; 
 | 
						|
 | 
						|
$lang['cash'] = 'En espèces'; 
 | 
						|
 | 
						|
$lang['api_username'] = 'API Username'; 
 | 
						|
$lang['api_password'] = 'API Password'; 
 | 
						|
$lang['api_signature'] = 'API Signature'; 
 | 
						|
 | 
						|
$lang['back_to_payment_modules'] = 'Retour au module de paiement'; 
 | 
						|
 | 
						|
 | 
						|
$lang['manager'] = 'Directeur'; 
 | 
						|
 | 
						|
$lang['cases'] = 'Des cas'; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['add_case'] = 'Ajouter un cas';
 | 
						|
$lang['edit_case'] = 'Editer le cas';
 | 
						|
 | 
						|
$lang['subject'] = 'Assujettir';
 | 
						|
 | 
						|
 | 
						|
$lang['admin'] = 'Admin';
 | 
						|
 | 
						|
 | 
						|
$lang['hospital_statistics'] = 'Statistiques hospitalières';
 | 
						|
 | 
						|
$lang['hospital'] = 'Hôpital';
 | 
						|
 | 
						|
$lang['summary'] = 'Résumé';
 | 
						|
 | 
						|
$lang['per_month_income_expense'] = 'Revenu / dépenses par mois';
 | 
						|
$lang['months'] = 'Mois';
 | 
						|
 | 
						|
$lang['creation'] = 'Création';
 | 
						|
 | 
						|
$lang['back_to_lab_module'] = 'Retour au module de laboratoire';
 | 
						|
 | 
						|
$lang['recommended_size'] = 'Taille recommandée';
 | 
						|
 | 
						|
$lang['email_settings_instruction_1'] = 'Ce doit être l email de votre serveur. Supposons que vous hébergiez le script sur codearistos.net.';
 | 
						|
 | 
						|
$lang['email_settings_instruction_2'] = 'Ensuite, votre email d administrateur doit être quelque chose@codearistos.net pour pouvoir l envoyer correctement';
 | 
						|
 | 
						|
$lang['active'] = 'actif'; 
 | 
						|
 | 
						|
$lang['in_active'] = 'Inactif'; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
$lang['home'] = 'Accueil'; 
 | 
						|
 | 
						|
$lang['booking'] = 'Réservation'; 
 | 
						|
 | 
						|
$lang['contact'] = 'Contact'; 
 | 
						|
 | 
						|
$lang['authkey'] = 'Auth Key'; 
 | 
						|
 | 
						|
$lang['sender'] = 'Expéditeur';  
 | 
						|
 | 
						|
$lang['sms_gateway'] = 'Passerelle SMS'; 
 | 
						|
$lang['sms_gateways'] = 'Passerelles SMS';  
 | 
						|
 | 
						|
 | 
						|
//new
 | 
						|
$lang['autoemailtemplate'] = 'Modèle d\'e-mail automatique';
 | 
						|
$lang['emailtemplate'] = 'Modèle d\'e-mail';
 | 
						|
$lang['active'] = 'Actif';
 | 
						|
$lang['inactive'] = 'Inactif';
 | 
						|
$lang['template'] = 'Modèle';
 | 
						|
$lang['add'] = 'Ajouter';
 | 
						|
$lang['templatename'] = 'Nom du modèle';
 | 
						|
$lang['manual'] = 'Manuel';
 | 
						|
$lang['select_template'] = 'Sélectionnez un modèle';
 | 
						|
$lang['autosmstemplate'] = 'Modèle SMS automatique';
 | 
						|
$lang['smstemplate'] = 'Modèle SMS';
 | 
						|
$lang['sid'] = 'SID';
 | 
						|
$lang['token'] = 'Token';
 | 
						|
$lang['sendernumber'] = 'Sender Number';
 | 
						|
$lang['secretkey'] = 'Secret Key';
 | 
						|
$lang['publishkey'] = 'Publish key';
 | 
						|
$lang['bulk_input'] = 'Entrée en masse';
 | 
						|
$lang['the_format_of_xl_file'] = 'Le format du fichier Excel';
 | 
						|
$lang['please_follow_the_exact_format'] = 'Veuillez suivre le format exact';
 | 
						|
$lang['choose_file'] = 'Choisir le fichier';
 | 
						|
$lang['bulk'] = 'Masse';
 | 
						|
$lang['import'] = 'Importation';
 | 
						|
$lang['successful_data_import'] = 'Importation de données réussie';
 | 
						|
$lang['wrong_file_format'] = 'Format de fichier incorrect';
 | 
						|
$lang['daily_sales'] = 'Ventes quotidiennes';
 | 
						|
$lang['daily_expense'] = 'Dépenses quotidiennes';
 | 
						|
$lang['monthly_sales'] = 'Ventes mensuelles';
 | 
						|
$lang['monthly_expense'] = 'Dépense mensuelle';
 | 
						|
$lang['sales_report'] = 'Rapport des ventes';
 | 
						|
 | 
						|
$lang['new'] = 'Nouveau';
 | 
						|
$lang['sent'] = 'Expédié';
 | 
						|
 | 
						|
 | 
						|
$lang['select_patient'] = 'Rechercher le nom / ID du patient';
 | 
						|
$lang['select_doctor'] = 'Rechercher le nom / l ID du médecin';
 | 
						|
 | 
						|
$lang['twitter_username'] = 'Twitter Username';
 | 
						|
$lang['search'] = 'Chercher';
 | 
						|
 | 
						|
 | 
						|
$lang['diagnosis'] = 'Diagnostic';
 | 
						|
$lang['other'] = 'Autre';
 | 
						|
$lang['reports'] = 'Rapports';
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 |