mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 18:32:23 +00:00
add latest translate by by Sirchyk
This commit is contained in:
27
admin/language/ukrainian/shipping/auspost.php
Executable file
27
admin/language/ukrainian/shipping/auspost.php
Executable file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Australia Post';
|
||||
|
||||
// Text
|
||||
$_['text_shipping'] = 'Shipping';
|
||||
$_['text_success'] = 'Success: You have modified Australia Post shipping!';
|
||||
$_['text_edit'] = 'Edit Australia Post Shipping';
|
||||
|
||||
// Entry
|
||||
$_['entry_postcode'] = 'Post Code';
|
||||
$_['entry_express'] = 'Express Postage';
|
||||
$_['entry_standard'] = 'Standard Postage';
|
||||
$_['entry_display_time'] = 'Display Delivery Time';
|
||||
$_['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_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)';
|
||||
$_['help_weight_class'] = 'Set to grams.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify Australia Post shipping!';
|
||||
$_['error_postcode'] = 'Post Code must be 4 digits!';
|
||||
Reference in New Issue
Block a user