22 lines
530 B
PHP
22 lines
530 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'name' => 'Paiements hors-ligne',
|
|
'description' => 'Créez un nombre illimité d\'options de paiement à usage administratif',
|
|
|
|
'add_new' => 'Ajouter un nouveau',
|
|
'edit' => 'Modifier : :method',
|
|
|
|
'form' => [
|
|
'code' => 'Code',
|
|
'customer' => 'Montrer au client',
|
|
'order' => 'Ordre'
|
|
],
|
|
|
|
'methods' => 'Méthode|Méthodes',
|
|
|
|
'payment_gateways' => 'Méthodes de paiement hors ligne',
|
|
|
|
];
|