root/branches/release-26/lib/MT/I18N/en_us.pm @ 1174

Revision 1174, 258 bytes (checked in by bchoate, 23 months ago)

Updated copyright year for source.

  • Property svn:keywords set to Id Revision
Line 
1# Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd.
2# This program is distributed under the terms of the
3# GNU General Public License, version 2.
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.