<?php
/**
 * English settings translation for the authvk plugin.
 *
 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author   Ilnur Gimazov <ubvfp94@mail.ru>
 */
 
$lang['client_id']    = 'Application id.';
$lang['client_secret']    = 'Application secret key (specified in application settings)';
$lang['redirect_uri'] = 'Address to redirect user after authorization';
$lang['admin_id'] = 'Admin id (A user with this VK ID can have administrator rights)';
$lang['group_id_of_admins'] = 'Group id (Users of this VK group have administrator rights)';
$lang['group_id_of_moderators'] = 'Group id (Users of this VK group have moderator privileges)';
$lang['group_id_of_users'] = 'Group id (Users of this VK group have user rights), (if it is 0, all users of VK have user rights)';