Files
opensourcepos/application/language/fr/taxes_lang.php
2019-02-14 23:50:18 +01:00

80 lines
3.9 KiB
PHP

<?php
$lang["taxes_add_exception"] = "Ajouter une exception";
$lang["taxes_cascade"] = "";
$lang["taxes_cascade_sequence"] = "";
$lang["taxes_city"] = "";
$lang["taxes_code"] = "";
$lang["taxes_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer ce code fiscal? Cette action ne peut pas être annulée.";
$lang["taxes_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le (s) code (s) fiscal (s) sélectionné (s) ?";
$lang["taxes_default_tax_category"] = "Catégorie de taxe par défaut";
$lang["taxes_default_tax_rate"] = "";
$lang["taxes_error_adding_updating"] = "L'ajout ou la mise à jour du code fiscal a échoué.";
$lang["taxes_group_seq"] = "";
$lang["taxes_jurisdiction_name"] = "";
$lang["taxes_name"] = "";
$lang["taxes_new"] = "Nouveau code fiscal";
$lang["taxes_no_taxes_to_display"] = "Aucun code d'impôts disponible à afficher.";
$lang["taxes_reporting_authority"] = "";
$lang["taxes_round_half_down"] = "Demi-bas";
$lang["taxes_round_half_even"] = "La moitié";
$lang["taxes_round_half_odd"] = "Moitié impair";
$lang["taxes_round_half_up"] = "À moitié";
$lang["taxes_rounding_code"] = "Code d'arrondissement";
$lang["taxes_sales_tax"] = "Taxe de vente";
$lang["taxes_sales_tax_by_invoice"] = "Taxe de vente par facture";
$lang["taxes_sequence"] = "";
$lang["taxes_state"] = "";
$lang["taxes_successful_deleted"] = "Vous avez supprimé avec succès";
$lang["taxes_tax_categories"] = "";
$lang["taxes_tax_categories_configuration"] = "";
$lang["taxes_tax_categories_saved_successfully"] = "";
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
$lang["taxes_tax_category"] = "Catégorie fiscale";
$lang["taxes_tax_category_code"] = "";
$lang["taxes_tax_category_duplicate"] = "";
$lang["taxes_tax_category_invalid_chars"] = "";
$lang["taxes_tax_category_name"] = "";
$lang["taxes_tax_category_new"] = "";
$lang["taxes_tax_category_required"] = "";
$lang["taxes_tax_code"] = "Code Taxe";
$lang["taxes_tax_code_cannot_be_deleted"] = "La suppression du code de taxe a échoué.";
$lang["taxes_tax_code_duplicate"] = "";
$lang["taxes_tax_code_invalid_chars"] = "";
$lang["taxes_tax_code_name"] = "Nom du taxe code";
$lang["taxes_tax_code_required"] = "Le code de taxe est un champ obligatoire.";
$lang["taxes_tax_code_successful_deleted"] = "Vous avez supprimé le code fiscal avec succès";
$lang["taxes_tax_code_successful_updated"] = "Vous avez actualisé avec succès";
$lang["taxes_tax_code_successful_updating"] = "Vous avez actualisé le code fiscal avec succès";
$lang["taxes_tax_code_successfully_added"] = "Vous avez ajouté avec succès";
$lang["taxes_tax_code_type"] = "Type de code fiscal";
$lang["taxes_tax_codes"] = "";
$lang["taxes_tax_codes_configuration"] = "";
$lang["taxes_tax_codes_saved_successfully"] = "";
$lang["taxes_tax_codes_saved_unsuccessfully"] = "";
$lang["taxes_tax_excluded"] = "";
$lang["taxes_tax_group"] = "";
$lang["taxes_tax_group_sequence"] = "";
$lang["taxes_tax_included"] = "";
$lang["taxes_tax_jurisdiction"] = "";
$lang["taxes_tax_jurisdiction_duplicate"] = "";
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
$lang["taxes_tax_jurisdiction_required"] = "";
$lang["taxes_tax_jurisdictions"] = "";
$lang["taxes_tax_jurisdictions_configuration"] = "";
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
$lang["taxes_tax_rate"] = "Taux d'imposition";
$lang["taxes_tax_rate_configuration"] = "";
$lang["taxes_tax_rate_error_adding_updating"] = "";
$lang["taxes_tax_rate_numeric"] = "Le taux de taxe doit être un nombre.";
$lang["taxes_tax_rate_required"] = "Le taux de taxe est un champ obligatoire.";
$lang["taxes_tax_rate_successful_updated"] = "";
$lang["taxes_tax_rate_successfully_added"] = "";
$lang["taxes_tax_rates"] = "";
$lang["taxes_tax_rates_configuration"] = "";
$lang["taxes_tax_rounding"] = "";
$lang["taxes_tax_type"] = "";
$lang["taxes_update"] = "Reactualiser la taxe sur les ventes";
$lang["taxes_vat_tax"] = "Taxe sur la VAT";