File "payment.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/admin/language/de-de/extension/extension/payment.php
File size: 513 B (513 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
// Heading
$_['heading_title']     = 'Payments';

// Text
$_['text_success']      = 'Success: You have modified payments!';
$_['text_list']         = 'Payment List';
$_['text_recommended']  = 'Payments - Recommended Solutions';


// Column
$_['column_name']       = 'Payment Method';
$_['column_status']     = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action']     = 'Action';

// Error
$_['error_permission']  = 'Warning: You do not have permission to modify payments!';