Installation du module Stripe

This commit is contained in:
2020-09-01 19:16:54 +02:00
parent 1d513623d6
commit 16597281d2
44 changed files with 2825 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<?php
return array(
'Configuration correctly saved' => 'Configuration correctly saved',
'Configure stripepayment' => 'Configure stripepayment',
'Home' => 'Home',
'Modules' => 'Modules',
'StripePayment configuration' => 'StripePayment configuration',
'The configuration value enabled' => 'The configuration value enabled',
'The configuration value publishable_key' => 'The configuration value publishable_key',
'The configuration value secret_key' => 'The configuration value secret_key',
);

View File

@@ -0,0 +1,17 @@
<?php
return array(
'Configuration correctly saved' => 'Configuration correctement sauvegardée',
'Configure stripepayment' => 'Configurer Stripe',
'Home' => 'Accueil',
'Modules' => 'Modules',
'StripePayment configuration' => 'Configuration du module Stripe',
'The configuration value enabled' => 'La valeur de configuration "enabled"',
'The configuration value publishable_key' => 'La valeur de configuration "publishable_key"',
'The configuration value secret_key' => 'La valeur de configuration "secret_key"',
'The configuration value secure_url' => 'La valeur de configuration secure_url',
'The configuration value webhooks_key whsec_...' => 'La valeur de configuration webhooks_key whsec_...',
'Webhooks endpoint url' => 'URL d\'endpoint WebHook',
'Webhooks event to activate' => 'Événements WebHook à activer',
'active stripe element' => 'Activer Stripe Element',
);