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/product_viewed.php
Executable file
16
admin/language/ukrainian/report/product_viewed.php
Executable 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!';
|
||||
Reference in New Issue
Block a user