1<?php
2/*
3 * English language file
4 *
5 * @author Luis Machuca Bezzaza
6 */
7
8// plugin description for the Plugin Manager
9$lang['descr']        = 'Shows currency conversions';
10
11// error message when a connection to Yahoo Finances can not be established
12$lang['e_nodatasrc']  = 'Could not retrieve data for conversion';
13
14
15