1<?php
2/**
3 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
4 *
5 * @author     Dirk Scheer <dirk@scheernet.de>
6 */
7
8$lang['yubico_client_id']  = 'Your client id given by Yubico (see <code>https://upgrade.yubico.com/getapikey/</code>).';
9$lang['yubico_secret_key'] = 'Please enter the secret key belonging to the above mentioned client id.';
10$lang['yubico_maxkeys']    = 'How many Yubikey\'s can be managed by the user (default is 2).';
11