blob: 59e90d08bef8a830d36d372bd1990700d4c1594e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<?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 updated';
$_['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';
|