Index: trunk/extensions/RelationLinks/RelationLinks.i18n.php |
— | — | @@ -13,14 +13,14 @@ |
14 | 14 | */ |
15 | 15 | $messages = array(); |
16 | 16 | |
| 17 | +$messages['en'] = array( |
| 18 | + 'relationlinks-desc' => 'Adds link rel to header, that can used for navigation and for SEO', |
| 19 | +); |
| 20 | + |
17 | 21 | $messages['qqq'] = array( |
18 | 22 | 'relationlinks-desc' => 'Description for Special:Version', |
19 | 23 | ); |
20 | 24 | |
21 | | -$messages['en'] = array( |
22 | | - 'relationlinks-desc' => 'Adds link rel to header, that can used for navigation and for SEO', |
23 | | -); |
24 | | - |
25 | 25 | $messages['de'] = array( |
26 | 26 | 'relationlinks-desc' => 'Fügt im Header versteckte Navigationslinks hinzu die für die Navigation und für die Suchmaschinenoptimierung genutzt werden', |
27 | 27 | ); |
Index: trunk/extensions/RelationLinks/RelationLinks.php |
— | — | @@ -12,14 +12,14 @@ |
13 | 13 | |
14 | 14 | // Credits |
15 | 15 | $wgExtensionCredits['other'][] = array( |
16 | | - 'path' => __FILE__, |
17 | | - 'name' => 'RelationLinks', |
18 | | - 'author' => '[http://www.dasch-tour.de DaSch]', |
19 | | - 'description' => 'Adds link rel to header, that can used for navigation and for SEO', |
| 16 | + 'path' => __FILE__, |
| 17 | + 'name' => 'RelationLinks', |
| 18 | + 'author' => '[http://www.dasch-tour.de DaSch]', |
20 | 19 | 'descriptionmsg' => 'relationlinks-desc', |
21 | 20 | 'version' => '0.3.0', |
22 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:RelationLinks', |
| 21 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:RelationLinks', |
23 | 22 | ); |
| 23 | + |
24 | 24 | $dir = dirname( __FILE__ ) . '/'; |
25 | 25 | |
26 | 26 | // Internationalization |
Index: trunk/extensions/Translate/groups/MediaWiki/mediawiki-defines.txt |
— | — | @@ -1156,6 +1156,8 @@ |
1157 | 1157 | Regex Functions |
1158 | 1158 | magicfile = RegexFunctions/RegexFunctions.i18n.magic.php |
1159 | 1159 | |
| 1160 | +Relation Links |
| 1161 | + |
1160 | 1162 | Rename user |
1161 | 1163 | aliasfile = Renameuser/Renameuser.alias.php |
1162 | 1164 | ignored = renameuser-summary |