mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 02:53:25 +00:00
36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?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';
|
|
$_['button_ship'] = 'Ship order';
|
|
|
|
// 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';
|
|
$_['text_list'] = 'Order list';
|
|
|
|
// Entry
|
|
$_['entry_carrier'] = 'Carrier';
|
|
$_['entry_tracking_no'] = 'Tracking';
|
|
$_['entry_other'] = 'Other';
|
|
$_['entry_date_added'] = 'Date Added';
|
|
$_['entry_order_channel'] = 'Order channel'; |