pp_standard.php
2.2 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
<?php
// Heading
$_['heading_title'] = 'PayPal Standard';
// Text
$_['text_payment'] = 'Paiement';
$_['text_success'] = 'Félicitations, vous avez modifié les détails du paiement <b>PayPal</b> avec succès !';
$_['text_edit'] = 'Modifier PayPal Standard';
$_['text_pp_standard'] = '<a onclick="window.open(\'https://www.paypal.com/fr/mrb/pal=V4T754QB63XXL\');"><img src="view/image/payment/paypal.png" alt="PayPal" title="PayPal" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_authorization'] = 'Autorisation';
$_['text_sale'] = 'Vente';
// Entry
$_['entry_email'] = 'Courriel :';
$_['entry_test'] = 'Mode de test :';
$_['entry_transaction'] = 'Mode de transaction :';
$_['entry_debug'] = 'Mode débogage :';
$_['entry_total'] = 'Total :';
$_['entry_canceled_reversal_status']= 'Commande Retour :';
$_['entry_completed_status'] = 'Commande Complètée :';
$_['entry_denied_status'] = 'Commande Refusée :';
$_['entry_expired_status'] = 'Commande Expirée :';
$_['entry_failed_status'] = 'Commande Echouée :';
$_['entry_pending_status'] = 'Commande En attente :';
$_['entry_processed_status'] = 'Commande Traitée :';
$_['entry_refunded_status'] = 'Commande Remboursée :';
$_['entry_reversed_status'] = 'Commande Retournée :';
$_['entry_voided_status'] = 'Commande Annulée :';
$_['entry_geo_zone'] = 'Zone géographique :';
$_['entry_status'] = 'État :';
$_['entry_sort_order'] = 'Classement :';
// Tab
$_['tab_general'] = 'Général';
$_['tab_status'] = 'État commande';
// Help
$_['help_test'] = 'Utiliser le mode production ou test (bac à sable) pour effectuer des transactions ?';
$_['help_debug'] = 'Enregistre des informations supplémentaires dans le journal système.';
$_['help_total'] = 'Montant total que la commande doit atteindre avant que ce mode de paiement ne devienne actif.';
// Error
$_['error_permission'] = 'Attention, vous n’avez pas la permission de modifier le paiement <b>PayPal</b> !';
$_['error_email'] = 'Attention, l’e-mail est requis !';
?>