<?php
// Heading
$_['heading_title']      = 'Paypal Hosted (Q)'; // Get the file name dynamically

// Text 
$_['text_payment']       = 'Payment';
$_['text_success']       = 'Success: You have modified the account details!';
$_['text_edit']       	 = 'Edit Payment';
$_['text_auth']       	 = 'Auth';
$_['text_sale']       	 = 'Sale';
$_['text_guest']       	 = 'Guest';

$_['tab_readme']		 = 'Readme';
$_['tab_order_status']   = 'Order Statuses';
$_['tab_debug']		   	 = 'Debug';
$_['tab_support']		 = 'Support';

// Entry
$_['entry_title']        = 'Title:';
$_['entry_status']       = 'Status:';
$_['entry_geo_zone']     = 'Geo Zone:';
$_['entry_email']        = 'Email:';
$_['entry_sort_order']   = 'Sort Order:';
$_['entry_transaction']  = 'Transaction Type:';
$_['entry_total']   	 = 'Min Total:';
$_['entry_max_total']  	 = 'Max Total:';
$_['entry_test']   		 = 'Sandbox Mode:';
$_['entry_debug']   	 = 'Debug Mode:';
$_['entry_debug_file']   = 'Debug File:';
$_['entry_iframe']       = 'Use iFrame:';
$_['entry_customer_group'] = 'Allowed Customer Groups:';
$_['entry_supported_currencies'] = 'Supported Currencies:';
$_['entry_default_currency'] = 'Default Currency:';
$_['entry_log_to_history'] = 'Log Transaction to history:';
$_['entry_order_status']					= 'Order Status Completed:';
$_['entry_order_status_pending']			= 'Order Status Pending:';
$_['entry_order_status_denied']				= 'Order Status Denied:';
$_['entry_order_status_failed']				= 'Order Status Failed:';
$_['entry_order_status_refunded']			= 'Order Status Refunded:';
$_['entry_order_status_canceled_reversal']	= 'Order Status Canceled Reversal:';
$_['entry_order_status_reversed']			= 'Order Status Reversed:';
$_['entry_order_status_unspecified']		= 'Order Status Unspecified Error:';

// Tooltip
$_['tooltip_title']        = 'The title shown during the checkout payment step';
$_['tooltip_status']       = 'Enable/Disable';
$_['tooltip_total']	       = 'The minimum total the cart must be to show this payment option. Recommend set to 0.01 or higher.';
$_['tooltip_geo_zone']     = 'Allowed Geo Zone';
$_['tooltip_order_status'] = 'The order status that is set upon successful payment';
$_['tooltip_email']        = 'Your email associated with Paypal Hosted';
$_['tooltip_transaction']  = 'Sale - Charge credit card immediately. Auth - Hold funds for 3 days, but do not charge. You have to accept manually from your paypal account.';
$_['tooltip_lang']         = 'The language used on the payment gateway site.';
$_['tooltip_sort_order']   = 'The sort order on the payment checkout step';
$_['tooltip_test']   	   = 'Server mode';
$_['tooltip_debug']		   = 'Logs messages between store and gateway for troubleshooting to the system/logs folder in FTP.';
$_['tooltip_debug_file']   = '';
$_['tooltip_iframe']   	   = 'Instead of redirect, payment form will open inside of a secure iframe directly on your site, keeping the customer onsite.';
$_['tooltip_max_total']	   = 'The maximum total the cart must be to show this payment option.';
$_['tooltip_supported_currencies'] = 'Choose which currencies are supported by your merchant account. If you are unsure, contact your merchant provider.';
$_['tooltip_default_currency'] = 'If customer uses a disallowed currency from the list above, it will be converted to this currency before sending to the payment gateway.';
$_['tooltip_customer_group'] = 'Which customer groups are allowed to see this payment option.';
$_['tooltip_order_status_pending']			= 'The payment is pending; see the pending_reason variable for more information. Please note, you will receive another Instant Payment Notification when the status of the payment changes to Completed, Failed, or Denied.';
$_['tooltip_order_status_denied']			= 'You, the merchant, denied the payment. This will only happen if the payment was previously pending due to one of the following pending reasons.';
$_['tooltip_order_status_failed']			= 'The payment has failed. This will only happen if the payment was attempted from your customers bank account.';
$_['tooltip_order_status_refunded']			= 'You, the merchant, refunded the payment.';
$_['tooltip_order_status_canceled_reversal']= 'This means a reversal has been canceled; for example, you, the merchant, won a dispute with the customer and the funds for the transaction that was reversed have been returned to you.';
$_['tooltip_order_status_reversed']			= 'This means that a payment was reversed due to a chargeback or other type of reversal. The funds have been debited from your account balance and returned to the customer. The reason for the reversal is given by the reason_code variable.';
$_['tooltip_order_status_unspecified']		= 'An error that was not expected was received.';
// Help
$_['help_debug'] 		   = '<b style="color:red;">Enable this setting when having issues and send log to Developer when contacting for support. The file is located at "system/logs/'.basename(__FILE__, '.php').'_debug.txt" accessible via FTP. You may also need to send this file to the gateway Tech support.</b>';

// Error
$_['error_fields']       = 'email'; // Do not edit this line
$_['error_permission']   = 'Warning: You do not have permission to modify this payment module!';
$_['error_email']  	     = 'Field Required!';
?>