mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
14 lines
708 B
PHP
14 lines
708 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Christopher Schive <chschive@frisurf.no>
|
|
* @author Patrick <spill.p@hotmail.com>
|
|
* @author Danny Buckhof <daniel.raknes@hotmail.no>
|
|
*/
|
|
$lang['account_suffix'] = 'Ditt konto-suffiks F. Eks. <code>@my.domain.org</code>';
|
|
$lang['admin_password'] = 'Passordet til brukeren over.';
|
|
$lang['use_ssl'] = 'Bruk SSL tilknytning? Hvis denne brukes, ikke aktiver TLS nedenfor.';
|
|
$lang['use_tls'] = 'Bruk TLS tilknytning? Hvis denne brukes, ikke aktiver SSL over.';
|
|
$lang['expirywarn'] = 'Antall dager på forhånd brukeren varsles om at passordet utgår. 0 for å deaktivere.';
|