Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/language/english/shipping/
Upload File :
Current File : /var/www/alh/admin/language/english/shipping/auspost.php

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

// Text
$_['text_shipping']      = 'Shipping';
$_['text_success']       = 'Success: You have modified Australia Post shipping!';

// Entry
$_['entry_postcode']     = 'Post Code:';
$_['entry_express']      = 'Express Postage:';
$_['entry_standard']     = 'Standard Postage:';
$_['entry_display_time'] = 'Display Delivery Time:<br /><span class="help">Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)</span>';
$_['entry_weight_class'] = 'Weight Class:<span class="help">Set to grams.</span>';
$_['entry_tax_class']    = 'Tax Class:';
$_['entry_geo_zone']     = 'Geo Zone:';
$_['entry_status']       = 'Status:';
$_['entry_sort_order']   = 'Sort Order:';

// Error
$_['error_permission']   = 'Warning: You do not have permission to modify Australia Post shipping!';
$_['error_postcode']     = 'Post Code must be 4 digits!';
?>