1<?php 2/** 3 * language strings for the amazon plugin settings 4 */ 5 6$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>)'; 7$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>)'; 8 9 10$lang['maxlen'] = 'Maximal number of characters to use for the displayed titles. Set to 0 for no shortening.'; 11$lang['imgw'] = 'Image width'; 12$lang['imgh'] = 'Image height'; 13$lang['showprice'] = 'Show the lowest Amazon price.'; 14 15$lang['partner_us'] = 'PartnerID for the American Amazon store.'; 16$lang['partner_de'] = 'PartnerID for the German Amazon store.'; 17$lang['partner_jp'] = 'PartnerID for the Japanese Amazon store.'; 18$lang['partner_uk'] = 'PartnerID for the British Amazon store.'; 19$lang['partner_fr'] = 'PartnerID for the French Amazon store.'; 20$lang['partner_ca'] = 'PartnerID for the Canadian Amazon store.'; 21 22$lang['showpurchased'] = 'Include already purchased items in displayed lists.'; 23$lang['sort'] = 'Sort criteria to use for displayed lists.'; 24 25