pp_payflow.php
2.22 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
<?php
// Heading
$_['heading_title'] = 'PayPal Payflow Pro';
// Text
$_['text_success'] = 'Success: You have modified PayPal Direct (UK) account details!';
$_['text_edit'] = 'Редагування';
$_['text_pp_payflow'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_authorization'] = 'Authorization';
$_['text_sale'] = 'Sale';
// Entry
$_['entry_vendor'] = 'Vendor';
$_['entry_user'] = 'User';
$_['entry_password'] = 'Пароль';
$_['entry_partner'] = 'Partner';
$_['entry_test'] = 'Test Mode';
$_['entry_transaction'] = 'Transaction Method';
$_['entry_total'] = 'Всего';
$_['entry_order_status'] = 'Статус';
$_['entry_geo_zone'] = 'Географическая зона';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Help
$_['help_vendor'] = 'Your merchant login ID that you created when you registered for the Website Payments Pro account';
$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR';
$_['help_password'] = 'The 6 to 32 character password that you defined while registering for the account';
$_['help_partner'] = 'The ID provided to you by the authorised PayPal Reseller who registered you for the Payflow SDK. If you purchased your account directly from PayPal, use the PayPal Pro instead';
$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?';
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
// Error
$_['error_permission'] = 'У вас недостатньо прав для внесення змін';
$_['error_vendor'] = 'Vendor Required!';
$_['error_user'] = 'User Required!';
$_['error_password'] = 'Password Required!';
$_['error_partner'] = 'Partner Required!';