diff options
Diffstat (limited to 'lib/plugins/authplain/lang/hu/lang.php')
-rw-r--r-- | lib/plugins/authplain/lang/hu/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authplain/lang/hu/lang.php b/lib/plugins/authplain/lang/hu/lang.php index 84cfbbeb6..289a090de 100644 --- a/lib/plugins/authplain/lang/hu/lang.php +++ b/lib/plugins/authplain/lang/hu/lang.php @@ -3,8 +3,10 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Fekete Ádám Zsolt <fadam@egbcsoport.hu> * @author Marton Sebok <sebokmarton@gmail.com> */ $lang['userexists'] = 'Sajnáljuk, ilyen azonosítójú felhasználónk már van.'; $lang['usernotexists'] = 'Sajnos ez a felhasználó nem létezik.'; $lang['writefail'] = 'A felhasználói adatok módosítása sikertelen. Kérlek, fordulj a wiki rendszergazdájához!'; +$lang['protected'] = 'A %s felhasználó adatai védettek, nem lehet módosítani vagy törölni.'; |