Index: trunk/extensions/CodeBrowse/CodeBrowse.i18n.php |
— | — | @@ -1,19 +1,26 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalisation file for extension CategoryTree. |
| 5 | + * |
| 6 | + * @addtogroup Extensions |
| 7 | + * @author Bryan Tong Minh |
| 8 | + */ |
3 | 9 | |
4 | 10 | $messages = array(); |
5 | 11 | |
| 12 | +/** English |
| 13 | + * @author Bryan Tong Minh |
| 14 | + */ |
6 | 15 | $messages['en'] = array( |
7 | | - 'code-log' => 'log', // Might want to move this to CodeReview |
8 | | - |
9 | | - 'codebrowse' => 'CodeBrowse', |
10 | | - 'codebrowse-not-found' => 'Could not find file $1.', |
| 16 | + 'code-log' => 'log', // Might want to move this to CodeReview |
| 17 | + |
| 18 | + 'codebrowse' => 'CodeBrowse', |
| 19 | + 'codebrowse-not-found' => 'Could not find file $1.', |
11 | 20 | 'codebrowse-dir-listing' => 'Directory index of $1', |
12 | | - 'codebrowse-name' => 'Name', |
13 | | - 'codebrowse-last-modifier' => 'Author', |
14 | | - 'codebrowse-revision' => 'Revision', |
15 | | - 'codebrowse-lastchange' => 'Last modified date', |
16 | | - 'codebrowse-size' => 'Size', |
| 21 | + 'codebrowse-name' => 'Name', |
| 22 | + 'codebrowse-last-modifier' => 'Author', |
| 23 | + 'codebrowse-revision' => 'Revision', |
| 24 | + 'codebrowse-lastchange' => 'Last modified date', |
| 25 | + 'codebrowse-size' => 'Size', |
17 | 26 | 'codebrowse-binary-file' => 'Binary files will not be shown.' |
18 | 27 | ); |
19 | | - |
20 | | - |
\ No newline at end of file |