about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authpgsql/lang/bg/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authpgsql/lang/bg/settings.php')
-rw-r--r--wiki/lib/plugins/authpgsql/lang/bg/settings.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authpgsql/lang/bg/settings.php b/wiki/lib/plugins/authpgsql/lang/bg/settings.php
new file mode 100644
index 0000000..bd6ae1c
--- /dev/null
+++ b/wiki/lib/plugins/authpgsql/lang/bg/settings.php
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * 
+ * @author Kiril <neohidra@gmail.com>
+ */
+$lang['server']                = 'Вашият PostgreSQL сървър';
+$lang['port']                  = 'Порт за PostgreSQL сървъра';
+$lang['user']                  = 'PostgreSQL потребител';
+$lang['password']              = 'Парола за горния потребител';
+$lang['database']              = 'Име на базата от данни';
+$lang['debug']                 = 'Показване на допълнителна debug информация';