mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-05 14:24:05 -04:00
33 lines
2.0 KiB
PHP
33 lines
2.0 KiB
PHP
<?php
|
|
|
|
$lang["taxes_add_exception"] = "Ajouter une exception";
|
|
$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_error_adding_updating"] = "L'ajout ou la mise à jour du code fiscal a échoué.";
|
|
$lang["taxes_new"] = "Nouveau code fiscal";
|
|
$lang["taxes_no_taxes_to_display"] = "Aucun code d'impôts disponible à afficher.";
|
|
$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_successful_deleted"] = "Vous avez supprimé avec succès";
|
|
$lang["taxes_tax_category"] = "Catégorie fiscale";
|
|
$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_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_rate"] = "Taux d'imposition";
|
|
$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_update"] = "Reactualiser la taxe sur les ventes";
|
|
$lang["taxes_vat_tax"] = "Taxe sur la VAT";
|