first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -0,0 +1,38 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Bulk order update';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_confirm_title'] = 'Review bulk status update';
// Button
$_['button_status'] = 'Change status';
$_['button_update'] = 'Обновить';
// Column
$_['column_channel'] = 'Order Channel';
$_['column_additional'] = 'Additional info';
$_['column_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'] = 'Дата добавления';
$_['entry_order_channel'] = 'Order channel';