Files
translate/catalog/language/uk-ua/uk-ua.php
2017-06-07 21:43:53 +03:00

77 lines
4.1 KiB
PHP
Raw Permalink 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
//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
// Locale
$_['code'] = 'uk';
$_['direction'] = 'ltr';
$_['date_format_short'] = 'd/m/Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['datetime_format'] = 'd/m/Y H:i:s';
$_['decimal_point'] = '.';
$_['thousand_point'] = ' ';
// Text
$_['text_home'] = '<i class="fa fa-home"></i>';
$_['text_yes'] = 'Так';
$_['text_no'] = 'Ні';
$_['text_none'] = ' --- Немає --- ';
$_['text_select'] = ' --- Оберіть --- ';
$_['text_all_zones'] = 'Усі зони';
$_['text_pagination'] = 'Відображено %d по %d з %d';
$_['text_loading'] = 'Завантажується...';
$_['text_no_results'] = 'No results!';
// Buttons
$_['button_address_add'] = 'Додати адресу';
$_['button_back'] = 'Назад';
$_['button_continue'] = 'Продовжити';
$_['button_cart'] = 'До кошику';
$_['button_cancel'] = 'Відмінити';
$_['button_compare'] = 'Порівняти цей товар';
$_['button_wishlist'] = 'Додати до списку бажань';
$_['button_checkout'] = 'Оформити замовлення';
$_['button_confirm'] = 'Підтвердити замовлення';
$_['button_coupon'] = 'Використати купон';
$_['button_delete'] = 'Знищити';
$_['button_download'] = 'Завантажити';
$_['button_edit'] = 'Змінити';
$_['button_filter'] = 'Підібрати';
$_['button_new_address'] = 'Додати адресу';
$_['button_change_address'] = 'Змінити адресу';
$_['button_reviews'] = 'Огляди';
$_['button_write'] = 'Написати огляд';
$_['button_login'] = 'Вхід';
$_['button_update'] = 'Оновлення';
$_['button_remove'] = 'Видалити';
$_['button_reorder'] = 'Повторне замовлення';
$_['button_return'] = 'Повернутися';
$_['button_shopping'] = 'Продовжити покупки';
$_['button_search'] = 'Пошук';
$_['button_shipping'] = 'Вибрати доставку';
$_['button_submit'] = 'Підтвердити';
$_['button_guest'] = 'Оформити замовлення без реєстрації';
$_['button_view'] = 'Подивитися';
$_['button_voucher'] = 'Використати подарунковий сертифікат';
$_['button_upload'] = 'Завантажити файл';
$_['button_reward'] = 'Використати бонусні бали';
$_['button_quote'] = 'Отримати ціни';
$_['button_list'] = 'Список';
$_['button_grid'] = 'Сітка';
$_['button_map'] = 'Переглянути на мапі';
// Error
$_['error_exception'] = 'Код помилки(%s): %s в %s лінія %s';
$_['error_upload_1'] = 'Завантажуваний файл перевищує директиву upload_max_filesize в php.ini!';
$_['error_upload_2'] = 'Завантажуваний файл перевищує директиву MAX_FILE_SIZE яка зазначена в HTML формі!';
$_['error_upload_3'] = 'Завантажуваний файл завантажено частково!';
$_['error_upload_4'] = 'Файл не завантажено!';
$_['error_upload_6'] = 'Немає тимчасової директорії!';
$_['error_upload_7'] = 'Неможливо записати файл на диск!';
$_['error_upload_8'] = 'Завантаження файлу припинено через неправильне розширення!';
$_['error_upload_999'] = 'В цієї помилки навіть коду немає!?';
$_['error_curl'] = 'CURL: Error Code(%s): %s';