Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -320,6 +320,8 @@ |
321 | 321 | Create Redirect |
322 | 322 | aliasfile = CreateRedirect/CreateRedirect.alias.php |
323 | 323 | |
| 324 | +Creative Core Rdf |
| 325 | + |
324 | 326 | Cross Namespace Links |
325 | 327 | aliasfile = CrossNamespaceLinks/CrossNamespaceLinks.alias.php |
326 | 328 | |
Index: trunk/extensions/CreativeCommonsRdf/CreativeCommonsRdf.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | 'name' => 'CreativeCoreRdf', |
7 | 7 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CreativeCoreRdf', |
8 | 8 | 'author' => 'Evan Prodromou', |
9 | | - 'description' => "CreativeCommons RDF-metadata" |
| 9 | + 'descriptionmsg' => 'creativecorerdf-desc', |
10 | 10 | ); |
11 | 11 | |
12 | 12 | $wgHooks['MediaWikiPerformAction'][] = 'efCreativeCommonsRdfPreformAction'; |
Index: trunk/extensions/CreativeCommonsRdf/CreativeCommonsRdf.i18n.php |
— | — | @@ -0,0 +1,18 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalisation file for DublinCoreRdf extension. |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + * @author Evan Prodromou |
| 9 | + */ |
| 10 | + |
| 11 | +$messages = array(); |
| 12 | + |
| 13 | +/** English |
| 14 | + * @author Evan Prodromou |
| 15 | + */ |
| 16 | +$messages['en'] = array( |
| 17 | + 'creativecorerdf-desc' => 'CreativeCommons RDF-metadata', |
| 18 | +); |
| 19 | + |
Property changes on: trunk/extensions/CreativeCommonsRdf/CreativeCommonsRdf.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 20 | + native |