Last modified: 2010-05-15 14:35:51 UTC
Please split MediaWiki:All into one message for each page it's used on, currently on, according to a grep of the sourcetree: Special: Contributions, Watchlist, Imagelist, Recentchanges. Having one message for all of them makes proper localization impossible for some languages.
Created attachment 319 [details] (working) testcase. This is a testcase which shows what I want to achive, it adds two messages all_watchlist and all_contributions, it should make the old 'all' message obsolete. all that needs to be done is to add them to Language.php e.g.: 'all_watchlist' => 'all', 'all_contributions' => 'all', This is needed for inflicted languages, e.g. in Icelandic the watchlist one would be "allir" and the contributions one would be "öll", a correct translation of the software is impossible using the current system.
I forgot to mention that i couldn't make one of the messages appear, it's marked in the patch with the comment " # I couln't make this appear".
Fixed in HEAD.