r40609 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40608‎ | r40609 | r40610 >
Date:14:05, 8 September 2008
Author:raymond
Status:old
Tags:
Comment:
Add desc msg
Modified paths:
  • /trunk/extensions/SemanticCalendar/includes/SC_GlobalFunctions.php (modified) (history)
  • /trunk/extensions/SemanticCalendar/languages/SC_Messages.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticCalendar/includes/SC_GlobalFunctions.php
@@ -10,11 +10,12 @@
1111 define('SC_VERSION','0.2.8');
1212
1313 $wgExtensionCredits['parserhook'][]= array(
14 - 'name' => 'Semantic Calendar',
15 - 'version' => SC_VERSION,
16 - 'author' => 'Yaron Koren',
17 - 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Calendar',
18 - 'description' => 'A calendar that displays semantic date information',
 14+ 'name' => 'Semantic Calendar',
 15+ 'version' => SC_VERSION,
 16+ 'author' => 'Yaron Koren',
 17+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Calendar',
 18+ 'description' => 'A calendar that displays semantic date information',
 19+ 'descriptionmsg' => 'sc_desc',
1920 );
2021
2122 $wgExtensionFunctions[] = 'scgParserFunctions';
Index: trunk/extensions/SemanticCalendar/languages/SC_Messages.php
@@ -12,8 +12,9 @@
1313 */
1414 $messages['en'] = array(
1515 // user messages
16 - 'sc_previousmonth' => 'Previous month',
17 - 'sc_nextmonth' => 'Next month',
 16+ 'sc_desc' => 'A calendar that displays semantic date information',
 17+ 'sc_previousmonth' => 'Previous month',
 18+ 'sc_nextmonth' => 'Next month',
1819 'sc_today' => 'Today',
1920 'sc_gotomonth' => 'Go to month',
2021 );
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -573,6 +573,7 @@
574574
575575 Semantic Calendar
576576 file = SemanticCalendar/languages/SC_Messages.php
 577+descmsg = sc_desc
577578
578579 Semantic Drilldown
579580 file = SemanticDrilldown/languages/SD_Messages.php
@@ -598,6 +599,7 @@
599600
600601 Sign Document Special
601602 file = SignDocument/SpecialSignDocument.i18n.php
 603+descmsg = signature-desc
602604
603605 Simple Anti Spam
604606