Committer: gprochaev
LJSUP-6515. U trunk/bin/upgrading/en_LJ.dat U trunk/cgi-bin/LJ/Widget/Shop/View/UserHeads.pm
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2010-08-20 07:33:25 UTC (rev 9367) +++ trunk/bin/upgrading/en_LJ.dat 2010-08-20 07:54:14 UTC (rev 9368) @@ -5389,6 +5389,10 @@ shop.view.total=TOTAL: +shop.view.userhead.price.free=Free + +shop.view.userhead.price.premium=Premium + shop.view.userpics.label.userpics=+[[userpics]] [[?userpics|userpic|userpics|userpics]] shop.view.userpics.promo.title=EXPRESS YOURSELF! Modified: trunk/cgi-bin/LJ/Widget/Shop/View/UserHeads.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Shop/View/UserHeads.pm 2010-08-20 07:33:25 UTC (rev 9367) +++ trunk/cgi-bin/LJ/Widget/Shop/View/UserHeads.pm 2010-08-20 07:54:14 UTC (rev 9368) @@ -64,6 +64,8 @@ name => LJ::Lang::ml(LJ::Lang::month_long_langcode($_)), } } (1..12) ], + price_free => LJ::Lang::ml('shop.view.userhead.price.free'), + price_premium => LJ::Lang::ml('shop.view.userhead.price.premium'), giveafter_dd => LJ::Request->post_param('giveafter_dd') || $mday, giveafter_mm => LJ::Request->post_param('giveafter_mm') || ($mon + 1), giveafter_yyyy => LJ::Request->post_param('giveafter_yyyy') || ($year + 1900),