1<?php 2/** 3 * English translation for the authvk plugin. 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Ilnur Gimazov <ubvfp94@mail.ru> 7 */ 8 9$lang['userexists'] = 'Sorry, a user with this login already exists.'; 10$lang['usernotexists'] = 'Sorry, that user doesn\'t exist.'; 11$lang['writefail'] = 'Unable to modify user data. Please inform the Wiki-Admin'; 12$lang['login_button'] = 'Log in'; 13$lang['loginButton'] = 'Login with VK'; 14$lang['vk_sorry'] = 'Sorry but you must be in this VK group: '; 15 16