Changeset 389
- Timestamp:
- 08/24/07 14:07:47 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FiscalYearlyArchives/trunk/FiscalYearlyArchives/fiscal_yearly_archives.pl
r388 r389 22 22 my $plugin = __PACKAGE__->new({ 23 23 name => 'FiscalYearlyArchives', 24 description => 'A plugin for building Fiscal Yearly Archives.',24 description => q(<MT_TRANS phrase="A plugin for building Fiscal Yearly Archives">), 25 25 doc_link => 'http://code.as-is.net/wiki/FiscalYearlyArchives', 26 26 author_name => 'Hirotaka Ogawa', FiscalYearlyArchives/trunk/FiscalYearlyArchives/lib/FiscalYearlyArchives/L10N/ja.pm
r388 r389 8 8 our %Lexicon = ( 9 9 'FISCAL-YEARLY_ADV' => '年度別', 10 'A plugin for building Fiscal Yearly Archives' => '年度別アーカイブを生成するプラグイン', 10 11 ); 11 12
