Changeset 406
- Timestamp:
- 09/06/07 22:08:00 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
DuplicateEntries/trunk/DuplicateEntries/DuplicateEntries.pl
r404 r406 22 22 id => 'duplicate_entries', 23 23 name => 'DuplicateEntries', 24 description => q(<MT_TRANS phrase=" A plugin for building Fiscal Yearly Archives">),24 description => q(<MT_TRANS phrase="DuplicateEntries plugin allows you to duplicate Movable Type entries and pages.">), 25 25 doc_link => 'http://code.as-is.net/wiki/DuplicateEntries', 26 26 author_name => 'Hirotaka Ogawa', DuplicateEntries/trunk/DuplicateEntries/lib/DuplicateEntries/L10N/ja.pm
r403 r406 7 7 8 8 our %Lexicon = ( 9 'DuplicateEntries plugin allows you to duplicate Movable Type entries and pages.' => 'DuplicateEntriesプラグインを用いると、Movable Typeのブログ記事・ウェブページを複製することができます。', 9 10 'Duplicate Entries' => 'ブログ記事の複製', 10 11 'Duplicate Pages' => 'ウェブページの複製',
