2012-05-26: Because of issues the with source code management for MediaWiki extensions, no exports of translations can be made at the moment. Our apologies. All your translations will of course be updated as soon as the issue is resolved. (Other news...)
PrivateSettings.php
From translatewiki.net
Updated: 13:17, 21 February 2012 (UTC)
<?php $wgEmergencyContact = "contact@example.com"; $wgPasswordSender = "mailer@example.com"; $wgProxyKey = "blah"; $egGoogleMapsKey = $wgGoogleApiKey = "blah"; $egYahooMapsKey = "blah"; #if ( $wgProto === 'http' ) { # require( "$IP/extensions/GoogleAdSense/GoogleAdSense.php" ); #} $wgGoogleAdSenseClient = 'pub-blah'; $wgGoogleAdSenseSlot = 'blah'; $wgGoogleAdSenseID = 'translatewiki-2'; $wgGoogleAdSenseSrc = '//pagead2.googleadservices.com/pagead/show_ads.js'; # rally 2011-12 require( "/www/w/rally.php"); $wgRC2UDPAddress = 'host.example.com'; # the host where the IRC client is running $wgRC2UDPPort = 8675; # or whatever $wgRC2UDPPrefix = ''; //$wgTranslateApertium = 'http://xixona.dlsi.ua.es/webservice/ws.php'; $wgTranslateTranslationServices['Google']['key'] = $wgGoogleApiKey; #$wgTranslateTranslationServices['Apertium']['key'] = 'blah'; unset( $wgTranslateTranslationServices['Google'] ); unset( $wgTranslateTranslationServices['Apertium'] ); $wgTranslateTranslationServices['Microsoft']['key'] = 'blah'; require_once( "$IP/extensions/ConfirmEdit/ReCaptcha.php"); //$wgCaptchaClass = 'ReCaptcha'; $wgReCaptchaPublicKey = 'blah'; $wgReCaptchaPrivateKey = 'blah';