1<?php
2/**
3 * english language file for usercontact plugin
4 *
5 * @author Adrian Lang <lang@cosmocode.de>
6 */
7
8$lang['fields']          = 'Fields to show from the user data. Refer to your authentication backend on what is available.';
9$lang['users_namespace'] = 'The namespace in which user pages are located';
10
11
12
13//Setup VIM: ex: et ts=4 enc=utf-8 :
14