update translation

This commit is contained in:
Eugene Kuligin
2015-02-01 01:39:08 +02:00
parent c4db43b45c
commit 6ba52904f3
365 changed files with 0 additions and 11592 deletions

View File

@@ -1,20 +0,0 @@
<?php
// Heading
$_['heading_title'] = 'Products Purchased Report';
// Text
$_['text_list'] = 'Products Purchased List';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_status'] = 'Order Status';