r43114 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43113‎ | r43114 | r43115 >
Date:08:36, 3 November 2008
Author:siebrand
Status:old
Tags:
Comment:
Update header
Modified paths:
  • /trunk/extensions/CodeBrowse/CodeBrowse.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeBrowse/CodeBrowse.i18n.php
@@ -1,19 +1,26 @@
22 <?php
 3+/**
 4+ * Internationalisation file for extension CategoryTree.
 5+ *
 6+ * @addtogroup Extensions
 7+ * @author Bryan Tong Minh
 8+ */
39
410 $messages = array();
511
 12+/** English
 13+ * @author Bryan Tong Minh
 14+ */
615 $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.',
1120 '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',
1726 'codebrowse-binary-file' => 'Binary files will not be shown.'
1827 );
19 -
20 -
\ No newline at end of file

Status & tagging log