<?php
// Heading
$_['heading_title']      		= 'Offline Credit Cards';

// Text
$_['text_payment']       		= 'Payment';
$_['text_success']       		= 'Success: You have modified Offline CC account details!';
$_['text_development']   		= '<span style="color: green;">Ready</span>';
$_['text_non_compliant'] 		= 'Non-Compliant (All data saved to Database)';
$_['text_non_compliant_email'] 	= 'Non-Compliant+Email(All data saved to Database & Emailed)';
$_['text_compliant']     		= 'Compliant (Half data saved to database, Half emailed to store owner)';
$_['text_visa']       	 		= 'Visa';
$_['text_mastercard']    		= 'MasterCard';
$_['text_amex']          		= 'Amex';
$_['text_disc']          		= 'Discover';
$_['text_diner']         		= 'Diners Club';
$_['text_jcb']           		= 'JCB';
$_['text_solo']          		= 'Solo';
$_['text_maestro']       		= 'Maestro';

$_['text_delete']        		= 'delete';
$_['text_deleted']       		= 'deleted';
$_['text_confirm']       		= 'Confirm? This cannot be undone';

// Entry
$_['entry_status']       		= 'Status:';
$_['entry_geo_zone']     		= 'Geo Zone:';
$_['entry_order_status'] 		= 'Confirmed Order Status:';
$_['entry_types']        		= 'Types:<br/><span class="help">Hold Ctrl+click to select multiple</span>';
$_['entry_sort_order']   		= 'Sort Order:';
$_['entry_encryption']   		= 'Encryption Hash:';
$_['entry_mode']         		= 'PCI Mode:<br/><span class="help">Note: Card number is always encrypted when saved to database with all options</span>';

$_['help_encryption']   		= 'Enter any mix of letters, numbers, and punctuation for the encryption hash. This will encrypt the creditcard number in the database to keep card numbers secure. Leave blank to not use encryption.';
$_['help_mode']         		= 'PCI Compliancy:';
$_['help_reminder']         	= '<span style="color:purple;">REMINDER: There is a one line change that needs to be made in the readme for this extension. <br/> If you are not seeing card details in the admin order edit area, then you likely need to make the change still!</span>';

// Order page Text
$_['text_cc_name']       		= 'CC Name on Card';
$_['text_cc_type']    		   	= 'CC Type';
$_['text_cc_number']   		  	= 'CC Number';
$_['text_cc_exp']      		  	= 'CC Exp';
$_['text_cc_cvv']       		= 'CC CVV';
$_['text_cc_startdate']  		= 'CC Start Date';
$_['text_cc_issuenum']   		= 'CC Issue Num';

// Error
$_['error_permission']   		= 'Warning: You do not have permission to modify payment Offline CC!';
$_['error_types']   			= 'You must choose at least one credit card type!';
?>