mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 03:25:12 +00:00
add latest translate by by Sirchyk
This commit is contained in:
32
admin/language/ukrainian/openbay/openbay_order.php
Executable file
32
admin/language/ukrainian/openbay/openbay_order.php
Executable file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Bulk order update';
|
||||
$_['text_openbay'] = 'OpenBay Pro';
|
||||
$_['text_confirm_title'] = 'Review bulk status update';
|
||||
|
||||
// Button
|
||||
$_['button_status'] = 'Change status';
|
||||
$_['button_update'] = 'Update';
|
||||
|
||||
// Column
|
||||
$_['column_channel'] = 'Order Channel';
|
||||
$_['column_additional'] = 'Additional info';
|
||||
$_['column_comments'] = 'Comments';
|
||||
$_['column_notify'] = 'Notify';
|
||||
|
||||
// Text
|
||||
$_['text_confirmed'] = '%s orders have been marked %t';
|
||||
$_['text_no_orders'] = 'No orders selected for update';
|
||||
$_['text_confirm_change_text'] = 'Changing order status to';
|
||||
$_['text_other'] = 'Other';
|
||||
$_['text_error_carrier_other'] = 'An order is missing an "Other Carrier" entry!';
|
||||
$_['text_web'] = 'Web';
|
||||
$_['text_ebay'] = 'eBay';
|
||||
$_['text_amazon'] = 'Amazon EU';
|
||||
$_['text_amazonus'] = 'Amazon US';
|
||||
$_['text_etsy'] = 'Etsy';
|
||||
|
||||
// Entry
|
||||
$_['entry_carrier'] = 'Carrier';
|
||||
$_['entry_tracking_no'] = 'Tracking';
|
||||
$_['entry_other'] = 'Other';
|
||||
Reference in New Issue
Block a user