Index: trunk/extensions/FolkTagCloud/FolkTagCloud.i18n.php |
— | — | @@ -15,6 +15,6 @@ |
16 | 16 | * @author Jeroen De Dauw |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | | - 'folktagcloud-desc' => 'Adds an SMW property for tagging wiki pages with user-defined labels and a parser tag for displaying them in a tag cloud.', |
| 19 | + 'folktagcloud-desc' => 'Adds an Semantic MediaWiki property for tagging pages with user-defined labels and a parser tag for displaying them in a tag cloud', |
20 | 20 | ); |
21 | 21 | |
Index: trunk/extensions/FolkTagCloud/FolkTagCloud.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | 'path' => __FILE__, |
29 | 29 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FolkTagCloud', |
30 | 30 | 'version' => FolkTagCloud_VERSION, |
31 | | - 'author' => 'Katharina Wäschle', |
| 31 | + 'author' => 'Katharina Wäschle', |
32 | 32 | 'descriptionmsg' => 'folktagcloud-desc' |
33 | 33 | ); |
34 | 34 | |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -502,6 +502,8 @@ |
503 | 503 | Flv Handler |
504 | 504 | descmsg = flvhandler_desc |
505 | 505 | |
| 506 | +Folk Tag Cloud |
| 507 | + |
506 | 508 | Force Preview |
507 | 509 | |
508 | 510 | Form |