mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
32 lines
1.1 KiB
PHP
Executable File
32 lines
1.1 KiB
PHP
Executable File
<?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'; |