~mikel-martin/opencart/mp

« back to all changes in this revision

Viewing changes to upload/admin/view/language/english/payment/pp_pro.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']      = 'PayPal Website Payment Pro';
4
 
 
5
 
// Text 
6
 
$_['text_payment']       = 'Payment';
7
 
$_['text_success']       = 'Success: You have modified PayPal Website Payment Pro Checkout account details!';
8
 
$_['text_pp_pro']        = '<a onclick="window.open(\'https://www.paypal.com/uk/mrb/pal=W9TBB5DTD6QJW\');"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro" style="border: 1px solid #EEEEEE;" /></a>';
9
 
$_['text_authorization'] = 'Authorization';
10
 
$_['text_sale']          = 'Sale';
11
 
 
12
 
// Entry
13
 
$_['entry_username']     = 'API Username:';
14
 
$_['entry_password']     = 'API Password:';
15
 
$_['entry_signature']    = 'API Signature:';
16
 
$_['entry_test']         = 'Test Mode:<br /><span class="help">Use the live or testing (sandbox) gateway server to process transactions?</span>';
17
 
$_['entry_transaction']  = 'Transaction Method:';
18
 
$_['entry_order_status'] = 'Order Status:';
19
 
$_['entry_geo_zone']     = 'Geo Zone:';
20
 
$_['entry_status']       = 'Status:';
21
 
$_['entry_sort_order']   = 'Sort Order:';
22
 
 
23
 
// Error
24
 
$_['error_permission']   = 'Warning: You do not have permission to modify payment PayPal Website Payment Pro Checkout!';
25
 
$_['error_username']     = 'API Username Required!'; 
26
 
$_['error_password']     = 'API Password Required!'; 
27
 
$_['error_signature']    = 'API Signature Required!'; 
28
 
?>
 
 
b'\\ No newline at end of file'