pp_express.php 4 KB
<?php

// Heading
$_['heading_title']					 = 'PayPal Express (включая Кредитные и Дебетовые карты)';

// Text
$_['text_payment']				  	 = 'Платеж';
$_['text_success']				 	 = 'Success: You have modified PayPal Express Checkout account details!';
$_['text_edit']                      = 'Редагування';
$_['text_pp_express']				 = '<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';
$_['text_clear']					 = 'Очистить';
$_['text_browse']					 = 'Browse';
$_['text_image_manager']			 = 'Image manager';
$_['text_ipn']						 = 'IPN URL';
$_['text_paypal_join']               = 'Sign up for PayPal - save your settings first as this page will be refreshed';
$_['text_paypal_join_sandbox']       = 'Sign up for PayPal Sandbox - save your settings first as this page will be refreshed';

// Entry
$_['entry_username']				 = 'API Username';
$_['entry_password']				 = 'API Password';
$_['entry_signature']				 = 'API Signature';
$_['entry_sandbox_username']		 = 'API Sandbox Username';
$_['entry_sandbox_password']		 = 'API Sandbox Password';
$_['entry_sandbox_signature']		 = 'API Sandbox Signature';
$_['entry_test']					 = 'Test (Sandbox) Mode';
$_['entry_method']					 = 'Transaction Method';
$_['entry_geo_zone']				 = 'Географическая зона';
$_['entry_status']					 = 'Статус';
$_['entry_sort_order']				 = 'Порядок сортування';
$_['entry_icon_sort_order']			 = 'Icon Sort Order';
$_['entry_debug']					 = 'Debug logging';
$_['entry_total']					 = 'Всего';
$_['entry_currency']				 = 'Default currency';
$_['entry_recurring_cancellation']	 = 'Allow customers to cancel recurring payments';
$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status';
$_['entry_completed_status']		 = 'Completed Status';
$_['entry_denied_status']			 = 'Denied Status';
$_['entry_expired_status']			 = 'Expired Status';
$_['entry_failed_status']			 = 'Failed Status';
$_['entry_pending_status']			 = 'Pending Status';
$_['entry_processed_status']		 = 'Processed Status';
$_['entry_refunded_status']			 = 'Refunded Status';
$_['entry_reversed_status']			 = 'Reversed Status';
$_['entry_voided_status']			 = 'Voided Status';
$_['entry_display_checkout']		 = 'Display quick checkout icon';
$_['entry_allow_notes']				 = 'Allow notes';
$_['entry_logo']					 = 'Logo';
$_['entry_border_colour']			 = 'Header border colour';
$_['entry_header_colour']			 = 'Header background colour';
$_['entry_page_colour']				 = 'Page background colour';

// Tab
$_['tab_general']					 = 'Основное';
$_['tab_api']				         = 'API Details';
$_['tab_order_status']				 = 'Статус';
$_['tab_checkout']					 = 'Оформление замовленняа';

// Help
$_['help_ipn']						 = 'Required for subscriptions';
$_['help_total']					 = 'The checkout total the order must reach before this payment method becomes active';
$_['help_logo']						 = 'Max 750px(w) x 90px(h)<br />You should only use a logo if you have SSL set up.';
$_['help_colour']					 = '6 character HTML colour code';
$_['help_currency']					 = 'Used for transaction searches';

// Error
$_['error_permission']				 = 'У вас недостатньо прав для внесення змін';
$_['error_username']				 = 'API Username Required!';
$_['error_password']				 = 'API Password Required!';
$_['error_signature']				 = 'API Signature Required!';
$_['error_sandbox_username']	 	 = 'API Sandbox Username Required!';
$_['error_sandbox_password']		 = 'API Sandbox Password Required!';
$_['error_sandbox_signature']		 = 'API Sandbox Signature Required!';
$_['error_data']					 = 'Data missing from request';
$_['error_timeout']					 = 'Request timed out';
$_['error_api']						 = 'Paypal Authorization Error';
$_['error_api_sandbox']				 = 'Paypal Sandbox Authorization Error';