mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 14:35:10 +00:00
add latest translate by by Sirchyk
This commit is contained in:
17
admin/language/ukrainian/report/sale_coupon.php
Executable file
17
admin/language/ukrainian/report/sale_coupon.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Coupons Report';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Coupon List';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Coupon Name';
|
||||
$_['column_code'] = 'Code';
|
||||
$_['column_orders'] = 'Orders';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
Reference in New Issue
Block a user