~mikel-martin/opencart/mp

« back to all changes in this revision

Viewing changes to upload/admin/view/language/english/payment/authorizenet_sim.php

  • Committer: mikel
  • Date: 2011-08-19 11:23:28 UTC
  • Revision ID: mikel@pcl2-20110819112328-y66d9epwikx9qzzd
Traducción emails de pedido y text_download en template de nuevo pedido

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
// Heading
3
 
$_['heading_title']      = 'Authorize.Net (AIM)';
4
 
 
5
 
// Text 
6
 
$_['text_payment']       = 'Payment';
7
 
$_['text_success']       = 'Success: You have modified Authorize.Net (AIM) account details!';
8
 
 
9
 
// Entry
10
 
$_['entry_merchant']     = 'Merchant ID:';
11
 
$_['entry_key']          = 'Transaction Key:';
12
 
$_['entry_callback']     = 'Relay Response URL:<br /><span class="help">Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.</span>';
13
 
$_['entry_test']         = 'Test Mode:';
14
 
$_['entry_order_status'] = 'Order Status:';
15
 
$_['entry_geo_zone']     = 'Geo Zone:';
16
 
$_['entry_status']       = 'Status:'; 
17
 
$_['entry_sort_order']   = 'Sort Order:';
18
 
 
19
 
// Error 
20
 
$_['error_permission']   = 'Warning: You do not have permission to modify payment Authorize.Net (AIM)!';
21
 
$_['error_merchant']     = 'Merchant ID Required!';
22
 
$_['error_key']          = 'Transaction Key Required!';
23
 
?>
 
 
b'\\ No newline at end of file'