<?php
/**
 * english language file for sqlquery plugin
 *
 * @author George Pirogov <i1557@yandex.ru>
 */

// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';


$lang['Host'] = 'PostgreSQL server address (domain name or ip)';
$lang['DB'] = 'database';
$lang['user'] = 'username';
$lang['password'] = 'password';

//Setup VIM: ex: et ts=4 :
