Last modified: 2010-05-15 15:37:32 UTC
These patches make the "Name", "Default text" and "Current text" interface messages in includes/SpecialAllmessages.php translatable.
Created attachment 348 [details] The patch against languages/Language.php This addes three new interface messages: 'allmessagesname' => 'Name', 'allmessagesdefault' => 'Default text', 'allmessagescurrent' => 'Current text',
Created attachment 349 [details] The patch against includes/SpecialAllmessages.php This makes use of said interface messages.