~mikel-martin/opencart/mp

« back to all changes in this revision

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

  • Committer: mikel
  • Date: 2011-08-09 07:08:32 UTC
  • Revision ID: mikel.martin@gmail.com-20110809070832-vrw6t486oh9nnj5z
Merge con la 1.4.5, problemas en el sql de instlación

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
// Heading
 
3
$_['heading_title']      = 'Paymate';
 
4
 
 
5
// Text 
 
6
$_['text_payment']       = 'Payment';
 
7
$_['text_success']       = 'Success: You have modified Paymate account details!';
 
8
 
 
9
// Entry
 
10
$_['entry_username']     = 'Paymate Username:';
 
11
$_['entry_order_status'] = 'Order Status:';
 
12
$_['entry_geo_zone']     = 'Geo Zone:';
 
13
$_['entry_status']       = 'Status:';
 
14
$_['entry_sort_order']   = 'Sort Order:';
 
15
 
 
16
// Error
 
17
$_['error_permission']   = 'Warning: You do not have permission to modify payment Paymate!';
 
18
$_['error_username']     = 'Paymate Username required!';
 
19
?>