Il manquait quelques fichiers dans Git

This commit is contained in:
2024-01-18 12:02:32 +01:00
parent 485580e0b2
commit 15053f58f2
194 changed files with 63120 additions and 9403 deletions

View File

@@ -0,0 +1,15 @@
<?php
return [
"Credit notes" => "Credit notes",
"There are no credit notes for this order." => "There are no credit notes for this order.",
"Credit note for order %order_ref" => "Credit note for order %order_ref",
"Create a credit note" => "Create a credit note",
"Credit note created." => "Credit note created.",
"Credit note for this order" => "Credit note for this order",
"Total credit notes amount" => "Total credit notes amount",
"This order has not been paid." => "This order has not been paid.",
// emails
"Message sent to the customer when a credit note is created from an order."
=> "Message sent to the customer when a credit note is created from an order.",
];

View File

@@ -0,0 +1,107 @@
<?php
return array(
'#' => '#',
'Action' => 'Action',
'Add a free amount' => 'Ajouter un montant libre',
'Add a new credit note' => 'Ajouter un nouvel avoir',
'Address : ' => 'Adresse :',
'Address complement : ' => 'Complément d\'adresse :',
'All Credit Notes' => 'Tous les avoirs',
'Amount with tax' => 'Montant TTC',
'Amount with tax %currency' => 'Montant TTC %currency',
'Amount without tax' => 'Montant HT',
'Amount without tax %currency' => 'Montant HT %currency',
'An error has occurred !!!' => 'Une erreur est survenue',
'Cancel' => 'Annuler',
'City : ' => 'Ville :',
'Close' => 'Fermer',
'Combination reference' => 'Référence déclinaison',
'Company : ' => 'Société :',
'Country : ' => 'Pays :',
'Coupon code' => 'Code coupon',
'Create credit note' => 'Créer l\'avoir',
'Create date' => 'Date de création',
'Credit Note Informations : ' => 'Informations avoir',
'Credit Note ref' => 'Avoir ref',
'Credit Note used :' => 'Avoir utilisé',
'Credit Notes' => 'Avoirs',
'Credit note' => 'Avoir',
'Credit note ref : <strong>%ref</strong>' => 'Référence avoir : <strong>%ref</strong>',
'Credit note used : ' => 'Avoir utilisé :',
'Credit note versions : ' => 'Versions de l\'avoir',
'Credit notes' => 'Avoirs',
'Customer' => 'Client',
'Customer : ' => 'Client :',
'Delete' => 'Supprimer',
'Delete credit note' => 'Supprimer cet avoir',
'Discount' => 'Réduction',
'Discount with tax : ' => 'Réduction TTC',
'Discount without tax : ' => 'Réduction HT',
'Do you really want to delete this credit note ?' => 'Voulez-vous vraiment supprimer cet avoir',
'Edit' => 'Editer',
'Fees' => 'Honoraires',
'Firstname' => 'Prénom :',
'Free amount : ' => 'Montant libre',
'Home' => 'Accueil',
'Internal comment : ' => 'Commentaire interne',
'Invoice address' => 'Adresse de facturation',
'Invoice date' => 'Date facture',
'Invoice ref' => 'Référence facture',
'Invoice ref : <strong>%ref</strong>' => 'Référence facture : <strong>%ref</strong>',
'Lastname : ' => 'Nom :',
'Message content : ' => 'Message :',
'Message status : ' => 'Statut :',
'No' => 'Non',
'No comments found for this credit note' => 'Aucun commentaire trouvé pour cet avoir',
'No free amount.' => 'Aucun montant libre',
'No version found for this credit note' => 'Aucune version trouvée pour cet avoir',
'Order' => 'Commande',
'Order : ' => 'Commande :',
'Order Informations : ' => 'Informations sur la commande :',
'Order discount informations : ' => 'Information sur la réduction appliquée à la commande',
'Other' => 'Autre',
'PDF' => 'PDF',
'Please wait, loading' => 'Veillez patienter, chargement ...',
'Postage' => 'Frais de livraison',
'Product' => 'Produit',
'Quantity' => 'Quantité',
'Ref' => 'Ref',
'Ref :' => 'Ref :',
'Remaining to pay : ' => 'Reste à payer',
'Save' => 'Sauvgarder',
'Search...' => 'Rechercher ...',
'Shipping' => 'Livraison',
'Status' => 'Statut',
'Status : ' => 'Statut :',
'Status : %title' => 'Statut : %title',
'Tax' => 'Taxe',
'Tax rule' => 'Règle de taxe',
'Taxes' => 'Taxes',
'Taxes : ' => 'Taxes : ',
'This credit note use the currency : %currency' => 'Cet avoir utilise la devise : %currency',
'This credit note use the currency : <strong>%currency</strong>' => 'Cet avoir utilise la devise : <strong>%currency</strong>',
'Titile' => 'Titre',
'Title' => 'Titre',
'Total' => 'Total',
'Total including discount' => 'Total avec réduction',
'Total with tax' => 'Total TTC',
'Total with tax : ' => 'Total TTC : ',
'Total without discount' => 'Total sans réduction',
'Total without tax' => 'Total HT',
'Total without tax : ' => 'Total HT : ',
'Type' => 'Type',
'Type : ' => 'Type :',
'Unit taxed price' => 'Prix unitaire taxé',
'Unit. price' => 'Prix unitaire',
'Update credit note' => 'Mettre à jour l\'avoir',
'Update date' => 'Date de mise à jour',
'Used by order :' => 'Utilisé par commande :',
'User' => 'Utilisateur',
'View' => 'Voir',
'Virtual product' => 'Produit virtuel',
'Yes' => 'Oui',
'You can not create a credit note for this order because it is not invoiced.' => 'Vous ne pouvez pas créer d\'avoir pour cette commande, elle n\'est pas facturée',
'You have no credit notes for the moment.' => 'Vous n\'avez pas d\'avoir',
'Zipcode : ' => 'Code postal',
);