recurring.php
3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
// Heading
$_['heading_title'] = 'Profils récurrents';
// Text
$_['text_success'] = 'Félicitaions : Vous avez modifié les <b>Profils récurrents</b> !';
$_['text_list'] = 'Liste des profils récurrents';
$_['text_add'] = 'Ajouter un profil récurrent';
$_['text_edit'] = 'Modifier un profil récurrent';
$_['text_payment_profiles'] = 'Profils récurrents';
$_['text_status_active'] = 'Actif';
$_['text_status_inactive'] = 'Inactif';
$_['text_status_cancelled'] = 'Annulé';
$_['text_status_suspended'] = 'Suspendu';
$_['text_status_expired'] = 'Expiré';
$_['text_status_pending'] = 'En attente';
$_['text_transactions'] = 'Transactions';
$_['text_cancel_confirm'] = 'L’annulation du profil ne peut être faite ! Êtes-vous sûr de vouloir cela ?';
$_['text_transaction_date_added'] = 'Date d’ajout';
$_['text_transaction_payment'] = 'Paiement';
$_['text_transaction_outstanding_payment'] = 'Solde';
$_['text_transaction_skipped'] = 'Paiement non effectué';
$_['text_transaction_failed'] = 'Échec du paiement';
$_['text_transaction_cancelled'] = 'Annulée';
$_['text_transaction_suspended'] = 'Suspendue';
$_['text_transaction_suspended_failed'] = 'Suspendu suite échec paiement';
$_['text_transaction_outstanding_failed'] = 'Échec du paiement du solde';
$_['text_transaction_expired'] = 'Expirée';
// Entry
$_['entry_cancel_payment'] = 'Annuler le paiement';
$_['entry_order_recurring'] = 'Identifiant';
$_['entry_order_id'] = 'Identifiant de la commande';
$_['entry_reference'] = 'Référence paiement';
$_['entry_customer'] = 'Client';
$_['entry_date_added'] = 'Date d’ajout';
$_['entry_status'] = 'État';
$_['entry_type'] = 'Type';
$_['entry_action'] = 'Action';
$_['entry_email'] = 'Courriel';
$_['entry_description'] = 'Description du profil récurrent';
$_['entry_product'] = 'Produit';
$_['entry_quantity'] = 'Quantité';
$_['entry_amount'] = 'Montant';
$_['entry_recurring'] = 'Profil récurrent';
$_['entry_payment_method'] = 'Méthode de paiement';
// Error / Success
$_['error_not_cancelled'] = 'Erreur: %s';
$_['error_not_found'] = 'Annualtion du paiement récurrent impossible';
$_['text_cancelled'] = 'Le paiement récurrent a été annulé';
?>