Changeset 416 for DuplicateEntries/trunk
- Timestamp:
- 09/13/07 20:00:12 (14 months ago)
- Location:
- DuplicateEntries/trunk/DuplicateEntries
- Files:
-
- 2 modified
-
DuplicateEntries.pl (modified) (2 diffs)
-
lib/DuplicateEntries/L10N/ja.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
DuplicateEntries/trunk/DuplicateEntries/DuplicateEntries.pl
r414 r416 21 21 22 22 my $plugin = __PACKAGE__->new({ 23 id => 'duplicate_entries',24 name => 'DuplicateEntries',23 id => 'duplicate_entries', 24 name => 'DuplicateEntries', 25 25 description => q(<MT_TRANS phrase="DuplicateEntries plugin allows you to duplicate Movable Type entries, pages, and templates.">), 26 doc_link => 'http://code.as-is.net/wiki/DuplicateEntries',26 doc_link => 'http://code.as-is.net/wiki/DuplicateEntries', 27 27 author_name => 'Hirotaka Ogawa', 28 28 author_link => 'http://profile.typekey.com/ogawa/', 29 version => $VERSION,30 l10n_class => 'DuplicateEntries::L10N',29 version => $VERSION, 30 l10n_class => 'DuplicateEntries::L10N', 31 31 }); 32 32 MT->add_plugin($plugin); … … 40 40 entry => { 41 41 duplicate_entry => { 42 label => $plugin->translate('Duplicate Entries'), 43 code => \&duplicate_entries, 44 permission => 'create_post', 42 label => $plugin->translate('Duplicate Entries'), 43 continue_prompt => $plugin->translate('Are you sure you want to duplicate the selected entries?'), 44 code => \&duplicate_entries, 45 permission => 'create_post', 45 46 }, 46 47 }, 47 48 page => { 48 49 duplicate_page => { 49 label => $plugin->translate('Duplicate Pages'), 50 code => \&duplicate_entries, 51 permission => 'create_post', 50 label => $plugin->translate('Duplicate Pages'), 51 continue_prompt => $plugin->translate('Are you sure you want to duplicate the selected page(s)?'), 52 code => \&duplicate_entries, 53 permission => 'create_post', 52 54 }, 53 55 }, 54 56 template => { 55 57 duplicate_template => { 56 label => $plugin->translate('Duplicate Templates'), 57 code => \&duplicate_templates, 58 permission => 'edit_templates', 58 label => $plugin->translate('Duplicate Templates'), 59 continue_prompt => $plugin->translate('Are you sure you want to duplicate the selected template(s)?'), 60 code => \&duplicate_templates, 61 permission => 'edit_templates', 59 62 }, 60 63 }, -
DuplicateEntries/trunk/DuplicateEntries/lib/DuplicateEntries/L10N/ja.pm
r409 r416 11 11 'Duplicate Pages' => 'ウェブページの複製', 12 12 'Duplicate Templates' => 'テンプレートの複製', 13 'Are you sure you want to duplicate the selected entries?' => '選択したブログ記事を複製してよろしいですか?', 14 'Are you sure you want to duplicate the selected page(s)?' => '選択したウェブページを複製してよろしいですか?', 15 'Are you sure you want to duplicate the selected template(s)?' => '選択したテンプレートを複製してよろしいですか?', 13 16 'Saving entry failed: [_1]' => 'ブログ記事の保存に失敗しました: [_1]', 14 17 'Saving placement failed: [_1]' => 'ブログ記事とカテゴリの関連付けを設定できませんでした: [_1]',
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)