diff options
Diffstat (limited to 'wiki/lib/plugins/authad/lang/hu/lang.php')
-rw-r--r-- | wiki/lib/plugins/authad/lang/hu/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authad/lang/hu/lang.php b/wiki/lib/plugins/authad/lang/hu/lang.php new file mode 100644 index 0000000..023e6b9 --- /dev/null +++ b/wiki/lib/plugins/authad/lang/hu/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Marton Sebok <sebokmarton@gmail.com> + */ +$lang['domain'] = 'Bejelentkezési tartomány'; +$lang['authpwdexpire'] = 'A jelszavad %d nap múlva lejár, hamarosan meg kell változtatnod.'; +$lang['passchangefail'] = 'A jelszó megváltoztatása sikertelen. Lehet, hogy nem felel meg a jelszóházirendnek?'; +$lang['connectfail'] = 'A csatlakozás az Active Directory szerverhez sikertelen.'; |