1<?php
2/* Description for settings
3 * English language file
4 *
5 * Author: Luis Machuca Bezzaza
6 */
7$lang['gil_source'] = 'ISO Code of the source (origin) currency, for example: USD.<br/><a href="http://en.wikipedia.org/wiki/Currency_codes" title="Currency Codes (Wikipedia)" class="interwiki iw_wp" target="_blank">Check here</a> for a list of available currency codes.';
8$lang['gil_targets'] = 'Comma-separated list of target currencies by their ISO Codes, for example:<br/>"EUR,ASD"';
9$lang['gil_showsource'] = 'When checked, the unit of the source currency is shown in all conversions and tooltips.<br/><b>Currently unused.</b>';
10