Files
translate/admin/language/uk-ua/user/user.php

43 lines
2.2 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_success'] = 'Ви успішно зміни користувачів!';
$_['text_list'] = 'Список користувачів';
$_['text_add'] = 'Додати користувача';
$_['text_edit'] = 'Змінити користувача';
// Column
$_['column_username'] = 'Ім’я користувача';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Дата додавання';
$_['column_action'] = 'Дія';
// Entry
$_['entry_username'] = 'Ім’я користувача';
$_['entry_user_group'] = 'Група користувача';
$_['entry_password'] = 'Пароль';
$_['entry_confirm'] = 'Підтвердження';
$_['entry_firstname'] = 'Ім’я';
$_['entry_lastname'] = 'Прізвище';
$_['entry_email'] = 'E-Mail';
$_['entry_image'] = 'Зображення';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни користувачів!';
$_['error_account'] = 'Увага: Ви не можете видалити свій особистий обліковий запис!';
$_['error_exists_username'] = 'Увага: Таке ім’я вже зареєстроване!';
$_['error_username'] = 'Ім’я повинно містити від 3 до 20 символів!';
$_['error_password'] = 'Пароль повинен містити від 4 до 20 символів!';
$_['error_confirm'] = 'Пароль і підтвердження не співпадають!';
$_['error_firstname'] = 'Ім’я повинно містити від 1 до 32 символів!';
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_exists_email'] = 'Warning: E-Mail Address is already registered!';