summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
diff options
context:
space:
mode:
authorKiril <neohidra@gmail.com>2015-07-29 18:31:07 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-07-29 18:31:07 +0200
commitdbfd2a2c7bb8cab263b1e64c75a85ea93d6e0b60 (patch)
tree2205ab3a67031d6ab661c4040b63b81f92b36bdb /lib/plugins/authmysql
parent32792fc0525b91da1375fdc969e2db55be644752 (diff)
downloadrpg-dbfd2a2c7bb8cab263b1e64c75a85ea93d6e0b60.tar.gz
rpg-dbfd2a2c7bb8cab263b1e64c75a85ea93d6e0b60.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/bg/lang.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/bg/lang.php b/lib/plugins/authmysql/lang/bg/lang.php
new file mode 100644
index 000000000..d5837c726
--- /dev/null
+++ b/lib/plugins/authmysql/lang/bg/lang.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Kiril <neohidra@gmail.com>
+ */
+$lang['connectfail'] = 'Свързването с базата данни се провали.';
+$lang['userexists'] = 'За съжаление вече съществува потребител с това име.';
+$lang['usernotexists'] = 'За съжаление не съществува такъв потребител.';