Files
translate/admin/language/uk-ua/extension/dashboard/chart.php

27 lines
874 B
PHP

<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Аналітика продажів';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard chart!';
$_['text_edit'] = 'Edit Dashboard Chart';
$_['text_order'] = 'Замовлення';
$_['text_customer'] = 'Покупці';
$_['text_day'] = 'Сьогодні';
$_['text_week'] = 'Тиждень';
$_['text_month'] = 'Місяць';
$_['text_year'] = 'Рік';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard chart!';