Friendlier names

git-svn-id: http://svn.automattic.com/wordpress/trunk@2825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-08-30 23:05:44 +00:00
parent ee6ae5ccf7
commit 69405371e3
1 changed files with 8 additions and 8 deletions

View File

@ -1211,16 +1211,16 @@ $wp_file_descriptions =
array( array(
'index.php' => __('Main Index Template'), 'index.php' => __('Main Index Template'),
'style.css' => __('Stylesheet'), 'style.css' => __('Stylesheet'),
'comments.php' => __('Comments Template'), 'comments.php' => __('Comments'),
'comments-popup.php' => __('Popup Comments Template'), 'comments-popup.php' => __('Popup Comments'),
'footer.php' => __('Footer Template'), 'footer.php' => __('Footer'),
'header.php' => __('Header Template'), 'header.php' => __('Header'),
'sidebar.php' => __('Sidebar Template'), 'sidebar.php' => __('Sidebar'),
'archive.php' => __('Archive Template'), 'archive.php' => __('Archives'),
'category.php' => __('Category Template'), 'category.php' => __('Category Template'),
'page.php' => __('Page Template'), 'page.php' => __('Page Template'),
'search.php' => __('Search Template'), 'search.php' => __('Search Results'),
'single.php' => __('Post Template'), 'single.php' => __('Single Post'),
'404.php' => __('404 Template'), '404.php' => __('404 Template'),
'my-hacks.php' => __('my-hacks.php (legacy hacks support)'), 'my-hacks.php' => __('my-hacks.php (legacy hacks support)'),
'.htaccess' => __('.htaccess (for rewrite rules)'), '.htaccess' => __('.htaccess (for rewrite rules)'),