https://bugzilla.wikimedia.org/show_bug.cgi?id=13502
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|General/Unknown |Site requests Keywords| |shell --- Comment #1 from Reedy <[email protected]> 2009-01-26 22:31:55 UTC --- http://svn.wikimedia.org/viewvc/mediawiki/trunk/debs/squid/debian/errors/error.html?view=markup is the file that needs changing This is the main block in english that needs translating <div id="en" lang="en"> <h3 id="en_head" class="LanguageHeading"> <a name="English">English</a> </h3> <p>Our servers are currently experiencing a technical problem. This is probably temporary and should be fixed soon. Please <a href="%U" onclick="RefreshPage(); return false">try again</a> in a few minutes.</p> <p>You may be able to get further information in the <a href="irc://chat.freenode.net/wikipedia">#wikipedia</a> channel on the <a href="http://www.freenode.net">Freenode IRC network</a>.</p> <p>The Wikimedia Foundation is a non-profit organisation which hosts some of the most popular sites on the Internet, including Wikipedia. It has a constant need to purchase new hardware. If you would like to help, please <a href="http://wikimediafoundation.org/wiki/Fundraising">donate</a>.</p> <hr noshade="noshade" size="1px" width="80%" /> <div class="TechnicalStuff"> If you report this error to the Wikimedia System Administrators, please include the details below.<br/> </div> <div class="TechnicalStuff"> <bdo dir="ltr"> Request: %M %U, from %i via %h (%s) to %H (%I)<br/> Error: %c, errno %E at %T </bdo> <div id="AdditionalTechnicalStuff"></div> </div> </div> These also need doing LanguageDetails['en'] = new Array( "Wikimedia Foundation", "Error" ); <a href="#English" class="BottomLinks" id="en_link" onclick="ShowLanguage('en')">English</a> I could probably piece it together for you, but probably easier if you do it :) Then i/someone can create a patch (or someone with commit access can commit) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
