xref: /plugin/authdjango/lang/en/settings.php (revision b866db0f204665a72fc91b65a4da057d41e3d226)
165ba7003SRobert Czechowski<?php
253a02df5SRobert Czechowski$lang['protocol']     = 'Database type of Django database';
353a02df5SRobert Czechowski$lang['server']       = 'Hostname or file (sqlite) of Django database';
4557e3fdcSRobert Czechowski$lang['user']         = 'Database username of Django database (leave empty for sqlite)';
5557e3fdcSRobert Czechowski$lang['db']           = 'Database name of Django database (leave empty for sqlite)';
6557e3fdcSRobert Czechowski$lang['password']     = 'Database password for Django database (leave empty for sqlite)';
7*b866db0fSzgtm$lang['logoff_uri']   = 'URI that can be used for users to log out, e.g. "https://example.com/accounts/logout/?next=/wiki/". If left empty, no logout button will be shown in the DokuWiki.';
8*b866db0fSzgtm$lang['admin_admin']  = 'Give DokuWiki admin rights to all Django admin accounts';
9*b866db0fSzgtm$lang['staff_admin']  = 'Give DokuWiki admin rights to all Django staff accounts';
10*b866db0fSzgtm$lang['groups_admin'] = 'Give DokuWiki admin rights to all accounts in these Django groups (comma-separated list)';
11