Index: trunk/extensions/CategoryWatch/CategoryWatch.i18n.php |
— | — | @@ -12,13 +12,11 @@ |
13 | 13 | */ |
14 | 14 | $messages['en'] = array( |
15 | 15 | 'categorywatch-desc' => 'Extends watchlist functionality to include notification about membership changes of watched categories', |
16 | | - 'categorywatch-emailbody' => "Hi $1, you have received this message because you are watching the \"$2\" category. |
17 | | -This message is to notify you that at $3 user $4 $5.", |
18 | 16 | 'categorywatch-emailsubject' => "Activity involving watched category \"$1\"", |
19 | | - 'categorywatch-catmovein' => "moved [[$1]] into [[:Category:$2|category $2]] from [[:Category:$3|Category:$3]]", |
20 | | - 'categorywatch-catmoveout' => "moved [[$1]] out of [[:Category:$2|Category:$2]] into [[:Category:$3|Category:$3]]", |
21 | | - 'categorywatch-catadd' => "added [[$1]] to category $2", |
22 | | - 'categorywatch-catsub' => "removed [[$1]] from category $2", |
| 17 | + 'categorywatch-catmovein' => "[[$1]] has moved into [[:Category:$2]] from [[:Category:$3]]", |
| 18 | + 'categorywatch-catmoveout' => "[[$1]] has moved out of [[:Category:$2]] into [[:Category:$3]]", |
| 19 | + 'categorywatch-catadd' => "[[$1]] has been added to [[:Category:$2]]", |
| 20 | + 'categorywatch-catsub' => "[[$1]] has been removed from [[:Category:$2]]", |
23 | 21 | 'categorywatch-autocat' => "Automatically watched by $1", |
24 | 22 | ); |
25 | 23 | |