Last modified: 2007-09-27 16:15:15 UTC
In the file "mediawiki/languages/messages/MessagesPt.php" is written: line# - contents 575 - 'whitelistedittitle' => 'Autenticacao necessaria para visualizar paginas.' 576 - 'whitelistedittext' => 'Presisa de se $1 para poder visualizar paginas.' According to the english version of the file ("mediawiki/languages/messages/MessagesEn.php"), the correct translation should be: 575 - 'whitelistedittitle' => 'Autenticacao necessaria para editar paginas.' 576 - 'whitelistedittext' => 'Presisa de se $1 para poder editar paginas.' (The word visualizar was replaced by editar in both lines). Cheers, Tiago Barabasz
Thanks for your bug report, I have changed the messages with r25449. It will go live on Wikimedia projects with the next software sync in a few days.
Sorry for my mistake. To correct the bug only the word "visualizar" should be replaced by "editar", the rest of my phrase wasn't completely correct (I misspelled some of the other words). line 575: 'whitelistedittitle' => 'Autenticação necessária para editar páginas.' line 576: 'whitelistedittext' => 'Precisa de se $1 para poder editar páginas.' Cheers, Tiago Barabasz