pp_express_search.php
3.59 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php
//Headings
$_['heading_title'] = 'Recherche des transactions';
//Table column
$_['tbl_column_date'] = 'Date';
$_['tbl_column_type'] = 'Type';
$_['tbl_column_email'] = 'Courriel';
$_['tbl_column_name'] = 'Nom';
$_['tbl_column_transid'] = 'N° de transaction';
$_['tbl_column_status'] = 'État';
$_['tbl_column_currency'] = 'Devise';
$_['tbl_column_amount'] = 'Compte';
$_['tbl_column_fee'] = 'Frais';
$_['tbl_column_netamt'] = 'Montant net';
$_['tbl_column_action'] = 'Action';
//Text
$_['text_pp_express'] = 'Commande PayPal Express';
$_['text_date_search'] = 'Chercher par date';
$_['text_searching'] = 'Recherche';
$_['text_name'] = 'Nom';
$_['text_buyer_info'] = 'Information sur l’acheteur';
$_['text_view'] = 'Voir';
$_['text_format'] = 'Format';
// Entry
$_['entry_status_all'] = 'Tous';
$_['entry_trans_sent'] = 'Envoyer';
$_['entry_trans_received'] = 'Reçu';
$_['entry_trans_masspay'] = 'Paiement en nombre';
$_['entry_trans_money_req'] = 'Demande de paiement';
$_['entry_trans_funds_add'] = 'Ajout de fonds';
$_['entry_trans_funds_with'] = 'Retrait de fonds';
$_['entry_trans_referral'] = 'Renvoi';
$_['entry_trans_fee'] = 'Frais';
$_['entry_trans_subscription'] = 'Souscription';
$_['entry_trans_dividend'] = 'Dividende';
$_['entry_trans_billpay'] = 'Bill Pay';
$_['entry_trans_refund'] = 'Remboursement';
$_['entry_trans_conv'] = 'Conversion de la devise';
$_['entry_trans_bal_trans'] = 'Transfert de solde';
$_['entry_trans_reversal'] = 'Reversement';
$_['entry_trans_shipping'] = 'Livraison';
$_['entry_trans_bal_affect'] = 'Influence du solde';
$_['entry_trans_echeque'] = 'E Check';
$_['entry_date'] = 'Date';
$_['entry_date_start'] = 'Début';
$_['entry_date_end'] = 'Fin';
$_['entry_date_to'] = 'à';
$_['entry_transaction'] = 'Transaction';
$_['entry_transaction_type'] = 'Type';
$_['entry_transaction_status'] = 'État';
$_['entry_email'] = 'Courriel';
$_['entry_email_buyer'] = 'Acheteur';
$_['entry_email_merchant'] = 'Vendeur';
$_['entry_receipt'] = 'Identifiant du vendeur';
$_['entry_transaction_id'] = 'N° de transaction';
$_['entry_invoice_no'] = 'N° de facture';
$_['entry_auction'] = 'Nombre d’article aux enchère';
$_['entry_amount'] = 'Montant';
$_['entry_recurring_id'] = 'Identifiant du profil récurrent';
$_['entry_salutation'] = 'Salutation';
$_['entry_firstname'] = 'Premier';
$_['entry_middlename'] = 'Milieu';
$_['entry_lastname'] = 'Dernier';
$_['entry_suffix'] = 'Suffixe';
$_['entry_trans_all'] = 'Tous';
$_['entry_status_pending'] = 'En attente';
$_['entry_status_processing'] = 'En traitement';
$_['entry_status_success'] = 'Succès';
$_['entry_status_denied'] = 'Refusé';
$_['entry_status_reversed'] = 'Reversé';
?>