root/trunk/mixiComment/plugins/mixiComment/lib/mixiComment/L10N/en_us.pm @ 971

Revision 971, 122 bytes (checked in by fumiakiy, 15 months ago)

Importing mixiComment plugin. This plugin enables Movable Type to levarage mixi OpenID Provider as another commenter authenticator.

Line 
1package mixiComment::L10N::en_us;
2
3use strict;
4
5use base 'mixiComment::L10N';
6use vars qw( %Lexicon );
7%Lexicon = ();
8
91;
Note: See TracBrowser for help on using the browser.