<?php
/**
 * English Language File for DokuWiki Plugin for Magento (Auth Component)
 *
 * @license GPL v3 http://www.gnu.org
 * @author Z3 Development <z3-dev@gfnews.net>
 */

$lang['databaseDSN']       = 'Database Source Name (DSN) for PDO connections.';
$lang['databaseUser']      = 'Effective User for database connections.';
$lang['databasePassword']  = 'Password (if any) used to establish database connections.';
$lang['debugDatabase']     = 'Should database exceptions be shown?';

$lang['includeCustomers']     = 'Should Magento customers be available as DokuWiki users?';
$lang['includeGroups']        = 'Should Magento customer groups be available as DokuWiki groups?';
$lang['includeDefaultGroup']  = 'Should users (and admins) be assigned to the DokuWiki default group? See the Authentication section.';
$lang['userGroups']           = 'Special groups to assign to each Magento customer.';

$lang['includeAdmins'] = 'Should Magento administrators (Users) be available as DokuWiki users?';
$lang['includeRoles']  = 'Should Magento administrator roles be available as DokuWiki groups?';
$lang['adminGroups']   = 'Special groups to assign to each Magento administrator. WARNING: Be sure the Superuser setting is still valid after changing this.';

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