Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -32,9 +32,10 @@ |
33 | 33 | 'path' => __FILE__, |
34 | 34 | 'name' => 'Semantic Result Formats', |
35 | 35 | 'version' => SRF_VERSION, |
36 | | - 'author' => "Frank Dengler, [http://steren.fr Steren Giannini], Fabian Howahl, Yaron Koren, [http://korrekt.org Markus Krötzsch], David Loomer, Joel Natividad, [http://simia.net Denny Vrandecic], Nathan Yergler", |
| 36 | + 'author' => array( 'Frank Dengler', '[http://steren.fr Steren Giannini]', 'Fabian Howahl', 'Yaron Koren', '[http://korrekt.org Markus Krötzsch]', 'David Loomer', 'Joel Natividad', '[http://simia.net Denny Vrandecic]', 'Nathan Yergler' ), |
37 | 37 | 'url' => 'http://semantic-mediawiki.org/wiki/Help:Semantic_Result_Formats', |
38 | | - 'description' => 'Additional formats for Semantic MediaWiki inline queries. Available formats: ' . $formats_list |
| 38 | + 'description' => 'Additional formats for Semantic MediaWiki inline queries. Available formats: ' . $formats_list, |
| 39 | + 'descriptionmsg' => 'srf-desc' |
39 | 40 | ); |
40 | 41 | } |
41 | 42 | |
Index: trunk/extensions/SemanticResultFormats/SRF_Messages.php |
— | — | @@ -10,6 +10,8 @@ |
11 | 11 | /** English |
12 | 12 | */ |
13 | 13 | $messages['en'] = array( |
| 14 | + 'srf-desc' => 'Additional formats for Semantic MediaWiki inline queries', // FIXME: descmsg in extension credits should allow for parameter(s) so that $formats_list can be added |
| 15 | + |
14 | 16 | // user messages |
15 | 17 | // format "calendar" |
16 | 18 | 'srfc_previousmonth' => 'Previous month', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -675,6 +675,7 @@ |
676 | 676 | |
677 | 677 | Semantic Result Formats |
678 | 678 | file = SemanticResultFormats/SRF_Messages.php |
| 679 | +descmsg = srf-desc |
679 | 680 | optional = srf_icalendar_link, srf_vcard_link, srf_bibtex_link |
680 | 681 | |
681 | 682 | Semantic Drilldown |