Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1367,6 +1367,8 @@ |
1368 | 1368 | |
1369 | 1369 | Semantic Tasks |
1370 | 1370 | |
| 1371 | +Semantic Watchlist |
| 1372 | + |
1371 | 1373 | Sendmail To Wiki |
1372 | 1374 | ignored = sendmailtowiki |
1373 | 1375 | |
Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php |
— | — | @@ -18,10 +18,10 @@ |
19 | 19 | * @author Jeroen De Dauw |
20 | 20 | */ |
21 | 21 | $messages['en'] = array( |
22 | | - 'semanticwatchlist-desc' => 'Semantic Watchlist is an extension that allows specifying groups of semantic properties for one or more categories/namespaces which can then be wacthed for changes.', |
| 22 | + 'semanticwatchlist-desc' => 'Allows specifying groups of semantic properties for one or more categories/namespaces which can then be watched for changes', |
23 | 23 | |
24 | | - 'right-semanticwatch' => 'Required to use the semantic watchlist.', |
25 | | - 'right-semanticwatchgroups' => 'Required to modify the semantic watchlist groups via [[Special:WatchlistConditions]].', |
| 24 | + 'right-semanticwatch' => 'Use semantic watchlist', |
| 25 | + 'right-semanticwatchgroups' => '[[Special:WatchlistConditions|Modify]] the semantic watchlist groups', |
26 | 26 | ); |
27 | 27 | |
28 | 28 | /** Message documentation (Message documentation) |
— | — | @@ -29,4 +29,4 @@ |
30 | 30 | */ |
31 | 31 | $messages['qqq'] = array( |
32 | 32 | 'semanticwatchlist-desc' => '{{desc}}', |
33 | | -); |
\ No newline at end of file |
| 33 | +); |