1<?php
2/**
3 * english language file for letsencrypt plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['documentroot']    = 'The webserver\'s document root. Leave empty for autodetection.';
9$lang['certificatedir']    = 'Directory where the certificates are to be stored. Empty defaults to <code>&lt;documentroot&gt;/../certs/</code>.';
10