mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 13:34:10 +00:00
add latest translate by by Sirchyk
This commit is contained in:
16
admin/language/ukrainian/report/customer_credit.php
Executable file
16
admin/language/ukrainian/report/customer_credit.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Credit Report';
|
||||
|
||||
// Column
|
||||
$_['text_list'] = 'Customer Credit List';
|
||||
$_['column_customer'] = 'Customer Name';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Customer Group';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
Reference in New Issue
Block a user