Files
translate/admin/language/uk-ua/extension/installer.php

45 lines
2.6 KiB
PHP
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
//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_upload'] = 'Upload your extensions';
$_['text_success'] = 'Ви успішно встановили розширення!';
$_['text_unzip'] = 'Розпакування файлів!';
$_['text_ftp'] = 'Копіювання файлів!';
$_['text_sql'] = 'Запуск SQL!';
$_['text_xml'] = 'Застосування змін!';
$_['text_php'] = 'Запуск PHP!';
$_['text_remove'] = 'Видалення тимчасових файлів!';
$_['text_clear'] = 'Ви видалили всі тимчасові файли!';
// Entry
$_['entry_upload'] = 'Завантаження файлу';
$_['entry_overwrite'] = 'Файли, які буде перезаписано';
$_['entry_progress'] = 'Прогрес';
// Help
$_['help_upload'] = 'Потрібен файл з розширенням Zip чи XML.';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни розширень!';
$_['error_temporary'] = 'Увага: деякі тимчасові файли потрібно видалити. Натисніть на кнопку очищення для їх видалення!';
$_['error_upload'] = 'Файл не може бути завантажений на сервер!';
$_['error_filetype'] = 'Неправильний тип файлу!';
$_['error_file'] = 'Немає файлу!';
$_['error_unzip'] = 'Архів Zip пошкоджений!';
$_['error_code'] = 'Modification requires a unique ID code!';
$_['error_exists'] = 'Modification %s is using the same ID code as the one you are trying to upload!';
$_['error_directory'] = 'Папка з файлами для завантаження не знайдена!';
$_['error_ftp_status'] = 'FTP needs to be enabled in the settings';
$_['error_ftp_connection'] = 'Помилка з’єднання як %s:%s';
$_['error_ftp_login'] = 'Помилка підєднання як %s';
$_['error_ftp_root'] = 'Помилка встановлення кореневої теки як %s';
$_['error_ftp_directory'] = 'Помилка зміни на теку %s';
$_['error_ftp_file'] = 'Помилка завантаження на сервер файлу %s';