mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 03:27:08 +00:00
22 lines
696 B
PHP
22 lines
696 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 sales!';
|
|
$_['text_edit'] = 'Edit Dashboard Sales';
|
|
$_['text_view'] = 'Переглянути більше...';
|
|
|
|
// Entry
|
|
$_['entry_status'] = 'Status';
|
|
$_['entry_sort_order'] = 'Sort Order';
|
|
$_['entry_width'] = 'Width';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard sales!'; |