dockerwiki/content/lib/plugins/authpdo/lang/uk/lang.php
2021-10-26 13:02:53 +02:00

11 lines
553 B
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
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Dmytro Marchenko <dmytro.marchenko1989@gmail.com>
*/
$lang['connectfail'] = 'Не вдалося підключитися до бази даних.';
$lang['userexists'] = 'На жаль, користувач із цим логіном вже існує.';
$lang['writefail'] = 'Неможливо змінити дані користувача. Будь-ласка, повідомте про це Wiki-Адміністратора';