root/trunk/lib/MT/I18N/en_us.pm @ 3531

Revision 3531, 258 bytes (checked in by fumiakiy, 9 months ago)

Merged sockfish to trunk. "svn merge -r3114:3527 http://code.sixapart.com/svn/movabletype/branches/sockfish/ ."

  • Property svn:keywords set to Id Revision
RevLine 
[3531]1# Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd.
[1104]2# This program is distributed under the terms of the
3# GNU General Public License, version 2.
[1098]4#
5# $Id$
6
7package MT::I18N::en_us;
8
9use strict;
10use vars qw(@ISA);
11@ISA = qw( MT::I18N::default );
12
131;
Note: See TracBrowser for help on using the browser.