add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Products Viewed Report';
// Text
$_['text_list'] = 'Products Viewed List';
$_['text_success'] = 'Success: You have reset the product viewed report!';
// Column
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_viewed'] = 'Viewed';
$_['column_percent'] = 'Percent';
// Error
$_['error_permission'] = 'Warning: You do not have permission to reset product viewed report!';