Index: trunk/extensions/SemanticCalendar/includes/SC_GlobalFunctions.php |
— | — | @@ -10,11 +10,12 @@ |
11 | 11 | define('SC_VERSION','0.2.8'); |
12 | 12 | |
13 | 13 | $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', |
19 | 20 | ); |
20 | 21 | |
21 | 22 | $wgExtensionFunctions[] = 'scgParserFunctions'; |
Index: trunk/extensions/SemanticCalendar/languages/SC_Messages.php |
— | — | @@ -12,8 +12,9 @@ |
13 | 13 | */ |
14 | 14 | $messages['en'] = array( |
15 | 15 | // 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', |
18 | 19 | 'sc_today' => 'Today', |
19 | 20 | 'sc_gotomonth' => 'Go to month', |
20 | 21 | ); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -573,6 +573,7 @@ |
574 | 574 | |
575 | 575 | Semantic Calendar |
576 | 576 | file = SemanticCalendar/languages/SC_Messages.php |
| 577 | +descmsg = sc_desc |
577 | 578 | |
578 | 579 | Semantic Drilldown |
579 | 580 | file = SemanticDrilldown/languages/SD_Messages.php |
— | — | @@ -598,6 +599,7 @@ |
599 | 600 | |
600 | 601 | Sign Document Special |
601 | 602 | file = SignDocument/SpecialSignDocument.i18n.php |
| 603 | +descmsg = signature-desc |
602 | 604 | |
603 | 605 | Simple Anti Spam |
604 | 606 | |