~mikel-martin/opencart/mp

« back to all changes in this revision

Viewing changes to upload/admin/view/language/english/payment/authorizenet_aim.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
 
$_['text_test']          = 'Test';
9
 
$_['text_live']          = 'Live';
10
 
$_['text_dev']           = 'Dev';
11
 
$_['text_authorization'] = 'Authorization';
12
 
$_['text_capture']       = 'Capture';
13
 
 
14
 
// Entry
15
 
$_['entry_login']        = 'Login ID:';
16
 
$_['entry_key']          = 'Transaction Key:';
17
 
$_['entry_hash']         = 'MD5 Hash:';
18
 
$_['entry_server']       = 'Transaction Server:';
19
 
$_['entry_mode']         = 'Transaction Mode:';
20
 
$_['entry_method']       = 'Transaction Method:';
21
 
$_['entry_order_status'] = 'Order Status:';
22
 
$_['entry_geo_zone']     = 'Geo Zone:'; 
23
 
$_['entry_status']       = 'Status:';
24
 
$_['entry_sort_order']   = 'Sort Order:';
25
 
 
26
 
// Error 
27
 
$_['error_permission']   = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!';
28
 
$_['error_login']        = 'Login ID Required!';
29
 
$_['error_key']          = 'Transaction Key Required!';
30
 
$_['error_hash']         = 'MD5 Hash Required!';
31
 
?>
 
 
b'\\ No newline at end of file'