1
0
opencart-languagepack-finnish/admin/extension/payment/free_checkout.php

16 lines
487 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Free Checkout';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Free Checkout payment module!';
$_['text_edit'] = 'Edit Free Checkout';
// Entry
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment Free Checkout!';