16 | | 'index.php' => __( 'Main Index Template' ), |
17 | | 'style.css' => __( 'Stylesheet' ), |
18 | | 'editor-style.css' => __( 'Visual Editor Stylesheet' ), |
19 | | 'editor-style-rtl.css' => __( 'Visual Editor RTL Stylesheet' ), |
20 | | 'rtl.css' => __( 'RTL Stylesheet' ), |
21 | | 'comments.php' => __( 'Comments' ), |
22 | | 'footer.php' => __( 'Theme Footer' ), |
23 | | 'header.php' => __( 'Theme Header' ), |
24 | | 'sidebar.php' => __( 'Sidebar' ), |
25 | | 'archive.php' => __( 'Archives' ), |
26 | | 'author.php' => __( 'Author Template' ), |
27 | | 'tag.php' => __( 'Tag Template' ), |
28 | | 'category.php' => __( 'Category Template' ), |
29 | | 'page.php' => __( 'Page Template' ), |
30 | | 'search.php' => __( 'Search Results' ), |
31 | | 'searchform.php' => __( 'Search Form' ), |
32 | | 'single.php' => __( 'Single Post' ), |
33 | | '404.php' => __( '404 Template' ), |
34 | | 'link.php' => __( 'Links Template' ), |
35 | | 'functions.php' => __( 'Theme Functions' ), |
36 | | 'attachment.php' => __( 'Attachment Template' ), |
37 | | 'image.php' => __('Image Attachment Template'), |
38 | | 'video.php' => __('Video Attachment Template'), |
39 | | 'audio.php' => __('Audio Attachment Template'), |
40 | | 'application.php' => __('Application Attachment Template'), |
41 | | 'my-hacks.php' => __( 'my-hacks.php (legacy hacks support)' ), |
42 | | '.htaccess' => __( '.htaccess (for rewrite rules )' ), |
| 16 | 'index.php' => __( 'Main Index Template' ), |
| 17 | 'style.css' => __( 'Stylesheet' ), |
| 18 | 'editor-style.css' => __( 'Visual Editor Stylesheet' ), |
| 19 | 'editor-style-rtl.css' => __( 'Visual Editor RTL Stylesheet' ), |
| 20 | 'rtl.css' => __( 'RTL Stylesheet' ), |
| 21 | 'comments.php' => __( 'Comments' ), |
| 22 | 'footer.php' => __( 'Theme Footer' ), |
| 23 | 'header.php' => __( 'Theme Header' ), |
| 24 | 'sidebar.php' => __( 'Sidebar' ), |
| 25 | 'archive.php' => __( 'Archives' ), |
| 26 | 'author.php' => __( 'Author Template' ), |
| 27 | 'tag.php' => __( 'Tag Template' ), |
| 28 | 'category.php' => __( 'Category Template' ), |
| 29 | 'page.php' => __( 'Page Template' ), |
| 30 | 'home.php' => __( 'Posts Page' ), |
| 31 | 'front-page.php' => __( 'Static Front Page' ), |
| 32 | 'search.php' => __( 'Search Results' ), |
| 33 | 'searchform.php' => __( 'Search Form' ), |
| 34 | 'single.php' => __( 'Single Post' ), |
| 35 | '404.php' => __( '404 Template' ), |
| 36 | 'link.php' => __( 'Links Template' ), |
| 37 | 'functions.php' => __( 'Theme Functions' ), |
| 38 | 'attachment.php' => __( 'Attachment Template' ), |
| 39 | 'image.php' => __( 'Image Attachment Template' ), |
| 40 | 'video.php' => __( 'Video Attachment Template' ), |
| 41 | 'audio.php' => __( 'Audio Attachment Template' ), |
| 42 | 'application.php' => __( 'Application Attachment Template' ), |
| 43 | 'my-hacks.php' => __( 'my-hacks.php (legacy hacks support)' ), |
| 44 | '.htaccess' => __( '.htaccess (for rewrite rules )' ), |