summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
diff options
context:
space:
mode:
authorDavor Turkalj <turki.bsc@gmail.com>2015-05-14 15:51:29 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-05-14 15:51:29 +0200
commit9c9643569e11748094bd63810a3d805df0d3e9bf (patch)
tree32cd0004d956a66e880a7c50b4a452c3b3f3f134 /lib/plugins/authmysql
parent5cbc64787ecd0f444538a65c4e62b0ed1b6df4a1 (diff)
downloadrpg-9c9643569e11748094bd63810a3d805df0d3e9bf.tar.gz
rpg-9c9643569e11748094bd63810a3d805df0d3e9bf.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/hr/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/hr/lang.php b/lib/plugins/authmysql/lang/hr/lang.php
new file mode 100644
index 000000000..3f5dc5d60
--- /dev/null
+++ b/lib/plugins/authmysql/lang/hr/lang.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Davor Turkalj <turki.bsc@gmail.com>
+ */
+$lang['connectfail'] = 'Ne mogu se spojiti na bazu.';
+$lang['userexists'] = 'Oprostite ali korisnik s ovom prijavom već postoji.';
+$lang['usernotexists'] = 'Oprostite ali ovaj korisnik ne postoji.';
+$lang['writefail'] = 'Ne mogu izmijeniti podatke. Molim obavijestite Wiki administratora';