<?php
/**
 * english language file for authdrupal7 plugin
 *
 * @author Matthias Jung <matzekuh@web.de>
 */

// keys need to match the config setting name
$lang['server'] = 'MySQL server';
$lang['user'] = 'MySQL username';
$lang['password'] = 'Password for user above';
$lang['database'] = 'Name of database containing Drupal 7 tables';
$lang['charset'] = 'Charset of database above';
$lang['debug'] = 'Debug level: \'0\' off, \'1\' debug messages, \'2\' all SQL statements';
$lang['drupalPrefix'] = 'Prefix of Drupal 7 tables, ending with underscore';
$lang['drupalRoot'] = 'Drupal 7 root directory, ending with slash';
$lang['TablesToLock'] = 'Drupal 7 tables that should be locked during access';
$lang['checkPass'] = 'SQL statement for retrieving password hash for given username';
$lang['getUserInfo'] = 'SQL statement for retrieving name and mail for given username';
$lang['getGroups'] = 'SQL statement for retrieving role names a given user is member of';
$lang['getUserCount'] = 'SQL statement for getting number of non-deactivated users, return in field num';



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