1
0
opencart-languagepack-finnish/admin/extension/shipping/free.php

21 lines
598 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Free Shipping';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified free shipping!';
$_['text_edit'] = 'Edit Free Shipping';
// Entry
$_['entry_total'] = 'Total';
$_['entry_geo_zone'] = 'Geo Zone';
2020-03-02 08:58:49 +00:00
$_['entry_status'] = 'Tila';
$_['entry_sort_order'] = 'Lajittelujärjestys';
2020-02-12 21:25:39 +00:00
// Help
$_['help_total'] = 'Sub-Total amount needed before the free shipping module becomes available.';
// Error
2020-03-02 08:58:49 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify free shipping!';