Initial Commit
This commit is contained in:
12
local/modules/DigressivePrice/I18n/fr_FR.php
Normal file
12
local/modules/DigressivePrice/I18n/fr_FR.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Digressive Prices' => 'Prix dégressifs',
|
||||
'FROM {quantity}' => 'DE (quantité)',
|
||||
'Remise (%)' => 'Remise (%)',
|
||||
'TO {quantity}' => 'À (quantité)',
|
||||
'The end of range must be greater than the beginning' => 'La quantité de fin de l\'intervalle doit être supérieure à la quantité de début',
|
||||
'Your new range begins in another one' => 'Cet intervalle de quantité commence dans un intervalle existant',
|
||||
'Your new range ends in another one' => 'Cet intervalle de quantité se termine dans un intervalle existant',
|
||||
'Your new range surrounds an existing one' => 'Cet intervalle de quantité recouvre un intervalle existant',
|
||||
);
|
||||
Reference in New Issue
Block a user