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

24 lines
767 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Australia Post';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Australia Post shipping!';
$_['text_edit'] = 'Edit Australia Post Shipping';
// Entry
$_['entry_api'] = 'API Key';
$_['entry_postcode'] = 'Post Code';
$_['entry_weight_class'] = 'Weight Class';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_weight_class'] = 'Set to kilograms.';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify Australia Post shipping!';
2020-02-12 21:25:39 +00:00
$_['error_postcode'] = 'Post Code must be 4 digits!';