1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8// for the configuration manager
9$lang['apikey']     = 'The <a href="http://api.google.com/createkey">Google API Key</a>. The plugin will not work without!';
10$lang['maxresults'] = 'Maximum number of results per page. (GoogleAPI allows a maximum of 10 only)';
11