1<?php
2/**
3 * English settings 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['client_id']    = 'Application id.';
10$lang['client_secret']    = 'Application secret key (specified in application settings)';
11$lang['redirect_uri'] = 'Address to redirect user after authorization';
12$lang['admin_id'] = 'Admin id (A user with this VK ID can have administrator rights)';
13$lang['group_id_of_admins'] = 'Group id (Users of this VK group have administrator rights)';
14$lang['group_id_of_moderators'] = 'Group id (Users of this VK group have moderator privileges)';
15$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)';
16
17