diff options
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/hu')
-rw-r--r-- | wiki/lib/plugins/authplain/lang/hu/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authplain/lang/hu/lang.php b/wiki/lib/plugins/authplain/lang/hu/lang.php new file mode 100644 index 0000000..5f684d7 --- /dev/null +++ b/wiki/lib/plugins/authplain/lang/hu/lang.php @@ -0,0 +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['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!'; |