mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
add latest translate by by Sirchyk
This commit is contained in:
21
admin/language/ukrainian/extension/shipping.php
Executable file
21
admin/language/ukrainian/extension/shipping.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
//version 2.0.0.0
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Доставка';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили доставку!';
|
||||
$_['text_list'] = 'Список доставок';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Метод доставки';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_sort_order'] = 'Порядок сортування';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу для зміни доставки!';
|
||||
Reference in New Issue
Block a user