1<?php
2/**
3 * English language file
4 *
5 * @author     Elan Ruusamäe <glen@delfi.ee>
6 */
7
8// for the configuration manager
9$lang['url']      = 'URL for Eventum installation';
10$lang['username'] = 'Login to authorize for XML_RPC queries';
11$lang['password'] = 'Password to authorize for XML_RPC queries';
12