mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 11:03:26 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
22
admin/language/uk-ua/extension/dashboard/customer.php
Normal file
22
admin/language/uk-ua/extension/dashboard/customer.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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 customer!';
|
||||
$_['text_edit'] = 'Edit Dashboard Customer';
|
||||
$_['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 customer!';
|
||||
Reference in New Issue
Block a user