1<?php
2/**
3 * english language file for sqlquery plugin
4 *
5 * @author George Pirogov <i1557@yandex.ru>
6 */
7
8// keys need to match the config setting name
9// $lang['fixme'] = 'FIXME';
10
11
12$lang['Host'] = 'PostgreSQL server address (domain name or ip)';
13$lang['DB'] = 'database';
14$lang['user'] = 'username';
15$lang['password'] = 'password';
16
17//Setup VIM: ex: et ts=4 :
18