1<?php
2$lang['g2fa'] = "Google Authenticator Token";
3$lang['menu'] = "Google 2Factor Token Manager";
4
5$lang['force'] = "Google 2Factor Authentication is enabled, but not activated for your account. Contact your admin.";
6$lang['hint'] = "Google 2Factor Authentication hasn't been activated for your account. Update your profile.";
7
8$lang['g2fa_fieldset'] = "Google 2Factor Configuration";
9$lang['g2fa_created'] = "Created and saved new Secret";
10$lang['g2fa_updated'] = "Saved new secret.";
11$lang['g2fa_notchanged'] = "Error updating secret.";
12$lang['g2fa_removed'] = "Removed token for your account";
13$lang['secret'] = "Secret";
14$lang['showqr'] = "Show Secret/QR Code";
15$lang['generate'] = "Generate Secret";
16$lang['delete'] = "Delete Secret";
17$lang['update'] = "Update Secret";
18?>
19