Files
translate/admin/language/ukrainian/user/api.php
fradee 14e992017c Зміни для здійснення:
змінено:                    admin/language/ukrainian/catalog/category.php
	admin/language/ukrainian/catalog/category.php:1 - не зрозуміла крапка на початку файла

	змінено:                    admin/language/ukrainian/user/api.php
	admin/language/ukrainian/user/api.php:29 - після ; текст
2015-10-20 16:21:58 +03:00

31 lines
1.1 KiB
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'] = 'API\'s';
// Text
$_['text_success'] = 'Ви успішно змінили API\'s!';
$_['text_list'] = 'Список API';
$_['text_add'] = 'Додати API';
$_['text_edit'] = 'Змінити API';
// Column
$_['column_username'] = 'Ім`я користувача';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Дата додавання';
$_['column_date_modified'] = 'Дата зміни';
$_['column_action'] = 'Дія';
// Entry
$_['entry_username'] = 'Ім`я користувача';
$_['entry_password'] = 'Пароль';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни API\'s!';
$_['error_username'] = 'Ім`я користувача повинно містити від 3 до 20 символів!';
$_['error_password'] = 'API пароль повинен містити від 3 до 256 символів!';