1<?php
2/**
3 * english language file for amazonlight plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['imgw']      = 'Image width';
9$lang['imgh']      = 'Image height';
10$lang['showprice'] = 'Show the lowest Amazon price.';
11$lang['partner_us']     = 'PartnerID for the American Amazon store.';
12$lang['partner_de']     = 'PartnerID for the German Amazon store.';
13$lang['partner_jp']     = 'PartnerID for the Japanese Amazon store.';
14$lang['partner_gb']     = 'PartnerID for the British Amazon store.';
15$lang['partner_fr']     = 'PartnerID for the French Amazon store.';
16$lang['partner_ca']     = 'PartnerID for the Canadian Amazon store.';
17
18