summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
diff options
context:
space:
mode:
authorMarton Sebok <sebokmarton@gmail.com>2015-08-15 20:51:51 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-08-15 20:51:51 +0200
commited589e1f9b93dbbfc569d8fe816f1cb6e8a486b1 (patch)
tree418fa3b29e6b304d8b81e18db3e74aebc27729f7 /lib/plugins/authmysql
parent530d672995040c320a9506a0b93258a49c4d0b29 (diff)
downloadrpg-ed589e1f9b93dbbfc569d8fe816f1cb6e8a486b1.tar.gz
rpg-ed589e1f9b93dbbfc569d8fe816f1cb6e8a486b1.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/hu/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/hu/lang.php b/lib/plugins/authmysql/lang/hu/lang.php
new file mode 100644
index 000000000..3f48da335
--- /dev/null
+++ b/lib/plugins/authmysql/lang/hu/lang.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Marton Sebok <sebokmarton@gmail.com>
+ */
+$lang['connectfail'] = 'Az adatbázishoz való csatlakozás sikertelen.';
+$lang['userexists'] = 'Sajnos már létezik ilyen azonosítójú felhasználó.';
+$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!';