recent.php 829 Bytes
<?php

// Heading
$_['heading_title']     = 'Останні замовлення';

// Text
$_['text_extension']	= 'Доповнення';
$_['text_success']		= 'Налаштування змінені';
$_['text_edit']			= 'Редагування';

// Column
$_['column_order_id']   = '№';
$_['column_customer']   = 'Покупець';
$_['column_status']     = 'Статус';
$_['column_total']      = 'Сума';
$_['column_date_added'] = 'Дата додавання';
$_['column_action']     = 'Дія';

// Entry
$_['entry_status']                 = 'Статус';
$_['entry_sort_order']             = 'Порядок сортування';
$_['entry_width']                  = 'Ширина';

// Error
$_['error_permission']             = 'У вас недостатньо прав для внесення змін';