'label'=>__('Enable this payment gateway','monero_gateway'),
'type'=>'checkbox',
'default'=>'no'
),
'title'=>array(
'title'=>__('Title','monero_gateway'),
'type'=>'text',
'desc_tip'=>__('Payment title the customer will see during the checkout process.','monero_gateway'),
'default'=>__('Monero Gateway','monero_gateway')
),
'description'=>array(
'title'=>__('Description','monero_gateway'),
'type'=>'textarea',
'desc_tip'=>__('Payment description the customer will see during the checkout process.','monero_gateway'),
'default'=>__('Pay securely using Monero. You will be provided payment details after checkout.','monero_gateway')
),
'discount'=>array(
'title'=>__('Discount for using Monero','monero_gateway'),
'desc_tip'=>__('Provide a discount to your customers for making a private payment with Monero','monero_gateway'),
'description'=>__('Enter a percentage discount (i.e. 5 for 5%) or leave this empty if you do not wish to provide a discount','monero_gateway'),
'type'=>__('number'),
'default'=>'0'
),
'valid_time'=>array(
'title'=>__('Order valid time','monero_gateway'),
'desc_tip'=>__('Amount of time order is valid before expiring','monero_gateway'),
'description'=>__('Enter the number of seconds that the funds must be received in after order is placed. 3600 seconds = 1 hour','monero_gateway'),
'type'=>__('number'),
'default'=>'3600'
),
'confirms'=>array(
'title'=>__('Number of confirmations','monero_gateway'),
'desc_tip'=>__('Number of confirms a transaction must have to be valid','monero_gateway'),
'description'=>__('Enter the number of confirms that transactions must have. Enter 0 to zero-confim. Each confirm will take approximately four minutes','monero_gateway'),