9 lines
322 B
PHP
9 lines
322 B
PHP
![]() |
<?php
|
||
|
/*
|
||
|
* DokuWiki plugin Encrypted Passwords;
|
||
|
* English language for settings
|
||
|
*/
|
||
|
|
||
|
$lang['reload_seconds'] = 'Automatic page reload timeout (in seconds) after decryption to get back encrypted again. Set 0 to disable auto-reload.';
|
||
|
$lang['notify'] = 'Notify when Auto Draft saving is disabled by this plugin.';
|