diff options
author | Anika Henke <anika@selfthinker.org> | 2015-08-16 13:23:03 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-08-16 13:23:03 +0100 |
commit | 3f7c05f3c8b60a128ee676f61912bfb26be492a4 (patch) | |
tree | 418fa3b29e6b304d8b81e18db3e74aebc27729f7 /lib/plugins/authplain/lang/hu | |
parent | 530d672995040c320a9506a0b93258a49c4d0b29 (diff) | |
parent | ed589e1f9b93dbbfc569d8fe816f1cb6e8a486b1 (diff) | |
download | rpg-3f7c05f3c8b60a128ee676f61912bfb26be492a4.tar.gz rpg-3f7c05f3c8b60a128ee676f61912bfb26be492a4.tar.bz2 |
Merge pull request #1305 from dokuwiki-translate/lang_update_829
Translation update (hu)
Diffstat (limited to 'lib/plugins/authplain/lang/hu')
-rw-r--r-- | lib/plugins/authplain/lang/hu/lang.php | 8 |
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!'; |