1<?php
2/**
3 * english language file for oauthauthsch plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$lang['key'] = 'Kliens azonosító (auth.sch.bme.hu)';
9$lang['secret'] = 'Kliens kulcs (auth.sch.bme.hu)';
10$lang['authurl'] = 'URL to the authentication endpoint';
11$lang['tokenurl'] = 'URL to the token endpoint';
12$lang['userurl'] = 'URL to the user info API endpoint (must return JSON about the authenticated user)';
13$lang['authmethod'] = 'Authorization method used when talking to the user API';
14$lang['scopes'] = 'Scopes to request (comma separated)';
15
16$lang['json-user'] = 'Access to the username in dot notation';
17$lang['json-name'] = 'Access to the full name in dot notation';
18$lang['json-mail'] = 'Access to the user email in dot notation';
19$lang['json-grps'] = 'Access to the user groups in dot notation';
20
21$lang['label'] = 'Login button felirat';
22$lang['color'] = 'Login button színe';
23
24$lang['authmethod_o_0'] = 'OAuth Header';
25$lang['authmethod_o_1'] = 'Bearer Header';
26$lang['authmethod_o_6'] = 'Token Header';
27$lang['authmethod_o_2'] = 'Query String v1';
28$lang['authmethod_o_3'] = 'Query String v2';
29$lang['authmethod_o_4'] = 'Query String v3';
30$lang['authmethod_o_5'] = 'Query String v4';
31
32
33$lang['json-user'] = 'Access to the username in dot notation';
34$lang['json-name'] = 'Access to the full name in dot notation';
35$lang['json-mail'] = 'Access to the user email in dot notation';
36$lang['json-grps'] = 'Access to the user groups in dot notation';
37
38$lang['authsch_circles'] = 'Körök (PéK ID) -> DokuWiki Csoportok: JSON összerendelés';
39$lang['authsch_roles'] = 'Kör poszt -> DokuWiki Csoportok: JSON összerendelés';
40$lang['authsch_korvez_role'] = 'Körvezető DokuWiki Csoport';
41$lang['authsch_oreg_role'] = 'Öregtag DokuWiki Csoport';
42$lang['authsch_tag_role'] = 'Körtag DokuWiki Csoport';
43$lang['authsch_combine_circles_roles'] = 'A körök és posztok csoportneveinek kombinálása';
44$lang['authsch_allow_outside_circles'] = 'A beállított körökön kívülről is engedje be az embereket (user csoporttal)';
45$lang['authsch_mail'] = 'E-mail cím forrása';
46$lang['authsch_mail_o_mail'] = 'saját e-mail cím';
47$lang['authsch_mail_o_linkedAccounts.schacc'] = 'sch.bme.hu e-mail cím';
48
49$lang['authsch_username'] = 'Username forrása';
50$lang['authsch_username_o_internal_id'] = 'internal id';
51$lang['authsch_username_o_linkedAccounts.schacc'] = 'schacc';
52