<?php
/**
 * language strings for the amazon plugin settings
 */

$lang['publickey']  = 'Your AWS Access Key ID. (Can be found <a href="https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=access-key">here</a>)';
$lang['privatekey'] = 'Your AWS Secret Access Key. (Can be found <a href="https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=access-key">here</a>)';


$lang['maxlen']    = 'Maximal number of characters to use for the displayed titles. Set to 0 for no shortening.';
$lang['imgw']      = 'Image width';
$lang['imgh']      = 'Image height';
$lang['showprice'] = 'Show the lowest Amazon price.';

$lang['partner_us']     = 'PartnerID for the American Amazon store.';
$lang['partner_de']     = 'PartnerID for the German Amazon store.';
$lang['partner_jp']     = 'PartnerID for the Japanese Amazon store.';
$lang['partner_uk']     = 'PartnerID for the British Amazon store.';
$lang['partner_fr']     = 'PartnerID for the French Amazon store.';
$lang['partner_ca']     = 'PartnerID for the Canadian Amazon store.';

$lang['showpurchased']  = 'Include already purchased items in displayed lists.';
$lang['sort']           = 'Sort criteria to use for displayed lists.';

