root/branches/release-39/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/en_us.pm @ 2461

Revision 2461, 459 bytes (checked in by bchoate, 18 months ago)

Checkin of TypePad AntiSpam plugin; MT version bump.

Line 
1# Movable Type (r) Open Source (C) 2005-2008 Six Apart, Ltd.
2# This program is distributed under the terms of the
3# GNU General Public License, version 2.
4#
5# $Id: en_us.pm 81624 2008-05-23 21:35:31Z bsmith $
6
7package TypePadAntiSpam::L10N::en_us;
8
9use strict;
10
11use base 'TypePadAntiSpam::L10N';
12use vars qw( %Lexicon );
13%Lexicon = ( 
14
15## plugins/TypePadAntiSpam/tmpl/stats_widget.tmpl
16        'widget_label_width' => '57', 
17        'widget_totals_width' => '200', 
18);
191;
Note: See TracBrowser for help on using the browser.