1<?php
2/**
3 * English Language File for DokuWiki Plugin for Magento (Auth Component)
4 *
5 * @license GPL v3 http://www.gnu.org
6 * @author Z3 Development <z3-dev@gfnews.net>
7 */
8
9$lang['databaseDSN']       = 'Database Source Name (DSN) for PDO connections.';
10$lang['databaseUser']      = 'Effective User for database connections.';
11$lang['databasePassword']  = 'Password (if any) used to establish database connections.';
12$lang['debugDatabase']     = 'Should database exceptions be shown?';
13
14$lang['includeCustomers']     = 'Should Magento customers be available as DokuWiki users?';
15$lang['includeGroups']        = 'Should Magento customer groups be available as DokuWiki groups?';
16$lang['includeDefaultGroup']  = 'Should users (and admins) be assigned to the DokuWiki default group? See the Authentication section.';
17$lang['userGroups']           = 'Special groups to assign to each Magento customer.';
18
19$lang['includeAdmins'] = 'Should Magento administrators (Users) be available as DokuWiki users?';
20$lang['includeRoles']  = 'Should Magento administrator roles be available as DokuWiki groups?';
21$lang['adminGroups']   = 'Special groups to assign to each Magento administrator. WARNING: Be sure the Superuser setting is still valid after changing this.';
22
23//Setup VIM: ex: et ts=4 :
24