From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Sun, 10 Jul 2016 05:02:35 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/admin/lib/lang/hu_remote_user.lng | 43 ++++++++++++++++++++++++------------------- 1 files changed, 24 insertions(+), 19 deletions(-) diff --git a/interface/web/admin/lib/lang/hu_remote_user.lng b/interface/web/admin/lib/lang/hu_remote_user.lng index cc9335b..49bf924 100644 --- a/interface/web/admin/lib/lang/hu_remote_user.lng +++ b/interface/web/admin/lib/lang/hu_remote_user.lng @@ -1,25 +1,25 @@ <?php -$wb['username_txt'] = 'Username:'; -$wb['password_txt'] = 'Password:'; -$wb['function_txt'] = 'Functions:'; -$wb['username_error_unique'] = 'Username must be unique'; -$wb['username_error_empty'] = 'Username cannot be empty'; -$wb['password_error_empty'] = 'Password cannot be empty'; -$wb['password_strength_txt'] = 'Password Strength:'; -$wb['Mail domain functions'] = 'Mail domain functions'; -$wb['Mail user functions'] = 'Mail user functions'; -$wb['Mail alias functions'] = 'Mail alias functions'; -$wb['Mail forward functions'] = 'Mail forward functions'; -$wb['Mail catchall functions'] = 'Mail catchall functions'; +$wb['username_txt'] = 'Felhasználónév:'; +$wb['password_txt'] = 'Jelszó:'; +$wb['function_txt'] = 'Funkciók:'; +$wb['username_error_unique'] = 'A Felhasználónévnek egyedinek kell lennie'; +$wb['username_error_empty'] = 'A Felhasználónév nem lehet üres'; +$wb['password_error_empty'] = 'A Jelszó nem lehet üres'; +$wb['password_strength_txt'] = 'Jelszó erőssége:'; +$wb['Mail domain functions'] = 'Mail domain funkciók'; +$wb['Mail user functions'] = 'Mail user funkciók'; +$wb['Mail alias functions'] = 'Mail alias funkciók'; +$wb['Mail forward functions'] = 'Mail átirányitás funkciók'; +$wb['Mail catchall functions'] = 'Mail catchall funkciók'; $wb['Mail transport functions'] = 'Mail transport functions'; -$wb['Mail whitelist functions'] = 'Mail whitelist functions'; -$wb['Mail blacklist functions'] = 'Mail blacklist functions'; -$wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; +$wb['Mail whitelist functions'] = 'Mail fehérlista funkciók'; +$wb['Mail blacklist functions'] = 'Mail feketelista funkciók'; +$wb['Mail spamfilter user functions'] = 'Mail spamszűrő felhasználói funkciók'; $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; -$wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; -$wb['Mail user filter functions'] = 'Mail user filter functions'; -$wb['Mail filter functions'] = 'Mail filter functions'; -$wb['Client functions'] = 'Client functions'; +$wb['Mail fetchmail functions'] = 'Mail fetchmail funkciók'; +$wb['Mail user filter functions'] = 'Mail felhasználói szűrő funkciók'; +$wb['Mail filter functions'] = 'Mail szűrő funkciók'; +$wb['Client functions'] = 'Ügyfél funkciók'; $wb['Sites cron functions'] = 'Sites cron functions'; $wb['Sites database functions'] = 'Sites database functions'; $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; @@ -39,4 +39,9 @@ $wb['DNS rp functions'] = 'DNS rp functions'; $wb['DNS srv functions'] = 'DNS srv functions'; $wb['DNS txt functions'] = 'DNS txt functions'; +$wb['Mail mailing list functions'] = 'Mail mailinglist functions'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> -- Gitblit v1.9.1