1<?php
2/**
3 * english language file for authimap plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8$lang['server']    = 'Server Configuration string in the form <code>"{" remote_system_name [":" port] [flags] "}" [mailbox_name]</code>. Please refer to <a href="https://php.net/manual/en/function.imap-open.php">imap_open documentation</a> for details and examples.';
9$lang['domain']    = 'The E-Mail domain your users use (the part after the @-character)';
10$lang['usedomain'] = 'Does the server expect the full email address as user name?';
11
12
13//Setup VIM: ex: et ts=4 :
14