g2apay.php 2.81 KB
<?php

// Heading
$_['heading_title']				 		 = 'G2APay';

// Text
$_['text_payment']				 		 = 'Платеж';
$_['text_success']				 		 = 'Success: You have modified the G2APay details.';
$_['text_edit']					 		 = 'Редагування';
$_['text_g2apay']				 		 = '<a href="https://pay.g2a.com/" target="_blank"><img src="view/image/payment/g2apay.png" alt="G2APay" title="G2APay" style="border: 1px solid #EEEEEE;" /></a>';

$_['entry_username']			 		 = 'Username';
$_['entry_secret']				 		 = 'Secret';
$_['entry_api_hash']		     		 = 'API Hash';
$_['entry_environment']			 		 = 'Environment';
$_['entry_secret_token']		 		 = 'Secret Token';
$_['entry_ipn_url']				 		 = 'IPN URL:';
$_['entry_total']				 		 = 'Всего';

$_['entry_geo_zone']			 		 = 'Географическая зона';
$_['entry_status']				 		 = 'Статус';
$_['entry_sort_order']			 		 = 'Порядок сортування';
$_['entry_debug']				 		 = 'Debug logging';

$_['entry_order_status']				 = 'Статус';
$_['entry_complete_status']				 = 'Complete Status:';
$_['entry_rejected_status']				 = 'Rejected Status:';
$_['entry_cancelled_status']			 = 'Canceled Status:';
$_['entry_refunded_status']				 = 'Refunded Status:';
$_['entry_partially_refunded_status']	 = 'Partially Refunded Status:';

// Help
$_['help_username']						 = 'The email address used for your account';
$_['help_total']				 		 = 'The checkout total the order must reach before this payment method becomes active.';
$_['help_debug']				 		 = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';

// Tab
$_['tab_settings']				 		 = 'Настройки';
$_['tab_order_status']				 	 = 'Статус';

// Error
$_['error_permission']			 		 = 'У вас недостатньо прав для внесення змін';
$_['error_email']				 		 = 'E-Mail Required!';
$_['error_secret']				 		 = 'Secret Required!';
$_['error_api_hash']			 		 = 'API Hash Required!';
$_['entry_status']				 		 = 'Статус';
$_['entry_order_status']		 		 = 'Статус';

// Order page - payment tab
$_['text_payment_info']			 		 = 'Платёжные реквизиты';
$_['text_refund_status']		 		 = 'Payment refund';
$_['text_order_ref']			 		 = 'Order ref';
$_['text_order_total']			 		 = 'Total authorised';
$_['text_total_released']		 		 = 'Total released';
$_['text_transactions']			 		 = 'Операции';
$_['text_column_amount']		 		 = 'Итого';
$_['text_column_type']			 		 = 'Тип';
$_['text_column_date_added']	 		 = 'Дата додавання';
$_['text_refund_ok']			 		 = 'Refund was successfully requested';
$_['text_refund_ok_order']		 		 = 'Refund was successfully requested, amount fully refunded';

//Button
$_['btn_refund']				 		 = 'refund';

$_['g2apay_environment_live']	 		 = 'Live';
$_['g2apay_environment_test']	 		 = 'Test';