first commit
This commit is contained in:
18
web/lang/fr/ordering.php
Normal file
18
web/lang/fr/ordering.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
$txt_str['ordering'] = [
|
||||
'fixedOutOfStock' => 'Les articles commandés ont été ajustés en fonction de l\'état actuel du stock.',
|
||||
'importedNoItem' => 'Impossible d\'importer des éléments',
|
||||
'importedItems' => '%d d\'éléments importés',
|
||||
'importedWithError' => 'Impossible de traiter %d d\'éléments ',
|
||||
'importProductError' => 'Le produit "%s" n\'existe pas.',
|
||||
'importLineError' => 'La ligne "%s" n\'a pas pu être traitée.',
|
||||
'userRegisterError' => 'Une commande n\'a pas pu être créée parce qu\'un utilisateur avec cet email existe déjà.',
|
||||
'restrictedProducts' => 'Le produit "%s" n\'est pas disponible.',
|
||||
'discount_for_set' => 'Remise par lot',
|
||||
'gift' => 'Cadeau',
|
||||
'priceWithoutDiscounts' => 'Prix original',
|
||||
'totalDiscount' => 'réduction totale',
|
||||
'discounts' => 'réductions',
|
||||
'roundingBalance' => 'L\'arrondi',
|
||||
];
|
||||
Reference in New Issue
Block a user