summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/hu/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authplain/lang/hu/lang.php')
-rw-r--r--lib/plugins/authplain/lang/hu/lang.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/hu/lang.php b/lib/plugins/authplain/lang/hu/lang.php
index 6de5db772..5f684d722 100644
--- a/lib/plugins/authplain/lang/hu/lang.php
+++ b/lib/plugins/authplain/lang/hu/lang.php
@@ -1,6 +1,10 @@
<?php
+
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
+ * @author Marton Sebok <sebokmarton@gmail.com>
*/
-$lang['userexists'] = 'Sajnáljuk, ilyen azonosítójú felhasználónk már van.';
+$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!';