|
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 | |
|---|
| 7 | package TypePadAntiSpam::L10N::en_us; |
|---|
| 8 | |
|---|
| 9 | use strict; |
|---|
| 10 | |
|---|
| 11 | use base 'TypePadAntiSpam::L10N'; |
|---|
| 12 | use vars qw( %Lexicon ); |
|---|
| 13 | %Lexicon = ( |
|---|
| 14 | |
|---|
| 15 | ## plugins/TypePadAntiSpam/tmpl/stats_widget.tmpl |
|---|
| 16 | 'widget_label_width' => '57', |
|---|
| 17 | 'widget_totals_width' => '200', |
|---|
| 18 | ); |
|---|
| 19 | 1; |
|---|