1
0
opencart-languagepack-finnish/admin/report/statistics.php

25 lines
898 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Statistics';
// Text
$_['text_success'] = 'Success: You have modified statistics!';
$_['text_list'] = 'Statistics List';
$_['text_order_sale'] = 'Order Sales';
$_['text_order_processing'] = 'Orders Processing';
$_['text_order_complete'] = 'Orders Complete';
$_['text_order_other'] = 'Orders Other';
$_['text_returns'] = 'Returns';
$_['text_customer'] = 'Customers Waiting for Approval';
$_['text_affiliate'] = 'Affiliates Waiting for Approval';
$_['text_product'] = 'Out of stock products';
$_['text_review'] = 'Pending Reviews';
// Column
$_['column_name'] = 'Statistics Name';
$_['column_value'] = 'Value';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Error
2020-03-02 00:28:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify statistics!';