Changeset 406

Show
Ignore:
Timestamp:
09/06/07 22:08:00 (1 year ago)
Author:
ogawa
Message:

modify plugin description.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • DuplicateEntries/trunk/DuplicateEntries/DuplicateEntries.pl

    r404 r406  
    2222    id => 'duplicate_entries', 
    2323    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.">), 
    2525    doc_link => 'http://code.as-is.net/wiki/DuplicateEntries', 
    2626    author_name => 'Hirotaka Ogawa', 
  • DuplicateEntries/trunk/DuplicateEntries/lib/DuplicateEntries/L10N/ja.pm

    r403 r406  
    77 
    88our %Lexicon = ( 
     9    'DuplicateEntries plugin allows you to duplicate Movable Type entries and pages.' => 'DuplicateEntriesプラグインを用いると、Movable Typeのブログ記事・ウェブページを複製することができます。', 
    910    'Duplicate Entries' => 'ブログ記事の複製', 
    1011    'Duplicate Pages' => 'ウェブページの複製',