Files
translate/admin/language/ukrainian/total/total.php
Mykola Marzhan c563bdde60 improve 'voucher' and 'total' modules
* replace 'до оплати' with 'до сплати'
  * fix typos in voucher.php
  * replace 'Переглянути Google карти' with 'Переглянути на мапі'
2015-03-30 17:07:27 +03:00

21 lines
667 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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_total'] = 'Замовлення загалом';
$_['text_success'] = 'Ви успішно змінили Всього до сплати!';
$_['text_edit'] = 'Змінити Всього до сплати';
// Entry
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни Всього до сплати!';