new crowdin translations of modules
This commit is contained in:
20
modules/PaypalStandard/Resources/lang/fr-FR/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/fr-FR/general.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'Standard Paypal',
|
||||
'description' => 'Activation de l\'option de paiement standard pour Paypal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'Email',
|
||||
'mode' => 'Mode',
|
||||
'debug' => 'Debug',
|
||||
'transaction' => 'Transaction',
|
||||
'customer' => 'Montrer au client',
|
||||
'order' => 'Commande',
|
||||
],
|
||||
|
||||
'test_mode' => 'Avertissement: La passerelle de paiement est en mode \'Bac à sable\'. Votre compte ne sera pas débité.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user