1<?php
2$lang['protocol']    = 'Database type of Django database';
3$lang['server']      = 'Hostname or file (sqlite) of Django database';
4$lang['user']        = 'Database username of Django database (leave empty for sqlite)';
5$lang['db']          = 'Database name of Django database (leave empty for sqlite)';
6$lang['password']    = 'Database password for Django database (leave empty for sqlite)';
7$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$lang['admin_admin'] = 'Give Django admin accounts admin rights in the dokuwiki';
9$lang['staff_admin'] = 'Give Django staff accounts admin rights in the dokuwiki';
10